@tachybase/module-multi-app 1.1.20 → 1.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +6 -6
- package/dist/node_modules/mariadb/package.json +1 -1
- package/dist/node_modules/qs/dist/qs.js +93 -42
- package/dist/node_modules/qs/lib/index.js +1 -1
- package/dist/node_modules/qs/lib/parse.js +38 -7
- package/dist/node_modules/qs/package.json +1 -1
- package/dist/node_modules/qs/test/parse.js +103 -14
- package/dist/node_modules/qs/test/utils.js +112 -0
- package/package.json +9 -9
package/dist/externalVersion.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react-i18next": "15.2.0",
|
|
3
|
-
"@tachybase/client": "1.1.
|
|
4
|
-
"@tachybase/server": "1.1.
|
|
5
|
-
"@tachybase/database": "1.1.
|
|
3
|
+
"@tachybase/client": "1.1.22",
|
|
4
|
+
"@tachybase/server": "1.1.22",
|
|
5
|
+
"@tachybase/database": "1.1.22",
|
|
6
6
|
"lodash": "4.17.21",
|
|
7
7
|
"mysql2": "3.11.5",
|
|
8
8
|
"pg": "8.13.1",
|
|
9
9
|
"react": "18.3.1",
|
|
10
|
-
"@tachybase/schema": "1.1.
|
|
10
|
+
"@tachybase/schema": "1.1.22",
|
|
11
11
|
"antd": "5.22.5",
|
|
12
12
|
"react-router-dom": "6.28.1",
|
|
13
|
-
"@tachybase/utils": "1.1.
|
|
13
|
+
"@tachybase/utils": "1.1.22",
|
|
14
14
|
"@ant-design/icons": "5.5.2",
|
|
15
|
-
"@tachybase/actions": "1.1.
|
|
15
|
+
"@tachybase/actions": "1.1.22"
|
|
16
16
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"mariadb","version":"2.5.6","description":"fast mariadb/mysql connector.","main":"promise.js","types":"types/index.d.ts","directories":{"lib":"lib","test":"test"},"private":false,"scripts":{"test":"npm run test:types-prettier && npm run test:prettier && npm run test:types && npm run test:lint && npm run test:base","test:base":"mocha --no-parallel --timeout 5000 \"test/**/*.js\" ","test:lint":"eslint \"{lib,test}/**/*.js\" ","test:types":"eslint \"types/*.ts\" ","test:types-prettier":"prettier --write \"types/*.ts\"","test:prettier":"prettier --write \"{tools,lib,test,benchmarks}/**/*.js\"","coverage":"npm run coverage:test && npm run coverage:report","coverage:test":"nyc mocha --no-parallel --timeout 5000 \"test/**/*.js\"","coverage:report":"nyc report --reporter=text-lcov > coverage.lcov && codecov","benchmark":"node ./benchmarks/benchmarks.js","generate":"node ./tools/generate-mariadb.js"},"repository":{"type":"git","url":"git+https://github.com/mariadb-corporation/mariadb-connector-nodejs.git"},"keywords":["mariadb","mysql","client","driver","connector"],"files":["lib","types/index.d.ts","promise.js","callback.js"],"engines":{"node":">= 10.13"},"author":"Diego Dupin <diego.dupin@mariadb.com>","license":"LGPL-2.1-or-later","dependencies":{"@types/geojson":"^7946.0.8","@types/node":"^17.0.10","denque":"^2.0.1","iconv-lite":"^0.6.3","long":"^5.2.0","moment-timezone":"^0.5.34","please-upgrade-node":"^3.2.0"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^5.10.0","@typescript-eslint/parser":"^5.10.0","benchmark":"^2.1.4","chai":"^4.3.4","codecov":"^3.8.2","chalk":"^4.1.2","dom-parser":"^0.1.6","error-stack-parser":"^2.0.6","eslint":"^8.7.0","eslint-config-prettier":"^8.3.0","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","mocha":"^9.2.0","mocha-lcov-reporter":"^1.3.0","nyc":"^15.1.0","prettier":"^2.5.1","typescript":"^4.5.5"},"bugs":{"url":"https://jira.mariadb.org/projects/CONJS/"},"homepage":"https://github.com/mariadb-corporation/mariadb-connector-nodejs#readme","_lastModified":"2025-06-
|
|
1
|
+
{"name":"mariadb","version":"2.5.6","description":"fast mariadb/mysql connector.","main":"promise.js","types":"types/index.d.ts","directories":{"lib":"lib","test":"test"},"private":false,"scripts":{"test":"npm run test:types-prettier && npm run test:prettier && npm run test:types && npm run test:lint && npm run test:base","test:base":"mocha --no-parallel --timeout 5000 \"test/**/*.js\" ","test:lint":"eslint \"{lib,test}/**/*.js\" ","test:types":"eslint \"types/*.ts\" ","test:types-prettier":"prettier --write \"types/*.ts\"","test:prettier":"prettier --write \"{tools,lib,test,benchmarks}/**/*.js\"","coverage":"npm run coverage:test && npm run coverage:report","coverage:test":"nyc mocha --no-parallel --timeout 5000 \"test/**/*.js\"","coverage:report":"nyc report --reporter=text-lcov > coverage.lcov && codecov","benchmark":"node ./benchmarks/benchmarks.js","generate":"node ./tools/generate-mariadb.js"},"repository":{"type":"git","url":"git+https://github.com/mariadb-corporation/mariadb-connector-nodejs.git"},"keywords":["mariadb","mysql","client","driver","connector"],"files":["lib","types/index.d.ts","promise.js","callback.js"],"engines":{"node":">= 10.13"},"author":"Diego Dupin <diego.dupin@mariadb.com>","license":"LGPL-2.1-or-later","dependencies":{"@types/geojson":"^7946.0.8","@types/node":"^17.0.10","denque":"^2.0.1","iconv-lite":"^0.6.3","long":"^5.2.0","moment-timezone":"^0.5.34","please-upgrade-node":"^3.2.0"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^5.10.0","@typescript-eslint/parser":"^5.10.0","benchmark":"^2.1.4","chai":"^4.3.4","codecov":"^3.8.2","chalk":"^4.1.2","dom-parser":"^0.1.6","error-stack-parser":"^2.0.6","eslint":"^8.7.0","eslint-config-prettier":"^8.3.0","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","mocha":"^9.2.0","mocha-lcov-reporter":"^1.3.0","nyc":"^15.1.0","prettier":"^2.5.1","typescript":"^4.5.5"},"bugs":{"url":"https://jira.mariadb.org/projects/CONJS/"},"homepage":"https://github.com/mariadb-corporation/mariadb-connector-nodejs#readme","_lastModified":"2025-06-17T07:10:47.057Z"}
|
|
@@ -5,86 +5,137 @@
|
|
|
5
5
|
"use strict";var stringify=require(4),parse=require(3),formats=require(1);module.exports={formats:formats,parse:parse,stringify:stringify};
|
|
6
6
|
|
|
7
7
|
},{"1":1,"3":3,"4":4}],3:[function(require,module,exports){
|
|
8
|
-
"use strict";var utils=require(5),has=Object.prototype.hasOwnProperty,isArray=Array.isArray,defaults={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:utils.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1},interpretNumericEntities=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},parseArrayValue=function(e,t){
|
|
8
|
+
"use strict";var utils=require(5),has=Object.prototype.hasOwnProperty,isArray=Array.isArray,defaults={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:utils.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},interpretNumericEntities=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},parseArrayValue=function(e,t,r){if(e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1)return e.split(",");if(t.throwOnLimitExceeded&&r>=t.arrayLimit)throw new RangeError("Array limit exceeded. Only "+t.arrayLimit+" element"+(1===t.arrayLimit?"":"s")+" allowed in an array.");return e},isoSentinel="utf8=%26%2310003%3B",charsetSentinel="utf8=%E2%9C%93",parseValues=function parseQueryStringValues(e,t){var r={__proto__:null},i=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;i=i.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var a=t.parameterLimit===1/0?void 0:t.parameterLimit,o=i.split(t.delimiter,t.throwOnLimitExceeded?a+1:a);if(t.throwOnLimitExceeded&&o.length>a)throw new RangeError("Parameter limit exceeded. Only "+a+" parameter"+(1===a?"":"s")+" allowed.");var l,n=-1,s=t.charset;if(t.charsetSentinel)for(l=0;l<o.length;++l)0===o[l].indexOf("utf8=")&&(o[l]===charsetSentinel?s="utf-8":o[l]===isoSentinel&&(s="iso-8859-1"),n=l,l=o.length);for(l=0;l<o.length;++l)if(l!==n){var d,p,c=o[l],u=c.indexOf("]="),y=-1===u?c.indexOf("="):u+1;-1===y?(d=t.decoder(c,defaults.decoder,s,"key"),p=t.strictNullHandling?null:""):(d=t.decoder(c.slice(0,y),defaults.decoder,s,"key"),p=utils.maybeMap(parseArrayValue(c.slice(y+1),t,isArray(r[d])?r[d].length:0),(function(e){return t.decoder(e,defaults.decoder,s,"value")}))),p&&t.interpretNumericEntities&&"iso-8859-1"===s&&(p=interpretNumericEntities(String(p))),c.indexOf("[]=")>-1&&(p=isArray(p)?[p]:p);var f=has.call(r,d);f&&"combine"===t.duplicates?r[d]=utils.combine(r[d],p):f&&"last"!==t.duplicates||(r[d]=p)}return r},parseObject=function(e,t,r,i){var a=0;if(e.length>0&&"[]"===e[e.length-1]){var o=e.slice(0,-1).join("");a=Array.isArray(t)&&t[o]?t[o].length:0}for(var l=i?t:parseArrayValue(t,r,a),n=e.length-1;n>=0;--n){var s,d=e[n];if("[]"===d&&r.parseArrays)s=r.allowEmptyArrays&&(""===l||r.strictNullHandling&&null===l)?[]:utils.combine([],l);else{s=r.plainObjects?{__proto__:null}:{};var p="["===d.charAt(0)&&"]"===d.charAt(d.length-1)?d.slice(1,-1):d,c=r.decodeDotInKeys?p.replace(/%2E/g,"."):p,u=parseInt(c,10);r.parseArrays||""!==c?!isNaN(u)&&d!==c&&String(u)===c&&u>=0&&r.parseArrays&&u<=r.arrayLimit?(s=[])[u]=l:"__proto__"!==c&&(s[c]=l):s={0:l}}l=s}return l},parseKeys=function parseQueryStringKeys(e,t,r,i){if(e){var a=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,l=r.depth>0&&/(\[[^[\]]*])/.exec(a),n=l?a.slice(0,l.index):a,s=[];if(n){if(!r.plainObjects&&has.call(Object.prototype,n)&&!r.allowPrototypes)return;s.push(n)}for(var d=0;r.depth>0&&null!==(l=o.exec(a))&&d<r.depth;){if(d+=1,!r.plainObjects&&has.call(Object.prototype,l[1].slice(1,-1))&&!r.allowPrototypes)return;s.push(l[1])}if(l){if(!0===r.strictDepth)throw new RangeError("Input depth exceeded depth option of "+r.depth+" and strictDepth is true");s.push("["+a.slice(l.index)+"]")}return parseObject(s,t,r,i)}},normalizeParseOptions=function normalizeParseOptions(e){if(!e)return defaults;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.decodeDotInKeys&&"boolean"!=typeof e.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");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 TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(void 0!==e.throwOnLimitExceeded&&"boolean"!=typeof e.throwOnLimitExceeded)throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var t=void 0===e.charset?defaults.charset:e.charset,r=void 0===e.duplicates?defaults.duplicates:e.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===e.allowDots?!0===e.decodeDotInKeys||defaults.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:defaults.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:defaults.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:defaults.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:defaults.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:defaults.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:defaults.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:defaults.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:defaults.decoder,delimiter:"string"==typeof e.delimiter||utils.isRegExp(e.delimiter)?e.delimiter:defaults.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:defaults.depth,duplicates:r,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:defaults.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:defaults.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:defaults.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:defaults.strictDepth,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:defaults.strictNullHandling,throwOnLimitExceeded:"boolean"==typeof e.throwOnLimitExceeded&&e.throwOnLimitExceeded}};module.exports=function(e,t){var r=normalizeParseOptions(t);if(""===e||null==e)return r.plainObjects?{__proto__:null}:{};for(var i="string"==typeof e?parseValues(e,r):e,a=r.plainObjects?{__proto__:null}:{},o=Object.keys(i),l=0;l<o.length;++l){var n=o[l],s=parseKeys(n,i[n],r,"string"==typeof e);a=utils.merge(a,s,r)}return!0===r.allowSparse?a:utils.compact(a)};
|
|
9
9
|
|
|
10
10
|
},{"5":5}],4:[function(require,module,exports){
|
|
11
|
-
"use strict";var getSideChannel=require(
|
|
11
|
+
"use strict";var getSideChannel=require(46),utils=require(5),formats=require(1),has=Object.prototype.hasOwnProperty,arrayPrefixGenerators={brackets:function brackets(e){return e+"[]"},comma:"comma",indices:function indices(e,r){return e+"["+r+"]"},repeat:function repeat(e){return e}},isArray=Array.isArray,push=Array.prototype.push,pushToArray=function(e,r){push.apply(e,isArray(r)?r:[r])},toISO=Date.prototype.toISOString,defaultFormat=formats.default,defaults={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:utils.encode,encodeValuesOnly:!1,filter:void 0,format:defaultFormat,formatter:formats.formatters[defaultFormat],indices:!1,serializeDate:function serializeDate(e){return toISO.call(e)},skipNulls:!1,strictNullHandling:!1},isNonNullishPrimitive=function isNonNullishPrimitive(e){return"string"==typeof e||"number"==typeof e||"boolean"==typeof e||"symbol"==typeof e||"bigint"==typeof e},sentinel={},stringify=function stringify(e,r,t,o,a,n,i,l,s,f,u,d,y,c,p,m,h,v){for(var g=e,w=v,b=0,A=!1;void 0!==(w=w.get(sentinel))&&!A;){var D=w.get(e);if(b+=1,void 0!==D){if(D===b)throw new RangeError("Cyclic object value");A=!0}void 0===w.get(sentinel)&&(b=0)}if("function"==typeof f?g=f(r,g):g instanceof Date?g=y(g):"comma"===t&&isArray(g)&&(g=utils.maybeMap(g,(function(e){return e instanceof Date?y(e):e}))),null===g){if(n)return s&&!m?s(r,defaults.encoder,h,"key",c):r;g=""}if(isNonNullishPrimitive(g)||utils.isBuffer(g))return s?[p(m?r:s(r,defaults.encoder,h,"key",c))+"="+p(s(g,defaults.encoder,h,"value",c))]:[p(r)+"="+p(String(g))];var S,E=[];if(void 0===g)return E;if("comma"===t&&isArray(g))m&&s&&(g=utils.maybeMap(g,s)),S=[{value:g.length>0?g.join(",")||null:void 0}];else if(isArray(f))S=f;else{var N=Object.keys(g);S=u?N.sort(u):N}var T=l?String(r).replace(/\./g,"%2E"):String(r),O=o&&isArray(g)&&1===g.length?T+"[]":T;if(a&&isArray(g)&&0===g.length)return O+"[]";for(var k=0;k<S.length;++k){var I=S[k],P="object"==typeof I&&I&&void 0!==I.value?I.value:g[I];if(!i||null!==P){var x=d&&l?String(I).replace(/\./g,"%2E"):String(I),z=isArray(g)?"function"==typeof t?t(O,x):O:O+(d?"."+x:"["+x+"]");v.set(e,b);var K=getSideChannel();K.set(sentinel,v),pushToArray(E,stringify(P,z,t,o,a,n,i,l,"comma"===t&&m&&isArray(g)?null:s,f,u,d,y,c,p,m,h,K))}}return E},normalizeStringifyOptions=function normalizeStringifyOptions(e){if(!e)return defaults;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.encodeDotInKeys&&"boolean"!=typeof e.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var r=e.charset||defaults.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 t=formats.default;if(void 0!==e.format){if(!has.call(formats.formatters,e.format))throw new TypeError("Unknown format option provided.");t=e.format}var o,a=formats.formatters[t],n=defaults.filter;if(("function"==typeof e.filter||isArray(e.filter))&&(n=e.filter),o=e.arrayFormat in arrayPrefixGenerators?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":defaults.arrayFormat,"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var i=void 0===e.allowDots?!0===e.encodeDotInKeys||defaults.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:defaults.addQueryPrefix,allowDots:i,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:defaults.allowEmptyArrays,arrayFormat:o,charset:r,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:defaults.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:void 0===e.delimiter?defaults.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:defaults.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:defaults.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:defaults.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:defaults.encodeValuesOnly,filter:n,format:t,formatter:a,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:defaults.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:defaults.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:defaults.strictNullHandling}};module.exports=function(e,r){var t,o=e,a=normalizeStringifyOptions(r);"function"==typeof a.filter?o=(0,a.filter)("",o):isArray(a.filter)&&(t=a.filter);var n=[];if("object"!=typeof o||null===o)return"";var i=arrayPrefixGenerators[a.arrayFormat],l="comma"===i&&a.commaRoundTrip;t||(t=Object.keys(o)),a.sort&&t.sort(a.sort);for(var s=getSideChannel(),f=0;f<t.length;++f){var u=t[f],d=o[u];a.skipNulls&&null===d||pushToArray(n,stringify(d,u,i,l,a.allowEmptyArrays,a.strictNullHandling,a.skipNulls,a.encodeDotInKeys,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,s))}var y=n.join(a.delimiter),c=!0===a.addQueryPrefix?"?":"";return a.charsetSentinel&&("iso-8859-1"===a.charset?c+="utf8=%26%2310003%3B&":c+="utf8=%E2%9C%93&"),y.length>0?c+y:""};
|
|
12
12
|
|
|
13
|
-
},{"1":1,"
|
|
13
|
+
},{"1":1,"46":46,"5":5}],5:[function(require,module,exports){
|
|
14
14
|
"use strict";var formats=require(1),has=Object.prototype.hasOwnProperty,isArray=Array.isArray,hexTable=function(){for(var e=[],r=0;r<256;++r)e.push("%"+((r<16?"0":"")+r.toString(16)).toUpperCase());return e}(),compactQueue=function compactQueue(e){for(;e.length>1;){var r=e.pop(),t=r.obj[r.prop];if(isArray(t)){for(var o=[],n=0;n<t.length;++n)void 0!==t[n]&&o.push(t[n]);r.obj[r.prop]=o}}},arrayToObject=function arrayToObject(e,r){for(var t=r&&r.plainObjects?{__proto__:null}:{},o=0;o<e.length;++o)void 0!==e[o]&&(t[o]=e[o]);return t},merge=function merge(e,r,t){if(!r)return e;if("object"!=typeof r&&"function"!=typeof r){if(isArray(e))e.push(r);else{if(!e||"object"!=typeof e)return[e,r];(t&&(t.plainObjects||t.allowPrototypes)||!has.call(Object.prototype,r))&&(e[r]=!0)}return e}if(!e||"object"!=typeof e)return[e].concat(r);var o=e;return isArray(e)&&!isArray(r)&&(o=arrayToObject(e,t)),isArray(e)&&isArray(r)?(r.forEach((function(r,o){if(has.call(e,o)){var n=e[o];n&&"object"==typeof n&&r&&"object"==typeof r?e[o]=merge(n,r,t):e.push(r)}else e[o]=r})),e):Object.keys(r).reduce((function(e,o){var n=r[o];return has.call(e,o)?e[o]=merge(e[o],n,t):e[o]=n,e}),o)},assign=function assignSingleSource(e,r){return Object.keys(r).reduce((function(e,t){return e[t]=r[t],e}),e)},decode=function(e,r,t){var o=e.replace(/\+/g," ");if("iso-8859-1"===t)return o.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(o)}catch(e){return o}},limit=1024,encode=function encode(e,r,t,o,n){if(0===e.length)return e;var a=e;if("symbol"==typeof e?a=Symbol.prototype.toString.call(e):"string"!=typeof e&&(a=String(e)),"iso-8859-1"===t)return escape(a).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var c="",i=0;i<a.length;i+=limit){for(var u=a.length>=limit?a.slice(i,i+limit):a,p=[],f=0;f<u.length;++f){var s=u.charCodeAt(f);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||n===formats.RFC1738&&(40===s||41===s)?p[p.length]=u.charAt(f):s<128?p[p.length]=hexTable[s]:s<2048?p[p.length]=hexTable[192|s>>6]+hexTable[128|63&s]:s<55296||s>=57344?p[p.length]=hexTable[224|s>>12]+hexTable[128|s>>6&63]+hexTable[128|63&s]:(f+=1,s=65536+((1023&s)<<10|1023&u.charCodeAt(f)),p[p.length]=hexTable[240|s>>18]+hexTable[128|s>>12&63]+hexTable[128|s>>6&63]+hexTable[128|63&s])}c+=p.join("")}return c},compact=function compact(e){for(var r=[{obj:{o:e},prop:"o"}],t=[],o=0;o<r.length;++o)for(var n=r[o],a=n.obj[n.prop],c=Object.keys(a),i=0;i<c.length;++i){var u=c[i],p=a[u];"object"==typeof p&&null!==p&&-1===t.indexOf(p)&&(r.push({obj:a,prop:u}),t.push(p))}return compactQueue(r),e},isRegExp=function isRegExp(e){return"[object RegExp]"===Object.prototype.toString.call(e)},isBuffer=function isBuffer(e){return!(!e||"object"!=typeof e||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))},combine=function combine(e,r){return[].concat(e,r)},maybeMap=function maybeMap(e,r){if(isArray(e)){for(var t=[],o=0;o<e.length;o+=1)t.push(r(e[o]));return t}return r(e)};module.exports={/* common-shake removed: arrayToObject:arrayToObject *//* common-shake removed: assign:assign */combine:combine,compact:compact,decode:decode,encode:encode,isBuffer:isBuffer,isRegExp:isRegExp,maybeMap:maybeMap,merge:merge};
|
|
15
15
|
|
|
16
|
-
},{"1":1}],
|
|
17
|
-
"use strict";var
|
|
16
|
+
},{"1":1}],46:[function(require,module,exports){
|
|
17
|
+
"use strict";var $TypeError=require(20),inspect=require(42),getSideChannelList=require(43),getSideChannelMap=require(44),getSideChannelWeakMap=require(45),makeChannel=getSideChannelWeakMap||getSideChannelMap||getSideChannelList;module.exports=function getSideChannel(){var e,n={assert:function(e){if(!n.has(e))throw new $TypeError("Side channel does not contain "+inspect(e))},delete:function(n){return!!e&&e.delete(n)},get:function(n){return e&&e.get(n)},has:function(n){return!!e&&e.has(n)},set:function(n,t){e||(e=makeChannel()),e.set(n,t)}};return n};
|
|
18
18
|
|
|
19
|
-
},{"
|
|
19
|
+
},{"20":20,"42":42,"43":43,"44":44,"45":45}],6:[function(require,module,exports){
|
|
20
20
|
|
|
21
21
|
},{}],7:[function(require,module,exports){
|
|
22
|
-
"use strict";var
|
|
22
|
+
"use strict";var bind=require(24),$apply=require(8),$call=require(9),$reflectApply=require(11);module.exports=$reflectApply||bind.call($call,$apply);
|
|
23
23
|
|
|
24
|
-
},{"
|
|
25
|
-
"use strict";
|
|
24
|
+
},{"11":11,"24":24,"8":8,"9":9}],8:[function(require,module,exports){
|
|
25
|
+
"use strict";module.exports=Function.prototype.apply;
|
|
26
26
|
|
|
27
|
-
},{
|
|
28
|
-
"use strict";
|
|
27
|
+
},{}],9:[function(require,module,exports){
|
|
28
|
+
"use strict";module.exports=Function.prototype.call;
|
|
29
29
|
|
|
30
|
-
},{
|
|
31
|
-
"use strict";module.exports=
|
|
30
|
+
},{}],24:[function(require,module,exports){
|
|
31
|
+
"use strict";var implementation=require(23);module.exports=Function.prototype.bind||implementation;
|
|
32
32
|
|
|
33
|
-
},{}],
|
|
34
|
-
"use strict";
|
|
33
|
+
},{"23":23}],11:[function(require,module,exports){
|
|
34
|
+
"use strict";module.exports="undefined"!=typeof Reflect&&Reflect&&Reflect.apply;
|
|
35
35
|
|
|
36
|
-
},{
|
|
37
|
-
"use strict";var
|
|
36
|
+
},{}],10:[function(require,module,exports){
|
|
37
|
+
"use strict";var bind=require(24),$TypeError=require(20),$call=require(9),$actualApply=require(7);module.exports=function callBindBasic(r){if(r.length<1||"function"!=typeof r[0])throw new $TypeError("a function is required");return $actualApply(bind,$call,r)};
|
|
38
38
|
|
|
39
|
-
},{"20":20}],
|
|
40
|
-
"use strict";
|
|
39
|
+
},{"20":20,"24":24,"7":7,"9":9}],20:[function(require,module,exports){
|
|
40
|
+
"use strict";module.exports=TypeError;
|
|
41
41
|
|
|
42
|
-
},{
|
|
43
|
-
"use strict";var
|
|
42
|
+
},{}],12:[function(require,module,exports){
|
|
43
|
+
"use strict";var GetIntrinsic=require(25),callBindBasic=require(10),$indexOf=callBindBasic([GetIntrinsic("%String.prototype.indexOf%")]);module.exports=function callBoundIntrinsic(i,n){var t=GetIntrinsic(i,!!n);return"function"==typeof t&&$indexOf(i,".prototype.")>-1?callBindBasic([t]):t};
|
|
44
44
|
|
|
45
|
-
},{"10":10,"
|
|
46
|
-
"use strict";module.exports=SyntaxError;
|
|
45
|
+
},{"10":10,"25":25}],25:[function(require,module,exports){
|
|
46
|
+
"use strict";var undefined,$Object=require(22),$Error=require(16),$EvalError=require(15),$RangeError=require(17),$ReferenceError=require(18),$SyntaxError=require(19),$TypeError=require(20),$URIError=require(21),abs=require(34),floor=require(35),max=require(37),min=require(38),pow=require(39),round=require(40),sign=require(41),$Function=Function,getEvalledConstructor=function(r){try{return $Function('"use strict"; return ('+r+").constructor;")()}catch(r){}},$gOPD=require(30),$defineProperty=require(14),throwTypeError=function(){throw new $TypeError},ThrowTypeError=$gOPD?function(){try{return throwTypeError}catch(r){try{return $gOPD(arguments,"callee").get}catch(r){return throwTypeError}}}():throwTypeError,hasSymbols=require(31)(),getProto=require(28),$ObjectGPO=require(26),$ReflectGPO=require(27),$apply=require(8),$call=require(9),needsEval={},TypedArray="undefined"!=typeof Uint8Array&&getProto?getProto(Uint8Array):undefined,INTRINSICS={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?undefined:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?undefined:ArrayBuffer,"%ArrayIteratorPrototype%":hasSymbols&&getProto?getProto([][Symbol.iterator]()):undefined,"%AsyncFromSyncIteratorPrototype%":undefined,"%AsyncFunction%":needsEval,"%AsyncGenerator%":needsEval,"%AsyncGeneratorFunction%":needsEval,"%AsyncIteratorPrototype%":needsEval,"%Atomics%":"undefined"==typeof Atomics?undefined:Atomics,"%BigInt%":"undefined"==typeof BigInt?undefined:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?undefined:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?undefined:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?undefined:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":$Error,"%eval%":eval,"%EvalError%":$EvalError,"%Float32Array%":"undefined"==typeof Float32Array?undefined:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?undefined:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?undefined:FinalizationRegistry,"%Function%":$Function,"%GeneratorFunction%":needsEval,"%Int8Array%":"undefined"==typeof Int8Array?undefined:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?undefined:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?undefined:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":hasSymbols&&getProto?getProto(getProto([][Symbol.iterator]())):undefined,"%JSON%":"object"==typeof JSON?JSON:undefined,"%Map%":"undefined"==typeof Map?undefined:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&hasSymbols&&getProto?getProto((new Map)[Symbol.iterator]()):undefined,"%Math%":Math,"%Number%":Number,"%Object%":$Object,"%Object.getOwnPropertyDescriptor%":$gOPD,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?undefined:Promise,"%Proxy%":"undefined"==typeof Proxy?undefined:Proxy,"%RangeError%":$RangeError,"%ReferenceError%":$ReferenceError,"%Reflect%":"undefined"==typeof Reflect?undefined:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?undefined:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&hasSymbols&&getProto?getProto((new Set)[Symbol.iterator]()):undefined,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?undefined:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":hasSymbols&&getProto?getProto(""[Symbol.iterator]()):undefined,"%Symbol%":hasSymbols?Symbol:undefined,"%SyntaxError%":$SyntaxError,"%ThrowTypeError%":ThrowTypeError,"%TypedArray%":TypedArray,"%TypeError%":$TypeError,"%Uint8Array%":"undefined"==typeof Uint8Array?undefined:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?undefined:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?undefined:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?undefined:Uint32Array,"%URIError%":$URIError,"%WeakMap%":"undefined"==typeof WeakMap?undefined:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?undefined:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?undefined:WeakSet,"%Function.prototype.call%":$call,"%Function.prototype.apply%":$apply,"%Object.defineProperty%":$defineProperty,"%Object.getPrototypeOf%":$ObjectGPO,"%Math.abs%":abs,"%Math.floor%":floor,"%Math.max%":max,"%Math.min%":min,"%Math.pow%":pow,"%Math.round%":round,"%Math.sign%":sign,"%Reflect.getPrototypeOf%":$ReflectGPO};if(getProto)try{null.error}catch(r){var errorProto=getProto(getProto(r));INTRINSICS["%Error.prototype%"]=errorProto}var doEval=function doEval(r){var e;if("%AsyncFunction%"===r)e=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===r)e=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===r)e=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===r){var t=doEval("%AsyncGeneratorFunction%");t&&(e=t.prototype)}else if("%AsyncIteratorPrototype%"===r){var o=doEval("%AsyncGenerator%");o&&getProto&&(e=getProto(o.prototype))}return INTRINSICS[r]=e,e},LEGACY_ALIASES={__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"]},bind=require(24),hasOwn=require(33),$concat=bind.call($call,Array.prototype.concat),$spliceApply=bind.call($apply,Array.prototype.splice),$replace=bind.call($call,String.prototype.replace),$strSlice=bind.call($call,String.prototype.slice),$exec=bind.call($call,RegExp.prototype.exec),rePropName=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,reEscapeChar=/\\(\\)?/g,stringToPath=function stringToPath(r){var e=$strSlice(r,0,1),t=$strSlice(r,-1);if("%"===e&&"%"!==t)throw new $SyntaxError("invalid intrinsic syntax, expected closing `%`");if("%"===t&&"%"!==e)throw new $SyntaxError("invalid intrinsic syntax, expected opening `%`");var o=[];return $replace(r,rePropName,(function(r,e,t,n){o[o.length]=t?$replace(n,reEscapeChar,"$1"):e||r})),o},getBaseIntrinsic=function getBaseIntrinsic(r,e){var t,o=r;if(hasOwn(LEGACY_ALIASES,o)&&(o="%"+(t=LEGACY_ALIASES[o])[0]+"%"),hasOwn(INTRINSICS,o)){var n=INTRINSICS[o];if(n===needsEval&&(n=doEval(o)),void 0===n&&!e)throw new $TypeError("intrinsic "+r+" exists, but is not available. Please file an issue!");return{alias:t,name:o,value:n}}throw new $SyntaxError("intrinsic "+r+" does not exist!")};module.exports=function GetIntrinsic(r,e){if("string"!=typeof r||0===r.length)throw new $TypeError("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new $TypeError('"allowMissing" argument must be a boolean');if(null===$exec(/^%?[^%]*%?$/,r))throw new $SyntaxError("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var t=stringToPath(r),o=t.length>0?t[0]:"",n=getBaseIntrinsic("%"+o+"%",e),a=n.name,i=n.value,y=!1,p=n.alias;p&&(o=p[0],$spliceApply(t,$concat([0,1],p)));for(var s=1,d=!0;s<t.length;s+=1){var f=t[s],l=$strSlice(f,0,1),u=$strSlice(f,-1);if(('"'===l||"'"===l||"`"===l||'"'===u||"'"===u||"`"===u)&&l!==u)throw new $SyntaxError("property names with quotes must have matching quotes");if("constructor"!==f&&d||(y=!0),hasOwn(INTRINSICS,a="%"+(o+="."+f)+"%"))i=INTRINSICS[a];else if(null!=i){if(!(f in i)){if(!e)throw new $TypeError("base intrinsic for "+r+" exists, but the property is not available.");return}if($gOPD&&s+1>=t.length){var c=$gOPD(i,f);i=(d=!!c)&&"get"in c&&!("originalValue"in c.get)?c.get:i[f]}else d=hasOwn(i,f),i=i[f];d&&!y&&(INTRINSICS[a]=i)}}return i};
|
|
47
47
|
|
|
48
|
-
},{}],
|
|
49
|
-
"use strict";var
|
|
48
|
+
},{"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(require,module,exports){
|
|
49
|
+
"use strict";var hasProtoAccessor,callBind=require(10),gOPD=require(30);try{hasProtoAccessor=[].__proto__===Array.prototype}catch(t){if(!t||"object"!=typeof t||!("code"in t)||"ERR_PROTO_ACCESS"!==t.code)throw t}var desc=!!hasProtoAccessor&&gOPD&&gOPD(Object.prototype,"__proto__"),$Object=Object,$getPrototypeOf=$Object.getPrototypeOf;module.exports=desc&&"function"==typeof desc.get?callBind([desc.get]):"function"==typeof $getPrototypeOf&&function getDunder(t){return $getPrototypeOf(null==t?t:$Object(t))};
|
|
50
|
+
|
|
51
|
+
},{"10":10,"30":30}],30:[function(require,module,exports){
|
|
52
|
+
"use strict";var $gOPD=require(29);if($gOPD)try{$gOPD([],"length")}catch(g){$gOPD=null}module.exports=$gOPD;
|
|
50
53
|
|
|
51
|
-
},{"
|
|
54
|
+
},{"29":29}],14:[function(require,module,exports){
|
|
55
|
+
"use strict";var $defineProperty=Object.defineProperty||!1;if($defineProperty)try{$defineProperty({},"a",{value:1})}catch(e){$defineProperty=!1}module.exports=$defineProperty;
|
|
56
|
+
|
|
57
|
+
},{}],15:[function(require,module,exports){
|
|
52
58
|
"use strict";module.exports=EvalError;
|
|
53
59
|
|
|
54
|
-
},{}],
|
|
60
|
+
},{}],16:[function(require,module,exports){
|
|
55
61
|
"use strict";module.exports=Error;
|
|
56
62
|
|
|
57
|
-
},{}],
|
|
63
|
+
},{}],17:[function(require,module,exports){
|
|
58
64
|
"use strict";module.exports=RangeError;
|
|
59
65
|
|
|
60
|
-
},{}],
|
|
66
|
+
},{}],18:[function(require,module,exports){
|
|
61
67
|
"use strict";module.exports=ReferenceError;
|
|
62
68
|
|
|
63
|
-
},{}],
|
|
69
|
+
},{}],19:[function(require,module,exports){
|
|
70
|
+
"use strict";module.exports=SyntaxError;
|
|
71
|
+
|
|
72
|
+
},{}],21:[function(require,module,exports){
|
|
64
73
|
"use strict";module.exports=URIError;
|
|
65
74
|
|
|
66
|
-
},{}],
|
|
67
|
-
"use strict";
|
|
75
|
+
},{}],22:[function(require,module,exports){
|
|
76
|
+
"use strict";module.exports=Object;
|
|
68
77
|
|
|
69
78
|
},{}],23:[function(require,module,exports){
|
|
70
|
-
"use strict";var
|
|
79
|
+
"use strict";var ERROR_MESSAGE="Function.prototype.bind called on incompatible ",toStr=Object.prototype.toString,max=Math.max,funcType="[object Function]",concatty=function concatty(t,n){for(var r=[],o=0;o<t.length;o+=1)r[o]=t[o];for(var e=0;e<n.length;e+=1)r[e+t.length]=n[e];return r},slicy=function slicy(t,n){for(var r=[],o=n||0,e=0;o<t.length;o+=1,e+=1)r[e]=t[o];return r},joiny=function(t,n){for(var r="",o=0;o<t.length;o+=1)r+=t[o],o+1<t.length&&(r+=n);return r};module.exports=function bind(t){var n=this;if("function"!=typeof n||toStr.apply(n)!==funcType)throw new TypeError(ERROR_MESSAGE+n);for(var r,o=slicy(arguments,1),e=max(0,n.length-o.length),i=[],c=0;c<e;c++)i[c]="$"+c;if(r=Function("binder","return function ("+joiny(i,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof r){var e=n.apply(this,concatty(o,arguments));return Object(e)===e?e:this}return n.apply(t,concatty(o,arguments))})),n.prototype){var p=function Empty(){};p.prototype=n.prototype,r.prototype=new p,p.prototype=null}return r};
|
|
71
80
|
|
|
72
|
-
},{}],
|
|
73
|
-
"use strict";
|
|
81
|
+
},{}],35:[function(require,module,exports){
|
|
82
|
+
"use strict";module.exports=Math.floor;
|
|
83
|
+
|
|
84
|
+
},{}],37:[function(require,module,exports){
|
|
85
|
+
"use strict";module.exports=Math.max;
|
|
74
86
|
|
|
75
|
-
},{
|
|
76
|
-
"use strict";
|
|
87
|
+
},{}],39:[function(require,module,exports){
|
|
88
|
+
"use strict";module.exports=Math.pow;
|
|
77
89
|
|
|
78
|
-
},{
|
|
79
|
-
"use strict";
|
|
90
|
+
},{}],34:[function(require,module,exports){
|
|
91
|
+
"use strict";module.exports=Math.abs;
|
|
80
92
|
|
|
81
|
-
},{
|
|
82
|
-
"use strict";module.exports=
|
|
93
|
+
},{}],40:[function(require,module,exports){
|
|
94
|
+
"use strict";module.exports=Math.round;
|
|
95
|
+
|
|
96
|
+
},{}],38:[function(require,module,exports){
|
|
97
|
+
"use strict";module.exports=Math.min;
|
|
83
98
|
|
|
84
99
|
},{}],27:[function(require,module,exports){
|
|
100
|
+
"use strict";module.exports="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null;
|
|
101
|
+
|
|
102
|
+
},{}],26:[function(require,module,exports){
|
|
103
|
+
"use strict";var $Object=require(22);module.exports=$Object.getPrototypeOf||null;
|
|
104
|
+
|
|
105
|
+
},{"22":22}],33:[function(require,module,exports){
|
|
106
|
+
"use strict";var call=Function.prototype.call,$hasOwn=Object.prototype.hasOwnProperty,bind=require(24);module.exports=bind.call(call,$hasOwn);
|
|
107
|
+
|
|
108
|
+
},{"24":24}],41:[function(require,module,exports){
|
|
109
|
+
"use strict";var $isNaN=require(36);module.exports=function sign(i){return $isNaN(i)||0===i?i:i<0?-1:1};
|
|
110
|
+
|
|
111
|
+
},{"36":36}],31:[function(require,module,exports){
|
|
112
|
+
"use strict";var origSymbol="undefined"!=typeof Symbol&&Symbol,hasSymbolSham=require(32);module.exports=function hasNativeSymbols(){return"function"==typeof origSymbol&&"function"==typeof Symbol&&"symbol"==typeof origSymbol("foo")&&"symbol"==typeof Symbol("bar")&&hasSymbolSham()};
|
|
113
|
+
|
|
114
|
+
},{"32":32}],28:[function(require,module,exports){
|
|
115
|
+
"use strict";var reflectGetProto=require(27),originalGetProto=require(26),getDunderProto=require(13);module.exports=reflectGetProto?function getProto(t){return reflectGetProto(t)}:originalGetProto?function getProto(t){if(!t||"object"!=typeof t&&"function"!=typeof t)throw new TypeError("getProto: not an object");return originalGetProto(t)}:getDunderProto?function getProto(t){return getDunderProto(t)}:null;
|
|
116
|
+
|
|
117
|
+
},{"13":13,"26":26,"27":27}],29:[function(require,module,exports){
|
|
118
|
+
"use strict";module.exports=Object.getOwnPropertyDescriptor;
|
|
119
|
+
|
|
120
|
+
},{}],32:[function(require,module,exports){
|
|
121
|
+
"use strict";module.exports=function hasSymbols(){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;for(var o in t[e]=42,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 y=Object.getOwnPropertyDescriptor(t,e);if(42!==y.value||!0!==y.enumerable)return!1}return!0};
|
|
122
|
+
|
|
123
|
+
},{}],36:[function(require,module,exports){
|
|
124
|
+
"use strict";module.exports=Number.isNaN||function isNaN(e){return e!=e};
|
|
125
|
+
|
|
126
|
+
},{}],42:[function(require,module,exports){
|
|
85
127
|
(function (global){(function (){
|
|
86
128
|
var hasMap="function"==typeof Map&&Map.prototype,mapSizeDescriptor=Object.getOwnPropertyDescriptor&&hasMap?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,mapSize=hasMap&&mapSizeDescriptor&&"function"==typeof mapSizeDescriptor.get?mapSizeDescriptor.get:null,mapForEach=hasMap&&Map.prototype.forEach,hasSet="function"==typeof Set&&Set.prototype,setSizeDescriptor=Object.getOwnPropertyDescriptor&&hasSet?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,setSize=hasSet&&setSizeDescriptor&&"function"==typeof setSizeDescriptor.get?setSizeDescriptor.get:null,setForEach=hasSet&&Set.prototype.forEach,hasWeakMap="function"==typeof WeakMap&&WeakMap.prototype,weakMapHas=hasWeakMap?WeakMap.prototype.has:null,hasWeakSet="function"==typeof WeakSet&&WeakSet.prototype,weakSetHas=hasWeakSet?WeakSet.prototype.has:null,hasWeakRef="function"==typeof WeakRef&&WeakRef.prototype,weakRefDeref=hasWeakRef?WeakRef.prototype.deref:null,booleanValueOf=Boolean.prototype.valueOf,objectToString=Object.prototype.toString,functionToString=Function.prototype.toString,$match=String.prototype.match,$slice=String.prototype.slice,$replace=String.prototype.replace,$toUpperCase=String.prototype.toUpperCase,$toLowerCase=String.prototype.toLowerCase,$test=RegExp.prototype.test,$concat=Array.prototype.concat,$join=Array.prototype.join,$arrSlice=Array.prototype.slice,$floor=Math.floor,bigIntValueOf="function"==typeof BigInt?BigInt.prototype.valueOf:null,gOPS=Object.getOwnPropertySymbols,symToString="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,hasShammedSymbols="function"==typeof Symbol&&"object"==typeof Symbol.iterator,toStringTag="function"==typeof Symbol&&Symbol.toStringTag&&(Symbol.toStringTag,1)?Symbol.toStringTag:null,isEnumerable=Object.prototype.propertyIsEnumerable,gPO=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(t){return t.__proto__}:null);function addNumericSeparator(t,e){if(t===1/0||t===-1/0||t!=t||t&&t>-1e3&&t<1e3||$test.call(/e/,e))return e;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var n=t<0?-$floor(-t):$floor(t);if(n!==t){var o=String(n),i=$slice.call(e,o.length+1);return $replace.call(o,r,"$&_")+"."+$replace.call($replace.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return $replace.call(e,r,"$&_")}var utilInspect=require(6),inspectCustom=utilInspect.custom,inspectSymbol=isSymbol(inspectCustom)?inspectCustom:null,quotes={__proto__:null,double:'"',single:"'"},quoteREs={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};function wrapQuotes(t,e,r){var n=r.quoteStyle||e,o=quotes[n];return o+t+o}function quote(t){return $replace.call(String(t),/"/g,""")}function isArray(t){return!("[object Array]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isDate(t){return!("[object Date]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isRegExp(t){return!("[object RegExp]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isError(t){return!("[object Error]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isString(t){return!("[object String]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isNumber(t){return!("[object Number]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isBoolean(t){return!("[object Boolean]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isSymbol(t){if(hasShammedSymbols)return t&&"object"==typeof t&&t instanceof Symbol;if("symbol"==typeof t)return!0;if(!t||"object"!=typeof t||!symToString)return!1;try{return symToString.call(t),!0}catch(t){}return!1}function isBigInt(t){if(!t||"object"!=typeof t||!bigIntValueOf)return!1;try{return bigIntValueOf.call(t),!0}catch(t){}return!1}module.exports=function inspect_(t,e,r,n){var o=e||{};if(has(o,"quoteStyle")&&!has(quotes,o.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(has(o,"maxStringLength")&&("number"==typeof o.maxStringLength?o.maxStringLength<0&&o.maxStringLength!==1/0:null!==o.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=!has(o,"customInspect")||o.customInspect;if("boolean"!=typeof i&&"symbol"!==i)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(has(o,"indent")&&null!==o.indent&&"\t"!==o.indent&&!(parseInt(o.indent,10)===o.indent&&o.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(has(o,"numericSeparator")&&"boolean"!=typeof o.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var a=o.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return inspectString(t,o);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var c=String(t);return a?addNumericSeparator(t,c):c}if("bigint"==typeof t){var l=String(t)+"n";return a?addNumericSeparator(t,l):l}var p=void 0===o.depth?5:o.depth;if(void 0===r&&(r=0),r>=p&&p>0&&"object"==typeof t)return isArray(t)?"[Array]":"[Object]";var u=getIndent(o,r);if(void 0===n)n=[];else if(indexOf(n,t)>=0)return"[Circular]";function inspect(t,e,i){if(e&&(n=$arrSlice.call(n)).push(e),i){var a={depth:o.depth};return has(o,"quoteStyle")&&(a.quoteStyle=o.quoteStyle),inspect_(t,a,r+1,n)}return inspect_(t,o,r+1,n)}if("function"==typeof t&&!isRegExp(t)){var s=nameOf(t),f=arrObjKeys(t,inspect);return"[Function"+(s?": "+s:" (anonymous)")+"]"+(f.length>0?" { "+$join.call(f,", ")+" }":"")}if(isSymbol(t)){var y=hasShammedSymbols?$replace.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):symToString.call(t);return"object"!=typeof t||hasShammedSymbols?y:markBoxed(y)}if(isElement(t)){for(var S="<"+$toLowerCase.call(String(t.nodeName)),g=t.attributes||[],b=0;b<g.length;b++)S+=" "+g[b].name+"="+wrapQuotes(quote(g[b].value),"double",o);return S+=">",t.childNodes&&t.childNodes.length&&(S+="..."),S+"</"+$toLowerCase.call(String(t.nodeName))+">"}if(isArray(t)){if(0===t.length)return"[]";var m=arrObjKeys(t,inspect);return u&&!singleLineValues(m)?"["+indentedJoin(m,u)+"]":"[ "+$join.call(m,", ")+" ]"}if(isError(t)){var h=arrObjKeys(t,inspect);return"cause"in Error.prototype||!("cause"in t)||isEnumerable.call(t,"cause")?0===h.length?"["+String(t)+"]":"{ ["+String(t)+"] "+$join.call(h,", ")+" }":"{ ["+String(t)+"] "+$join.call($concat.call("[cause]: "+inspect(t.cause),h),", ")+" }"}if("object"==typeof t&&i){if(inspectSymbol&&"function"==typeof t[inspectSymbol]&&utilInspect)return utilInspect(t,{depth:p-r});if("symbol"!==i&&"function"==typeof t.inspect)return t.inspect()}if(isMap(t)){var d=[];return mapForEach&&mapForEach.call(t,(function(e,r){d.push(inspect(r,t,!0)+" => "+inspect(e,t))})),collectionOf("Map",mapSize.call(t),d,u)}if(isSet(t)){var j=[];return setForEach&&setForEach.call(t,(function(e){j.push(inspect(e,t))})),collectionOf("Set",setSize.call(t),j,u)}if(isWeakMap(t))return weakCollectionOf("WeakMap");if(isWeakSet(t))return weakCollectionOf("WeakSet");if(isWeakRef(t))return weakCollectionOf("WeakRef");if(isNumber(t))return markBoxed(inspect(Number(t)));if(isBigInt(t))return markBoxed(inspect(bigIntValueOf.call(t)));if(isBoolean(t))return markBoxed(booleanValueOf.call(t));if(isString(t))return markBoxed(inspect(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||"undefined"!=typeof global&&t===global)return"{ [object globalThis] }";if(!isDate(t)&&!isRegExp(t)){var O=arrObjKeys(t,inspect),w=gPO?gPO(t)===Object.prototype:t instanceof Object||t.constructor===Object,$=t instanceof Object?"":"null prototype",k=!w&&toStringTag&&Object(t)===t&&toStringTag in t?$slice.call(toStr(t),8,-1):$?"Object":"",v=(w||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(k||$?"["+$join.call($concat.call([],k||[],$||[]),": ")+"] ":"");return 0===O.length?v+"{}":u?v+"{"+indentedJoin(O,u)+"}":v+"{ "+$join.call(O,", ")+" }"}return String(t)};var hasOwn=Object.prototype.hasOwnProperty||function(t){return t in this};function has(t,e){return hasOwn.call(t,e)}function toStr(t){return objectToString.call(t)}function nameOf(t){if(t.name)return t.name;var e=$match.call(functionToString.call(t),/^function\s*([\w$]+)/);return e?e[1]:null}function indexOf(t,e){if(t.indexOf)return t.indexOf(e);for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return-1}function isMap(t){if(!mapSize||!t||"object"!=typeof t)return!1;try{mapSize.call(t);try{setSize.call(t)}catch(t){return!0}return t instanceof Map}catch(t){}return!1}function isWeakMap(t){if(!weakMapHas||!t||"object"!=typeof t)return!1;try{weakMapHas.call(t,weakMapHas);try{weakSetHas.call(t,weakSetHas)}catch(t){return!0}return t instanceof WeakMap}catch(t){}return!1}function isWeakRef(t){if(!weakRefDeref||!t||"object"!=typeof t)return!1;try{return weakRefDeref.call(t),!0}catch(t){}return!1}function isSet(t){if(!setSize||!t||"object"!=typeof t)return!1;try{setSize.call(t);try{mapSize.call(t)}catch(t){return!0}return t instanceof Set}catch(t){}return!1}function isWeakSet(t){if(!weakSetHas||!t||"object"!=typeof t)return!1;try{weakSetHas.call(t,weakSetHas);try{weakMapHas.call(t,weakMapHas)}catch(t){return!0}return t instanceof WeakSet}catch(t){}return!1}function isElement(t){return!(!t||"object"!=typeof t)&&("undefined"!=typeof HTMLElement&&t instanceof HTMLElement||"string"==typeof t.nodeName&&"function"==typeof t.getAttribute)}function inspectString(t,e){if(t.length>e.maxStringLength){var r=t.length-e.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return inspectString($slice.call(t,0,e.maxStringLength),e)+n}var o=quoteREs[e.quoteStyle||"single"];return o.lastIndex=0,wrapQuotes($replace.call($replace.call(t,o,"\\$1"),/[\x00-\x1f]/g,lowbyte),"single",e)}function lowbyte(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":"")+$toUpperCase.call(e.toString(16))}function markBoxed(t){return"Object("+t+")"}function weakCollectionOf(t){return t+" { ? }"}function collectionOf(t,e,r,n){return t+" ("+e+") {"+(n?indentedJoin(r,n):$join.call(r,", "))+"}"}function singleLineValues(t){for(var e=0;e<t.length;e++)if(indexOf(t[e],"\n")>=0)return!1;return!0}function getIndent(t,e){var r;if("\t"===t.indent)r="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;r=$join.call(Array(t.indent+1)," ")}return{base:r,prev:$join.call(Array(e+1),r)}}function indentedJoin(t,e){if(0===t.length)return"";var r="\n"+e.prev+e.base;return r+$join.call(t,","+r)+"\n"+e.prev}function arrObjKeys(t,e){var r=isArray(t),n=[];if(r){n.length=t.length;for(var o=0;o<t.length;o++)n[o]=has(t,o)?e(t[o],t):""}var i,a="function"==typeof gOPS?gOPS(t):[];if(hasShammedSymbols){i={};for(var c=0;c<a.length;c++)i["$"+a[c]]=a[c]}for(var l in t)has(t,l)&&(r&&String(Number(l))===l&&l<t.length||hasShammedSymbols&&i["$"+l]instanceof Symbol||($test.call(/[^\w$]/,l)?n.push(e(l,t)+": "+e(t[l],t)):n.push(l+": "+e(t[l],t))));if("function"==typeof gOPS)for(var p=0;p<a.length;p++)isEnumerable.call(t,a[p])&&n.push("["+e(a[p])+"]: "+e(t[a[p]],t));return n}
|
|
87
129
|
|
|
88
130
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
89
|
-
},{"6":6}]
|
|
131
|
+
},{"6":6}],43:[function(require,module,exports){
|
|
132
|
+
"use strict";var inspect=require(42),$TypeError=require(20),listGetNode=function(e,t,n){for(var i,r=e;null!=(i=r.next);r=i)if(i.key===t)return r.next=i.next,n||(i.next=e.next,e.next=i),i},listGet=function(e,t){if(e){var n=listGetNode(e,t);return n&&n.value}},listSet=function(e,t,n){var i=listGetNode(e,t);i?i.value=n:e.next={key:t,next:e.next,value:n}},listHas=function(e,t){return!!e&&!!listGetNode(e,t)},listDelete=function(e,t){if(e)return listGetNode(e,t,!0)};module.exports=function getSideChannelList(){var e,t={assert:function(e){if(!t.has(e))throw new $TypeError("Side channel does not contain "+inspect(e))},delete:function(t){var n=e&&e.next,i=listDelete(e,t);return i&&n&&n===i&&(e=void 0),!!i},get:function(t){return listGet(e,t)},has:function(t){return listHas(e,t)},set:function(t,n){e||(e={next:void 0}),listSet(e,t,n)}};return t};
|
|
133
|
+
|
|
134
|
+
},{"20":20,"42":42}],44:[function(require,module,exports){
|
|
135
|
+
"use strict";var GetIntrinsic=require(25),callBound=require(12),inspect=require(42),$TypeError=require(20),$Map=GetIntrinsic("%Map%",!0),$mapGet=callBound("Map.prototype.get",!0),$mapSet=callBound("Map.prototype.set",!0),$mapHas=callBound("Map.prototype.has",!0),$mapDelete=callBound("Map.prototype.delete",!0),$mapSize=callBound("Map.prototype.size",!0);module.exports=!!$Map&&function getSideChannelMap(){var e,t={assert:function(e){if(!t.has(e))throw new $TypeError("Side channel does not contain "+inspect(e))},delete:function(t){if(e){var n=$mapDelete(e,t);return 0===$mapSize(e)&&(e=void 0),n}return!1},get:function(t){if(e)return $mapGet(e,t)},has:function(t){return!!e&&$mapHas(e,t)},set:function(t,n){e||(e=new $Map),$mapSet(e,t,n)}};return t};
|
|
136
|
+
|
|
137
|
+
},{"12":12,"20":20,"25":25,"42":42}],45:[function(require,module,exports){
|
|
138
|
+
"use strict";var GetIntrinsic=require(25),callBound=require(12),inspect=require(42),getSideChannelMap=require(44),$TypeError=require(20),$WeakMap=GetIntrinsic("%WeakMap%",!0),$weakMapGet=callBound("WeakMap.prototype.get",!0),$weakMapSet=callBound("WeakMap.prototype.set",!0),$weakMapHas=callBound("WeakMap.prototype.has",!0),$weakMapDelete=callBound("WeakMap.prototype.delete",!0);module.exports=$WeakMap?function getSideChannelWeakMap(){var e,t,a={assert:function(e){if(!a.has(e))throw new $TypeError("Side channel does not contain "+inspect(e))},delete:function(a){if($WeakMap&&a&&("object"==typeof a||"function"==typeof a)){if(e)return $weakMapDelete(e,a)}else if(getSideChannelMap&&t)return t.delete(a);return!1},get:function(a){return $WeakMap&&a&&("object"==typeof a||"function"==typeof a)&&e?$weakMapGet(e,a):t&&t.get(a)},has:function(a){return $WeakMap&&a&&("object"==typeof a||"function"==typeof a)&&e?$weakMapHas(e,a):!!t&&t.has(a)},set:function(a,n){$WeakMap&&a&&("object"==typeof a||"function"==typeof a)?(e||(e=new $WeakMap),$weakMapSet(e,a,n)):getSideChannelMap&&(t||(t=getSideChannelMap()),t.set(a,n))}};return a}:getSideChannelMap;
|
|
139
|
+
|
|
140
|
+
},{"12":12,"20":20,"25":25,"42":42,"44":44}]},{},[2])(2)
|
|
90
141
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(){var e={429:function(e,t,r){"use strict";var o=r(632);var n=r(831);var a=r(715);var i=r(348);e.exports=i||o.call(a,n)},831:function(e){"use strict";e.exports=Function.prototype.apply},715:function(e){"use strict";e.exports=Function.prototype.call},63:function(e,t,r){"use strict";var o=r(632);var n=r(458);var a=r(715);var i=r(429);e.exports=function callBindBasic(e){if(e.length<1||typeof e[0]!=="function"){throw new n("a function is required")}return i(o,a,e)}},348:function(e){"use strict";e.exports=typeof Reflect!=="undefined"&&Reflect&&Reflect.apply},389:function(e,t,r){"use strict";var o=r(412);var n=r(63);var a=n([o("%String.prototype.indexOf%")]);e.exports=function callBoundIntrinsic(e,t){var r=o(e,!!t);if(typeof r==="function"&&a(e,".prototype.")>-1){return n([r])}return r}},594:function(e,t,r){"use strict";var o=r(63);var n=r(671);var a;try{a=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!=="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS"){throw e}}var i=!!a&&n&&n(Object.prototype,"__proto__");var p=Object;var f=p.getPrototypeOf;e.exports=i&&typeof i.get==="function"?o([i.get]):typeof f==="function"?function getDunder(e){return f(e==null?e:p(e))}:false},674:function(e){"use strict";var t=Object.defineProperty||false;if(t){try{t({},"a",{value:1})}catch(e){t=false}}e.exports=t},224:function(e){"use strict";e.exports=EvalError},684:function(e){"use strict";e.exports=Error},433:function(e){"use strict";e.exports=RangeError},409:function(e){"use strict";e.exports=ReferenceError},681:function(e){"use strict";e.exports=SyntaxError},458:function(e){"use strict";e.exports=TypeError},866:function(e){"use strict";e.exports=URIError},485:function(e){"use strict";e.exports=Object},404:function(e){"use strict";var t="Function.prototype.bind called on incompatible ";var r=Object.prototype.toString;var o=Math.max;var n="[object Function]";var a=function concatty(e,t){var r=[];for(var o=0;o<e.length;o+=1){r[o]=e[o]}for(var n=0;n<t.length;n+=1){r[n+e.length]=t[n]}return r};var i=function slicy(e,t){var r=[];for(var o=t||0,n=0;o<e.length;o+=1,n+=1){r[n]=e[o]}return r};var joiny=function(e,t){var r="";for(var o=0;o<e.length;o+=1){r+=e[o];if(o+1<e.length){r+=t}}return r};e.exports=function bind(e){var p=this;if(typeof p!=="function"||r.apply(p)!==n){throw new TypeError(t+p)}var f=i(arguments,1);var c;var binder=function(){if(this instanceof c){var t=p.apply(this,a(f,arguments));if(Object(t)===t){return t}return this}return p.apply(e,a(f,arguments))};var l=o(0,p.length-f.length);var y=[];for(var u=0;u<l;u++){y[u]="$"+u}c=Function("binder","return function ("+joiny(y,",")+"){ return binder.apply(this,arguments); }")(binder);if(p.prototype){var s=function Empty(){};s.prototype=p.prototype;c.prototype=new s;s.prototype=null}return c}},632:function(e,t,r){"use strict";var o=r(404);e.exports=Function.prototype.bind||o},402:function(e,t,r){"use strict";var o;var n=r(485);var a=r(684);var i=r(224);var p=r(433);var f=r(409);var c=r(681);var l=r(458);var y=r(866);var u=r(328);var s=r(422);var d=r(378);var v=r(388);var g=r(526);var m=r(816);var h=r(947);var b=Function;var getEvalledConstructor=function(e){try{return b('"use strict"; return ('+e+").constructor;")()}catch(e){}};var A=r(671);var S=r(674);var throwTypeError=function(){throw new l};var w=A?function(){try{arguments.callee;return throwTypeError}catch(e){try{return A(arguments,"callee").get}catch(e){return throwTypeError}}}():throwTypeError;var P=r(718)();var O=r(272);var x=r(932);var E=r(172);var j=r(831);var I=r(715);var _={};var R=typeof Uint8Array==="undefined"||!O?o:O(Uint8Array);var F={__proto__:null,"%AggregateError%":typeof AggregateError==="undefined"?o:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer==="undefined"?o:ArrayBuffer,"%ArrayIteratorPrototype%":P&&O?O([][Symbol.iterator]()):o,"%AsyncFromSyncIteratorPrototype%":o,"%AsyncFunction%":_,"%AsyncGenerator%":_,"%AsyncGeneratorFunction%":_,"%AsyncIteratorPrototype%":_,"%Atomics%":typeof Atomics==="undefined"?o:Atomics,"%BigInt%":typeof BigInt==="undefined"?o:BigInt,"%BigInt64Array%":typeof BigInt64Array==="undefined"?o:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array==="undefined"?o:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView==="undefined"?o:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":a,"%eval%":eval,"%EvalError%":i,"%Float32Array%":typeof Float32Array==="undefined"?o:Float32Array,"%Float64Array%":typeof Float64Array==="undefined"?o:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry==="undefined"?o:FinalizationRegistry,"%Function%":b,"%GeneratorFunction%":_,"%Int8Array%":typeof Int8Array==="undefined"?o:Int8Array,"%Int16Array%":typeof Int16Array==="undefined"?o:Int16Array,"%Int32Array%":typeof Int32Array==="undefined"?o:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":P&&O?O(O([][Symbol.iterator]())):o,"%JSON%":typeof JSON==="object"?JSON:o,"%Map%":typeof Map==="undefined"?o:Map,"%MapIteratorPrototype%":typeof Map==="undefined"||!P||!O?o:O((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":n,"%Object.getOwnPropertyDescriptor%":A,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise==="undefined"?o:Promise,"%Proxy%":typeof Proxy==="undefined"?o:Proxy,"%RangeError%":p,"%ReferenceError%":f,"%Reflect%":typeof Reflect==="undefined"?o:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set==="undefined"?o:Set,"%SetIteratorPrototype%":typeof Set==="undefined"||!P||!O?o:O((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer==="undefined"?o:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":P&&O?O(""[Symbol.iterator]()):o,"%Symbol%":P?Symbol:o,"%SyntaxError%":c,"%ThrowTypeError%":w,"%TypedArray%":R,"%TypeError%":l,"%Uint8Array%":typeof Uint8Array==="undefined"?o:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray==="undefined"?o:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array==="undefined"?o:Uint16Array,"%Uint32Array%":typeof Uint32Array==="undefined"?o:Uint32Array,"%URIError%":y,"%WeakMap%":typeof WeakMap==="undefined"?o:WeakMap,"%WeakRef%":typeof WeakRef==="undefined"?o:WeakRef,"%WeakSet%":typeof WeakSet==="undefined"?o:WeakSet,"%Function.prototype.call%":I,"%Function.prototype.apply%":j,"%Object.defineProperty%":S,"%Object.getPrototypeOf%":x,"%Math.abs%":u,"%Math.floor%":s,"%Math.max%":d,"%Math.min%":v,"%Math.pow%":g,"%Math.round%":m,"%Math.sign%":h,"%Reflect.getPrototypeOf%":E};if(O){try{null.error}catch(e){var k=O(O(e));F["%Error.prototype%"]=k}}var M=function doEval(e){var t;if(e==="%AsyncFunction%"){t=getEvalledConstructor("async function () {}")}else if(e==="%GeneratorFunction%"){t=getEvalledConstructor("function* () {}")}else if(e==="%AsyncGeneratorFunction%"){t=getEvalledConstructor("async function* () {}")}else if(e==="%AsyncGenerator%"){var r=doEval("%AsyncGeneratorFunction%");if(r){t=r.prototype}}else if(e==="%AsyncIteratorPrototype%"){var o=doEval("%AsyncGenerator%");if(o&&O){t=O(o.prototype)}}F[e]=t;return t};var D={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]};var N=r(632);var U=r(618);var B=N.call(I,Array.prototype.concat);var T=N.call(j,Array.prototype.splice);var C=N.call(I,String.prototype.replace);var W=N.call(I,String.prototype.slice);var G=N.call(I,RegExp.prototype.exec);var L=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;var K=/\\(\\)?/g;var q=function stringToPath(e){var t=W(e,0,1);var r=W(e,-1);if(t==="%"&&r!=="%"){throw new c("invalid intrinsic syntax, expected closing `%`")}else if(r==="%"&&t!=="%"){throw new c("invalid intrinsic syntax, expected opening `%`")}var o=[];C(e,L,(function(e,t,r,n){o[o.length]=r?C(n,K,"$1"):t||e}));return o};var V=function getBaseIntrinsic(e,t){var r=e;var o;if(U(D,r)){o=D[r];r="%"+o[0]+"%"}if(U(F,r)){var n=F[r];if(n===_){n=M(r)}if(typeof n==="undefined"&&!t){throw new l("intrinsic "+e+" exists, but is not available. Please file an issue!")}return{alias:o,name:r,value:n}}throw new c("intrinsic "+e+" does not exist!")};e.exports=function GetIntrinsic(e,t){if(typeof e!=="string"||e.length===0){throw new l("intrinsic name must be a non-empty string")}if(arguments.length>1&&typeof t!=="boolean"){throw new l('"allowMissing" argument must be a boolean')}if(G(/^%?[^%]*%?$/,e)===null){throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name")}var r=q(e);var n=r.length>0?r[0]:"";var a=V("%"+n+"%",t);var i=a.name;var p=a.value;var f=false;var y=a.alias;if(y){n=y[0];T(r,B([0,1],y))}for(var u=1,s=true;u<r.length;u+=1){var d=r[u];var v=W(d,0,1);var g=W(d,-1);if((v==='"'||v==="'"||v==="`"||(g==='"'||g==="'"||g==="`"))&&v!==g){throw new c("property names with quotes must have matching quotes")}if(d==="constructor"||!s){f=true}n+="."+d;i="%"+n+"%";if(U(F,i)){p=F[i]}else if(p!=null){if(!(d in p)){if(!t){throw new l("base intrinsic for "+e+" exists, but the property is not available.")}return void o}if(A&&u+1>=r.length){var m=A(p,d);s=!!m;if(s&&"get"in m&&!("originalValue"in m.get)){p=m.get}else{p=p[d]}}else{s=U(p,d);p=p[d]}if(s&&!f){F[i]=p}}}return p}},412:function(e,t,r){"use strict";var o;var n=r(485);var a=r(684);var i=r(224);var p=r(433);var f=r(409);var c=r(681);var l=r(458);var y=r(866);var u=r(328);var s=r(422);var d=r(378);var v=r(388);var g=r(526);var m=r(816);var h=r(947);var b=Function;var getEvalledConstructor=function(e){try{return b('"use strict"; return ('+e+").constructor;")()}catch(e){}};var A=r(671);var S=r(674);var throwTypeError=function(){throw new l};var w=A?function(){try{arguments.callee;return throwTypeError}catch(e){try{return A(arguments,"callee").get}catch(e){return throwTypeError}}}():throwTypeError;var P=r(718)();var O=r(272);var x=r(932);var E=r(172);var j=r(831);var I=r(715);var _={};var R=typeof Uint8Array==="undefined"||!O?o:O(Uint8Array);var F={__proto__:null,"%AggregateError%":typeof AggregateError==="undefined"?o:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer==="undefined"?o:ArrayBuffer,"%ArrayIteratorPrototype%":P&&O?O([][Symbol.iterator]()):o,"%AsyncFromSyncIteratorPrototype%":o,"%AsyncFunction%":_,"%AsyncGenerator%":_,"%AsyncGeneratorFunction%":_,"%AsyncIteratorPrototype%":_,"%Atomics%":typeof Atomics==="undefined"?o:Atomics,"%BigInt%":typeof BigInt==="undefined"?o:BigInt,"%BigInt64Array%":typeof BigInt64Array==="undefined"?o:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array==="undefined"?o:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView==="undefined"?o:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":a,"%eval%":eval,"%EvalError%":i,"%Float16Array%":typeof Float16Array==="undefined"?o:Float16Array,"%Float32Array%":typeof Float32Array==="undefined"?o:Float32Array,"%Float64Array%":typeof Float64Array==="undefined"?o:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry==="undefined"?o:FinalizationRegistry,"%Function%":b,"%GeneratorFunction%":_,"%Int8Array%":typeof Int8Array==="undefined"?o:Int8Array,"%Int16Array%":typeof Int16Array==="undefined"?o:Int16Array,"%Int32Array%":typeof Int32Array==="undefined"?o:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":P&&O?O(O([][Symbol.iterator]())):o,"%JSON%":typeof JSON==="object"?JSON:o,"%Map%":typeof Map==="undefined"?o:Map,"%MapIteratorPrototype%":typeof Map==="undefined"||!P||!O?o:O((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":n,"%Object.getOwnPropertyDescriptor%":A,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise==="undefined"?o:Promise,"%Proxy%":typeof Proxy==="undefined"?o:Proxy,"%RangeError%":p,"%ReferenceError%":f,"%Reflect%":typeof Reflect==="undefined"?o:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set==="undefined"?o:Set,"%SetIteratorPrototype%":typeof Set==="undefined"||!P||!O?o:O((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer==="undefined"?o:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":P&&O?O(""[Symbol.iterator]()):o,"%Symbol%":P?Symbol:o,"%SyntaxError%":c,"%ThrowTypeError%":w,"%TypedArray%":R,"%TypeError%":l,"%Uint8Array%":typeof Uint8Array==="undefined"?o:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray==="undefined"?o:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array==="undefined"?o:Uint16Array,"%Uint32Array%":typeof Uint32Array==="undefined"?o:Uint32Array,"%URIError%":y,"%WeakMap%":typeof WeakMap==="undefined"?o:WeakMap,"%WeakRef%":typeof WeakRef==="undefined"?o:WeakRef,"%WeakSet%":typeof WeakSet==="undefined"?o:WeakSet,"%Function.prototype.call%":I,"%Function.prototype.apply%":j,"%Object.defineProperty%":S,"%Object.getPrototypeOf%":x,"%Math.abs%":u,"%Math.floor%":s,"%Math.max%":d,"%Math.min%":v,"%Math.pow%":g,"%Math.round%":m,"%Math.sign%":h,"%Reflect.getPrototypeOf%":E};if(O){try{null.error}catch(e){var k=O(O(e));F["%Error.prototype%"]=k}}var M=function doEval(e){var t;if(e==="%AsyncFunction%"){t=getEvalledConstructor("async function () {}")}else if(e==="%GeneratorFunction%"){t=getEvalledConstructor("function* () {}")}else if(e==="%AsyncGeneratorFunction%"){t=getEvalledConstructor("async function* () {}")}else if(e==="%AsyncGenerator%"){var r=doEval("%AsyncGeneratorFunction%");if(r){t=r.prototype}}else if(e==="%AsyncIteratorPrototype%"){var o=doEval("%AsyncGenerator%");if(o&&O){t=O(o.prototype)}}F[e]=t;return t};var D={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]};var N=r(632);var U=r(618);var B=N.call(I,Array.prototype.concat);var T=N.call(j,Array.prototype.splice);var C=N.call(I,String.prototype.replace);var W=N.call(I,String.prototype.slice);var G=N.call(I,RegExp.prototype.exec);var L=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;var K=/\\(\\)?/g;var q=function stringToPath(e){var t=W(e,0,1);var r=W(e,-1);if(t==="%"&&r!=="%"){throw new c("invalid intrinsic syntax, expected closing `%`")}else if(r==="%"&&t!=="%"){throw new c("invalid intrinsic syntax, expected opening `%`")}var o=[];C(e,L,(function(e,t,r,n){o[o.length]=r?C(n,K,"$1"):t||e}));return o};var V=function getBaseIntrinsic(e,t){var r=e;var o;if(U(D,r)){o=D[r];r="%"+o[0]+"%"}if(U(F,r)){var n=F[r];if(n===_){n=M(r)}if(typeof n==="undefined"&&!t){throw new l("intrinsic "+e+" exists, but is not available. Please file an issue!")}return{alias:o,name:r,value:n}}throw new c("intrinsic "+e+" does not exist!")};e.exports=function GetIntrinsic(e,t){if(typeof e!=="string"||e.length===0){throw new l("intrinsic name must be a non-empty string")}if(arguments.length>1&&typeof t!=="boolean"){throw new l('"allowMissing" argument must be a boolean')}if(G(/^%?[^%]*%?$/,e)===null){throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name")}var r=q(e);var n=r.length>0?r[0]:"";var a=V("%"+n+"%",t);var i=a.name;var p=a.value;var f=false;var y=a.alias;if(y){n=y[0];T(r,B([0,1],y))}for(var u=1,s=true;u<r.length;u+=1){var d=r[u];var v=W(d,0,1);var g=W(d,-1);if((v==='"'||v==="'"||v==="`"||(g==='"'||g==="'"||g==="`"))&&v!==g){throw new c("property names with quotes must have matching quotes")}if(d==="constructor"||!s){f=true}n+="."+d;i="%"+n+"%";if(U(F,i)){p=F[i]}else if(p!=null){if(!(d in p)){if(!t){throw new l("base intrinsic for "+e+" exists, but the property is not available.")}return void o}if(A&&u+1>=r.length){var m=A(p,d);s=!!m;if(s&&"get"in m&&!("originalValue"in m.get)){p=m.get}else{p=p[d]}}else{s=U(p,d);p=p[d]}if(s&&!f){F[i]=p}}}return p}},932:function(e,t,r){"use strict";var o=r(485);e.exports=o.getPrototypeOf||null},172:function(e){"use strict";e.exports=typeof Reflect!=="undefined"&&Reflect.getPrototypeOf||null},272:function(e,t,r){"use strict";var o=r(172);var n=r(932);var a=r(594);e.exports=o?function getProto(e){return o(e)}:n?function getProto(e){if(!e||typeof e!=="object"&&typeof e!=="function"){throw new TypeError("getProto: not an object")}return n(e)}:a?function getProto(e){return a(e)}:null},401:function(e){"use strict";e.exports=Object.getOwnPropertyDescriptor},671:function(e,t,r){"use strict";var o=r(401);if(o){try{o([],"length")}catch(e){o=null}}e.exports=o},718:function(e,t,r){"use strict";var o=typeof Symbol!=="undefined"&&Symbol;var n=r(44);e.exports=function hasNativeSymbols(){if(typeof o!=="function"){return false}if(typeof Symbol!=="function"){return false}if(typeof o("foo")!=="symbol"){return false}if(typeof Symbol("bar")!=="symbol"){return false}return n()}},44:function(e){"use strict";e.exports=function hasSymbols(){if(typeof Symbol!=="function"||typeof Object.getOwnPropertySymbols!=="function"){return false}if(typeof Symbol.iterator==="symbol"){return true}var e={};var t=Symbol("test");var r=Object(t);if(typeof t==="string"){return false}if(Object.prototype.toString.call(t)!=="[object Symbol]"){return false}if(Object.prototype.toString.call(r)!=="[object Symbol]"){return false}var o=42;e[t]=o;for(var n in e){return false}if(typeof Object.keys==="function"&&Object.keys(e).length!==0){return false}if(typeof Object.getOwnPropertyNames==="function"&&Object.getOwnPropertyNames(e).length!==0){return false}var a=Object.getOwnPropertySymbols(e);if(a.length!==1||a[0]!==t){return false}if(!Object.prototype.propertyIsEnumerable.call(e,t)){return false}if(typeof Object.getOwnPropertyDescriptor==="function"){var i=Object.getOwnPropertyDescriptor(e,t);if(i.value!==o||i.enumerable!==true){return false}}return true}},618:function(e,t,r){"use strict";var o=Function.prototype.call;var n=Object.prototype.hasOwnProperty;var a=r(632);e.exports=a.call(o,n)},328:function(e){"use strict";e.exports=Math.abs},422:function(e){"use strict";e.exports=Math.floor},21:function(e){"use strict";e.exports=Number.isNaN||function isNaN(e){return e!==e}},378:function(e){"use strict";e.exports=Math.max},388:function(e){"use strict";e.exports=Math.min},526:function(e){"use strict";e.exports=Math.pow},816:function(e){"use strict";e.exports=Math.round},947:function(e,t,r){"use strict";var o=r(21);e.exports=function sign(e){if(o(e)||e===0){return e}return e<0?-1:+1}},162:function(e,t,r){var o=typeof Map==="function"&&Map.prototype;var n=Object.getOwnPropertyDescriptor&&o?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null;var a=o&&n&&typeof n.get==="function"?n.get:null;var i=o&&Map.prototype.forEach;var p=typeof Set==="function"&&Set.prototype;var f=Object.getOwnPropertyDescriptor&&p?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null;var c=p&&f&&typeof f.get==="function"?f.get:null;var l=p&&Set.prototype.forEach;var y=typeof WeakMap==="function"&&WeakMap.prototype;var u=y?WeakMap.prototype.has:null;var s=typeof WeakSet==="function"&&WeakSet.prototype;var d=s?WeakSet.prototype.has:null;var v=typeof WeakRef==="function"&&WeakRef.prototype;var g=v?WeakRef.prototype.deref:null;var m=Boolean.prototype.valueOf;var h=Object.prototype.toString;var b=Function.prototype.toString;var A=String.prototype.match;var S=String.prototype.slice;var w=String.prototype.replace;var P=String.prototype.toUpperCase;var O=String.prototype.toLowerCase;var x=RegExp.prototype.test;var E=Array.prototype.concat;var j=Array.prototype.join;var I=Array.prototype.slice;var _=Math.floor;var R=typeof BigInt==="function"?BigInt.prototype.valueOf:null;var F=Object.getOwnPropertySymbols;var k=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?Symbol.prototype.toString:null;var M=typeof Symbol==="function"&&typeof Symbol.iterator==="object";var D=typeof Symbol==="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===M?"object":"symbol")?Symbol.toStringTag:null;var N=Object.prototype.propertyIsEnumerable;var U=(typeof Reflect==="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function addNumericSeparator(e,t){if(e===Infinity||e===-Infinity||e!==e||e&&e>-1e3&&e<1e3||x.call(/e/,t)){return t}var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e==="number"){var o=e<0?-_(-e):_(e);if(o!==e){var n=String(o);var a=S.call(t,n.length+1);return w.call(n,r,"$&_")+"."+w.call(w.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return w.call(t,r,"$&_")}var B=r(62);var T=B.custom;var C=isSymbol(T)?T:null;var W={__proto__:null,double:'"',single:"'"};var G={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};e.exports=function inspect_(e,t,r,o){var n=t||{};if(has(n,"quoteStyle")&&!has(W,n.quoteStyle)){throw new TypeError('option "quoteStyle" must be "single" or "double"')}if(has(n,"maxStringLength")&&(typeof n.maxStringLength==="number"?n.maxStringLength<0&&n.maxStringLength!==Infinity:n.maxStringLength!==null)){throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`')}var p=has(n,"customInspect")?n.customInspect:true;if(typeof p!=="boolean"&&p!=="symbol"){throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`")}if(has(n,"indent")&&n.indent!==null&&n.indent!=="\t"&&!(parseInt(n.indent,10)===n.indent&&n.indent>0)){throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`')}if(has(n,"numericSeparator")&&typeof n.numericSeparator!=="boolean"){throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`')}var f=n.numericSeparator;if(typeof e==="undefined"){return"undefined"}if(e===null){return"null"}if(typeof e==="boolean"){return e?"true":"false"}if(typeof e==="string"){return inspectString(e,n)}if(typeof e==="number"){if(e===0){return Infinity/e>0?"0":"-0"}var y=String(e);return f?addNumericSeparator(e,y):y}if(typeof e==="bigint"){var u=String(e)+"n";return f?addNumericSeparator(e,u):u}var s=typeof n.depth==="undefined"?5:n.depth;if(typeof r==="undefined"){r=0}if(r>=s&&s>0&&typeof e==="object"){return isArray(e)?"[Array]":"[Object]"}var d=getIndent(n,r);if(typeof o==="undefined"){o=[]}else if(indexOf(o,e)>=0){return"[Circular]"}function inspect(e,t,a){if(t){o=I.call(o);o.push(t)}if(a){var i={depth:n.depth};if(has(n,"quoteStyle")){i.quoteStyle=n.quoteStyle}return inspect_(e,i,r+1,o)}return inspect_(e,n,r+1,o)}if(typeof e==="function"&&!isRegExp(e)){var v=nameOf(e);var g=arrObjKeys(e,inspect);return"[Function"+(v?": "+v:" (anonymous)")+"]"+(g.length>0?" { "+j.call(g,", ")+" }":"")}if(isSymbol(e)){var h=M?w.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):k.call(e);return typeof e==="object"&&!M?markBoxed(h):h}if(isElement(e)){var b="<"+O.call(String(e.nodeName));var A=e.attributes||[];for(var P=0;P<A.length;P++){b+=" "+A[P].name+"="+wrapQuotes(quote(A[P].value),"double",n)}b+=">";if(e.childNodes&&e.childNodes.length){b+="..."}b+="</"+O.call(String(e.nodeName))+">";return b}if(isArray(e)){if(e.length===0){return"[]"}var x=arrObjKeys(e,inspect);if(d&&!singleLineValues(x)){return"["+indentedJoin(x,d)+"]"}return"[ "+j.call(x,", ")+" ]"}if(isError(e)){var _=arrObjKeys(e,inspect);if(!("cause"in Error.prototype)&&"cause"in e&&!N.call(e,"cause")){return"{ ["+String(e)+"] "+j.call(E.call("[cause]: "+inspect(e.cause),_),", ")+" }"}if(_.length===0){return"["+String(e)+"]"}return"{ ["+String(e)+"] "+j.call(_,", ")+" }"}if(typeof e==="object"&&p){if(C&&typeof e[C]==="function"&&B){return B(e,{depth:s-r})}else if(p!=="symbol"&&typeof e.inspect==="function"){return e.inspect()}}if(isMap(e)){var F=[];if(i){i.call(e,(function(t,r){F.push(inspect(r,e,true)+" => "+inspect(t,e))}))}return collectionOf("Map",a.call(e),F,d)}if(isSet(e)){var T=[];if(l){l.call(e,(function(t){T.push(inspect(t,e))}))}return collectionOf("Set",c.call(e),T,d)}if(isWeakMap(e)){return weakCollectionOf("WeakMap")}if(isWeakSet(e)){return weakCollectionOf("WeakSet")}if(isWeakRef(e)){return weakCollectionOf("WeakRef")}if(isNumber(e)){return markBoxed(inspect(Number(e)))}if(isBigInt(e)){return markBoxed(inspect(R.call(e)))}if(isBoolean(e)){return markBoxed(m.call(e))}if(isString(e)){return markBoxed(inspect(String(e)))}if(typeof window!=="undefined"&&e===window){return"{ [object Window] }"}if(typeof globalThis!=="undefined"&&e===globalThis||typeof global!=="undefined"&&e===global){return"{ [object globalThis] }"}if(!isDate(e)&&!isRegExp(e)){var G=arrObjKeys(e,inspect);var L=U?U(e)===Object.prototype:e instanceof Object||e.constructor===Object;var K=e instanceof Object?"":"null prototype";var q=!L&&D&&Object(e)===e&&D in e?S.call(toStr(e),8,-1):K?"Object":"";var V=L||typeof e.constructor!=="function"?"":e.constructor.name?e.constructor.name+" ":"";var $=V+(q||K?"["+j.call(E.call([],q||[],K||[]),": ")+"] ":"");if(G.length===0){return $+"{}"}if(d){return $+"{"+indentedJoin(G,d)+"}"}return $+"{ "+j.call(G,", ")+" }"}return String(e)};function wrapQuotes(e,t,r){var o=r.quoteStyle||t;var n=W[o];return n+e+n}function quote(e){return w.call(String(e),/"/g,""")}function isArray(e){return toStr(e)==="[object Array]"&&(!D||!(typeof e==="object"&&D in e))}function isDate(e){return toStr(e)==="[object Date]"&&(!D||!(typeof e==="object"&&D in e))}function isRegExp(e){return toStr(e)==="[object RegExp]"&&(!D||!(typeof e==="object"&&D in e))}function isError(e){return toStr(e)==="[object Error]"&&(!D||!(typeof e==="object"&&D in e))}function isString(e){return toStr(e)==="[object String]"&&(!D||!(typeof e==="object"&&D in e))}function isNumber(e){return toStr(e)==="[object Number]"&&(!D||!(typeof e==="object"&&D in e))}function isBoolean(e){return toStr(e)==="[object Boolean]"&&(!D||!(typeof e==="object"&&D in e))}function isSymbol(e){if(M){return e&&typeof e==="object"&&e instanceof Symbol}if(typeof e==="symbol"){return true}if(!e||typeof e!=="object"||!k){return false}try{k.call(e);return true}catch(e){}return false}function isBigInt(e){if(!e||typeof e!=="object"||!R){return false}try{R.call(e);return true}catch(e){}return false}var L=Object.prototype.hasOwnProperty||function(e){return e in this};function has(e,t){return L.call(e,t)}function toStr(e){return h.call(e)}function nameOf(e){if(e.name){return e.name}var t=A.call(b.call(e),/^function\s*([\w$]+)/);if(t){return t[1]}return null}function indexOf(e,t){if(e.indexOf){return e.indexOf(t)}for(var r=0,o=e.length;r<o;r++){if(e[r]===t){return r}}return-1}function isMap(e){if(!a||!e||typeof e!=="object"){return false}try{a.call(e);try{c.call(e)}catch(e){return true}return e instanceof Map}catch(e){}return false}function isWeakMap(e){if(!u||!e||typeof e!=="object"){return false}try{u.call(e,u);try{d.call(e,d)}catch(e){return true}return e instanceof WeakMap}catch(e){}return false}function isWeakRef(e){if(!g||!e||typeof e!=="object"){return false}try{g.call(e);return true}catch(e){}return false}function isSet(e){if(!c||!e||typeof e!=="object"){return false}try{c.call(e);try{a.call(e)}catch(e){return true}return e instanceof Set}catch(e){}return false}function isWeakSet(e){if(!d||!e||typeof e!=="object"){return false}try{d.call(e,d);try{u.call(e,u)}catch(e){return true}return e instanceof WeakSet}catch(e){}return false}function isElement(e){if(!e||typeof e!=="object"){return false}if(typeof HTMLElement!=="undefined"&&e instanceof HTMLElement){return true}return typeof e.nodeName==="string"&&typeof e.getAttribute==="function"}function inspectString(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength;var o="... "+r+" more character"+(r>1?"s":"");return inspectString(S.call(e,0,t.maxStringLength),t)+o}var n=G[t.quoteStyle||"single"];n.lastIndex=0;var a=w.call(w.call(e,n,"\\$1"),/[\x00-\x1f]/g,lowbyte);return wrapQuotes(a,"single",t)}function lowbyte(e){var t=e.charCodeAt(0);var r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];if(r){return"\\"+r}return"\\x"+(t<16?"0":"")+P.call(t.toString(16))}function markBoxed(e){return"Object("+e+")"}function weakCollectionOf(e){return e+" { ? }"}function collectionOf(e,t,r,o){var n=o?indentedJoin(r,o):j.call(r,", ");return e+" ("+t+") {"+n+"}"}function singleLineValues(e){for(var t=0;t<e.length;t++){if(indexOf(e[t],"\n")>=0){return false}}return true}function getIndent(e,t){var r;if(e.indent==="\t"){r="\t"}else if(typeof e.indent==="number"&&e.indent>0){r=j.call(Array(e.indent+1)," ")}else{return null}return{base:r,prev:j.call(Array(t+1),r)}}function indentedJoin(e,t){if(e.length===0){return""}var r="\n"+t.prev+t.base;return r+j.call(e,","+r)+"\n"+t.prev}function arrObjKeys(e,t){var r=isArray(e);var o=[];if(r){o.length=e.length;for(var n=0;n<e.length;n++){o[n]=has(e,n)?t(e[n],e):""}}var a=typeof F==="function"?F(e):[];var i;if(M){i={};for(var p=0;p<a.length;p++){i["$"+a[p]]=a[p]}}for(var f in e){if(!has(e,f)){continue}if(r&&String(Number(f))===f&&f<e.length){continue}if(M&&i["$"+f]instanceof Symbol){continue}else if(x.call(/[^\w$]/,f)){o.push(t(f,e)+": "+t(e[f],e))}else{o.push(f+": "+t(e[f],e))}}if(typeof F==="function"){for(var c=0;c<a.length;c++){if(N.call(e,a[c])){o.push("["+t(a[c])+"]: "+t(e[a[c]],e))}}}return o}},62:function(e,t,r){e.exports=r(23).inspect},307:function(e){"use strict";var t=String.prototype.replace;var r=/%20/g;var o={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports={default:o.RFC3986,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return String(e)}},RFC1738:o.RFC1738,RFC3986:o.RFC3986}},943:function(e,t,r){"use strict";var o=r(198);var n=r(904);var a=r(307);e.exports={formats:a,parse:n,stringify:o}},904:function(e,t,r){"use strict";var o=r(610);var n=Object.prototype.hasOwnProperty;var a=Array.isArray;var i={allowDots:false,allowEmptyArrays:false,allowPrototypes:false,allowSparse:false,arrayLimit:20,charset:"utf-8",charsetSentinel:false,comma:false,decodeDotInKeys:false,decoder:o.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:false,interpretNumericEntities:false,parameterLimit:1e3,parseArrays:true,plainObjects:false,strictDepth:false,strictNullHandling:false};var interpretNumericEntities=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))};var parseArrayValue=function(e,t){if(e&&typeof e==="string"&&t.comma&&e.indexOf(",")>-1){return e.split(",")}return e};var p="utf8=%26%2310003%3B";var f="utf8=%E2%9C%93";var c=function parseQueryStringValues(e,t){var r={__proto__:null};var c=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;c=c.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var l=t.parameterLimit===Infinity?undefined:t.parameterLimit;var y=c.split(t.delimiter,l);var u=-1;var s;var d=t.charset;if(t.charsetSentinel){for(s=0;s<y.length;++s){if(y[s].indexOf("utf8=")===0){if(y[s]===f){d="utf-8"}else if(y[s]===p){d="iso-8859-1"}u=s;s=y.length}}}for(s=0;s<y.length;++s){if(s===u){continue}var v=y[s];var g=v.indexOf("]=");var m=g===-1?v.indexOf("="):g+1;var h;var b;if(m===-1){h=t.decoder(v,i.decoder,d,"key");b=t.strictNullHandling?null:""}else{h=t.decoder(v.slice(0,m),i.decoder,d,"key");b=o.maybeMap(parseArrayValue(v.slice(m+1),t),(function(e){return t.decoder(e,i.decoder,d,"value")}))}if(b&&t.interpretNumericEntities&&d==="iso-8859-1"){b=interpretNumericEntities(String(b))}if(v.indexOf("[]=")>-1){b=a(b)?[b]:b}var A=n.call(r,h);if(A&&t.duplicates==="combine"){r[h]=o.combine(r[h],b)}else if(!A||t.duplicates==="last"){r[h]=b}}return r};var parseObject=function(e,t,r,o){var n=o?t:parseArrayValue(t,r);for(var a=e.length-1;a>=0;--a){var i;var p=e[a];if(p==="[]"&&r.parseArrays){i=r.allowEmptyArrays&&(n===""||r.strictNullHandling&&n===null)?[]:[].concat(n)}else{i=r.plainObjects?{__proto__:null}:{};var f=p.charAt(0)==="["&&p.charAt(p.length-1)==="]"?p.slice(1,-1):p;var c=r.decodeDotInKeys?f.replace(/%2E/g,"."):f;var l=parseInt(c,10);if(!r.parseArrays&&c===""){i={0:n}}else if(!isNaN(l)&&p!==c&&String(l)===c&&l>=0&&(r.parseArrays&&l<=r.arrayLimit)){i=[];i[l]=n}else if(c!=="__proto__"){i[c]=n}}n=i}return n};var l=function parseQueryStringKeys(e,t,r,o){if(!e){return}var a=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e;var i=/(\[[^[\]]*])/;var p=/(\[[^[\]]*])/g;var f=r.depth>0&&i.exec(a);var c=f?a.slice(0,f.index):a;var l=[];if(c){if(!r.plainObjects&&n.call(Object.prototype,c)){if(!r.allowPrototypes){return}}l.push(c)}var y=0;while(r.depth>0&&(f=p.exec(a))!==null&&y<r.depth){y+=1;if(!r.plainObjects&&n.call(Object.prototype,f[1].slice(1,-1))){if(!r.allowPrototypes){return}}l.push(f[1])}if(f){if(r.strictDepth===true){throw new RangeError("Input depth exceeded depth option of "+r.depth+" and strictDepth is true")}l.push("["+a.slice(f.index)+"]")}return parseObject(l,t,r,o)};var y=function normalizeParseOptions(e){if(!e){return i}if(typeof e.allowEmptyArrays!=="undefined"&&typeof e.allowEmptyArrays!=="boolean"){throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided")}if(typeof e.decodeDotInKeys!=="undefined"&&typeof e.decodeDotInKeys!=="boolean"){throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided")}if(e.decoder!==null&&typeof e.decoder!=="undefined"&&typeof e.decoder!=="function"){throw new TypeError("Decoder has to be a function.")}if(typeof e.charset!=="undefined"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1"){throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined")}var t=typeof e.charset==="undefined"?i.charset:e.charset;var r=typeof e.duplicates==="undefined"?i.duplicates:e.duplicates;if(r!=="combine"&&r!=="first"&&r!=="last"){throw new TypeError("The duplicates option must be either combine, first, or last")}var n=typeof e.allowDots==="undefined"?e.decodeDotInKeys===true?true:i.allowDots:!!e.allowDots;return{allowDots:n,allowEmptyArrays:typeof e.allowEmptyArrays==="boolean"?!!e.allowEmptyArrays:i.allowEmptyArrays,allowPrototypes:typeof e.allowPrototypes==="boolean"?e.allowPrototypes:i.allowPrototypes,allowSparse:typeof e.allowSparse==="boolean"?e.allowSparse:i.allowSparse,arrayLimit:typeof e.arrayLimit==="number"?e.arrayLimit:i.arrayLimit,charset:t,charsetSentinel:typeof e.charsetSentinel==="boolean"?e.charsetSentinel:i.charsetSentinel,comma:typeof e.comma==="boolean"?e.comma:i.comma,decodeDotInKeys:typeof e.decodeDotInKeys==="boolean"?e.decodeDotInKeys:i.decodeDotInKeys,decoder:typeof e.decoder==="function"?e.decoder:i.decoder,delimiter:typeof e.delimiter==="string"||o.isRegExp(e.delimiter)?e.delimiter:i.delimiter,depth:typeof e.depth==="number"||e.depth===false?+e.depth:i.depth,duplicates:r,ignoreQueryPrefix:e.ignoreQueryPrefix===true,interpretNumericEntities:typeof e.interpretNumericEntities==="boolean"?e.interpretNumericEntities:i.interpretNumericEntities,parameterLimit:typeof e.parameterLimit==="number"?e.parameterLimit:i.parameterLimit,parseArrays:e.parseArrays!==false,plainObjects:typeof e.plainObjects==="boolean"?e.plainObjects:i.plainObjects,strictDepth:typeof e.strictDepth==="boolean"?!!e.strictDepth:i.strictDepth,strictNullHandling:typeof e.strictNullHandling==="boolean"?e.strictNullHandling:i.strictNullHandling}};e.exports=function(e,t){var r=y(t);if(e===""||e===null||typeof e==="undefined"){return r.plainObjects?{__proto__:null}:{}}var n=typeof e==="string"?c(e,r):e;var a=r.plainObjects?{__proto__:null}:{};var i=Object.keys(n);for(var p=0;p<i.length;++p){var f=i[p];var u=l(f,n[f],r,typeof e==="string");a=o.merge(a,u,r)}if(r.allowSparse===true){return a}return o.compact(a)}},198:function(e,t,r){"use strict";var o=r(706);var n=r(610);var a=r(307);var i=Object.prototype.hasOwnProperty;var p={brackets:function brackets(e){return e+"[]"},comma:"comma",indices:function indices(e,t){return e+"["+t+"]"},repeat:function repeat(e){return e}};var f=Array.isArray;var c=Array.prototype.push;var pushToArray=function(e,t){c.apply(e,f(t)?t:[t])};var l=Date.prototype.toISOString;var y=a["default"];var u={addQueryPrefix:false,allowDots:false,allowEmptyArrays:false,arrayFormat:"indices",charset:"utf-8",charsetSentinel:false,commaRoundTrip:false,delimiter:"&",encode:true,encodeDotInKeys:false,encoder:n.encode,encodeValuesOnly:false,filter:void undefined,format:y,formatter:a.formatters[y],indices:false,serializeDate:function serializeDate(e){return l.call(e)},skipNulls:false,strictNullHandling:false};var s=function isNonNullishPrimitive(e){return typeof e==="string"||typeof e==="number"||typeof e==="boolean"||typeof e==="symbol"||typeof e==="bigint"};var d={};var v=function stringify(e,t,r,a,i,p,c,l,y,v,g,m,h,b,A,S,w,P){var O=e;var x=P;var E=0;var j=false;while((x=x.get(d))!==void undefined&&!j){var I=x.get(e);E+=1;if(typeof I!=="undefined"){if(I===E){throw new RangeError("Cyclic object value")}else{j=true}}if(typeof x.get(d)==="undefined"){E=0}}if(typeof v==="function"){O=v(t,O)}else if(O instanceof Date){O=h(O)}else if(r==="comma"&&f(O)){O=n.maybeMap(O,(function(e){if(e instanceof Date){return h(e)}return e}))}if(O===null){if(p){return y&&!S?y(t,u.encoder,w,"key",b):t}O=""}if(s(O)||n.isBuffer(O)){if(y){var _=S?t:y(t,u.encoder,w,"key",b);return[A(_)+"="+A(y(O,u.encoder,w,"value",b))]}return[A(t)+"="+A(String(O))]}var R=[];if(typeof O==="undefined"){return R}var F;if(r==="comma"&&f(O)){if(S&&y){O=n.maybeMap(O,y)}F=[{value:O.length>0?O.join(",")||null:void undefined}]}else if(f(v)){F=v}else{var k=Object.keys(O);F=g?k.sort(g):k}var M=l?String(t).replace(/\./g,"%2E"):String(t);var D=a&&f(O)&&O.length===1?M+"[]":M;if(i&&f(O)&&O.length===0){return D+"[]"}for(var N=0;N<F.length;++N){var U=F[N];var B=typeof U==="object"&&U&&typeof U.value!=="undefined"?U.value:O[U];if(c&&B===null){continue}var T=m&&l?String(U).replace(/\./g,"%2E"):String(U);var C=f(O)?typeof r==="function"?r(D,T):D:D+(m?"."+T:"["+T+"]");P.set(e,E);var W=o();W.set(d,P);pushToArray(R,stringify(B,C,r,a,i,p,c,l,r==="comma"&&S&&f(O)?null:y,v,g,m,h,b,A,S,w,W))}return R};var g=function normalizeStringifyOptions(e){if(!e){return u}if(typeof e.allowEmptyArrays!=="undefined"&&typeof e.allowEmptyArrays!=="boolean"){throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided")}if(typeof e.encodeDotInKeys!=="undefined"&&typeof e.encodeDotInKeys!=="boolean"){throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided")}if(e.encoder!==null&&typeof e.encoder!=="undefined"&&typeof e.encoder!=="function"){throw new TypeError("Encoder has to be a function.")}var t=e.charset||u.charset;if(typeof e.charset!=="undefined"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1"){throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined")}var r=a["default"];if(typeof e.format!=="undefined"){if(!i.call(a.formatters,e.format)){throw new TypeError("Unknown format option provided.")}r=e.format}var o=a.formatters[r];var n=u.filter;if(typeof e.filter==="function"||f(e.filter)){n=e.filter}var c;if(e.arrayFormat in p){c=e.arrayFormat}else if("indices"in e){c=e.indices?"indices":"repeat"}else{c=u.arrayFormat}if("commaRoundTrip"in e&&typeof e.commaRoundTrip!=="boolean"){throw new TypeError("`commaRoundTrip` must be a boolean, or absent")}var l=typeof e.allowDots==="undefined"?e.encodeDotInKeys===true?true:u.allowDots:!!e.allowDots;return{addQueryPrefix:typeof e.addQueryPrefix==="boolean"?e.addQueryPrefix:u.addQueryPrefix,allowDots:l,allowEmptyArrays:typeof e.allowEmptyArrays==="boolean"?!!e.allowEmptyArrays:u.allowEmptyArrays,arrayFormat:c,charset:t,charsetSentinel:typeof e.charsetSentinel==="boolean"?e.charsetSentinel:u.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:typeof e.delimiter==="undefined"?u.delimiter:e.delimiter,encode:typeof e.encode==="boolean"?e.encode:u.encode,encodeDotInKeys:typeof e.encodeDotInKeys==="boolean"?e.encodeDotInKeys:u.encodeDotInKeys,encoder:typeof e.encoder==="function"?e.encoder:u.encoder,encodeValuesOnly:typeof e.encodeValuesOnly==="boolean"?e.encodeValuesOnly:u.encodeValuesOnly,filter:n,format:r,formatter:o,serializeDate:typeof e.serializeDate==="function"?e.serializeDate:u.serializeDate,skipNulls:typeof e.skipNulls==="boolean"?e.skipNulls:u.skipNulls,sort:typeof e.sort==="function"?e.sort:null,strictNullHandling:typeof e.strictNullHandling==="boolean"?e.strictNullHandling:u.strictNullHandling}};e.exports=function(e,t){var r=e;var n=g(t);var a;var i;if(typeof n.filter==="function"){i=n.filter;r=i("",r)}else if(f(n.filter)){i=n.filter;a=i}var c=[];if(typeof r!=="object"||r===null){return""}var l=p[n.arrayFormat];var y=l==="comma"&&n.commaRoundTrip;if(!a){a=Object.keys(r)}if(n.sort){a.sort(n.sort)}var u=o();for(var s=0;s<a.length;++s){var d=a[s];var m=r[d];if(n.skipNulls&&m===null){continue}pushToArray(c,v(m,d,l,y,n.allowEmptyArrays,n.strictNullHandling,n.skipNulls,n.encodeDotInKeys,n.encode?n.encoder:null,n.filter,n.sort,n.allowDots,n.serializeDate,n.format,n.formatter,n.encodeValuesOnly,n.charset,u))}var h=c.join(n.delimiter);var b=n.addQueryPrefix===true?"?":"";if(n.charsetSentinel){if(n.charset==="iso-8859-1"){b+="utf8=%26%2310003%3B&"}else{b+="utf8=%E2%9C%93&"}}return h.length>0?b+h:""}},610:function(e,t,r){"use strict";var o=r(307);var n=Object.prototype.hasOwnProperty;var a=Array.isArray;var i=function(){var e=[];for(var t=0;t<256;++t){e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase())}return e}();var p=function compactQueue(e){while(e.length>1){var t=e.pop();var r=t.obj[t.prop];if(a(r)){var o=[];for(var n=0;n<r.length;++n){if(typeof r[n]!=="undefined"){o.push(r[n])}}t.obj[t.prop]=o}}};var f=function arrayToObject(e,t){var r=t&&t.plainObjects?{__proto__:null}:{};for(var o=0;o<e.length;++o){if(typeof e[o]!=="undefined"){r[o]=e[o]}}return r};var c=function merge(e,t,r){if(!t){return e}if(typeof t!=="object"&&typeof t!=="function"){if(a(e)){e.push(t)}else if(e&&typeof e==="object"){if(r&&(r.plainObjects||r.allowPrototypes)||!n.call(Object.prototype,t)){e[t]=true}}else{return[e,t]}return e}if(!e||typeof e!=="object"){return[e].concat(t)}var o=e;if(a(e)&&!a(t)){o=f(e,r)}if(a(e)&&a(t)){t.forEach((function(t,o){if(n.call(e,o)){var a=e[o];if(a&&typeof a==="object"&&t&&typeof t==="object"){e[o]=merge(a,t,r)}else{e.push(t)}}else{e[o]=t}}));return e}return Object.keys(t).reduce((function(e,o){var a=t[o];if(n.call(e,o)){e[o]=merge(e[o],a,r)}else{e[o]=a}return e}),o)};var l=function assignSingleSource(e,t){return Object.keys(t).reduce((function(e,r){e[r]=t[r];return e}),e)};var decode=function(e,t,r){var o=e.replace(/\+/g," ");if(r==="iso-8859-1"){return o.replace(/%[0-9a-f]{2}/gi,unescape)}try{return decodeURIComponent(o)}catch(e){return o}};var y=1024;var u=function encode(e,t,r,n,a){if(e.length===0){return e}var p=e;if(typeof e==="symbol"){p=Symbol.prototype.toString.call(e)}else if(typeof e!=="string"){p=String(e)}if(r==="iso-8859-1"){return escape(p).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}))}var f="";for(var c=0;c<p.length;c+=y){var l=p.length>=y?p.slice(c,c+y):p;var u=[];for(var s=0;s<l.length;++s){var d=l.charCodeAt(s);if(d===45||d===46||d===95||d===126||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||a===o.RFC1738&&(d===40||d===41)){u[u.length]=l.charAt(s);continue}if(d<128){u[u.length]=i[d];continue}if(d<2048){u[u.length]=i[192|d>>6]+i[128|d&63];continue}if(d<55296||d>=57344){u[u.length]=i[224|d>>12]+i[128|d>>6&63]+i[128|d&63];continue}s+=1;d=65536+((d&1023)<<10|l.charCodeAt(s)&1023);u[u.length]=i[240|d>>18]+i[128|d>>12&63]+i[128|d>>6&63]+i[128|d&63]}f+=u.join("")}return f};var s=function compact(e){var t=[{obj:{o:e},prop:"o"}];var r=[];for(var o=0;o<t.length;++o){var n=t[o];var a=n.obj[n.prop];var i=Object.keys(a);for(var f=0;f<i.length;++f){var c=i[f];var l=a[c];if(typeof l==="object"&&l!==null&&r.indexOf(l)===-1){t.push({obj:a,prop:c});r.push(l)}}}p(t);return e};var d=function isRegExp(e){return Object.prototype.toString.call(e)==="[object RegExp]"};var v=function isBuffer(e){if(!e||typeof e!=="object"){return false}return!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))};var g=function combine(e,t){return[].concat(e,t)};var m=function maybeMap(e,t){if(a(e)){var r=[];for(var o=0;o<e.length;o+=1){r.push(t(e[o]))}return r}return t(e)};e.exports={arrayToObject:f,assign:l,combine:g,compact:s,decode:decode,encode:u,isBuffer:v,isRegExp:d,maybeMap:m,merge:c}},223:function(e,t,r){"use strict";var o=r(162);var n=r(458);var listGetNode=function(e,t,r){var o=e;var n;for(;(n=o.next)!=null;o=n){if(n.key===t){o.next=n.next;if(!r){n.next=e.next;e.next=n}return n}}};var listGet=function(e,t){if(!e){return void undefined}var r=listGetNode(e,t);return r&&r.value};var listSet=function(e,t,r){var o=listGetNode(e,t);if(o){o.value=r}else{e.next={key:t,next:e.next,value:r}}};var listHas=function(e,t){if(!e){return false}return!!listGetNode(e,t)};var listDelete=function(e,t){if(e){return listGetNode(e,t,true)}};e.exports=function getSideChannelList(){var e;var t={assert:function(e){if(!t.has(e)){throw new n("Side channel does not contain "+o(e))}},delete:function(t){var r=e&&e.next;var o=listDelete(e,t);if(o&&r&&r===o){e=void undefined}return!!o},get:function(t){return listGet(e,t)},has:function(t){return listHas(e,t)},set:function(t,r){if(!e){e={next:void undefined}}listSet(e,t,r)}};return t}},138:function(e,t,r){"use strict";var o=r(402);var n=r(389);var a=r(162);var i=r(458);var p=o("%Map%",true);var f=n("Map.prototype.get",true);var c=n("Map.prototype.set",true);var l=n("Map.prototype.has",true);var y=n("Map.prototype.delete",true);var u=n("Map.prototype.size",true);e.exports=!!p&&function getSideChannelMap(){var e;var t={assert:function(e){if(!t.has(e)){throw new i("Side channel does not contain "+a(e))}},delete:function(t){if(e){var r=y(e,t);if(u(e)===0){e=void undefined}return r}return false},get:function(t){if(e){return f(e,t)}},has:function(t){if(e){return l(e,t)}return false},set:function(t,r){if(!e){e=new p}c(e,t,r)}};return t}},431:function(e,t,r){"use strict";var o=r(402);var n=r(389);var a=r(162);var i=r(138);var p=r(458);var f=o("%WeakMap%",true);var c=n("WeakMap.prototype.get",true);var l=n("WeakMap.prototype.set",true);var y=n("WeakMap.prototype.has",true);var u=n("WeakMap.prototype.delete",true);e.exports=f?function getSideChannelWeakMap(){var e;var t;var r={assert:function(e){if(!r.has(e)){throw new p("Side channel does not contain "+a(e))}},delete:function(r){if(f&&r&&(typeof r==="object"||typeof r==="function")){if(e){return u(e,r)}}else if(i){if(t){return t["delete"](r)}}return false},get:function(r){if(f&&r&&(typeof r==="object"||typeof r==="function")){if(e){return c(e,r)}}return t&&t.get(r)},has:function(r){if(f&&r&&(typeof r==="object"||typeof r==="function")){if(e){return y(e,r)}}return!!t&&t.has(r)},set:function(r,o){if(f&&r&&(typeof r==="object"||typeof r==="function")){if(!e){e=new f}l(e,r,o)}else if(i){if(!t){t=i()}t.set(r,o)}}};return r}:i},706:function(e,t,r){"use strict";var o=r(458);var n=r(162);var a=r(223);var i=r(138);var p=r(431);var f=p||i||a;e.exports=function getSideChannel(){var e;var t={assert:function(e){if(!t.has(e)){throw new o("Side channel does not contain "+n(e))}},delete:function(t){return!!e&&e["delete"](t)},get:function(t){return e&&e.get(t)},has:function(t){return!!e&&e.has(t)},set:function(t,r){if(!e){e=f()}e.set(t,r)}};return t}},23:function(e){"use strict";e.exports=require("util")}};var t={};function __nccwpck_require__(r){var o=t[r];if(o!==undefined){return o.exports}var n=t[r]={exports:{}};var a=true;try{e[r](n,n.exports,__nccwpck_require__);a=false}finally{if(a)delete t[r]}return n.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var r=__nccwpck_require__(943);module.exports=r})();
|
|
1
|
+
(function(){var e={429:function(e,t,r){"use strict";var n=r(632);var o=r(831);var a=r(715);var i=r(348);e.exports=i||n.call(a,o)},831:function(e){"use strict";e.exports=Function.prototype.apply},715:function(e){"use strict";e.exports=Function.prototype.call},63:function(e,t,r){"use strict";var n=r(632);var o=r(458);var a=r(715);var i=r(429);e.exports=function callBindBasic(e){if(e.length<1||typeof e[0]!=="function"){throw new o("a function is required")}return i(n,a,e)}},348:function(e){"use strict";e.exports=typeof Reflect!=="undefined"&&Reflect&&Reflect.apply},389:function(e,t,r){"use strict";var n=r(412);var o=r(63);var a=o([n("%String.prototype.indexOf%")]);e.exports=function callBoundIntrinsic(e,t){var r=n(e,!!t);if(typeof r==="function"&&a(e,".prototype.")>-1){return o([r])}return r}},594:function(e,t,r){"use strict";var n=r(63);var o=r(671);var a;try{a=[].__proto__===Array.prototype}catch(e){if(!e||typeof e!=="object"||!("code"in e)||e.code!=="ERR_PROTO_ACCESS"){throw e}}var i=!!a&&o&&o(Object.prototype,"__proto__");var f=Object;var l=f.getPrototypeOf;e.exports=i&&typeof i.get==="function"?n([i.get]):typeof l==="function"?function getDunder(e){return l(e==null?e:f(e))}:false},674:function(e){"use strict";var t=Object.defineProperty||false;if(t){try{t({},"a",{value:1})}catch(e){t=false}}e.exports=t},224:function(e){"use strict";e.exports=EvalError},684:function(e){"use strict";e.exports=Error},433:function(e){"use strict";e.exports=RangeError},409:function(e){"use strict";e.exports=ReferenceError},681:function(e){"use strict";e.exports=SyntaxError},458:function(e){"use strict";e.exports=TypeError},866:function(e){"use strict";e.exports=URIError},485:function(e){"use strict";e.exports=Object},404:function(e){"use strict";var t="Function.prototype.bind called on incompatible ";var r=Object.prototype.toString;var n=Math.max;var o="[object Function]";var a=function concatty(e,t){var r=[];for(var n=0;n<e.length;n+=1){r[n]=e[n]}for(var o=0;o<t.length;o+=1){r[o+e.length]=t[o]}return r};var i=function slicy(e,t){var r=[];for(var n=t||0,o=0;n<e.length;n+=1,o+=1){r[o]=e[n]}return r};var joiny=function(e,t){var r="";for(var n=0;n<e.length;n+=1){r+=e[n];if(n+1<e.length){r+=t}}return r};e.exports=function bind(e){var f=this;if(typeof f!=="function"||r.apply(f)!==o){throw new TypeError(t+f)}var l=i(arguments,1);var u;var binder=function(){if(this instanceof u){var t=f.apply(this,a(l,arguments));if(Object(t)===t){return t}return this}return f.apply(e,a(l,arguments))};var c=n(0,f.length-l.length);var p=[];for(var s=0;s<c;s++){p[s]="$"+s}u=Function("binder","return function ("+joiny(p,",")+"){ return binder.apply(this,arguments); }")(binder);if(f.prototype){var y=function Empty(){};y.prototype=f.prototype;u.prototype=new y;y.prototype=null}return u}},632:function(e,t,r){"use strict";var n=r(404);e.exports=Function.prototype.bind||n},412:function(e,t,r){"use strict";var n;var o=r(485);var a=r(684);var i=r(224);var f=r(433);var l=r(409);var u=r(681);var c=r(458);var p=r(866);var s=r(328);var y=r(422);var d=r(378);var v=r(388);var g=r(526);var m=r(816);var h=r(947);var b=Function;var getEvalledConstructor=function(e){try{return b('"use strict"; return ('+e+").constructor;")()}catch(e){}};var S=r(671);var w=r(674);var throwTypeError=function(){throw new c};var A=S?function(){try{arguments.callee;return throwTypeError}catch(e){try{return S(arguments,"callee").get}catch(e){return throwTypeError}}}():throwTypeError;var O=r(718)();var x=r(272);var j=r(932);var E=r(172);var P=r(831);var _=r(715);var I={};var R=typeof Uint8Array==="undefined"||!x?n:x(Uint8Array);var k={__proto__:null,"%AggregateError%":typeof AggregateError==="undefined"?n:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer==="undefined"?n:ArrayBuffer,"%ArrayIteratorPrototype%":O&&x?x([][Symbol.iterator]()):n,"%AsyncFromSyncIteratorPrototype%":n,"%AsyncFunction%":I,"%AsyncGenerator%":I,"%AsyncGeneratorFunction%":I,"%AsyncIteratorPrototype%":I,"%Atomics%":typeof Atomics==="undefined"?n:Atomics,"%BigInt%":typeof BigInt==="undefined"?n:BigInt,"%BigInt64Array%":typeof BigInt64Array==="undefined"?n:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array==="undefined"?n:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView==="undefined"?n:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":a,"%eval%":eval,"%EvalError%":i,"%Float16Array%":typeof Float16Array==="undefined"?n:Float16Array,"%Float32Array%":typeof Float32Array==="undefined"?n:Float32Array,"%Float64Array%":typeof Float64Array==="undefined"?n:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry==="undefined"?n:FinalizationRegistry,"%Function%":b,"%GeneratorFunction%":I,"%Int8Array%":typeof Int8Array==="undefined"?n:Int8Array,"%Int16Array%":typeof Int16Array==="undefined"?n:Int16Array,"%Int32Array%":typeof Int32Array==="undefined"?n:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":O&&x?x(x([][Symbol.iterator]())):n,"%JSON%":typeof JSON==="object"?JSON:n,"%Map%":typeof Map==="undefined"?n:Map,"%MapIteratorPrototype%":typeof Map==="undefined"||!O||!x?n:x((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":o,"%Object.getOwnPropertyDescriptor%":S,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise==="undefined"?n:Promise,"%Proxy%":typeof Proxy==="undefined"?n:Proxy,"%RangeError%":f,"%ReferenceError%":l,"%Reflect%":typeof Reflect==="undefined"?n:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set==="undefined"?n:Set,"%SetIteratorPrototype%":typeof Set==="undefined"||!O||!x?n:x((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer==="undefined"?n:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":O&&x?x(""[Symbol.iterator]()):n,"%Symbol%":O?Symbol:n,"%SyntaxError%":u,"%ThrowTypeError%":A,"%TypedArray%":R,"%TypeError%":c,"%Uint8Array%":typeof Uint8Array==="undefined"?n:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray==="undefined"?n:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array==="undefined"?n:Uint16Array,"%Uint32Array%":typeof Uint32Array==="undefined"?n:Uint32Array,"%URIError%":p,"%WeakMap%":typeof WeakMap==="undefined"?n:WeakMap,"%WeakRef%":typeof WeakRef==="undefined"?n:WeakRef,"%WeakSet%":typeof WeakSet==="undefined"?n:WeakSet,"%Function.prototype.call%":_,"%Function.prototype.apply%":P,"%Object.defineProperty%":w,"%Object.getPrototypeOf%":j,"%Math.abs%":s,"%Math.floor%":y,"%Math.max%":d,"%Math.min%":v,"%Math.pow%":g,"%Math.round%":m,"%Math.sign%":h,"%Reflect.getPrototypeOf%":E};if(x){try{null.error}catch(e){var D=x(x(e));k["%Error.prototype%"]=D}}var F=function doEval(e){var t;if(e==="%AsyncFunction%"){t=getEvalledConstructor("async function () {}")}else if(e==="%GeneratorFunction%"){t=getEvalledConstructor("function* () {}")}else if(e==="%AsyncGeneratorFunction%"){t=getEvalledConstructor("async function* () {}")}else if(e==="%AsyncGenerator%"){var r=doEval("%AsyncGeneratorFunction%");if(r){t=r.prototype}}else if(e==="%AsyncIteratorPrototype%"){var n=doEval("%AsyncGenerator%");if(n&&x){t=x(n.prototype)}}k[e]=t;return t};var M={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]};var N=r(632);var T=r(618);var B=N.call(_,Array.prototype.concat);var C=N.call(P,Array.prototype.splice);var L=N.call(_,String.prototype.replace);var U=N.call(_,String.prototype.slice);var W=N.call(_,RegExp.prototype.exec);var K=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;var q=/\\(\\)?/g;var G=function stringToPath(e){var t=U(e,0,1);var r=U(e,-1);if(t==="%"&&r!=="%"){throw new u("invalid intrinsic syntax, expected closing `%`")}else if(r==="%"&&t!=="%"){throw new u("invalid intrinsic syntax, expected opening `%`")}var n=[];L(e,K,(function(e,t,r,o){n[n.length]=r?L(o,q,"$1"):t||e}));return n};var Q=function getBaseIntrinsic(e,t){var r=e;var n;if(T(M,r)){n=M[r];r="%"+n[0]+"%"}if(T(k,r)){var o=k[r];if(o===I){o=F(r)}if(typeof o==="undefined"&&!t){throw new c("intrinsic "+e+" exists, but is not available. Please file an issue!")}return{alias:n,name:r,value:o}}throw new u("intrinsic "+e+" does not exist!")};e.exports=function GetIntrinsic(e,t){if(typeof e!=="string"||e.length===0){throw new c("intrinsic name must be a non-empty string")}if(arguments.length>1&&typeof t!=="boolean"){throw new c('"allowMissing" argument must be a boolean')}if(W(/^%?[^%]*%?$/,e)===null){throw new u("`%` may not be present anywhere but at the beginning and end of the intrinsic name")}var r=G(e);var o=r.length>0?r[0]:"";var a=Q("%"+o+"%",t);var i=a.name;var f=a.value;var l=false;var p=a.alias;if(p){o=p[0];C(r,B([0,1],p))}for(var s=1,y=true;s<r.length;s+=1){var d=r[s];var v=U(d,0,1);var g=U(d,-1);if((v==='"'||v==="'"||v==="`"||(g==='"'||g==="'"||g==="`"))&&v!==g){throw new u("property names with quotes must have matching quotes")}if(d==="constructor"||!y){l=true}o+="."+d;i="%"+o+"%";if(T(k,i)){f=k[i]}else if(f!=null){if(!(d in f)){if(!t){throw new c("base intrinsic for "+e+" exists, but the property is not available.")}return void n}if(S&&s+1>=r.length){var m=S(f,d);y=!!m;if(y&&"get"in m&&!("originalValue"in m.get)){f=m.get}else{f=f[d]}}else{y=T(f,d);f=f[d]}if(y&&!l){k[i]=f}}}return f}},932:function(e,t,r){"use strict";var n=r(485);e.exports=n.getPrototypeOf||null},172:function(e){"use strict";e.exports=typeof Reflect!=="undefined"&&Reflect.getPrototypeOf||null},272:function(e,t,r){"use strict";var n=r(172);var o=r(932);var a=r(594);e.exports=n?function getProto(e){return n(e)}:o?function getProto(e){if(!e||typeof e!=="object"&&typeof e!=="function"){throw new TypeError("getProto: not an object")}return o(e)}:a?function getProto(e){return a(e)}:null},401:function(e){"use strict";e.exports=Object.getOwnPropertyDescriptor},671:function(e,t,r){"use strict";var n=r(401);if(n){try{n([],"length")}catch(e){n=null}}e.exports=n},718:function(e,t,r){"use strict";var n=typeof Symbol!=="undefined"&&Symbol;var o=r(44);e.exports=function hasNativeSymbols(){if(typeof n!=="function"){return false}if(typeof Symbol!=="function"){return false}if(typeof n("foo")!=="symbol"){return false}if(typeof Symbol("bar")!=="symbol"){return false}return o()}},44:function(e){"use strict";e.exports=function hasSymbols(){if(typeof Symbol!=="function"||typeof Object.getOwnPropertySymbols!=="function"){return false}if(typeof Symbol.iterator==="symbol"){return true}var e={};var t=Symbol("test");var r=Object(t);if(typeof t==="string"){return false}if(Object.prototype.toString.call(t)!=="[object Symbol]"){return false}if(Object.prototype.toString.call(r)!=="[object Symbol]"){return false}var n=42;e[t]=n;for(var o in e){return false}if(typeof Object.keys==="function"&&Object.keys(e).length!==0){return false}if(typeof Object.getOwnPropertyNames==="function"&&Object.getOwnPropertyNames(e).length!==0){return false}var a=Object.getOwnPropertySymbols(e);if(a.length!==1||a[0]!==t){return false}if(!Object.prototype.propertyIsEnumerable.call(e,t)){return false}if(typeof Object.getOwnPropertyDescriptor==="function"){var i=Object.getOwnPropertyDescriptor(e,t);if(i.value!==n||i.enumerable!==true){return false}}return true}},618:function(e,t,r){"use strict";var n=Function.prototype.call;var o=Object.prototype.hasOwnProperty;var a=r(632);e.exports=a.call(n,o)},328:function(e){"use strict";e.exports=Math.abs},422:function(e){"use strict";e.exports=Math.floor},21:function(e){"use strict";e.exports=Number.isNaN||function isNaN(e){return e!==e}},378:function(e){"use strict";e.exports=Math.max},388:function(e){"use strict";e.exports=Math.min},526:function(e){"use strict";e.exports=Math.pow},816:function(e){"use strict";e.exports=Math.round},947:function(e,t,r){"use strict";var n=r(21);e.exports=function sign(e){if(n(e)||e===0){return e}return e<0?-1:+1}},299:function(e,t,r){var n=typeof Map==="function"&&Map.prototype;var o=Object.getOwnPropertyDescriptor&&n?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null;var a=n&&o&&typeof o.get==="function"?o.get:null;var i=n&&Map.prototype.forEach;var f=typeof Set==="function"&&Set.prototype;var l=Object.getOwnPropertyDescriptor&&f?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null;var u=f&&l&&typeof l.get==="function"?l.get:null;var c=f&&Set.prototype.forEach;var p=typeof WeakMap==="function"&&WeakMap.prototype;var s=p?WeakMap.prototype.has:null;var y=typeof WeakSet==="function"&&WeakSet.prototype;var d=y?WeakSet.prototype.has:null;var v=typeof WeakRef==="function"&&WeakRef.prototype;var g=v?WeakRef.prototype.deref:null;var m=Boolean.prototype.valueOf;var h=Object.prototype.toString;var b=Function.prototype.toString;var S=String.prototype.match;var w=String.prototype.slice;var A=String.prototype.replace;var O=String.prototype.toUpperCase;var x=String.prototype.toLowerCase;var j=RegExp.prototype.test;var E=Array.prototype.concat;var P=Array.prototype.join;var _=Array.prototype.slice;var I=Math.floor;var R=typeof BigInt==="function"?BigInt.prototype.valueOf:null;var k=Object.getOwnPropertySymbols;var D=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?Symbol.prototype.toString:null;var F=typeof Symbol==="function"&&typeof Symbol.iterator==="object";var M=typeof Symbol==="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===F?"object":"symbol")?Symbol.toStringTag:null;var N=Object.prototype.propertyIsEnumerable;var T=(typeof Reflect==="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function addNumericSeparator(e,t){if(e===Infinity||e===-Infinity||e!==e||e&&e>-1e3&&e<1e3||j.call(/e/,t)){return t}var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e==="number"){var n=e<0?-I(-e):I(e);if(n!==e){var o=String(n);var a=w.call(t,o.length+1);return A.call(o,r,"$&_")+"."+A.call(A.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return A.call(t,r,"$&_")}var B=r(397);var C=B.custom;var L=isSymbol(C)?C:null;var U={__proto__:null,double:'"',single:"'"};var W={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};e.exports=function inspect_(e,t,r,n){var o=t||{};if(has(o,"quoteStyle")&&!has(U,o.quoteStyle)){throw new TypeError('option "quoteStyle" must be "single" or "double"')}if(has(o,"maxStringLength")&&(typeof o.maxStringLength==="number"?o.maxStringLength<0&&o.maxStringLength!==Infinity:o.maxStringLength!==null)){throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`')}var f=has(o,"customInspect")?o.customInspect:true;if(typeof f!=="boolean"&&f!=="symbol"){throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`")}if(has(o,"indent")&&o.indent!==null&&o.indent!=="\t"&&!(parseInt(o.indent,10)===o.indent&&o.indent>0)){throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`')}if(has(o,"numericSeparator")&&typeof o.numericSeparator!=="boolean"){throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`')}var l=o.numericSeparator;if(typeof e==="undefined"){return"undefined"}if(e===null){return"null"}if(typeof e==="boolean"){return e?"true":"false"}if(typeof e==="string"){return inspectString(e,o)}if(typeof e==="number"){if(e===0){return Infinity/e>0?"0":"-0"}var p=String(e);return l?addNumericSeparator(e,p):p}if(typeof e==="bigint"){var s=String(e)+"n";return l?addNumericSeparator(e,s):s}var y=typeof o.depth==="undefined"?5:o.depth;if(typeof r==="undefined"){r=0}if(r>=y&&y>0&&typeof e==="object"){return isArray(e)?"[Array]":"[Object]"}var d=getIndent(o,r);if(typeof n==="undefined"){n=[]}else if(indexOf(n,e)>=0){return"[Circular]"}function inspect(e,t,a){if(t){n=_.call(n);n.push(t)}if(a){var i={depth:o.depth};if(has(o,"quoteStyle")){i.quoteStyle=o.quoteStyle}return inspect_(e,i,r+1,n)}return inspect_(e,o,r+1,n)}if(typeof e==="function"&&!isRegExp(e)){var v=nameOf(e);var g=arrObjKeys(e,inspect);return"[Function"+(v?": "+v:" (anonymous)")+"]"+(g.length>0?" { "+P.call(g,", ")+" }":"")}if(isSymbol(e)){var h=F?A.call(String(e),/^(Symbol\(.*\))_[^)]*$/,"$1"):D.call(e);return typeof e==="object"&&!F?markBoxed(h):h}if(isElement(e)){var b="<"+x.call(String(e.nodeName));var S=e.attributes||[];for(var O=0;O<S.length;O++){b+=" "+S[O].name+"="+wrapQuotes(quote(S[O].value),"double",o)}b+=">";if(e.childNodes&&e.childNodes.length){b+="..."}b+="</"+x.call(String(e.nodeName))+">";return b}if(isArray(e)){if(e.length===0){return"[]"}var j=arrObjKeys(e,inspect);if(d&&!singleLineValues(j)){return"["+indentedJoin(j,d)+"]"}return"[ "+P.call(j,", ")+" ]"}if(isError(e)){var I=arrObjKeys(e,inspect);if(!("cause"in Error.prototype)&&"cause"in e&&!N.call(e,"cause")){return"{ ["+String(e)+"] "+P.call(E.call("[cause]: "+inspect(e.cause),I),", ")+" }"}if(I.length===0){return"["+String(e)+"]"}return"{ ["+String(e)+"] "+P.call(I,", ")+" }"}if(typeof e==="object"&&f){if(L&&typeof e[L]==="function"&&B){return B(e,{depth:y-r})}else if(f!=="symbol"&&typeof e.inspect==="function"){return e.inspect()}}if(isMap(e)){var k=[];if(i){i.call(e,(function(t,r){k.push(inspect(r,e,true)+" => "+inspect(t,e))}))}return collectionOf("Map",a.call(e),k,d)}if(isSet(e)){var C=[];if(c){c.call(e,(function(t){C.push(inspect(t,e))}))}return collectionOf("Set",u.call(e),C,d)}if(isWeakMap(e)){return weakCollectionOf("WeakMap")}if(isWeakSet(e)){return weakCollectionOf("WeakSet")}if(isWeakRef(e)){return weakCollectionOf("WeakRef")}if(isNumber(e)){return markBoxed(inspect(Number(e)))}if(isBigInt(e)){return markBoxed(inspect(R.call(e)))}if(isBoolean(e)){return markBoxed(m.call(e))}if(isString(e)){return markBoxed(inspect(String(e)))}if(typeof window!=="undefined"&&e===window){return"{ [object Window] }"}if(typeof globalThis!=="undefined"&&e===globalThis||typeof global!=="undefined"&&e===global){return"{ [object globalThis] }"}if(!isDate(e)&&!isRegExp(e)){var W=arrObjKeys(e,inspect);var K=T?T(e)===Object.prototype:e instanceof Object||e.constructor===Object;var q=e instanceof Object?"":"null prototype";var G=!K&&M&&Object(e)===e&&M in e?w.call(toStr(e),8,-1):q?"Object":"";var Q=K||typeof e.constructor!=="function"?"":e.constructor.name?e.constructor.name+" ":"";var $=Q+(G||q?"["+P.call(E.call([],G||[],q||[]),": ")+"] ":"");if(W.length===0){return $+"{}"}if(d){return $+"{"+indentedJoin(W,d)+"}"}return $+"{ "+P.call(W,", ")+" }"}return String(e)};function wrapQuotes(e,t,r){var n=r.quoteStyle||t;var o=U[n];return o+e+o}function quote(e){return A.call(String(e),/"/g,""")}function canTrustToString(e){return!M||!(typeof e==="object"&&(M in e||typeof e[M]!=="undefined"))}function isArray(e){return toStr(e)==="[object Array]"&&canTrustToString(e)}function isDate(e){return toStr(e)==="[object Date]"&&canTrustToString(e)}function isRegExp(e){return toStr(e)==="[object RegExp]"&&canTrustToString(e)}function isError(e){return toStr(e)==="[object Error]"&&canTrustToString(e)}function isString(e){return toStr(e)==="[object String]"&&canTrustToString(e)}function isNumber(e){return toStr(e)==="[object Number]"&&canTrustToString(e)}function isBoolean(e){return toStr(e)==="[object Boolean]"&&canTrustToString(e)}function isSymbol(e){if(F){return e&&typeof e==="object"&&e instanceof Symbol}if(typeof e==="symbol"){return true}if(!e||typeof e!=="object"||!D){return false}try{D.call(e);return true}catch(e){}return false}function isBigInt(e){if(!e||typeof e!=="object"||!R){return false}try{R.call(e);return true}catch(e){}return false}var K=Object.prototype.hasOwnProperty||function(e){return e in this};function has(e,t){return K.call(e,t)}function toStr(e){return h.call(e)}function nameOf(e){if(e.name){return e.name}var t=S.call(b.call(e),/^function\s*([\w$]+)/);if(t){return t[1]}return null}function indexOf(e,t){if(e.indexOf){return e.indexOf(t)}for(var r=0,n=e.length;r<n;r++){if(e[r]===t){return r}}return-1}function isMap(e){if(!a||!e||typeof e!=="object"){return false}try{a.call(e);try{u.call(e)}catch(e){return true}return e instanceof Map}catch(e){}return false}function isWeakMap(e){if(!s||!e||typeof e!=="object"){return false}try{s.call(e,s);try{d.call(e,d)}catch(e){return true}return e instanceof WeakMap}catch(e){}return false}function isWeakRef(e){if(!g||!e||typeof e!=="object"){return false}try{g.call(e);return true}catch(e){}return false}function isSet(e){if(!u||!e||typeof e!=="object"){return false}try{u.call(e);try{a.call(e)}catch(e){return true}return e instanceof Set}catch(e){}return false}function isWeakSet(e){if(!d||!e||typeof e!=="object"){return false}try{d.call(e,d);try{s.call(e,s)}catch(e){return true}return e instanceof WeakSet}catch(e){}return false}function isElement(e){if(!e||typeof e!=="object"){return false}if(typeof HTMLElement!=="undefined"&&e instanceof HTMLElement){return true}return typeof e.nodeName==="string"&&typeof e.getAttribute==="function"}function inspectString(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength;var n="... "+r+" more character"+(r>1?"s":"");return inspectString(w.call(e,0,t.maxStringLength),t)+n}var o=W[t.quoteStyle||"single"];o.lastIndex=0;var a=A.call(A.call(e,o,"\\$1"),/[\x00-\x1f]/g,lowbyte);return wrapQuotes(a,"single",t)}function lowbyte(e){var t=e.charCodeAt(0);var r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];if(r){return"\\"+r}return"\\x"+(t<16?"0":"")+O.call(t.toString(16))}function markBoxed(e){return"Object("+e+")"}function weakCollectionOf(e){return e+" { ? }"}function collectionOf(e,t,r,n){var o=n?indentedJoin(r,n):P.call(r,", ");return e+" ("+t+") {"+o+"}"}function singleLineValues(e){for(var t=0;t<e.length;t++){if(indexOf(e[t],"\n")>=0){return false}}return true}function getIndent(e,t){var r;if(e.indent==="\t"){r="\t"}else if(typeof e.indent==="number"&&e.indent>0){r=P.call(Array(e.indent+1)," ")}else{return null}return{base:r,prev:P.call(Array(t+1),r)}}function indentedJoin(e,t){if(e.length===0){return""}var r="\n"+t.prev+t.base;return r+P.call(e,","+r)+"\n"+t.prev}function arrObjKeys(e,t){var r=isArray(e);var n=[];if(r){n.length=e.length;for(var o=0;o<e.length;o++){n[o]=has(e,o)?t(e[o],e):""}}var a=typeof k==="function"?k(e):[];var i;if(F){i={};for(var f=0;f<a.length;f++){i["$"+a[f]]=a[f]}}for(var l in e){if(!has(e,l)){continue}if(r&&String(Number(l))===l&&l<e.length){continue}if(F&&i["$"+l]instanceof Symbol){continue}else if(j.call(/[^\w$]/,l)){n.push(t(l,e)+": "+t(e[l],e))}else{n.push(l+": "+t(e[l],e))}}if(typeof k==="function"){for(var u=0;u<a.length;u++){if(N.call(e,a[u])){n.push("["+t(a[u])+"]: "+t(e[a[u]],e))}}}return n}},397:function(e,t,r){e.exports=r(23).inspect},841:function(e){"use strict";var t=String.prototype.replace;var r=/%20/g;var n={RFC1738:"RFC1738",RFC3986:"RFC3986"};e.exports={default:n.RFC3986,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return String(e)}},RFC1738:n.RFC1738,RFC3986:n.RFC3986}},9:function(e,t,r){"use strict";var n=r(336);var o=r(230);var a=r(841);e.exports={formats:a,parse:o,stringify:n}},230:function(e,t,r){"use strict";var n=r(676);var o=Object.prototype.hasOwnProperty;var a=Array.isArray;var i={allowDots:false,allowEmptyArrays:false,allowPrototypes:false,allowSparse:false,arrayLimit:20,charset:"utf-8",charsetSentinel:false,comma:false,decodeDotInKeys:false,decoder:n.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:false,interpretNumericEntities:false,parameterLimit:1e3,parseArrays:true,plainObjects:false,strictDepth:false,strictNullHandling:false,throwOnLimitExceeded:false};var interpretNumericEntities=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))};var parseArrayValue=function(e,t,r){if(e&&typeof e==="string"&&t.comma&&e.indexOf(",")>-1){return e.split(",")}if(t.throwOnLimitExceeded&&r>=t.arrayLimit){throw new RangeError("Array limit exceeded. Only "+t.arrayLimit+" element"+(t.arrayLimit===1?"":"s")+" allowed in an array.")}return e};var f="utf8=%26%2310003%3B";var l="utf8=%E2%9C%93";var u=function parseQueryStringValues(e,t){var r={__proto__:null};var u=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;u=u.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var c=t.parameterLimit===Infinity?undefined:t.parameterLimit;var p=u.split(t.delimiter,t.throwOnLimitExceeded?c+1:c);if(t.throwOnLimitExceeded&&p.length>c){throw new RangeError("Parameter limit exceeded. Only "+c+" parameter"+(c===1?"":"s")+" allowed.")}var s=-1;var y;var d=t.charset;if(t.charsetSentinel){for(y=0;y<p.length;++y){if(p[y].indexOf("utf8=")===0){if(p[y]===l){d="utf-8"}else if(p[y]===f){d="iso-8859-1"}s=y;y=p.length}}}for(y=0;y<p.length;++y){if(y===s){continue}var v=p[y];var g=v.indexOf("]=");var m=g===-1?v.indexOf("="):g+1;var h;var b;if(m===-1){h=t.decoder(v,i.decoder,d,"key");b=t.strictNullHandling?null:""}else{h=t.decoder(v.slice(0,m),i.decoder,d,"key");b=n.maybeMap(parseArrayValue(v.slice(m+1),t,a(r[h])?r[h].length:0),(function(e){return t.decoder(e,i.decoder,d,"value")}))}if(b&&t.interpretNumericEntities&&d==="iso-8859-1"){b=interpretNumericEntities(String(b))}if(v.indexOf("[]=")>-1){b=a(b)?[b]:b}var S=o.call(r,h);if(S&&t.duplicates==="combine"){r[h]=n.combine(r[h],b)}else if(!S||t.duplicates==="last"){r[h]=b}}return r};var parseObject=function(e,t,r,o){var a=0;if(e.length>0&&e[e.length-1]==="[]"){var i=e.slice(0,-1).join("");a=Array.isArray(t)&&t[i]?t[i].length:0}var f=o?t:parseArrayValue(t,r,a);for(var l=e.length-1;l>=0;--l){var u;var c=e[l];if(c==="[]"&&r.parseArrays){u=r.allowEmptyArrays&&(f===""||r.strictNullHandling&&f===null)?[]:n.combine([],f)}else{u=r.plainObjects?{__proto__:null}:{};var p=c.charAt(0)==="["&&c.charAt(c.length-1)==="]"?c.slice(1,-1):c;var s=r.decodeDotInKeys?p.replace(/%2E/g,"."):p;var y=parseInt(s,10);if(!r.parseArrays&&s===""){u={0:f}}else if(!isNaN(y)&&c!==s&&String(y)===s&&y>=0&&(r.parseArrays&&y<=r.arrayLimit)){u=[];u[y]=f}else if(s!=="__proto__"){u[s]=f}}f=u}return f};var c=function parseQueryStringKeys(e,t,r,n){if(!e){return}var a=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e;var i=/(\[[^[\]]*])/;var f=/(\[[^[\]]*])/g;var l=r.depth>0&&i.exec(a);var u=l?a.slice(0,l.index):a;var c=[];if(u){if(!r.plainObjects&&o.call(Object.prototype,u)){if(!r.allowPrototypes){return}}c.push(u)}var p=0;while(r.depth>0&&(l=f.exec(a))!==null&&p<r.depth){p+=1;if(!r.plainObjects&&o.call(Object.prototype,l[1].slice(1,-1))){if(!r.allowPrototypes){return}}c.push(l[1])}if(l){if(r.strictDepth===true){throw new RangeError("Input depth exceeded depth option of "+r.depth+" and strictDepth is true")}c.push("["+a.slice(l.index)+"]")}return parseObject(c,t,r,n)};var p=function normalizeParseOptions(e){if(!e){return i}if(typeof e.allowEmptyArrays!=="undefined"&&typeof e.allowEmptyArrays!=="boolean"){throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided")}if(typeof e.decodeDotInKeys!=="undefined"&&typeof e.decodeDotInKeys!=="boolean"){throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided")}if(e.decoder!==null&&typeof e.decoder!=="undefined"&&typeof e.decoder!=="function"){throw new TypeError("Decoder has to be a function.")}if(typeof e.charset!=="undefined"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1"){throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined")}if(typeof e.throwOnLimitExceeded!=="undefined"&&typeof e.throwOnLimitExceeded!=="boolean"){throw new TypeError("`throwOnLimitExceeded` option must be a boolean")}var t=typeof e.charset==="undefined"?i.charset:e.charset;var r=typeof e.duplicates==="undefined"?i.duplicates:e.duplicates;if(r!=="combine"&&r!=="first"&&r!=="last"){throw new TypeError("The duplicates option must be either combine, first, or last")}var o=typeof e.allowDots==="undefined"?e.decodeDotInKeys===true?true:i.allowDots:!!e.allowDots;return{allowDots:o,allowEmptyArrays:typeof e.allowEmptyArrays==="boolean"?!!e.allowEmptyArrays:i.allowEmptyArrays,allowPrototypes:typeof e.allowPrototypes==="boolean"?e.allowPrototypes:i.allowPrototypes,allowSparse:typeof e.allowSparse==="boolean"?e.allowSparse:i.allowSparse,arrayLimit:typeof e.arrayLimit==="number"?e.arrayLimit:i.arrayLimit,charset:t,charsetSentinel:typeof e.charsetSentinel==="boolean"?e.charsetSentinel:i.charsetSentinel,comma:typeof e.comma==="boolean"?e.comma:i.comma,decodeDotInKeys:typeof e.decodeDotInKeys==="boolean"?e.decodeDotInKeys:i.decodeDotInKeys,decoder:typeof e.decoder==="function"?e.decoder:i.decoder,delimiter:typeof e.delimiter==="string"||n.isRegExp(e.delimiter)?e.delimiter:i.delimiter,depth:typeof e.depth==="number"||e.depth===false?+e.depth:i.depth,duplicates:r,ignoreQueryPrefix:e.ignoreQueryPrefix===true,interpretNumericEntities:typeof e.interpretNumericEntities==="boolean"?e.interpretNumericEntities:i.interpretNumericEntities,parameterLimit:typeof e.parameterLimit==="number"?e.parameterLimit:i.parameterLimit,parseArrays:e.parseArrays!==false,plainObjects:typeof e.plainObjects==="boolean"?e.plainObjects:i.plainObjects,strictDepth:typeof e.strictDepth==="boolean"?!!e.strictDepth:i.strictDepth,strictNullHandling:typeof e.strictNullHandling==="boolean"?e.strictNullHandling:i.strictNullHandling,throwOnLimitExceeded:typeof e.throwOnLimitExceeded==="boolean"?e.throwOnLimitExceeded:false}};e.exports=function(e,t){var r=p(t);if(e===""||e===null||typeof e==="undefined"){return r.plainObjects?{__proto__:null}:{}}var o=typeof e==="string"?u(e,r):e;var a=r.plainObjects?{__proto__:null}:{};var i=Object.keys(o);for(var f=0;f<i.length;++f){var l=i[f];var s=c(l,o[l],r,typeof e==="string");a=n.merge(a,s,r)}if(r.allowSparse===true){return a}return n.compact(a)}},336:function(e,t,r){"use strict";var n=r(706);var o=r(676);var a=r(841);var i=Object.prototype.hasOwnProperty;var f={brackets:function brackets(e){return e+"[]"},comma:"comma",indices:function indices(e,t){return e+"["+t+"]"},repeat:function repeat(e){return e}};var l=Array.isArray;var u=Array.prototype.push;var pushToArray=function(e,t){u.apply(e,l(t)?t:[t])};var c=Date.prototype.toISOString;var p=a["default"];var s={addQueryPrefix:false,allowDots:false,allowEmptyArrays:false,arrayFormat:"indices",charset:"utf-8",charsetSentinel:false,commaRoundTrip:false,delimiter:"&",encode:true,encodeDotInKeys:false,encoder:o.encode,encodeValuesOnly:false,filter:void undefined,format:p,formatter:a.formatters[p],indices:false,serializeDate:function serializeDate(e){return c.call(e)},skipNulls:false,strictNullHandling:false};var y=function isNonNullishPrimitive(e){return typeof e==="string"||typeof e==="number"||typeof e==="boolean"||typeof e==="symbol"||typeof e==="bigint"};var d={};var v=function stringify(e,t,r,a,i,f,u,c,p,v,g,m,h,b,S,w,A,O){var x=e;var j=O;var E=0;var P=false;while((j=j.get(d))!==void undefined&&!P){var _=j.get(e);E+=1;if(typeof _!=="undefined"){if(_===E){throw new RangeError("Cyclic object value")}else{P=true}}if(typeof j.get(d)==="undefined"){E=0}}if(typeof v==="function"){x=v(t,x)}else if(x instanceof Date){x=h(x)}else if(r==="comma"&&l(x)){x=o.maybeMap(x,(function(e){if(e instanceof Date){return h(e)}return e}))}if(x===null){if(f){return p&&!w?p(t,s.encoder,A,"key",b):t}x=""}if(y(x)||o.isBuffer(x)){if(p){var I=w?t:p(t,s.encoder,A,"key",b);return[S(I)+"="+S(p(x,s.encoder,A,"value",b))]}return[S(t)+"="+S(String(x))]}var R=[];if(typeof x==="undefined"){return R}var k;if(r==="comma"&&l(x)){if(w&&p){x=o.maybeMap(x,p)}k=[{value:x.length>0?x.join(",")||null:void undefined}]}else if(l(v)){k=v}else{var D=Object.keys(x);k=g?D.sort(g):D}var F=c?String(t).replace(/\./g,"%2E"):String(t);var M=a&&l(x)&&x.length===1?F+"[]":F;if(i&&l(x)&&x.length===0){return M+"[]"}for(var N=0;N<k.length;++N){var T=k[N];var B=typeof T==="object"&&T&&typeof T.value!=="undefined"?T.value:x[T];if(u&&B===null){continue}var C=m&&c?String(T).replace(/\./g,"%2E"):String(T);var L=l(x)?typeof r==="function"?r(M,C):M:M+(m?"."+C:"["+C+"]");O.set(e,E);var U=n();U.set(d,O);pushToArray(R,stringify(B,L,r,a,i,f,u,c,r==="comma"&&w&&l(x)?null:p,v,g,m,h,b,S,w,A,U))}return R};var g=function normalizeStringifyOptions(e){if(!e){return s}if(typeof e.allowEmptyArrays!=="undefined"&&typeof e.allowEmptyArrays!=="boolean"){throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided")}if(typeof e.encodeDotInKeys!=="undefined"&&typeof e.encodeDotInKeys!=="boolean"){throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided")}if(e.encoder!==null&&typeof e.encoder!=="undefined"&&typeof e.encoder!=="function"){throw new TypeError("Encoder has to be a function.")}var t=e.charset||s.charset;if(typeof e.charset!=="undefined"&&e.charset!=="utf-8"&&e.charset!=="iso-8859-1"){throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined")}var r=a["default"];if(typeof e.format!=="undefined"){if(!i.call(a.formatters,e.format)){throw new TypeError("Unknown format option provided.")}r=e.format}var n=a.formatters[r];var o=s.filter;if(typeof e.filter==="function"||l(e.filter)){o=e.filter}var u;if(e.arrayFormat in f){u=e.arrayFormat}else if("indices"in e){u=e.indices?"indices":"repeat"}else{u=s.arrayFormat}if("commaRoundTrip"in e&&typeof e.commaRoundTrip!=="boolean"){throw new TypeError("`commaRoundTrip` must be a boolean, or absent")}var c=typeof e.allowDots==="undefined"?e.encodeDotInKeys===true?true:s.allowDots:!!e.allowDots;return{addQueryPrefix:typeof e.addQueryPrefix==="boolean"?e.addQueryPrefix:s.addQueryPrefix,allowDots:c,allowEmptyArrays:typeof e.allowEmptyArrays==="boolean"?!!e.allowEmptyArrays:s.allowEmptyArrays,arrayFormat:u,charset:t,charsetSentinel:typeof e.charsetSentinel==="boolean"?e.charsetSentinel:s.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:typeof e.delimiter==="undefined"?s.delimiter:e.delimiter,encode:typeof e.encode==="boolean"?e.encode:s.encode,encodeDotInKeys:typeof e.encodeDotInKeys==="boolean"?e.encodeDotInKeys:s.encodeDotInKeys,encoder:typeof e.encoder==="function"?e.encoder:s.encoder,encodeValuesOnly:typeof e.encodeValuesOnly==="boolean"?e.encodeValuesOnly:s.encodeValuesOnly,filter:o,format:r,formatter:n,serializeDate:typeof e.serializeDate==="function"?e.serializeDate:s.serializeDate,skipNulls:typeof e.skipNulls==="boolean"?e.skipNulls:s.skipNulls,sort:typeof e.sort==="function"?e.sort:null,strictNullHandling:typeof e.strictNullHandling==="boolean"?e.strictNullHandling:s.strictNullHandling}};e.exports=function(e,t){var r=e;var o=g(t);var a;var i;if(typeof o.filter==="function"){i=o.filter;r=i("",r)}else if(l(o.filter)){i=o.filter;a=i}var u=[];if(typeof r!=="object"||r===null){return""}var c=f[o.arrayFormat];var p=c==="comma"&&o.commaRoundTrip;if(!a){a=Object.keys(r)}if(o.sort){a.sort(o.sort)}var s=n();for(var y=0;y<a.length;++y){var d=a[y];var m=r[d];if(o.skipNulls&&m===null){continue}pushToArray(u,v(m,d,c,p,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,s))}var h=u.join(o.delimiter);var b=o.addQueryPrefix===true?"?":"";if(o.charsetSentinel){if(o.charset==="iso-8859-1"){b+="utf8=%26%2310003%3B&"}else{b+="utf8=%E2%9C%93&"}}return h.length>0?b+h:""}},676:function(e,t,r){"use strict";var n=r(841);var o=Object.prototype.hasOwnProperty;var a=Array.isArray;var i=function(){var e=[];for(var t=0;t<256;++t){e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase())}return e}();var f=function compactQueue(e){while(e.length>1){var t=e.pop();var r=t.obj[t.prop];if(a(r)){var n=[];for(var o=0;o<r.length;++o){if(typeof r[o]!=="undefined"){n.push(r[o])}}t.obj[t.prop]=n}}};var l=function arrayToObject(e,t){var r=t&&t.plainObjects?{__proto__:null}:{};for(var n=0;n<e.length;++n){if(typeof e[n]!=="undefined"){r[n]=e[n]}}return r};var u=function merge(e,t,r){if(!t){return e}if(typeof t!=="object"&&typeof t!=="function"){if(a(e)){e.push(t)}else if(e&&typeof e==="object"){if(r&&(r.plainObjects||r.allowPrototypes)||!o.call(Object.prototype,t)){e[t]=true}}else{return[e,t]}return e}if(!e||typeof e!=="object"){return[e].concat(t)}var n=e;if(a(e)&&!a(t)){n=l(e,r)}if(a(e)&&a(t)){t.forEach((function(t,n){if(o.call(e,n)){var a=e[n];if(a&&typeof a==="object"&&t&&typeof t==="object"){e[n]=merge(a,t,r)}else{e.push(t)}}else{e[n]=t}}));return e}return Object.keys(t).reduce((function(e,n){var a=t[n];if(o.call(e,n)){e[n]=merge(e[n],a,r)}else{e[n]=a}return e}),n)};var c=function assignSingleSource(e,t){return Object.keys(t).reduce((function(e,r){e[r]=t[r];return e}),e)};var decode=function(e,t,r){var n=e.replace(/\+/g," ");if(r==="iso-8859-1"){return n.replace(/%[0-9a-f]{2}/gi,unescape)}try{return decodeURIComponent(n)}catch(e){return n}};var p=1024;var s=function encode(e,t,r,o,a){if(e.length===0){return e}var f=e;if(typeof e==="symbol"){f=Symbol.prototype.toString.call(e)}else if(typeof e!=="string"){f=String(e)}if(r==="iso-8859-1"){return escape(f).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}))}var l="";for(var u=0;u<f.length;u+=p){var c=f.length>=p?f.slice(u,u+p):f;var s=[];for(var y=0;y<c.length;++y){var d=c.charCodeAt(y);if(d===45||d===46||d===95||d===126||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||a===n.RFC1738&&(d===40||d===41)){s[s.length]=c.charAt(y);continue}if(d<128){s[s.length]=i[d];continue}if(d<2048){s[s.length]=i[192|d>>6]+i[128|d&63];continue}if(d<55296||d>=57344){s[s.length]=i[224|d>>12]+i[128|d>>6&63]+i[128|d&63];continue}y+=1;d=65536+((d&1023)<<10|c.charCodeAt(y)&1023);s[s.length]=i[240|d>>18]+i[128|d>>12&63]+i[128|d>>6&63]+i[128|d&63]}l+=s.join("")}return l};var y=function compact(e){var t=[{obj:{o:e},prop:"o"}];var r=[];for(var n=0;n<t.length;++n){var o=t[n];var a=o.obj[o.prop];var i=Object.keys(a);for(var l=0;l<i.length;++l){var u=i[l];var c=a[u];if(typeof c==="object"&&c!==null&&r.indexOf(c)===-1){t.push({obj:a,prop:u});r.push(c)}}}f(t);return e};var d=function isRegExp(e){return Object.prototype.toString.call(e)==="[object RegExp]"};var v=function isBuffer(e){if(!e||typeof e!=="object"){return false}return!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))};var g=function combine(e,t){return[].concat(e,t)};var m=function maybeMap(e,t){if(a(e)){var r=[];for(var n=0;n<e.length;n+=1){r.push(t(e[n]))}return r}return t(e)};e.exports={arrayToObject:l,assign:c,combine:g,compact:y,decode:decode,encode:s,isBuffer:v,isRegExp:d,maybeMap:m,merge:u}},223:function(e,t,r){"use strict";var n=r(299);var o=r(458);var listGetNode=function(e,t,r){var n=e;var o;for(;(o=n.next)!=null;n=o){if(o.key===t){n.next=o.next;if(!r){o.next=e.next;e.next=o}return o}}};var listGet=function(e,t){if(!e){return void undefined}var r=listGetNode(e,t);return r&&r.value};var listSet=function(e,t,r){var n=listGetNode(e,t);if(n){n.value=r}else{e.next={key:t,next:e.next,value:r}}};var listHas=function(e,t){if(!e){return false}return!!listGetNode(e,t)};var listDelete=function(e,t){if(e){return listGetNode(e,t,true)}};e.exports=function getSideChannelList(){var e;var t={assert:function(e){if(!t.has(e)){throw new o("Side channel does not contain "+n(e))}},delete:function(t){var r=e&&e.next;var n=listDelete(e,t);if(n&&r&&r===n){e=void undefined}return!!n},get:function(t){return listGet(e,t)},has:function(t){return listHas(e,t)},set:function(t,r){if(!e){e={next:void undefined}}listSet(e,t,r)}};return t}},138:function(e,t,r){"use strict";var n=r(412);var o=r(389);var a=r(299);var i=r(458);var f=n("%Map%",true);var l=o("Map.prototype.get",true);var u=o("Map.prototype.set",true);var c=o("Map.prototype.has",true);var p=o("Map.prototype.delete",true);var s=o("Map.prototype.size",true);e.exports=!!f&&function getSideChannelMap(){var e;var t={assert:function(e){if(!t.has(e)){throw new i("Side channel does not contain "+a(e))}},delete:function(t){if(e){var r=p(e,t);if(s(e)===0){e=void undefined}return r}return false},get:function(t){if(e){return l(e,t)}},has:function(t){if(e){return c(e,t)}return false},set:function(t,r){if(!e){e=new f}u(e,t,r)}};return t}},431:function(e,t,r){"use strict";var n=r(412);var o=r(389);var a=r(299);var i=r(138);var f=r(458);var l=n("%WeakMap%",true);var u=o("WeakMap.prototype.get",true);var c=o("WeakMap.prototype.set",true);var p=o("WeakMap.prototype.has",true);var s=o("WeakMap.prototype.delete",true);e.exports=l?function getSideChannelWeakMap(){var e;var t;var r={assert:function(e){if(!r.has(e)){throw new f("Side channel does not contain "+a(e))}},delete:function(r){if(l&&r&&(typeof r==="object"||typeof r==="function")){if(e){return s(e,r)}}else if(i){if(t){return t["delete"](r)}}return false},get:function(r){if(l&&r&&(typeof r==="object"||typeof r==="function")){if(e){return u(e,r)}}return t&&t.get(r)},has:function(r){if(l&&r&&(typeof r==="object"||typeof r==="function")){if(e){return p(e,r)}}return!!t&&t.has(r)},set:function(r,n){if(l&&r&&(typeof r==="object"||typeof r==="function")){if(!e){e=new l}c(e,r,n)}else if(i){if(!t){t=i()}t.set(r,n)}}};return r}:i},706:function(e,t,r){"use strict";var n=r(458);var o=r(299);var a=r(223);var i=r(138);var f=r(431);var l=f||i||a;e.exports=function getSideChannel(){var e;var t={assert:function(e){if(!t.has(e)){throw new n("Side channel does not contain "+o(e))}},delete:function(t){return!!e&&e["delete"](t)},get:function(t){return e&&e.get(t)},has:function(t){return!!e&&e.has(t)},set:function(t,r){if(!e){e=l()}e.set(t,r)}};return t}},23:function(e){"use strict";e.exports=require("util")}};var t={};function __nccwpck_require__(r){var n=t[r];if(n!==undefined){return n.exports}var o=t[r]={exports:{}};var a=true;try{e[r](o,o.exports,__nccwpck_require__);a=false}finally{if(a)delete t[r]}return o.exports}if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var r=__nccwpck_require__(9);module.exports=r})();
|
|
@@ -25,7 +25,8 @@ var defaults = {
|
|
|
25
25
|
parseArrays: true,
|
|
26
26
|
plainObjects: false,
|
|
27
27
|
strictDepth: false,
|
|
28
|
-
strictNullHandling: false
|
|
28
|
+
strictNullHandling: false,
|
|
29
|
+
throwOnLimitExceeded: false
|
|
29
30
|
};
|
|
30
31
|
|
|
31
32
|
var interpretNumericEntities = function (str) {
|
|
@@ -34,11 +35,15 @@ var interpretNumericEntities = function (str) {
|
|
|
34
35
|
});
|
|
35
36
|
};
|
|
36
37
|
|
|
37
|
-
var parseArrayValue = function (val, options) {
|
|
38
|
+
var parseArrayValue = function (val, options, currentArrayLength) {
|
|
38
39
|
if (val && typeof val === 'string' && options.comma && val.indexOf(',') > -1) {
|
|
39
40
|
return val.split(',');
|
|
40
41
|
}
|
|
41
42
|
|
|
43
|
+
if (options.throwOnLimitExceeded && currentArrayLength >= options.arrayLimit) {
|
|
44
|
+
throw new RangeError('Array limit exceeded. Only ' + options.arrayLimit + ' element' + (options.arrayLimit === 1 ? '' : 's') + ' allowed in an array.');
|
|
45
|
+
}
|
|
46
|
+
|
|
42
47
|
return val;
|
|
43
48
|
};
|
|
44
49
|
|
|
@@ -57,8 +62,17 @@ var parseValues = function parseQueryStringValues(str, options) {
|
|
|
57
62
|
|
|
58
63
|
var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\?/, '') : str;
|
|
59
64
|
cleanStr = cleanStr.replace(/%5B/gi, '[').replace(/%5D/gi, ']');
|
|
65
|
+
|
|
60
66
|
var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;
|
|
61
|
-
var parts = cleanStr.split(
|
|
67
|
+
var parts = cleanStr.split(
|
|
68
|
+
options.delimiter,
|
|
69
|
+
options.throwOnLimitExceeded ? limit + 1 : limit
|
|
70
|
+
);
|
|
71
|
+
|
|
72
|
+
if (options.throwOnLimitExceeded && parts.length > limit) {
|
|
73
|
+
throw new RangeError('Parameter limit exceeded. Only ' + limit + ' parameter' + (limit === 1 ? '' : 's') + ' allowed.');
|
|
74
|
+
}
|
|
75
|
+
|
|
62
76
|
var skipIndex = -1; // Keep track of where the utf8 sentinel was found
|
|
63
77
|
var i;
|
|
64
78
|
|
|
@@ -93,8 +107,13 @@ var parseValues = function parseQueryStringValues(str, options) {
|
|
|
93
107
|
val = options.strictNullHandling ? null : '';
|
|
94
108
|
} else {
|
|
95
109
|
key = options.decoder(part.slice(0, pos), defaults.decoder, charset, 'key');
|
|
110
|
+
|
|
96
111
|
val = utils.maybeMap(
|
|
97
|
-
parseArrayValue(
|
|
112
|
+
parseArrayValue(
|
|
113
|
+
part.slice(pos + 1),
|
|
114
|
+
options,
|
|
115
|
+
isArray(obj[key]) ? obj[key].length : 0
|
|
116
|
+
),
|
|
98
117
|
function (encodedVal) {
|
|
99
118
|
return options.decoder(encodedVal, defaults.decoder, charset, 'value');
|
|
100
119
|
}
|
|
@@ -121,7 +140,13 @@ var parseValues = function parseQueryStringValues(str, options) {
|
|
|
121
140
|
};
|
|
122
141
|
|
|
123
142
|
var parseObject = function (chain, val, options, valuesParsed) {
|
|
124
|
-
var
|
|
143
|
+
var currentArrayLength = 0;
|
|
144
|
+
if (chain.length > 0 && chain[chain.length - 1] === '[]') {
|
|
145
|
+
var parentKey = chain.slice(0, -1).join('');
|
|
146
|
+
currentArrayLength = Array.isArray(val) && val[parentKey] ? val[parentKey].length : 0;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
var leaf = valuesParsed ? val : parseArrayValue(val, options, currentArrayLength);
|
|
125
150
|
|
|
126
151
|
for (var i = chain.length - 1; i >= 0; --i) {
|
|
127
152
|
var obj;
|
|
@@ -130,7 +155,7 @@ var parseObject = function (chain, val, options, valuesParsed) {
|
|
|
130
155
|
if (root === '[]' && options.parseArrays) {
|
|
131
156
|
obj = options.allowEmptyArrays && (leaf === '' || (options.strictNullHandling && leaf === null))
|
|
132
157
|
? []
|
|
133
|
-
: []
|
|
158
|
+
: utils.combine([], leaf);
|
|
134
159
|
} else {
|
|
135
160
|
obj = options.plainObjects ? { __proto__: null } : {};
|
|
136
161
|
var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root;
|
|
@@ -235,6 +260,11 @@ var normalizeParseOptions = function normalizeParseOptions(opts) {
|
|
|
235
260
|
if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') {
|
|
236
261
|
throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined');
|
|
237
262
|
}
|
|
263
|
+
|
|
264
|
+
if (typeof opts.throwOnLimitExceeded !== 'undefined' && typeof opts.throwOnLimitExceeded !== 'boolean') {
|
|
265
|
+
throw new TypeError('`throwOnLimitExceeded` option must be a boolean');
|
|
266
|
+
}
|
|
267
|
+
|
|
238
268
|
var charset = typeof opts.charset === 'undefined' ? defaults.charset : opts.charset;
|
|
239
269
|
|
|
240
270
|
var duplicates = typeof opts.duplicates === 'undefined' ? defaults.duplicates : opts.duplicates;
|
|
@@ -266,7 +296,8 @@ var normalizeParseOptions = function normalizeParseOptions(opts) {
|
|
|
266
296
|
parseArrays: opts.parseArrays !== false,
|
|
267
297
|
plainObjects: typeof opts.plainObjects === 'boolean' ? opts.plainObjects : defaults.plainObjects,
|
|
268
298
|
strictDepth: typeof opts.strictDepth === 'boolean' ? !!opts.strictDepth : defaults.strictDepth,
|
|
269
|
-
strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling
|
|
299
|
+
strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling,
|
|
300
|
+
throwOnLimitExceeded: typeof opts.throwOnLimitExceeded === 'boolean' ? opts.throwOnLimitExceeded : false
|
|
270
301
|
};
|
|
271
302
|
};
|
|
272
303
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"qs","description":"A querystring parser that supports nesting and arrays, with a depth limit","homepage":"https://github.com/ljharb/qs","version":"6.
|
|
1
|
+
{"name":"qs","description":"A querystring parser that supports nesting and arrays, with a depth limit","homepage":"https://github.com/ljharb/qs","version":"6.14.0","repository":{"type":"git","url":"https://github.com/ljharb/qs.git"},"funding":{"url":"https://github.com/sponsors/ljharb"},"main":"lib/index.js","sideEffects":false,"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"keywords":["querystring","qs","query","url","parse","stringify"],"engines":{"node":">=0.6"},"dependencies":{"side-channel":"^1.1.0"},"devDependencies":{"@browserify/envify":"^6.0.0","@browserify/uglifyify":"^6.0.0","@ljharb/eslint-config":"^21.1.1","browserify":"^16.5.2","bundle-collapser":"^1.4.0","common-shakeify":"~1.0.0","eclint":"^2.8.1","es-value-fixtures":"^1.7.0","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","glob":"=10.3.7","has-bigints":"^1.1.0","has-override-mistake":"^1.0.1","has-property-descriptors":"^1.0.2","has-proto":"^1.2.0","has-symbols":"^1.1.0","iconv-lite":"^0.5.1","in-publish":"^2.0.1","jackspeak":"=2.1.1","mkdirp":"^0.5.5","mock-property":"^1.1.0","module-deps":"^6.2.3","npmignore":"^0.3.1","nyc":"^10.3.2","object-inspect":"^1.13.3","qs-iconv":"^1.0.4","safe-publish-latest":"^2.0.0","safer-buffer":"^2.1.2","tape":"^5.9.0","unassertify":"^3.0.1"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated && npm run dist","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent readme && npm run --silent lint","test":"npm run tests-only","tests-only":"nyc tape 'test/**/*.js'","posttest":"npx npm@'>=10.2' audit --production","readme":"evalmd README.md","postlint":"eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)","lint":"eslint --ext=js,mjs .","dist":"mkdirp dist && browserify --standalone Qs -g unassertify -g @browserify/envify -g [@browserify/uglifyify --mangle.keep_fnames --compress.keep_fnames --format.indent_level=1 --compress.arrows=false --compress.passes=4 --compress.typeofs=false] -p common-shakeify -p bundle-collapser/plugin lib/index.js > dist/qs.js"},"license":"BSD-3-Clause","publishConfig":{"ignore":["!dist/*","bower.json","component.json",".github/workflows","logos","tea.yaml"]},"_lastModified":"2025-06-17T07:10:47.360Z"}
|
|
@@ -118,7 +118,7 @@ test('parse()', function (t) {
|
|
|
118
118
|
st.end();
|
|
119
119
|
});
|
|
120
120
|
|
|
121
|
-
t.test('
|
|
121
|
+
t.test('decodes dot in key of object, and allow enabling dot notation when decodeDotInKeys is set to true and allowDots is undefined', function (st) {
|
|
122
122
|
st.deepEqual(
|
|
123
123
|
qs.parse(
|
|
124
124
|
'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe',
|
|
@@ -131,7 +131,7 @@ test('parse()', function (t) {
|
|
|
131
131
|
st.end();
|
|
132
132
|
});
|
|
133
133
|
|
|
134
|
-
t.test('
|
|
134
|
+
t.test('throws when decodeDotInKeys is not of type boolean', function (st) {
|
|
135
135
|
st['throws'](
|
|
136
136
|
function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: 'foobar' }); },
|
|
137
137
|
TypeError
|
|
@@ -161,7 +161,7 @@ test('parse()', function (t) {
|
|
|
161
161
|
st.end();
|
|
162
162
|
});
|
|
163
163
|
|
|
164
|
-
t.test('
|
|
164
|
+
t.test('throws when allowEmptyArrays is not of type boolean', function (st) {
|
|
165
165
|
st['throws'](
|
|
166
166
|
function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: 'foobar' }); },
|
|
167
167
|
TypeError
|
|
@@ -444,7 +444,7 @@ test('parse()', function (t) {
|
|
|
444
444
|
st.end();
|
|
445
445
|
});
|
|
446
446
|
|
|
447
|
-
t.test('
|
|
447
|
+
t.test('does not throw when a native prototype has an enumerable property', function (st) {
|
|
448
448
|
st.intercept(Object.prototype, 'crash', { value: '' });
|
|
449
449
|
st.intercept(Array.prototype, 'crash', { value: '' });
|
|
450
450
|
|
|
@@ -965,7 +965,7 @@ test('parse()', function (t) {
|
|
|
965
965
|
st.end();
|
|
966
966
|
});
|
|
967
967
|
|
|
968
|
-
t.test('
|
|
968
|
+
t.test('ignores an utf8 sentinel with an unknown value', function (st) {
|
|
969
969
|
st.deepEqual(qs.parse('utf8=foo&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true, charset: 'utf-8' }), { ø: 'ø' });
|
|
970
970
|
st.end();
|
|
971
971
|
});
|
|
@@ -1035,6 +1035,95 @@ test('parse()', function (t) {
|
|
|
1035
1035
|
st.end();
|
|
1036
1036
|
});
|
|
1037
1037
|
|
|
1038
|
+
t.test('parameter limit tests', function (st) {
|
|
1039
|
+
st.test('does not throw error when within parameter limit', function (sst) {
|
|
1040
|
+
var result = qs.parse('a=1&b=2&c=3', { parameterLimit: 5, throwOnLimitExceeded: true });
|
|
1041
|
+
sst.deepEqual(result, { a: '1', b: '2', c: '3' }, 'parses without errors');
|
|
1042
|
+
sst.end();
|
|
1043
|
+
});
|
|
1044
|
+
|
|
1045
|
+
st.test('throws error when throwOnLimitExceeded is present but not boolean', function (sst) {
|
|
1046
|
+
sst['throws'](
|
|
1047
|
+
function () {
|
|
1048
|
+
qs.parse('a=1&b=2&c=3&d=4&e=5&f=6', { parameterLimit: 3, throwOnLimitExceeded: 'true' });
|
|
1049
|
+
},
|
|
1050
|
+
new TypeError('`throwOnLimitExceeded` option must be a boolean'),
|
|
1051
|
+
'throws error when throwOnLimitExceeded is present and not boolean'
|
|
1052
|
+
);
|
|
1053
|
+
sst.end();
|
|
1054
|
+
});
|
|
1055
|
+
|
|
1056
|
+
st.test('throws error when parameter limit exceeded', function (sst) {
|
|
1057
|
+
sst['throws'](
|
|
1058
|
+
function () {
|
|
1059
|
+
qs.parse('a=1&b=2&c=3&d=4&e=5&f=6', { parameterLimit: 3, throwOnLimitExceeded: true });
|
|
1060
|
+
},
|
|
1061
|
+
new RangeError('Parameter limit exceeded. Only 3 parameters allowed.'),
|
|
1062
|
+
'throws error when parameter limit is exceeded'
|
|
1063
|
+
);
|
|
1064
|
+
sst.end();
|
|
1065
|
+
});
|
|
1066
|
+
|
|
1067
|
+
st.test('silently truncates when throwOnLimitExceeded is not given', function (sst) {
|
|
1068
|
+
var result = qs.parse('a=1&b=2&c=3&d=4&e=5', { parameterLimit: 3 });
|
|
1069
|
+
sst.deepEqual(result, { a: '1', b: '2', c: '3' }, 'parses and truncates silently');
|
|
1070
|
+
sst.end();
|
|
1071
|
+
});
|
|
1072
|
+
|
|
1073
|
+
st.test('silently truncates when parameter limit exceeded without error', function (sst) {
|
|
1074
|
+
var result = qs.parse('a=1&b=2&c=3&d=4&e=5', { parameterLimit: 3, throwOnLimitExceeded: false });
|
|
1075
|
+
sst.deepEqual(result, { a: '1', b: '2', c: '3' }, 'parses and truncates silently');
|
|
1076
|
+
sst.end();
|
|
1077
|
+
});
|
|
1078
|
+
|
|
1079
|
+
st.test('allows unlimited parameters when parameterLimit set to Infinity', function (sst) {
|
|
1080
|
+
var result = qs.parse('a=1&b=2&c=3&d=4&e=5&f=6', { parameterLimit: Infinity });
|
|
1081
|
+
sst.deepEqual(result, { a: '1', b: '2', c: '3', d: '4', e: '5', f: '6' }, 'parses all parameters without truncation');
|
|
1082
|
+
sst.end();
|
|
1083
|
+
});
|
|
1084
|
+
|
|
1085
|
+
st.end();
|
|
1086
|
+
});
|
|
1087
|
+
|
|
1088
|
+
t.test('array limit tests', function (st) {
|
|
1089
|
+
st.test('does not throw error when array is within limit', function (sst) {
|
|
1090
|
+
var result = qs.parse('a[]=1&a[]=2&a[]=3', { arrayLimit: 5, throwOnLimitExceeded: true });
|
|
1091
|
+
sst.deepEqual(result, { a: ['1', '2', '3'] }, 'parses array without errors');
|
|
1092
|
+
sst.end();
|
|
1093
|
+
});
|
|
1094
|
+
|
|
1095
|
+
st.test('throws error when throwOnLimitExceeded is present but not boolean for array limit', function (sst) {
|
|
1096
|
+
sst['throws'](
|
|
1097
|
+
function () {
|
|
1098
|
+
qs.parse('a[]=1&a[]=2&a[]=3&a[]=4', { arrayLimit: 3, throwOnLimitExceeded: 'true' });
|
|
1099
|
+
},
|
|
1100
|
+
new TypeError('`throwOnLimitExceeded` option must be a boolean'),
|
|
1101
|
+
'throws error when throwOnLimitExceeded is present and not boolean for array limit'
|
|
1102
|
+
);
|
|
1103
|
+
sst.end();
|
|
1104
|
+
});
|
|
1105
|
+
|
|
1106
|
+
st.test('throws error when array limit exceeded', function (sst) {
|
|
1107
|
+
sst['throws'](
|
|
1108
|
+
function () {
|
|
1109
|
+
qs.parse('a[]=1&a[]=2&a[]=3&a[]=4', { arrayLimit: 3, throwOnLimitExceeded: true });
|
|
1110
|
+
},
|
|
1111
|
+
new RangeError('Array limit exceeded. Only 3 elements allowed in an array.'),
|
|
1112
|
+
'throws error when array limit is exceeded'
|
|
1113
|
+
);
|
|
1114
|
+
sst.end();
|
|
1115
|
+
});
|
|
1116
|
+
|
|
1117
|
+
st.test('converts array to object if length is greater than limit', function (sst) {
|
|
1118
|
+
var result = qs.parse('a[1]=1&a[2]=2&a[3]=3&a[4]=4&a[5]=5&a[6]=6', { arrayLimit: 5 });
|
|
1119
|
+
|
|
1120
|
+
sst.deepEqual(result, { a: { 1: '1', 2: '2', 3: '3', 4: '4', 5: '5', 6: '6' } }, 'parses into object if array length is greater than limit');
|
|
1121
|
+
sst.end();
|
|
1122
|
+
});
|
|
1123
|
+
|
|
1124
|
+
st.end();
|
|
1125
|
+
});
|
|
1126
|
+
|
|
1038
1127
|
t.end();
|
|
1039
1128
|
});
|
|
1040
1129
|
|
|
@@ -1093,7 +1182,7 @@ test('qs strictDepth option - throw cases', function (t) {
|
|
|
1093
1182
|
qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1, strictDepth: true });
|
|
1094
1183
|
},
|
|
1095
1184
|
RangeError,
|
|
1096
|
-
'
|
|
1185
|
+
'throws RangeError'
|
|
1097
1186
|
);
|
|
1098
1187
|
st.end();
|
|
1099
1188
|
});
|
|
@@ -1104,7 +1193,7 @@ test('qs strictDepth option - throw cases', function (t) {
|
|
|
1104
1193
|
qs.parse('a[0][1][2][3][4]=b', { depth: 3, strictDepth: true });
|
|
1105
1194
|
},
|
|
1106
1195
|
RangeError,
|
|
1107
|
-
'
|
|
1196
|
+
'throws RangeError'
|
|
1108
1197
|
);
|
|
1109
1198
|
st.end();
|
|
1110
1199
|
});
|
|
@@ -1115,7 +1204,7 @@ test('qs strictDepth option - throw cases', function (t) {
|
|
|
1115
1204
|
qs.parse('a[b][c][0][d][e]=f', { depth: 3, strictDepth: true });
|
|
1116
1205
|
},
|
|
1117
1206
|
RangeError,
|
|
1118
|
-
'
|
|
1207
|
+
'throws RangeError'
|
|
1119
1208
|
);
|
|
1120
1209
|
st.end();
|
|
1121
1210
|
});
|
|
@@ -1126,7 +1215,7 @@ test('qs strictDepth option - throw cases', function (t) {
|
|
|
1126
1215
|
qs.parse('a[b][c][d][e]=true&a[b][c][d][f]=42', { depth: 3, strictDepth: true });
|
|
1127
1216
|
},
|
|
1128
1217
|
RangeError,
|
|
1129
|
-
'
|
|
1218
|
+
'throws RangeError'
|
|
1130
1219
|
);
|
|
1131
1220
|
st.end();
|
|
1132
1221
|
});
|
|
@@ -1140,7 +1229,7 @@ test('qs strictDepth option - non-throw cases', function (t) {
|
|
|
1140
1229
|
qs.parse('a[b][c][d][e]=true&a[b][c][d][f]=42', { depth: 0, strictDepth: true });
|
|
1141
1230
|
},
|
|
1142
1231
|
RangeError,
|
|
1143
|
-
'
|
|
1232
|
+
'does not throw RangeError'
|
|
1144
1233
|
);
|
|
1145
1234
|
st.end();
|
|
1146
1235
|
});
|
|
@@ -1149,7 +1238,7 @@ test('qs strictDepth option - non-throw cases', function (t) {
|
|
|
1149
1238
|
st.doesNotThrow(
|
|
1150
1239
|
function () {
|
|
1151
1240
|
var result = qs.parse('a[b]=c', { depth: 1, strictDepth: true });
|
|
1152
|
-
st.deepEqual(result, { a: { b: 'c' } }, '
|
|
1241
|
+
st.deepEqual(result, { a: { b: 'c' } }, 'parses correctly');
|
|
1153
1242
|
}
|
|
1154
1243
|
);
|
|
1155
1244
|
st.end();
|
|
@@ -1159,7 +1248,7 @@ test('qs strictDepth option - non-throw cases', function (t) {
|
|
|
1159
1248
|
st.doesNotThrow(
|
|
1160
1249
|
function () {
|
|
1161
1250
|
var result = qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1 });
|
|
1162
|
-
st.deepEqual(result, { a: { b: { '[c][d][e][f][g][h][i]': 'j' } } }, '
|
|
1251
|
+
st.deepEqual(result, { a: { b: { '[c][d][e][f][g][h][i]': 'j' } } }, 'parses with depth limit');
|
|
1163
1252
|
}
|
|
1164
1253
|
);
|
|
1165
1254
|
st.end();
|
|
@@ -1169,7 +1258,7 @@ test('qs strictDepth option - non-throw cases', function (t) {
|
|
|
1169
1258
|
st.doesNotThrow(
|
|
1170
1259
|
function () {
|
|
1171
1260
|
var result = qs.parse('a[b]=c', { depth: 1 });
|
|
1172
|
-
st.deepEqual(result, { a: { b: 'c' } }, '
|
|
1261
|
+
st.deepEqual(result, { a: { b: 'c' } }, 'parses correctly');
|
|
1173
1262
|
}
|
|
1174
1263
|
);
|
|
1175
1264
|
st.end();
|
|
@@ -1179,7 +1268,7 @@ test('qs strictDepth option - non-throw cases', function (t) {
|
|
|
1179
1268
|
st.doesNotThrow(
|
|
1180
1269
|
function () {
|
|
1181
1270
|
var result = qs.parse('a[b][c]=d', { depth: 2, strictDepth: true });
|
|
1182
|
-
st.deepEqual(result, { a: { b: { c: 'd' } } }, '
|
|
1271
|
+
st.deepEqual(result, { a: { b: { c: 'd' } } }, 'parses correctly');
|
|
1183
1272
|
}
|
|
1184
1273
|
);
|
|
1185
1274
|
st.end();
|
|
@@ -4,6 +4,8 @@ var test = require('tape');
|
|
|
4
4
|
var inspect = require('object-inspect');
|
|
5
5
|
var SaferBuffer = require('safer-buffer').Buffer;
|
|
6
6
|
var forEach = require('for-each');
|
|
7
|
+
var v = require('es-value-fixtures');
|
|
8
|
+
|
|
7
9
|
var utils = require('../lib/utils');
|
|
8
10
|
|
|
9
11
|
test('merge()', function (t) {
|
|
@@ -133,6 +135,104 @@ test('combine()', function (t) {
|
|
|
133
135
|
t.end();
|
|
134
136
|
});
|
|
135
137
|
|
|
138
|
+
test('decode', function (t) {
|
|
139
|
+
t.equal(
|
|
140
|
+
utils.decode('a+b'),
|
|
141
|
+
'a b',
|
|
142
|
+
'decodes + to space'
|
|
143
|
+
);
|
|
144
|
+
|
|
145
|
+
t.equal(
|
|
146
|
+
utils.decode('name%2Eobj'),
|
|
147
|
+
'name.obj',
|
|
148
|
+
'decodes a string'
|
|
149
|
+
);
|
|
150
|
+
t.equal(
|
|
151
|
+
utils.decode('name%2Eobj%2Efoo', null, 'iso-8859-1'),
|
|
152
|
+
'name.obj.foo',
|
|
153
|
+
'decodes a string in iso-8859-1'
|
|
154
|
+
);
|
|
155
|
+
|
|
156
|
+
t.end();
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
test('encode', function (t) {
|
|
160
|
+
forEach(v.nullPrimitives, function (nullish) {
|
|
161
|
+
t['throws'](
|
|
162
|
+
function () { utils.encode(nullish); },
|
|
163
|
+
TypeError,
|
|
164
|
+
inspect(nullish) + ' is not a string'
|
|
165
|
+
);
|
|
166
|
+
});
|
|
167
|
+
|
|
168
|
+
t.equal(utils.encode(''), '', 'empty string returns itself');
|
|
169
|
+
t.deepEqual(utils.encode([]), [], 'empty array returns itself');
|
|
170
|
+
t.deepEqual(utils.encode({ length: 0 }), { length: 0 }, 'empty arraylike returns itself');
|
|
171
|
+
|
|
172
|
+
t.test('symbols', { skip: !v.hasSymbols }, function (st) {
|
|
173
|
+
st.equal(utils.encode(Symbol('x')), 'Symbol%28x%29', 'symbol is encoded');
|
|
174
|
+
|
|
175
|
+
st.end();
|
|
176
|
+
});
|
|
177
|
+
|
|
178
|
+
t.equal(
|
|
179
|
+
utils.encode('(abc)'),
|
|
180
|
+
'%28abc%29',
|
|
181
|
+
'encodes parentheses'
|
|
182
|
+
);
|
|
183
|
+
t.equal(
|
|
184
|
+
utils.encode({ toString: function () { return '(abc)'; } }),
|
|
185
|
+
'%28abc%29',
|
|
186
|
+
'toStrings and encodes parentheses'
|
|
187
|
+
);
|
|
188
|
+
|
|
189
|
+
t.equal(
|
|
190
|
+
utils.encode('abc 123 💩', null, 'iso-8859-1'),
|
|
191
|
+
'abc%20123%20%26%2355357%3B%26%2356489%3B',
|
|
192
|
+
'encodes in iso-8859-1'
|
|
193
|
+
);
|
|
194
|
+
|
|
195
|
+
var longString = '';
|
|
196
|
+
var expectedString = '';
|
|
197
|
+
for (var i = 0; i < 1500; i++) {
|
|
198
|
+
longString += ' ';
|
|
199
|
+
expectedString += '%20';
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
t.equal(
|
|
203
|
+
utils.encode(longString),
|
|
204
|
+
expectedString,
|
|
205
|
+
'encodes a long string'
|
|
206
|
+
);
|
|
207
|
+
|
|
208
|
+
t.equal(
|
|
209
|
+
utils.encode('\x28\x29'),
|
|
210
|
+
'%28%29',
|
|
211
|
+
'encodes parens normally'
|
|
212
|
+
);
|
|
213
|
+
t.equal(
|
|
214
|
+
utils.encode('\x28\x29', null, null, null, 'RFC1738'),
|
|
215
|
+
'()',
|
|
216
|
+
'does not encode parens in RFC1738'
|
|
217
|
+
);
|
|
218
|
+
|
|
219
|
+
// todo RFC1738 format
|
|
220
|
+
|
|
221
|
+
t.equal(
|
|
222
|
+
utils.encode('Āက豈'),
|
|
223
|
+
'%C4%80%E1%80%80%EF%A4%80',
|
|
224
|
+
'encodes multibyte chars'
|
|
225
|
+
);
|
|
226
|
+
|
|
227
|
+
t.equal(
|
|
228
|
+
utils.encode('\uD83D \uDCA9'),
|
|
229
|
+
'%F0%9F%90%A0%F0%BA%90%80',
|
|
230
|
+
'encodes lone surrogates'
|
|
231
|
+
);
|
|
232
|
+
|
|
233
|
+
t.end();
|
|
234
|
+
});
|
|
235
|
+
|
|
136
236
|
test('isBuffer()', function (t) {
|
|
137
237
|
forEach([null, undefined, true, false, '', 'abc', 42, 0, NaN, {}, [], function () {}, /a/g], function (x) {
|
|
138
238
|
t.equal(utils.isBuffer(x), false, inspect(x) + ' is not a buffer');
|
|
@@ -148,3 +248,15 @@ test('isBuffer()', function (t) {
|
|
|
148
248
|
t.equal(utils.isBuffer(buffer), true, 'real Buffer instance is a buffer');
|
|
149
249
|
t.end();
|
|
150
250
|
});
|
|
251
|
+
|
|
252
|
+
test('isRegExp()', function (t) {
|
|
253
|
+
t.equal(utils.isRegExp(/a/g), true, 'RegExp is a RegExp');
|
|
254
|
+
t.equal(utils.isRegExp(new RegExp('a', 'g')), true, 'new RegExp is a RegExp');
|
|
255
|
+
t.equal(utils.isRegExp(new Date()), false, 'Date is not a RegExp');
|
|
256
|
+
|
|
257
|
+
forEach(v.primitives, function (primitive) {
|
|
258
|
+
t.equal(utils.isRegExp(primitive), false, inspect(primitive) + ' is not a RegExp');
|
|
259
|
+
});
|
|
260
|
+
|
|
261
|
+
t.end();
|
|
262
|
+
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-multi-app",
|
|
3
3
|
"displayName": "Multi-app manager",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.22",
|
|
5
5
|
"description": "Dynamically create multiple apps without separate deployments.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"main": "./dist/server/index.js",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"antd": "5.22.5",
|
|
13
|
-
"qs": "^6.
|
|
13
|
+
"qs": "^6.14.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@ant-design/icons": "^5.5.2",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"react": "~18.3.1",
|
|
22
22
|
"react-i18next": "^15.2.0",
|
|
23
23
|
"react-router-dom": "6.28.1",
|
|
24
|
-
"@tachybase/schema": "1.1.
|
|
24
|
+
"@tachybase/schema": "1.1.22"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@tachybase/actions": "1.1.
|
|
28
|
-
"@tachybase/client": "1.1.
|
|
29
|
-
"@tachybase/database": "1.1.
|
|
30
|
-
"@tachybase/server": "1.1.
|
|
31
|
-
"@tachybase/
|
|
32
|
-
"@tachybase/
|
|
27
|
+
"@tachybase/actions": "1.1.22",
|
|
28
|
+
"@tachybase/client": "1.1.22",
|
|
29
|
+
"@tachybase/database": "1.1.22",
|
|
30
|
+
"@tachybase/server": "1.1.22",
|
|
31
|
+
"@tachybase/utils": "1.1.22",
|
|
32
|
+
"@tachybase/test": "1.1.22"
|
|
33
33
|
},
|
|
34
34
|
"description.zh-CN": "无需单独部署即可动态创建多个应用。",
|
|
35
35
|
"displayName.zh-CN": "多应用管理器",
|