(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3180],{7604:function(t){var e;"undefined"!=typeof self&&self,e=()=>(()=>{var t={4986:(t,e,r)=>{"use strict";t.exports=r(254)},254:(t,e,r)=>{"use strict";var n=r(5832).Buffer;function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(o=function(){return!!t})()}function a(t){return(a=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function s(t,e){return(s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}r(8582).set(r(5221));var c=r(3300);c.setBrowser(!0),e.Error=r(9507),e.Schema=r(9703),e.Types=r(1148),e.VirtualType=r(5165),e.SchemaType=r(2319),e.utils=r(335),e.Document=c(),e.model=function(t,r){var n=function(t){function e(t,n){var s,c;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),s=e,c=[t,r,n],s=a(s),function(t,e){if(e&&("object"==i(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,o()?Reflect.construct(s,c||[],a(this).constructor):s.apply(this,c))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&s(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(e.Document);return n.modelName=t,n},"undefined"!=typeof window&&(window.mongoose=t.exports,window.Buffer=n)},6024:(t,e,r)=>{"use strict";var n=r(3293),i=r(3550).EventEmitter,o=r(9507),a=r(9703),s=r(6704),c=o.ValidationError,u=r(8892),f=r(4797);function l(t,e,r,i,c){if(!(this instanceof l))return new l(t,e,r,i,c);if(f(e)&&!e.instanceOfSchema&&(e=new a(e)),e=this.schema||e,!this.schema&&e.options._id&&void 0===(t=t||{})._id&&(t._id=new s),!e)throw new o.MissingSchemaError;for(var h in this.$__setSchema(e),n.call(this,t,r,i,c),u(this,e,{decorateDoc:!0}),e.methods)this[h]=e.methods[h];for(var p in e.statics)this[p]=e.statics[p]}l.prototype=Object.create(n.prototype),l.prototype.constructor=l,l.events=new i,l.$emitter=new i,["on","once","emit","listeners","removeListener","setMaxListeners","removeAllListeners","addListener"].forEach(function(t){l[t]=function(){return l.$emitter[t].apply(l.$emitter,arguments)}}),l.ValidationError=c,t.exports=l},8447:(t,e,r)=>{"use strict";function n(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=r(6148),a=r(6166),s=r(2176),c=r(8385),u=r(8471),f=r(2503),l=r(5132),h=r(1654),p=r(499),d=r(7352),y=r(4797),b=r(6504),m=r(335),v=["Polygon","MultiPolygon"];t.exports=function t(e,r,g,_){if(Array.isArray(r))throw Error("Query filter must be an object, got an array ",d.inspect(r));if(null==r)return r;null!=e&&null!=e.discriminators&&null!=r[e.options.discriminatorKey]&&(e=h(e,r[e.options.discriminatorKey])||e);var w,S,O,j,$,A,E=Object.keys(r),x=E.length;for(g=g||{};x--;)if(A=r[j=E[x]],"$or"===j||"$nor"===j||"$and"===j){if(!Array.isArray(A))throw new o("Array",A,j);for(var P=A.length-1;P>=0;P--){if(null==A[P]||"object"!==i(A[P]))throw new o("Object",A[P],j+"."+P);var k=Object.keys(A[P]).length,M=A[P][e.options.discriminatorKey];if(null==M)A[P]=t(e,A[P],g,_);else{var I=h(_.schema,M);A[P]=t(I||e,A[P],g,_)}0===Object.keys(A[P]).length&&0!==k&&A.splice(P,1)}0===A.length&&delete r[j]}else{if("$where"===j){if("string"!==($=i(A))&&"function"!==$)throw Error("Must have a string or function for $where");"function"===$&&(r[j]=A.toString());continue}if("$expr"===j){A=c(A,e);continue}if("$elemMatch"===j)A=t(e,A,g,_);else if("$text"===j)A=f(A,j);else if("$comment"!==j||e.paths.hasOwnProperty("$comment")){if(!e)continue;if(!(S=e.path(j)))for(var T=j.split("."),B=T.length;B--;){var R=T.slice(0,B).join("."),N=T.slice(B).join("."),D=e.path(R),L=D&&D.schema&&D.schema.options&&D.schema.options.discriminatorKey;if(null!=D&&null!=(D.schema&&D.schema.discriminators)&&null!=L&&N!==L){var C=l(r,R+"."+L),U=D.schema.discriminators;"string"==typeof C&&null!=U[C]?S=U[C].path(N):null!=C&&1===Object.keys(C).length&&Array.isArray(C.$in)&&1===C.$in.length&&"string"==typeof C.$in[0]&&null!=U[C.$in[0]]&&(S=U[C.$in[0]].path(N))}}if(S){if(null==A)continue;if(m.isPOJO(A)){if(Object.keys(A).some(p))for(var q=Object.keys(A),F=void 0,V=q.length;V--;)if(O=A[F=q[V]],"$elemMatch"===F)O&&null!=S&&null!=S.schema?t(S.schema,O,g,_):O&&null!=S&&S.$isMongooseArray&&(m.isPOJO(O)&&null!=O.$not?t(e,O,g,_):A[F]=S.castForQuery(F,O,_));else if("$not"===F){if(O&&S){if((w=Object.keys(O)).length&&p(w[0]))for(var z in O)O[z]=S.castForQuery(z,O[z],_);else A[F]=S.castForQuery(F,O,_);continue}}else A[F]=S.castForQuery(F,O,_);else r[j]=S.castForQuery(null,A,_)}else if(Array.isArray(A)&&-1===["Buffer","Array"].indexOf(S.instance)){var K,H=[],W=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return n(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(t,void 0):void 0}}(t))){r&&(t=r);var i=0,o=function(){};return{s:o,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}(A);try{for(W.s();!(K=W.n()).done;){var J=K.value;H.push(S.castForQuery(null,J,_))}}catch(t){W.e(t)}finally{W.f()}r[j]={$in:H}}else r[j]=S.castForQuery(null,A,_)}else{for(var G=j.split("."),Y=G.length,Q=void 0,X=void 0,Z=void 0;Y--&&(Q=G.slice(0,Y).join("."),!(S=e.path(Q))););if(S){if(S.caster&&S.caster.schema){(Z={})[X=G.slice(Y).join(".")]=A;var tt=t(S.caster.schema,Z,g,_)[X];void 0===tt?delete r[j]:r[j]=tt}else r[j]=A;continue}if(y(A)){var te="";if(A.$near?te="$near":A.$nearSphere?te="$nearSphere":A.$within?te="$within":A.$geoIntersects?te="$geoIntersects":A.$geoWithin&&(te="$geoWithin"),te){var tr=new s.Number("__QueryCasting__"),tn=A[te];if(null!=A.$maxDistance&&(A.$maxDistance=tr.castForQuery(null,A.$maxDistance,_)),null!=A.$minDistance&&(A.$minDistance=tr.castForQuery(null,A.$minDistance,_)),"$within"===te){var ti=tn.$center||tn.$centerSphere||tn.$box||tn.$polygon;if(!ti)throw Error("Bad $within parameter: "+JSON.stringify(A));tn=ti}else if("$near"===te&&"string"==typeof tn.type&&Array.isArray(tn.coordinates))tn=tn.coordinates;else if(("$near"===te||"$nearSphere"===te||"$geoIntersects"===te)&&tn.$geometry&&"string"==typeof tn.$geometry.type&&Array.isArray(tn.$geometry.coordinates))null!=tn.$maxDistance&&(tn.$maxDistance=tr.castForQuery(null,tn.$maxDistance,_)),null!=tn.$minDistance&&(tn.$minDistance=tr.castForQuery(null,tn.$minDistance,_)),b(tn.$geometry)&&(tn.$geometry=tn.$geometry.toObject({transform:!1,virtuals:!1})),tn=tn.$geometry.coordinates;else if("$geoWithin"===te){if(tn.$geometry){b(tn.$geometry)&&(tn.$geometry=tn.$geometry.toObject({virtuals:!1}));var to=tn.$geometry.type;if(-1===v.indexOf(to))throw Error('Invalid geoJSON type for $geoWithin "'+to+'", must be "Polygon" or "MultiPolygon"');tn=tn.$geometry.coordinates}else b(tn=tn.$box||tn.$polygon||tn.$center||tn.$centerSphere)&&(tn=tn.toObject({virtuals:!1}))}!function t(e,r,n){if(Array.isArray(e))e.forEach(function(i,o){if(Array.isArray(i)||y(i))return t(i,r,n);e[o]=r.castForQuery(null,i,n)});else for(var i=Object.keys(e),o=i.length;o--;){var a=i[o],s=e[a];Array.isArray(s)||y(s)?(t(s,r,n),e[a]=s):e[a]=r.castForQuery({val:s,context:n})}}(tn,tr,_);continue}}if(e.nested[j])continue;var ta="strict"in g?g.strict:e.options.strict,ts=function(t,e,r,n){if("strictQuery"in t)return t.strictQuery;if("strictQuery"in e)return e.strictQuery;var i=n&&n.mongooseCollection&&n.mongooseCollection.conn&&n.mongooseCollection.conn.base&&n.mongooseCollection.conn.base.options;return i&&"strictQuery"in i?i.strictQuery:r.strictQuery}(g,e._userProvidedOptions,e.options,_);if(g.upsert&&ta){if("throw"===ta)throw new a(j);throw new a(j,'Path "'+j+'" is not in schema, strict mode is `true`, and upsert is `true`.')}if("throw"===ts)throw new a(j,'Path "'+j+"\" is not in schema and strictQuery is 'throw'.");ts&&delete r[j]}}else A=u(A,j),r[j]=A}return r}},6237:(t,e,r)=>{"use strict";var n=r(2402),i=r(3633).Long;t.exports=function(t){return null==t?t:""===t?null:"bigint"==typeof t?t:t instanceof i?t.toBigInt():"string"==typeof t||"number"==typeof t?BigInt(t):void n.ok(!1)}},7092:(t,e,r)=>{"use strict";var n=r(6148);t.exports=function(e,r){if(t.exports.convertToTrue.has(e))return!0;if(t.exports.convertToFalse.has(e))return!1;if(null==e)return e;throw new n("boolean",e,r)},t.exports.convertToTrue=new Set([!0,"true",1,"1","yes"]),t.exports.convertToFalse=new Set([!1,"false",0,"0","no"])},9973:(t,e,r)=>{"use strict";var n=r(2402);t.exports=function(t){var e;return null==t||""===t?null:t instanceof Date?(n.ok(!isNaN(t.valueOf())),t):(n.ok("boolean"!=typeof t),isNaN((e=new Date(t instanceof Number||"number"==typeof t?t:"string"==typeof t&&!isNaN(Number(t))&&(Number(t)>=275761||-271820>Number(t))?Number(t):"function"==typeof t.valueOf?t.valueOf():t)).valueOf())?void n.ok(!1):e)}},3854:(t,e,r)=>{"use strict";var n=r(5832).Buffer;function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=r(9394),a=r(2402);t.exports=function(t){return null==t?t:"object"===i(t)&&"string"==typeof t.$numberDecimal?o.fromString(t.$numberDecimal):t instanceof o?t:"string"==typeof t?o.fromString(t):"function"==typeof n&&n.isBuffer(t)||"function"==typeof Uint8Array&&t instanceof Uint8Array?new o(t):"number"==typeof t?o.fromString(String(t)):"function"==typeof t.valueOf&&"string"==typeof t.valueOf()?o.fromString(t.valueOf()):void a.ok(!1)}},247:(t,e,r)=>{"use strict";var n=r(2402);t.exports=function(t){return null==t?t:""===t?null:("string"!=typeof t&&"boolean"!=typeof t||(t=Number(t)),n.ok(!isNaN(t)),t instanceof Number?t.valueOf():"number"==typeof t?t:Array.isArray(t)||"function"!=typeof t.valueOf?t.toString&&!Array.isArray(t)&&t.toString()==Number(t)?Number(t):void n.ok(!1):Number(t.valueOf()))}},8092:(t,e,r)=>{"use strict";var n=r(2128),i=r(6704);t.exports=function(t){if(null==t||n(t,"ObjectId"))return t;if(t._id){if(n(t._id,"ObjectId"))return t._id;if(t._id.toString instanceof Function)return new i(t._id.toString())}return new i(t.toString instanceof Function?t.toString():t)}},8471:(t,e,r)=>{"use strict";var n=r(6148);t.exports=function(t,e){if(null==t)return t;if(t._id&&"string"==typeof t._id)return t._id;if(t.toString&&t.toString!==Object.prototype.toString&&!Array.isArray(t))return t.toString();throw new n("string",t,e)}},991:(t,e)=>{"use strict";var r=Object.freeze(["countDocuments","distinct","estimatedDocumentCount","find","findOne","findOneAndReplace","findOneAndUpdate","replaceOne","updateMany","updateOne","deleteMany","deleteOne","findOneAndDelete"]).concat(["validate"]);e.Ut=r},3293:(t,e,r)=>{"use strict";var n,i,o=r(5832).Buffer;function a(t){return function(t){if(Array.isArray(t))return y(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||d(t)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(){s=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,i=Object.defineProperty||function(t,e,r){t[e]=r.value},o="function"==typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function f(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{f({},"")}catch(t){f=function(t,e,r){return t[e]=r}}function l(e,r,n,o){var a,s,c=Object.create((r&&r.prototype instanceof v?r:v).prototype);return i(c,"_invoke",{value:(a=new P(o||[]),s=p,function(r,i){if(s===d)throw Error("Generator is already running");if(s===y){if("throw"===r)throw i;return{value:t,done:!0}}for(a.method=r,a.arg=i;;){var o=a.delegate;if(o){var c=function e(r,n){var i=n.method,o=r.iterator[i];if(o===t)return n.delegate=null,"throw"===i&&r.iterator.return&&(n.method="return",n.arg=t,e(r,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=TypeError("The iterator does not provide a '"+i+"' method")),m;var a=h(o,r.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,m;var s=a.arg;return s?s.done?(n[r.resultName]=s.value,n.next=r.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,m):s:(n.method="throw",n.arg=TypeError("iterator result is not an object"),n.delegate=null,m)}(o,a);if(c){if(c===m)continue;return c}}if("next"===a.method)a.sent=a._sent=a.arg;else if("throw"===a.method){if(s===p)throw s=y,a.arg;a.dispatchException(a.arg)}else"return"===a.method&&a.abrupt("return",a.arg);s=d;var u=h(e,n,a);if("normal"===u.type){if(s=a.done?y:"suspendedYield",u.arg===m)continue;return{value:u.arg,done:a.done}}"throw"===u.type&&(s=y,a.method="throw",a.arg=u.arg)}})}),c}function h(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=l;var p="suspendedStart",d="executing",y="completed",m={};function v(){}function g(){}function _(){}var w={};f(w,a,function(){return this});var S=Object.getPrototypeOf,O=S&&S(S(k([])));O&&O!==r&&n.call(O,a)&&(w=O);var j=_.prototype=v.prototype=Object.create(w);function $(t){["next","throw","return"].forEach(function(e){f(t,e,function(t){return this._invoke(e,t)})})}function A(t,e){var r;i(this,"_invoke",{value:function(i,o){function a(){return new e(function(r,a){!function r(i,o,a,s){var c=h(t[i],t,o);if("throw"!==c.type){var u=c.arg,f=u.value;return f&&"object"==b(f)&&n.call(f,"__await")?e.resolve(f.__await).then(function(t){r("next",t,a,s)},function(t){r("throw",t,a,s)}):e.resolve(f).then(function(t){u.value=t,a(u)},function(t){return r("throw",t,a,s)})}s(c.arg)}(i,o,r,a)})}return r=r?r.then(a,a):a()}})}function E(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function P(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function k(e){if(e||""===e){var r=e[a];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,o=function r(){for(;++i<e.length;)if(n.call(e,i))return r.value=e[i],r.done=!1,r;return r.value=t,r.done=!0,r};return o.next=o}}throw TypeError(b(e)+" is not iterable")}return g.prototype=_,i(j,"constructor",{value:_,configurable:!0}),i(_,"constructor",{value:g,configurable:!0}),g.displayName=f(_,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,_):(t.__proto__=_,f(t,u,"GeneratorFunction")),t.prototype=Object.create(j),t},e.awrap=function(t){return{__await:t}},$(A.prototype),f(A.prototype,c,function(){return this}),e.AsyncIterator=A,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var a=new A(l(t,r,n,i),o);return e.isGeneratorFunction(r)?a:a.next().then(function(t){return t.done?t.value:a.next()})},$(j),f(j,u,"Generator"),f(j,a,function(){return this}),f(j,"toString",function(){return"[object Generator]"}),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=k,P.prototype={constructor:P,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(x),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function i(n,i){return s.type="throw",s.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var c=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),x(r),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;x(r)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:k(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),m}},e}function c(t,e,r,n,i,o,a){try{var s=t[o](a),c=s.value}catch(t){return void r(t)}s.done?e(c):Promise.resolve(c).then(n,i)}function u(t){return function(){var e=this,r=arguments;return new Promise(function(n,i){var o=t.apply(e,r);function a(t){c(o,n,i,a,s,"next",t)}function s(t){c(o,n,i,a,s,"throw",t)}a(void 0)})}}function f(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function l(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?f(Object(r),!0).forEach(function(e){h(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):f(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function h(t,e,r){var n;return(n=function(t){if("object"!=b(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=b(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==b(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function p(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=d(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return a=t.done,t},e:function(t){s=!0,o=t},f:function(){try{a||null==r.return||r.return()}finally{if(s)throw o}}}}function d(t,e){if(t){if("string"==typeof t)return y(t,e);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?y(t,e):void 0}}function y(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function b(t){return(b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var m,v,g,_=r(6432),w=r(3550).EventEmitter,S=r(641),O=r(9820),j=r(9507),$=r(1895),A=r(7283),E=r(2260),x=r(1857),P=r(3810),k=r(9703),M=r(6166),I=r(5368),T=r(8393),B=r(8279),R=r(6690),N=r(8208),D=r(1829),L=r(9725).w,C=r(9725).X,U=r(5575),q=r(9563).B,F=r(8239),V=r(4051),z=r(8825),K=r(8145),H=r(3933),W=r(2128),J=r(6239),G=r(1384),Y=r(2243),Q=r(7352).inspect,X=r(3920)._,Z=r(1096),tt=r(6470),te=r(5678),tr=r(4094),tn=r(2205),ti=r(335),to=r(3165),ta=ti.deepEqual,ts=ti.isMongooseObject,tc=r(5625).arrayAtomicsBackupSymbol,tu=r(5625).arrayAtomicsSymbol,tf=r(5625).documentArrayParent,tl=r(5625).documentIsModified,th=r(5625).documentModifiedPaths,tp=r(5625).documentSchemaSymbol,td=r(5625).getSymbol,ty=r(5625).populateModelSymbol,tb=r(5625).scopeSymbol,tm=r(3089).schemaMixedSymbol,tv=r(2609),tg=r(5625).sessionNewDocuments,t_=ti.specialProperties;function tw(t,e,r,n){if("object"===b(r)&&null!=r&&(r=(n=r).skipId),n=Object.assign({},n),null==this.$__schema){var i=ti.isObject(e)&&!e.instanceOfSchema?new k(e):e;this.$__setSchema(i),e=r,r=n,n=arguments[4]||{}}if(this.$__=new S,null!=n.isNew&&!0!==n.isNew&&(this.$isNew=n.isNew),null!=n.priorDoc&&(this.$__.priorDoc=n.priorDoc),r&&(this.$__.skipId=r),null!=t&&"object"!==b(t))throw new x(t,"obj","Document");var o=!0;void 0!==n.defaults&&(this.$__.defaults=n.defaults,o=n.defaults);var a=this.$__schema;"boolean"==typeof e||"throw"===e?(!0!==e&&(this.$__.strictMode=e),e=void 0):!0!==a.options.strict&&(this.$__.strictMode=a.options.strict);var s,c=p(a.requiredPaths(!0));try{for(c.s();!(s=c.n()).done;){var u=s.value;this.$__.activePaths.require(u)}}catch(t){c.e(t)}finally{c.f()}var f=null;ti.isPOJO(e)&&Object.keys(e).length>0&&(f=G(e),this.$__.selected=e,this.$__.exclude=f);var l=!1===f&&e?B(e):null;if(null==this._doc&&(this.$__buildDoc(t,e,r,f,l,!1),o&&R(this,e,f,l,!0,null,{skipParentChangeTracking:!0})),t&&(this.$__original_set?this.$__original_set(t,void 0,!0,n):this.$set(t,void 0,!0,n),t instanceof tw&&(this.$isNew=t.$isNew)),n.willInit&&o?n.skipDefaults&&(this.$__.skipDefaults=n.skipDefaults):o&&R(this,e,f,l,!1,n.skipDefaults),!this.$__.strictMode&&t){var h=this;Object.keys(this._doc).forEach(function(t){t in a.tree||t in a.methods||t in a.virtuals||t.startsWith("$")||C({prop:t,subprops:null,prototype:h})})}!function(t){var e=t.$__schema&&t.$__schema.callQueue;if(e.length){var r,n=p(e);try{for(n.s();!(r=n.n()).done;){var i=r.value;"pre"!==i[0]&&"post"!==i[0]&&"on"!==i[0]&&t[i[0]].apply(t,i[1])}}catch(t){n.e(t)}finally{n.f()}}}(this)}for(var tS in tw.prototype.$isMongooseDocumentPrototype=!0,Object.defineProperty(tw.prototype,"isNew",{get:function(){return this.$isNew},set:function(t){this.$isNew=t}}),Object.defineProperty(tw.prototype,"errors",{get:function(){return this.$errors},set:function(t){this.$errors=t}}),tw.prototype.$isNew=!0,ti.each(["on","once","emit","listeners","removeListener","setMaxListeners","removeAllListeners","addListener"],function(t){tw.prototype[t]=function(){if(!this.$__.emitter){if("emit"===t)return;this.$__.emitter=new w,this.$__.emitter.setMaxListeners(0)}return this.$__.emitter[t].apply(this.$__.emitter,arguments)},tw.prototype["$".concat(t)]=tw.prototype[t]}),tw.prototype.constructor=tw,w.prototype)tw[tS]=w.prototype[tS];function tO(t,e,r,n){var i={};!function(t){var e=Object.keys(t.$__.activePaths.getStatePaths("require")),r=0,n=e.length;for(r=0;r<n;++r){var i=e[r],o=t.$__schema.path(i);if(null!=o&&"function"==typeof o.originalRequiredValue){t.$__.cachedRequired=t.$__.cachedRequired||{};try{t.$__.cachedRequired[i]=o.originalRequiredValue.call(t,t)}catch(e){t.invalidate(i,e)}}}}(t);var o=new Set(Object.keys(t.$__.activePaths.getStatePaths("require")).filter(function(e){return!(!t.$__isSelected(e)&&!t.$isModified(e))&&(null==t.$__.cachedRequired||!(e in t.$__.cachedRequired)||t.$__.cachedRequired[e])}));function a(t){o.add(t)}if(Object.keys(t.$__.activePaths.getStatePaths("init")).forEach(a),Object.keys(t.$__.activePaths.getStatePaths("modify")).forEach(a),Object.keys(t.$__.activePaths.getStatePaths("default")).forEach(a),!n){var s,c=t.$getAllSubdocs(),u=t.modifiedPaths(),f=p(c);try{for(f.s();!(s=f.n()).done;){var l=s.value;if(l.$basePath){var h,d=l.$isSingleNested?l.$__pathRelativeToParent():l.$__fullPathWithIndexes(),y=p(l.modifiedPaths());try{for(y.s();!(h=y.n()).done;){var b=h.value;o.delete(d+"."+b)}}catch(t){y.e(t)}finally{y.f()}!t.$isModified(d,null,u)||t.$__.activePaths.getStatePaths("modify").hasOwnProperty(d)||t.$isDefault(d)||(o.add(d),null==t.$__.pathsToScopes&&(t.$__.pathsToScopes={}),t.$__.pathsToScopes[d]=l.$isDocumentArrayElement?l.__parentArray:l.$parent(),i[d]={skipSchemaValidators:!0},l.$isDocumentArrayElement&&null!=l.__index&&(i[d].index=l.__index))}}}catch(t){f.e(t)}finally{f.f()}}var m,v=p(o);try{for(v.s();!(m=v.n()).done;){var g=m.value,_=t.$__schema.path(g);if(_){if(_.$isMongooseDocumentArray){var w,S=p(o);try{for(S.s();!(w=S.n()).done;){var O=w.value;(null==O||O.startsWith(_.path+"."))&&o.delete(O)}}catch(t){S.e(t)}finally{S.f()}}(_.caster||0!==_.validators.length||_.$parentSchemaDocArray)&&(!_.$isMongooseArray||_.$isMongooseDocumentArray||_.$embeddedSchemaType.$isMongooseArray||0!==_.validators.length||0!==_.$embeddedSchemaType.validators.length)||o.delete(g)}}}catch(t){v.e(t)}finally{v.f()}Array.isArray(e)?o=function(t,e){var r,n=new Set(e),i=new Map([]),o=p(e);try{for(o.s();!(r=o.n()).done;){var a=r.value;if(-1!==a.indexOf("."))for(var s=a.split("."),c=s[0],u=1;u<s.length;++u)i.set(c,a),c=c+"."+s[u]}}catch(t){o.e(t)}finally{o.f()}var f,l=new Set,h=p(t);try{for(h.s();!(f=h.n()).done;){var d=f.value;n.has(d)?l.add(d):i.has(d)&&l.add(i.get(d))}}catch(t){h.e(t)}finally{h.f()}return l}(o,e):Array.isArray(r)&&(j=o,$=new Set($=r),o=new Set(j=Array.from(j).filter(function(t){return!$.has(t)}))),function(t,e){var r,n=p(e);try{for(n.s();!(r=n.n()).done;){var i=r.value,o=t.$__schema.path(i);o&&o.$isMongooseArray&&(Array.isArray(o)||!o.$isMongooseDocumentArray||o&&o.schemaOptions&&o.schemaOptions.required)&&(!o.$isMongooseArray||o.$isMongooseDocumentArray||o.$embeddedSchemaType.$isMongooseArray||0!==o.$embeddedSchemaType.validators.length)&&tj(t.$__getValue(i),e,i)}}catch(t){n.e(t)}finally{n.f()}}(t,o);var j,$,A,E={skipArrays:!0},x=p(o);try{for(x.s();!(A=x.n()).done;){var P=A.value;if(t.$__schema.nested[P]){var k=t.$__getValue(P);ts(k)&&(k=k.toObject({transform:!1}));var M=q(k,P,E,t.$__schema);Object.keys(M).filter(function(e){return!t.$__schema.singleNestedPaths.hasOwnProperty(e)}).forEach(a)}}}catch(t){x.e(t)}finally{x.f()}var I,T=p(o);try{for(T.s();!(I=T.n()).done;){var B=I.value,R=t.$__schema.path(B);if(R&&(R.$parentSchemaDocArray&&"string"==typeof R.$parentSchemaDocArray.path&&o.add(R.$parentSchemaDocArray.path),R.$isSchemaMap)){var N=t.$__getValue(B);if(null!=N){var D,L=p(N.keys());try{for(L.s();!(D=L.n()).done;){var C=D.value;o.add(B+"."+C)}}catch(t){L.e(t)}finally{L.f()}}}}}catch(t){T.e(t)}finally{T.f()}return[o=Array.from(o),i]}function tj(t,e,r){if(null!=t)for(var n=t.length,i=0;i<n;++i)Array.isArray(t[i])?tj(t[i],e,r+"."+i):e.add(r+"."+i)}function t$(t,e,r,n){var i,o,a,s=t.$__schema,c=s.virtuals,u=Object.keys(c),f=u.length,l=f,h=t._doc,p="boolean"!=typeof(n&&n.aliases)||n.aliases,d=null;if(Array.isArray((r=r||{}).virtuals))d=new Set(r.virtuals);else if(r.virtuals&&r.virtuals.pathsToSkip){d=new Set(u);for(var y=0;y<r.virtuals.pathsToSkip.length;y++)d.has(r.virtuals.pathsToSkip[y])&&d.delete(r.virtuals.pathsToSkip[y])}if(!h)return e;for(f=0;f<l;++f)if(i=u[f],(null==d||d.has(i))&&(p||!s.aliases.hasOwnProperty(i))){if(o=i,null!=r.path){if(!i.startsWith(r.path+"."))continue;o=i.substring(r.path.length+1)}if(-1!==o.indexOf(".")||o!==i){var b=o.split(".");if(void 0!==(a=D(t.get(i),r))){var m=b.length;h=e;for(var v=0;v<m-1;++v)h[b[v]]=h[b[v]]||{},h=h[b[v]];h[b[m-1]]=a}}else{if(void 0===(a=c[i].applyGetters(void 0,t)))continue;a=D(a,r),e[o]=a}}return e}function tA(t,e){if(to(e))throw Error("`transform` function must be synchronous, but the transform on path `"+t+"` returned a promise.")}function tE(t,e,r,n,i,o){var a,s;if(o||(o="$set"),r[o]||(r[o]={}),r[o][n.path]=i,!1!==t.$__schema.options.versionKey&&(a=n.path,!(s=t.$__schema.options.skipVersioning)||!s[a=a.replace(/\.\d+\./,".")])&&3&~t.$__.version&&!t.$__schema.options.optimisticConcurrency){switch(o){case"$set":case"$unset":case"$pop":case"$pull":case"$pullAll":case"$push":case"$addToSet":case"$inc":break;default:return}"$push"===o||"$addToSet"===o||"$pullAll"===o||"$pull"===o?/\.\d+\.|\.\d+$/.test(n.path)?t.$__.version=3:t.$__.version=2:/^\$p/.test(o)||Array.isArray(i)?t.$__.version=3:/\.\d+\.|\.\d+$/.test(n.path)&&(t.$__.version=1)}}tw.prototype.$__schema,tw.prototype.schema,Object.defineProperty(tw.prototype,"$locals",{configurable:!1,enumerable:!1,get:function(){return null==this.$__.locals&&(this.$__.locals={}),this.$__.locals},set:function(t){this.$__.locals=t}}),tw.prototype.isNew,Object.defineProperty(tw.prototype,"$where",{configurable:!1,enumerable:!1,writable:!0}),tw.prototype.id,tw.prototype.$errors,Object.defineProperty(tw.prototype,"$op",{get:function(){return this.$__.op||null},set:function(t){this.$__.op=t}}),tw.prototype.$__buildDoc=function(t,e,r,n,i){for(var o={},a=Object.keys(this.$__schema.paths).filter(function(t){return!t.includes("$*")}),s=a.length,c=0;c<s;++c){var u=a[c];if("_id"!==u||!r&&(!t||!("_id"in t)))for(var f=this.$__schema.paths[u].splitPath(),l=f.length,h=l-1,p="",d=o,y=!1,b=0;b<l;++b){var m=f[b];if(p.length?p+="."+m:p=m,!0===n){if(p in e)break}else if(!1===n&&e&&!y){if(p in e)y=!0;else if(!i[p])break}b<h&&(d=d[m]||(d[m]={}))}}this._doc=o},tw.prototype.toBSON=function(){return this.toObject(X)},tw.prototype.init=function(t,e,r){return"function"==typeof e&&(r=e,e=null),this.$__init(t,e),r&&r(null,this),this},tw.prototype.$init=function(){return this.constructor.prototype.init.apply(this,arguments)},tw.prototype.$__init=function(t,e){if(this.$isNew=!1,e=e||{},null!=t._id&&e.populated&&e.populated.length){var r,n=String(t._id),i=p(e.populated);try{for(i.s();!(r=i.n()).done;){var o=r.value;if(o.isVirtual?this.$populated(o.path,ti.getValue(o.path,t),o):this.$populated(o.path,o._docs[n],o),null!=o._childDocs){var a,s=p(o._childDocs);try{for(s.s();!(a=s.n()).done;){var c=a.value;null!=c&&null!=c.$__&&(c.$__.parent=this)}}catch(t){s.e(t)}finally{s.f()}o._childDocs=[]}}}catch(t){i.e(t)}finally{i.f()}}(function t(e,r,n,i,o){o=o||"",null!=r.$__&&(r=r._doc);for(var a,s,c,u=Object.keys(r),f=u.length,l=0,h=e.$__.strictMode,p=e.$__schema;l<f;)(function(f){if("__proto__"!==(c=u[f])&&"constructor"!==c&&(s=o?o+c:c,a=p.path(s),!p.$isRootDiscriminator||e.$__isSelected(s))){var l=r[c];if(!a&&ti.isPOJO(l))n[c]||(n[c]={},h||c in p.tree||c in p.methods||c in p.virtuals||(e[c]=n[c])),t(e,l,n[c],i,s+".");else if(a){if(n.hasOwnProperty(c)&&void 0!==l&&!i.hydratedPopulatedDocs&&delete n[c],null===l)n[c]=a._castNullish(null);else if(void 0!==l){var d=null==l.$__?null:l.$__.wasPopulated;if(!a||d||i.hydratedPopulatedDocs)n[c]=l;else try{i&&i.setters?n[c]=a.applySetters(l,e,!1):n[c]=a.cast(l,e,!0)}catch(t){e.invalidate(t.path,new T({path:t.path,message:t.message,type:"cast",value:t.value,reason:t}))}}e.$isModified(s)||e.$__.activePaths.init(s)}else n[c]=l,h||o||(e[c]=l)}})(l++)})(this,t,this._doc,e),Z(this,e.populated),this.$emit("init",this),this.constructor.emit("init",this);var u=!1===this.$__.exclude&&this.$__.selected?B(this.$__.selected):null;return R(this,this.$__.selected,this.$__.exclude,u,!1,this.$__.skipDefaults),this},tw.prototype.updateOne=function(t,e,r){var n=this.constructor.updateOne({_id:this._doc._id},t,e),i=this;return n.pre(function(t){i.constructor._middleware.execPre("updateOne",i,[i],t)}),n.post(function(t){i.constructor._middleware.execPost("updateOne",i,[i],{},t)}),null!=this.$session()&&("session"in n.options||(n.options.session=this.$session())),null!=r?n.exec(r):n},tw.prototype.replaceOne=function(){var t=Array.prototype.slice.call(arguments);return t.unshift({_id:this._doc._id}),this.constructor.replaceOne.apply(this.constructor,t)},tw.prototype.$session=function(t){if(0==arguments.length)return null!=this.$__.session&&this.$__.session.hasEnded?(this.$__.session=null,null):this.$__.session;if(null!=t&&t.hasEnded)throw new j("Cannot set a document's session to a session that has ended. Make sure you haven't called `endSession()` on the session you are passing to `$session()`.");if(null!=t||null!=this.$__.session){if(this.$__.session=t,!this.$isSubdocument){var e,r=p(this.$getAllSubdocs());try{for(r.s();!(e=r.n()).done;)e.value.$session(t)}catch(t){r.e(t)}finally{r.f()}}return t}},tw.prototype.$timestamps=function(t){return 0==arguments.length?null!=this.$__.timestamps?this.$__.timestamps:this.$__schema?this.$__schema.options.timestamps:void 0:(t!==this.$timestamps()&&(this.$__.timestamps=t),this)},tw.prototype.overwrite=function(t){for(var e=0,r=Array.from(new Set(Object.keys(this._doc).concat(Object.keys(t))));e<r.length;e++){var n=r[e];"_id"!==n&&(this.$__schema.options.versionKey&&n===this.$__schema.options.versionKey||this.$__schema.options.discriminatorKey&&n===this.$__schema.options.discriminatorKey||this.$set(n,t[n]))}return this},tw.prototype.$set=function(t,e,r,n){var i=this;ti.isPOJO(r)&&(n=r,r=void 0);var o,a,s,c,u=n&&n.merge,f=r&&!0!==r,d=!0===r,y=0,m=n&&"strict"in n,v=m?n.strict:this.$__.strictMode;if(f&&((this.$__.adhocPaths||(this.$__.adhocPaths={}))[t]=this.$__schema.interpretAsType(t,r,this.$__schema.options)),null==t){var g=[e,t];t=g[0],e=g[1]}else if("string"!=typeof t){if(t instanceof tw&&(t=t.$__isNested?t.toObject():t.$__schema===this.$__schema?t$(t,l({},t._doc)):t._doc),null==t){var _=[e,t];t=_[0],e=_[1]}c=e?e+".":"";var w=(o=V(this.$__schema,t)).length,S=n&&n._skipMinimizeTopLevel||!1;if(0===w&&S)return delete n._skipMinimizeTopLevel,e&&this.$set(e,{}),this;n=Object.assign({},n,{_skipMinimizeTopLevel:!1});for(var O=0;O<w;++O){s=o[O];var A=c?c+s:s;a=this.$__schema.pathType(A);var x=t[s];if(!0!==r||c||null==x||"nested"!==a||null==this._doc[s]||delete this._doc[s],ti.isNonBuiltinObject(x)&&"nested"===a)this.$set(A,x,d,Object.assign({},n,{_skipMarkModified:!0})),function(t,e,r){if(null!=t)for(var n=Object.keys(r.$__schema.paths),i=n.length,o=-1===e.indexOf(".")?[e]:e.split("."),a=0;a<i;++a){var s="",c=n[a];if(c.startsWith(e+".")){var u=r.$__schema.paths[c],f=u.splitPath().slice(o.length),l=f.length;if(void 0!==u.defaultValue)for(var h=t,p=0;p<l&&null!=h;++p){var d=f[p];if(p===l-1){if(void 0!==h[d])break;try{var y=u.getDefault(r,!1);void 0!==y&&(h[d]=y)}catch(t){r.invalidate(e+"."+s,t)}break}s+=(s.length?".":"")+d,h[d]=h[d]||{},h=h[d]}}}}(this.$get(A),A,this);else if(v){if(d&&void 0===x&&void 0!==this.$get(A))continue;if("adhocOrUndefined"===a&&(a=F(this,A,{typeOnly:!0})),"real"===a||"virtual"===a)this.$set(A,x,d,n);else if("nested"===a&&x instanceof tw)this.$set(A,x.toObject({transform:!1}),d,n);else{if("throw"===v)throw"nested"===a?new E(s,x):new M(s);"nested"===a&&null==x&&this.$set(A,x,d,n)}}else void 0!==x&&this.$set(A,x,d,n)}for(var P={},k=Object.keys(this.$__schema.tree),I=0,T=k.length;I<T;++I)(s=k[I])&&this._doc.hasOwnProperty(s)&&(P[s]=void 0);return this._doc=Object.assign(P,this._doc),this}var B=this.$__schema.pathType(t),R=null;if("adhocOrUndefined"===B&&(B=F(this,R=-1===t.indexOf(".")?[t]:t.split("."),{typeOnly:!0})),"adhocOrUndefined"===B&&!m){null==R&&(R=-1===t.indexOf(".")?[t]:t.split("."));var D=z(this.$__schema,R);void 0!==D&&(v=D)}e=K(e,!0);var L,C=null!=i.$__.priorDoc?i.$__.priorDoc.$__getValue(t):d?void 0:i.$__getValue(t);if("nested"===B&&e){if("object"===b(e)&&null!=e){if(null!=e.$__&&(e=e.toObject(X)),null==e)return this.invalidate(t,new j.CastError("Object",e,t)),this;var U=this.$isModified(t),q=null!=this.$__.savedState&&this.$__.savedState.hasOwnProperty(t);if(null!=this.$__.savedState&&!this.$isNew&&!this.$__.savedState.hasOwnProperty(t)){var H=this.$__getValue(t);this.$__.savedState[t]=H;for(var W=0,J=Object.keys(H||{});W<J.length;W++){var G=J[W];this.$__.savedState[t+"."+G]=H[G]}}if(u)return this.$set(e,t,d,n);this.$__setValue(t,null),N(this,t);var Y=V(this.$__schema,e,t);this.$__setValue(t,{});var Q,Z=p(Y);try{for(Z.s();!(Q=Z.n()).done;){var tt=Q.value;this.$set(t+"."+tt,e[tt],d,l(l({},n),{},{_skipMarkModified:!0}))}}catch(t){Z.e(t)}finally{Z.f()}return null!=C&&(!U||q)&&ti.deepEqual(q?this.$__.savedState[t]:C,e)?this.unmarkModified(t):this.markModified(t),this}return this.invalidate(t,new j.CastError("Object",e,t)),this}if(null==R&&(R=-1===t.indexOf(".")?[t]:t.split(".")),"string"==typeof this.$__schema.aliases[R[0]]&&(R[0]=this.$__schema.aliases[R[0]]),"adhocOrUndefined"===B&&v){for(y=0;y<R.length;++y){var tr=R.slice(0,y+1).join(".");if(y+1<R.length&&"virtual"===this.$__schema.pathType(tr))return te.set(t,e,this),this;if(null!=(L=this.$__schema.path(tr))){if(L instanceof $){tn=!0;break}if(L.$isSchemaMap&&L.$__schemaType instanceof $&&y<R.length-1){tn=!0,L=L.$__schemaType;break}}}if(null==L&&(L=F(this,t)),!tn&&!L){if("throw"===v)throw new M(t);return this}}else{if("virtual"===B)return(L=this.$__schema.virtualpath(t)).applySetters(e,this),this;L=this.$__path(t)}var tn,to,ta=this._doc,ts="";for(y=0;y<R.length-1;++y)ta=ta[R[y]],ts+=(0!==ts.length?".":"")+R[y],ta||(this.$set(ts,{}),this.$__isSelected(ts)||this.unmarkModified(ts),ta=this.$__getValue(ts));if(R.length<=1)to=t;else{var tc=R.length;for(y=0;y<tc;++y){var tu=R.slice(0,y+1).join(".");if(null===this.$get(tu,null,{getters:!1})){to=tu;break}}to||(to=t)}if(!L)return this.$__set(to,t,n,d,R,L,e,C),"nested"===B&&null==e&&N(this,t),this;if((L.$isSingleNested||L.$isMongooseArray)&&function(t,e){if(t.$__.validationError){for(var r=0,n=Object.keys(t.$__.validationError.errors);r<n.length;r++){var i=n[r];i.startsWith(e+".")&&delete t.$__.validationError.errors[i]}0===Object.keys(t.$__.validationError.errors).length&&(t.$__.validationError=null)}}(this,t),null!=e&&u&&L.$isSingleNested){e instanceof tw&&(e=e.toObject({virtuals:!1,transform:!1}));for(var tf=0,tl=Object.keys(e);tf<tl.length;tf++){var th=tl[tf];this.$set(t+"."+th,e[th],d,n)}return this}var tp=!0;try{var td,tb=function(){if(null==L.options||!(e instanceof tw))return!1;var t=e.constructor,r=L.options.ref;if(null!=r&&(r===t.modelName||r===t.baseModelName))return!0;var n=L.options.refPath;if(null==n)return!1;var i=e.get(n);return i===t.modelName||i===t.baseModelName}(),tm=!1;if(tb&&e instanceof tw&&(!e.$__.wasPopulated||ti.deepEqual(e.$__.wasPopulated.value,e._doc._id))){var t_=L&&L.$isSingleNested?L.cast(e,this):e._doc._id;this.$populated(t,t_,h({},ty,e.constructor)),e.$__.wasPopulated={value:t_},tm=!0}var tS=this.$__schema.options.typeKey;if(L.options&&Array.isArray(L.options[tS])&&L.options[tS].length&&L.options[tS][0]&&L.options[tS][0].ref&&function(t,e){if(!Array.isArray(t)||0===t.length)return!1;var r,n=p(t);try{for(n.s();!(r=n.n()).done;){var i=r.value;if(!(i instanceof tw)||null==i.constructor.modelName||i.constructor.modelName!=e&&i.constructor.baseModelName!=e)return!1}}catch(t){n.e(t)}finally{n.f()}return!0}(e,L.options[tS][0].ref)){td=h({},ty,e[0].constructor),this.$populated(t,e.map(function(t){return t._doc._id}),td);var tO,tj=p(e);try{for(tj.s();!(tO=tj.n()).done;){var tA=tO.value;tA.$__.wasPopulated={value:tA._doc._id}}}catch(t){tj.e(t)}finally{tj.f()}tm=!0}if(!tb||!L.$isSingleNested||!e.$__){var tE=this;null!=this.$__schema.singleNestedPaths[t]&&R.length>1&&(tE=tv(this,R,this.schema)),e=null!=n&&n.overwriteImmutable?L.applySetters(e,tE,!1,C,{overwriteImmutable:!0}):L.applySetters(e,tE,!1,C)}if(Array.isArray(e)&&!Array.isArray(L)&&L.$isMongooseDocumentArray&&0!==e.length&&null!=e[0]&&null!=e[0].$__&&null!=e[0].$__.populated){for(var tx=Object.keys(e[0].$__.populated),tP=0;tP<tx.length;tP++)(function(){var r=tx[tP];i.$populated(t+"."+r,e.map(function(t){return t.$populated(r)}),e[0].$__.populated[r].options)})();tm=!0}if(!tm&&this.$__.populated){if(Array.isArray(e)&&this.$__.populated[t])for(var tk=0;tk<e.length;++tk)e[tk]instanceof tw&&e.set(tk,e[tk]._doc._id,!0);delete this.$__.populated[t]}null!=e&&L.$isSingleNested&&function(t,e,r){var n=e.schema;if(null!=n)for(var i=0,o=Object.keys(n.paths);i<o.length;i++){var a=o[i],s=n.paths[a];if(null!=s.$immutableSetter){var c=null==r?void 0:r.$__getValue(a);s.$immutableSetter.call(t,c)}}}(e,L,C),this.$markValid(t)}catch(r){r instanceof j.StrictModeError&&r.isImmutableError?this.invalidate(t,r):r instanceof j.CastError?(this.invalidate(r.path,r),r.$originalErrorPath&&this.invalidate(t,new j.CastError(L.instance,e,t,r.$originalErrorPath))):this.invalidate(t,new j.CastError(L.instance,e,t,r)),tp=!1}if(tp){var tM,tI=null,tT=null;if(!d){var tB=this.$isSubdocument?this.ownerDocument():this;tI=tB.$__.savedState,tT=this.$isSubdocument?this.$__.fullPath+"."+t:t,tB.$__saveInitialState(tT)}this.$__set(to,t,n,d,R,L,e,C);var tR=!(null===(tM=this.$__.session)||void 0===tM||!tM.transaction),tN=this.$__.session&&this.$__.session[tg]&&this.$__.session[tg].has(this)&&this.$__.session[tg].get(this).modifiedPaths&&!this.$__.session[tg].get(this).modifiedPaths.has(tT);null!=tI&&tI.hasOwnProperty(tT)&&(!tR||tN)&&ti.deepEqual(e,tI[tT])&&this.unmarkModified(t)}return L.$isSingleNested&&(this.isDirectModified(t)||null==e)&&N(this,t),this},tw.prototype.set=tw.prototype.$set,tw.prototype.$__shouldModify=function(t,e,r,n,i,o,a,s){return!(r&&r._skipMarkModified||!this.$isNew&&!(e in this.$__.activePaths.getStatePaths("modify"))&&(void 0!==a||this.$__isSelected(e))&&(void 0===a&&e in this.$__.activePaths.getStatePaths("default")||this.$populated(e)&&a instanceof tw&&ta(a._doc._id,s)||ta(a,void 0!==s?s:ti.getValue(e,this))&&(n||null==a||!(e in this.$__.activePaths.getStatePaths("default"))||!ta(a,o.getDefault(this,n)))))},tw.prototype.$__set=function(t,e,n,i,o,a,s,c){g=g||r(8578);var u=this.$__shouldModify(t,e,n,i,o,a,s,c);u?(this.$__.primitiveAtomics&&this.$__.primitiveAtomics[e]&&(delete this.$__.primitiveAtomics[e],0===Object.keys(this.$__.primitiveAtomics).length&&delete this.$__.primitiveAtomics),this.markModified(t),v||(v=r(2918)),s&&ti.isMongooseArray(s)&&(s._registerAtomic("$set",s),ti.isMongooseDocumentArray(s)&&s.forEach(function(t){t&&t.__parentArray&&(t.__parentArray=s)}))):Array.isArray(s)&&Array.isArray(c)&&ti.isMongooseArray(s)&&ti.isMongooseArray(c)&&(s[tu]=c[tu],s[tc]=c[tc],ti.isMongooseDocumentArray(s)&&s.forEach(function(t){null!=t&&(t.$isNew=!1)}));for(var f=this._doc,l=0,h=o.length,p="";l<h;l++){var d=l+1===h;if(p+=p?"."+o[l]:o[l],t_.has(o[l]))return;if(d)f instanceof Map?f.set(o[l],s):f.$isSingleNested?(o[l]in f||(f[o[l]]=s),f._doc[o[l]]=s,u&&f.markModified(o[l])):f[o[l]]=s;else{var y=f instanceof Map,b=y?f.get(o[l]):f[o[l]];ti.isPOJO(b)||b&&b instanceof g||b&&!Array.isArray(b)&&b.$isSingleNested||b&&Array.isArray(b)||null==b&&(b={},y?f.set(o[l],b):f[o[l]]=b),f=b}}},tw.prototype.$__getValue=function(t){return ti.getValue(t,this._doc)},tw.prototype.$inc=function(t,e){var r=this;if(null==e&&(e=1),Array.isArray(t))return t.forEach(function(t){return r.$inc(t,e)}),this;var n=this.$__path(t);if(null==n){if("throw"===this.$__.strictMode)throw new M(t);if(!0===this.$__.strictMode)return this}else if("Number"!==n.instance)return this.invalidate(t,new j.CastError(n.instance,e,t)),this;var i=this.$__getValue(t)||0,o=!1,a=null,s=e;try{e=n.cast(e),s=(a=n.applySetters(i+e,this))-i,o=!0}catch(r){this.invalidate(t,new j.CastError("number",e,t,r))}return o&&(this.$__.primitiveAtomics=this.$__.primitiveAtomics||{},null==this.$__.primitiveAtomics[t]?this.$__.primitiveAtomics[t]={$inc:s}:this.$__.primitiveAtomics[t].$inc+=s,this.markModified(t),this.$__setValue(t,a)),this},tw.prototype.$__setValue=function(t,e){return ti.setValue(t,e,this._doc),this},tw.prototype.get=function(t,e,r){null==r&&(r={}),e&&(n=this.$__schema.interpretAsType(t,e,this.$__schema.options));var n,i=r.noDottedPath,o=i?this.$__schema.paths[t]:this.$__path(t);if(null==o&&null!=(o=this.$__schema.virtualpath(t)))return o.applyGetters(void 0,this);if(i){var a=this._doc[t];return n&&(a=n.cast(a)),null!=o&&!1!==r.getters?o.applyGetters(a,this):a}if(null!=o&&"Mixed"===o.instance){var s=this.$__schema.virtualpath(t);null!=s&&(o=s)}var c=-1!==t.indexOf("."),u=this._doc,f=c?t.split("."):[t];"string"==typeof this.$__schema.aliases[f[0]]&&(f[0]=this.$__schema.aliases[f[0]]);for(var l=0,h=f.length;l<h;l++)u&&u._doc&&(u=u._doc),u=null==u?void 0:u instanceof Map?u.get(f[l],{getters:!1}):l===h-1?ti.getValue(f[l],u):u[f[l]];if(n&&(u=n.cast(u)),null!=o&&!1!==r.getters)u=o.applyGetters(u,this);else if(this.$__schema.nested[t]&&r.virtuals)return t$(this,D(u)||{},{path:t});return u},tw.prototype[td]=tw.prototype.get,tw.prototype.$get=tw.prototype.get,tw.prototype.$__path=function(t){var e=this.$__.adhocPaths;return(e&&e.hasOwnProperty(t)?e[t]:null)||this.$__schema.path(t)},tw.prototype.markModified=function(t,e){this.$__saveInitialState(t),this.$__.activePaths.modify(t),null==e||this.$isSubdocument||(this.$__.pathsToScopes=this.$__pathsToScopes||{},this.$__.pathsToScopes[t]=e)},tw.prototype.$__saveInitialState=function(t){var e=this.$__.savedState;if(null!=e){var r=t.indexOf("."),n=-1===r?t:t.slice(0,r);e.hasOwnProperty(n)||(e[n]=D(this.$__getValue(n)))}},tw.prototype.unmarkModified=function(t){this.$__.activePaths.init(t),null!=this.$__.pathsToScopes&&delete this.$__.pathsToScopes[t]},tw.prototype.$ignore=function(t){this.$__.activePaths.ignore(t)},tw.prototype.directModifiedPaths=function(){return Object.keys(this.$__.activePaths.getStatePaths("modify"))},tw.prototype.$isEmpty=function(t){var e={minimize:!0,virtuals:!1,getters:!1,transform:!1};if(0!=arguments.length){var r=this.$get(t);return null==r||"object"===b(r)&&(ti.isPOJO(r)?function t(e){if(null==e)return!0;if("object"!==b(e)||Array.isArray(e))return!1;for(var r=0,n=Object.keys(e);r<n.length;r++)if(!t(e[n[r]]))return!1;return!0}(r):0===Object.keys(r.toObject(e)).length)}return 0===Object.keys(this.toObject(e)).length},tw.prototype.modifiedPaths=function(t){t=t||{};var e=Object.keys(this.$__.activePaths.getStatePaths("modify")),r=new Set,n=0,i=0,o=e.length;for(n=0;n<o;++n){var a=e[n],s=tr(a),c=s.length;for(i=0;i<c;++i)r.add(s[i]);if(t.includeChildren){var u=0,f=this.$get(a);if("object"===b(f)&&null!==f){f._doc&&(f=f._doc);var l=f.length;if(Array.isArray(f))for(u=0;u<l;++u){var h=a+"."+u;if(!r.has(h)&&(r.add(h),null!=f[u]&&f[u].$__)){var p=f[u].modifiedPaths(),d=0,y=p.length;for(d=0;d<y;++d)r.add(h+"."+p[d])}}else{var m=Object.keys(f),v=0,g=m.length;for(v=0;v<g;++v)r.add(a+"."+m[v])}}}}return Array.from(r)},tw.prototype[th]=tw.prototype.modifiedPaths,tw.prototype.isModified=function(t,e,r){var n=this;if(t){var i=e&&e.ignoreAtomics,o=this.$__.activePaths.states.modify;if(null==o)return!1;"string"==typeof t&&(t=-1===t.indexOf(" ")?[t]:t.split(" "));var a,s=p(t);try{for(s.s();!(a=s.n()).done;)if(null!=o[a.value])return!0}catch(t){s.e(t)}finally{s.f()}var c=r||this[th](),u=t.some(function(t){return!!~c.indexOf(t)}),f=Object.keys(o);return i&&(f=f.filter(function(t){var e=n.$__getValue(t);return null==e||null==e[tu]||void 0!==e[tu].$set})),u||t.some(function(t){return f.some(function(e){return e===t||t.startsWith(e+".")})})}return this.$__.activePaths.some("modify")},tw.prototype.$isModified=tw.prototype.isModified,tw.prototype[tl]=tw.prototype.isModified,tw.prototype.$isDefault=function(t){var e=this;if(null==t)return this.$__.activePaths.some("default");if("string"==typeof t&&-1===t.indexOf(" "))return this.$__.activePaths.getStatePaths("default").hasOwnProperty(t);var r=t;return Array.isArray(r)||(r=r.split(" ")),r.some(function(t){return e.$__.activePaths.getStatePaths("default").hasOwnProperty(t)})},tw.prototype.$isDeleted=function(t){return 0==arguments.length?!!this.$__.isDeleted:(this.$__.isDeleted=!!t,this)},tw.prototype.isDirectModified=function(t){var e=this;if(null==t)return this.$__.activePaths.some("modify");if("string"==typeof t&&-1===t.indexOf(" ")){var r=this.$__.activePaths.getStatePaths("modify").hasOwnProperty(t);if(r||-1===t.indexOf("."))return r;for(var n=t.split("."),i=0;i<n.length-1;++i){var o=n.slice(0,i+1).join("."),a=this.$get(o);if(null!=a&&null!=a.$__&&a.isDirectModified(n.slice(i+1).join(".")))return!0}return!1}var s=t;return"string"==typeof s&&(s=s.split(" ")),s.some(function(t){return e.isDirectModified(t)})},tw.prototype.isInit=function(t){var e=this;if(null==t)return this.$__.activePaths.some("init");if("string"==typeof t&&-1===t.indexOf(" "))return this.$__.activePaths.getStatePaths("init").hasOwnProperty(t);var r=t;return Array.isArray(r)||(r=r.split(" ")),r.some(function(t){return e.$__.activePaths.getStatePaths("init").hasOwnProperty(t)})},tw.prototype.isSelected=function(t){var e=this;if(null==this.$__.selected)return!0;if(!t)return!1;if("_id"===t)return 0!==this.$__.selected._id;if(-1!==t.indexOf(" ")&&(t=t.split(" ")),Array.isArray(t))return t.some(function(t){return e.$__isSelected(t)});var r=Object.keys(this.$__.selected),n=null;if(1===r.length&&"_id"===r[0])return 0===this.$__.selected._id;for(var i=0;i<r.length;i++){var o=r[i];if("_id"!==o&&J(this.$__.selected[o])){n=!!this.$__.selected[o];break}}if(null===n)return!0;if(t in this.$__.selected)return n;for(var a=t+".",s=0;s<r.length;s++){var c=r[s];if("_id"!==c){if(c.startsWith(a))return n||c!==a;if(a.startsWith(c+"."))return n}}return!n},tw.prototype.$__isSelected=tw.prototype.isSelected,tw.prototype.isDirectSelected=function(t){var e=this;if(null==this.$__.selected)return!0;if("_id"===t)return 0!==this.$__.selected._id;if(-1!==t.indexOf(" ")&&(t=t.split(" ")),Array.isArray(t))return t.some(function(t){return e.isDirectSelected(t)});var r=Object.keys(this.$__.selected),n=null;if(1===r.length&&"_id"===r[0])return 0===this.$__.selected._id;for(var i=0;i<r.length;i++){var o=r[i];if("_id"!==o&&J(this.$__.selected[o])){n=!!this.$__.selected[o];break}}return null===n||(this.$__.selected.hasOwnProperty(t)?n:!n)},tw.prototype.validate=(n=u(s().mark(function t(e,r){var n,i,o,a=this,c=arguments;return s().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if("function"!=typeof e&&"function"!=typeof r&&"function"!=typeof c[2]){t.next=2;break}throw new j("Document.prototype.validate() no longer accepts a callback");case 2:if(this.$op="validate",1===c.length&&("object"!==b(c[0])||Array.isArray(c[0])||(r=c[0],e=null)),r&&"string"==typeof r.pathsToSkip&&(i=-1===r.pathsToSkip.indexOf(" "),r.pathsToSkip=i?[r.pathsToSkip]:r.pathsToSkip.split(" ")),o=r&&r._skipParallelValidateCheck,null!=this.$isSubdocument||(this.$__.validating&&!o?n=new P(this,{parentStack:r&&r.parentStack,conflictStack:this.$__.validating.stack}):o||(this.$__.validating=new P(this,{parentStack:r&&r.parentStack}))),null==n){t.next=9;break}throw n;case 9:return t.abrupt("return",new Promise(function(t,n){a.$__validate(e,r,function(e){if(a.$op=null,a.$__.validating=null,null!=e)return n(e);t()})}));case 10:case"end":return t.stop()}},t,this)})),function(t,e){return n.apply(this,arguments)}),tw.prototype.$validate=tw.prototype.validate,tw.prototype.$__validate=function(t,e,r){var n,i=this;this.$__.saveOptions&&this.$__.saveOptions.pathsToSave&&!t?t=a(this.$__.saveOptions.pathsToSave):"function"==typeof t?(r=t,e=null,t=null):"function"==typeof e&&(r=e,e=null);var o,s=e&&"object"===b(e)&&"validateModifiedOnly"in e,c=e&&e.pathsToSkip||null;o=s?!!e.validateModifiedOnly:this.$__schema.options.validateModifiedOnly;var u=e&&e.validateAllPaths;if(u){if(c)throw TypeError("Cannot set both `validateAllPaths` and `pathsToSkip`");if(t)throw TypeError("Cannot set both `validateAllPaths` and `pathsToValidate`");if(s&&o)throw TypeError("Cannot set both `validateAllPaths` and `validateModifiedOnly`")}var f,h,d=this,y=function(){var t=i.$__.validationError;if(i.$__.validationError=null,i.$__.validating=null,o&&null!=t){for(var e=0,r=Object.keys(t.errors);e<r.length;e++){var n=r[e];i.$isModified(n)||delete t.errors[n]}0===Object.keys(t.errors).length&&(t=void 0)}if(i.$__.cachedRequired={},i.$emit("validate",d),i.constructor.emit("validate",d),t){for(var a in t.errors)!i[tf]&&t.errors[a]instanceof j.CastError&&i.invalidate(a,t.errors[a]);return t}};if(u){var m,v=p(f=new Set(Object.keys(this.$__schema.paths)));try{for(v.s();!(m=v.n()).done;){var g=m.value,_=this.$__schema.path(g);if(_&&_.$isMongooseArray){var w=this.$__getValue(g);w&&tj(w,f,g)}}}catch(t){v.e(t)}finally{v.f()}f=a(f),h={}}else{var S=tO(this,t,c,e&&e._nestedValidate);f=o?S[0].filter(function(t){return i.$isModified(t)}):S[0],h=S[1]}if("string"==typeof t&&(t=t.split(" ")),0===f.length)return H(function(){var t=y();if(t)return d.$__schema.s.hooks.execPost("validate:error",d,[d],{error:t},function(t){r(t)});r(null,d)});var O={},$=0,A=null===(n=this.$__.saveOptions)||void 0===n?void 0:n.pathsToSave;if(Array.isArray(A)){A=new Set(A);var E,x=p(f);try{for(x.s();!(E=x.n()).done;){var P=E.value;A.has(P)&&T(P)}}catch(t){x.e(t)}finally{x.f()}}else{var k,M=p(f);try{for(M.s();!(k=M.n()).done;)T(k.value)}catch(t){M.e(t)}finally{M.f()}}function T(t){null==t||O[t]||(O[t]=!0,$++,H(function(){var e=d.$__schema.path(t);if(!e)return--$||B();if(d.$isValid(t)){if(null!=e[tm]&&t!==e.path)return--$||B();var r,n=d.$__getValue(t);(r=d.$populated(t))?n=r:null!=n&&null!=n.$__&&n.$__.wasPopulated&&(n=n._doc._id);var i=null!=d.$__.pathsToScopes&&t in d.$__.pathsToScopes?d.$__.pathsToScopes[t]:d,o=l(l({},h[t]),{},{path:t,validateAllPaths:u,_nestedValidate:!0});e.doValidate(n,function(r){if(r){if((e.$isSingleNested||e.$isArraySubdocument||e.$isMongooseDocumentArray)&&r instanceof I)return--$||B();d.invalidate(t,r,void 0,!0)}--$||B()},i,o)}else--$||B()}))}function B(){var t=y();if(t)return d.$__schema.s.hooks.execPost("validate:error",d,[d],{error:t},function(t){r(t)});r(null,d)}},tw.prototype.validateSync=function(t,e){var r,n=this;1!=arguments.length||"object"!==b(arguments[0])||Array.isArray(arguments[0])||(e=arguments[0],t=null),r=e&&"object"===b(e)&&"validateModifiedOnly"in e?!!e.validateModifiedOnly:this.$__schema.options.validateModifiedOnly;var i,o,s=e&&e.pathsToSkip,c=e&&e.validateAllPaths;if(c){if(s)throw TypeError("Cannot set both `validateAllPaths` and `pathsToSkip`");if(t)throw TypeError("Cannot set both `validateAllPaths` and `pathsToValidate`")}if("string"==typeof t?t=-1===t.indexOf(" ")?[t]:t.split(" "):"string"==typeof s&&-1!==s.indexOf(" ")&&(s=s.split(" ")),c){var u,f=p(i=new Set(Object.keys(this.$__schema.paths)));try{for(f.s();!(u=f.n()).done;){var l=u.value,h=this.$__schema.path(l);if(h&&h.$isMongooseArray){var d=this.$__getValue(l);d&&tj(d,i,l)}}}catch(t){f.e(t)}finally{f.f()}i=a(i),o={}}else{var y=tO(this,t,s);i=r?y[0].filter(function(t){return n.$isModified(t)}):y[0],o=y[1]}for(var m={},v=0,g=i.length;v<g;++v){var _=i[v];if(!m[_]){m[_]=!0;var w=this.$__schema.path(_);if(w&&this.$isValid(_)){var S=this.$__getValue(_),O=w.doValidateSync(S,this,{skipSchemaValidators:o[_],path:_,validateModifiedOnly:r,validateAllPaths:c});if(O){if((w.$isSingleNested||w.$isArraySubdocument||w.$isMongooseDocumentArray)&&O instanceof I)continue;this.invalidate(_,O,void 0,!0)}}}}var $=this.$__.validationError;if(this.$__.validationError=void 0,this.$emit("validate",this),this.constructor.emit("validate",this),$)for(var A in $.errors)$.errors[A]instanceof j.CastError&&this.invalidate(A,$.errors[A]);return $},tw.prototype.invalidate=function(t,e,r,n){if(this.$__.validationError||(this.$__.validationError=new I(this)),!this.$__.validationError.errors[t])return e&&"string"!=typeof e||(e=new T({path:t,message:e,type:n||"user defined",value:r})),this.$__.validationError===e||this.$__.validationError.addError(t,e),this.$__.validationError},tw.prototype.$markValid=function(t){this.$__.validationError&&this.$__.validationError.errors[t]&&(delete this.$__.validationError.errors[t],0===Object.keys(this.$__.validationError.errors).length&&(this.$__.validationError=null))},tw.prototype.$isValid=function(t){var e=this;return null==this.$__.validationError||0===Object.keys(this.$__.validationError.errors).length||null!=t&&(-1!==t.indexOf(" ")&&(t=t.split(" ")),Array.isArray(t)?t.some(function(t){return null==e.$__.validationError.errors[t]}):null==this.$__.validationError.errors[t])},tw.prototype.$__reset=function(){var t,e=this.$isSubdocument?null:this.$getAllSubdocs();if(e&&e.length>0){var r,n=p(e);try{for(n.s();!(r=n.n()).done;)r.value.$__reset()}catch(t){n.e(t)}finally{n.f()}}return this.$__dirty().forEach(function(t){var e=t.value;e&&e[tu]&&(e[tc]=e[tu],e[tu]={})}),this.$__.backup={},this.$__.backup.activePaths={modify:Object.assign({},this.$__.activePaths.getStatePaths("modify")),default:Object.assign({},this.$__.activePaths.getStatePaths("default"))},this.$__.backup.validationError=this.$__.validationError,this.$__.backup.errors=this.$errors,this.$__.activePaths.clear("modify"),this.$__.activePaths.clear("default"),this.$__.validationError=void 0,this.$errors=void 0,t=this,this.$__schema.requiredPaths().forEach(function(e){t.$__.activePaths.require(e)}),this},tw.prototype.$__undoReset=function(){if(null!=this.$__.backup&&null!=this.$__.backup.activePaths){this.$__.activePaths.states.modify=this.$__.backup.activePaths.modify,this.$__.activePaths.states.default=this.$__.backup.activePaths.default,this.$__.validationError=this.$__.backup.validationError,this.$errors=this.$__.backup.errors;var t,e=p(this.$__dirty());try{for(e.s();!(t=e.n()).done;){var r=t.value.value;r&&r[tu]&&r[tc]&&(r[tu]=r[tc])}}catch(t){e.e(t)}finally{e.f()}var n,i=p(this.$getAllSubdocs());try{for(i.s();!(n=i.n()).done;)n.value.$__undoReset()}catch(t){i.e(t)}finally{i.f()}}},tw.prototype.$__dirty=function(){var t=this,e=this.$__.activePaths.map("modify",function(e){return{path:e,value:t.$__getValue(e),schema:t.$__path(e)}}),r=new Map((e=e.concat(this.$__.activePaths.map("default",function(e){if("_id"!==e&&null!=t.$__getValue(e))return{path:e,value:t.$__getValue(e),schema:t.$__path(e)}}))).filter(function(t){return null!=t}).map(function(t){return[t.path,t.value]})),n=[];return e.forEach(function(t){if(t){for(var e=null,i=tr(t.path),o=0;o<i.length-1;o++)if(r.has(i[o])){e=r.get(i[o]);break}null==e?n.push(t):null!=e&&null!=e[tu]&&e.hasAtomics()&&(e[tu]={},e[tu].$set=e)}}),n},tw.prototype.$__setSchema=function(t){L(t.tree,this,void 0,t.options);for(var e=0,r=Object.keys(t.virtuals);e<r.length;e++){var n=r[e];t.virtuals[n]._applyDefaultGetters()}null==t.path("schema")&&(this.schema=t),this.$__schema=t,this[tp]=t},tw.prototype.$__getArrayPathsToValidate=function(){return m||(m=r(4941)),this.$__.activePaths.map("init","modify",(function(t){return this.$__getValue(t)}).bind(this)).filter(function(t){return t&&Array.isArray(t)&&ti.isMongooseDocumentArray(t)&&t.length}).reduce(function(t,e){return t.concat(e)},[]).filter(function(t){return t})},tw.prototype.$getAllSubdocs=function(){m||(m=r(4941)),g=g||r(8578);for(var t=[],e=0,n=Object.keys(this._doc);e<n.length;e++)(function t(e,r,n){var i=e,o=!1;if(n&&(e instanceof tw&&e[tp].paths[n]?i=e._doc[n]:e instanceof tw&&e[tp].nested[n]?(i=e._doc[n],o=!0):i=e[n]),i instanceof g)r.push(i);else if(i instanceof Map)r=Array.from(i.keys()).reduce(function(e,r){return t(i.get(r),e,null)},r);else if(i&&!Array.isArray(i)&&i.$isSingleNested)(r=Object.keys(i._doc).reduce(function(e,r){return t(i,e,r)},r)).push(i);else if(i&&ti.isMongooseDocumentArray(i))i.forEach(function(e){e&&e._doc&&(r=Object.keys(e._doc).reduce(function(r,n){return t(e._doc,r,n)},r),e instanceof g&&r.push(e))});else if(o&&null!=i)for(var a=0,s=Object.keys(i);a<s.length;a++){var c=s[a];t(i,r,c)}return r})(this,t,n[e]);return t},tw.prototype.$__handleReject=function(t){this.$listeners("error").length?this.$emit("error",t):this.constructor.listeners&&this.constructor.listeners("error").length&&this.constructor.emit("error",t)},tw.prototype.$toObject=function(t,e){var r,n,i,o,a,s,c,u,f,h,p,d=this.$__schema._defaultToObjectOptions(e),y=this.$__hasOnlyPrimitiveValues();(t=ti.isPOJO(t)?l({},t):{})._calledWithOptions=t._calledWithOptions||l({},t),p=null!=t._calledWithOptions.minimize?t.minimize:null!=d&&null!=d.minimize?d.minimize:this.$__schema.options.minimize,t.minimize=p,y||(t._seen=t._seen||new Map);var m=null!==(r=null!==(n=null!==(i=t._calledWithOptions.depopulate)&&void 0!==i?i:null==d?void 0:d.depopulate)&&void 0!==n?n:t.depopulate)&&void 0!==r&&r;if(m&&t._isNested&&this.$__.wasPopulated)return D(this.$__.wasPopulated.value||this._doc._id,t);if(m&&(t.depopulate=!0),null!=d)for(var v=0,g=Object.keys(d);v<g.length;v++){var _=g[v];null==t[_]&&(t[_]=d[_])}t._isNested=!0,t.json=e,t.minimize=p;var w,S=t._parentOptions;t._parentOptions=this.$isSubdocument?t:null,w=y&&!t.flattenObjectIds?this.$__toObjectShallow():D(this._doc,t)||{};var O=null!==(o=null!==(a=null!==(s=t._calledWithOptions.getters)&&void 0!==s?s:t.getters)&&void 0!==a?a:d.getters)&&void 0!==o&&o;O&&(function(t,e){var r,n,i=t.$__schema,o=Object.keys(i.paths),a=o.length,s=t._doc;if(s)for(;a--;){var c=(r=o[a]).split("."),u=c.length,f=u-1,l=e,h=void 0;if(s=t._doc,t.$__isSelected(r))for(var p=0;p<u&&(n=s[h=c[p]],null==l||"object"===b(l));++p){if(p===f){if(l[h]=i.paths[r].applyGetters(l[h],t),Array.isArray(l[h])&&i.paths[r].$embeddedSchemaType)for(var d=0;d<l[h].length;++d)l[h][d]=i.paths[r].$embeddedSchemaType.applyGetters(l[h][d],t)}else{if(null==n){h in s&&(l[h]=n);break}l=l[h]||(l[h]={})}s=n}}}(this,w),t.minimize&&(w=tt(w)||{}));var j=null!==(c=null!==(u=null!==(f=t._calledWithOptions.virtuals)&&void 0!==f?f:d.virtuals)&&void 0!==u?u:null==S?void 0:S.virtuals)&&void 0!==c?c:void 0;(j||O&&!1!==j)&&t$(this,w,t,t),!1===t.versionKey&&this.$__schema.options.versionKey&&delete w[this.$__schema.options.versionKey];var $=null===(h=t._calledWithOptions.transform)||void 0===h||h,A=void 0;if(!0===$?A=d.transform:"function"==typeof $&&(A=$),$&&function(t,e){var r=t.$__schema,n=Object.keys(r.paths||{});if(t._doc)for(var i=0;i<n.length;i++){var o=n[i],a=r.paths[o];if("function"==typeof a.options.transform){var s=t.$get(o);if(void 0===s)continue;var c=a.options.transform.call(t,s);tA(o,c),ti.setValue(o,c,e)}else if(null!=a.$embeddedSchemaType&&"function"==typeof a.$embeddedSchemaType.options.transform){var u=t.$get(o);if(void 0===u)continue;for(var f=[].concat(u),l=a.$embeddedSchemaType.options.transform,h=0;h<f.length;++h){var p=l.call(t,f[h]);f[h]=p,tA(o,p)}e[o]=f}}}(this,w),t.useProjection&&function(t,e){var r=t.$__schema,n=Object.keys(r.paths||{});if(t._doc){var i=t.$__.selected;if(void 0===i&&(i={},tn.applyPaths(i,r)),null!=i&&0!==Object.keys(i).length)for(var o=0;o<n.length;o++){var a=n[o];null==i[a]||i[a]||delete e[a]}}}(this,w),"function"==typeof A){var E=A(this,w,t);void 0!==E&&(w=E)}return w},tw.prototype.$__toObjectShallow=function(){var t={};if(null!=this._doc)for(var e=0,r=Object.keys(this._doc);e<r.length;e++){var n=r[e],i=this._doc[n];i instanceof Date?t[n]=new Date(i):void 0!==i&&(t[n]=i)}return t},tw.prototype.toObject=function(t){return this.$toObject(t)},tw.prototype.toJSON=function(t){return this.$toObject(t,!0)},tw.prototype.ownerDocument=function(){return this},tw.prototype.parent=function(){return this.$isSubdocument||this.$__.wasPopulated?this.$__.parent:this},tw.prototype.$parent=tw.prototype.parent,tw.prototype.inspect=function(t){ti.isPOJO(t)&&((e=t).minimize=!1);var e,r=arguments.length>0?this.toObject(e):this.toObject();return null==r?"MongooseDocument { "+r+" }":r},Q.custom&&(tw.prototype[Q.custom]=tw.prototype.inspect),tw.prototype.toString=function(){var t=this.inspect();return"string"==typeof t?t:Q(t)},tw.prototype.equals=function(t){if(!t)return!1;var e=this.$__getValue("_id"),r=null!=t.$__?t.$__getValue("_id"):t;return e||r?e&&e.equals?e.equals(r):e===r:ta(this,t)},tw.prototype.populate=(i=u(s().mark(function t(){var e,r,n,i,o,a,c,u,f,l=arguments;return s().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(e={},"function"!=typeof(r=Array.prototype.slice.call(l))[r.length-1]){t.next=4;break}throw new j("Document.prototype.populate() no longer accepts a callback");case 4:if(0!==r.length){n=p(ti.populate.apply(null,r));try{for(n.s();!(i=n.n()).done;)e[(o=i.value).path]=o}catch(t){n.e(t)}finally{n.f()}}return a=ti.object.vals(e),c=this.constructor,this.$__isNested&&(c=this.$__[tb].constructor,u=this.$__.nestedPath,a.forEach(function(t){t.path=u+"."+t.path})),null!=this.$session()&&(f=this.$session(),a.forEach(function(t){null!=t.options?"session"in t.options||(t.options.session=f):t.options={session:f}})),a.forEach(function(t){t._localModel=c}),t.abrupt("return",c.populate(this,a));case 11:case"end":return t.stop()}},t,this)})),function(){return i.apply(this,arguments)}),tw.prototype.$getPopulatedDocs=function(){var t=[];null!=this.$__.populated&&(t=t.concat(Object.keys(this.$__.populated)));var e,r=[],n=p(t);try{for(n.s();!(e=n.n()).done;){var i=e.value,o=this.$get(i);Array.isArray(o)?r=r.concat(o):o instanceof tw&&r.push(o)}}catch(t){n.e(t)}finally{n.f()}return r},tw.prototype.populated=function(t,e,r){if(null==e||!0===e){if(!this.$__.populated||"string"!=typeof t)return;var n=t.endsWith(".$*")?t.replace(/\.\$\*$/,""):t,i=this.$__.populated[n];return i?!0===e?i:i.value:void 0}this.$__.populated||(this.$__.populated={}),this.$__.populated[t]={value:e,options:r};for(var o=t.split("."),a=0;a<o.length-1;++a){var s=o.slice(0,a+1).join("."),c=this.$get(s);if(null!=c&&null!=c.$__&&this.$populated(s)){var u=o.slice(a+1).join(".");c.$populated(u,e,r);break}}return e},tw.prototype.$populated=tw.prototype.populated,tw.prototype.$assertPopulated=function(t,e){var r=this;if(Array.isArray(t))return t.forEach(function(t){return r.$assertPopulated(t,e)}),this;if(arguments.length>1&&this.$set(e),!this.$populated(t))throw new j('Expected path "'.concat(t,'" to be populated'));return this},tw.prototype.depopulate=function(t){"string"==typeof t&&(t=-1===t.indexOf(" ")?[t]:t.split(" "));var e=this.$$populatedVirtuals?Object.keys(this.$$populatedVirtuals):[],r=this.$__&&this.$__.populated||{};if(0==arguments.length){var n,i,o=p(e);try{for(o.s();!(i=o.n()).done;){var a=i.value;delete this.$$populatedVirtuals[a],delete this._doc[a],delete r[a]}}catch(t){o.e(t)}finally{o.f()}for(var s=0,c=Object.keys(r);s<c.length;s++){var u=c[s];if(n=this.$populated(u)){if(delete r[u],Array.isArray(n)){var f=ti.getValue(u,this._doc);if(f.isMongooseArray)for(var l=f.__array,h=0;h<l.length;++h){var d=l[h];null!=d&&(l[h]=d instanceof tw?d._doc._id:d._id)}else ti.setValue(u,n,this._doc)}else ti.setValue(u,n,this._doc)}}return this}var y,b=p(t);try{for(b.s();!(y=b.n()).done;){var m=y.value;if(n=this.$populated(m),delete r[m],-1!==e.indexOf(m))delete this.$$populatedVirtuals[m],delete this._doc[m];else if(n){if(Array.isArray(n)){var v=ti.getValue(m,this._doc);if(v.isMongooseArray)for(var g=v.__array,_=0;_<g.length;++_){var w=g[_];null!=w&&(g[_]=w instanceof tw?w._doc._id:w._id)}else ti.setValue(m,n,this._doc)}else ti.setValue(m,n,this._doc)}}}catch(t){b.e(t)}finally{b.f()}return this},tw.prototype.$__fullPath=function(t){return t||""},tw.prototype.getChanges=function(){var t=this.$__delta();return t?t[1]:{}},tw.prototype.$__delta=function(){var t=this,e=this.$__dirty(),r=this.$__schema.options.optimisticConcurrency;if(r){if(Array.isArray(r)){var n=new Set(r);this.modifiedPaths().find(function(t){return n.has(t)})&&(this.$__.version=e.length?3:1)}else this.$__.version=e.length?3:1}if(e.length||3===this.$__.version){var i={},a={},s=e.length,c=[],u=0;for(i._id=this._doc._id,null!=(i&&i._id&&i._id.$__||null)&&(i._id=i._id.toObject({transform:!1,depopulate:!0}));u<s;++u){var f=e[u],l=f.value,h=function(t,e,r){var n=t.$populated(e,!0);if(!n&&t.$__.selected){var i=e.split(".")[0];if(t.$__.selected[i+".$"])return i}if(n&&ti.isMongooseArray(r)&&(n.options.match||n.options.options&&ti.object.hasOwnProperty(n.options.options,"limit")||n.options.options&&n.options.options.skip||n.options.select&&(0===n.options.select._id||/\s?-_id\s?/.test(n.options.select)))){var o=r[tu];if(0===Object.keys(o).length||o.$set||o.$pop)return e}}(this,f.path,l);if(h)c.push(h);else{if(!this.$populated(f.path,!0)&&this.$__.selected){var p=f.path.split("."),d=p[0];if(this.$__.selected[d]&&this.$__.selected[d].$elemMatch){if(!(p.length>1&&0==p[1]&&void 0===i[d])){c.push(f.path);continue}i[d]=this.$__.selected[d],p[1]="$",f.path=p.join(".")}}if(this.$isDefault(f.path)&&this.$__.selected&&(-1===f.path.indexOf(".")&&Y(this.$__.selected,f.path)||tr(f.path).find(function(e){return Y(t.$__.isSelected,e)})))continue;if(!c.length){if(void 0===l)tE(this,0,a,f,1,"$unset");else if(null===l)tE(this,0,a,f,null);else if(ti.isMongooseArray(l)&&l.$path()&&l[tu])(function(t,e,r,n,i){if(!r.$set||!r.$set[n.path]){if("function"!=typeof i.$__getAtomics){var o,a,s=i[tu],c=Object.keys(s),u=c.length;if(0===u)return ti.isMongooseObject(i)?i=i.toObject({depopulate:1,_isNested:!0}):i.valueOf&&(i=i.valueOf()),tE(t,0,r,n,i);for(;u--;)o=s[a=c[u]],ti.isMongooseObject(o)?o=o.toObject({depopulate:!0,transform:!1,_isNested:!0}):Array.isArray(o)?o=o.map(f):o.valueOf&&(o=o.valueOf()),"$addToSet"===a&&(o={$each:o}),tE(t,0,r,n,o,a)}else i.$__getAtomics().forEach(function(e){var i=e[0];tE(t,0,r,n,e[1],i)})}function f(t){return ti.isMongooseObject(t)?t.toObject({depopulate:1,_isNested:!0}):t}})(this,0,a,f,l);else if(l[O.pathSymbol]&&o.isBuffer(l))tE(this,0,a,f,l=l.toObject());else if(this.$__.primitiveAtomics&&null!=this.$__.primitiveAtomics[f.path]){var y=this.$__.primitiveAtomics[f.path],b=U(y);tE(this,0,a,f,y[b],b)}else tE(this,0,a,f,l=D(l,{depopulate:!0,transform:!1,virtuals:!1,getters:!1,omitUndefined:!0,_isNested:!0}))}}}return c.length?new _(c):(this.$__.version&&this.$__version(i,a),0===Object.keys(a).length?[i,null]:[i,a])}},tw.prototype.$clone=function(){var t=new this.constructor;if(t.$isNew=this.$isNew,this._doc&&(t._doc=D(this._doc,{retainDocuments:!0})),this.$__){var e,r=new this.$__.constructor,n=p(Object.getOwnPropertyNames(this.$__));try{for(n.s();!(e=n.n()).done;){var i=e.value;"activePaths"!==i&&(r[i]=D(this.$__[i]))}}catch(t){n.e(t)}finally{n.f()}Object.assign(r.activePaths,D(l({},this.$__.activePaths))),t.$__=r}return t},tw.prototype.$createModifiedPathsSnapshot=function(){var t=new WeakMap;if(!this.$isSubdocument){var e,r=p(this.$getAllSubdocs());try{for(r.s();!(e=r.n()).done;){var n=e.value;t.set(n,n.$__.activePaths.clone())}}catch(t){r.e(t)}finally{r.f()}}return new A(t,this.$__.activePaths.clone(),this.$__.version)},tw.prototype.$restoreModifiedPathsSnapshot=function(t){if(this.$__.activePaths=t.activePaths.clone(),this.$__.version=t.version,!this.$isSubdocument){var e,r=p(this.$getAllSubdocs());try{for(r.s();!(e=r.n()).done;){var n=e.value;t.subdocSnapshot.has(n)&&(n.$__.activePaths=t.subdocSnapshot.get(n))}}catch(t){r.e(t)}finally{r.f()}}return this},tw.prototype.$clearModifiedPaths=function(){if(this.$__.activePaths.clear("modify"),this.$__.activePaths.clear("init"),this.$__.version=0,!this.$isSubdocument){var t,e=p(this.$getAllSubdocs());try{for(e.s();!(t=e.n()).done;)t.value.$clearModifiedPaths()}catch(t){e.e(t)}finally{e.f()}}return this},tw.prototype.$__hasOnlyPrimitiveValues=function(){return!this.$__.populated&&!this.$__.wasPopulated&&(null==this._doc||Object.values(this._doc).every(function(t){return null==t||"object"!==b(t)||ti.isNativeObject(t)&&!Array.isArray(t)||W(t,"ObjectId")||W(t,"Decimal128")}))},tw.VERSION_WHERE=1,tw.VERSION_INC=2,tw.VERSION_ALL=3,tw.ValidationError=I,t.exports=tw},3300:(t,e,r)=>{"use strict";var n=r(3293),i=r(6024),o=!1;t.exports=function(){return o?i:n},t.exports.setBrowser=function(t){o=t}},8582:t=>{"use strict";var e=null;t.exports.get=function(){return e},t.exports.set=function(t){e=t}},5221:(t,e)=>{"use strict";e.Collection=function(){throw Error("Cannot create a collection from browser library")},e.Connection=function(){throw Error("Cannot create a connection from browser library")}},6148:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e,r){return e=s(e),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return o(t)}(t,a()?Reflect.construct(e,r||[],s(t).constructor):e.apply(t,r))}function o(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function a(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(a=function(){return!!t})()}function s(t){return(s=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function c(t,e){return(c=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var u=r(7026),f=r(7352),l=function(t){var e;function r(t,e,n,a,s){var c;if(function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,r),arguments.length>0){var u=p(e);(c=i(this,r,[y(null,t,e,n,d(s),u,a)])).init(t,e,n,a,s)}else c=i(this,r,[y()]);return o(c)}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&c(t,e)}(r,t),e=[{key:"toJSON",value:function(){return{stringValue:this.stringValue,valueType:this.valueType,kind:this.kind,value:this.value,path:this.path,reason:this.reason,name:this.name,message:this.message}}},{key:"init",value:function(t,e,r,n,i){this.stringValue=h(e),this.messageFormat=d(i),this.kind=t,this.value=e,this.path=r,this.reason=n,this.valueType=p(e)}},{key:"copy",value:function(t){this.messageFormat=t.messageFormat,this.stringValue=t.stringValue,this.kind=t.kind,this.value=t.value,this.path=t.path,this.reason=t.reason,this.message=t.message,this.valueType=t.valueType}},{key:"setModel",value:function(t){this.message=y(t,this.kind,this.value,this.path,this.messageFormat,this.valueType)}}],function(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,function(t){var e=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==n(e)?e:e+""}(i.key),i)}}(r.prototype,e),Object.defineProperty(r,"prototype",{writable:!1}),r}(u);function h(t){var e=f.inspect(t);return(e=e.replace(/^'|'$/g,'"')).startsWith('"')||(e='"'+e+'"'),e}function p(t){if(null==t)return""+t;var e=n(t);return"object"!==e||"function"!=typeof t.constructor?e:t.constructor.name}function d(t){var e=t&&t._castErrorMessage||null;if("string"==typeof e||"function"==typeof e)return e}function y(t,e,r,n,i,o,a){if("string"==typeof i){var s=h(r),c=i.replace("{KIND}",e).replace("{VALUE}",s).replace("{PATH}",n);return null!=t&&(c=c.replace("{MODEL}",t.modelName)),c}if("function"==typeof i)return i(r,n,t,e);var u="Cast to "+e+" failed for value "+h(r)+(o?" (type "+o+")":"")+' at path "'+n+'"';return null!=t&&(u+=' for model "'+t.modelName+'"'),null!=a&&"function"==typeof a.constructor&&"AssertionError"!==a.constructor.name&&"Error"!==a.constructor.name&&(u+=' because of "'+a.constructor.name+'"'),u}Object.defineProperty(l.prototype,"name",{value:"CastError"}),t.exports=l},6432:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t){var r,a;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),r=e,a=["For your own good, using `document.save()` to update an array which was selected using an $elemMatch projection OR populated using skip, limit, query conditions, or exclusion of the _id field when the operation results in a $pop or $set of the entire array is not supported. The following path(s) would have been modified unsafely:\n  "+t.join("\n  ")+"\nUse Model.updateOne() to update these arrays instead."],r=o(r),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(r,a||[],o(this).constructor):r.apply(this,a))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"DivergentArrayError"}),t.exports=s},9507:(t,e,r)=>{"use strict";var n=r(7026);t.exports=n,n.messages=r(467),n.Messages=n.messages,n.DocumentNotFoundError=r(8128),n.CastError=r(6148),n.ValidationError=r(5368),n.ValidatorError=r(8393),n.VersionError=r(587),n.ParallelSaveError=r(5597),n.OverwriteModelError=r(2597),n.MissingSchemaError=r(8320),n.MongooseServerSelectionError=r(6156),n.DivergentArrayError=r(6432),n.StrictModeError=r(6166),n.StrictPopulateError=r(3232)},9662:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t,r){var a,s;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),a=e,s=['Cannot create use schema for property "'.concat(t,'" because the schema has the ').concat(r," option enabled.")],a=o(a),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(a,s||[],o(this).constructor):a.apply(this,s))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"InvalidSchemaOptionError"}),t.exports=s},467:(t,e)=>{"use strict";var r=t.exports={};r.DocumentNotFoundError=null,r.general={},r.general.default="Validator failed for path `{PATH}` with value `{VALUE}`",r.general.required="Path `{PATH}` is required.",r.Number={},r.Number.min="Path `{PATH}` ({VALUE}) is less than minimum allowed value ({MIN}).",r.Number.max="Path `{PATH}` ({VALUE}) is more than maximum allowed value ({MAX}).",r.Number.enum="`{VALUE}` is not a valid enum value for path `{PATH}`.",r.Date={},r.Date.min="Path `{PATH}` ({VALUE}) is before minimum allowed value ({MIN}).",r.Date.max="Path `{PATH}` ({VALUE}) is after maximum allowed value ({MAX}).",r.String={},r.String.enum="`{VALUE}` is not a valid enum value for path `{PATH}`.",r.String.match="Path `{PATH}` is invalid ({VALUE}).",r.String.minlength="Path `{PATH}` (`{VALUE}`) is shorter than the minimum allowed length ({MINLENGTH}).",r.String.maxlength="Path `{PATH}` (`{VALUE}`) is longer than the maximum allowed length ({MAXLENGTH})."},8320:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t){var r,a;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),r=e,a=["Schema hasn't been registered for model \""+t+'".\nUse mongoose.model(name, schema)'],r=o(r),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(r,a||[],o(this).constructor):r.apply(this,a))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"MissingSchemaError"}),t.exports=s},7026:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function r(t){var e="function"==typeof Map?new Map:void 0;return(r=function(t){if(null===t||!function(t){try{return -1!==Function.toString.call(t).indexOf("[native code]")}catch(e){return"function"==typeof t}}(t))return t;if("function"!=typeof t)throw TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return function(t,e,r){if(n())return Reflect.construct.apply(null,arguments);var o=[null];o.push.apply(o,e);var a=new(t.bind.apply(t,o));return r&&i(a,r.prototype),a}(t,arguments,o(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),i(r,t)})(t)}function n(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(n=function(){return!!t})()}function i(t,e){return(i=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var a=function(t){function r(){var t,i;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,r),t=r,i=arguments,t=o(t),function(t,r){if(r&&("object"==e(r)||"function"==typeof r))return r;if(void 0!==r)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,n()?Reflect.construct(t,i||[],o(this).constructor):t.apply(this,i))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&i(t,e)}(r,t),Object.defineProperty(r,"prototype",{writable:!1}),r}(r(Error));Object.defineProperty(a.prototype,"name",{value:"MongooseError"}),t.exports=a},8128:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=r(7026),c=r(7352),u=function(t){function e(t,r,a,u){!function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e);var f,l,h,p=s.messages;return(f=e,l=[null!=p.DocumentNotFoundError?"function"==typeof p.DocumentNotFoundError?p.DocumentNotFoundError(t,r):p.DocumentNotFoundError:'No document found for query "'+c.inspect(t)+'" on model "'+r+'"'],f=o(f),h=function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(f,l||[],o(this).constructor):f.apply(this,l))).result=u,h.numAffected=a,h.filter=t,h.query=t,h}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(s);Object.defineProperty(u.prototype,"name",{value:"DocumentNotFoundError"}),t.exports=u},2260:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t,r){!function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e);var a,s,c,u=Array.isArray(r)?"array":"primitive value";return(a=e,s=["Tried to set nested object field `"+t+"` to ".concat(u," `")+r+"`"],a=o(a),c=function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(a,s||[],o(this).constructor):a.apply(this,s))).path=t,c}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"ObjectExpectedError"}),t.exports=s},1857:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t,r,a){var s,c;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),s=e,c=['Parameter "'+r+'" to '+a+'() must be an object, got "'+t.toString()+'" (type '+n(t)+")"],s=o(s),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(s,c||[],o(this).constructor):s.apply(this,c))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"ObjectParameterError"}),t.exports=s},2597:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t){var r,a;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),r=e,a=["Cannot overwrite `"+t+"` model once compiled."],r=o(r),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(r,a||[],o(this).constructor):r.apply(this,a))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"OverwriteModelError"}),t.exports=s},5597:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t){var r,a;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),r=e,a=["Can't save() the same doc multiple times in parallel. Document: "+t._doc._id],r=o(r),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(r,a||[],o(this).constructor):r.apply(this,a))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"ParallelSaveError"}),t.exports=s},3810:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t){var r,a;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),r=e,a=["Can't validate() the same doc multiple times in parallel. Document: "+t._doc._id],r=o(r),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(r,a||[],o(this).constructor):r.apply(this,a))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"ParallelValidateError"}),t.exports=s},6156:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=r(7026),c=r(8437),u=r(3343),f=r(2078),l=function(t){var e;function r(){var t,e;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,r),t=r,e=arguments,t=o(t),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(t,e||[],o(this).constructor):t.apply(this,e))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(r,t),e=[{key:"assimilateError",value:function(t){var e=t.reason,r=u(e)&&c(e)&&-1===t.message.indexOf("bad auth")&&-1===t.message.indexOf("Authentication failed");for(var n in r?this.message="Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/":f(e)?this.message="Mongoose is connecting with SSL enabled, but the server is not accepting SSL connections. Please ensure that the MongoDB server you are connecting to is configured to accept SSL connections. Learn more: https://mongoosejs.com/docs/tutorials/ssl.html":this.message=t.message,t)"name"!==n&&(this[n]=t[n]);return this}}],function(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,function(t){var e=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==n(e)?e:e+""}(i.key),i)}}(r.prototype,e),Object.defineProperty(r,"prototype",{writable:!1}),r}(s);Object.defineProperty(l.prototype,"name",{value:"MongooseServerSelectionError"}),t.exports=l},6166:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t,r,a){var s,c,u;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),(c=e,u=[r=r||"Field `"+t+"` is not in schema and strict mode is set to throw."],c=o(c),s=function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(c,u||[],o(this).constructor):c.apply(this,u))).isImmutableError=!!a,s.path=t,s}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"StrictModeError"}),t.exports=s},3232:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t,r){var a,s,c;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),(s=e,c=[r=r||"Cannot populate path `"+t+"` because it is not in your schema. Set the `strictPopulate` option to false to override."],s=o(s),a=function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(s,c||[],o(this).constructor):s.apply(this,c))).path=t,a}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"StrictPopulateError"}),t.exports=s},5368:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=r(7026),c=r(5857),u=r(7352),f=r(1892),l=function(t){var e;function r(t){var e,a,s,u;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,r),(s=r,u=[a="model"===c(t)?t.constructor.modelName+" validation failed":"Validation failed"],s=o(s),e=function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(s,u||[],o(this).constructor):s.apply(this,u))).errors={},e._message=a,t&&(t.$errors=e.errors),e}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(r,t),e=[{key:"toString",value:function(){return this.name+": "+f(this)}},{key:"inspect",value:function(){return Object.assign(Error(this.message),this)}},{key:"addError",value:function(t,e){if(e instanceof r)for(var n=e.errors,i=0,o=Object.keys(n);i<o.length;i++){var a=o[i];this.addError("".concat(t,".").concat(a),n[a])}else this.errors[t]=e,this.message=this._message+": "+f(this)}}],function(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,function(t){var e=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==n(e)?e:e+""}(i.key),i)}}(r.prototype,e),Object.defineProperty(r,"prototype",{writable:!1}),r}(s);u.inspect.custom&&(l.prototype[u.inspect.custom]=l.prototype.inspect),Object.defineProperty(l.prototype,"toJSON",{enumerable:!1,writable:!1,configurable:!0,value:function(){return Object.assign({},this,{name:this.name,message:this.message})}}),Object.defineProperty(l.prototype,"name",{value:"ValidationError"}),t.exports=l},8393:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=r(7026),c=function(t){var e;function r(t,e){!function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,r);var a,c,f,l=t.message;l||(l=s.messages.general.default);var h=u(l,t,e);return a=r,c=[h],a=o(a),f=function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(a,c||[],o(this).constructor):a.apply(this,c)),t=Object.assign({},t,{message:h}),f.properties=t,f.kind=t.type,f.path=t.path,f.value=t.value,f.reason=t.reason,f}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(r,t),e=[{key:"toString",value:function(){return this.message}},{key:"toJSON",value:function(){return Object.assign({name:this.name,message:this.message},this)}}],function(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,function(t){var e=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==n(e)?e:e+""}(i.key),i)}}(r.prototype,e),Object.defineProperty(r,"prototype",{writable:!1}),r}(s);function u(t,e,r){if("function"==typeof t)return t(e,r);for(var n=0,i=Object.keys(e);n<i.length;n++){var o=i[n];"message"!==o&&(t=t.replace("{"+o.toUpperCase()+"}",e[o]))}return t}Object.defineProperty(c.prototype,"name",{value:"ValidatorError"}),Object.defineProperty(c.prototype,"properties",{enumerable:!1,writable:!0,value:null}),c.prototype.formatMessage=u,t.exports=c},587:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(t,r,a){!function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e);var s,c,u,f=a.join(", ");return(s=e,c=['No matching document found for id "'+t._doc._id+'" version '+r+' modifiedPaths "'+f+'"'],s=o(s),u=function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(s,c||[],o(this).constructor):s.apply(this,c))).version=r,u.modifiedPaths=a,u}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(7026));Object.defineProperty(s.prototype,"name",{value:"VersionError"}),t.exports=s},3164:t=>{"use strict";t.exports=function t(e){if(!Array.isArray(e))return{min:0,max:0,containsNonArrayItem:!0};if(0===e.length||1===e.length&&!Array.isArray(e[0]))return{min:1,max:1,containsNonArrayItem:!1};for(var r=t(e[0]),n=1;n<e.length;++n){var i=t(e[n]);i.min<r.min&&(r.min=i.min),i.max>r.max&&(r.max=i.max),r.containsNonArrayItem=r.containsNonArrayItem||i.containsNonArrayItem}return r.min=r.min+1,r.max=r.max+1,r}},1829:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(9394),o=r(6704),a=r(8150),s=r(6504),c=r(5515),u=r(2128),f=r(9240).isMongooseArray,l=r(4797),h=r(6288),p=r(5625),d=r(3692).trustedSymbol;function y(t,e,r){if(null==t||"number"==typeof t||"string"==typeof t||"boolean"==typeof t||"bigint"==typeof t)return t;if(Array.isArray(t))return function(t,e){var r=0,n=t.length,i=Array(n);for(r=0;r<n;++r)i[r]=y(t[r],e,!0);return i}(f(t)?t.__array:t,e);if(s(t)){if(e&&e.retainDocuments&&null!=t.$__){var a,d=t.$clone();return null!=t.__index&&(d.__index=t.__index),null!=t.__parentArray&&(d.__parentArray=t.__parentArray),d.$__parent=t.$__parent,d}var m,v=t.$isSingleNested;if(h(t)&&null!=t.$__&&null!=t._doc)return t._doc;if(m=e&&e.json&&"function"==typeof t.toJSON?t.toJSON(e):t.toObject(e),e&&e.minimize&&!t.constructor.$__required&&v&&0===Object.keys(m).length)return;return m}var g=t.constructor;if(g)switch(c(g)){case"Object":return b(t,e,r);case"Date":return new g(+t);case"RegExp":return(a=new RegExp(t.source,t.flags)).lastIndex!==t.lastIndex&&(a.lastIndex=t.lastIndex),a}return u(t,"ObjectId")?e&&e.flattenObjectIds?t.toJSON():new o(t.id):u(t,"Decimal128")?e&&e.flattenDecimals?t.toJSON():i.fromString(t.toString()):!g&&l(t)?b(t,e,r):"object"===n(t)&&t[p.schemaTypeSymbol]?t.clone():e&&e.bson&&"function"==typeof t.toBSON?t:"function"==typeof t.valueOf?t.valueOf():b(t,e,r)}function b(t,e,r){var n,i=e&&e.minimize,o=e&&e.omitUndefined,s=e&&e._seen,c={};if(s&&s.has(t))return s.get(t);s&&s.set(t,c),d in t&&(c[d]=t[d]);for(var u=Object.keys(t),f=u.length,l=0;l<f;++l){var h=u[l];if(!a.has(h)){var p=y(t[h],e,!1);(!1===i||o)&&void 0===p?delete c[h]:!0===i&&void 0===p||(n||(n=!0),c[h]=p)}}return i&&!r?n&&c:c}t.exports=y},9563:(t,e,r)=>{"use strict";var n=r(5832).Buffer;function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=r(3633).Binary,a=r(2128),s=r(6504);r(9507),r(7352),e.B=function t(e,r,c,u){var f,l=(f=e&&s(e)&&!n.isBuffer(e)?Object.keys(e.toObject({transform:!1,virtuals:!1})||{}):Object.keys(e||{})).length,h={};r=r?r+".":"";for(var p=0;p<l;++p){var d=f[p],y=e[d];h[r+d]=y;var b=u&&u.path&&u.path(r+d),m=u&&u.nested&&u.nested[r+d];if(!b||"Mixed"!==b.instance){if(y&&"object"===i(y)&&!(y instanceof Date)&&!a(y,"ObjectId")&&(!Array.isArray(y)||0!==y.length)&&!(y instanceof n)&&!a(y,"Decimal128")&&!(y instanceof o)){if(c&&c.skipArrays&&Array.isArray(y))continue;var v=t(y,r+d,c,u);for(var g in v)h[g]=v[g];Array.isArray(y)&&(h[r+d]=y)}if(m)for(var _=0,w=Object.keys(u.paths);_<w.length;_++){var S=w[_];S.startsWith(r+d+".")&&!h.hasOwnProperty(S)&&(h[S]=void 0)}}}return h}},7603:(t,e,r)=>{"use strict";var n=r(2128);t.exports=function(t,e){return"string"==typeof t&&"string"==typeof e||"number"==typeof t&&"number"==typeof e?t===e:!(!n(t,"ObjectId")||!n(e,"ObjectId"))&&t.toString()===e.toString()}},967:t=>{"use strict";t.exports=function(t,e,r,n,i){var o=Object.keys(t).reduce(function(t,r){return t||r.startsWith(e+".")},!1),a=e+"."+r.options.discriminatorKey;o||1!==i.length||i[0]!==a||n.splice(n.indexOf(a),1)}},371:(t,e,r)=>{"use strict";var n=r(7785);t.exports=function(t,e,r){var i=t.schema.options.discriminatorKey,o=null!=e&&e[i];if(null==o&&(o=r),t.discriminators&&null!=o){if(t.discriminators[o])t=t.discriminators[o];else{var a=n(t.discriminators,o);a&&(t=a)}}return t}},7785:(t,e,r)=>{"use strict";var n=r(7603);t.exports=function(t,e){if(null==t)return null;for(var r=0,i=Object.keys(t);r<i.length;r++){var o=t[i[r]];if(o.schema&&o.schema.discriminatorMapping&&n(o.schema.discriminatorMapping.value,e))return o}return null}},1654:(t,e,r)=>{"use strict";var n=r(7603);t.exports=function(t,e){if(null==t||null==t.discriminators)return null;for(var r=0,i=Object.keys(t.discriminators);r<i.length;r++){var o=i[r],a=t.discriminators[o];if(null!=a.discriminatorMapping&&n(a.discriminatorMapping.value,e))return a}return null}},8836:(t,e,r)=>{"use strict";var n=r(5682),i=r(8150),o=r(2128),a=r(6704),s=r(4797);t.exports=function t(e,r,c,u){var f,l=Object.keys(r),h=0,p=l.length;if(c=c||"",!(u=u||new WeakSet).has(r)){for(u.add(r);h<p;)if(f=l[h++],(c||"discriminators"!==f&&"base"!==f&&"_applyDiscriminators"!==f&&"_userProvidedOptions"!==f&&"options"!==f&&"tree"!==f)&&!("tree"===c&&null!=r&&r.instanceOfSchema||i.has(f))){if(null==e[f])e[f]=r[f];else if(s(r[f])){if(s(e[f])||(e[f]={}),null!=r[f]){if(r[f].$isSingleNested&&e[f].$isMongooseDocumentArray||r[f].$isMongooseDocumentArray&&e[f].$isSingleNested||r[f].$isMongooseDocumentArrayElement&&e[f].$isMongooseDocumentArrayElement)continue;if(r[f].instanceOfSchema){e[f].instanceOfSchema?n(e[f],r[f].clone(),!0):e[f]=r[f].clone();continue}if(o(r[f],"ObjectId")){e[f]=new a(r[f]);continue}}t(e[f],r[f],c?c+"."+f:f,u)}}null!=r&&r.instanceOfSchema&&(e.tree=Object.assign({},r.tree,e.tree))}}},6690:(t,e,r)=>{"use strict";var n=r(180);function i(t,e,r){t.$__.activePaths.default(e),!r&&t.$isSubdocument&&t.$isSingleNested&&null!=t.$parent()&&t.$parent().$__.activePaths.default(t.$__pathRelativeToParent(e))}t.exports=function(t,e,r,o,a,s,c){for(var u=Object.keys(t.$__schema.paths),f=u.length,l=c&&c.skipParentChangeTracking,h=0;h<f;++h){var p=void 0,d="",y=u[h];if("_id"!==y||!t.$__.skipId)for(var b=t.$__schema.paths[y],m=b.splitPath(),v=m.length,g=!1,_=t._doc,w=0;w<v&&null!=_;++w){var S=m[w];if(d+=(d.length?".":"")+S,!0===r){if(d in e)break}else if(!1===r&&e&&!g){var O=b.$isSingleNested||b.$isMongooseDocumentArray;if(d in e&&!n(e[d])||w===v-1&&O&&null!=o&&o[d])g=!0;else if(null!=o&&!o[d])break}if(w===v-1){if(void 0!==_[S])break;if(null!=a){if("function"==typeof b.defaultValue){if(!b.defaultValue.$runBeforeSetters&&a||b.defaultValue.$runBeforeSetters&&!a)break}else if(!a)continue}if(s&&s[d])break;if(e&&null!==r){if(!0===r){if(y in e)continue;try{p=b.getDefault(t,!1)}catch(e){t.invalidate(y,e);break}void 0!==p&&(_[S]=p,i(t,y,l))}else if(g){try{p=b.getDefault(t,!1)}catch(e){t.invalidate(y,e);break}void 0!==p&&(_[S]=p,i(t,y,l))}}else{try{p=b.getDefault(t,!1)}catch(e){t.invalidate(y,e);break}void 0!==p&&(_[S]=p,i(t,y,l))}}else _=_[S]}}}},8208:t=>{"use strict";t.exports=function(t,e,r){var n=(r=r||{}).skipDocArrays,i=0;if(!t)return i;for(var o=0,a=Object.keys(t.$__.activePaths.getStatePaths("modify"));o<a.length;o++){var s=a[o];if(n){var c=t.$__schema.path(s);if(c&&c.$isMongooseDocumentArray)continue}s.startsWith(e+".")&&(t.$__.activePaths.clearPath(s),++i,t.$isSubdocument&&function t(e,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:new Set;if(n.has(e))throw Error("Infinite subdocument loop: subdoc with _id "+e._id+" is a parent of itself");var i=e.$parent(),o=e.$__pathRelativeToParent(void 0,!1)+"."+r;i.$__.activePaths.clearPath(o),i.$isSubdocument&&t(i,o,n)}(t,s))}return i}},9725:(t,e,r)=>{"use strict";var n,i=r(1829),o=r(5625).documentSchemaSymbol,a=r(3920)._,s=r(335),c=r(5625).getSymbol,u=r(5625).scopeSymbol,f=s.isPOJO;e.w=p,e.X=d;var l=Object.freeze({minimize:!0,virtuals:!1,getters:!1,transform:!1}),h=Object.freeze({noDottedPath:!0});function p(t,e,i,o){n=n||r(3293);for(var a=o.typeKey,s=0,c=Object.keys(t);s<c.length;s++){var u=c[s],l=t[u];d({prop:u,subprops:f(l)&&Object.keys(l).length>0&&(!l[a]||"type"===a&&f(l.type)&&l.type.type)?l:null,prototype:e,prefix:i,options:o})}}function d(t){var e=t.prop,s=t.subprops,f=t.prototype,d=t.prefix,y=t.options;n=n||r(3293);var b=(d?d+".":"")+e,m=(d=d||"")?Object.freeze({}):h;s?Object.defineProperty(f,e,{enumerable:!0,configurable:!0,get:function(){var t,e,r=this;if(this.$__.getters||(this.$__.getters={}),!this.$__.getters[b]){var a=Object.create(n.prototype,(t=this,e={},Object.getOwnPropertyNames(t).forEach(function(r){-1===["isNew","$__","$errors","errors","_doc","$locals","$op","__parentArray","__index","$isDocumentArrayElement"].indexOf(r)||(e[r]=Object.getOwnPropertyDescriptor(t,r),e[r].enumerable=!1)}),e));d||(a.$__[u]=this),a.$__.nestedPath=b,Object.defineProperty(a,"schema",{enumerable:!1,configurable:!0,writable:!1,value:f.schema}),Object.defineProperty(a,"$__schema",{enumerable:!1,configurable:!0,writable:!1,value:f.schema}),Object.defineProperty(a,o,{enumerable:!1,configurable:!0,writable:!1,value:f.schema}),Object.defineProperty(a,"toObject",{enumerable:!1,configurable:!0,writable:!1,value:function(){return i(r.get(b,null,{virtuals:this&&this.schema&&this.schema.options&&this.schema.options.toObject&&this.schema.options.toObject.virtuals||null}))}}),Object.defineProperty(a,"$__get",{enumerable:!1,configurable:!0,writable:!1,value:function(){return r.get(b,null,{virtuals:this&&this.schema&&this.schema.options&&this.schema.options.toObject&&this.schema.options.toObject.virtuals||null})}}),Object.defineProperty(a,"toJSON",{enumerable:!1,configurable:!0,writable:!1,value:function(){return r.get(b,null,{virtuals:this&&this.schema&&this.schema.options&&this.schema.options.toJSON&&this.schema.options.toJSON.virtuals||null})}}),Object.defineProperty(a,"$__isNested",{enumerable:!1,configurable:!0,writable:!1,value:!0}),Object.defineProperty(a,"$isEmpty",{enumerable:!1,configurable:!0,writable:!1,value:function(){return 0===Object.keys(this.get(b,null,l)||{}).length}}),Object.defineProperty(a,"$__parent",{enumerable:!1,configurable:!0,writable:!1,value:this}),p(s,a,b,y),this.$__.getters[b]=a}return this.$__.getters[b]},set:function(t){null!=t&&t.$__isNested?t=t.$__get():t instanceof n&&!t.$__isNested&&(t=t.$toObject(a)),(this.$__[u]||this).$set(b,t)}}):Object.defineProperty(f,e,{enumerable:!0,configurable:!0,get:function(){return this[c].call(this.$__[u]||this,b,null,m)},set:function(t){this.$set.call(this.$__[u]||this,b,t)}})}},2609:t=>{"use strict";t.exports=function(t,e,r){for(var n=e[0],i=r,o=t,a=0;a<e.length-1;++a){var s=i.path(n);if(s&&s.schema){var c=o.get(n);if(i=s.schema,n=e[a+1],Array.isArray(c)&&!isNaN(n)&&(c=c[n],n=""),null==c)break;o=c}else n+=n.length?"."+e[a+1]:e[a+1]}return o}},8239:(t,e,r)=>{"use strict";var n=r(5132),i=r(1654);t.exports=function t(e,r,o){for(var a=(o=o||{}).typeOnly,s=Array.isArray(r)?r:-1===r.indexOf(".")?[r]:r.split("."),c=null,u="adhocOrUndefined",f=i(e.schema,e.get(e.schema.options.discriminatorKey))||e.schema,l=0;l<s.length;++l){var h=s.slice(0,l+1).join(".");if(null!=(c=f.path(h))){if("Mixed"===c.instance)return a?"real":c;if(u=f.pathType(h),(c.$isSingleNested||c.$isMongooseDocumentArrayElement)&&null!=c.schema.discriminators){var p=c.schema.discriminators,d=e.get(h+"."+n(c,"schema.options.discriminatorKey"));if(null==d||null==p[d])continue;var y=s.slice(l+1).join(".");return t(e.get(h),y,o)}}else u="adhocOrUndefined"}return a?u:c}},8145:(t,e,r)=>{"use strict";function n(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function i(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?n(Object(r),!0).forEach(function(e){(function(t,e,r){var n;(n=function(t){if("object"!=o(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=o(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==o(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var a=r(335),s=new Set(["__index","__parentArray","_doc"]);t.exports=function(t,e){if(a.isPOJO(t)&&null!=t.$__&&null!=t._doc){if(e){for(var r={},n=0,c=Object.keys(t);n<c.length;n++){var u=c[n];"symbol"!==o(u)&&"$"!==u[0]&&(s.has(u)||(r[u]=t[u]))}return i(i({},t._doc),r)}return t._doc}return t}},6343:t=>{"use strict";function e(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}t.exports=function(t,r,n){if(0===t.length)return n();var i,o=t.length,a=null,s=function(t,r){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,r){if(t){if("string"==typeof t)return e(t,void 0);var n=({}).toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?e(t,void 0):void 0}}(t))){n&&(t=n);var i=0,o=function(){};return{s:o,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==n.return||n.return()}finally{if(c)throw a}}}}(t);try{for(s.s();!(i=s.n()).done;)r(i.value,function(t){if(null==a)return null!=t?n(a=t):--o<=0?n():void 0})}catch(t){s.e(t)}finally{s.f()}}},1892:t=>{"use strict";t.exports=function(t){for(var e,r=Object.keys(t.errors||{}),n=r.length,i=[],o=0;o<n;++o)e=r[o],t!==t.errors[e]&&i.push(e+": "+t.errors[e].message);return i.join(", ")}},5575:t=>{"use strict";t.exports=function(t){return null==t?null:Object.keys(t)[0]}},5132:t=>{"use strict";function e(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function r(t,e){return null==t?t:t instanceof Map?t.get(e):t[e]}t.exports=function(t,n,i){var o,a=!1;if("string"==typeof n){if(-1===n.indexOf(".")){var s=r(t,n);return null==s?i:s}o=n.split(".")}else if(a=!0,1===(o=n).length){var c=r(t,o[0]);return null==c?i:c}var u,f=n,l=t,h=function(t,r){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,r){if(t){if("string"==typeof t)return e(t,void 0);var n=({}).toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?e(t,void 0):void 0}}(t))){n&&(t=n);var i=0,o=function(){};return{s:o,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==n.return||n.return()}finally{if(c)throw a}}}}(o);try{for(h.s();!(u=h.n()).done;){var p=u.value;if(null==l)return i;if(!a&&null!=l[f])return l[f];l=r(l,p),a||(f=f.substr(p.length+1))}}catch(t){h.e(t)}finally{h.f()}return null==l?i:l}},5857:t=>{"use strict";t.exports=function(t){if(null!=t&&"function"==typeof t.constructor)return t.constructor.name}},5515:t=>{"use strict";var e=/^function\s*([^\s(]+)/;t.exports=function(t){return t.name||(t.toString().trim().match(e)||[])[1]}},3933:t=>{"use strict";var e="function"==typeof({env:{}}).nextTick?({env:{}}).nextTick.bind({env:{}}):function(t){return setTimeout(t,0)};t.exports=function(t){return e(t)}},9996:t=>{"use strict";t.exports=function(t,e){var r=t.discriminatorMapping&&t.discriminatorMapping.value;if(r&&!("sparse"in e)){var n=t.options.discriminatorKey;e.partialFilterExpression=e.partialFilterExpression||{},e.partialFilterExpression[n]=r}return e}},6564:t=>{"use strict";t.exports=function(t){return"function"==typeof t&&t.constructor&&"AsyncFunction"===t.constructor.name}},2128:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t,r){return"object"===e(t)&&null!==t&&t._bsontype===r}},6504:(t,e,r)=>{"use strict";var n=r(9240).isMongooseArray;t.exports=function(t){return null!=t&&(n(t)||null!=t.$__||t.isMongooseBuffer||t.$isMongooseMap)}},4797:(t,e,r)=>{"use strict";var n=r(5832).Buffer;t.exports=function(t){return n.isBuffer(t)||"[object Object]"===Object.prototype.toString.call(t)}},6288:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t){if(null==t||"object"!==e(t))return!1;var r=Object.getPrototypeOf(t);return!r||"Object"===r.constructor.name}},3165:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t){return!!t&&("object"===e(t)||"function"==typeof t)&&"function"==typeof t.then}},4664:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t){for(var r=Object.keys(t),n=!0,i=0,o=r.length;i<o;++i)if("object"===e(t[r[i]])&&null!==t[r[i]]){n=!1;break}return n}},6470:(t,e,r)=>{"use strict";var n=r(335).isPOJO;t.exports=function t(e){for(var r,i,o,a=Object.keys(e),s=a.length;s--;)n(o=e[i=a[s]])&&(e[i]=t(o)),void 0!==e[i]?r=!0:delete e[i];return r?e:void 0}},8892:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){(function(t,e,r){var i;(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}var a=r(3089),s=r(8183);t.exports=u,u.middlewareFunctions=["deleteOne","save","validate","remove","updateOne","init"];var c=new Set(u.middlewareFunctions.flatMap(function(t){return[t,"$__".concat(t)]}));function u(t,e,r){var n={useErrorHandlers:!0,numCallbackParams:1,nullResultByDefault:!0,contextParameter:!0},i=(r=r||{}).decorateDoc?t:t.prototype;t.$appliedHooks=!0;for(var f=0,l=Object.keys(e.paths);f<l.length;f++){var h=l[f],p=e.paths[h],d=null;if(p.$isSingleNested)d=p.caster;else{if(!p.$isMongooseDocumentArray)continue;d=p.Constructor}if(!d.$appliedHooks&&(u(d,p.schema,o(o({},r),{},{isChildSchema:!0})),null!=d.discriminators))for(var y=0,b=Object.keys(d.discriminators);y<b.length;y++){var m=b[y];u(d.discriminators[m],d.discriminators[m].schema,r)}}var v=e.s.hooks.filter(function(t){return"updateOne"===t.name||"deleteOne"===t.name?!!t.document:"remove"===t.name||"init"===t.name?null==t.document||!!t.document:null==t.query&&null==t.document||!1!==t.document}).filter(function(t){return!e.methods[t.name]||!t.fn[a.builtInMiddleware]});t._middleware=v,i.$__originalValidate=i.$__originalValidate||i.$__validate;for(var g=0,_=r&&r.isChildSchema?["save","validate","deleteOne"]:["save","validate"];g<_.length;g++){var w=_[g],S="validate"===w?"$__originalValidate":"$__".concat(w),O=v.createWrapper(w,i[S],null,n);i["$__".concat(w)]=O}i.$__init=v.createWrapperSync("init",i.$__init,null,n);for(var j=Object.keys(e.methods),$=Object.assign({},n,{checkForPromise:!0}),A=0;A<j.length;A++)!function(){var e=j[A];if(!c.has(e)&&v.hasHooks(e)){var r=i[e];i[e]=function(){var r=this,n=Array.prototype.slice.call(arguments),i=n.slice(-1).pop(),o="function"==typeof i?n.slice(0,n.length-1):n;return s(i,function(t){return r["$__".concat(e)].apply(r,o.concat([t]))},t.events)},i["$__".concat(e)]=v.createWrapper(e,r,null,$)}}()}},8650:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var a=r(1895),s=r(7807),c=r(1829),u=r(9725).X,f=r(5132),l=r(335),h=r(8836),p={toJSON:!0,toObject:!0,_id:!0,id:!0,virtuals:!0,methods:!0};t.exports=function(t,e,r,d,y,b,m){if(!r||!r.instanceOfSchema)throw Error("You must pass a valid discriminator Schema");if(b=null==b||b,t.schema.discriminatorMapping&&!t.schema.discriminatorMapping.isRoot)throw Error('Discriminator "'+e+'" can only be a discriminator of the root model');if(y){var v=f(t.base,"options.applyPluginsToDiscriminators",!1)||!b;t.base._applyPlugins(r,{skipTopLevel:!v})}else b||s(r);var g=t.schema.options.discriminatorKey,_=t.schema.path(g);if(null!=_)l.hasUserDefinedProperty(_.options,"select")||(_.options.select=!0),_.options.$skipDiscriminatorCheck=!0;else{var w={};w[g]={default:void 0,select:!0,$skipDiscriminatorCheck:!0},w[g][t.schema.options.typeKey]=String,t.schema.add(w),u({prop:g,prototype:t.prototype,options:t.schema.options})}if(r.path(g)&&!0!==r.path(g).options.$skipDiscriminatorCheck)throw Error('Discriminator "'+e+'" cannot have field with name "'+g+'"');var S=e;if(("string"==typeof d&&d.length||null!=d)&&(S=d),function(e,r){e._baseSchema=r,r.paths._id&&r.paths._id.options&&!r.paths._id.options.auto&&e.remove("_id");for(var s=[],u=0,f=Object.keys(r.paths);u<f.length;u++){var d=f[u];if(e.nested[d])s.push(d);else if(-1!==d.indexOf(".")){var m,v="",w=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return o(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(t,void 0):void 0}}(t))){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}(d.split(".").slice(0,-1));try{for(w.s();!(m=w.n()).done;){var O=m.value;v+=(v.length?".":"")+O,(e.paths[v]instanceof a||e.singleNestedPaths[v]instanceof a)&&s.push(d)}}catch(t){w.e(t)}finally{w.f()}}}e.obj=function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){(function(t,e,r){var i;(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}({},e.obj),h(e,r);for(var j=0;j<s.length;j++){var $=s[j];delete e.paths[$]}e.childSchemas.forEach(function(t){t.model.prototype.$__setSchema(t.schema)});var A={};A[g]={default:S,select:!0,set:function(t){if(t===S||Array.isArray(S)&&l.deepEqual(t,S))return S;throw Error("Can't set discriminator key \""+g+'"')},$skipDiscriminatorCheck:!0},A[g][e.options.typeKey]=_?_.options[e.options.typeKey]:String,e.add(A),e.discriminatorMapping={key:g,value:S,isRoot:!1},r.options.collection&&(e.options.collection=r.options.collection);var E=e.options.toJSON,x=e.options.toObject,P=e.options._id,k=e.options.id,M=Object.keys(e.options);e.options.discriminatorKey=r.options.discriminatorKey;for(var I=e._userProvidedOptions,T=0;T<M.length;T++){var B=M[T];if(!p[B]&&B in I&&!l.deepEqual(e.options[B],r.options[B]))throw Error("Can't customize discriminator option "+B+" (can only modify "+Object.keys(p).join(", ")+")")}e.options=c(r.options);for(var R=0,N=Object.keys(I);R<N.length;R++){var D=N[R];e.options[D]=I[D]}E&&(e.options.toJSON=E),x&&(e.options.toObject=x),void 0!==P&&(e.options._id=P),e.options.id=k,b&&(e.s.hooks=t.schema.s.hooks.merge(e.s.hooks)),y&&(e.plugins=Array.prototype.slice.call(r.plugins)),e.callQueue=r.callQueue.concat(e.callQueue),delete e._requiredpaths}(r,t.schema),t.discriminators||(t.discriminators={}),t.schema.discriminatorMapping||(t.schema.discriminatorMapping={key:g,value:null,isRoot:!0}),t.schema.discriminators||(t.schema.discriminators={}),t.schema.discriminators[e]=r,t.discriminators[e]&&!r.options.overwriteModels&&!m)throw Error('Discriminator with name "'+e+'" already exists');return r}},5679:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t){if(null==t||"object"!==e(t))return t;if(Array.isArray(t))for(var r=t.length-1;r>=0;--r)void 0===t[r]&&t.splice(r,1);for(var n=0,i=Object.keys(t);n<i.length;n++){var o=i[n];void 0===t[o]&&delete t[o]}return t}},4094:t=>{"use strict";var e=/\./g;t.exports=function(t){if(-1===t.indexOf("."))return[t];for(var r=t.split(e),n=r.length,i=Array(n),o="",a=0;a<n;++a)o+=0!==o.length?"."+r[a]:r[a],i[a]=o;return i}},5815:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t,r,n){if(null==t)return t;if(null!=t._doc&&(t=t._doc),arguments.length>=3){if("object"!==e(t)||void 0===n)return;return t instanceof Map?t.set(r,n):t[r]=n,n}return"$*"===r?t instanceof Map?Array.from(t.values()):Object.keys(t).map(function(e){return t[e]}):t instanceof Map?t.get(r):t[r]}},1096:(t,e,r)=>{"use strict";function n(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var i=r(335);t.exports=function(t,e){if(null!=t._doc._id&&null!=e&&0!==e.length){var r,o=String(t._doc._id),a=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return n(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(t,void 0):void 0}}(t))){r&&(t=r);var i=0,o=function(){};return{s:o,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}(e);try{for(a.s();!(r=a.n()).done;){var s=r.value;if(!s.isVirtual)for(var c=s.path.split("."),u=0;u<c.length-1;++u){var f=c.slice(0,u+1).join("."),l=c.slice(u+1).join("."),h=t.get(f);if(null!=h&&i.isMongooseDocumentArray(h)){for(var p=0;p<h.length;++p)h[p]&&h[p].populated(l,null==s._docs[o]?void 0:s._docs[o][p],s);break}}}}catch(t){a.e(t)}finally{a.f()}}}},8660:(t,e,r)=>{"use strict";var n=r(7026),i=r(2243),o=r(5815),a=r(5678),s=r(7352),c=r(335),u=/(\.\d+$|\.\d+\.)/g;t.exports=function(t,e,r,f,l){if(null==t)return[];if("string"==typeof t&&null!=l&&i(l,t))throw new n("refPath `"+t+"` must not be excluded in projection, got "+s.inspect(l));if(u.test(r)){var h=r.split(u);if(""===h[h.length-1])throw Error("Can't populate individual element in an array");for(var p="",d=t,y=0;y<h.length;y+=2){var b=h[y];if(!d.startsWith(b+".")){if(y===h.length-1){p+=d,d="";break}throw Error("Could not normalize ref path, chunk "+b+" not in populated path")}p+=d.substring(0,b.length)+h[y+1],d=d.substring(b.length+1)}var m=a.get(p,e,o),v=Array.isArray(m)?m:[m];return c.array.flatten(v)}var g=a.get(t,e,o);return null!=f&&f.virtuals.hasOwnProperty(t)?[f.virtuals[t].applyGetters(void 0,e)]:Array.isArray(g)?g:[g]}},5877:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t,r,n,i){return i.justOne||i.count?(t[r]=Array.isArray(n)?n[0]:n,"object"!==e(t[r])&&(t[r]=i.count?n:null)):(t[r]=Array.isArray(n)?n:null==n?[]:[n],t[r]=t[r].filter(function(t){return t&&"object"===e(t)})),t[r]}},6560:(t,e,r)=>{"use strict";var n=r(7026),i=r(7352);t.exports=function(t,e){if("string"!=typeof t&&"function"!=typeof t)throw new n('Invalid ref at path "'+e+'". Got '+i.inspect(t,{depth:0}))}},8279:t=>{"use strict";t.exports=function(t){for(var e={},r=0,n=Object.keys(t);r<n.length;r++){var i=n[r];if(-1!==i.indexOf("."))for(var o=i.split("."),a=o[0],s=0;s<o.length;++s)e[a]=1,s+1<o.length&&(a=a+"."+o[s+1]);else e[i]=1}return e}},6239:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t){return null==t||"object"!==e(t)||!("$meta"in t)&&!("$slice"in t)}},1384:(t,e,r)=>{"use strict";var n=r(6239),i=r(6288);t.exports=function t(e){if(null==e)return null;var r=Object.keys(e),o=null;if(1===r.length&&"_id"===r[0])o=!e._id;else for(var a=0;a<r.length;++a){var s,c=r[a];if("_id"!==c&&n(e[c])&&null!=(o=i(e[c])?null!==(s=t(e[c]))&&void 0!==s?s:o:!e[c]))break}return o}},180:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t){return null!=t&&"object"===e(t)&&null==t.$slice&&null==t.$elemMatch&&null==t.$meta&&null==t.$}},2243:(t,e,r)=>{"use strict";var n=r(6239);t.exports=function(t,e){if(null==t)return!1;if("_id"===e)return 0===t._id;for(var r=null,i=0,o=Object.keys(t);i<o.length;i++)if(n(t[o[i]])){r=1===t[e]?"inclusive":"exclusive";break}return"inclusive"===r?1!==t[e]:"exclusive"===r&&0===t[e]}},5772:t=>{"use strict";t.exports=function(t,e){for(var r,n,i,o=e.split("."),a="",s=0;s<o.length;++s)if(t[a+=a.length?".":""+o[s]]){for(i=(n=Object.keys(t)).length,r=0;r<i;++r)0!==n[s].indexOf(a+".")||n[s].indexOf(e);return!0}return!1}},8183:(t,e,r)=>{"use strict";var n=r(3933),i=Symbol("mongoose#emitted");t.exports=function(t,e,o,a){if("function"==typeof t)try{return e(function(e){if(null==e)t.apply(this,arguments);else{null!=o&&null!=o.listeners&&o.listeners("error").length>0&&!e[i]&&(e[i]=!0,o.emit("error",e));try{t(e)}catch(t){return n(function(){throw t})}}})}catch(e){return null!=o&&null!=o.listeners&&o.listeners("error").length>0&&!e[i]&&(e[i]=!0,o.emit("error",e)),t(e)}return new(a=a||r.g.Promise)(function(t,r){e(function(e,n){return null!=e?(null!=o&&null!=o.listeners&&o.listeners("error").length>0&&!e[i]&&(e[i]=!0,o.emit("error",e)),r(e)):arguments.length>2?t(Array.prototype.slice.call(arguments,1)):void t(n)})})}},8385:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(6148),o=r(6166),a=r(247),s=r(5679),c=new Set(["$and","$or"]),u=new Set(["$cmp","$eq","$lt","$lte","$gt","$gte"]),f=new Set(["$multiply","$divide","$log","$mod","$trunc","$avg","$max","$min","$stdDevPop","$stdDevSamp","$sum"]),l=new Set(["$abs","$exp","$ceil","$floor","$ln","$log10","$sqrt","$sin","$cos","$tan","$asin","$acos","$atan","$atan2","$asinh","$acosh","$atanh","$sinh","$cosh","$tanh","$degreesToRadians","$radiansToDegrees"]),h=new Set(["$arrayElemAt","$first","$last"]),p=new Set(["$year","$month","$week","$dayOfMonth","$dayOfYear","$hour","$minute","$second","$isoDayOfWeek","$isoWeekYear","$isoWeek","$millisecond"]),d=new Set(["$not"]);function y(t){if(!m(t))return t;try{return a(t)}catch(e){throw new i("Number",t)}}function b(t){return"string"==typeof t&&"$"===t[0]}function m(t){return!("string"==typeof t&&"$"===t[0]||"object"===n(t)&&null!==t&&Object.keys(t).find(function(t){return"$"===t[0]})&&null==t.$literal)}t.exports=function(t,e,r){if("object"!==n(t)||null===t)throw Error("`$expr` must be an object");return function t(e,r,v){if(b(e)||null===e)return e;null!=e.$cond?Array.isArray(e.$cond)?e.$cond=e.$cond.map(function(e){return t(e,r,v)}):(e.$cond.if=t(e.$cond.if,r,v),e.$cond.then=t(e.$cond.then,r,v),e.$cond.else=t(e.$cond.else,r,v)):null!=e.$ifNull?e.$ifNull.map(function(e){return t(e,r,v)}):null!=e.$switch&&(Array.isArray(e.$switch.branches)&&(e.$switch.branches=e.$switch.branches.map(function(e){return t(e,r,v)})),"default"in e.$switch&&(e.$switch.default=t(e.$switch.default,r,v)));for(var g=0,_=Object.keys(e);g<_.length;g++){var w=_[g];c.has(w)?e[w]=e[w].map(function(e){return t(e,r,v)}):u.has(w)?e[w]=function(e,r,s){if(!Array.isArray(e)||2!==e.length)throw Error("Comparison operator must be an array of length 2");e[0]=t(e[0],r,s);var c=e[0];if(m(e[1])){var u=null,f=null,l=null;if(b(c))u=c.slice(1),f=r.path(u);else if("object"===n(c)&&null!=c)for(var d=0,y=Object.keys(c);d<y.length;d++){var v=y[d];p.has(v)&&b(c[v])?(u=c[v].slice(1)+"."+v,l=a):h.has(v)&&b(c[v])&&(u=c[v].slice(1)+"."+v,null!=(f=r.path(c[v].slice(1)))&&(f.$isMongooseDocumentArray?f=f.$embeddedSchemaType:f.$isMongooseArray&&(f=f.caster)))}var g="object"===n(e[1])&&null!=e[1]&&null!=e[1].$literal;if(null!=f)e[1]=g?{$literal:f.cast(e[1].$literal)}:f.cast(e[1]);else if(null!=l){if(g)try{e[1]={$literal:l(e[1].$literal)}}catch(t){throw new i(l.name.replace(/^cast/,""),e[1],u+".$literal")}else try{e[1]=l(e[1])}catch(t){throw new i(l.name.replace(/^cast/,""),e[1],u)}}else{if(null!=u&&!0===s)return;if(null!=u&&"throw"===s)throw new o(u)}}else e[1]=t(e[1]);return e}(e[w],r,v):f.has(w)?e[w]=function(t){if(!Array.isArray(t)){if(!m(t))return t;try{return a(t)}catch(e){throw new i("Number",t)}}return t.map(function(t){if(!m(t))return t;try{return a(t)}catch(e){throw new i("Number",t)}})}(e[w]):l.has(w)?e[w]=y(e[w]):d.has(w)&&(e[w]=t(e[w],r,v))}if(e.$in&&(e.$in=function(t,e,r){var n=t[1];if(!b(n))return t;var i=t[0],a=e.path(n.slice(1));if(null!==a){if(!a.$isMongooseArray)throw Error("Path must be an array for $in");return[a.$isMongooseDocumentArray?a.$embeddedSchemaType.cast(i):a.caster.cast(i),n]}if(!1===r)return t;if("throw"===r)throw new o("$in")}(e.$in,r,v)),e.$size&&(e.$size=y(e.$size)),e.$round){var S=e.$round;if(!Array.isArray(S)||S.length<1||S.length>2)throw new i("Array",S,"$round");e.$round=S.map(function(t){return y(t)})}return s(e),e}(t,e,r)}},6482:t=>{"use strict";t.exports=function(t){switch(t){case"p":t="primary";break;case"pp":t="primaryPreferred";break;case"s":t="secondary";break;case"sp":t="secondaryPreferred";break;case"n":t="nearest"}return t}},499:t=>{"use strict";var e=new Set(["$ref","$id","$db"]);t.exports=function(t){return"$"===t[0]&&!e.has(t)}},3692:(t,e)=>{"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var n=Symbol("mongoose#trustedSymbol");e.trustedSymbol=n,e.trusted=function(t){return null==t||"object"!==r(t)||(t[n]=!0),t}},8331:t=>{"use strict";t.exports=function(t){var e={_id:{auto:!0}};e._id[t.options.typeKey]="ObjectId",t.add(e)}},7807:(t,e,r)=>{"use strict";var n=r(7509);t.exports=function(t){for(var e=0,r=Object.values(n);e<r.length;e++)(0,r[e])(t,{deduplicate:!0});t.plugins=Object.values(n).map(function(t){return{fn:t,opts:{deduplicate:!0}}}).concat(t.plugins)}},8796:t=>{"use strict";t.exports=function(t){return t.replace(/\.\$(\[[^\]]*\])?(?=\.)/g,".0").replace(/\.\$(\[[^\]]*\])?$/g,".0")}},5792:(t,e,r)=>{"use strict";var n=r(5132),i=r(4797),o=r(9996);t.exports=function(t){var e=[],r=new WeakMap,a=t.constructor.indexTypes,s=new Map;return function t(c,u,f){if(!r.has(c)){r.set(c,!0),u=u||"";for(var l=0,h=Object.keys(c.paths);l<h.length;l++){var p=h[l],d=c.paths[p];if(null==f||!f.paths[p]){if(d.$isMongooseDocumentArray||d.$isSingleNested){if(!0!==n(d,"options.excludeIndexes")&&!0!==n(d,"schemaOptions.excludeIndexes")&&!0!==n(d,"schema.options.excludeIndexes")&&t(d.schema,u+p+"."),null!=d.schema.discriminators)for(var y=d.schema.discriminators,b=0,m=Object.keys(y);b<m.length;b++)t(y[m[b]],u+p+".",d.schema);if(d.$isMongooseDocumentArray)continue}var v=d._index||d.caster&&d.caster._index;if(!1!==v&&null!=v){var g,_={},w=i(v),S=w?v:{},O="string"==typeof v?v:!!w&&v.type;O&&-1!==a.indexOf(O)?_[u+p]=O:S.text?(_[u+p]="text",delete S.text):(g="descending"===v||"desc"===v||"ascending"!==v&&"asc"!==v&&-1===Number(v),_[u+p]=g?-1:1),delete S.type,"background"in S||(S.background=!0),null!=c.options.autoIndex&&(S._autoIndex=c.options.autoIndex);var j=S&&S.name;"string"==typeof j&&s.has(j)?Object.assign(s.get(j),_):(e.push([_,S]),s.set(j,_))}}}r.delete(c),u?function(t,r){for(var n=t._indexes,i=n.length,o=0;o<i;++o){for(var a=n[o][0],s=n[o][1],c=Object.keys(a),u=c.length,f={},l=0;l<u;++l){var h=c[l];f[r+h]=a[h]}var p=Object.assign({},s);if(null!=s&&null!=s.partialFilterExpression){p.partialFilterExpression={};for(var d=s.partialFilterExpression,y=0,b=Object.keys(d);y<b.length;y++){var m=b[y];p.partialFilterExpression[r+m]=d[m]}}e.push([f,p])}}(c,u):(c._indexes.forEach(function(t){var e=t[1];"background"in e||(e.background=!0),o(c,e)}),e=e.concat(c._indexes))}}(t),e}},4051:(t,e,r)=>{"use strict";function n(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return i(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var o=r(5132);t.exports=function(t,e,r){var i,a=null!=r?Object.keys(o(t.tree,r,{})):Object.keys(t.tree),s=new Set(Object.keys(e));if(s.size>1){i=new Set;var c,u=n(a);try{for(u.s();!(c=u.n()).done;){var f=c.value;s.has(f)&&i.add(f)}}catch(t){u.e(t)}finally{u.f()}var l,h=n(s);try{for(h.s();!(l=h.n()).done;){var p=l.value;i.has(p)||i.add(p)}}catch(t){h.e(t)}finally{h.f()}i=Array.from(i)}else i=Array.from(s);return i}},8825:t=>{"use strict";t.exports=function(t,e){if(1!==e.length){for(var r=e[0],n=void 0,i=0;i<e.length-1;++i){var o=t.path(r);o&&o.schema?(n=o.schema.options.strict,t=o.schema,r=o.$isMongooseDocumentArray&&!isNaN(e[i+1])?"":e[i+1]):r+=r.length?"."+e[i+1]:e[i+1]}return n}}},5962:(t,e,r)=>{"use strict";var n=r(8331);t.exports=function(t,e){return null==e||null==e._id||(t=t.clone(),e._id?t.paths._id||(n(t),t.options._id=!0):(t.remove("_id"),t.options._id=!1)),t}},2169:t=>{"use strict";t.exports=function(t,e){return null==t?null:"boolean"==typeof t?e:"boolean"==typeof t[e]?t[e]?e:null:e in t?t[e]:e}},8638:t=>{"use strict";function e(){return null!=this._id?this._id.toString():null}t.exports=function(t){return!t.paths.id&&t.paths._id&&t.options.id&&(t.aliases&&t.aliases.id||t.virtual("id").get(e)),t}},5682:t=>{"use strict";function e(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}t.exports=function(t,r,n){for(var i,o={},a=0,s=Object.keys(r.tree);a<s.length;a++){var c=s[a];n&&(t.paths[c]||t.nested[c]||t.singleNestedPaths[c])||(o[c]=r.tree[c])}t.options._isMerging=!0,t.add(o,null),delete t.options._isMerging,t.callQueue=t.callQueue.concat(r.callQueue),t.method(r.methods),t.static(r.statics);for(var u=0,f=Object.entries(r._userProvidedOptions);u<f.length;u++){var l=function(t){if(Array.isArray(t))return t}(i=f[u])||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,i,o,a,s=[],c=!0,u=!1;try{for(o=(r=r.call(t)).next;!(c=(n=o.call(r)).done)&&(s.push(n.value),2!==s.length);c=!0);}catch(t){u=!0,i=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(u)throw i}}return s}}(i,0)||function(t,r){if(t){if("string"==typeof t)return e(t,2);var n=({}).toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?e(t,2):void 0}}(i,0)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),h=l[0],p=l[1];h in t._userProvidedOptions||t.set(h,p)}for(var d in r.query)t.query[d]=r.query[d];for(var y in r.virtuals)t.virtuals[y]=r.virtuals[y].clone();t._indexes=t._indexes.concat(r._indexes||[]),t.s.hooks.merge(r.s.hooks,!1)}},9012:(t,e,r)=>{"use strict";var n=r(6166);t.exports=function(t){var e,r;t.$immutable?(t.$immutableSetter=(e=t.path,r=t.options.immutable,function(t,i,o,a){if(null==this||null==this.$__||this.isNew||a&&a.overwriteImmutable||!("function"==typeof r?r.call(this,this):r))return t;var s=null!=this.$__.priorDoc?this.$__.priorDoc.$__getValue(e):this.$__getValue(e);if("throw"===this.$__.strictMode&&t!==s)throw new n(e,"Path `"+e+"` is immutable and strict mode is set to throw.",!0);return s}),t.set(t.$immutableSetter)):t.$immutableSetter&&(t.setters=t.setters.filter(function(e){return e!==t.$immutableSetter}),delete t.$immutableSetter)}},8150:t=>{"use strict";t.exports=new Set(["__proto__","constructor","prototype"])},5625:(t,e)=>{"use strict";e.arrayAtomicsBackupSymbol=Symbol("mongoose#Array#atomicsBackup"),e.arrayAtomicsSymbol=Symbol("mongoose#Array#_atomics"),e.arrayParentSymbol=Symbol("mongoose#Array#_parent"),e.arrayPathSymbol=Symbol("mongoose#Array#_path"),e.arraySchemaSymbol=Symbol("mongoose#Array#_schema"),e.documentArrayParent=Symbol("mongoose#documentArrayParent"),e.documentIsSelected=Symbol("mongoose#Document#isSelected"),e.documentIsModified=Symbol("mongoose#Document#isModified"),e.documentModifiedPaths=Symbol("mongoose#Document#modifiedPaths"),e.documentSchemaSymbol=Symbol("mongoose#Document#schema"),e.getSymbol=Symbol("mongoose#Document#get"),e.modelSymbol=Symbol("mongoose#Model"),e.objectIdSymbol=Symbol("mongoose#ObjectId"),e.populateModelSymbol=Symbol("mongoose#PopulateOptions#Model"),e.schemaTypeSymbol=Symbol("mongoose#schemaType"),e.sessionNewDocuments=Symbol("mongoose#ClientSession#newDocuments"),e.scopeSymbol=Symbol("mongoose#Document#scope"),e.validatorErrorSymbol=Symbol("mongoose#validatorError")},7796:t=>{"use strict";t.exports=function(t,e,r,n,i){var o=null!=e&&!1===e.updatedAt,a=null!=e&&!1===e.createdAt,s=null!=r?r():t.ownerDocument().constructor.base.now();if(!a&&(t.isNew||t.$isSubdocument)&&n&&!t.$__getValue(n)&&t.$__isSelected(n)&&t.$set(n,s,void 0,{overwriteImmutable:!0}),!o&&i&&(t.isNew||t.$isModified())){var c=s;t.isNew&&null!=n&&(c=t.$__getValue(n)),t.$set(i,c)}}},8644:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function o(t,e,r){var i;return(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var a=r(4287),s=r(7457),c=r(5132),u=r(2169),f=r(7796),l=r(3089),h=new Set(["replaceOne","findOneAndReplace"]);t.exports=function(t,e){var r=t.childSchemas.find(function(t){return!!t.schema.options.timestamps});if(e||r){var n=u(e,"createdAt"),p=u(e,"updatedAt"),d=null!=e&&e.hasOwnProperty("currentTime")?e.currentTime:null,y={};if(t.$timestamps={createdAt:n,updatedAt:p},n&&!t.paths[n]){var b=null!=t.base?t.base.get("timestamps.createdAt.immutable"):null;y[n]=o(o({},t.options.typeKey||"type",Date),"immutable",null==b||b)}p&&!t.paths[p]&&(y[p]=Date),t.add(y),t.pre("save",function(t){var e=c(this,"$__.saveOptions.timestamps");if(!1===e)return t();f(this,e,d,n,p),t()}),t.methods.initializeTimestamps=function(){var t=null!=d?d():this.constructor.base.now();if(n&&!this.get(n)&&this.$set(n,t),p&&!this.get(p)&&this.$set(p,t),this.$isSubdocument)return this;var e,r=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return i(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(t,void 0):void 0}}(t))){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}(this.$getAllSubdocs());try{for(r.s();!(e=r.n()).done;){var o=e.value;o.initializeTimestamps&&o.initializeTimestamps()}}catch(t){r.e(t)}finally{r.f()}return this},v[l.builtInMiddleware]=!0;var m={query:!0,model:!1};t.pre("findOneAndReplace",m,v),t.pre("findOneAndUpdate",m,v),t.pre("replaceOne",m,v),t.pre("update",m,v),t.pre("updateOne",m,v),t.pre("updateMany",m,v)}function v(t){var e=null!=d?d():this.model.base.now();h.has(this.op)&&null==this.getUpdate()&&this.setUpdate({}),s(e,n,p,this.getUpdate(),this._mongooseOptions,h.has(this.op)),a(e,this.getUpdate(),this.model.schema),t()}}},8437:(t,e,r)=>{"use strict";var n=r(5857);t.exports=function(t){if("TopologyDescription"!==n(t))return!1;var e=Array.from(t.servers.values());return e.length>0&&e.every(function(t){return"Unknown"===t.type})}},3343:(t,e,r)=>{"use strict";function n(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var i=r(5857);t.exports=function(t){if("TopologyDescription"!==i(t)||0===t.servers.size)return!1;var e,r=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return n(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(t,void 0):void 0}}(t))){r&&(t=r);var i=0,o=function(){};return{s:o,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}(t.servers.values());try{for(r.s();!(e=r.n()).done;){var o=e.value;if(!1===o.host.endsWith(".mongodb.net")||27017!==o.port)return!1}}catch(t){r.e(t)}finally{r.f()}return!0}},2078:(t,e,r)=>{"use strict";var n=r(5857);t.exports=function(t){if("TopologyDescription"!==n(t))return!1;var e=Array.from(t.servers.values());return e.length>0&&e.every(function(t){return t.error&&-1!==t.error.message.indexOf("Client network socket disconnected before secure TLS connection was established")})}},4287:(t,e,r)=>{"use strict";function n(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return i(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var o=r(8796),a=r(2169);function s(t,e,r){if(null!=e){if(Object.keys(e).some(function(t){return"$"===t[0]})){if(e.$push&&d(e.$push),e.$addToSet&&d(e.$addToSet),null!=e.$set)for(var i=0,o=Object.keys(e.$set);i<o.length;i++)c(r,o[i],e.$set,t);if(null!=e.$setOnInsert)for(var u=0,f=Object.keys(e.$setOnInsert);u<f.length;u++)c(r,f[u],e.$setOnInsert,t)}var l,h=n(Object.keys(e).filter(function(t){return"$"!==t[0]}));try{for(h.s();!(l=h.n()).done;){var p=l.value;c(r,p,e,t)}}catch(t){h.e(t)}finally{h.f()}}function d(e){for(var n=0,i=Object.keys(e);n<i.length;n++)!function(){var o=i[n],c=r.path(o.replace(/\.\$\./i,".").replace(/.\$$/,""));if(e[o]&&c&&c.$isMongooseDocumentArray&&c.schema.options.timestamps){var u=c.schema.options.timestamps,f=a(u,"createdAt"),l=a(u,"updatedAt");e[o].$each?e[o].$each.forEach(function(e){null!=l&&(e[l]=t),null!=f&&(e[f]=t),s(t,e,c.schema)}):(null!=l&&(e[o][l]=t),null!=f&&(e[o][f]=t),s(t,e[o],c.schema))}}()}}function c(t,e,r,i){var c=o(e),u=t.path(c);if(u){for(var f=[],l=c.split("."),h=l.length-1;h>0;--h){var p=t.path(l.slice(0,h).join("."));null!=p&&(p.$isMongooseDocumentArray||p.$isSingleNested)&&f.push({parentPath:e.split(".").slice(0,h).join("."),parentSchemaType:p})}if(Array.isArray(r[e])&&u.$isMongooseDocumentArray)!function(t,e,r){var n=e.schema.options.timestamps,i=t.length;if(n)for(var o=a(n,"createdAt"),c=a(n,"updatedAt"),u=0;u<i;++u)null!=c&&(t[u][c]=r),null!=o&&(t[u][o]=r),s(r,t[u],e.schema);else for(var f=0;f<i;++f)s(r,t[f],e.schema)}(r[e],u,i);else if(r[e]&&u.$isSingleNested)!function(t,e,r){var n=e.schema.options.timestamps;if(n){var i=a(n,"createdAt"),o=a(n,"updatedAt");null!=o&&(t[o]=r),null!=i&&(t[i]=r),s(r,t,e.schema)}else s(r,t,e.schema)}(r[e],u,i);else if(f.length>0){var d,y=n(f);try{for(y.s();!(d=y.n()).done;){var b=d.value,m=b.parentPath,v=b.parentSchemaType,g=v.schema.options.timestamps,_=a(g,"updatedAt");if(g&&null!=_){if(v.$isSingleNested)r[m+"."+_]=i;else if(v.$isMongooseDocumentArray){var w=e.substring(m.length+1);if(/^\d+$/.test(w)){r[m+"."+w][_]=i;continue}var S=w.indexOf(".");r[m+"."+(w=-1!==S?w.substring(0,S):w)+"."+_]=i}}}}catch(t){y.e(t)}finally{y.f()}}else if(null!=u.schema&&u.schema!=t&&r[e]){var O=u.schema.options.timestamps,j=a(O,"createdAt"),$=a(O,"updatedAt");if(!O)return;null!=$&&(r[e][$]=i),null!=j&&(r[e][j]=i)}}}t.exports=s},7457:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(5132);t.exports=function(t,e,r,o,a,s){var c,u=o,f=u,l=i(a,"timestamps",!0);if(!l||null==u)return o;var h,p,d=null!=l&&!1===l.createdAt,y=null!=l&&!1===l.updatedAt;if(s)return o&&o.$set&&(o=o.$set,u.$set={},f=u.$set),y||!r||o[r]||(f[r]=t),d||!e||o[e]||(f[e]=t),u;if(o=o||{},Array.isArray(u))return null==r||u.push({$set:(h={},(c=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(p=r),(p="symbol"==n(c)?c:c+"")in h)?Object.defineProperty(h,p,{value:t,enumerable:!0,configurable:!0,writable:!0}):h[p]=t,h)}),u;if(u.$set=u.$set||{},!y&&r&&(!o.$currentDate||!o.$currentDate[r])){var b=!1;if(-1!==r.indexOf("."))for(var m=r.split("."),v=1;v<m.length;++v){var g=m.slice(-v).join("."),_=m.slice(0,-v).join(".");if(null!=o[_]){o[_][g]=t,b=!0;break}if(o.$set&&o.$set[_]){o.$set[_][g]=t,b=!0;break}}b||(u.$set[r]=t),u.hasOwnProperty(r)&&delete u[r]}if(!d&&e){o[e]&&delete o[e],o.$set&&o.$set[e]&&delete o.$set[e];var w=!1;if(-1!==e.indexOf("."))for(var S=e.split("."),O=1;O<S.length;++O){var j=S.slice(-O).join("."),$=S.slice(0,-O).join(".");if(null!=o[$]){o[$][j]=t,w=!0;break}if(o.$set&&o.$set[$]){o.$set[$][j]=t,w=!0;break}}w||(u.$setOnInsert=u.$setOnInsert||{},u.$setOnInsert[e]=t)}return 0===Object.keys(u.$set).length&&delete u.$set,u}},641:(t,e,r)=>{"use strict";var n=r(4494).ctor("require","modify","init","default","ignore");function i(){this.activePaths=new n}t.exports=i,i.prototype.strictMode=!0,i.prototype.fullPath=void 0,i.prototype.selected=void 0,i.prototype.shardval=void 0,i.prototype.saveError=void 0,i.prototype.validationError=void 0,i.prototype.adhocPaths=void 0,i.prototype.removing=void 0,i.prototype.inserting=void 0,i.prototype.saving=void 0,i.prototype.version=void 0,i.prototype._id=void 0,i.prototype.ownerDocument=void 0,i.prototype.populate=void 0,i.prototype.populated=void 0,i.prototype.primitiveAtomics=void 0,i.prototype.wasPopulated=!1,i.prototype.scope=void 0,i.prototype.session=null,i.prototype.pathsToScopes=null,i.prototype.cachedRequired=null},7283:t=>{"use strict";var e;t.exports=(Object.defineProperty(e=function t(e,r,n){(function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")})(this,t),this.subdocSnapshot=e,this.activePaths=r,this.version=n},"prototype",{writable:!1}),e)},3920:(t,e)=>{"use strict";e._={transform:!1,virtuals:!1,getters:!1,_skipDepopulateTopLevel:!0,depopulate:!0,flattenDecimals:!1,useProjection:!1,versionKey:!0,flattenObjectIds:!1}},6591:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i,o=r(1829),a=(Object.defineProperty(i=function t(e){if(function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,t),this._docs={},this._childDocs=[],null!=e&&(Object.assign(this,e=o(e)),"object"===n(e.subPopulate)&&(this.populate=e.subPopulate),null!=e.perDocumentLimit&&null!=e.limit))throw Error("Can not use `limit` and `perDocumentLimit` at the same time. Path: `"+e.path+"`.")},"prototype",{writable:!1}),i);t.exports=a},1918:t=>{"use strict";t.exports=Object.freeze({enumerable:!0,configurable:!0,writable:!0,value:void 0})},2685:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(){var t,r;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),t=e,r=arguments,t=o(t),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(t,r||[],o(this).constructor):t.apply(this,r))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(1e3)),c=r(1918);Object.defineProperty(s.prototype,"enum",c),Object.defineProperty(s.prototype,"of",c),Object.defineProperty(s.prototype,"castNonArrays",c),t.exports=s},3958:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(){var t,r;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),t=e,r=arguments,t=o(t),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(t,r||[],o(this).constructor):t.apply(this,r))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(1e3)),c=r(1918);Object.defineProperty(s.prototype,"subtype",c),t.exports=s},7236:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(){var t,r;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),t=e,r=arguments,t=o(t),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(t,r||[],o(this).constructor):t.apply(this,r))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(1e3)),c=r(1918);Object.defineProperty(s.prototype,"min",c),Object.defineProperty(s.prototype,"max",c),Object.defineProperty(s.prototype,"expires",c),t.exports=s},4172:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(){var t,r;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),t=e,r=arguments,t=o(t),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(t,r||[],o(this).constructor):t.apply(this,r))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(1e3)),c=r(1918);Object.defineProperty(s.prototype,"excludeIndexes",c),Object.defineProperty(s.prototype,"_id",c),t.exports=s},7488:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(){var t,r;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),t=e,r=arguments,t=o(t),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(t,r||[],o(this).constructor):t.apply(this,r))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(1e3)),c=r(1918);Object.defineProperty(s.prototype,"of",c),t.exports=s},3823:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(){var t,r;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),t=e,r=arguments,t=o(t),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(t,r||[],o(this).constructor):t.apply(this,r))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(1e3)),c=r(1918);Object.defineProperty(s.prototype,"min",c),Object.defineProperty(s.prototype,"max",c),Object.defineProperty(s.prototype,"enum",c),Object.defineProperty(s.prototype,"populate",c),t.exports=s},210:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(){var t,r;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),t=e,r=arguments,t=o(t),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(t,r||[],o(this).constructor):t.apply(this,r))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(1e3)),c=r(1918);Object.defineProperty(s.prototype,"auto",c),Object.defineProperty(s.prototype,"populate",c),t.exports=s},8035:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(){var t,r;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),t=e,r=arguments,t=o(t),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(t,r||[],o(this).constructor):t.apply(this,r))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(1e3)),c=r(1918);Object.defineProperty(s.prototype,"enum",c),Object.defineProperty(s.prototype,"match",c),Object.defineProperty(s.prototype,"lowercase",c),Object.defineProperty(s.prototype,"trim",c),Object.defineProperty(s.prototype,"uppercase",c),Object.defineProperty(s.prototype,"minLength",c),Object.defineProperty(s.prototype,"minlength",c),Object.defineProperty(s.prototype,"maxLength",c),Object.defineProperty(s.prototype,"maxlength",c),Object.defineProperty(s.prototype,"populate",c),t.exports=s},6271:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(i=function(){return!!t})()}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var s=function(t){function e(){var t,r;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,e),t=e,r=arguments,t=o(t),function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,i()?Reflect.construct(t,r||[],o(this).constructor):t.apply(this,r))}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&a(t,e)}(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}(r(1e3)),c=r(1918);Object.defineProperty(s.prototype,"_id",c),t.exports=s},1e3:(t,e,r)=>{"use strict";var n,i=r(1829),o=(Object.defineProperty(n=function t(e){if(function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,t),null==e)return this;Object.assign(this,i(e))},"prototype",{writable:!1}),n),a=r(1918);Object.defineProperty(o.prototype,"type",a),Object.defineProperty(o.prototype,"validate",a),Object.defineProperty(o.prototype,"cast",a),Object.defineProperty(o.prototype,"required",a),Object.defineProperty(o.prototype,"default",a),Object.defineProperty(o.prototype,"ref",a),Object.defineProperty(o.prototype,"refPath",a),Object.defineProperty(o.prototype,"select",a),Object.defineProperty(o.prototype,"index",a),Object.defineProperty(o.prototype,"unique",a),Object.defineProperty(o.prototype,"immutable",a),Object.defineProperty(o.prototype,"sparse",a),Object.defineProperty(o.prototype,"text",a),Object.defineProperty(o.prototype,"transform",a),t.exports=o},384:(t,e,r)=>{"use strict";var n,i=r(1918),o=(Object.defineProperty(n=function t(e){(function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")})(this,t),Object.assign(this,e),null!=e&&null!=e.options&&(this.options=Object.assign({},e.options))},"prototype",{writable:!1}),n);Object.defineProperty(o.prototype,"ref",i),Object.defineProperty(o.prototype,"refPath",i),Object.defineProperty(o.prototype,"localField",i),Object.defineProperty(o.prototype,"foreignField",i),Object.defineProperty(o.prototype,"justOne",i),Object.defineProperty(o.prototype,"count",i),Object.defineProperty(o.prototype,"match",i),Object.defineProperty(o.prototype,"options",i),Object.defineProperty(o.prototype,"skip",i),Object.defineProperty(o.prototype,"limit",i),Object.defineProperty(o.prototype,"perDocumentLimit",i),t.exports=o},7509:(t,e,r)=>{"use strict";e.saveSubdocs=r(4679),e.sharding=r(7201),e.trackTransaction=r(2016),e.validateBeforeSave=r(377)},4679:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(){i=function(){return e};var t,e={},r=Object.prototype,o=r.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",f=s.toStringTag||"@@toStringTag";function l(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,r){return t[e]=r}}function h(e,r,n,i){var o,s,c=Object.create((r&&r.prototype instanceof v?r:v).prototype);return a(c,"_invoke",{value:(o=new P(i||[]),s=d,function(r,i){if(s===y)throw Error("Generator is already running");if(s===b){if("throw"===r)throw i;return{value:t,done:!0}}for(o.method=r,o.arg=i;;){var a=o.delegate;if(a){var c=function e(r,n){var i=n.method,o=r.iterator[i];if(o===t)return n.delegate=null,"throw"===i&&r.iterator.return&&(n.method="return",n.arg=t,e(r,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=TypeError("The iterator does not provide a '"+i+"' method")),m;var a=p(o,r.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,m;var s=a.arg;return s?s.done?(n[r.resultName]=s.value,n.next=r.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,m):s:(n.method="throw",n.arg=TypeError("iterator result is not an object"),n.delegate=null,m)}(a,o);if(c){if(c===m)continue;return c}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if(s===d)throw s=b,o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);s=y;var u=p(e,n,o);if("normal"===u.type){if(s=o.done?b:"suspendedYield",u.arg===m)continue;return{value:u.arg,done:o.done}}"throw"===u.type&&(s=b,o.method="throw",o.arg=u.arg)}})}),c}function p(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=h;var d="suspendedStart",y="executing",b="completed",m={};function v(){}function g(){}function _(){}var w={};l(w,c,function(){return this});var S=Object.getPrototypeOf,O=S&&S(S(k([])));O&&O!==r&&o.call(O,c)&&(w=O);var j=_.prototype=v.prototype=Object.create(w);function $(t){["next","throw","return"].forEach(function(e){l(t,e,function(t){return this._invoke(e,t)})})}function A(t,e){var r;a(this,"_invoke",{value:function(i,a){function s(){return new e(function(r,s){!function r(i,a,s,c){var u=p(t[i],t,a);if("throw"!==u.type){var f=u.arg,l=f.value;return l&&"object"==n(l)&&o.call(l,"__await")?e.resolve(l.__await).then(function(t){r("next",t,s,c)},function(t){r("throw",t,s,c)}):e.resolve(l).then(function(t){f.value=t,s(f)},function(t){return r("throw",t,s,c)})}c(u.arg)}(i,a,r,s)})}return r=r?r.then(s,s):s()}})}function E(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function P(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function k(e){if(e||""===e){var r=e[c];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function r(){for(;++i<e.length;)if(o.call(e,i))return r.value=e[i],r.done=!1,r;return r.value=t,r.done=!0,r};return a.next=a}}throw TypeError(n(e)+" is not iterable")}return g.prototype=_,a(j,"constructor",{value:_,configurable:!0}),a(_,"constructor",{value:g,configurable:!0}),g.displayName=l(_,f,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,_):(t.__proto__=_,l(t,f,"GeneratorFunction")),t.prototype=Object.create(j),t},e.awrap=function(t){return{__await:t}},$(A.prototype),l(A.prototype,u,function(){return this}),e.AsyncIterator=A,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var a=new A(h(t,r,n,i),o);return e.isGeneratorFunction(r)?a:a.next().then(function(t){return t.done?t.value:a.next()})},$(j),l(j,f,"Generator"),l(j,c,function(){return this}),l(j,"toString",function(){return"[object Generator]"}),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=k,P.prototype={constructor:P,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(x),!e)for(var r in this)"t"===r.charAt(0)&&o.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function n(n,i){return s.type="throw",s.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var c=o.call(a,"catchLoc"),u=o.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return n(a.catchLoc,!0);if(this.prev<a.finallyLoc)return n(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return n(a.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return n(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&o.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var i=n;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),x(r),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;x(r)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:k(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),m}},e}function o(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return a(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?a(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,o=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw o}}}}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function s(t,e,r,n,i,o,a){try{var s=t[o](a),c=s.value}catch(t){return void r(t)}s.done?e(c):Promise.resolve(c).then(n,i)}function c(t){return function(){var e=this,r=arguments;return new Promise(function(n,i){var o=t.apply(e,r);function a(t){s(o,n,i,a,c,"next",t)}function c(t){s(o,n,i,a,c,"throw",t)}a(void 0)})}}var u=r(6343);t.exports=function(t){var e,r;t.s.hooks.pre("save",!1,function(t){if(this.$isSubdocument)t();else{var e=this,r=this.$getAllSubdocs();r.length?u(r,function(t,e){t.$__schema.s.hooks.execPre("save",t,function(t){e(t)})},function(r){if(r)return e.$__schema.s.hooks.execPost("save:error",e,[e],{error:r},function(e){t(e)});t()}):t()}},null,!0),t.s.hooks.post("save",(e=c(i().mark(function t(){var e,r,n,a,s;return i().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if((e=this.$__.removedSubdocs)&&e.length){t.next=3;break}return t.abrupt("return");case 3:r=[],n=o(e),t.prev=5,s=i().mark(function t(){var e;return i().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:e=a.value,r.push(new Promise(function(t,r){e.$__schema.s.hooks.execPost("deleteOne",e,[e],function(e){if(e)return r(e);t()})}));case 2:case"end":return t.stop()}},t)}),n.s();case 8:if((a=n.n()).done){t.next=12;break}return t.delegateYield(s(),"t0",10);case 10:t.next=8;break;case 12:t.next=17;break;case 14:t.prev=14,t.t1=t.catch(5),n.e(t.t1);case 17:return t.prev=17,n.f(),t.finish(17);case 20:return this.$__.removedSubdocs=null,t.next=23,Promise.all(r);case 23:case"end":return t.stop()}},t,this,[[5,14,17,20]])})),function(){return e.apply(this,arguments)})),t.s.hooks.post("save",(r=c(i().mark(function t(){var e,r,n,a,s,c,u=this;return i().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(!this.$isSubdocument){t.next=2;break}return t.abrupt("return");case 2:if(e=this,(r=this.$getAllSubdocs()).length){t.next=6;break}return t.abrupt("return");case 6:n=[],a=o(r),t.prev=8,c=i().mark(function t(){var e;return i().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:e=s.value,n.push(new Promise(function(t,r){e.$__schema.s.hooks.execPost("save",e,[e],function(e){if(e)return r(e);t()})}));case 2:case"end":return t.stop()}},t)}),a.s();case 11:if((s=a.n()).done){t.next=15;break}return t.delegateYield(c(),"t0",13);case 13:t.next=11;break;case 15:t.next=20;break;case 17:t.prev=17,t.t1=t.catch(8),a.e(t.t1);case 20:return t.prev=20,a.f(),t.finish(20);case 23:return t.prev=23,t.next=26,Promise.all(n);case 26:t.next=32;break;case 28:return t.prev=28,t.t2=t.catch(23),t.next=32,new Promise(function(r,n){u.$__schema.s.hooks.execPost("save:error",e,[e],{error:t.t2},function(t){if(t)return n(t);r()})});case 32:case"end":return t.stop()}},t,this,[[8,17,20,23],[23,28]])})),function(){return r.apply(this,arguments)}),null,!0)}},7201:(t,e,r)=>{"use strict";var n=r(5625).objectIdSymbol,i=r(335);function o(){var t,e;if(this.$__.shardval){e=(t=Object.keys(this.$__.shardval)).length,this.$where=this.$where||{};for(var r=0;r<e;++r)this.$where[t[r]]=this.$__.shardval[t[r]]}}function a(){var t=this.$__schema.options.shardKey||this.$__schema.options.shardkey;if(i.isPOJO(t))for(var e,r=this.$__.shardval={},o=Object.keys(t),a=o.length,s=0;s<a;++s)null==(e=this.$__getValue(o[s]))?r[o[s]]=e:i.isMongooseObject(e)?r[o[s]]=e.toObject({depopulate:!0,_isNested:!0}):e instanceof Date||e[n]?r[o[s]]=e:"function"==typeof e.valueOf?r[o[s]]=e.valueOf():r[o[s]]=e}t.exports=function(t){t.post("init",function(){return a.call(this),this}),t.pre("save",function(t){o.call(this),t()}),t.pre("remove",function(t){o.call(this),t()}),t.post("save",function(){a.call(this)})},t.exports.storeShard=a},2016:(t,e,r)=>{"use strict";function n(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=i(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}function i(t,e){if(t){if("string"==typeof t)return o(t,e);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(t,e):void 0}}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var a=r(5625).arrayAtomicsSymbol,s=r(5625).sessionNewDocuments,c=r(335);function u(t,e){var r;return t=t||{},null!=e.$pullAll&&(t.$pullAll=(t.$pullAll||[]).concat(e.$pullAll)),null!=e.$push&&(t.$push=t.$push||{},t.$push.$each=(t.$push.$each||[]).concat(e.$push.$each)),null!=e.$addToSet&&(t.$addToSet=(t.$addToSet||[]).concat(e.$addToSet)),null!=e.$set&&(t.$set=Array.isArray(e.$set)?function(t){if(Array.isArray(t))return o(t)}(r=e.$set)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(r)||i(r)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}():Object.assign({},e.$set)),t}t.exports=function(t){t.pre("save",function(){var t=this.$session();if(null!=t&&null!=t.transaction&&null!=t[s]&&!t[s].has(this)){var e={};this.isNew&&(e.isNew=!0),this.$__schema.options.versionKey&&(e.versionKey=this.get(this.$__schema.options.versionKey)),e.modifiedPaths=new Set(Object.keys(this.$__.activePaths.getStatePaths("modify"))),e.atomics=function(t,e){var r=new Map;e=e||new Map;var i,o=n(Object.keys(t.$__.activePaths.init).concat(Object.keys(t.$__.activePaths.modify)));try{for(o.s();!(i=o.n()).done;){var s=i.value,f=t.$__getValue(s);if(null!=f&&Array.isArray(f)&&c.isMongooseDocumentArray(f)&&f.length&&null!=f[a]&&0!==Object.keys(f[a]).length){var l=e.get(s)||{};r.set(s,u(l,f[a]))}}}catch(t){o.e(t)}finally{o.f()}var h,p=n(t.$__dirty());try{for(p.s();!(h=p.n()).done;){var d=h.value,y=d.path,b=d.value;if(null!=b&&null!=b[a]&&0!==Object.keys(b[a]).length){var m=e.get(y)||{};r.set(y,u(m,b[a]))}}}catch(t){p.e(t)}finally{p.f()}return r}(this),t[s].set(this,e)}})}},377:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t){t.pre("save",!1,function(t,r){var n=this,i=this;if(this.$isSubdocument)return t();if(r&&"object"===e(r)&&"validateBeforeSave"in r?r.validateBeforeSave:this.$__schema.options.validateBeforeSave){var o=r&&"object"===e(r)&&"validateModifiedOnly"in r?{validateModifiedOnly:r.validateModifiedOnly}:null;this.$validate(o).then(function(){n.$op="save",t()},function(e){i.$__schema.s.hooks.execPost("save:error",i,[i],{error:e},function(e){i.$op="save",t(e)})})}else t()},null,!0)}},2205:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return o(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var a=r(967),s=r(5132),c=r(7785),u=r(6239),f=r(1829),l=r(5772);function h(t){return function(e){e.options||(e.options={}),null!=t&&Array.isArray(t.virtuals)&&((t=Object.assign({},t)).virtuals=t.virtuals.filter(function(t){return"string"==typeof t&&t.startsWith(e.path+".")}).map(function(t){return t.slice(e.path.length+1)})),e.options.lean=t}}e.preparePopulationOptions=function(t,e){var r=t.options.populate,n=Object.keys(r).reduce(function(t,e){return t.concat([r[e]])},[]);return null!=e.lean&&n.filter(function(t){return null==(t&&t.options&&t.options.lean)}).forEach(h(e.lean)),n.forEach(function(e){e._localModel=t.model}),n},e.preparePopulationOptionsMQ=function(t,e){var r=t._mongooseOptions.populate,n=Object.keys(r).reduce(function(t,e){return t.concat([r[e]])},[]);null!=e.lean&&n.filter(function(t){return null==(t&&t.options&&t.options.lean)}).forEach(h(e.lean));var i=t&&t.options&&t.options.session||null;null!=i&&n.forEach(function(t){null!=t.options?"session"in t.options||(t.options.session=i):t.options={session:i}});var o=t._fieldsForExec();return n.forEach(function(t){t._queryProjection=o}),n.forEach(function(e){e._localModel=t.model}),n},e.createModel=function(t,r,n,i,o){t.hooks.execPreSync("createModel",r);var a=t.schema?t.schema.discriminatorMapping:null,s=a&&a.isRoot?a.key:null,u=r[s];if(s&&u&&t.discriminators){var l=t.discriminators[u]||c(t.discriminators,u);if(l){var h=f(i);return e.applyPaths(h,l.schema),new l(void 0,h,!0)}}var p={skipId:!0,isNew:!1,willInit:!0};return null!=o&&"defaults"in o&&(p.defaults=o.defaults),new t(void 0,n,p)},e.createModelAndInit=function(t,r,n,i,o,a,s){var c=e.createModel(t,r,n,i,o);try{c.$init(r,a?{populated:a}:void 0,s)}catch(t){s(t,c)}},e.applyPaths=function(t,e,r){var o,c,f=new Set;if(t){c=Object.keys(t);for(var h=[],p=0;p<c.length;++p){var d=c[p];"-"===c[p][0]&&(delete t[d],"-_id"===d?t._id=0:h.push(d.slice(1)))}c=Object.keys(t);for(var y=0;y<c.length;++y)if("+"!==c[y][0]){var b=t[c[y]];if(u(b)&&!("_id"===c[y]&&c.length>1)&&(!(c[y]===e.options.discriminatorKey&&c.length>1&&null!=b)||b)){o=!b;break}}for(var m=0;m<h.length;m++){var v=h[m],g=e.path(v);g&&g.selected&&!1===o?g&&g.selected&&!1===o&&f.add(v):(t[v]=0,o=!0)}}var _=[],w=[],S=[];switch(function e(r,n){if(n||(n=""),-1!==S.indexOf(r))return[];S.push(r);var i=[];return r.eachPath(function(r,s){if(n&&(r=n+"."+r),s.$isSchemaMap||r.endsWith(".$*")){var c=t&&"+"+r in t;s.options&&!1===s.options.select&&!c&&w.push(r)}else{var u=B(r,s);if(null!=u||Array.isArray(s)||!s.$isMongooseArray||s.$isMongooseDocumentArray||(u=B(r,s.caster)),null!=u&&i.push(u),s.schema){var f=e(s.schema,r);!1===o&&a(t,r,s.schema,_,f)}}}),S.pop(),i}(e),o){case!0:var O,j=i(w);try{for(j.s();!(O=j.n()).done;)t[O.value]=0}catch(t){j.e(t)}finally{j.f()}break;case!1:e&&e.paths._id&&e.paths._id.options&&!1===e.paths._id.options.select&&(t._id=0);var $,A=i(_);try{for(A.s();!($=A.n()).done;){var E=$.value;f.has(E)||l(t,E)||(t[E]=t[E]||1)}}catch(t){A.e(t)}finally{A.f()}break;case void 0:if(null==t)break;for(var x=0,P=Object.keys(t||{});x<P.length;x++){var k=P[x];k.startsWith("+")&&delete t[k]}var M,I=i(w);try{for(I.s();!(M=I.n()).done;){var T=M.value;null==t[T]&&(t[T]=0)}}catch(t){I.e(t)}finally{I.f()}}function B(i,a){if(null!=t&&"boolean"==typeof a.selected){if(!1===a.selected&&t[i])r&&(t[i]=0);else if(o||!a.selected||i!==e.options.discriminatorKey||null==t[i]||t[i]){if(!1!==o||!a.selected||null==t[i]||t[i]){var u="+"+i;if(t&&u in t)return delete t[u],void(!1!==o||!(c.length>1)||~c.indexOf(i)||r?null==o&&r&&!1===a.selected&&(t[i]=0):t[i]=1);for(var f=i.split("."),l="",h=0;h<f.length;++h)if(l+=l.length?"."+f[h]:f[h],-1!==w.indexOf(l))return;if(!o&&a&&a.options&&a.options.$skipDiscriminatorCheck)for(var p="",d=0;d<f.length;++d){var y=s(t,p+=(0===p.length?"":".")+f[d],!1)||s(t,p+".$",!1);if(y&&"object"!==n(y))return}return(a.selected?_:w).push(i),i}delete t[i]}else delete t[i]}}}},9703:(t,e,r)=>{"use strict";var n=r(5832).Buffer;function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){a(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function a(t,e,r){var n;return(n=function(t){if("object"!=s(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=s(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==s(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function s(t){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function c(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var n,i,o,a,s=[],c=!0,u=!1;try{if(o=(r=r.call(t)).next,0===e){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=o.call(r)).done)&&(s.push(n.value),s.length!==e);c=!0);}catch(t){u=!0,i=t}finally{try{if(!c&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(u)throw i}}return s}}(t,e)||f(t,e)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function u(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=f(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a=!0,s=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return a=t.done,t},e:function(t){s=!0,o=t},f:function(){try{a||null==r.return||r.return()}finally{if(s)throw o}}}}function f(t,e){if(t){if("string"==typeof t)return l(t,e);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?l(t,e):void 0}}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var h,p=r(3550).EventEmitter,d=r(8297),y=r(7026),b=r(2319),m=r(1e3),v=r(384),g=r(5165),_=r(8331),w=r(1829),S=r(5132),O=r(5857),j=r(5792),$=r(6482),A=r(8638),E=r(5682),x=r(5678),P=r(5877),k=r(8644),M=r(335),I=r(6560),T=r(7352),B=/\.\d+(\.|$)/,R=r(991).Ut,N=r(8892).middlewareFunctions,D=R.concat(N).reduce(function(t,e){return t.add(e)},new Set),L=M.isPOJO,C=0,U=/^\d+$/;function q(t,e){if(!(this instanceof q))return new q(t,e);if(this.obj=t,this.paths={},this.aliases={},this.subpaths={},this.virtuals={},this.singleNestedPaths={},this.nested={},this.inherits={},this.callQueue=[],this._indexes=[],this._searchIndexes=[],this.methods=e&&e.methods||{},this.methodOptions={},this.statics=e&&e.statics||{},this.tree={},this.query=e&&e.query||{},this.childSchemas=[],this.plugins=[],this.$id=++C,this.mapPaths=[],this.s={hooks:new d},this.options=this.defaultOptions(e),Array.isArray(t)){var r,n=u(t);try{for(n.s();!(r=n.n()).done;){var i=r.value;this.add(i)}}catch(t){n.e(t)}finally{n.f()}}else t&&this.add(t);if(e&&e.virtuals)for(var o=e.virtuals,a=0,s=Object.keys(o);a<s.length;a++){var c=s[a],f=o[c].options?o[c].options:void 0,l=this.virtual(c,f);o[c].get&&l.get(o[c].get),o[c].set&&l.set(o[c].set)}var h=t&&t._id&&M.isObject(t._id);this.paths._id||!this.options._id||h||_(this),this.setupTimestamp(this.options.timestamps)}function F(t,e){for(var r=0,n=Object.keys(e);r<n.length;r++){var i=n[r],o=null;if(null!=e[i])o=e[i];else{var a=S(t.paths[i],"options");if(null==a)continue;o=a.alias}if(o){var s=t.paths[i].path;if(Array.isArray(o)){var c,f=u(o);try{for(f.s();!(c=f.n()).done;){var l=c.value;if("string"!=typeof l)throw Error("Invalid value for alias option on "+s+", got "+l);t.aliases[l]=s,t.virtual(l).get(function(t){return function(){return"function"==typeof this.get?this.get(t):this[t]}}(s)).set(function(t){return function(e){return this.$set(t,e)}}(s))}}catch(t){f.e(t)}finally{f.f()}}else{if("string"!=typeof o)throw Error("Invalid value for alias option on "+s+", got "+o);t.aliases[o]=s,t.virtual(o).get(function(t){return function(){return"function"==typeof this.get?this.get(t):this[t]}}(s)).set(function(t){return function(e){return this.$set(t,e)}}(s))}}}}q.prototype=Object.create(p.prototype),q.prototype.constructor=q,q.prototype.instanceOfSchema=!0,Object.defineProperty(q.prototype,"$schemaType",{configurable:!1,enumerable:!1,writable:!0}),Object.defineProperty(q.prototype,"childSchemas",{configurable:!1,enumerable:!0,writable:!0}),Object.defineProperty(q.prototype,"virtuals",{configurable:!1,enumerable:!0,writable:!0}),q.prototype.obj,q.prototype.paths,q.prototype.tree,q.prototype.clone=function(){var t=this,e=this._clone();return e.on("init",function(e){return t.emit("init",e)}),e},q.prototype._clone=function(t){var e=new(t=t||(null==this.base?q:this.base.Schema))({},this._userProvidedOptions);e.base=this.base,e.obj=this.obj,e.options=w(this.options),e.callQueue=this.callQueue.map(function(t){return t}),e.methods=w(this.methods),e.methodOptions=w(this.methodOptions),e.statics=w(this.statics),e.query=w(this.query),e.plugins=Array.prototype.slice.call(this.plugins),e._indexes=w(this._indexes),e._searchIndexes=w(this._searchIndexes),e.s.hooks=this.s.hooks.clone(),e.tree=w(this.tree),e.paths=Object.fromEntries(Object.entries(this.paths).map(function(t){var e=c(t,2);return[e[0],e[1].clone()]})),e.nested=w(this.nested),e.subpaths=w(this.subpaths);for(var r=0,n=Object.values(e.paths);r<n.length;r++){var i=n[r];if(i.$isSingleNested){for(var o=i.path,a=0,s=Object.keys(i.schema.paths);a<s.length;a++){var u=s[a];e.singleNestedPaths[o+"."+u]=i.schema.paths[u]}for(var f=0,l=Object.keys(i.schema.singleNestedPaths);f<l.length;f++){var h=l[f];e.singleNestedPaths[o+"."+h]=i.schema.singleNestedPaths[h]}for(var p=0,d=Object.keys(i.schema.subpaths);p<d.length;p++){var y=d[p];e.singleNestedPaths[o+"."+y]=i.schema.subpaths[y]}for(var b=0,m=Object.keys(i.schema.nested);b<m.length;b++){var v=m[b];e.singleNestedPaths[o+"."+v]="nested"}}}return e.childSchemas=function(t){for(var e=[],r=0,n=Object.keys(t.paths);r<n.length;r++){var i=n[r],o=t.paths[i];(o.$isMongooseDocumentArray||o.$isSingleNested)&&e.push({schema:o.schema,model:o.caster})}return e}(e),e.virtuals=w(this.virtuals),e.$globalPluginsApplied=this.$globalPluginsApplied,e.$isRootDiscriminator=this.$isRootDiscriminator,e.$implicitlyCreated=this.$implicitlyCreated,e.$id=++C,e.$originalSchemaId=this.$id,e.mapPaths=[].concat(this.mapPaths),null!=this.discriminatorMapping&&(e.discriminatorMapping=Object.assign({},this.discriminatorMapping)),null!=this.discriminators&&(e.discriminators=Object.assign({},this.discriminators)),null!=this._applyDiscriminators&&(e._applyDiscriminators=new Map(this._applyDiscriminators)),e.aliases=Object.assign({},this.aliases),e},q.prototype.pick=function(t,e){var r=new q({},e||this.options);if(!Array.isArray(t))throw new y('Schema#pick() only accepts an array argument, got "'+s(t)+'"');var n,i=u(t);try{for(i.s();!(n=i.n()).done;){var o=n.value;if(this.nested[o])r.add(a({},o,S(this.tree,o)));else{var c=this.path(o);if(null==c)throw new y("Path `"+o+"` is not in the schema");r.add(a({},o,c))}}}catch(t){i.e(t)}finally{i.f()}return r},q.prototype.omit=function(t,e){var r=new q(this,e||this.options);if(!Array.isArray(t))throw new y('Schema#omit() only accepts an array argument, got "'+s(t)+'"');for(var n in r.remove(t),r.singleNestedPaths)t.includes(n)&&delete r.singleNestedPaths[n];return r},q.prototype.defaultOptions=function(t){this._userProvidedOptions=null==t?{}:w(t);var e=this.base&&this.base.options||{};if((t=o({strict:!("strict"in e)||e.strict,strictQuery:"strictQuery"in e&&e.strictQuery,bufferCommands:!0,capped:!1,versionKey:"__v",optimisticConcurrency:!1,minimize:!0,autoIndex:null,discriminatorKey:"__t",shardKey:null,read:null,validateBeforeSave:!0,validateModifiedOnly:!1,_id:!0,id:!("id"in e)||e.id,typeKey:"type"},t)).versionKey&&"string"!=typeof t.versionKey)throw new y("`versionKey` must be falsy or string, got `"+s(t.versionKey)+"`");if("string"==typeof t.read?t.read=$(t.read):Array.isArray(t.read)&&"string"==typeof t.read[0]&&(t.read={mode:$(t.read[0]),tags:t.read[1]}),t.optimisticConcurrency&&!t.versionKey)throw new y("Must set `versionKey` if using `optimisticConcurrency`");return t},q.prototype.discriminator=function(t,e,r){return this._applyDiscriminators=this._applyDiscriminators||new Map,this._applyDiscriminators.set(t,{schema:e,options:r}),this},q.prototype._defaultToObjectOptions=function(t){var e=t?"toJSON":"toObject";if(this._defaultToObjectOptionsMap&&this._defaultToObjectOptionsMap[e])return this._defaultToObjectOptionsMap[e];var r=Object.assign({},this.base&&this.base.options&&this.base.options[e]||{},this.options[e]||{});return this._defaultToObjectOptionsMap=this._defaultToObjectOptionsMap||{},this._defaultToObjectOptionsMap[e]=r,r},q.prototype.add=function(t,e){if(t instanceof q||null!=t&&t.instanceOfSchema)return E(this,t),this;if(!1===t._id&&null==e&&(this.options._id=!1),"__proto__."===(e=e||"")||"constructor."===e||"prototype."===e)return this;for(var r=Object.keys(t),n=this.options.typeKey,i=0;i<r.length;i++){var o=r[i];if(!M.specialProperties.has(o)){var u=e+o,f=t[o];if(null==f)throw TypeError("Invalid value for schema path `"+u+'`, got value "'+f+'"');if("_id"!==o||!1!==f){var l=!1;if("string"==typeof f&&(l=null!=(null!=this.base?this.base.Schema.Types:q.Types)[f.charAt(0).toUpperCase()+f.substring(1)]),"_id"!==o&&("object"!==s(f)&&"function"!=typeof f&&!l||null==f))throw TypeError("Invalid schema configuration: `".concat(f,"` is not ")+"a valid type at path `".concat(o,"`. See ")+"https://bit.ly/mongoose-schematypes for a list of valid schema types.");if(f instanceof g||"VirtualType"===(f.constructor&&f.constructor.name||null))this.virtual(f);else{if(Array.isArray(f)&&1===f.length&&null==f[0])throw TypeError("Invalid value for schema Array path `"+u+'`, got value "'+f[0]+'"');if(L(f)||f instanceof m){if(Object.keys(f).length<1)e&&(this.nested[e.substring(0,e.length-1)]=!0),this.path(u,f);else if(!f[n]||"type"===n&&L(f.type)&&f.type.type)this.nested[u]=!0,this.add(f,u+".");else{var h=f[n];if(L(h)&&Object.keys(h).length>0){e&&(this.nested[e.substring(0,e.length-1)]=!0);var p={};this._userProvidedOptions.typeKey&&(p.typeKey=this._userProvidedOptions.typeKey),null!=this._userProvidedOptions.strict&&(p.strict=this._userProvidedOptions.strict),null!=this._userProvidedOptions.toObject&&(p.toObject=M.omit(this._userProvidedOptions.toObject,["transform"])),null!=this._userProvidedOptions.toJSON&&(p.toJSON=M.omit(this._userProvidedOptions.toJSON,["transform"]));var d=new q(h,p);d.$implicitlyCreated=!0;var y=Object.assign({},f,a({},n,d));this.path(e+o,y)}else if(e&&(this.nested[e.substring(0,e.length-1)]=!0),this.path(e+o,f),null!=f&&!f.instanceOfSchema&&M.isPOJO(f.discriminators)){var b=this.path(e+o);for(var v in f.discriminators)b.discriminator(v,f.discriminators[v])}}}else if(e&&(this.nested[e.substring(0,e.length-1)]=!0),this.path(e+o,f),null!=f[0]&&!f[0].instanceOfSchema&&M.isPOJO(f[0].discriminators)){var _=this.path(e+o);for(var w in f[0].discriminators)_.discriminator(w,f[0].discriminators[w])}}}}}return F(this,Object.fromEntries(Object.entries(t).map(function(t){var r=c(t,1)[0];return[e+r,null]}))),this},q.prototype.alias=function(t,e){return F(this,a({},t,e)),this},q.prototype.removeIndex=function(t){if(arguments.length>1)throw Error("removeIndex() takes only 1 argument");if("object"!==s(t)&&"string"!=typeof t)throw Error("removeIndex() may only take either an object or a string as an argument");if("object"===s(t))for(var e=this._indexes.length-1;e>=0;--e)T.isDeepStrictEqual(this._indexes[e][0],t)&&this._indexes.splice(e,1);else for(var r=this._indexes.length-1;r>=0;--r)null!=this._indexes[r][1]&&this._indexes[r][1].name===t&&this._indexes.splice(r,1);return this},q.prototype.clearIndexes=function(){return this._indexes.length=0,this},q.prototype.searchIndex=function(t){return this._searchIndexes.push(t),this},q.reserved=Object.create(null),q.prototype.reserved=q.reserved;var V=q.reserved;function z(t){return/\.\d+/.test(t)?t.replace(/\.\d+\./g,".$.").replace(/\.\d+$/,".$"):t}function K(t,e){if(0===t.mapPaths.length)return null;var r,n=u(t.mapPaths);try{for(n.s();!(r=n.n()).done;){var i=r.value.path;if(RegExp("^"+i.replace(/\.\$\*/g,"\\.[^.]+")+"$").test(e))return t.paths[i]}}catch(t){n.e(t)}finally{n.f()}return null}function H(t,e,r){var n=e.split(/\.(\d+)\.|\.(\d+)$/).filter(Boolean);if(n.length<2)return t.paths.hasOwnProperty(n[0])?t.paths[n[0]]:"adhocOrUndefined";var i=t.path(n[0]),o=!1;if(!i)return"adhocOrUndefined";for(var a=n.length-1,s=1;s<n.length;++s){o=!1;var c=n[s];if(s===a&&i&&!/\D/.test(c)){i=i.$isMongooseDocumentArray?i.$embeddedSchemaType:i instanceof h.Array?i.caster:void 0;break}if(/\D/.test(c)){if(!i||!i.schema){i=void 0;break}o="nested"===i.schema.pathType(c),i=i.schema.path(c)}else i instanceof h.Array&&s!==a&&(i=i.caster)}return t.subpaths[r]=i,i?"real":o?"nested":"adhocOrUndefined"}function W(t,e){var r,n=u(t.childSchemas);try{for(n.s();!(r=n.n()).done;){var i=r.value.schema;i.$implicitlyCreated&&(Object.assign(i.options,e),W(i,e))}}catch(t){n.e(t)}finally{n.f()}}V.prototype=V.emit=V.listeners=V.removeListener=V.collection=V.errors=V.get=V.init=V.isModified=V.isNew=V.populated=V.remove=V.save=V.toObject=V.validate=1,V.collection=1,q.prototype.path=function(t,e){if(void 0===e){if(null!=this.paths[t])return this.paths[t];var r=z(t),n=function(t,e,r){if(t.paths.hasOwnProperty(e))return t.paths[e];if(t.subpaths.hasOwnProperty(r)){var n=t.subpaths[r];if("nested"===n)return;return n}if(t.singleNestedPaths.hasOwnProperty(r)&&"object"===s(t.singleNestedPaths[r])){var i=t.singleNestedPaths[r];if("nested"===i)return;return i}return null}(this,t,r);if(null!=n)return n;var i=K(this,t);return null!=i?i:null!=(n=this.hasMixedParent(r))?n:B.test(t)?(H(this,t,r),this.subpaths[r]):void 0}var o=t.split(".")[0];V[o]&&!this.options.suppressReservedKeysWarning&&M.warn("`".concat(o,"` is a reserved schema pathname and may break some functionality. ")+"You are allowed to use it, but use at your own risk. To disable this warning pass `suppressReservedKeysWarning` as a schema option."),"object"===s(e)&&M.hasUserDefinedProperty(e,"ref")&&I(e.ref,t);var a,c=t.split(/\./),f=c.pop(),l=this.tree,h="",p=u(c);try{for(p.s();!(a=p.n()).done;){var d=a.value;if(M.specialProperties.has(d))throw Error("Cannot set special property `"+d+"` on a schema");if(h=h+=(h.length>0?".":"")+d,l[d]||(this.nested[h]=!0,l[d]={}),"object"!==s(l[d])){var y="Cannot set nested path `"+t+"`. Parent path `"+h+"` already set to type "+l[d].name+".";throw Error(y)}l=l[d]}}catch(t){p.e(t)}finally{p.f()}l[f]=w(e),this.paths[t]=this.interpretAsType(t,e,this.options);var m=this.paths[t];if(m.$isSchemaMap){var v=t+".$*";this.paths[v]=m.$__schemaType,this.mapPaths.push(this.paths[v])}if(m.$isSingleNested){for(var g=0,_=Object.keys(m.schema.paths);g<_.length;g++){var S=_[g];this.singleNestedPaths[t+"."+S]=m.schema.paths[S]}for(var O=0,j=Object.keys(m.schema.singleNestedPaths);O<j.length;O++){var $=j[O];this.singleNestedPaths[t+"."+$]=m.schema.singleNestedPaths[$]}for(var A=0,E=Object.keys(m.schema.subpaths);A<E.length;A++){var x=E[A];this.singleNestedPaths[t+"."+x]=m.schema.subpaths[x]}for(var P=0,k=Object.keys(m.schema.nested);P<k.length;P++){var T=k[P];this.singleNestedPaths[t+"."+T]="nested"}Object.defineProperty(m.schema,"base",{configurable:!0,enumerable:!1,writable:!1,value:this.base}),m.caster.base=this.base,this.childSchemas.push({schema:m.schema,model:m.caster})}else m.$isMongooseDocumentArray&&(Object.defineProperty(m.schema,"base",{configurable:!0,enumerable:!1,writable:!1,value:this.base}),m.casterConstructor.base=this.base,this.childSchemas.push({schema:m.schema,model:m.casterConstructor}));if(m.$isMongooseArray&&m.caster instanceof b){for(var R=t,N=m;N.$isMongooseArray;)R+=".$",N.$isMongooseDocumentArray?(N.$embeddedSchemaType._arrayPath=R,N.$embeddedSchemaType._arrayParentPath=t,N=N.$embeddedSchemaType):(N.caster._arrayPath=R,N.caster._arrayParentPath=t,N=N.caster),this.subpaths[R]=N;for(var D=0,L=[];D<L.length;D++){var C=L[D];this.subpaths[C.path]=C}}if(m.$isMongooseDocumentArray){for(var U=0,q=Object.keys(m.schema.paths);U<q.length;U++){var F=q[U],W=m.schema.paths[F];this.subpaths[t+"."+F]=W,"object"===s(W)&&null!=W&&null==W.$parentSchemaDocArray&&(W.$parentSchemaDocArray=m)}for(var J=0,G=Object.keys(m.schema.subpaths);J<G.length;J++){var Y=G[J],Q=m.schema.subpaths[Y];this.subpaths[t+"."+Y]=Q,"object"===s(Q)&&null!=Q&&null==Q.$parentSchemaDocArray&&(Q.$parentSchemaDocArray=m)}for(var X=0,Z=Object.keys(m.schema.singleNestedPaths);X<Z.length;X++){var tt=Z[X],te=m.schema.singleNestedPaths[tt];this.subpaths[t+"."+tt]=te,"object"===s(te)&&null!=te&&null==te.$parentSchemaDocArray&&(te.$parentSchemaDocArray=m)}}return this},Object.defineProperty(q.prototype,"base",{configurable:!0,enumerable:!1,writable:!0,value:null}),q.prototype.interpretAsType=function(t,e,i){if(e instanceof b){if(e.path===t)return e;var o,c,u=e.clone();return u.path=t,u}var f=null!=this.base?this.base.Schema.Types:q.Types,l=null!=this.base?this.base.Types:r(1148);if(!(M.isPOJO(e)||e instanceof m)&&"Object"!==M.getFunctionName(e.constructor)){var h=e;(e={})[i.typeKey]=h}var p,d=e[i.typeKey]&&(e[i.typeKey]instanceof Function||"type"!==i.typeKey||!e.type.type)?e[i.typeKey]:{};if(M.isPOJO(d)||"mixed"===d)return new f.Mixed(t,e);if(Array.isArray(d)||d===Array||"array"===d||d===f.Array){var v=d===Array||"array"===d?e.cast||e.of:d[0];if(v&&v.instanceOfSchema){if(!(v instanceof q)){if(!this.options._isMerging)throw TypeError("Schema for array path `"+t+"` is from a different copy of the Mongoose module. Please make sure you're using the same version of Mongoose everywhere with `npm list mongoose`. If you are still getting this error, please add `new Schema()` around the path: "+"".concat(t,": new Schema(...)"));v=new q(v)}return new f.DocumentArray(t,v,e)}if(v&&v[i.typeKey]&&v[i.typeKey].instanceOfSchema){if(!(v[i.typeKey]instanceof q)){if(!this.options._isMerging)throw TypeError("Schema for array path `"+t+"` is from a different copy of the Mongoose module. Please make sure you're using the same version of Mongoose everywhere with `npm list mongoose`. If you are still getting this error, please add `new Schema()` around the path: "+"".concat(t,": new Schema(...)"));v[i.typeKey]=new q(v[i.typeKey])}return new f.DocumentArray(t,v[i.typeKey],e,v)}if(void 0!==v&&(Array.isArray(v)||v.type===Array||"Array"==v.type))return v&&"Array"==v.type&&(v.type=Array),new f.Array(t,this.interpretAsType(t,v,i),e);var g=null==v||!v[i.typeKey]||"type"===i.typeKey&&v.type.type?v:v[i.typeKey];if("string"==typeof v)v=f[v.charAt(0).toUpperCase()+v.substring(1)];else if(M.isPOJO(g)){if(Object.keys(g).length){var _={minimize:i.minimize};i.typeKey&&(_.typeKey=i.typeKey),i.hasOwnProperty("strict")&&(_.strict=i.strict),i.hasOwnProperty("strictQuery")&&(_.strictQuery=i.strictQuery),i.hasOwnProperty("toObject")&&(_.toObject=M.omit(i.toObject,["transform"])),i.hasOwnProperty("toJSON")&&(_.toJSON=M.omit(i.toJSON,["transform"])),this._userProvidedOptions.hasOwnProperty("_id")?_._id=this._userProvidedOptions._id:null!=q.Types.DocumentArray.defaultOptions._id&&(_._id=q.Types.DocumentArray.defaultOptions._id);var w=new q(g,_);return w.$implicitlyCreated=!0,new f.DocumentArray(t,w,e)}return new f.Array(t,f.Mixed,e)}if(v){if(Array.isArray(d=!v[i.typeKey]||"type"===i.typeKey&&v.type.type?v:v[i.typeKey]))return new f.Array(t,this.interpretAsType(t,d,i),e);if("ClockDate"===(p="string"==typeof d?d:d.schemaName||M.getFunctionName(d))&&(p="Date"),void 0===p)throw TypeError("Invalid schema configuration: "+"Could not determine the embedded type for array `".concat(t,"`. ")+"See https://mongoosejs.com/docs/guide.html#definition for more info on supported schema syntaxes.");if(!f.hasOwnProperty(p))throw TypeError("Invalid schema configuration: "+"`".concat(p,"` is not a valid type within the array `").concat(t,"`.")+"See https://bit.ly/mongoose-schematypes for a list of valid schema types.")}return new f.Array(t,v||f.Mixed,e,i)}if(d&&d.instanceOfSchema)return new f.Subdocument(d,t,e);if((p=n.isBuffer(d)?"Buffer":"function"==typeof d||"object"===s(d)?d.schemaName||M.getFunctionName(d):d===l.ObjectId?"ObjectId":d===l.Decimal128?"Decimal128":null==d?""+d:d.toString())&&(p=p.charAt(0).toUpperCase()+p.substring(1)),"ObjectID"===p&&(p="ObjectId"),"ClockDate"===p&&(p="Date"),void 0===p)throw TypeError("Invalid schema configuration: `".concat(t,"` schematype definition is ")+"invalid. See https://mongoosejs.com/docs/guide.html#definition for more info on supported schema syntaxes.");if(null==f[p])throw TypeError("Invalid schema configuration: `".concat(p,"` is not ")+"a valid type at path `".concat(t,"`. See ")+"https://bit.ly/mongoose-schematypes for a list of valid schema types.");var S=new f[p](t,e);return S.$isSchemaMap&&(o=e,c={type:{}},M.hasUserDefinedProperty(o,"of")&&((c=M.isPOJO(o.of)&&Object.keys(o.of).length>0&&!M.hasUserDefinedProperty(o.of,this.options.typeKey)?a({},this.options.typeKey,new q(o.of)):M.isPOJO(o.of)?Object.assign({},o.of):a({},this.options.typeKey,o.of))[this.options.typeKey]&&c[this.options.typeKey].instanceOfSchema&&c[this.options.typeKey].eachPath(function(e,r){if(!0===r.options.select||!1===r.options.select)throw new y('Cannot use schema-level projections (`select: true` or `select: false`) within maps at path "'+t+"."+e+'"')}),M.hasUserDefinedProperty(o,"ref")&&(c.ref=o.ref)),S.$__schemaType=this.interpretAsType(t+".$*",c,i)),S},q.prototype.eachPath=function(t){for(var e=Object.keys(this.paths),r=e.length,n=0;n<r;++n)t(e[n],this.paths[e[n]]);return this},q.prototype.requiredPaths=function(t){if(this._requiredpaths&&!t)return this._requiredpaths;for(var e=Object.keys(this.paths),r=e.length,n=[];r--;){var i=e[r];this.paths[i].isRequired&&n.push(i)}return this._requiredpaths=n,this._requiredpaths},q.prototype.indexedPaths=function(){return this._indexedpaths||(this._indexedpaths=this.indexes()),this._indexedpaths},q.prototype.pathType=function(t){if(this.paths.hasOwnProperty(t))return"real";if(this.virtuals.hasOwnProperty(t))return"virtual";if(this.nested.hasOwnProperty(t))return"nested";var e=z(t);if(this.subpaths.hasOwnProperty(e)||this.subpaths.hasOwnProperty(t))return"real";var r=this.singleNestedPaths.hasOwnProperty(e)||this.singleNestedPaths.hasOwnProperty(t);return r?"nested"===r?"nested":"real":null!=K(this,t)?"real":/\.\d+\.|\.\d+$/.test(t)?H(this,t,e):"adhocOrUndefined"},q.prototype.hasMixedParent=function(t){var e=t.split(/\./g);t="";for(var r=0;r<e.length;++r)if(t=r>0?t+"."+e[r]:e[r],this.paths.hasOwnProperty(t)&&this.paths[t]instanceof h.Mixed)return this.paths[t];return null},q.prototype.setupTimestamp=function(t){return k(this,t)},q.prototype.queue=function(t,e){return this.callQueue.push([t,e]),this},q.prototype.pre=function(t){if(t instanceof RegExp){var e,r=Array.prototype.slice.call(arguments,1),n=u(D);try{for(n.s();!(e=n.n()).done;){var i=e.value;t.test(i)&&this.pre.apply(this,[i].concat(r))}}catch(t){n.e(t)}finally{n.f()}return this}if(Array.isArray(t)){var o,a=Array.prototype.slice.call(arguments,1),s=u(t);try{for(s.s();!(o=s.n()).done;){var c=o.value;this.pre.apply(this,[c].concat(a))}}catch(t){s.e(t)}finally{s.f()}return this}return this.s.hooks.pre.apply(this.s.hooks,arguments),this},q.prototype.post=function(t){if(t instanceof RegExp){var e,r=Array.prototype.slice.call(arguments,1),n=u(D);try{for(n.s();!(e=n.n()).done;){var i=e.value;t.test(i)&&this.post.apply(this,[i].concat(r))}}catch(t){n.e(t)}finally{n.f()}return this}if(Array.isArray(t)){var o,a=Array.prototype.slice.call(arguments,1),s=u(t);try{for(s.s();!(o=s.n()).done;){var c=o.value;this.post.apply(this,[c].concat(a))}}catch(t){s.e(t)}finally{s.f()}return this}return this.s.hooks.post.apply(this.s.hooks,arguments),this},q.prototype.plugin=function(t,e){if("function"!=typeof t)throw Error('First param to `schema.plugin()` must be a function, got "'+s(t)+'"');if(e&&e.deduplicate){var r,n=u(this.plugins);try{for(n.s();!(r=n.n()).done;)if(r.value.fn===t)return this}catch(t){n.e(t)}finally{n.f()}}return this.plugins.push({fn:t,opts:e}),t(this,e),this},q.prototype.method=function(t,e,r){if("string"!=typeof t)for(var n in t)this.methods[n]=t[n],this.methodOptions[n]=w(r);else this.methods[t]=e,this.methodOptions[t]=w(r);return this},q.prototype.static=function(t,e){if("string"!=typeof t)for(var r in t)this.statics[r]=t[r];else this.statics[t]=e;return this},q.prototype.index=function(t,e){for(var r in t||(t={}),e||(e={}),e.expires&&M.expires(e),t)this.aliases[r]&&(t=M.renameObjKey(t,r,this.aliases[r]));for(var n=0,i=Object.keys(t);n<i.length;n++){var o=i[n];"ascending"===t[o]||"asc"===t[o]?t[o]=1:"descending"!==t[o]&&"desc"!==t[o]||(t[o]=-1)}return this._indexes.push([t,e]),this},q.prototype.set=function(t,e,r){if(1==arguments.length)return this.options[t];switch(t){case"read":"string"==typeof e?this.options[t]={mode:$(e),tags:r}:Array.isArray(e)&&"string"==typeof e[0]?this.options[t]={mode:$(e[0]),tags:e[1]}:this.options[t]=e,this._userProvidedOptions[t]=this.options[t];break;case"timestamps":this.setupTimestamp(e),this.options[t]=e,this._userProvidedOptions[t]=this.options[t];break;case"_id":this.options[t]=e,this._userProvidedOptions[t]=this.options[t],e&&!this.paths._id?_(this):!e&&null!=this.paths._id&&this.paths._id.auto&&this.remove("_id");break;default:this.options[t]=e,this._userProvidedOptions[t]=this.options[t]}return"strict"===t&&W(this,{strict:e}),"strictQuery"===t&&W(this,{strictQuery:e}),"toObject"===t&&(delete(e=o({},e)).transform,W(this,{toObject:e})),"toJSON"===t&&(delete(e=o({},e)).transform,W(this,{toJSON:e})),this},q.prototype.get=function(t){return this.options[t]};var J="2d 2dsphere hashed text".split(" ");function G(t,e){var r,n=e.split("."),i=n.pop(),o=t.tree,a=u(n);try{for(a.s();!(r=a.n()).done;)o=o[r.value]}catch(t){a.e(t)}finally{a.f()}delete o[i]}function Y(t){return t.startsWith("$[")&&t.endsWith("]")}Object.defineProperty(q,"indexTypes",{get:function(){return J},set:function(){throw Error("Cannot overwrite Schema.indexTypes")}}),q.prototype.indexes=function(){return j(this)},q.prototype.virtual=function(t,e){if(t instanceof g||"VirtualType"===O(t))return this.virtual(t.path,t.options);if(e=new v(e),M.hasUserDefinedProperty(e,["ref","refPath"])){if(null==e.localField)throw Error("Reference virtuals require `localField` option");if(null==e.foreignField)throw Error("Reference virtuals require `foreignField` option");var r=this.virtual(t);r.options=e,this.pre("init",function(n,i){if(x.has(t,n)){var o=x.get(t,n);if(this.$$populatedVirtuals||(this.$$populatedVirtuals={}),e.justOne||e.count?this.$$populatedVirtuals[t]=Array.isArray(o)?o[0]:o:this.$$populatedVirtuals[t]=Array.isArray(o)?o:null==o?[]:[o],null!=i&&i.hydratedPopulatedDocs&&!e.count){var a=r._getModelNamesForPopulate(this),s=this.$$populatedVirtuals[t];if(Array.isArray(s)||s.$__||1!==(null==a?void 0:a.length)){if(Array.isArray(s)&&1===(null==a?void 0:a.length))for(var c=this.db.model(a[0]),u=0;u<s.length;++u)s[u].$__||(s[u]=c.hydrate(s[u]))}else{var f=this.db.model(a[0]);this.$$populatedVirtuals[t]=f.hydrate(s)}}x.unset(t,n)}}),r.set(function(r){return this.$$populatedVirtuals||(this.$$populatedVirtuals={}),P(this.$$populatedVirtuals,t,r,e)}),"function"==typeof e.get&&r.get(e.get);for(var n=t.split("."),i=n[0],o=0;o<n.length-1;++o)if(null!=this.paths[i]){if(this.paths[i].$isMongooseDocumentArray||this.paths[i].$isSingleNested){var a=n.slice(o+1).join(".");this.paths[i].schema.virtual(a,e);break}i+="."+n[o+1]}return r}var s=this.virtuals,c=t.split(".");if("real"===this.pathType(t))throw Error('Virtual path "'+t+'" conflicts with a real path in the schema');return s[t]=c.reduce(function(r,n,i){return r[n]||(r[n]=i===c.length-1?new g(e,t):{}),r[n]},this.tree),s[t]},q.prototype.virtualpath=function(t){return this.virtuals.hasOwnProperty(t)?this.virtuals[t]:null},q.prototype.remove=function(t){return"string"==typeof t&&(t=[t]),Array.isArray(t)&&t.forEach(function(t){if(null!=this.path(t)||this.nested[t]){if(this.nested[t]){var e,r=u(Object.keys(this.paths).concat(Object.keys(this.nested)));try{for(r.s();!(e=r.n()).done;){var n=e.value;n.startsWith(t+".")&&(delete this.paths[n],delete this.nested[n],G(this,n))}}catch(t){r.e(t)}finally{r.f()}return delete this.nested[t],void G(this,t)}delete this.paths[t],G(this,t)}},this),this},q.prototype.removeVirtual=function(t){if("string"==typeof t&&(t=[t]),Array.isArray(t)){var e,r=u(t);try{for(r.s();!(e=r.n()).done;){var n=e.value;if(null==this.virtuals[n])throw new y('Attempting to remove virtual "'.concat(n,'" that does not exist.'))}}catch(t){r.e(t)}finally{r.f()}var i,o=u(t);try{for(o.s();!(i=o.n()).done;){var a=i.value;delete this.paths[a],delete this.virtuals[a],-1!==a.indexOf(".")?x.unset(a,this.tree):delete this.tree[a]}}catch(t){o.e(t)}finally{o.f()}}return this},q.prototype.loadClass=function(t,e){return t===Object.prototype||t===Function.prototype||t.prototype.hasOwnProperty("$isMongooseModelPrototype")||t.prototype.hasOwnProperty("$isMongooseDocumentPrototype")||(this.loadClass(Object.getPrototypeOf(t),e),e||Object.getOwnPropertyNames(t).forEach(function(e){if(!e.match(/^(length|name|prototype|constructor|__proto__)$/)){var r=Object.getOwnPropertyDescriptor(t,e);r.hasOwnProperty("value")&&this.static(e,r.value)}},this),Object.getOwnPropertyNames(t.prototype).forEach(function(r){if(!r.match(/^(constructor)$/)){var n=Object.getOwnPropertyDescriptor(t.prototype,r);e||"function"==typeof n.value&&this.method(r,n.value),"function"==typeof n.get&&(this.virtuals[r]&&(this.virtuals[r].getters=[]),this.virtual(r).get(n.get)),"function"==typeof n.set&&(this.virtuals[r]&&(this.virtuals[r].setters=[]),this.virtual(r).set(n.set))}},this)),this},q.prototype._getSchema=function(t){var e=this.path(t),r=[];if(e)return e.$fullPath=t,e;for(var n=t.split("."),i=0;i<n.length;++i)("$"===n[i]||Y(n[i]))&&(n[i]="0"),U.test(n[i])&&(n[i]="$");return function t(e,n){for(var i,o,a=e.length+1;a--;)if(o=e.slice(0,a).join("."),i=n.path(o)){if(r.push(o),i.caster){if(i.caster instanceof h.Mixed)return i.caster.$fullPath=r.join("."),i.caster;if(a!==e.length){if(a+1===e.length&&i.$embeddedSchemaType&&("$"===e[a]||Y(e[a])))return i.$embeddedSchemaType;if(i.schema){var s=void 0;return"$"===e[a]||Y(e[a])?a+1===e.length?i.$embeddedSchemaType:((s=t(e.slice(a+1),i.schema))&&(s.$parentSchemaDocArray=s.$parentSchemaDocArray||(i.schema.$isSingleNested?null:i)),s):((s=t(e.slice(a),i.schema))&&(s.$parentSchemaDocArray=s.$parentSchemaDocArray||(i.schema.$isSingleNested?null:i)),s)}}}else if(i.$isSchemaMap){if(a>=e.length)return i;if(a+1>=e.length||i.$__schemaType instanceof h.Mixed)return i.$__schemaType;if(null!=i.$__schemaType.schema)return t(e.slice(a+1),i.$__schemaType.schema)}return i.$fullPath=r.join("."),i}}(n,this)},q.prototype._getPathType=function(t){return this.path(t)?"real":function t(e,r){for(var n,i,o=e.length+1;o--;){if(i=e.slice(0,o).join("."),n=r.path(i))return n.caster?n.caster instanceof h.Mixed?{schema:n,pathType:"mixed"}:o!==e.length&&n.schema?"$"===e[o]||Y(e[o])?o===e.length-1?{schema:n,pathType:"nested"}:t(e.slice(o+1),n.schema):t(e.slice(o),n.schema):{schema:n,pathType:n.$isSingleNested?"nested":"array"}:{schema:n,pathType:"real"};if(o===e.length&&r.nested[i])return{schema:r,pathType:"nested"}}return{schema:n||r,pathType:"undefined"}}(t.split("."),this)},q.prototype._preCompile=function(){this.plugin(A,{deduplicate:!0})},t.exports=e=q,q.Types=h=r(2176),e.ObjectId=h.ObjectId},9225:(t,e,r)=>{"use strict";function n(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o,a,s=r(1188),c=r(3180),u=r(7026),f=r(2685),l=r(2319),h=l.CastError,p=r(1895),d=r(3164),y=r(8447),b=r(1829),m=r(499),v=r(7352),g=r(335),_=r(4111).G,w=r(6951),S=r(7785),O=Symbol("mongoose#isNestedArray"),j=Object.freeze({});function $(t,e,n,i){a||(a=r(1148).Embedded);var o,s,c="type";if(i&&i.typeKey&&(c=i.typeKey),this.schemaOptions=i,e){var u={};g.isPOJO(e)&&(e[c]?(delete(u=b(e))[c],e=e[c]):e=p),null!=n&&null!=n.ref&&null==u.ref&&(u.ref=n.ref),e===Object&&(e=p);var f="string"==typeof e?e:g.getFunctionName(e),h=r(2176),d=h.hasOwnProperty(f)?h[f]:e;if(this.casterConstructor=d,this.casterConstructor instanceof $&&(this.casterConstructor[O]=!0),"function"!=typeof d||d.$isArraySubdocument||d.$isSchemaMap)this.caster=d,this.caster instanceof a||(this.caster.path=t);else{var y=this.caster instanceof a?null:t;this.caster=new d(y,u)}this.$embeddedSchemaType=this.caster}if(this.$isMongooseArray=!0,l.call(this,t,n,"Array"),null!=this.defaultValue&&(s="function"==typeof(o=this.defaultValue)),!("defaultValue"in this)||null!=this.defaultValue){var m=function(){return s?o.call(this):null!=o?[].concat(o):[]};m.$runBeforeSetters=!s,this.default(m)}}$.schemaName="Array",$.options={castNonArrays:!0},$.defaultOptions={},$.set=l.set,$.setters=[],$.get=l.get,$.prototype=Object.create(l.prototype),$.prototype.constructor=$,$.prototype.OptionsConstructor=f,$._checkRequired=l.prototype.checkRequired,$.checkRequired=l.checkRequired,$.prototype.checkRequired=function(t,e){return"object"===i(t)&&l._isRef(this,t,e,!0)?!!t:("function"==typeof this.constructor.checkRequired?this.constructor.checkRequired():$.checkRequired())(t)},$.prototype.enum=function(){for(var t=this;;){var e=t&&t.caster&&t.caster.instance;if("Array"!==e){if("String"!==e&&"Number"!==e)throw Error("`enum` can only be set on an array of strings or numbers , not "+e);break}t=t.caster}var r=arguments;return!Array.isArray(arguments)&&g.isObject(arguments)&&(r=g.object.vals(r)),t.caster.enum.apply(t.caster,r),this},$.prototype.applyGetters=function(t,e){return null!=e&&null!=e.$__&&e.$populated(this.path)?t:l.prototype.applyGetters.call(this,t,e)},$.prototype._applySetters=function(t,e,r,n){if(this.casterConstructor.$isMongooseArray&&$.options.castNonArrays&&!this[O]){for(var i=0,o=this;null!=o&&o.$isMongooseArray&&!o.$isMongooseDocumentArray;)++i,o=o.casterConstructor;if(null!=t&&0!==t.length){var a=d(t);if(a.min===a.max&&a.max<i&&a.containsNonArrayItem)for(var s=a.max;s<i;++s)t=[t]}}return l.prototype._applySetters.call(this,t,e,r,n)},$.prototype.cast=function(t,e,n,i,a){if(o||(o=r(1148).Array),Array.isArray(t)){if(!t.length&&e){var s,c,u=e.schema.indexedPaths(),f=this.path;for(s=0,c=u.length;s<c;++s){var l=u[s][0][f];if("2dsphere"===l||"2d"===l)return}var d=this.path.endsWith(".coordinates")?this.path.substring(0,this.path.lastIndexOf(".")):null;if(null!=d){for(s=0,c=u.length;s<c;++s)if("2dsphere"===u[s][0][d])return}}a=a||j;var y=g.isMongooseArray(t)?t.__array:t,b=a.path||this.path;if(null!=a.arrayPathIndex&&(b+="."+a.arrayPathIndex),y=(t=o(y,b,e,this)).__array,n&&null!=e&&null!=e.$__&&e.$populated(this.path))return t;var m=this.caster,_=m.$isMongooseArray;if(m&&this.casterConstructor!==p)try{var w=y.length;for(s=0;s<w;s++){var S={};_&&(null!=a.arrayPath||null!=m._arrayParentPath)&&(S.arrayPathIndex=s),y[s]=m.applySetters(y[s],e,n,void 0,S)}}catch(e){throw new h("["+e.kind+"]",v.inspect(t),this.path+"."+s,e,this)}return t}var O=null!=this.options.castNonArrays?this.options.castNonArrays:$.options.castNonArrays;if(n||O)return e&&n&&e.markModified(this.path),this.cast([t],e,n);throw new h("Array",v.inspect(t),this.path,null,this)},$.prototype._castForPopulate=function(t,e){if(o||(o=r(1148).Array),Array.isArray(t)){var n,i=t.__array?t.__array:t,a=i.length,s=this.caster;if(s&&this.casterConstructor!==p)try{for(n=0;n<a;n++){var c={};s.$isMongooseArray&&null!=s._arrayParentPath&&(c.arrayPathIndex=n),i[n]=s.cast(i[n],e,!1,void 0,c)}}catch(e){throw new h("["+e.kind+"]",v.inspect(t),this.path+"."+n,e,this)}return t}throw new h("Array",v.inspect(t),this.path,null,this)},$.prototype.$toObject=$.prototype.toObject,$.prototype.discriminator=function(){for(var t,e=this;e.$isMongooseArray&&!e.$isMongooseDocumentArray;)if(null==(e=e.casterConstructor)||"function"==typeof e)throw new u("You can only add an embedded discriminator on a document array, "+this.path+" is a plain array");return(t=e).discriminator.apply(t,arguments)},$.prototype.clone=function(){var t=Object.assign({},this.options),e=new this.constructor(this.path,this.caster,t,this.schemaOptions);return e.validators=this.validators.slice(),void 0!==this.requiredValidator&&(e.requiredValidator=this.requiredValidator),e},$.prototype._castForQuery=function(t,e){var r=this,n=this.casterConstructor;if(t&&n.discriminators&&n.schema&&n.schema.options&&n.schema.options.discriminatorKey){if("string"==typeof t[n.schema.options.discriminatorKey]&&n.discriminators[t[n.schema.options.discriminatorKey]])n=n.discriminators[t[n.schema.options.discriminatorKey]];else{var i=S(n.discriminators,t[n.schema.options.discriminatorKey]);i&&(n=i)}}var o=this.casterConstructor.prototype,a=o&&o.castForQuery,s=o&&o.cast,c=n.castForQuery,u=this.caster;return Array.isArray(t)?(this.setters.reverse().forEach(function(e){t=e.call(r,t,r)}),t=t.map(function(t){return g.isObject(t)&&t.$elemMatch?t:a?t=a.call(u,null,t,e):s?t=s.call(u,t):c?t=c.call(u,null,t,e):null!=t?t=new n(t):t})):a?t=a.call(u,null,t,e):s?t=s.call(u,t):c?t=c.call(u,null,t,e):null!=t&&(t=new n(t)),t},$.prototype.castForQuery=function(t,e,r){var n;if(null!=t){if(!(n=this.$conditionalHandlers[t]))throw Error("Can't use "+t+" with Array.");return n.call(this,e,r)}return this._castForQuery(e,r)};var A=$.prototype.$conditionalHandlers={};function E(t){return function(e,r){if(!Array.isArray(e))throw TypeError("conditional "+t+" requires an array");var i,o=[],a=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return n(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(t,void 0):void 0}}(t))){r&&(t=r);var i=0,o=function(){};return{s:o,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}(e);try{for(a.s();!(i=a.n()).done;){var s,c=i.value;o.push(y(null!==(s=this.casterConstructor.schema)&&void 0!==s?s:r.schema,c,null,this&&this.$$context))}}catch(t){a.e(t)}finally{a.f()}return o}}A.$all=function(t,e){var r=this;return Array.isArray(t)||(t=[t]),t=t.map(function(t){if(!g.isObject(t))return t;if(null!=t.$elemMatch)return{$elemMatch:y(r.casterConstructor.schema,t.$elemMatch,null,r&&r.$$context)};var e={};return e[r.path]=t,y(r.casterConstructor.schema,e,null,r&&r.$$context)[r.path]},this),this.castForQuery(null,t,e)},A.$options=String,A.$elemMatch=function(t,e){for(var r=Object.keys(t),n=r.length,i=0;i<n;++i){var o=r[i],a=t[o];m(o)&&null!=a&&(t[o]=this.castForQuery(o,a,e))}return t},A.$geoIntersects=w.cast$geoIntersects,A.$or=E("$or"),A.$and=E("$and"),A.$nor=E("$nor"),A.$near=A.$nearSphere=w.cast$near,A.$within=A.$geoWithin=w.cast$within,A.$size=A.$minDistance=A.$maxDistance=_,A.$exists=s,A.$type=c,A.$eq=A.$gt=A.$gte=A.$lt=A.$lte=A.$not=A.$regex=A.$ne=$.prototype._castForQuery,A.$nin=l.prototype.$conditionalHandlers.$nin,A.$in=l.prototype.$conditionalHandlers.$in,t.exports=$},4725:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){(function(t,e,r){var i;(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}var a=r(6148),s=r(2319),c=r(6237);function u(t,e){s.call(this,t,e,"BigInt")}function f(t,e){return this.castForQuery(null,t,e)}u.schemaName="BigInt",u.defaultOptions={},u.prototype=Object.create(s.prototype),u.prototype.constructor=u,u._cast=c,u.set=s.set,u.setters=[],u.get=s.get,u.cast=function(t){return 0==arguments.length||(!1===t&&(t=this._defaultCaster),this._cast=t),this._cast},u._checkRequired=function(t){return null!=t},u.checkRequired=s.checkRequired,u.prototype.checkRequired=function(t){return this.constructor._checkRequired(t)},u.prototype.cast=function(t){var e;e="function"==typeof this._castFunction?this._castFunction:"function"==typeof this.constructor.cast?this.constructor.cast():u.cast();try{return e(t)}catch(e){throw new a("BigInt",t,this.path,e,this)}},u.$conditionalHandlers=o(o({},s.prototype.$conditionalHandlers),{},{$gt:f,$gte:f,$lt:f,$lte:f}),u.prototype.castForQuery=function(t,e,r){var n;if(null!=t)return(n=u.$conditionalHandlers[t])?n.call(this,e):this.applySetters(null,e,r);try{return this.applySetters(e,r)}catch(t){throw t instanceof a&&t.path===this.path&&null!=this.$fullPath&&(t.path=this.$fullPath),t}},u.prototype._castNullish=function(t){return void 0===t||("function"==typeof this.constructor.cast?this.constructor.cast():u.cast()),t},t.exports=u},7116:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}var o=r(6148),a=r(2319),s=r(7092);function c(t,e){a.call(this,t,e,"Boolean")}c.schemaName="Boolean",c.defaultOptions={},c.prototype=Object.create(a.prototype),c.prototype.constructor=c,c._cast=s,c.set=a.set,c.setters=[],c.get=a.get,c.cast=function(t){return 0==arguments.length||(!1===t&&(t=this._defaultCaster),this._cast=t),this._cast},c._defaultCaster=function(t){if(null!=t&&"boolean"!=typeof t)throw Error();return t},c._checkRequired=function(t){return!0===t||!1===t},c.checkRequired=a.checkRequired,c.prototype.checkRequired=function(t){return this.constructor._checkRequired(t)},Object.defineProperty(c,"convertToTrue",{get:function(){return s.convertToTrue},set:function(t){s.convertToTrue=t}}),Object.defineProperty(c,"convertToFalse",{get:function(){return s.convertToFalse},set:function(t){s.convertToFalse=t}}),c.prototype.cast=function(t){var e;e="function"==typeof this._castFunction?this._castFunction:"function"==typeof this.constructor.cast?this.constructor.cast():c.cast();try{return e(t)}catch(e){throw new o("Boolean",t,this.path,e,this)}},c.$conditionalHandlers=function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){(function(t,e,r){var i;(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}({},a.prototype.$conditionalHandlers),c.prototype.castForQuery=function(t,e,r){var n;if(null!=t)return(n=c.$conditionalHandlers[t])?n.call(this,e):this.applySetters(null,e,r);try{return this.applySetters(e,r)}catch(t){throw t instanceof o&&t.path===this.path&&null!=this.$fullPath&&(t.path=this.$fullPath),t}},c.prototype._castNullish=function(t){if(void 0===t)return t;var e="function"==typeof this.constructor.cast?this.constructor.cast():c.cast();return null==e?t:!(e.convertToFalse instanceof Set&&e.convertToFalse.has(t))&&(!!(e.convertToTrue instanceof Set&&e.convertToTrue.has(t))||t)},t.exports=c},1792:(t,e,r)=>{"use strict";var n=r(5832).Buffer;function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){(function(t,e,r){var n;(n=function(t){if("object"!=a(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=a(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==a(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function a(t){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var s=r(9820),c=r(3958),u=r(2319),f=r(133),l=r(335),h=s.Binary,p=u.CastError;function d(t,e){u.call(this,t,e,"Buffer")}function y(t,e){return this.castForQuery(null,t,e)}d.schemaName="Buffer",d.defaultOptions={},d.prototype=Object.create(u.prototype),d.prototype.constructor=d,d.prototype.OptionsConstructor=c,d._checkRequired=function(t){return!(!t||!t.length)},d.set=u.set,d.setters=[],d.get=u.get,d.checkRequired=u.checkRequired,d.prototype.checkRequired=function(t,e){return u._isRef(this,t,e,!0)?!!t:this.constructor._checkRequired(t)},d.prototype.cast=function(t,e,r){if(u._isRef(this,t,e,r)){if(t&&t.isMongooseBuffer)return t;if(n.isBuffer(t))return t&&t.isMongooseBuffer||(t=new s(t,[this.path,e]),null!=this.options.subtype&&(t._subtype=this.options.subtype)),t;if(t instanceof h){if(i=new s(t.value(!0),[this.path,e]),"number"!=typeof t.sub_type)throw new p("Buffer",t,this.path,null,this);return i._subtype=t.sub_type,i}if(null==t||l.isNonBuiltinObject(t))return this._castRef(t,e,r)}if(t&&t._id&&(t=t._id),t&&t.isMongooseBuffer)return t;if(n.isBuffer(t))return t&&t.isMongooseBuffer||(t=new s(t,[this.path,e]),null!=this.options.subtype&&(t._subtype=this.options.subtype)),t;if(t instanceof h){if(i=new s(t.value(!0),[this.path,e]),"number"!=typeof t.sub_type)throw new p("Buffer",t,this.path,null,this);return i._subtype=t.sub_type,i}if(null===t)return t;var i,o=a(t);if("string"===o||"number"===o||Array.isArray(t)||"object"===o&&"Buffer"===t.type&&Array.isArray(t.data))return"number"===o&&(t=[t]),i=new s(t,[this.path,e]),null!=this.options.subtype&&(i._subtype=this.options.subtype),i;if(l.isPOJO(t)&&(t.$binary instanceof h||"string"==typeof t.$binary)){var c=this.cast(n.from(t.$binary,"base64"));if(null!=t.$type)return c._subtype=t.$type,c}throw new p("Buffer",t,this.path,null,this)},d.prototype.subtype=function(t){return this.options.subtype=t,this},d.prototype.$conditionalHandlers=o(o({},u.prototype.$conditionalHandlers),{},{$bitsAllClear:f,$bitsAnyClear:f,$bitsAllSet:f,$bitsAnySet:f,$gt:y,$gte:y,$lt:y,$lte:y}),d.prototype.castForQuery=function(t,e,r){var n,i;if(null!=t){if(!(n=this.$conditionalHandlers[t]))throw Error("Can't use "+t+" with Buffer.");return n.call(this,e)}try{i=this.applySetters(e,r)}catch(t){throw t instanceof p&&t.path===this.path&&null!=this.$fullPath&&(t.path=this.$fullPath),t}return i?i.toObject({transform:!1,virtuals:!1}):i},t.exports=d},7386:(t,e,r)=>{"use strict";function n(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function i(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?n(Object(r),!0).forEach(function(e){(function(t,e,r){var n;(n=function(t){if("object"!=o(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=o(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==o(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var a=r(9507),s=r(7236),c=r(2319),u=r(9973),f=r(5857),l=r(335),h=c.CastError;function p(t,e){c.call(this,t,e,"Date")}function d(t){return this.cast(t)}p.schemaName="Date",p.defaultOptions={},p.prototype=Object.create(c.prototype),p.prototype.constructor=p,p.prototype.OptionsConstructor=s,p._cast=u,p.set=c.set,p.setters=[],p.get=c.get,p.cast=function(t){return 0==arguments.length||(!1===t&&(t=this._defaultCaster),this._cast=t),this._cast},p._defaultCaster=function(t){if(null!=t&&!(t instanceof Date))throw Error();return t},p.prototype.expires=function(t){return"Object"!==f(this._index)&&(this._index={}),this._index.expires=t,l.expires(this._index),this},p._checkRequired=function(t){return t instanceof Date},p.checkRequired=c.checkRequired,p.prototype.checkRequired=function(t,e){return"object"===o(t)&&c._isRef(this,t,e,!0)?null!=t:("function"==typeof this.constructor.checkRequired?this.constructor.checkRequired():p.checkRequired())(t)},p.prototype.min=function(t,e){if(this.minValidator&&(this.validators=this.validators.filter(function(t){return t.validator!==this.minValidator},this)),t){var r=e||a.messages.Date.min;"string"==typeof r&&(r=r.replace(/{MIN}/,t===Date.now?"Date.now()":t.toString()));var n=this;this.validators.push({validator:this.minValidator=function(e){var r=t;"function"==typeof t&&t!==Date.now&&(r=r.call(this));var i=r===Date.now?r():n.cast(r);return null===e||e.valueOf()>=i.valueOf()},message:r,type:"min",min:t})}return this},p.prototype.max=function(t,e){if(this.maxValidator&&(this.validators=this.validators.filter(function(t){return t.validator!==this.maxValidator},this)),t){var r=e||a.messages.Date.max;"string"==typeof r&&(r=r.replace(/{MAX}/,t===Date.now?"Date.now()":t.toString()));var n=this;this.validators.push({validator:this.maxValidator=function(e){var r=t;"function"==typeof r&&r!==Date.now&&(r=r.call(this));var i=r===Date.now?r():n.cast(r);return null===e||e.valueOf()<=i.valueOf()},message:r,type:"max",max:t})}return this},p.prototype.cast=function(t){var e;e="function"==typeof this._castFunction?this._castFunction:"function"==typeof this.constructor.cast?this.constructor.cast():p.cast();try{return e(t)}catch(e){throw new h("date",t,this.path,e,this)}},p.prototype.$conditionalHandlers=i(i({},c.prototype.$conditionalHandlers),{},{$gt:d,$gte:d,$lt:d,$lte:d}),p.prototype.castForQuery=function(t,e,r){if(null==t)try{return this.applySetters(e,r)}catch(t){throw t instanceof h&&t.path===this.path&&null!=this.$fullPath&&(t.path=this.$fullPath),t}var n=this.$conditionalHandlers[t];if(!n)throw Error("Can't use "+t+" with Date.");return n.call(this,e)},t.exports=p},8598:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){(function(t,e,r){var i;(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}var a=r(2319),s=a.CastError,c=r(3854),u=r(2128);function f(t,e){a.call(this,t,e,"Decimal128")}function l(t){return this.cast(t)}f.schemaName="Decimal128",f.defaultOptions={},f.prototype=Object.create(a.prototype),f.prototype.constructor=f,f._cast=c,f.set=a.set,f.setters=[],f.get=a.get,f.cast=function(t){return 0==arguments.length||(!1===t&&(t=this._defaultCaster),this._cast=t),this._cast},f._defaultCaster=function(t){if(null!=t&&!u(t,"Decimal128"))throw Error();return t},f._checkRequired=function(t){return u(t,"Decimal128")},f.checkRequired=a.checkRequired,f.prototype.checkRequired=function(t,e){return a._isRef(this,t,e,!0)?!!t:("function"==typeof this.constructor.checkRequired?this.constructor.checkRequired():f.checkRequired())(t)},f.prototype.cast=function(t,e,r){var n;if(a._isRef(this,t,e,r))return u(t,"Decimal128")?t:this._castRef(t,e,r);n="function"==typeof this._castFunction?this._castFunction:"function"==typeof this.constructor.cast?this.constructor.cast():f.cast();try{return n(t)}catch(e){throw new s("Decimal128",t,this.path,e,this)}},f.prototype.$conditionalHandlers=o(o({},a.prototype.$conditionalHandlers),{},{$gt:l,$gte:l,$lt:l,$lte:l}),t.exports=f},9970:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}var o,a,s=r(6148),c=r(2512),u=r(3550).EventEmitter,f=r(9225),l=r(4172),h=r(2319),p=r(8447),d=r(8650),y=r(5962),b=r(8145),m=r(499),v=r(335),g=r(371),_=r(9662),w=r(5625).arrayAtomicsSymbol,S=r(5625).arrayPathSymbol,O=r(5625).documentArrayParent;function j(t,e,r,n){if(e.options&&e.options.timeseries)throw new _(t,"timeseries");var i=j.defaultOptions&&j.defaultOptions._id;null!=i&&((n=n||{})._id=i),null!=n&&null!=n._id?e=y(e,n):null!=r&&null!=r._id&&(e=y(e,r));var o=$(e,r);o.prototype.$basePath=t,f.call(this,t,o,r),this.schema=e,this.schemaOptions=n||{},this.$isMongooseDocumentArray=!0,this.Constructor=o,o.base=e.base;var a=this.defaultValue;"defaultValue"in this&&null==a||this.default(function(){var t=a.call(this);return null==t||Array.isArray(t)||(t=[t]),t}),this.$embeddedSchemaType=new c(t+".$",{required:this&&this.schemaOptions&&this.schemaOptions.required||!1,$parentSchemaType:this}),this.$embeddedSchemaType.caster=this.Constructor,this.$embeddedSchemaType.schema=this.schema}function $(t,e,n){function i(){a.apply(this,arguments),null!=this.__parentArray&&null!=this.__parentArray.getArrayParent()&&this.$session(this.__parentArray.getArrayParent().$session())}a||(a=r(8578)),t._preCompile();var o=null!=n?n.prototype:a.prototype;for(var s in i.prototype=Object.create(o),i.prototype.$__setSchema(t),i.schema=t,i.prototype.constructor=i,i.$isArraySubdocument=!0,i.events=new u,i.base=t.base,t.methods)i.prototype[s]=t.methods[s];for(var c in t.statics)i[c]=t.statics[c];for(var f in u.prototype)i[f]=u.prototype[f];return i.options=e,i}j.schemaName="DocumentArray",j.options={castNonArrays:!0},j.prototype=Object.create(f.prototype),j.prototype.constructor=j,j.prototype.OptionsConstructor=l,j.prototype.$conditionalHandlers=function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){(function(t,e,r){var i;(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}({},f.prototype.$conditionalHandlers),j.prototype.discriminator=function(t,e,r){"function"==typeof t&&(t=v.getFunctionName(t)),r=r||{};var n,i=v.isPOJO(r)?r.value:r,o="boolean"!=typeof r.clone||r.clone;e.instanceOfSchema&&o&&(e=e.clone());var a=$(e=d(this.casterConstructor,t,e,i,null,null,null===(n=r)||void 0===n?void 0:n.overwriteExisting),null,this.casterConstructor);a.baseCasterConstructor=this.casterConstructor;try{Object.defineProperty(a,"name",{value:t})}catch(t){}return this.casterConstructor.discriminators[t]=a,this.casterConstructor.discriminators[t]},j.prototype.doValidate=function(t,e,n,i){o||(o=r(4941));var s=this;try{h.prototype.doValidate.call(this,t,function(r){if(r)return e(r);var c,u=t&&t.length;if(!u||i&&i.updateValidator)return e();function f(t){null!=t&&(c=t),--u||e(c)}v.isMongooseDocumentArray(t)||(t=new o(t,s.path,n));for(var l=0,h=u;l<h;++l){var p=t[l];if(null!=p){if(!(p instanceof a)){var d=g(s.casterConstructor,t[l]);p=t[l]=new d(p,t,void 0,void 0,l)}null==i||!i.validateModifiedOnly||p.$isModified()?p.$__validate(null,i,f):--u||e(c)}else--u||e(c)}},n)}catch(t){return e(t)}},j.prototype.doValidateSync=function(t,e,r){var n=h.prototype.doValidateSync.call(this,t,e);if(null!=n)return n;var i=t&&t.length,o=null;if(i){for(var s=0;s<i;++s){var c=t[s];if(c){if(!(c instanceof a)){var u=g(this.casterConstructor,t[s]);c=t[s]=new u(c,t,void 0,void 0,s)}if(null==r||!r.validateModifiedOnly||c.$isModified()){var f=c.validateSync(r);f&&null==o&&(o=f)}}}return o}},j.prototype.getDefault=function(t,e,n){var i="function"==typeof this.defaultValue?this.defaultValue.call(t):this.defaultValue;if(null==i||n&&n.skipCast)return i;o||(o=r(4941)),Array.isArray(i)||(i=[i]),i=new o(i,this.path,t);for(var a=0;a<i.length;++a){var s=new(g(this.casterConstructor,i[a]))({},i,void 0,void 0,a);s.$init(i[a]),s.isNew=!0,Object.assign(s.$__.activePaths.default,s.$__.activePaths.init),s.$__.activePaths.init={},i[a]=s}return i};var A=Object.freeze({transform:!1,virtuals:!1}),E=Object.freeze({skipId:!1,willInit:!0});j.prototype.cast=function(t,e,n,i,c){if(o||(o=r(4941)),null!=t&&null!=t[S]&&t===i)return t;var u,f,l=(c=c||{}).path||this.path;if(!Array.isArray(t)){if(!n&&!j.options.castNonArrays)throw new s("DocumentArray",t,this.path,null,this);return e&&n&&e.markModified(l),this.cast([t],e,n,i,c)}c.skipDocumentArrayCast&&!v.isMongooseDocumentArray(t)||(t=new o(t,l,e)),null!=i&&(t[w]=i[w]||{}),null!=c.arrayPathIndex&&(t[S]=l+"."+c.arrayPathIndex);for(var h=v.isMongooseDocumentArray(t)?t.__array:t,p=h.length,d=0;d<p;++d)if(h[d]){var y=g(this.casterConstructor,h[d]),m=b(h[d],!0);if(h[d]!==m&&(h[d]=m),h[d]instanceof a){if(h[d][O]!==e){if(n){var _=new y(null,t,E,u,d);h[d]=_.$init(h[d])}else{var $=new y(h[d],t,void 0,void 0,d);h[d]=$}}null==h[d].__index&&h[d].$setIndex(d)}else if(null!=h[d]){if(n)e?u||(u=function(t,e,r){if(r&&e){for(var n,i,o,a=t.path+".",s=Object.keys(e),c=s.length,u={};c--;)if((i=s[c]).startsWith(a)){if("$"===(o=i.substring(a.length)))continue;o.startsWith("$.")&&(o=o.substring(2)),n||(n=!0),u[o]=e[i]}return n&&u||void 0}}(this,e.$__.selected,n)):u=!0,f=new y(null,t,E,u,d),h[d]=f.$init(h[d]);else if(i&&"function"==typeof i.id&&(f=i.id(h[d]._id)),i&&f&&v.deepEqual(f.toObject(A),h[d]))f.set(h[d]),h[d]=f;else try{f=new y(h[d],t,void 0,void 0,d),h[d]=f}catch(e){throw new s("embedded",h[d],t[S],e,this)}}}return t},j.prototype.clone=function(){var t=Object.assign({},this.options),e=new this.constructor(this.path,this.schema,t,this.schemaOptions);return e.validators=this.validators.slice(),void 0!==this.requiredValidator&&(e.requiredValidator=this.requiredValidator),e.Constructor.discriminators=Object.assign({},this.Constructor.discriminators),e},j.prototype.applyGetters=function(t,e){return h.prototype.applyGetters.call(this,t,e)},j.defaultOptions={},j.set=h.set,j.setters=[],j.get=h.get,j.prototype.$conditionalHandlers.$elemMatch=function(t,e){for(var r,n=Object.keys(t),i=n.length,o=0;o<i;++o){var a=n[o],s=t[a];m(a)&&null!=s&&(t[a]=this.castForQuery(a,s,e))}var c=this&&this.casterConstructor&&this.casterConstructor.schema&&this.casterConstructor.schema.options&&this.casterConstructor.schema.options.discriminatorKey,u=this&&this.casterConstructor&&this.casterConstructor.schema&&this.casterConstructor.schema.discriminators||{};return null!=c&&null!=t[c]&&null!=u[t[c]]?p(u[t[c]],t,null,this&&this.$$context):p(null!==(r=this.casterConstructor.schema)&&void 0!==r?r:e.schema,t,null,this&&this.$$context)},t.exports=j},2512:(t,e,r)=>{"use strict";var n=r(7026),i=r(2319),o=r(963),a=r(371);function s(t,e){if(this.$parentSchemaType=e&&e.$parentSchemaType,!this.$parentSchemaType)throw new n("Cannot create DocumentArrayElement schematype without a parent");delete e.$parentSchemaType,i.call(this,t,e,"DocumentArrayElement"),this.$isMongooseDocumentArrayElement=!0}s.schemaName="DocumentArrayElement",s.defaultOptions={},s.prototype=Object.create(i.prototype),s.prototype.constructor=s,s.prototype.cast=function(){var t;return(t=this.$parentSchemaType).cast.apply(t,arguments)[0]},s.prototype.doValidate=function(t,e,r,n){var i=a(this.caster,t);return!t||t instanceof i||(t=new i(t,r,null,null,n&&null!=n.index?n.index:null)),o.prototype.doValidate.call(this,t,e,r,n)},s.prototype.clone=function(){this.options.$parentSchemaType=this.$parentSchemaType;var t=i.prototype.clone.apply(this,arguments);return delete this.options.$parentSchemaType,t.caster=this.caster,t.schema=this.schema,t},t.exports=s},2176:(t,e,r)=>{"use strict";e.Array=r(9225),e.BigInt=r(4725),e.Boolean=r(7116),e.Buffer=r(1792),e.Date=r(7386),e.Decimal128=e.Decimal=r(8598),e.DocumentArray=r(9970),e.Map=r(5690),e.Mixed=r(1895),e.Number=r(8191),e.ObjectId=r(9476),e.String=r(9391),e.Subdocument=r(963),e.UUID=r(7245),e.Oid=e.ObjectId,e.Object=e.Mixed,e.Bool=e.Boolean,e.ObjectID=e.ObjectId},5690:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function o(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(o=function(){return!!t})()}function a(){return(a="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,r){var n=function(t,e){for(;!({}).hasOwnProperty.call(t,e)&&null!==(t=s(t)););return t}(t,e);if(n){var i=Object.getOwnPropertyDescriptor(n,e);return i.get?i.get.call(arguments.length<3?t:r):i.value}}).apply(null,arguments)}function s(t){return(s=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function c(t,e){return(c=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}var u=r(4902),f=r(7488),l=r(2319),h=function(t){var e;function f(t,e){var r,i,a;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,f),(i=f,a=[t,e,"Map"],i=s(i),r=function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,o()?Reflect.construct(i,a||[],s(this).constructor):i.apply(this,a))).$isSchemaMap=!0,r}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&c(t,e)}(f,t),e=[{key:"set",value:function(t,e){return l.set(t,e)}},{key:"cast",value:function(t,e,n){if(t instanceof u)return t;var o=this.path;if(n){var a=new u({},o,e,this.$__schemaType);if(t instanceof r.g.Map){var s,c=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return i(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(t,void 0):void 0}}(t))){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}(t.keys());try{for(c.s();!(s=c.n()).done;){var f=s.value,l=t.get(f);l=null==l?a.$__schemaType._castNullish(l):a.$__schemaType.cast(l,e,!0,null,{path:o+"."+f}),a.$init(f,l)}}catch(t){c.e(t)}finally{c.f()}}else for(var h=0,p=Object.keys(t);h<p.length;h++){var d=p[h],y=t[d];y=null==y?a.$__schemaType._castNullish(y):a.$__schemaType.cast(y,e,!0,null,{path:o+"."+d}),a.$init(d,y)}return a}return new u(t,o,e,this.$__schemaType)}},{key:"clone",value:function(){var t,e,r=(t=this,"function"==typeof(e=a(s(0?0:f.prototype),"clone",t))?function(r){return e.apply(t,r)}:e)([]);return null!=this.$__schemaType&&(r.$__schemaType=this.$__schemaType.clone()),r}}],function(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,function(t){var e=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==n(e)?e:e+""}(i.key),i)}}(f.prototype,e),Object.defineProperty(f,"prototype",{writable:!1}),f}(l);h.schemaName="Map",h.prototype.OptionsConstructor=f,h.defaultOptions={},t.exports=h},1895:(t,e,r)=>{"use strict";var n=r(2319),i=r(3089),o=r(4797),a=r(335);function s(t,e){if(e&&e.default){var r=e.default;Array.isArray(r)&&0===r.length?e.default=Array:!e.shared&&o(r)&&0===Object.keys(r).length&&(e.default=function(){return{}})}n.call(this,t,e,"Mixed"),this[i.schemaMixedSymbol]=!0}s.schemaName="Mixed",s.defaultOptions={},s.prototype=Object.create(n.prototype),s.prototype.constructor=s,s.get=n.get,s.set=n.set,s.setters=[],s.prototype.cast=function(t){return t instanceof Error?a.errorToPOJO(t):t},s.prototype.castForQuery=function(t,e){return e},t.exports=s},8191:(t,e,r)=>{"use strict";function n(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function i(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?n(Object(r),!0).forEach(function(e){(function(t,e,r){var n;(n=function(t){if("object"!=o(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=o(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==o(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var a=r(9507),s=r(3823),c=r(2319),u=r(247),f=r(133),l=r(335),h=c.CastError;function p(t,e){c.call(this,t,e,"Number")}function d(t){return this.cast(t)}p.get=c.get,p.set=c.set,p.setters=[],p._cast=u,p.cast=function(t){return 0==arguments.length||(!1===t&&(t=this._defaultCaster),this._cast=t),this._cast},p._defaultCaster=function(t){if("number"!=typeof t)throw Error();return t},p.schemaName="Number",p.defaultOptions={},p.prototype=Object.create(c.prototype),p.prototype.constructor=p,p.prototype.OptionsConstructor=s,p._checkRequired=function(t){return"number"==typeof t||t instanceof Number},p.checkRequired=c.checkRequired,p.prototype.checkRequired=function(t,e){return"object"===o(t)&&c._isRef(this,t,e,!0)?null!=t:("function"==typeof this.constructor.checkRequired?this.constructor.checkRequired():p.checkRequired())(t)},p.prototype.min=function(t,e){if(this.minValidator&&(this.validators=this.validators.filter(function(t){return t.validator!==this.minValidator},this)),null!=t){var r=e||a.messages.Number.min;r=r.replace(/{MIN}/,t),this.validators.push({validator:this.minValidator=function(e){return null==e||e>=t},message:r,type:"min",min:t})}return this},p.prototype.max=function(t,e){if(this.maxValidator&&(this.validators=this.validators.filter(function(t){return t.validator!==this.maxValidator},this)),null!=t){var r=e||a.messages.Number.max;r=r.replace(/{MAX}/,t),this.validators.push({validator:this.maxValidator=function(e){return null==e||e<=t},message:r,type:"max",max:t})}return this},p.prototype.enum=function(t,e){return this.enumValidator&&(this.validators=this.validators.filter(function(t){return t.validator!==this.enumValidator},this)),Array.isArray(t)||(l.isPOJO(t)&&null!=t.values?(e=t.message,t=t.values):"number"==typeof t&&(t=Array.prototype.slice.call(arguments),e=null),l.isPOJO(t)&&(t=Object.values(t)),e=e||a.messages.Number.enum),e=null==e?a.messages.Number.enum:e,this.enumValidator=function(e){return null==e||-1!==t.indexOf(e)},this.validators.push({validator:this.enumValidator,message:e,type:"enum",enumValues:t}),this},p.prototype.cast=function(t,e,r){if("number"!=typeof t&&c._isRef(this,t,e,r)&&(null==t||l.isNonBuiltinObject(t)))return this._castRef(t,e,r);var n,i=t&&void 0!==t._id?t._id:t;n="function"==typeof this._castFunction?this._castFunction:"function"==typeof this.constructor.cast?this.constructor.cast():p.cast();try{return n(i)}catch(t){throw new h("Number",i,this.path,t,this)}},p.prototype.$conditionalHandlers=i(i({},c.prototype.$conditionalHandlers),{},{$bitsAllClear:f,$bitsAnyClear:f,$bitsAllSet:f,$bitsAnySet:f,$gt:d,$gte:d,$lt:d,$lte:d,$mod:function(t){var e=this;return Array.isArray(t)?t.map(function(t){return e.cast(t)}):[this.cast(t)]}}),p.prototype.castForQuery=function(t,e,r){var n;if(null!=t){if(!(n=this.$conditionalHandlers[t]))throw new h("number",e,this.path,null,this);return n.call(this,e,r)}try{e=this.applySetters(e,r)}catch(t){throw t instanceof h&&t.path===this.path&&null!=this.$fullPath&&(t.path=this.$fullPath),t}return e},t.exports=p},9476:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){(function(t,e,r){var i;(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}var a,s=r(210),c=r(2319),u=r(8092),f=r(5857),l=r(6704),h=r(2128),p=r(335),d=c.CastError;function y(t,e){var r="string"==typeof t&&24===t.length&&/^[a-f0-9]+$/i.test(t),n=e&&e.suppressWarning;!r&&void 0!==t||n||p.warn("mongoose: To create a new ObjectId please try `Mongoose.Types.ObjectId` instead of using `Mongoose.Schema.ObjectId`. Set the `suppressWarning` option if you're trying to create a hex char path in your schema."),c.call(this,t,e,"ObjectId")}function b(t){return this.cast(t)}function m(){return new l}function v(t){return a||(a=r(3293)),this instanceof a&&void 0===t?new l:t}y.schemaName="ObjectId",y.defaultOptions={},y.prototype=Object.create(c.prototype),y.prototype.constructor=y,y.prototype.OptionsConstructor=s,y.get=c.get,y.set=c.set,y.setters=[],y.prototype.auto=function(t){return t&&(this.default(m),this.set(v)),this},y._checkRequired=function(t){return h(t,"ObjectId")},y._cast=u,y.cast=function(t){return 0==arguments.length||(!1===t&&(t=this._defaultCaster),this._cast=t),this._cast},y._defaultCaster=function(t){if(!h(t,"ObjectId"))throw Error(t+" is not an instance of ObjectId");return t},y.checkRequired=c.checkRequired,y.prototype.checkRequired=function(t,e){return c._isRef(this,t,e,!0)?!!t:("function"==typeof this.constructor.checkRequired?this.constructor.checkRequired():y.checkRequired())(t)},y.prototype.cast=function(t,e,r){var n;if(!h(t,"ObjectId")&&c._isRef(this,t,e,r)){if("objectid"===(f(t)||"").toLowerCase())return new l(t.toHexString());if(null==t||p.isNonBuiltinObject(t))return this._castRef(t,e,r)}n="function"==typeof this._castFunction?this._castFunction:"function"==typeof this.constructor.cast?this.constructor.cast():y.cast();try{return n(t)}catch(e){throw new d("ObjectId",t,this.path,e,this)}},y.prototype.$conditionalHandlers=o(o({},c.prototype.$conditionalHandlers),{},{$gt:b,$gte:b,$lt:b,$lte:b}),m.$runBeforeSetters=!0,t.exports=y},133:(t,e,r)=>{"use strict";var n=r(5832).Buffer,i=r(6148);function o(t,e){var r=Number(e);if(isNaN(r))throw new i("number",e,t);return r}t.exports=function(t){var e=this;return Array.isArray(t)?t.map(function(t){return o(e.path,t)}):n.isBuffer(t)?t:o(e.path,t)}},1188:(t,e,r)=>{"use strict";var n=r(7092);t.exports=function(t){return n(t,null!=this?this.path:null)}},6951:(t,e,r)=>{"use strict";var n=r(4111).p,i=r(4111).G;function o(t,e){switch(t.$geometry.type){case"Polygon":case"LineString":case"Point":n(t.$geometry.coordinates,e)}return a(e,t),t}function a(t,e){e.$maxDistance&&(e.$maxDistance=i.call(t,e.$maxDistance)),e.$minDistance&&(e.$minDistance=i.call(t,e.$minDistance))}e.cast$geoIntersects=function(t){if(t.$geometry)return o(t,this),t},e.cast$near=function(t){var e=r(9225);if(Array.isArray(t))return n(t,this),t;if(a(this,t),t&&t.$geometry)return o(t,this);if(!Array.isArray(t))throw TypeError("$near must be either an array or an object with a $geometry property");return e.prototype.castForQuery.call(this,null,t)},e.cast$within=function(t){var e=this;if(a(this,t),t.$box||t.$polygon){var r=t.$box?"$box":"$polygon";t[r].forEach(function(t){if(!Array.isArray(t))throw TypeError("Invalid $within $box argument. Expected an array, received "+t);t.forEach(function(r,n){t[n]=i.call(e,r)})})}else if(t.$center||t.$centerSphere){var n=t.$center?"$center":"$centerSphere";t[n].forEach(function(r,o){Array.isArray(r)?r.forEach(function(t,n){r[n]=i.call(e,t)}):t[n][o]=i.call(e,r)})}else t.$geometry&&o(t,this);return t}},4111:(t,e,r)=>{"use strict";var n=r(8191);function i(t){return n.cast()(t)}e.G=i,e.p=function t(e,r){e.forEach(function(n,o){Array.isArray(n)?t(n,r):e[o]=i.call(r,n)})}},2503:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(6148),o=r(7092),a=r(8471);t.exports=function(t,e){if(null==t||"object"!==n(t))throw new i("$text",t,e);return null!=t.$search&&(t.$search=a(t.$search,e+".$search")),null!=t.$language&&(t.$language=a(t.$language,e+".$language")),null!=t.$caseSensitive&&(t.$caseSensitive=o(t.$caseSensitive,e+".$castSensitive")),null!=t.$diacriticSensitive&&(t.$diacriticSensitive=o(t.$diacriticSensitive,e+".$diacriticSensitive")),t}},3180:t=>{"use strict";t.exports=function(t){if(Array.isArray(t)){if(!t.every(function(t){return"number"==typeof t||"string"==typeof t}))throw Error("$type array values must be strings or numbers");return t}if("number"!=typeof t&&"string"!=typeof t)throw Error("$type parameter must be number, string, or array of numbers and strings");return t}},9391:(t,e,r)=>{"use strict";function n(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function i(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?n(Object(r),!0).forEach(function(e){(function(t,e,r){var n;(n=function(t){if("object"!=o(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=o(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==o(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var s=r(2319),c=r(9507),u=r(8035),f=r(8471),l=r(335),h=r(2128),p=s.CastError;function d(t,e){this.enumValues=[],this.regExp=null,s.call(this,t,e,"String")}function y(t,e){return this.castForQuery(null,t,e)}function b(t){return null==t?this._castNullish(t):this.cast(t,this)}d.schemaName="String",d.defaultOptions={},d.prototype=Object.create(s.prototype),d.prototype.constructor=d,Object.defineProperty(d.prototype,"OptionsConstructor",{configurable:!1,enumerable:!1,writable:!1,value:u}),d._cast=f,d.cast=function(t){return 0==arguments.length||(!1===t&&(t=this._defaultCaster),this._cast=t),this._cast},d._defaultCaster=function(t){if(null!=t&&"string"!=typeof t)throw Error();return t},d.get=s.get,d.set=s.set,d.setters=[],d._checkRequired=function(t){return(t instanceof String||"string"==typeof t)&&t.length},d.checkRequired=s.checkRequired,d.prototype.enum=function(){if(this.enumValidator&&(this.validators=this.validators.filter(function(t){return t.validator!==this.enumValidator},this),this.enumValidator=!1),void 0===arguments[0]||!1===arguments[0])return this;l.isObject(arguments[0])?Array.isArray(arguments[0].values)?(t=arguments[0].values,e=arguments[0].message):(t=l.object.vals(arguments[0]),e=c.messages.String.enum):(t=arguments,e=c.messages.String.enum);var t,e,r,n=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return a(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?a(t,void 0):void 0}}(t))){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,o=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw o}}}}(t);try{for(n.s();!(r=n.n()).done;){var i=r.value;void 0!==i&&this.enumValues.push(this.cast(i))}}catch(t){n.e(t)}finally{n.f()}var o=this.enumValues;return this.enumValidator=function(t){return null==t||~o.indexOf(t)},this.validators.push({validator:this.enumValidator,message:e,type:"enum",enumValues:o}),this},d.prototype.lowercase=function(t){var e=this;return arguments.length>0&&!t?this:this.set(function(t){return"string"!=typeof t&&(t=e.cast(t)),t?t.toLowerCase():t})},d.prototype.uppercase=function(t){var e=this;return arguments.length>0&&!t?this:this.set(function(t){return"string"!=typeof t&&(t=e.cast(t)),t?t.toUpperCase():t})},d.prototype.trim=function(t){var e=this;return arguments.length>0&&!t?this:this.set(function(t){return"string"!=typeof t&&(t=e.cast(t)),t?t.trim():t})},d.prototype.minlength=function(t,e){if(this.minlengthValidator&&(this.validators=this.validators.filter(function(t){return t.validator!==this.minlengthValidator},this)),null!=t){var r=e||c.messages.String.minlength;r=r.replace(/{MINLENGTH}/,t),this.validators.push({validator:this.minlengthValidator=function(e){return null===e||e.length>=t},message:r,type:"minlength",minlength:t})}return this},d.prototype.minLength=d.prototype.minlength,d.prototype.maxlength=function(t,e){if(this.maxlengthValidator&&(this.validators=this.validators.filter(function(t){return t.validator!==this.maxlengthValidator},this)),null!=t){var r=e||c.messages.String.maxlength;r=r.replace(/{MAXLENGTH}/,t),this.validators.push({validator:this.maxlengthValidator=function(e){return null===e||e.length<=t},message:r,type:"maxlength",maxlength:t})}return this},d.prototype.maxLength=d.prototype.maxlength,d.prototype.match=function(t,e){var r=e||c.messages.String.match;return this.validators.push({validator:function(e){return!!t&&(t.lastIndex=0,null==e||""===e||t.test(e))},message:r,type:"regexp",regexp:t}),this},d.prototype.checkRequired=function(t,e){return"object"===o(t)&&s._isRef(this,t,e,!0)?null!=t:("function"==typeof this.constructor.checkRequired?this.constructor.checkRequired():d.checkRequired())(t)},d.prototype.cast=function(t,e,r){var n;if("string"!=typeof t&&s._isRef(this,t,e,r))return this._castRef(t,e,r);n="function"==typeof this._castFunction?this._castFunction:"function"==typeof this.constructor.cast?this.constructor.cast():d.cast();try{return n(t)}catch(e){throw new p("string",t,this.path,null,this)}};var m=i(i({},s.prototype.$conditionalHandlers),{},{$all:function(t,e){var r=this;return Array.isArray(t)?t.map(function(t){return r.castForQuery(null,t,e)}):[this.castForQuery(null,t,e)]},$gt:y,$gte:y,$lt:y,$lte:y,$options:b,$regex:function(t){return"[object RegExp]"===Object.prototype.toString.call(t)?t:b.call(this,t)},$not:y});Object.defineProperty(d.prototype,"$conditionalHandlers",{configurable:!1,enumerable:!1,writable:!1,value:Object.freeze(m)}),d.prototype.castForQuery=function(t,e,r){var n;if(null!=t){if(!(n=this.$conditionalHandlers[t]))throw Error("Can't use "+t+" with String.");return n.call(this,e,r)}if("[object RegExp]"===Object.prototype.toString.call(e)||h(e,"BSONRegExp"))return e;try{return this.applySetters(e,r)}catch(t){throw t instanceof p&&t.path===this.path&&null!=this.$fullPath&&(t.path=this.$fullPath),t}},t.exports=d},963:(t,e,r)=>{"use strict";function n(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function i(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?n(Object(r),!0).forEach(function(e){(function(t,e,r){var n;(n=function(t){if("object"!=o(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=o(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==o(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var a,s=r(6148),c=r(3550).EventEmitter,u=r(2260),f=r(6271),l=r(2319),h=r(6690),p=r(1188),d=r(4111).G,y=r(8650),b=r(6951),m=r(371),v=r(5962),g=r(3920)._,_=r(1384),w=r(335),S=r(9662);function O(t,e,r){if(t.options.timeseries)throw new S(e,"timeseries");var n=O.defaultOptions&&O.defaultOptions._id;null!=n&&((r=r||{})._id=n),t=v(t,r),this.caster=j(t,null,r),this.caster.path=e,this.caster.prototype.$basePath=e,this.schema=t,this.$isSingleNested=!0,this.base=t.base,l.call(this,e,r,"Embedded")}function j(t,e,n){a||(a=r(292));var i=function(t,e,r){this.$__parent=r,a.apply(this,arguments),null!=r&&this.$session(r.$session())};t._preCompile();var o=null!=e?e.prototype:a.prototype;for(var s in(i.prototype=Object.create(o)).$__setSchema(t),i.prototype.constructor=i,i.$__required=null==n?void 0:n.required,i.base=t.base,i.schema=t,i.$isSingleNested=!0,i.events=new c,i.prototype.toBSON=function(){return this.toObject(g)},t.methods)i.prototype[s]=t.methods[s];for(var u in t.statics)i[u]=t.statics[u];for(var f in c.prototype)i[f]=c.prototype[f];return i}t.exports=O,O.prototype=Object.create(l.prototype),O.prototype.constructor=O,O.prototype.OptionsConstructor=f,O.prototype.$conditionalHandlers.$geoWithin=function(t,e){return{$geometry:this.castForQuery(null,t.$geometry,e)}},O.prototype.$conditionalHandlers.$near=O.prototype.$conditionalHandlers.$nearSphere=b.cast$near,O.prototype.$conditionalHandlers.$within=O.prototype.$conditionalHandlers.$geoWithin=b.cast$within,O.prototype.$conditionalHandlers.$geoIntersects=b.cast$geoIntersects,O.prototype.$conditionalHandlers.$minDistance=d,O.prototype.$conditionalHandlers.$maxDistance=d,O.prototype.$conditionalHandlers.$exists=p,O.prototype.cast=function(t,e,r,n,i){if(t&&t.$isSingleNested&&t.parent===e)return t;if(null!=t&&("object"!==o(t)||Array.isArray(t)))throw new u(this.path,t);var a,s=this.schema.path(this.schema.options.discriminatorKey),c=null==s?null:s.getDefault(e),f=m(this.caster,t,c),l=e&&e.$__&&e.$__.selected,p=this.path,d=null==l?null:Object.keys(l).reduce(function(t,e){return e.startsWith(p+".")&&((t=t||{})[e.substring(p.length+1)]=l[e]),t},null);if(!r)return i=Object.assign({},i,{priorDoc:n}),0===Object.keys(t).length?new f({},d,e,void 0,i):new f(t,d,e,void 0,i);delete(a=new f(void 0,d,e,!1,{defaults:!1})).$__.defaults,a.$init(t);var y=_(d);return h(a,d,y),a},O.prototype.castForQuery=function(t,e,r,n){if(null!=t){if(!(i=this.$conditionalHandlers[t]))throw Error("Can't use "+t);return i.call(this,e)}if(null==e)return e;var i,o=m(this.caster,e);if(e instanceof o)return e;this.options.runSetters&&(e=this._applySetters(e,r));var a=null!=n&&null!=n.strict?n.strict:void 0;try{e=new o(e,a)}catch(t){if(!(t instanceof s))throw new s("Embedded",e,this.path,t,this);throw t}return e},O.prototype.doValidate=function(t,e,r,n){var i=m(this.caster,t);if(!t||t instanceof i||(t=new i(t,null,null!=r&&null!=r.$__?r:null)),n&&n.skipSchemaValidators)return t?t.validate().then(function(){return e(null)},function(t){return e(t)}):e(null);l.prototype.doValidate.call(this,t,function(r){return r?e(r):t?void t.validate().then(function(){return e(null)},function(t){return e(t)}):e(null)},r,n)},O.prototype.doValidateSync=function(t,e,r){if(!r||!r.skipSchemaValidators){var n=l.prototype.doValidateSync.call(this,t,e);if(n)return n}if(t)return t.validateSync()},O.prototype.discriminator=function(t,e,r){r=r||{};var n=w.isPOJO(r)?r.value:r,i="boolean"!=typeof r.clone||r.clone;return e.instanceOfSchema&&i&&(e=e.clone()),e=y(this.caster,t,e,n,null,null,r.overwriteExisting),this.caster.discriminators[t]=j(e,this.caster),this.caster.discriminators[t]},O.defaultOptions={},O.set=l.set,O.setters=[],O.get=l.get,O.prototype.toJSON=function(){return{path:this.path,options:this.options}},O.prototype.clone=function(){var t=new this.constructor(this.schema,this.path,i(i({},this.options),{},{_skipApplyDiscriminators:!0}));return t.validators=this.validators.slice(),void 0!==this.requiredValidator&&(t.requiredValidator=this.requiredValidator),t.caster.discriminators=Object.assign({},this.caster.discriminators),t}},3089:(t,e)=>{"use strict";e.schemaMixedSymbol=Symbol.for("mongoose:schema_mixed"),e.builtInMiddleware=Symbol.for("mongoose:built-in-middleware")},7245:(t,e,r)=>{"use strict";var n=r(5832).Buffer;function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function a(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?o(Object(r),!0).forEach(function(e){(function(t,e,r){var n;(n=function(t){if("object"!=i(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=i(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==i(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}var s=r(9820),c=r(2319),u=c.CastError,f=r(335),l=r(133),h=/[0-9a-f]{8}-[0-9a-f]{4}-[0-9][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/i,p=s.Binary;function d(t){"string"!=typeof t&&(t="");var e,r=new s(null!=(e=t.replace(/[{}-]/g,""))&&n.from(e,"hex"));return r._subtype=4,r}function y(t){var e;return"string"!=typeof t&&null!=t?(e=t.toString("hex")).substring(0,8)+"-"+e.substring(8,12)+"-"+e.substring(12,16)+"-"+e.substring(16,20)+"-"+e.substring(20,32):t}function b(t,e){c.call(this,t,e,"UUID"),this.getters.push(function(t){return null!=t&&null!=t.$__?t:n.isBuffer(t)?y(t):t instanceof p?y(t.buffer):f.isPOJO(t)&&"Buffer"===t.type&&Array.isArray(t.data)?y(n.from(t.data)):t})}function m(t){return this.cast(t)}function v(t){var e=this;return t.map(function(t){return e.cast(t)})}b.schemaName="UUID",b.defaultOptions={},b.prototype=Object.create(c.prototype),b.prototype.constructor=b,b._cast=function(t){if(null==t)return t;function e(t){var e=new s(t);return e._subtype=4,e}if("string"==typeof t){if(h.test(t))return d(t);throw new u(b.schemaName,t,this.path)}if(n.isBuffer(t))return e(t);if(t instanceof p)return e(t.value(!0));if(t.toString&&t.toString!==Object.prototype.toString&&h.test(t.toString()))return d(t.toString());throw new u(b.schemaName,t,this.path)},b.get=c.get,b.set=c.set,b.setters=[],b.cast=function(t){return 0==arguments.length||(!1===t&&(t=this._defaultCaster),this._cast=t),this._cast},b._checkRequired=function(t){return null!=t},b.checkRequired=c.checkRequired,b.prototype.checkRequired=function(t){return n.isBuffer(t)&&(t=y(t)),null!=t&&h.test(t)},b.prototype.cast=function(t,e,r){var n;if(f.isNonBuiltinObject(t)&&c._isRef(this,t,e,r))return this._castRef(t,e,r);n="function"==typeof this._castFunction?this._castFunction:"function"==typeof this.constructor.cast?this.constructor.cast():b.cast();try{return n(t)}catch(e){throw new u(b.schemaName,t,this.path,e,this)}},b.prototype.$conditionalHandlers=a(a({},c.prototype.$conditionalHandlers),{},{$bitsAllClear:l,$bitsAnyClear:l,$bitsAllSet:l,$bitsAnySet:l,$all:v,$gt:m,$gte:m,$in:v,$lt:m,$lte:m,$ne:m,$nin:v}),b.prototype.castForQuery=function(t,e,r){var n;if(null!=t){if(!(n=this.$conditionalHandlers[t]))throw Error("Can't use "+t+" with UUID.");return n.call(this,e,r)}try{return this.applySetters(e,r)}catch(t){throw t instanceof u&&t.path===this.path&&null!=this.$fullPath&&(t.path=this.$fullPath),t}},t.exports=b},2319:(t,e,r)=>{"use strict";var n=r(5832).Buffer;function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=r(9507),a=r(1e3),s=r(1188),c=r(3180),u=r(1829),f=r(9012),l=r(6564),h=r(4664),p=r(3933),d=r(5625).schemaTypeSymbol,y=r(335),b=r(5625).validatorErrorSymbol,m=r(5625).documentIsModified,v=r(5625).populateModelSymbol,g=o.CastError,_=o.ValidatorError,w={_skipMarkModified:!0};function S(t,e,r){this[d]=!0,this.path=t,this.instance=r,this.validators=[],this.getters=this.constructor.hasOwnProperty("getters")?this.constructor.getters.slice():[],this.setters=this.constructor.hasOwnProperty("setters")?this.constructor.setters.slice():[],this.splitPath(),e=e||{};for(var n=this.constructor.defaultOptions||{},o=0,s=Object.keys(n);o<s.length;o++){var c=s[o];"validate"===c?this.validate(n.validate):n.hasOwnProperty(c)&&!Object.prototype.hasOwnProperty.call(e,c)&&(e[c]=n[c])}null==e.select&&delete e.select;var u=this.OptionsConstructor||a;this.options=new u(e),this._index=null,y.hasUserDefinedProperty(this.options,"immutable")&&(this.$immutable=this.options.immutable,f(this));for(var l=0,h=Object.keys(this.options);l<h.length;l++){var p=h[l];if("cast"!==p){if(y.hasUserDefinedProperty(this.options,p)&&"function"==typeof this[p]){if("index"===p&&this._index){if(!1===e.index){var b=this._index;if("object"===i(b)&&null!=b){if(b.unique)throw Error('Path "'+this.path+'" may not have `index` set to false and `unique` set to true');if(b.sparse)throw Error('Path "'+this.path+'" may not have `index` set to false and `sparse` set to true')}this._index=!1}continue}var m=e[p];if("default"===p){this.default(m);continue}var v=Array.isArray(m)?m:[m];this[p].apply(this,v)}}else Array.isArray(this.options[p])?this.castFunction.apply(this,this.options[p]):this.castFunction(this.options[p])}Object.defineProperty(this,"$$context",{enumerable:!1,configurable:!1,writable:!0,value:null})}function O(t,e){if(void 0!==t&&!t){var r=new(e.ErrorConstructor||_)(e);return r[b]=!0,r}}function j(t,e){return this.castForQuery(null,t,e)}function $(t,e){var r=this;return Array.isArray(t)?t.map(function(t){return Array.isArray(t)&&0===t.length?t:r.castForQuery(null,t,e)}):[this.castForQuery(null,t,e)]}S.prototype.OptionsConstructor=a,S.prototype.path,S.prototype.validators,S.prototype.isRequired,S.prototype.splitPath=function(){return null!=this._presplitPath?this._presplitPath:null!=this.path?(this._presplitPath=-1===this.path.indexOf(".")?[this.path]:this.path.split("."),this._presplitPath):void 0},S.cast=function(t){return 0==arguments.length||(!1===t&&(t=function(t){return t}),this._cast=t),this._cast},S.prototype.castFunction=function(t,e){return 0==arguments.length||(!1===t&&(t=this.constructor._defaultCaster||function(t){return t}),"string"==typeof t?this._castErrorMessage=t:(null!=t&&(this._castFunction=t),null!=e&&(this._castErrorMessage=e))),this._castFunction},S.prototype.cast=function(){throw Error("Base SchemaType class does not implement a `cast()` function")},S.set=function(t,e){this.hasOwnProperty("defaultOptions")||(this.defaultOptions=Object.assign({},this.defaultOptions)),this.defaultOptions[t]=e},S.get=function(t){this.getters=this.hasOwnProperty("getters")?this.getters:[],this.getters.push(t)},S.prototype.default=function(t){if(1==arguments.length){if(void 0===t)return void(this.defaultValue=void 0);if(null!=t&&t.instanceOfSchema)throw new o("Cannot set default value of path `"+this.path+"` to a mongoose Schema instance.");return this.defaultValue=t,this.defaultValue}return arguments.length>1&&(this.defaultValue=Array.prototype.slice.call(arguments)),this.defaultValue},S.prototype.index=function(t){return this._index=t,y.expires(this._index),this},S.prototype.unique=function(t){if(!1===this._index){if(!t)return;throw Error('Path "'+this.path+'" may not have `index` set to false and `unique` set to true')}return(this.options.hasOwnProperty("index")||!1!==t)&&(null==this._index||!0===this._index?this._index={}:"string"==typeof this._index&&(this._index={type:this._index}),this._index.unique=t),this},S.prototype.text=function(t){if(!1===this._index){if(!t)return this;throw Error('Path "'+this.path+'" may not have `index` set to false and `text` set to true')}return(this.options.hasOwnProperty("index")||!1!==t)&&(null===this._index||void 0===this._index||"boolean"==typeof this._index?this._index={}:"string"==typeof this._index&&(this._index={type:this._index}),this._index.text=t),this},S.prototype.sparse=function(t){if(!1===this._index){if(!t)return this;throw Error('Path "'+this.path+'" may not have `index` set to false and `sparse` set to true')}return(this.options.hasOwnProperty("index")||!1!==t)&&(null==this._index||"boolean"==typeof this._index?this._index={}:"string"==typeof this._index&&(this._index={type:this._index}),this._index.sparse=t),this},S.prototype.immutable=function(t){return this.$immutable=t,f(this),this},S.prototype.transform=function(t){return this.options.transform=t,this},S.prototype.set=function(t){if("function"!=typeof t)throw TypeError("A setter must be a function.");return this.setters.push(t),this},S.prototype.get=function(t){if("function"!=typeof t)throw TypeError("A getter must be a function.");return this.getters.push(t),this},S.prototype.validateAll=function(t){for(var e=0;e<t.length;e++)this.validate(t[e]);return this},S.prototype.validate=function(t,e,r){var n,a,s,c;if("function"==typeof t||t&&"RegExp"===y.getFunctionName(t.constructor))return"function"==typeof e?(n={validator:t,message:e}).type=r||"user defined":e instanceof Object&&!r?((n=h(e)?Object.assign({},e):u(e)).message||(n.message=n.msg),n.validator=t,n.type=n.type||"user defined"):(null==e&&(e=o.messages.general.default),r||(r="user defined"),n={message:e,type:r,validator:t}),this.validators.push(n),this;for(a=0,s=arguments.length;a<s;a++){if(c=arguments[a],!y.isPOJO(c))throw Error("Invalid validator. Received ("+i(c)+") "+c+". See https://mongoosejs.com/docs/api/schematype.html#SchemaType.prototype.validate()");this.validate(c.validator,c)}return this},S.prototype.required=function(t,e){var r={};if(arguments.length>0&&null==t)return this.validators=this.validators.filter(function(t){return t.validator!==this.requiredValidator},this),this.isRequired=!1,delete this.originalRequiredValue,this;if("object"===i(t)&&(e=(r=t).message||e,t=t.isRequired),!1===t)return this.validators=this.validators.filter(function(t){return t.validator!==this.requiredValidator},this),this.isRequired=!1,delete this.originalRequiredValue,this;var n=this;this.isRequired=!0,this.requiredValidator=function(e){var r=this&&this.$__&&this.$__.cachedRequired;if(null!=r&&!this.$__isSelected(n.path)&&!this[m](n.path))return!0;if(null!=r&&n.path in r){var i=!r[n.path]||n.checkRequired(e,this);return delete r[n.path],i}return"function"==typeof t&&!t.apply(this)||n.checkRequired(e,this)},this.originalRequiredValue=t,"string"==typeof t&&(e=t,t=void 0);var a=e||o.messages.general.required;return this.validators.unshift(Object.assign({},r,{validator:this.requiredValidator,message:a,type:"required"})),this},S.prototype.ref=function(t){return this.options.ref=t,this},S.prototype.getDefault=function(t,e,r){var n;if(null!=(n="function"==typeof this.defaultValue?this.defaultValue===Date.now||this.defaultValue===Array||"objectid"===this.defaultValue.name.toLowerCase()?this.defaultValue.call(t):this.defaultValue.call(t,t):this.defaultValue)){if("object"!==i(n)||this.options&&this.options.shared||(n=u(n)),r&&r.skipCast)return this._applySetters(n,t);var o=this.applySetters(n,t,e,void 0,w);return o&&!Array.isArray(o)&&o.$isSingleNested&&(o.$__parent=t),o}return n},S.prototype._applySetters=function(t,e,r,n,i){var o=t;if(r)return o;for(var a=this.setters,s=a.length-1;s>=0;s--)o=a[s].call(e,o,n,this,i);return o},S.prototype._castNullish=function(t){return t},S.prototype.applySetters=function(t,e,r,n,i){var o=this._applySetters(t,e,r,n,i);return null==o?this._castNullish(o):o=this.cast(o,e,r,n,i)},S.prototype.applyGetters=function(t,e){var r=t,n=this.getters,i=n.length;if(0===i)return r;for(var o=0;o<i;++o)r=n[o].call(e,r,this);return r},S.prototype.select=function(t){return this.selected=!!t,this},S.prototype.doValidate=function(t,e,r,n){var o=this,a=!1,s=this.path;if("function"!=typeof e)throw TypeError("Must pass callback function to doValidate(), got ".concat(i(e)));var c=this.validators.filter(function(t){return"object"===i(t)&&null!==t}),f=c.length;if(!f)return e(null);for(var l=0,d=c.length;l<d&&0!==function(){if(a)return 0;var e,i=c[l],f=i.validator,p=h(i)?Object.assign({},i):u(i);if(p.path=n&&n.path?n.path:s,p.fullPath=o.$fullPath,p.value=t,f instanceof RegExp)return y(f.test(t),p,r),1;if("function"!=typeof f)return 1;if(void 0===t&&f!==o.requiredValidator)return y(!0,p,r),1;try{e=p.propsParameter?f.call(r,t,p):f.call(r,t)}catch(t){e=!1,p.reason=t,t.message&&(p.message=t.message)}null!=e&&"function"==typeof e.then?e.then(function(t){y(t,p,r)},function(t){p.reason=t,p.message=t.message,y(e=!1,p,r)}):y(e,p,r)}();++l);function y(t,r,n){!a&&(void 0===t||t?--f<=0&&p(function(){e(null)}):((a=new(r.ErrorConstructor||_)(r,n))[b]=!0,p(function(){e(a)})))}},S.prototype.doValidateSync=function(t,e,r){var n=this.path;if(!this.validators.length)return null;var o=this.validators;if(void 0===t){if(0===this.validators.length||"required"!==this.validators[0].type)return null;o=[this.validators[0]]}var a=null,s=0,c=o.length;for(s=0;s<c;++s){var f=o[s];if(null!==f&&"object"===i(f)){var p=f.validator,d=h(f)?Object.assign({},f):u(f);d.path=r&&r.path?r.path:n,d.fullPath=this.$fullPath,d.value=t;var y=!1;if(!l(p)){if(p instanceof RegExp)a=O(p.test(t),d);else if("function"==typeof p){try{y=d.propsParameter?p.call(e,t,d):p.call(e,t)}catch(t){y=!1,d.reason=t}if((null==y||"function"!=typeof y.then)&&(a=O(y,d)))break}}}}return a},S._isRef=function(t,e,r,i){var o=i&&t.options&&(t.options.ref||t.options.refPath);if(!o&&r&&null!=r.$__){var a=r.$__fullPath(t.path,!0),s=r.ownerDocument();o=null!=a&&s.$populated(a)||r.$populated(t.path)}return!!o&&(null==e||!(n.isBuffer(e)||"Binary"===e._bsontype||!y.isObject(e))||i)},S.prototype._castRef=function(t,e,r){if(null==t)return t;if(null!=t.$__)return t.$__.wasPopulated=t.$__.wasPopulated||{value:t._doc._id},t;if(n.isBuffer(t)||!y.isObject(t)){if(r)return t;throw new g(this.instance,t,this.path,null,this)}var i=e.$__fullPath(this.path,!0),o=e.ownerDocument().$populated(i,!0),a=t;return e.$__.populated&&e.$__.populated[i]&&e.$__.populated[i].options&&e.$__.populated[i].options.options&&e.$__.populated[i].options.options.lean||((a=new o.options[v](t)).$__.wasPopulated={value:a._doc._id}),a},S.prototype.$conditionalHandlers={$all:function(t,e){var r=this;return Array.isArray(t)?t.map(function(t){return r.castForQuery(null,t,e)}):[this.castForQuery(null,t,e)]},$eq:j,$in:$,$ne:j,$nin:$,$exists:s,$type:c},S.prototype.castForQuery=function(t,e,r){var n;if(null!=t){if(!(n=this.$conditionalHandlers[t]))throw Error("Can't use "+t);return n.call(this,e,r)}try{return this.applySetters(e,r)}catch(t){throw t instanceof g&&t.path===this.path&&null!=this.$fullPath&&(t.path=this.$fullPath),t}},S.checkRequired=function(t){return 0!=arguments.length&&(this._checkRequired=t),this._checkRequired},S.prototype.checkRequired=function(t){return null!=t},S.prototype.clone=function(){var t=Object.assign({},this.options),e=new this.constructor(this.path,t,this.instance);return e.validators=this.validators.slice(),void 0!==this.requiredValidator&&(e.requiredValidator=this.requiredValidator),void 0!==this.defaultValue&&(e.defaultValue=this.defaultValue),void 0!==this.$immutable&&void 0===this.options.immutable&&(e.$immutable=this.$immutable,f(e)),void 0!==this._index&&(e._index=this._index),void 0!==this.selected&&(e.selected=this.selected),void 0!==this.isRequired&&(e.isRequired=this.isRequired),void 0!==this.originalRequiredValue&&(e.originalRequiredValue=this.originalRequiredValue),e.getters=this.getters.slice(),e.setters=this.setters.slice(),e},S.prototype.getEmbeddedSchemaType=function(){return this.$embeddedSchemaType},t.exports=e=S,e.CastError=g,e.ValidatorError=_},4494:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function o(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function a(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?o(Object(r),!0).forEach(function(e){(function(t,e,r){var i;(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}r(335);var s=t.exports=function(){};s.ctor=function(){var t=Array.prototype.slice.call(arguments),e=function(){s.apply(this,arguments),this.paths={},this.states={}};return(e.prototype=new s).constructor=e,e.prototype.stateNames=t,t.forEach(function(t){e.prototype[t]=function(e){this._changeState(e,t)}}),e},s.prototype._changeState=function(t,e){var r=this.paths[t];if(r!==e){var n=this.states[r];n&&delete n[t],this.paths[t]=e,this.states[e]=this.states[e]||{},this.states[e][t]=!0}},s.prototype.clear=function(t){if(null!=this.states[t])for(var e,r=Object.keys(this.states[t]),n=r.length;n--;)e=r[n],delete this.states[t][e],delete this.paths[e]},s.prototype.clearPath=function(t){var e=this.paths[t];e&&(delete this.paths[t],delete this.states[e][t])},s.prototype.getStatePaths=function(t){return null!=this.states[t]?this.states[t]:{}},s.prototype.some=function(){var t=this,e=arguments.length?arguments:this.stateNames;return Array.prototype.some.call(e,function(e){return null!=t.states[e]&&Object.keys(t.states[e]).length})},s.prototype._iter=function(t){return function(){var e=Array.prototype.slice.call(arguments),r=e.pop();e.length||(e=this.stateNames);var n=this;return e.reduce(function(t,e){return null==n.states[e]?t:t.concat(Object.keys(n.states[e]))},[])[t](function(t,e,n){return r(t,e,n)})}},s.prototype.forEach=function(){return this.forEach=this._iter("forEach"),this.forEach.apply(this,arguments)},s.prototype.map=function(){return this.map=this._iter("map"),this.map.apply(this,arguments)},s.prototype.clone=function(){var t=new this.constructor;t.paths=a({},this.paths);var e,r=function(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return i(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(t,void 0):void 0}}(t))){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}(this.stateNames);try{for(r.s();!(e=r.n()).done;){var n=e.value;n in this.states&&(t.states[n]=null==this.states[n]?this.states[n]:a({},this.states[n]))}}catch(t){r.e(t)}finally{r.f()}return t}},2918:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e,r){var i;return(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var o=r(3293),a=r(9987),s=r(5625).arrayAtomicsSymbol,c=r(5625).arrayAtomicsBackupSymbol,u=r(5625).arrayParentSymbol,f=r(5625).arrayPathSymbol,l=r(5625).arraySchemaSymbol,h=Array.prototype.push,p=/^\d+$/;t.exports=function(t,e,r,n){if(Array.isArray(t)){var d,y=t.length;if(0===y)d=[];else if(1===y)(d=[,])[0]=t[0];else if(y<1e4)d=[],h.apply(d,t);else{d=[];for(var b=0;b<y;++b)h.call(d,t[b])}}else d=[];var m=i(i(i(i(i(i(i(i({},s,{}),c,void 0),f,e),l,n),u,void 0),"isMongooseArray",!0),"isMongooseArrayProxy",!0),"__array",d);t&&null!=t[s]&&(m[s]=t[s]),null!=r&&r instanceof o&&(m[u]=r,m[l]=n||r.schema.path(e));var v=new Proxy(d,{get:function(t,e){return m.hasOwnProperty(e)?m[e]:a.hasOwnProperty(e)?a[e]:"string"==typeof e&&p.test(e)&&null!=(null==n?void 0:n.$embeddedSchemaType)?n.$embeddedSchemaType.applyGetters(d[e],r):d[e]},set:function(t,e,r){return"string"==typeof e&&p.test(e)?a.set.call(v,e,r,!1):m.hasOwnProperty(e)?m[e]=r:d[e]=r,!0}});return v}},9240:(t,e)=>{"use strict";e.isMongooseArray=function(t){return Array.isArray(t)&&t.isMongooseArray}},9987:(t,e,r)=>{"use strict";var n=r(5832).Buffer;function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=a(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,o=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw o}}}}function a(t,e){if(t){if("string"==typeof t)return s(t,e);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var c=r(3293),u=r(8578),f=r(7026),l=r(8208),h=r(1829),p=r(3920)._,d=r(5678),y=r(335),b=r(2128),m=r(5625).arrayAtomicsSymbol,v=r(5625).arrayParentSymbol,g=r(5625).arrayPathSymbol,_=r(5625).arraySchemaSymbol,w=r(5625).populateModelSymbol,S=Symbol("mongoose#Array#sliced"),O=Array.prototype.push,j={$__getAtomics:function(){var t=[],e=Object.keys(this[m]||{}),r=e.length,n=Object.assign({},p,{_isNested:!0});if(0===r)return t[0]=["$set",this.toObject(n)],t;for(;r--;){var i=e[r],o=this[m][i];y.isMongooseObject(o)?o=o.toObject(n):Array.isArray(o)?o=this.toObject.call(o,n):null!=o&&Array.isArray(o.$each)?o.$each=this.toObject.call(o.$each,n):null!=o&&"function"==typeof o.valueOf&&(o=o.valueOf()),"$addToSet"===i&&(o={$each:o}),t.push([i,o])}return t},$atomics:function(){return this[m]},$parent:function(){return this[v]},$path:function(){return this[g]},$shift:function(){this._registerAtomic("$pop",-1),this._markModified();var t=this.__array;if(!t._shifted)return t._shifted=!0,[].shift.call(t)},$pop:function(){if(this._registerAtomic("$pop",1),this._markModified(),!this._popped)return this._popped=!0,[].pop.call(this)},$schema:function(){return this[_]},_cast:function(t){var e,r=!1,i=this[v];if(i&&(r=i.$populated(this[g],!0)),r&&null!=t){if(null==(e=r.options[w]))throw new f("No populated model found for path `"+this[g]+"`. This is likely a bug in Mongoose, please report an issue on github.com/Automattic/mongoose.");return(n.isBuffer(t)||b(t,"ObjectId")||!y.isObject(t))&&(t={_id:t}),t.schema&&t.schema.discriminatorMapping&&void 0!==t.schema.discriminatorMapping.key||(t=new e(t)),this[_].caster.applySetters(t,i,!0)}return this[_].caster.applySetters(t,i,!1)},_mapCast:function(t,e){return this._cast(t,this.length+e)},_markModified:function(t){var e,r=this[v];if(r){if(e=this[g],arguments.length&&(e=e+"."+t),null!=e&&e.endsWith(".$"))return this;r.markModified(e,0!=arguments.length?t:r)}return this},_registerAtomic:function(t,e){if(!this[S]){if("$set"===t)return this[m]={$set:e},l(this[v],this[g]),this._markModified(),this;var r,n=this[m];if("$pop"===t&&!("$pop"in n)){var c=this;this[v].once("save",function(){c._popped=c._shifted=null})}if(n.$set||Object.keys(n).length&&!(t in n))return this[m]={$set:this},this;if("$pullAll"===t||"$addToSet"===t)n[t]||(n[t]=[]),n[t]=n[t].concat(e);else if("$pullDocs"===t){var f=n.$pull||(n.$pull={});e[0]instanceof u?(r=f.$or||(f.$or=[]),Array.prototype.push.apply(r,e.map(function(t){return t.toObject({transform:function(e,r){return null==t||null==t.$__||Object.keys(t.$__.activePaths.getStatePaths("default")).forEach(function(t){d.unset(t,r),function t(e,r,n){if("string"==typeof r){if(-1===r.indexOf("."))return;r=d.stringToParts(r)}(n=n||0)>=r.length||null!=e&&"object"===i(e)&&(t(e[r[0]],r,n+1),null!=e[r[0]]&&"object"===i(e[r[0]])&&0===Object.keys(e[r[0]]).length&&delete e[r[0]])}(r,t)}),r},virtuals:!1})}))):(r=f._id||(f._id={$in:[]})).$in=r.$in.concat(e)}else if("$push"===t){if(n.$push=n.$push||{$each:[]},null!=e&&y.hasUserDefinedProperty(e,"$each"))n.$push=e;else if(1===e.length)n.$push.$each.push(e[0]);else if(e.length<1e4)(h=n.$push.$each).push.apply(h,function(t){if(Array.isArray(t))return s(t)}(e)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(e)||a(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}());else{var h,p,b=o(e);try{for(b.s();!(p=b.n()).done;){var _=p.value;n.$push.$each.push(_)}}catch(t){b.e(t)}finally{b.f()}}}else n[t]=e;return this}},addToSet:function(){$(this,arguments),A(this,arguments);var t=[].map.call(arguments,this._mapCast,this),e=[],r="";t[0]instanceof u?r="doc":t[0]instanceof Date?r="date":b(t[0],"ObjectId")&&(r="ObjectId");var n=y.isMongooseArray(t)?t.__array:t,i=y.isMongooseArray(this)?this.__array:this;return n.forEach(function(t){var n,o=+t;switch(r){case"doc":n=this.some(function(e){return e.equals(t)});break;case"date":n=this.some(function(t){return+t===o});break;case"ObjectId":n=this.find(function(e){return e.toString()===t.toString()});break;default:n=~this.indexOf(t)}n||(this._markModified(),i.push(t),this._registerAtomic("$addToSet",t),[].push.call(e,t))},this),e},hasAtomics:function(){return y.isPOJO(this[m])?Object.keys(this[m]).length:0},includes:function(t,e){return -1!==this.indexOf(t,e)},indexOf:function(t,e){b(t,"ObjectId")&&(t=t.toString()),e=null==e?0:e;for(var r=this.length,n=e;n<r;++n)if(t==this[n])return n;return -1},inspect:function(){return JSON.stringify(this)},nonAtomicPush:function(){var t=[].map.call(arguments,this._mapCast,this);this._markModified();var e=[].push.apply(this,t);return this._registerAtomic("$set",this),e},pop:function(){this._markModified();var t=[].pop.call(this);return this._registerAtomic("$set",this),t},pull:function(){var t=this,e=[].map.call(arguments,function(e,r){return t._cast(e,r,{defaults:!1})},this),r=this[v].get(this[g]);y.isMongooseArray(r)&&(r=r.__array);var n,i=r.length;for(this._markModified();i--;)(n=r[i])instanceof c?e.some(function(t){return n.equals(t)})&&r.splice(i,1):~this.indexOf.call(e,n)&&r.splice(i,1);return e[0]instanceof u?this._registerAtomic("$pullDocs",e.map(function(t){var e=t.$__getValue("_id");return void 0===e||t.$isDefault("_id")?t:e})):this._registerAtomic("$pullAll",e),l(this[v],this[g])>0&&this._registerAtomic("$set",this),this},push:function(){var t,e=arguments,r=e,n=null!=e[0]&&y.hasUserDefinedProperty(e[0],"$each"),i=y.isMongooseArray(this)?this.__array:this;if(n&&(r=e[0],e=e[0].$each),null==this[_])return O.apply(this,e);$(this,e),A(this,e),e=[].map.call(e,this._mapCast,this);var o=this[m];return this._markModified(),n?(r.$each=e,0!==(o.$push&&o.$push.$each&&o.$push.$each.length||0)&&o.$push.$position!=r.$position?(null!=r.$position?([].splice.apply(i,[r.$position,0].concat(e)),t=i.length):t=[].push.apply(i,e),this._registerAtomic("$set",this)):null!=r.$position?([].splice.apply(i,[r.$position,0].concat(e)),t=this.length):t=[].push.apply(i,e)):(r=e,t=O.apply(i,e)),this._registerAtomic("$push",r),t},remove:function(){return this.pull.apply(this,arguments)},set:function(t,e,r){var n=this.__array;if(r)return n[t]=e,this;var i=j._cast.call(this,e,t);return j._markModified.call(this,t),n[t]=i,this},shift:function(){var t=y.isMongooseArray(this)?this.__array:this;this._markModified();var e=[].shift.call(t);return this._registerAtomic("$set",this),e},sort:function(){var t=y.isMongooseArray(this)?this.__array:this,e=[].sort.apply(t,arguments);return this._registerAtomic("$set",this),e},splice:function(){var t,e,r=y.isMongooseArray(this)?this.__array:this;if(this._markModified(),$(this,Array.prototype.slice.call(arguments,2)),arguments.length){if(null==this[_])t=arguments;else{t=[];for(var n=0;n<arguments.length;++n)t[n]=n<2?arguments[n]:this._cast(arguments[n],arguments[0]+(n-2))}e=[].splice.apply(r,t),this._registerAtomic("$set",this)}return e},toBSON:function(){return this.toObject(p)},toObject:function(t){var e=y.isMongooseArray(this)?this.__array:this;return t&&t.depopulate?((t=h(t))._isNested=!0,[].concat(e).map(function(e){return e instanceof c?e.toObject(t):e})):[].concat(e)},$toObject:function(){return this.constructor.prototype.toObject.apply(this,arguments)},unshift:function(){$(this,arguments),t=null==this[_]?arguments:[].map.call(arguments,this._cast,this);var t,e=y.isMongooseArray(this)?this.__array:this;return this._markModified(),[].unshift.apply(e,t),this._registerAtomic("$set",this),this.length}};function $(t,e){var r,n,a,s,u=null==t?null:t[_]&&t[_].caster&&t[_].caster.options&&t[_].caster.options.ref||null;0===t.length&&0!==e.length&&function(t,e){if(!e)return!1;var r,n=o(t);try{for(n.s();!(r=n.n()).done;){var i=r.value;if(null==i)return!1;var a=i.constructor;if(!(i instanceof c)||a.modelName!==e&&a.baseModelName!==e)return!1}}catch(t){n.e(t)}finally{n.f()}return!0}(e,u)&&t[v].$populated(t[g],[],(n={},a=w,s=e[0].constructor,(r=function(t){if("object"!=i(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=i(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(a),(a="symbol"==i(r)?r:r+"")in n)?Object.defineProperty(n,a,{value:s,enumerable:!0,configurable:!0,writable:!0}):n[a]=s,n))}function A(t,e){var r=null==t?null:t[_]&&t[_].caster&&t[_].caster.options&&t[_].caster.options.ref||null,a=t[v],s=t[g];if(r&&a.populated(s)){var c,u=o(e);try{for(u.s();!(c=u.n()).done;){var f=c.value;if(null!=f&&("object"!==i(f)||f instanceof String||f instanceof Number||f instanceof n||y.isMongooseType(f))){a.depopulate(s);break}}}catch(t){u.e(t)}finally{u.f()}}}for(var E=0,x=["filter","flat","flatMap","map","slice"];E<x.length;E++)!function(){var t=x[E];null!=Array.prototype[t]&&(j[t]=function(){var e=[].concat(y.isMongooseArray(this)?this.__array:this);return e[t].apply(e,arguments)})}();t.exports=j},8578:(t,e,r)=>{"use strict";function n(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function i(t){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var o=r(3550).EventEmitter,a=r(292),s=r(335),c=r(5625).documentArrayParent;function u(t,e,r,o,u){var f;s.isMongooseDocumentArray(e)?(this.__parentArray=e,this[c]=e.$parent()):(this.__parentArray=void 0,this[c]=void 0),this.$setIndex(u),this.$__parent=this[c],"object"===i(r)&&null!=r?(f=function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?n(Object(r),!0).forEach(function(e){(function(t,e,r){var n;(n=function(t){if("object"!=i(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=i(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==i(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}({isNew:!0},r),r=void 0):f={isNew:!0},a.call(this,t,o,this[c],r,f)}for(var f in u.prototype=Object.create(a.prototype),u.prototype.constructor=u,Object.defineProperty(u.prototype,"$isSingleNested",{configurable:!1,writable:!1,value:!1}),Object.defineProperty(u.prototype,"$isDocumentArrayElement",{configurable:!1,writable:!1,value:!0}),o.prototype)u[f]=o.prototype[f];u.prototype.$setIndex=function(t){if(this.__index=t,null!=this.$__&&null!=this.$__.validationError)for(var e=0,r=Object.keys(this.$__.validationError.errors);e<r.length;e++){var n=r[e];this.invalidate(n,this.$__.validationError.errors[n])}},u.prototype.populate=function(){throw Error('Mongoose does not support calling populate() on nested docs. Instead of `doc.arr[0].populate("path")`, use `doc.populate("arr.0.path")`')},u.prototype.$__removeFromParent=function(){var t=this._doc._id;if(!t)throw Error("For your own good, Mongoose does not know how to remove an ArraySubdocument that has no _id");this.__parentArray.pull({_id:t})},u.prototype.$__fullPath=function(t,e){return null==this.__index?null:(this.$__.fullPath||this.ownerDocument(),e?t?this.$__.fullPath+"."+t:this.$__.fullPath:t?this.$__.fullPath+"."+this.__index+"."+t:this.$__.fullPath+"."+this.__index)},u.prototype.$__pathRelativeToParent=function(t,e){return null!=this.__index&&this.__parentArray&&this.__parentArray.$path?e?null==t?this.__parentArray.$path():this.__parentArray.$path()+"."+t:null==t?this.__parentArray.$path()+"."+this.__index:this.__parentArray.$path()+"."+this.__index+"."+t:null},u.prototype.$parent=function(){return this[c]},u.prototype.parentArray=function(){return this.__parentArray},t.exports=u},9820:(t,e,r)=>{"use strict";var n=r(5832).Buffer,i=r(3633).Binary,o=r(335);function a(t,e,r){var i,s,u,f,l=t;return null==t&&(l=0),Array.isArray(e)?(s=e[0],u=e[1]):i=e,f="number"==typeof l||l instanceof Number?n.alloc(l):n.from(l,i,r),o.decorate(f,a.mixin),f.isMongooseBuffer=!0,f[a.pathSymbol]=s,f[c]=u,f._subtype=0,f}var s=Symbol.for("mongoose#Buffer#_path"),c=Symbol.for("mongoose#Buffer#_parent");a.pathSymbol=s,a.mixin={_subtype:void 0,_markModified:function(){var t=this[c];return t&&t.markModified(this[a.pathSymbol]),this},write:function(){var t=n.prototype.write.apply(this,arguments);return t>0&&this._markModified(),t},copy:function(t){var e=n.prototype.copy.apply(this,arguments);return t&&t.isMongooseBuffer&&t._markModified(),e}},o.each(["writeUInt8","writeUInt16","writeUInt32","writeInt8","writeInt16","writeInt32","writeFloat","writeDouble","fill","utf8Write","binaryWrite","asciiWrite","set","writeUInt16LE","writeUInt16BE","writeUInt32LE","writeUInt32BE","writeInt16LE","writeInt16BE","writeInt32LE","writeInt32BE","writeFloatLE","writeFloatBE","writeDoubleLE","writeDoubleBE"],function(t){n.prototype[t]&&(a.mixin[t]=function(){var e=n.prototype[t].apply(this,arguments);return this._markModified(),e})}),a.mixin.toObject=function(t){var e="number"==typeof t?t:this._subtype||0;return new i(n.from(this),e)},a.mixin.$toObject=a.mixin.toObject,a.mixin.toBSON=function(){return new i(this,this._subtype||0)},a.mixin.equals=function(t){if(!n.isBuffer(t)||this.length!==t.length)return!1;for(var e=0;e<this.length;++e)if(this[e]!==t[e])return!1;return!0},a.mixin.subtype=function(t){if("number"!=typeof t)throw TypeError("Invalid subtype. Expected a number");this._subtype!==t&&this._markModified(),this._subtype=t},a.Binary=i,t.exports=a},9394:(t,e,r)=>{"use strict";t.exports=r(3633).Decimal128},4941:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e,r){var i;return(i=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==n(i)?i:i+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var o=r(9987),a=r(1520),s=r(3293),c=r(5625).arrayAtomicsSymbol,u=r(5625).arrayAtomicsBackupSymbol,f=r(5625).arrayParentSymbol,l=r(5625).arrayPathSymbol,h=r(5625).arraySchemaSymbol,p=Array.prototype.push,d=/^\d+$/;t.exports=function(t,e,r){var n=[],y=i(i(i(i(i({},c,{}),u,void 0),l,e),h,void 0),f,void 0);if(Array.isArray(t)&&(t[l]===e&&t[f]===r&&(y[c]=Object.assign({},t[c])),t.forEach(function(t){p.call(n,t)})),y[l]=e,y.__array=n,r&&r instanceof s)for(y[f]=r,y[h]=r.$__schema.path(e);null!=y[h]&&y[h].$isMongooseArray&&!y[h].$isMongooseDocumentArray;)y[h]=y[h].casterConstructor;var b=new Proxy(n,{get:function(t,e){return"isMongooseArray"===e||"isMongooseArrayProxy"===e||"isMongooseDocumentArray"===e||"isMongooseDocumentArrayProxy"===e||(y.hasOwnProperty(e)?y[e]:a.hasOwnProperty(e)?a[e]:o.hasOwnProperty(e)?o[e]:n[e])},set:function(t,e,r){return"string"==typeof e&&d.test(e)?a.set.call(b,e,r,!1):y.hasOwnProperty(e)?y[e]=r:n[e]=r,!0}});return b}},3640:(t,e)=>{"use strict";e.isMongooseDocumentArray=function(t){return Array.isArray(t)&&t.isMongooseDocumentArray}},1520:(t,e,r)=>{"use strict";var n=r(5832).Buffer;function i(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return o(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var a=r(9987),s=r(3293),c=r(8092),u=r(7785),f=r(3920)._,l=r(335),h=r(2128),p=r(5625).arrayParentSymbol,d=r(5625).arrayPathSymbol,y=r(5625).arraySchemaSymbol,b=r(5625).documentArrayParent,m=Array.prototype.toString,v={toBSON:function(){return this.toObject(f)},toString:function(){return m.call(this.__array.map(function(t){return null!=t&&null!=t.$__?t.toString():t}))},getArrayParent:function(){return this[p]},_cast:function(t,e,r){if(null==this[y])return t;var i=this[y].casterConstructor;if((i.$isMongooseDocumentArray?l.isMongooseDocumentArray(t):t instanceof i)||t&&t.constructor&&t.constructor.baseCasterConstructor===i)return t[b]&&t.__parentArray||(t[b]=this[p],t.__parentArray=this),t.$setIndex(e),t;if(null==t)return null;if((n.isBuffer(t)||h(t,"ObjectId")||!l.isObject(t))&&(t={_id:t}),t&&i.discriminators&&i.schema&&i.schema.options&&i.schema.options.discriminatorKey){if("string"==typeof t[i.schema.options.discriminatorKey]&&i.discriminators[t[i.schema.options.discriminatorKey]])i=i.discriminators[t[i.schema.options.discriminatorKey]];else{var o=u(i.discriminators,t[i.schema.options.discriminatorKey]);o&&(i=o)}}if(i.$isMongooseDocumentArray)return i.cast(t,this,void 0,void 0,e);var a=new i(t,this,r,void 0,e);return a.isNew=!0,a},id:function(t){try{e=c(t).toString()}catch(t){e=null}var e,r,n,o,a=i(this);try{for(a.s();!(o=a.n()).done;){var u=o.value;if(u&&null!=(n=u.get("_id"))){if(n instanceof s){if(r||(r=String(t)),r==n._id)return u}else if(h(t,"ObjectId")||h(n,"ObjectId")){if(e==n)return u}else if(t==n||l.deepEqual(t,n))return u}}}catch(t){a.e(t)}finally{a.f()}return null},toObject:function(t){return[].concat(this.map(function(e){return null==e?null:"function"!=typeof e.toObject?e:e.toObject(t)}))},$toObject:function(){return this.constructor.prototype.toObject.apply(this,arguments)},push:function(){var t=a.push.apply(this,arguments);return g(this),t},pull:function(){var t=a.pull.apply(this,arguments);return g(this),t},shift:function(){var t=a.shift.apply(this,arguments);return g(this),t},splice:function(){var t=a.splice.apply(this,arguments);return g(this),t},inspect:function(){return this.toObject()},create:function(t){var e=this[y].casterConstructor;if(t&&e.discriminators&&e.schema&&e.schema.options&&e.schema.options.discriminatorKey){if("string"==typeof t[e.schema.options.discriminatorKey]&&e.discriminators[t[e.schema.options.discriminatorKey]])e=e.discriminators[t[e.schema.options.discriminatorKey]];else{var r=u(e.discriminators,t[e.schema.options.discriminatorKey]);r&&(e=r)}}return new e(t,this)},notify:function(t){var e=this;return function r(n,i){for(var o=(i=i||e).length;o--;)null!=i[o]&&("save"===t&&(n=e[o]),l.isMongooseArray(i[o])?r(n,i[o]):i[o]&&i[o].emit(t,n))}},set:function(t,e,r){var n=this.__array;if(r)return n[t]=e,this;var i=v._cast.call(this,e,t);return v._markModified.call(this,t),n[t]=i,this},_markModified:function(t,e){var r,n=this[p];if(n){if(r=this[d],arguments.length&&(r=null!=e?r+"."+t.__index+"."+e:r+"."+t),null!=r&&r.endsWith(".$"))return this;n.markModified(r,0!=arguments.length?t:n)}return this}};function g(t){var e=t[p];if(e&&null!=e.$__.populated){var r,n=i(Object.keys(e.$__.populated).filter(function(e){return e.startsWith(t[d]+".")}));try{for(n.s();!(r=n.n()).done;)!function(){var n=r.value,i=n.slice((t[d]+".").length);Array.isArray(e.$__.populated[n].value)&&(e.$__.populated[n].value=t.map(function(t){return t.$populated(i)}))}()}catch(t){n.e(t)}finally{n.f()}}}t.exports=v},1148:(t,e,r)=>{"use strict";e.Array=r(2918),e.Buffer=r(9820),e.Document=e.Embedded=r(8578),e.DocumentArray=r(4941),e.Decimal128=r(9394),e.ObjectId=r(6704),e.Map=r(4902),e.Subdocument=r(292),e.UUID=r(2417)},4902:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return o(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function a(t,e,r,n){var i=s(l(1&n?t.prototype:t),e,r);return 2&n&&"function"==typeof i?function(t){return i.apply(r,t)}:i}function s(){return(s="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,r){var n=function(t,e){for(;!({}).hasOwnProperty.call(t,e)&&null!==(t=l(t)););return t}(t,e);if(n){var i=Object.getOwnPropertyDescriptor(n,e);return i.get?i.get.call(arguments.length<3?t:r):i.value}}).apply(null,arguments)}function c(t){var e="function"==typeof Map?new Map:void 0;return(c=function(t){if(null===t||!function(t){try{return -1!==Function.toString.call(t).indexOf("[native code]")}catch(e){return"function"==typeof t}}(t))return t;if("function"!=typeof t)throw TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return function(t,e,r){if(u())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,e);var i=new(t.bind.apply(t,n));return r&&f(i,r.prototype),i}(t,arguments,l(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),f(r,t)})(t)}function u(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(u=function(){return!!t})()}function f(t,e){return(f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function l(t){return(l=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}var h=r(1895),p=r(7026),d=r(1829),y=r(335).deepEqual,b=r(5857),m=r(8145),v=r(7352),g=r(8150),_=r(2128),w=r(5625).populateModelSymbol,S=function(t){var e;function r(t,e,i,o){var a,s,c;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,r),"Object"===b(t)&&(t=Object.keys(t).reduce(function(e,r){return e.concat([[r,t[r]]])},[])),(s=r,c=[t],s=l(s),a=function(t,e){if(e&&("object"==n(e)||"function"==typeof e))return e;if(void 0!==e)throw TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t)}(this,u()?Reflect.construct(s,c||[],l(this).constructor):s.apply(this,c))).$__parent=null!=i&&null!=i.$__?i:null,a.$__path=e,a.$__schemaType=null==o?new h(e):o,a.$__runDeferred(),a}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&f(t,e)}(r,t),e=[{key:"$init",value:function(t,e){O(t),a(r,"set",this,3)([t,e]),null!=e&&e.$isSingleNested&&(e.$basePath=this.$__path+"."+t)}},{key:"$__set",value:function(t,e){a(r,"set",this,3)([t,e])}},{key:"get",value:function(t,e){return _(t,"ObjectId")&&(t=t.toString()),!1===(e=e||{}).getters?a(r,"get",this,3)([t]):this.$__schemaType.applyGetters(a(r,"get",this,3)([t]),this.$__parent)}},{key:"set",value:function(t,e){if(_(t,"ObjectId")&&(t=t.toString()),O(t),e=m(e),null==this.$__schemaType)return this.$__deferred=this.$__deferred||[],void this.$__deferred.push({key:t,value:e});var n,i=this.$__parent,o=null!=i&&i.$__&&i.$__.populated?i.$populated(u.call(this),!0)||i.$populated(this.$__path,!0):null,s=this.get(t);if(null!=o){if(this.$__schemaType.$isSingleNested)throw new p("Cannot manually populate single nested subdoc underneath Map "+'at path "'.concat(this.$__path,'". Try using an array instead of a Map.'));Array.isArray(e)&&this.$__schemaType.$isMongooseArray?e=e.map(function(t){return null==t.$__&&(t=new o.options[w](t)),t.$__.wasPopulated={value:t._doc._id},t}):null!=e&&(null==e.$__&&(e=new o.options[w](e)),e.$__.wasPopulated={value:e._doc._id})}else try{var c=this.$__schemaType.$isMongooseDocumentArray||this.$__schemaType.$isSingleNested?{path:u.call(this)}:null;e=this.$__schemaType.applySetters(e,this.$__parent,!1,this.get(t),c)}catch(t){if(null!=this.$__parent&&null!=this.$__parent.$__)return void this.$__parent.invalidate(u.call(this),t);throw t}function u(){return n||(n=this.$__path+"."+t)}a(r,"set",this,3)([t,e]),null==i||null==i.$__||y(e,s)||i.markModified(u.call(this))}},{key:"clear",value:function(){a(r,"clear",this,3)([]);var t=this.$__parent;null!=t&&t.markModified(this.$__path)}},{key:"delete",value:function(t){return _(t,"ObjectId")&&(t=t.toString()),this.set(t,void 0),a(r,"delete",this,3)([t])}},{key:"toBSON",value:function(){return new Map(this)}},{key:"toObject",value:function(t){if(t&&t.flattenMaps){var e,r={},n=i(this.keys());try{for(n.s();!(e=n.n()).done;){var o=e.value;r[o]=d(this.get(o),t)}}catch(t){n.e(t)}finally{n.f()}return r}return new Map(this)}},{key:"$toObject",value:function(){return this.constructor.prototype.toObject.apply(this,arguments)}},{key:"toJSON",value:function(t){if("boolean"!=typeof(t&&t.flattenMaps)||t.flattenMaps){var e,r={},n=i(this.keys());try{for(n.s();!(e=n.n()).done;){var o=e.value;r[o]=d(this.get(o),t)}}catch(t){n.e(t)}finally{n.f()}return r}return new Map(this)}},{key:"inspect",value:function(){return new Map(this)}},{key:"$__runDeferred",value:function(){if(this.$__deferred){var t,e=i(this.$__deferred);try{for(e.s();!(t=e.n()).done;){var r=t.value;this.set(r.key,r.value)}}catch(t){e.e(t)}finally{e.f()}this.$__deferred=null}}}],function(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,function(t){var e=function(t){if("object"!=n(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"==n(e)?e:e+""}(i.key),i)}}(r.prototype,e),Object.defineProperty(r,"prototype",{writable:!1}),r}(c(Map));function O(t){var e=n(t);if("string"!==e)throw TypeError("Mongoose maps only support string keys, got ".concat(e));if(t.startsWith("$"))throw Error('Mongoose maps do not support keys that start with "$", got "'.concat(t,'"'));if(t.includes("."))throw Error('Mongoose maps do not support keys that contain ".", got "'.concat(t,'"'));if(g.has(t))throw Error('Mongoose maps do not support reserved key name "'.concat(t,'"'))}v.inspect.custom&&Object.defineProperty(S.prototype,v.inspect.custom,{enumerable:!1,writable:!1,configurable:!1,value:S.prototype.inspect}),Object.defineProperty(S.prototype,"$__set",{enumerable:!1,writable:!0,configurable:!1}),Object.defineProperty(S.prototype,"$__parent",{enumerable:!1,writable:!0,configurable:!1}),Object.defineProperty(S.prototype,"$__path",{enumerable:!1,writable:!0,configurable:!1}),Object.defineProperty(S.prototype,"$__schemaType",{enumerable:!1,writable:!0,configurable:!1}),Object.defineProperty(S.prototype,"$isMongooseMap",{enumerable:!1,writable:!1,configurable:!1,value:!0}),Object.defineProperty(S.prototype,"$__deferredCalls",{enumerable:!1,writable:!1,configurable:!1,value:!0}),t.exports=S},6704:(t,e,r)=>{"use strict";var n=r(3633).ObjectId,i=r(5625).objectIdSymbol;Object.defineProperty(n.prototype,"_id",{enumerable:!1,configurable:!0,get:function(){return this}}),n.prototype.hasOwnProperty("valueOf")||(n.prototype.valueOf=function(){return this.toString()}),n.prototype[i]=!0,t.exports=n},292:(t,e,r)=>{"use strict";function n(){n=function(){return e};var t,e={},r=Object.prototype,i=r.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",f=s.toStringTag||"@@toStringTag";function l(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(t){l=function(t,e,r){return t[e]=r}}function h(e,r,n,i){var o,s,c=Object.create((r&&r.prototype instanceof v?r:v).prototype);return a(c,"_invoke",{value:(o=new P(i||[]),s=d,function(r,i){if(s===y)throw Error("Generator is already running");if(s===b){if("throw"===r)throw i;return{value:t,done:!0}}for(o.method=r,o.arg=i;;){var a=o.delegate;if(a){var c=function e(r,n){var i=n.method,o=r.iterator[i];if(o===t)return n.delegate=null,"throw"===i&&r.iterator.return&&(n.method="return",n.arg=t,e(r,n),"throw"===n.method)||"return"!==i&&(n.method="throw",n.arg=TypeError("The iterator does not provide a '"+i+"' method")),m;var a=p(o,r.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,m;var s=a.arg;return s?s.done?(n[r.resultName]=s.value,n.next=r.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,m):s:(n.method="throw",n.arg=TypeError("iterator result is not an object"),n.delegate=null,m)}(a,o);if(c){if(c===m)continue;return c}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if(s===d)throw s=b,o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);s=y;var u=p(e,n,o);if("normal"===u.type){if(s=o.done?b:"suspendedYield",u.arg===m)continue;return{value:u.arg,done:o.done}}"throw"===u.type&&(s=b,o.method="throw",o.arg=u.arg)}})}),c}function p(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=h;var d="suspendedStart",y="executing",b="completed",m={};function v(){}function g(){}function _(){}var w={};l(w,c,function(){return this});var S=Object.getPrototypeOf,O=S&&S(S(k([])));O&&O!==r&&i.call(O,c)&&(w=O);var j=_.prototype=v.prototype=Object.create(w);function $(t){["next","throw","return"].forEach(function(e){l(t,e,function(t){return this._invoke(e,t)})})}function A(t,e){var r;a(this,"_invoke",{value:function(n,a){function s(){return new e(function(r,s){!function r(n,a,s,c){var u=p(t[n],t,a);if("throw"!==u.type){var f=u.arg,l=f.value;return l&&"object"==o(l)&&i.call(l,"__await")?e.resolve(l.__await).then(function(t){r("next",t,s,c)},function(t){r("throw",t,s,c)}):e.resolve(l).then(function(t){f.value=t,s(f)},function(t){return r("throw",t,s,c)})}c(u.arg)}(n,a,r,s)})}return r=r?r.then(s,s):s()}})}function E(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function P(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function k(e){if(e||""===e){var r=e[c];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,a=function r(){for(;++n<e.length;)if(i.call(e,n))return r.value=e[n],r.done=!1,r;return r.value=t,r.done=!0,r};return a.next=a}}throw TypeError(o(e)+" is not iterable")}return g.prototype=_,a(j,"constructor",{value:_,configurable:!0}),a(_,"constructor",{value:g,configurable:!0}),g.displayName=l(_,f,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,_):(t.__proto__=_,l(t,f,"GeneratorFunction")),t.prototype=Object.create(j),t},e.awrap=function(t){return{__await:t}},$(A.prototype),l(A.prototype,u,function(){return this}),e.AsyncIterator=A,e.async=function(t,r,n,i,o){void 0===o&&(o=Promise);var a=new A(h(t,r,n,i),o);return e.isGeneratorFunction(r)?a:a.next().then(function(t){return t.done?t.value:a.next()})},$(j),l(j,f,"Generator"),l(j,c,function(){return this}),l(j,"toString",function(){return"[object Generator]"}),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=k,P.prototype={constructor:P,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(x),!e)for(var r in this)"t"===r.charAt(0)&&i.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function n(n,i){return s.type="throw",s.arg=e,r.next=n,i&&(r.method="next",r.arg=t),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var c=i.call(a,"catchLoc"),u=i.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return n(a.catchLoc,!0);if(this.prev<a.finallyLoc)return n(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return n(a.catchLoc,!0)}else{if(!u)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return n(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var o=n;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,m):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),m},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),x(r),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;x(r)}return i}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:k(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),m}},e}function i(t,e,r,n,i,o,a){try{var s=t[o](a),c=s.value}catch(t){return void r(t)}s.done?e(c):Promise.resolve(c).then(n,i)}function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var a,s,c=r(3293),u=r(3933),f=r(3920)._,l=r(7352),h=r(335);function p(t,e,r,n,i){if("object"===o(n)&&null!=n&&null==i&&(i=n,n=void 0),null!=r){var a={isNew:r.isNew};"defaults"in r.$__&&(a.defaults=r.$__.defaults),i=Object.assign(a,i)}null!=i&&null!=i.path&&(this.$basePath=i.path),c.call(this,t,e,n,i),delete this.$__.priorDoc}t.exports=p,p.prototype=Object.create(c.prototype),Object.defineProperty(p.prototype,"$isSubdocument",{configurable:!1,writable:!1,value:!0}),Object.defineProperty(p.prototype,"$isSingleNested",{configurable:!1,writable:!1,value:!0}),p.prototype.toBSON=function(){return this.toObject(f)},p.prototype.save=(a=n().mark(function t(e){var r=this;return n().wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return(e=e||{}).suppressWarning||h.warn("mongoose: calling `save()` on a subdoc does **not** save the document to MongoDB, it only runs save middleware. Use `subdoc.save({ suppressWarning: true })` to hide this warning if you're sure this behavior is right for your app."),t.abrupt("return",new Promise(function(t,e){r.$__save(function(n){if(null!=n)return e(n);t(r)})}));case 3:case"end":return t.stop()}},t)}),s=function(){var t=this,e=arguments;return new Promise(function(r,n){var o=a.apply(t,e);function s(t){i(o,r,n,s,c,"next",t)}function c(t){i(o,r,n,s,c,"throw",t)}s(void 0)})},function(t){return s.apply(this,arguments)}),p.prototype.$__fullPath=function(t){return this.$__.fullPath||this.ownerDocument(),t?this.$__.fullPath+"."+t:this.$__.fullPath},p.prototype.$__pathRelativeToParent=function(t){return null==t?this.$basePath:[this.$basePath,t].join(".")},p.prototype.$__save=function(t){var e=this;return u(function(){return t(null,e)})},p.prototype.$isValid=function(t){var e=this.$parent(),r=this.$__pathRelativeToParent(t);return null!=e&&null!=r?e.$isValid(r):c.prototype.$isValid.call(this,t)},p.prototype.markModified=function(t){c.prototype.markModified.call(this,t);var e=this.$parent(),r=this.$__pathRelativeToParent(t);if(null!=e&&null!=r){var n=this.$__pathRelativeToParent().replace(/\.$/,"");e.isDirectModified(n)||this.isNew||this.$__parent.markModified(r,this)}},p.prototype.isModified=function(t,e,r){var n=this,i=this.$parent();return null!=i?(Array.isArray(t)||"string"==typeof t?t=(t=Array.isArray(t)?t:t.split(" ")).map(function(t){return n.$__pathRelativeToParent(t)}).filter(function(t){return null!=t}):t||(t=this.$__pathRelativeToParent()),i.$isModified(t,e,r)):c.prototype.isModified.call(this,t,e,r)},p.prototype.$markValid=function(t){c.prototype.$markValid.call(this,t);var e=this.$parent(),r=this.$__pathRelativeToParent(t);null!=e&&null!=r&&e.$markValid(r)},p.prototype.invalidate=function(t,e,r){c.prototype.invalidate.call(this,t,e,r);var n=this.$parent(),i=this.$__pathRelativeToParent(t);if(null!=n&&null!=i)n.invalidate(i,e,r);else if("cast"===e.kind||"CastError"===e.name||null==i)throw e;return this.ownerDocument().$__.validationError},p.prototype.$ignore=function(t){c.prototype.$ignore.call(this,t);var e=this.$parent(),r=this.$__pathRelativeToParent(t);null!=e&&null!=r&&e.$ignore(r)},p.prototype.ownerDocument=function(){if(this.$__.ownerDocument)return this.$__.ownerDocument;for(var t=this,e=[],r=new Set([t]);"function"==typeof t.$__pathRelativeToParent;){e.unshift(t.$__pathRelativeToParent(void 0,!0));var n=t.$parent();if(null==n)break;if(t=n,r.has(t))throw Error("Infinite subdocument loop: subdoc with _id "+t._id+" is a parent of itself");r.add(t)}return this.$__.fullPath=e.join("."),this.$__.ownerDocument=t,this.$__.ownerDocument},p.prototype.$__fullPathWithIndexes=function(){for(var t=this,e=[],r=new Set([t]);"function"==typeof t.$__pathRelativeToParent;){e.unshift(t.$__pathRelativeToParent(void 0,!1));var n=t.$parent();if(null==n)break;if(t=n,r.has(t))throw Error("Infinite subdocument loop: subdoc with _id "+t._id+" is a parent of itself");r.add(t)}return e.join(".")},p.prototype.parent=function(){return this.$__parent},p.prototype.$parent=p.prototype.parent,p.prototype.$__deleteOne=function(t){if(null!=t)return t(null,this)},p.prototype.$__removeFromParent=function(){this.$__parent.set(this.$basePath,null)},p.prototype.deleteOne=function(t,e){if("function"==typeof t&&(e=t,t=null),function(t){var e=t.ownerDocument();function r(){e.$removeListener("save",r),e.$removeListener("deleteOne",r),t.emit("deleteOne",t),t.constructor.emit("deleteOne",t)}e.$on("save",r),e.$on("deleteOne",r)}(this),!t||!t.noop){this.$__removeFromParent();var r=this.ownerDocument();r.$__.removedSubdocs=r.$__.removedSubdocs||[],r.$__.removedSubdocs.push(this)}return this.$__deleteOne(e)},p.prototype.populate=function(){throw Error('Mongoose does not support calling populate() on nested docs. Instead of `doc.nested.populate("path")`, use `doc.populate("nested.path")`')},p.prototype.inspect=function(){return this.toObject()},l.inspect.custom&&(p.prototype[l.inspect.custom]=p.prototype.inspect)},2417:(t,e,r)=>{"use strict";t.exports=r(3633).UUID},335:(t,e,r)=>{"use strict";var n=r(5832).Buffer;function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function o(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=a(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,i=function(){};return{s:i,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:i}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,o=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw o}}}}function a(t,e){if(t){if("string"==typeof t)return s(t,e);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function c(t){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var u,f=r(3633).UUID,l=r(354),h=r(5678),p=r(6704),d=r(6591),y=r(1829),b=r(3933),m=r(4797),v=r(9240),g=r(3640),_=r(2128),w=r(6288),S=r(5515),O=r(6504),j=r(8183),$=r(5682),A=r(8150),E=r(3692).trustedSymbol;e.specialProperties=A,e.isMongooseArray=v.isMongooseArray,e.isMongooseDocumentArray=g.isMongooseDocumentArray,e.registerMongooseArray=v.registerMongooseArray,e.registerMongooseDocumentArray=g.registerMongooseDocumentArray;var x=/\s/,P=/\s+/;e.toCollectionName=function(t,e){if("system.profile"===t||"system.indexes"===t)return t;if("function"==typeof e){if("string"!=typeof t)throw TypeError("Collection name must be a string");if(0===t.length)throw TypeError("Collection name cannot be empty");return e(t)}return t},e.deepEqual=function t(r,i){if(r===i)return!0;if("object"!==c(r)||"object"!==c(i))return r===i;if(r instanceof Date&&i instanceof Date)return r.getTime()===i.getTime();if(_(r,"ObjectId")&&_(i,"ObjectId")||_(r,"Decimal128")&&_(i,"Decimal128"))return r.toString()===i.toString();if(r instanceof RegExp&&i instanceof RegExp)return r.source===i.source&&r.ignoreCase===i.ignoreCase&&r.multiline===i.multiline&&r.global===i.global&&r.dotAll===i.dotAll&&r.unicode===i.unicode&&r.sticky===i.sticky&&r.hasIndices===i.hasIndices;if(null==r||null==i||r.prototype!==i.prototype)return!1;if(r instanceof Map||i instanceof Map)return r instanceof Map&&i instanceof Map&&t(Array.from(r.keys()),Array.from(i.keys()))&&t(Array.from(r.values()),Array.from(i.values()));if(r instanceof Number&&i instanceof Number)return r.valueOf()===i.valueOf();if(n.isBuffer(r))return e.buffer.areEqual(r,i);if(Array.isArray(r)||Array.isArray(i)){if(!Array.isArray(r)||!Array.isArray(i))return!1;var o=r.length;if(o!==i.length)return!1;for(var a=0;a<o;++a)if(!t(r[a],i[a]))return!1;return!0}null!=r.$__?r=r._doc:O(r)&&(r=r.toObject()),null!=i.$__?i=i._doc:O(i)&&(i=i.toObject());var s=Object.keys(r),u=Object.keys(i),f=s.length;if(f!==u.length)return!1;for(var l=f-1;l>=0;l--)if(s[l]!==u[l])return!1;for(var h=0;h<s.length;h++){var p=s[h];if(!t(r[p],i[p]))return!1}return!0},e.last=function(t){if(t.length>0)return t[t.length-1]},e.promiseOrCallback=j,e.cloneArrays=function(t){return Array.isArray(t)?t.map(function(t){return e.cloneArrays(t)}):t},e.omit=function(t,e){if(null==e)return Object.assign({},t);Array.isArray(e)||(e=[e]);var r,n=Object.assign({},t),i=o(e);try{for(i.s();!(r=i.n()).done;)delete n[r.value]}catch(t){i.e(t)}finally{i.f()}return n},e.merge=function t(r,n,o,u){o=o||{};var f,l,h=Object.keys(n),d=0,y=h.length;n[E]&&(r[E]=n[E]),u=u||"";for(var b=o.omitNested||{};d<y;)if(f=h[d++],!(o.omit&&o.omit[f]||b[u]||A.has(f))){if(null==r[f])w(n[f])?r[f]=function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){(function(t,e,r){var n;(n=function(t){if("object"!=c(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!=c(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"==c(n)?n:n+"")in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r})(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}({},n[f]):Array.isArray(n[f])?r[f]=function(t){if(Array.isArray(t))return s(t)}(l=n[f])||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(l)||a(l)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}():r[f]=n[f];else if(e.isObject(n[f])){if(e.isObject(r[f])||(r[f]={}),null!=n[f]){if(o.isDiscriminatorSchemaMerge&&n[f].$isSingleNested&&r[f].$isMongooseDocumentArray||n[f].$isMongooseDocumentArray&&r[f].$isSingleNested)continue;if(n[f].instanceOfSchema){r[f].instanceOfSchema?$(r[f],n[f].clone(),o.isDiscriminatorSchemaMerge):r[f]=n[f].clone();continue}if(_(n[f],"ObjectId")){r[f]=new p(n[f]);continue}}t(r[f],n[f],o,u?u+"."+f:f)}else o.overwrite&&(r[f]=n[f])}return r},e.toObject=function t(n){var i;if(u||(u=r(3293)),null==n)return n;if(n instanceof u)return n.toObject();if(Array.isArray(n)){i=[];var a,s=o(n);try{for(s.s();!(a=s.n()).done;){var c=a.value;i.push(t(c))}}catch(t){s.e(t)}finally{s.f()}return i}if(e.isPOJO(n)){i={},n[E]&&(i[E]=n[E]);for(var f=0,l=Object.keys(n);f<l.length;f++){var h=l[f];A.has(h)||(i[h]=t(n[h]))}return i}return n},e.isObject=m,e.isPOJO=r(6288),e.isNonBuiltinObject=function(t){return!("object"!==c(t)||e.isNativeObject(t)||e.isMongooseType(t)||t instanceof f||null==t)},e.isNativeObject=function(t){return Array.isArray(t)||t instanceof Date||t instanceof Boolean||t instanceof Number||t instanceof String},e.isEmptyObject=function(t){return null!=t&&"object"===c(t)&&0===Object.keys(t).length},e.hasKey=function(t,r){for(var n=0,i=Object.keys(t);n<i.length;n++){var o=i[n];if(o===r||e.isPOJO(t[o])&&e.hasKey(t[o],r))return!0}return!1},e.tick=function(t){if("function"==typeof t)return function(){try{t.apply(this,arguments)}catch(t){b(function(){throw t})}}},e.isMongooseType=function(t){return _(t,"ObjectId")||_(t,"Decimal128")||t instanceof n},e.isMongooseObject=O,e.expires=function(t){t&&"Object"===t.constructor.name&&"expires"in t&&(t.expireAfterSeconds="string"!=typeof t.expires?t.expires:Math.round(l(t.expires)/1e3),delete t.expires)},e.populate=function(t,r,n,i,a,s,u,f){var l,h=null;if(1==arguments.length){if(t instanceof d)return t._docs={},t._childDocs=[],[t];if(Array.isArray(t))return(l=[],t.forEach(function(t){x.test(t.path)?t.path.split(P).forEach(function(e){var r=Object.assign({},t);r.path=e,l.push(r)}):l.push(t)}),l).map(function(t){return e.populate(t)[0]});h=e.isObject(t)?Object.assign({},t):{path:t}}else h="object"===c(n)?{path:t,select:r,match:n,options:i}:{path:t,select:r,model:n,match:i,options:a,populate:s,justOne:u,count:f};if("string"!=typeof h.path)throw TypeError("utils.populate: invalid path. Expected string. Got typeof `"+c(t)+"`");return function(t){if(Array.isArray(t.populate)){var r=[];t.populate.forEach(function(t){if(x.test(t.path)){var n=Object.assign({},t);n.path.split(P).forEach(function(t){n.path=t,r.push(e.populate(n)[0])})}else r.push(e.populate(t)[0])}),t.populate=e.populate(r)}else null!=t.populate&&"object"===c(t.populate)&&(t.populate=e.populate(t.populate));var n=[],i=x.test(t.path)?t.path.split(P):[t.path];null!=t.options&&(t.options=y(t.options));var a,s=o(i);try{for(s.s();!(a=s.n()).done;){var u=a.value;n.push(new d(Object.assign({},t,{path:u})))}}catch(t){s.e(t)}finally{s.f()}return n}(h)},e.getValue=function(t,e,r){return h.get(t,e,M,r)};var k=Object.freeze({getters:!1});function M(t,e){var r=(null==t?void 0:t._doc)||t;return null!=r&&r.isMongooseArrayProxy&&(r=r.__array),r instanceof Map?r.get(e,k):r[e]}e.setValue=function(t,e,r,n,i){h.set(t,e,r,"_doc",n,i)},e.object={},e.object.vals=function(t){for(var e=Object.keys(t),r=e.length,n=[];r--;)n.push(t[e[r]]);return n};var I=Object.prototype.hasOwnProperty;e.object.hasOwnProperty=function(t,e){return I.call(t,e)},e.isNullOrUndefined=function(t){return null==t},e.array={},e.array.flatten=function t(e,r,n){return n||(n=[]),e.forEach(function(e){Array.isArray(e)?t(e,r,n):r&&!r(e)||n.push(e)}),n};var T=Object.prototype.hasOwnProperty;e.hasUserDefinedProperty=function(t,r){if(null==t)return!1;if(Array.isArray(r)){var n,i=o(r);try{for(i.s();!(n=i.n()).done;){var a=n.value;if(e.hasUserDefinedProperty(t,a))return!0}}catch(t){i.e(t)}finally{i.f()}return!1}if(T.call(t,r))return!0;if("object"===c(t)&&r in t){var s=t[r];return s!==Object.prototype[r]&&s!==Array.prototype[r]}return!1},e.isArrayIndex=function(t){return"number"==typeof t?t>=0&&t<=4294967295:"string"==typeof t&&!!/^\d+$/.test(t)&&(t=+t)>=0&&t<=4294967295},e.array.unique=function(t){var e,r=new Set,n=new Set,i=[],a=o(t);try{for(a.s();!(e=a.n()).done;){var s=e.value;if("number"==typeof s||"string"==typeof s||null==s){if(r.has(s))continue;i.push(s),r.add(s)}else if(_(s,"ObjectId")){if(n.has(s.toString()))continue;i.push(s),n.add(s.toString())}else i.push(s)}}catch(t){a.e(t)}finally{a.f()}return i},e.buffer={},e.buffer.areEqual=function(t,e){if(!n.isBuffer(t)||!n.isBuffer(e)||t.length!==e.length)return!1;for(var r=0,i=t.length;r<i;++r)if(t[r]!==e[r])return!1;return!0},e.getFunctionName=S,e.decorate=function(t,e){for(var r in e)A.has(r)||(t[r]=e[r])},e.mergeClone=function(t,r){O(r)&&(r=r.toObject({transform:!1,virtuals:!1,depopulate:!0,getters:!1,flattenDecimals:!1}));for(var i,o=Object.keys(r),a=o.length,s=0;s<a;)if(i=o[s++],!A.has(i)){if(void 0===t[i])t[i]=y(r[i],{transform:!1,virtuals:!1,depopulate:!0,getters:!1,flattenDecimals:!1});else{var c=r[i];if(null==c||!c.valueOf||c instanceof Date||(c=c.valueOf()),e.isObject(c)){var u=c;O(c)&&!c.isMongooseBuffer&&(u=u.toObject({transform:!1,virtuals:!1,depopulate:!0,getters:!1,flattenDecimals:!1})),c.isMongooseBuffer&&(u=n.from(u)),e.mergeClone(t[i],u)}else t[i]=y(c,{flattenDecimals:!1})}}},e.each=function(t,e){var r,n=o(t);try{for(n.s();!(r=n.n()).done;)e(r.value)}catch(t){n.e(t)}finally{n.f()}},e.renameObjKey=function(t,e,r){return Object.keys(t).reduce(function(n,i){return i===e?n[r]=t[e]:n[i]=t[i],n},{})},e.getOption=function(t){var e,r=o(Array.prototype.slice.call(arguments,1));try{for(r.s();!(e=r.n()).done;){var n=e.value;if(null!=n&&null!=n[t])return n[t]}}catch(t){r.e(t)}finally{r.f()}return null},e.noop=function(){},e.errorToPOJO=function(t){if(!(t instanceof Error))throw Error("`error` must be `instanceof Error`.");var e,r={},n=o(Object.getOwnPropertyNames(t));try{for(n.s();!(e=n.n()).done;){var i=e.value;r[i]=t[i]}}catch(t){n.e(t)}finally{n.f()}return r},e.warn=function(t){return({env:{}}).emitWarning(t,{code:"MONGOOSE"})},e.injectTimestampsOption=function(t,e){null!=e&&(t.timestamps=e)}},5165:(t,e,r)=>{"use strict";function n(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=function(t,e){if(t){if("string"==typeof t)return i(t,void 0);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(t,void 0):void 0}}(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}var o=r(8660),a=r(335),s=r(5625).modelSymbol;function c(t,e){this.path=e,this.getters=[],this.setters=[],this.options=Object.assign({},t)}c.prototype._applyDefaultGetters=function(){if(!(this.getters.length>0||this.setters.length>0)){var t="$"+this.path;this.getters.push(function(){return this.$locals[t]}),this.setters.push(function(e){this.$locals[t]=e})}},c.prototype.clone=function(){var t=new c(this.options,this.path);return t.getters=[].concat(this.getters),t.setters=[].concat(this.setters),t},c.prototype.get=function(t){return this.getters.push(t),this},c.prototype.set=function(t){return this.setters.push(t),this},c.prototype.applyGetters=function(t,e){a.hasUserDefinedProperty(this.options,["ref","refPath"])&&e.$$populatedVirtuals&&e.$$populatedVirtuals.hasOwnProperty(this.path)&&(t=e.$$populatedVirtuals[this.path]);var r,i=t,o=n(this.getters);try{for(o.s();!(r=o.n()).done;)i=r.value.call(e,i,this,e)}catch(t){o.e(t)}finally{o.f()}return i},c.prototype.applySetters=function(t,e){var r,i=t,o=n(this.setters);try{for(o.s();!(r=o.n()).done;)i=r.value.call(e,i,this,e)}catch(t){o.e(t)}finally{o.f()}return i},c.prototype._getModelNamesForPopulate=function(t){var e;return this.options.refPath?o(this.options.refPath,t,this.path):null==(e="function"!=typeof this.options.ref||this.options.ref[s]?this.options.ref:this.options.ref.call(t,t))||Array.isArray(e)?e:[e]},t.exports=c},1419:(t,e,r)=>{e.bignum=r(7799),e.define=r(2392).define,e.base=r(1620),e.constants=r(8050),e.decoders=r(2240),e.encoders=r(9176)},2392:(t,e,r)=>{var n=r(1419),i=r(1679);function o(t,e){this.name=t,this.body=e,this.decoders={},this.encoders={}}e.define=function(t,e){return new o(t,e)},o.prototype._createNamed=function(t){var e;try{e=Object(function(){var t=Error("Cannot find module 'vm'");throw t.code="MODULE_NOT_FOUND",t}())("(function "+this.name+"(entity) {\n  this._initNamed(entity);\n})")}catch(t){e=function(t){this._initNamed(t)}}return i(e,t),e.prototype._initNamed=function(e){t.call(this,e)},new e(this)},o.prototype._getDecoder=function(t){return t=t||"der",this.decoders.hasOwnProperty(t)||(this.decoders[t]=this._createNamed(n.decoders[t])),this.decoders[t]},o.prototype.decode=function(t,e,r){return this._getDecoder(e).decode(t,r)},o.prototype._getEncoder=function(t){return t=t||"der",this.encoders.hasOwnProperty(t)||(this.encoders[t]=this._createNamed(n.encoders[t])),this.encoders[t]},o.prototype.encode=function(t,e,r){return this._getEncoder(e).encode(t,r)}},8260:(t,e,r)=>{function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(1679),o=r(1620).Reporter,a=r(5832).Buffer;function s(t,e){o.call(this,e),a.isBuffer(t)?(this.base=t,this.offset=0,this.length=t.length):this.error("Input not Buffer")}function c(t,e){if(Array.isArray(t))this.length=0,this.value=t.map(function(t){return t instanceof c||(t=new c(t,e)),this.length+=t.length,t},this);else if("number"==typeof t){if(!(0<=t&&t<=255))return e.error("non-byte EncoderBuffer value");this.value=t,this.length=1}else if("string"==typeof t)this.value=t,this.length=a.byteLength(t);else{if(!a.isBuffer(t))return e.error("Unsupported type: "+n(t));this.value=t,this.length=t.length}}i(s,o),e.t=s,s.prototype.save=function(){return{offset:this.offset,reporter:o.prototype.save.call(this)}},s.prototype.restore=function(t){var e=new s(this.base);return e.offset=t.offset,e.length=this.offset,this.offset=t.offset,o.prototype.restore.call(this,t.reporter),e},s.prototype.isEmpty=function(){return this.offset===this.length},s.prototype.readUInt8=function(t){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(t||"DecoderBuffer overrun")},s.prototype.skip=function(t,e){if(!(this.offset+t<=this.length))return this.error(e||"DecoderBuffer overrun");var r=new s(this.base);return r._reporterState=this._reporterState,r.offset=this.offset,r.length=this.offset+t,this.offset+=t,r},s.prototype.raw=function(t){return this.base.slice(t?t.offset:this.offset,this.length)},e.d=c,c.prototype.join=function(t,e){return t||(t=new a(this.length)),e||(e=0),0===this.length||(Array.isArray(this.value)?this.value.forEach(function(r){r.join(t,e),e+=r.length}):("number"==typeof this.value?t[e]=this.value:"string"==typeof this.value?t.write(this.value,e):a.isBuffer(this.value)&&this.value.copy(t,e),e+=this.length)),t}},1620:(t,e,r)=>{e.Reporter=r(6555).a,e.DecoderBuffer=r(8260).t,e.EncoderBuffer=r(8260).d,e.Node=r(4258)},4258:(t,e,r)=>{function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(1620).Reporter,o=r(1620).EncoderBuffer,a=r(1620).DecoderBuffer,s=r(3528),c=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],u=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat(c);function f(t,e){var r={};this._baseState=r,r.enc=t,r.parent=e||null,r.children=null,r.tag=null,r.args=null,r.reverseArgs=null,r.choice=null,r.optional=!1,r.any=!1,r.obj=!1,r.use=null,r.useDecoder=null,r.key=null,r.default=null,r.explicit=null,r.implicit=null,r.contains=null,r.parent||(r.children=[],this._wrap())}t.exports=f;var l=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];f.prototype.clone=function(){var t=this._baseState,e={};l.forEach(function(r){e[r]=t[r]});var r=new this.constructor(e.parent);return r._baseState=e,r},f.prototype._wrap=function(){var t=this._baseState;u.forEach(function(e){this[e]=function(){var r=new this.constructor(this);return t.children.push(r),r[e].apply(r,arguments)}},this)},f.prototype._init=function(t){var e=this._baseState;s(null===e.parent),t.call(this),e.children=e.children.filter(function(t){return t._baseState.parent===this},this),s.equal(e.children.length,1,"Root node can have only one child")},f.prototype._useArgs=function(t){var e=this._baseState,r=t.filter(function(t){return t instanceof this.constructor},this);t=t.filter(function(t){return!(t instanceof this.constructor)},this),0!==r.length&&(s(null===e.children),e.children=r,r.forEach(function(t){t._baseState.parent=this},this)),0!==t.length&&(s(null===e.args),e.args=t,e.reverseArgs=t.map(function(t){if("object"!==n(t)||t.constructor!==Object)return t;var e={};return Object.keys(t).forEach(function(r){r==(0|r)&&(r|=0),e[t[r]]=r}),e}))},["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"].forEach(function(t){f.prototype[t]=function(){throw Error(t+" not implemented for encoding: "+this._baseState.enc)}}),c.forEach(function(t){f.prototype[t]=function(){var e=this._baseState,r=Array.prototype.slice.call(arguments);return s(null===e.tag),e.tag=t,this._useArgs(r),this}}),f.prototype.use=function(t){s(t);var e=this._baseState;return s(null===e.use),e.use=t,this},f.prototype.optional=function(){return this._baseState.optional=!0,this},f.prototype.def=function(t){var e=this._baseState;return s(null===e.default),e.default=t,e.optional=!0,this},f.prototype.explicit=function(t){var e=this._baseState;return s(null===e.explicit&&null===e.implicit),e.explicit=t,this},f.prototype.implicit=function(t){var e=this._baseState;return s(null===e.explicit&&null===e.implicit),e.implicit=t,this},f.prototype.obj=function(){var t=this._baseState,e=Array.prototype.slice.call(arguments);return t.obj=!0,0!==e.length&&this._useArgs(e),this},f.prototype.key=function(t){var e=this._baseState;return s(null===e.key),e.key=t,this},f.prototype.any=function(){return this._baseState.any=!0,this},f.prototype.choice=function(t){var e=this._baseState;return s(null===e.choice),e.choice=t,this._useArgs(Object.keys(t).map(function(e){return t[e]})),this},f.prototype.contains=function(t){var e=this._baseState;return s(null===e.use),e.contains=t,this},f.prototype._decode=function(t,e){var r=this._baseState;if(null===r.parent)return t.wrapResult(r.children[0]._decode(t,e));var n,i=r.default,o=!0,s=null;if(null!==r.key&&(s=t.enterKey(r.key)),r.optional){var c=null;if(null!==r.explicit?c=r.explicit:null!==r.implicit?c=r.implicit:null!==r.tag&&(c=r.tag),null!==c||r.any){if(o=this._peekTag(t,c,r.any),t.isError(o))return o}else{var u=t.save();try{null===r.choice?this._decodeGeneric(r.tag,t,e):this._decodeChoice(t,e),o=!0}catch(t){o=!1}t.restore(u)}}if(r.obj&&o&&(n=t.enterObject()),o){if(null!==r.explicit){var f=this._decodeTag(t,r.explicit);if(t.isError(f))return f;t=f}var l=t.offset;if(null===r.use&&null===r.choice){r.any&&(u=t.save());var h=this._decodeTag(t,null!==r.implicit?r.implicit:r.tag,r.any);if(t.isError(h))return h;r.any?i=t.raw(u):t=h}if(e&&e.track&&null!==r.tag&&e.track(t.path(),l,t.length,"tagged"),e&&e.track&&null!==r.tag&&e.track(t.path(),t.offset,t.length,"content"),r.any||(i=null===r.choice?this._decodeGeneric(r.tag,t,e):this._decodeChoice(t,e)),t.isError(i))return i;if(r.any||null!==r.choice||null===r.children||r.children.forEach(function(r){r._decode(t,e)}),r.contains&&("octstr"===r.tag||"bitstr"===r.tag)){var p=new a(i);i=this._getUse(r.contains,t._reporterState.obj)._decode(p,e)}}return r.obj&&o&&(i=t.leaveObject(n)),null===r.key||null===i&&!0!==o?null!==s&&t.exitKey(s):t.leaveKey(s,r.key,i),i},f.prototype._decodeGeneric=function(t,e,r){var n=this._baseState;return"seq"===t||"set"===t?null:"seqof"===t||"setof"===t?this._decodeList(e,t,n.args[0],r):/str$/.test(t)?this._decodeStr(e,t,r):"objid"===t&&n.args?this._decodeObjid(e,n.args[0],n.args[1],r):"objid"===t?this._decodeObjid(e,null,null,r):"gentime"===t||"utctime"===t?this._decodeTime(e,t,r):"null_"===t?this._decodeNull(e,r):"bool"===t?this._decodeBool(e,r):"objDesc"===t?this._decodeStr(e,t,r):"int"===t||"enum"===t?this._decodeInt(e,n.args&&n.args[0],r):null!==n.use?this._getUse(n.use,e._reporterState.obj)._decode(e,r):e.error("unknown tag: "+t)},f.prototype._getUse=function(t,e){var r=this._baseState;return r.useDecoder=this._use(t,e),s(null===r.useDecoder._baseState.parent),r.useDecoder=r.useDecoder._baseState.children[0],r.implicit!==r.useDecoder._baseState.implicit&&(r.useDecoder=r.useDecoder.clone(),r.useDecoder._baseState.implicit=r.implicit),r.useDecoder},f.prototype._decodeChoice=function(t,e){var r=this._baseState,n=null,i=!1;return Object.keys(r.choice).some(function(o){var a=t.save(),s=r.choice[o];try{var c=s._decode(t,e);if(t.isError(c))return!1;n={type:o,value:c},i=!0}catch(e){return t.restore(a),!1}return!0},this),i?n:t.error("Choice not matched")},f.prototype._createEncoderBuffer=function(t){return new o(t,this.reporter)},f.prototype._encode=function(t,e,r){var n=this._baseState;if(null===n.default||n.default!==t){var i=this._encodeValue(t,e,r);if(void 0!==i&&!this._skipDefault(i,e,r))return i}},f.prototype._encodeValue=function(t,e,r){var o=this._baseState;if(null===o.parent)return o.children[0]._encode(t,e||new i);var a=null;if(this.reporter=e,o.optional&&void 0===t){if(null===o.default)return;t=o.default}var s=null,c=!1;if(o.any)a=this._createEncoderBuffer(t);else if(o.choice)a=this._encodeChoice(t,e);else if(o.contains)s=this._getUse(o.contains,r)._encode(t,e),c=!0;else if(o.children)s=o.children.map(function(r){if("null_"===r._baseState.tag)return r._encode(null,e,t);if(null===r._baseState.key)return e.error("Child should have a key");var i=e.enterKey(r._baseState.key);if("object"!==n(t))return e.error("Child expected, but input is not object");var o=r._encode(t[r._baseState.key],e,t);return e.leaveKey(i),o},this).filter(function(t){return t}),s=this._createEncoderBuffer(s);else if("seqof"===o.tag||"setof"===o.tag){if(!o.args||1!==o.args.length)return e.error("Too many args for : "+o.tag);if(!Array.isArray(t))return e.error("seqof/setof, but data is not Array");var u=this.clone();u._baseState.implicit=null,s=this._createEncoderBuffer(t.map(function(r){var n=this._baseState;return this._getUse(n.args[0],t)._encode(r,e)},u))}else null!==o.use?a=this._getUse(o.use,r)._encode(t,e):(s=this._encodePrimitive(o.tag,t),c=!0);if(!o.any&&null===o.choice){var f=null!==o.implicit?o.implicit:o.tag,l=null===o.implicit?"universal":"context";null===f?null===o.use&&e.error("Tag could be omitted only for .use()"):null===o.use&&(a=this._encodeComposite(f,c,l,s))}return null!==o.explicit&&(a=this._encodeComposite(o.explicit,!1,"context",a)),a},f.prototype._encodeChoice=function(t,e){var r=this._baseState,n=r.choice[t.type];return n||s(!1,t.type+" not found in "+JSON.stringify(Object.keys(r.choice))),n._encode(t.value,e)},f.prototype._encodePrimitive=function(t,e){var r=this._baseState;if(/str$/.test(t))return this._encodeStr(e,t);if("objid"===t&&r.args)return this._encodeObjid(e,r.reverseArgs[0],r.args[1]);if("objid"===t)return this._encodeObjid(e,null,null);if("gentime"===t||"utctime"===t)return this._encodeTime(e,t);if("null_"===t)return this._encodeNull();if("int"===t||"enum"===t)return this._encodeInt(e,r.args&&r.reverseArgs[0]);if("bool"===t)return this._encodeBool(e);if("objDesc"===t)return this._encodeStr(e,t);throw Error("Unsupported tag: "+t)},f.prototype._isNumstr=function(t){return/^[0-9 ]*$/.test(t)},f.prototype._isPrintstr=function(t){return/^[A-Za-z0-9 '\(\)\+,\-\.\/:=\?]*$/.test(t)}},6555:(t,e,r)=>{var n=r(1679);function i(t){this._reporterState={obj:null,path:[],options:t||{},errors:[]}}function o(t,e){this.path=t,this.rethrow(e)}e.a=i,i.prototype.isError=function(t){return t instanceof o},i.prototype.save=function(){var t=this._reporterState;return{obj:t.obj,pathLen:t.path.length}},i.prototype.restore=function(t){var e=this._reporterState;e.obj=t.obj,e.path=e.path.slice(0,t.pathLen)},i.prototype.enterKey=function(t){return this._reporterState.path.push(t)},i.prototype.exitKey=function(t){var e=this._reporterState;e.path=e.path.slice(0,t-1)},i.prototype.leaveKey=function(t,e,r){var n=this._reporterState;this.exitKey(t),null!==n.obj&&(n.obj[e]=r)},i.prototype.path=function(){return this._reporterState.path.join("/")},i.prototype.enterObject=function(){var t=this._reporterState,e=t.obj;return t.obj={},e},i.prototype.leaveObject=function(t){var e=this._reporterState,r=e.obj;return e.obj=t,r},i.prototype.error=function(t){var e,r=this._reporterState,n=t instanceof o;if(e=n?t:new o(r.path.map(function(t){return"["+JSON.stringify(t)+"]"}).join(""),t.message||t,t.stack),!r.options.partial)throw e;return n||r.errors.push(e),e},i.prototype.wrapResult=function(t){var e=this._reporterState;return e.options.partial?{result:this.isError(t)?null:t,errors:e.errors}:t},n(o,Error),o.prototype.rethrow=function(t){if(this.message=t+" at: "+(this.path||"(shallow)"),Error.captureStackTrace&&Error.captureStackTrace(this,o),!this.stack)try{throw Error(this.message)}catch(t){this.stack=t.stack}return this}},425:(t,e,r)=>{var n=r(8050);e.tagClass={0:"universal",1:"application",2:"context",3:"private"},e.tagClassByName=n._reverse(e.tagClass),e.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"},e.tagByName=n._reverse(e.tag)},8050:(t,e,r)=>{e._reverse=function(t){var e={};return Object.keys(t).forEach(function(r){(0|r)==r&&(r|=0),e[t[r]]=r}),e},e.der=r(425)},3879:(t,e,r)=>{var n=r(1679),i=r(1419),o=i.base,a=i.bignum,s=i.constants.der;function c(t){this.enc="der",this.name=t.name,this.entity=t,this.tree=new u,this.tree._init(t.body)}function u(t){o.Node.call(this,"der",t)}function f(t,e){var r=t.readUInt8(e);if(t.isError(r))return r;var n=s.tagClass[r>>6],i=!(32&r);if(31&~r)r&=31;else{var o=r;for(r=0;!(128&~o);){if(o=t.readUInt8(e),t.isError(o))return o;r<<=7,r|=127&o}}return{cls:n,primitive:i,tag:r,tagStr:s.tag[r]}}function l(t,e,r){var n=t.readUInt8(r);if(t.isError(n))return n;if(!e&&128===n)return null;if(!(128&n))return n;var i=127&n;if(i>4)return t.error("length octect is too long");n=0;for(var o=0;o<i;o++){n<<=8;var a=t.readUInt8(r);if(t.isError(a))return a;n|=a}return n}t.exports=c,c.prototype.decode=function(t,e){return t instanceof o.DecoderBuffer||(t=new o.DecoderBuffer(t,e)),this.tree._decode(t,e)},n(u,o.Node),u.prototype._peekTag=function(t,e,r){if(t.isEmpty())return!1;var n=t.save(),i=f(t,'Failed to peek tag: "'+e+'"');return t.isError(i)?i:(t.restore(n),i.tag===e||i.tagStr===e||i.tagStr+"of"===e||r)},u.prototype._decodeTag=function(t,e,r){var n=f(t,'Failed to decode tag of "'+e+'"');if(t.isError(n))return n;var i=l(t,n.primitive,'Failed to get length of "'+e+'"');if(t.isError(i))return i;if(!r&&n.tag!==e&&n.tagStr!==e&&n.tagStr+"of"!==e)return t.error('Failed to match tag: "'+e+'"');if(n.primitive||null!==i)return t.skip(i,'Failed to match body of: "'+e+'"');var o=t.save(),a=this._skipUntilEnd(t,'Failed to skip indefinite length body: "'+this.tag+'"');return t.isError(a)?a:(i=t.offset-o.offset,t.restore(o),t.skip(i,'Failed to match body of: "'+e+'"'))},u.prototype._skipUntilEnd=function(t,e){for(;;){var r=f(t,e);if(t.isError(r))return r;var n,i=l(t,r.primitive,e);if(t.isError(i))return i;if(n=r.primitive||null!==i?t.skip(i):this._skipUntilEnd(t,e),t.isError(n))return n;if("end"===r.tagStr)break}},u.prototype._decodeList=function(t,e,r,n){for(var i=[];!t.isEmpty();){var o=this._peekTag(t,"end");if(t.isError(o))return o;var a=r.decode(t,"der",n);if(t.isError(a)&&o)break;i.push(a)}return i},u.prototype._decodeStr=function(t,e){if("bitstr"===e){var r=t.readUInt8();return t.isError(r)?r:{unused:r,data:t.raw()}}if("bmpstr"===e){var n=t.raw();if(n.length%2==1)return t.error("Decoding of string type: bmpstr length mismatch");for(var i="",o=0;o<n.length/2;o++)i+=String.fromCharCode(n.readUInt16BE(2*o));return i}if("numstr"===e){var a=t.raw().toString("ascii");return this._isNumstr(a)?a:t.error("Decoding of string type: numstr unsupported characters")}if("octstr"===e||"objDesc"===e)return t.raw();if("printstr"===e){var s=t.raw().toString("ascii");return this._isPrintstr(s)?s:t.error("Decoding of string type: printstr unsupported characters")}return/str$/.test(e)?t.raw().toString():t.error("Decoding of string type: "+e+" unsupported")},u.prototype._decodeObjid=function(t,e,r){for(var n,i=[],o=0;!t.isEmpty();){var a=t.readUInt8();o<<=7,o|=127&a,128&a||(i.push(o),o=0)}128&a&&i.push(o);var s=i[0]/40|0,c=i[0]%40;if(n=r?i:[s,c].concat(i.slice(1)),e){var u=e[n.join(" ")];void 0===u&&(u=e[n.join(".")]),void 0!==u&&(n=u)}return n},u.prototype._decodeTime=function(t,e){var r=t.raw().toString();if("gentime"===e)var n=0|r.slice(0,4),i=0|r.slice(4,6),o=0|r.slice(6,8),a=0|r.slice(8,10),s=0|r.slice(10,12),c=0|r.slice(12,14);else{if("utctime"!==e)return t.error("Decoding "+e+" time is not supported yet");n=0|r.slice(0,2),i=0|r.slice(2,4),o=0|r.slice(4,6),a=0|r.slice(6,8),s=0|r.slice(8,10),c=0|r.slice(10,12),n=n<70?2e3+n:1900+n}return Date.UTC(n,i-1,o,a,s,c,0)},u.prototype._decodeNull=function(t){return null},u.prototype._decodeBool=function(t){var e=t.readUInt8();return t.isError(e)?e:0!==e},u.prototype._decodeInt=function(t,e){var r=new a(t.raw());return e&&(r=e[r.toString(10)]||r),r},u.prototype._use=function(t,e){return"function"==typeof t&&(t=t(e)),t._getDecoder("der").tree}},2240:(t,e,r)=>{e.der=r(3879),e.pem=r(8330)},8330:(t,e,r)=>{var n=r(1679),i=r(5832).Buffer,o=r(3879);function a(t){o.call(this,t),this.enc="pem"}n(a,o),t.exports=a,a.prototype.decode=function(t,e){for(var r=t.toString().split(/[\r\n]+/g),n=e.label.toUpperCase(),a=/^-----(BEGIN|END) ([^-]+)-----$/,s=-1,c=-1,u=0;u<r.length;u++){var f=r[u].match(a);if(null!==f&&f[2]===n){if(-1!==s){if("END"!==f[1])break;c=u;break}if("BEGIN"!==f[1])break;s=u}}if(-1===s||-1===c)throw Error("PEM section not found for: "+n);var l=r.slice(s+1,c).join("");l.replace(/[^a-z0-9\+\/=]+/gi,"");var h=new i(l,"base64");return o.prototype.decode.call(this,h,e)}},2655:(t,e,r)=>{var n=r(1679),i=r(5832).Buffer,o=r(1419),a=o.base,s=o.constants.der;function c(t){this.enc="der",this.name=t.name,this.entity=t,this.tree=new u,this.tree._init(t.body)}function u(t){a.Node.call(this,"der",t)}function f(t){return t<10?"0"+t:t}t.exports=c,c.prototype.encode=function(t,e){return this.tree._encode(t,e).join()},n(u,a.Node),u.prototype._encodeComposite=function(t,e,r,n){var o,a=function(t,e,r,n){var i;if("seqof"===t?t="seq":"setof"===t&&(t="set"),s.tagByName.hasOwnProperty(t))i=s.tagByName[t];else{if("number"!=typeof t||(0|t)!==t)return n.error("Unknown tag: "+t);i=t}return i>=31?n.error("Multi-octet tag encoding unsupported"):(e||(i|=32),i|=s.tagClassByName[r||"universal"]<<6)}(t,e,r,this.reporter);if(n.length<128)return(o=new i(2))[0]=a,o[1]=n.length,this._createEncoderBuffer([o,n]);for(var c=1,u=n.length;u>=256;u>>=8)c++;(o=new i(2+c))[0]=a,o[1]=128|c,u=1+c;for(var f=n.length;f>0;u--,f>>=8)o[u]=255&f;return this._createEncoderBuffer([o,n])},u.prototype._encodeStr=function(t,e){if("bitstr"===e)return this._createEncoderBuffer([0|t.unused,t.data]);if("bmpstr"===e){for(var r=new i(2*t.length),n=0;n<t.length;n++)r.writeUInt16BE(t.charCodeAt(n),2*n);return this._createEncoderBuffer(r)}return"numstr"===e?this._isNumstr(t)?this._createEncoderBuffer(t):this.reporter.error("Encoding of string type: numstr supports only digits and space"):"printstr"===e?this._isPrintstr(t)?this._createEncoderBuffer(t):this.reporter.error("Encoding of string type: printstr supports only latin upper and lower case letters, digits, space, apostrophe, left and rigth parenthesis, plus sign, comma, hyphen, dot, slash, colon, equal sign, question mark"):/str$/.test(e)||"objDesc"===e?this._createEncoderBuffer(t):this.reporter.error("Encoding of string type: "+e+" unsupported")},u.prototype._encodeObjid=function(t,e,r){if("string"==typeof t){if(!e)return this.reporter.error("string objid given, but no values map found");if(!e.hasOwnProperty(t))return this.reporter.error("objid not found in values map");t=e[t].split(/[\s\.]+/g);for(var n=0;n<t.length;n++)t[n]|=0}else if(Array.isArray(t))for(t=t.slice(),n=0;n<t.length;n++)t[n]|=0;if(!Array.isArray(t))return this.reporter.error("objid() should be either array or string, got: "+JSON.stringify(t));if(!r){if(t[1]>=40)return this.reporter.error("Second objid identifier OOB");t.splice(0,2,40*t[0]+t[1])}var o=0;for(n=0;n<t.length;n++){var a=t[n];for(o++;a>=128;a>>=7)o++}var s=new i(o),c=s.length-1;for(n=t.length-1;n>=0;n--)for(a=t[n],s[c--]=127&a;(a>>=7)>0;)s[c--]=128|127&a;return this._createEncoderBuffer(s)},u.prototype._encodeTime=function(t,e){var r,n=new Date(t);return"gentime"===e?r=[f(n.getFullYear()),f(n.getUTCMonth()+1),f(n.getUTCDate()),f(n.getUTCHours()),f(n.getUTCMinutes()),f(n.getUTCSeconds()),"Z"].join(""):"utctime"===e?r=[f(n.getFullYear()%100),f(n.getUTCMonth()+1),f(n.getUTCDate()),f(n.getUTCHours()),f(n.getUTCMinutes()),f(n.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+e+" time is not supported yet"),this._encodeStr(r,"octstr")},u.prototype._encodeNull=function(){return this._createEncoderBuffer("")},u.prototype._encodeInt=function(t,e){if("string"==typeof t){if(!e)return this.reporter.error("String int or enum given, but no values map");if(!e.hasOwnProperty(t))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(t));t=e[t]}if("number"!=typeof t&&!i.isBuffer(t)){var r=t.toArray();!t.sign&&128&r[0]&&r.unshift(0),t=new i(r)}if(i.isBuffer(t)){var n=t.length;0===t.length&&n++;var o=new i(n);return t.copy(o),0===t.length&&(o[0]=0),this._createEncoderBuffer(o)}if(t<128)return this._createEncoderBuffer(t);if(t<256)return this._createEncoderBuffer([0,t]);n=1;for(var a=t;a>=256;a>>=8)n++;for(a=(o=Array(n)).length-1;a>=0;a--)o[a]=255&t,t>>=8;return 128&o[0]&&o.unshift(0),this._createEncoderBuffer(new i(o))},u.prototype._encodeBool=function(t){return this._createEncoderBuffer(t?255:0)},u.prototype._use=function(t,e){return"function"==typeof t&&(t=t(e)),t._getEncoder("der").tree},u.prototype._skipDefault=function(t,e,r){var n,i=this._baseState;if(null===i.default)return!1;var o=t.join();if(void 0===i.defaultBuffer&&(i.defaultBuffer=this._encodeValue(i.default,e,r).join()),o.length!==i.defaultBuffer.length)return!1;for(n=0;n<o.length;n++)if(o[n]!==i.defaultBuffer[n])return!1;return!0}},9176:(t,e,r)=>{e.der=r(2655),e.pem=r(8418)},8418:(t,e,r)=>{var n=r(1679),i=r(2655);function o(t){i.call(this,t),this.enc="pem"}n(o,i),t.exports=o,o.prototype.encode=function(t,e){for(var r=i.prototype.encode.call(this,t).toString("base64"),n=["-----BEGIN "+e.label+"-----"],o=0;o<r.length;o+=64)n.push(r.slice(o,o+64));return n.push("-----END "+e.label+"-----"),n.join("\n")}},2402:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t){return(i="function"==typeof Symbol&&"symbol"===n(Symbol.iterator)?function(t){return n(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":n(t)})(t)}var o,a,s=r(3743).codes,c=s.ERR_AMBIGUOUS_ARGUMENT,u=s.ERR_INVALID_ARG_TYPE,f=s.ERR_INVALID_ARG_VALUE,l=s.ERR_INVALID_RETURN_VALUE,h=s.ERR_MISSING_ARGS,p=r(9068),d=r(7352).inspect,y=r(7352).types,b=y.isPromise,m=y.isRegExp,v=Object.assign?Object.assign:r(6182).assign,g=Object.is?Object.is:r(2064);function _(){var t=r(6193);o=t.isDeepEqual,a=t.isDeepStrictEqual}var w=!1,S=t.exports=A,O={};function j(t){if(t.message instanceof Error)throw t.message;throw new p(t)}function $(t,e,r,n){if(!r){var i=!1;if(0===e)i=!0,n="No value argument passed to `assert.ok()`";else if(n instanceof Error)throw n;var o=new p({actual:r,expected:!0,message:n,operator:"==",stackStartFn:t});throw o.generatedMessage=i,o}}function A(){for(var t=arguments.length,e=Array(t),r=0;r<t;r++)e[r]=arguments[r];$.apply(void 0,[A,e.length].concat(e))}S.fail=function t(e,r,n,i,o){var a,s=arguments.length;if(0===s?a="Failed":1===s?(n=e,e=void 0):(!1===w&&(w=!0,(({env:{}}).emitWarning?({env:{}}).emitWarning:console.warn.bind(console))("assert.fail() with more than one argument is deprecated. Please use assert.strictEqual() instead or only pass a message.","DeprecationWarning","DEP0094")),2===s&&(i="!=")),n instanceof Error)throw n;var c={actual:e,expected:r,operator:void 0===i?"fail":i,stackStartFn:o||t};void 0!==n&&(c.message=n);var u=new p(c);throw a&&(u.message=a,u.generatedMessage=!0),u},S.AssertionError=p,S.ok=A,S.equal=function t(e,r,n){if(arguments.length<2)throw new h("actual","expected");e!=r&&j({actual:e,expected:r,message:n,operator:"==",stackStartFn:t})},S.notEqual=function t(e,r,n){if(arguments.length<2)throw new h("actual","expected");e==r&&j({actual:e,expected:r,message:n,operator:"!=",stackStartFn:t})},S.deepEqual=function t(e,r,n){if(arguments.length<2)throw new h("actual","expected");void 0===o&&_(),o(e,r)||j({actual:e,expected:r,message:n,operator:"deepEqual",stackStartFn:t})},S.notDeepEqual=function t(e,r,n){if(arguments.length<2)throw new h("actual","expected");void 0===o&&_(),o(e,r)&&j({actual:e,expected:r,message:n,operator:"notDeepEqual",stackStartFn:t})},S.deepStrictEqual=function t(e,r,n){if(arguments.length<2)throw new h("actual","expected");void 0===o&&_(),a(e,r)||j({actual:e,expected:r,message:n,operator:"deepStrictEqual",stackStartFn:t})},S.notDeepStrictEqual=function t(e,r,n){if(arguments.length<2)throw new h("actual","expected");void 0===o&&_(),a(e,r)&&j({actual:e,expected:r,message:n,operator:"notDeepStrictEqual",stackStartFn:t})},S.strictEqual=function t(e,r,n){if(arguments.length<2)throw new h("actual","expected");g(e,r)||j({actual:e,expected:r,message:n,operator:"strictEqual",stackStartFn:t})},S.notStrictEqual=function t(e,r,n){if(arguments.length<2)throw new h("actual","expected");g(e,r)&&j({actual:e,expected:r,message:n,operator:"notStrictEqual",stackStartFn:t})};var E=function t(e,r,n){var i=this;(function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")})(this,t),r.forEach(function(t){t in e&&(void 0!==n&&"string"==typeof n[t]&&m(e[t])&&e[t].test(n[t])?i[t]=n[t]:i[t]=e[t])})};function x(t,e,r,n){if("function"!=typeof e){if(m(e))return e.test(t);if(2==arguments.length)throw new u("expected",["Function","RegExp"],e);if("object"!==i(t)||null===t){var s=new p({actual:t,expected:e,message:r,operator:"deepStrictEqual",stackStartFn:n});throw s.operator=n.name,s}var c=Object.keys(e);if(e instanceof Error)c.push("name","message");else if(0===c.length)throw new f("error",e,"may not be an empty object");return void 0===o&&_(),c.forEach(function(i){"string"==typeof t[i]&&m(e[i])&&e[i].test(t[i])||function(t,e,r,n,i,o){if(!(r in t)||!a(t[r],e[r])){if(!n){var s=new p({actual:new E(t,i),expected:new E(e,i,t),operator:"deepStrictEqual",stackStartFn:o});throw s.actual=t,s.expected=e,s.operator=o.name,s}j({actual:t,expected:e,message:n,operator:o.name,stackStartFn:o})}}(t,e,i,r,c,n)}),!0}return void 0!==e.prototype&&t instanceof e||!Error.isPrototypeOf(e)&&!0===e.call({},t)}function P(t){if("function"!=typeof t)throw new u("fn","Function",t);try{t()}catch(t){return t}return O}function k(t){return b(t)||null!==t&&"object"===i(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function M(t){return Promise.resolve().then(function(){var e;if("function"==typeof t){if(!k(e=t()))throw new l("instance of Promise","promiseFn",e)}else{if(!k(t))throw new u("promiseFn",["Function","Promise"],t);e=t}return Promise.resolve().then(function(){return e}).then(function(){return O}).catch(function(t){return t})})}function I(t,e,r,n){if("string"==typeof r){if(4==arguments.length)throw new u("error",["Object","Error","Function","RegExp"],r);if("object"===i(e)&&null!==e){if(e.message===r)throw new c("error/message",'The error message "'.concat(e.message,'" is identical to the message.'))}else if(e===r)throw new c("error/message",'The error "'.concat(e,'" is identical to the message.'));n=r,r=void 0}else if(null!=r&&"object"!==i(r)&&"function"!=typeof r)throw new u("error",["Object","Error","Function","RegExp"],r);if(e===O){var o="";r&&r.name&&(o+=" (".concat(r.name,")")),o+=n?": ".concat(n):".";var a="rejects"===t.name?"rejection":"exception";j({actual:void 0,expected:r,operator:t.name,message:"Missing expected ".concat(a).concat(o),stackStartFn:t})}if(r&&!x(e,r,n,t))throw e}function T(t,e,r,n){if(e!==O){if("string"==typeof r&&(n=r,r=void 0),!r||x(e,r)){var i=n?": ".concat(n):".",o="doesNotReject"===t.name?"rejection":"exception";j({actual:e,expected:r,operator:t.name,message:"Got unwanted ".concat(o).concat(i,"\n")+'Actual message: "'.concat(e&&e.message,'"'),stackStartFn:t})}throw e}}S.throws=function t(e){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];I.apply(void 0,[t,P(e)].concat(n))},S.rejects=function t(e){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return M(e).then(function(e){return I.apply(void 0,[t,e].concat(n))})},S.doesNotThrow=function t(e){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];T.apply(void 0,[t,P(e)].concat(n))},S.doesNotReject=function t(e){for(var r=arguments.length,n=Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return M(e).then(function(e){return T.apply(void 0,[t,e].concat(n))})},S.ifError=function t(e){if(null!=e){var r="ifError got unwanted exception: ";"object"===i(e)&&"string"==typeof e.message?0===e.message.length&&e.constructor?r+=e.constructor.name:r+=e.message:r+=d(e);var n=new p({actual:e,expected:null,operator:"ifError",message:r,stackStartFn:t}),o=e.stack;if("string"==typeof o){var a=o.split("\n");a.shift();for(var s=n.stack.split("\n"),c=0;c<a.length;c++){var u=s.indexOf(a[c]);if(-1!==u){s=s.slice(0,u);break}}n.stack="".concat(s.join("\n"),"\n").concat(a.join("\n"))}throw n}},S.strict=v(function t(){for(var e=arguments.length,r=Array(e),n=0;n<e;n++)r[n]=arguments[n];$.apply(void 0,[t,r.length].concat(r))},S,{equal:S.strictEqual,deepEqual:S.deepStrictEqual,notEqual:S.notStrictEqual,notDeepEqual:S.notDeepStrictEqual}),S.strict.strict=S.strict},9068:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){return e&&("object"===f(e)||"function"==typeof e)?e:o(t)}function o(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}function a(t){var e="function"==typeof Map?new Map:void 0;return(a=function(t){if(null===t||-1===Function.toString.call(t).indexOf("[native code]"))return t;if("function"!=typeof t)throw TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,r)}function r(){return s(t,arguments,u(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)})(t)}function s(t,e,r){return(s=!function(){if("undefined"==typeof Reflect||!Reflect.construct||Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(t){return!1}}()?function(t,e,r){var n=[null];n.push.apply(n,e);var i=new(Function.bind.apply(t,n));return r&&c(i,r.prototype),i}:Reflect.construct).apply(null,arguments)}function c(t,e){return(c=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function u(t){return(u=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function f(t){return(f="function"==typeof Symbol&&"symbol"===n(Symbol.iterator)?function(t){return n(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":n(t)})(t)}var l=r(7352).inspect,h=r(3743).codes.ERR_INVALID_ARG_TYPE;function p(t,e,r){return(void 0===r||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}var d="",y="",b="",m="",v={deepStrictEqual:"Expected values to be strictly deep-equal:",strictEqual:"Expected values to be strictly equal:",strictEqualObject:'Expected "actual" to be reference-equal to "expected":',deepEqual:"Expected values to be loosely deep-equal:",equal:"Expected values to be loosely equal:",notDeepStrictEqual:'Expected "actual" not to be strictly deep-equal to:',notStrictEqual:'Expected "actual" to be strictly unequal to:',notStrictEqualObject:'Expected "actual" not to be reference-equal to "expected":',notDeepEqual:'Expected "actual" not to be loosely deep-equal to:',notEqual:'Expected "actual" to be loosely unequal to:',notIdentical:"Values identical but not reference-equal:"};function g(t){var e=Object.keys(t),r=Object.create(Object.getPrototypeOf(t));return e.forEach(function(e){r[e]=t[e]}),Object.defineProperty(r,"message",{value:t.message}),r}function _(t){return l(t,{compact:!1,customInspect:!1,depth:1e3,maxArrayLength:1/0,showHidden:!1,breakLength:1/0,showProxy:!1,sorted:!0,getters:!0})}var w=function(t){var e;function r(t){if(function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,r),"object"!==f(t)||null===t)throw new h("options","Object",t);var e,n=t.message,a=t.operator,s=t.stackStartFn,c=t.actual,l=t.expected,w=Error.stackTraceLimit;if(Error.stackTraceLimit=0,null!=n)e=i(this,u(r).call(this,String(n)));else if(({env:{}}).stderr&&({env:{}}).stderr.isTTY&&(({env:{}}).stderr&&({env:{}}).stderr.getColorDepth&&1!==({env:{}}).stderr.getColorDepth()?(d="\x1b[34m",y="\x1b[32m",m="\x1b[39m",b="\x1b[31m"):(d="",y="",m="",b="")),"object"===f(c)&&null!==c&&"object"===f(l)&&null!==l&&"stack"in c&&c instanceof Error&&"stack"in l&&l instanceof Error&&(c=g(c),l=g(l)),"deepStrictEqual"===a||"strictEqual"===a)e=i(this,u(r).call(this,function(t,e,r){var n="",i="",o=0,a="",s=!1,c=_(t),u=c.split("\n"),l=_(e).split("\n"),h=0,g="";if("strictEqual"===r&&"object"===f(t)&&"object"===f(e)&&null!==t&&null!==e&&(r="strictEqualObject"),1===u.length&&1===l.length&&u[0]!==l[0]){var w=u[0].length+l[0].length;if(w<=10){if(!("object"===f(t)&&null!==t||"object"===f(e)&&null!==e||0===t&&0===e))return"".concat(v[r],"\n\n")+"".concat(u[0]," !== ").concat(l[0],"\n")}else if("strictEqualObject"!==r&&w<(({env:{}}).stderr&&({env:{}}).stderr.isTTY?({env:{}}).stderr.columns:80)){for(;u[0][h]===l[0][h];)h++;h>2&&(g="\n  ".concat(function(t,e){if(e=Math.floor(e),0==t.length||0==e)return"";var r=t.length*e;for(e=Math.floor(Math.log(e)/Math.log(2));e;)t+=t,e--;return t+t.substring(0,r-t.length)}(" ",h),"^"),h=0)}}for(var S=u[u.length-1],O=l[l.length-1];S===O&&(h++<2?a="\n  ".concat(S).concat(a):n=S,u.pop(),l.pop(),0!==u.length&&0!==l.length);)S=u[u.length-1],O=l[l.length-1];var j=Math.max(u.length,l.length);if(0===j){var $=c.split("\n");if($.length>30)for($[26]="".concat(d,"...").concat(m);$.length>27;)$.pop();return"".concat(v.notIdentical,"\n\n").concat($.join("\n"),"\n")}h>3&&(a="\n".concat(d,"...").concat(m).concat(a),s=!0),""!==n&&(a="\n  ".concat(n).concat(a),n="");var A=0,E=v[r]+"\n".concat(y,"+ actual").concat(m," ").concat(b,"- expected").concat(m),x=" ".concat(d,"...").concat(m," Lines skipped");for(h=0;h<j;h++){var P=h-o;if(u.length<h+1)P>1&&h>2&&(P>4?(i+="\n".concat(d,"...").concat(m),s=!0):P>3&&(i+="\n  ".concat(l[h-2]),A++),i+="\n  ".concat(l[h-1]),A++),o=h,n+="\n".concat(b,"-").concat(m," ").concat(l[h]),A++;else if(l.length<h+1)P>1&&h>2&&(P>4?(i+="\n".concat(d,"...").concat(m),s=!0):P>3&&(i+="\n  ".concat(u[h-2]),A++),i+="\n  ".concat(u[h-1]),A++),o=h,i+="\n".concat(y,"+").concat(m," ").concat(u[h]),A++;else{var k=l[h],M=u[h],I=M!==k&&(!p(M,",")||M.slice(0,-1)!==k);I&&p(k,",")&&k.slice(0,-1)===M&&(I=!1,M+=","),I?(P>1&&h>2&&(P>4?(i+="\n".concat(d,"...").concat(m),s=!0):P>3&&(i+="\n  ".concat(u[h-2]),A++),i+="\n  ".concat(u[h-1]),A++),o=h,i+="\n".concat(y,"+").concat(m," ").concat(M),n+="\n".concat(b,"-").concat(m," ").concat(k),A+=2):(i+=n,n="",1!==P&&0!==h||(i+="\n  ".concat(M),A++))}if(A>20&&h<j-2)return"".concat(E).concat(x,"\n").concat(i,"\n").concat(d,"...").concat(m).concat(n,"\n")+"".concat(d,"...").concat(m)}return"".concat(E).concat(s?x:"","\n").concat(i).concat(n).concat(a).concat(g)}(c,l,a)));else if("notDeepStrictEqual"===a||"notStrictEqual"===a){var S=v[a],O=_(c).split("\n");if("notStrictEqual"===a&&"object"===f(c)&&null!==c&&(S=v.notStrictEqualObject),O.length>30)for(O[26]="".concat(d,"...").concat(m);O.length>27;)O.pop();e=1===O.length?i(this,u(r).call(this,"".concat(S," ").concat(O[0]))):i(this,u(r).call(this,"".concat(S,"\n\n").concat(O.join("\n"),"\n")))}else{var j=_(c),$="",A=v[a];"notDeepEqual"===a||"notEqual"===a?(j="".concat(v[a],"\n\n").concat(j)).length>1024&&(j="".concat(j.slice(0,1021),"...")):($="".concat(_(l)),j.length>512&&(j="".concat(j.slice(0,509),"...")),$.length>512&&($="".concat($.slice(0,509),"...")),"deepEqual"===a||"equal"===a?j="".concat(A,"\n\n").concat(j,"\n\nshould equal\n\n"):$=" ".concat(a," ").concat($)),e=i(this,u(r).call(this,"".concat(j).concat($)))}return Error.stackTraceLimit=w,e.generatedMessage=!n,Object.defineProperty(o(e),"name",{value:"AssertionError [ERR_ASSERTION]",enumerable:!1,writable:!0,configurable:!0}),e.code="ERR_ASSERTION",e.actual=c,e.expected=l,e.operator=a,Error.captureStackTrace&&Error.captureStackTrace(o(e),s),e.stack,e.name="AssertionError",i(e)}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&c(t,e)}(r,t),e=[{key:"toString",value:function(){return"".concat(this.name," [").concat(this.code,"]: ").concat(this.message)}},{key:l.custom,value:function(t,e){return l(this,function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable}))),n.forEach(function(e){var n;n=r[e],e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n})}return t}({},e,{customInspect:!1,depth:0}))}}],function(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}(r.prototype,e),r}(a(Error));t.exports=w},3743:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t){return(i="function"==typeof Symbol&&"symbol"===n(Symbol.iterator)?function(t){return n(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":n(t)})(t)}function o(t){return(o=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function a(t,e){return(a=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}var s,c,u={};function f(t,e,r){r||(r=Error);var n=function(r){function n(r,a,s){var c,u;return function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")}(this,n),(c=(u=o(n).call(this,"string"==typeof e?e:e(r,a,s)))&&("object"===i(u)||"function"==typeof u)?u:function(t){if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this)).code=t,c}return function(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&a(t,e)}(n,r),n}(r);u[t]=n}function l(t,e){if(Array.isArray(t)){var r=t.length;return t=t.map(function(t){return String(t)}),r>2?"one of ".concat(e," ").concat(t.slice(0,r-1).join(", "),", or ")+t[r-1]:2===r?"one of ".concat(e," ").concat(t[0]," or ").concat(t[1]):"of ".concat(e," ").concat(t[0])}return"of ".concat(e," ").concat(String(t))}f("ERR_AMBIGUOUS_ARGUMENT",'The "%s" argument is ambiguous. %s',TypeError),f("ERR_INVALID_ARG_TYPE",function(t,e,n){if(void 0===s&&(s=r(2402)),s("string"==typeof t,"'name' must be a string"),"string"==typeof e&&(a="not ",e.substr(0,4)===a)?(o="must not be",e=e.replace(/^not /,"")):o="must be",(void 0===f||f>t.length)&&(f=t.length)," argument"===t.substring(f-9,f))c="The ".concat(t," ").concat(o," ").concat(l(e,"type"));else{var o,a,c,u,f,h=("number"!=typeof u&&(u=0),u+1>t.length||-1===t.indexOf(".",u)?"argument":"property");c='The "'.concat(t,'" ').concat(h," ").concat(o," ").concat(l(e,"type"))}return c+". Received type ".concat(i(n))},TypeError),f("ERR_INVALID_ARG_VALUE",function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"is invalid";void 0===c&&(c=r(7352));var i=c.inspect(e);return i.length>128&&(i="".concat(i.slice(0,128),"...")),"The argument '".concat(t,"' ").concat(n,". Received ").concat(i)},TypeError,RangeError),f("ERR_INVALID_RETURN_VALUE",function(t,e,r){var n;return n=r&&r.constructor&&r.constructor.name?"instance of ".concat(r.constructor.name):"type ".concat(i(r)),"Expected ".concat(t,' to be returned from the "').concat(e,'"')+" function but got ".concat(n,".")},TypeError),f("ERR_MISSING_ARGS",function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];void 0===s&&(s=r(2402)),s(e.length>0,"At least one arg needs to be specified");var i="The ",o=e.length;switch(e=e.map(function(t){return'"'.concat(t,'"')}),o){case 1:i+="".concat(e[0]," argument");break;case 2:i+="".concat(e[0]," and ").concat(e[1]," arguments");break;default:i+=e.slice(0,o-1).join(", ")+", and ".concat(e[o-1]," arguments")}return"".concat(i," must be specified")},TypeError),t.exports.codes=u},6193:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=[],n=!0,i=!1,o=void 0;try{for(var a,s=t[Symbol.iterator]();!(n=(a=s.next()).done)&&(r.push(a.value),!e||r.length!==e);n=!0);}catch(t){i=!0,o=t}finally{try{n||null==s.return||s.return()}finally{if(i)throw o}}return r}(t,e)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance")}()}function o(t){return(o="function"==typeof Symbol&&"symbol"===n(Symbol.iterator)?function(t){return n(t)}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":n(t)})(t)}var a=void 0!==/a/g.flags,s=function(t){var e=[];return t.forEach(function(t){return e.push(t)}),e},c=function(t){var e=[];return t.forEach(function(t,r){return e.push([r,t])}),e},u=Object.is?Object.is:r(2064),f=Object.getOwnPropertySymbols?Object.getOwnPropertySymbols:function(){return[]},l=Number.isNaN?Number.isNaN:r(6062);function h(t){return t.call.bind(t)}var p=h(Object.prototype.hasOwnProperty),d=h(Object.prototype.propertyIsEnumerable),y=h(Object.prototype.toString),b=r(7352).types,m=b.isAnyArrayBuffer,v=b.isArrayBufferView,g=b.isDate,_=b.isMap,w=b.isRegExp,S=b.isSet,O=b.isNativeError,j=b.isBoxedPrimitive,$=b.isNumberObject,A=b.isStringObject,E=b.isBooleanObject,x=b.isBigIntObject,P=b.isSymbolObject,k=b.isFloat32Array,M=b.isFloat64Array;function I(t){if(0===t.length||t.length>10)return!0;for(var e=0;e<t.length;e++){var r=t.charCodeAt(e);if(r<48||r>57)return!0}return 10===t.length&&t>=4294967296}function T(t){return Object.keys(t).filter(I).concat(f(t).filter(Object.prototype.propertyIsEnumerable.bind(t)))}function B(t,e){if(t===e)return 0;for(var r=t.length,n=e.length,i=0,o=Math.min(r,n);i<o;++i)if(t[i]!==e[i]){r=t[i],n=e[i];break}return r<n?-1:n<r?1:0}function R(t,e,r,n){if(t===e)return 0!==t||!r||u(t,e);if(r){if("object"!==o(t))return"number"==typeof t&&l(t)&&l(e);if("object"!==o(e)||null===t||null===e||Object.getPrototypeOf(t)!==Object.getPrototypeOf(e))return!1}else{if(null===t||"object"!==o(t))return(null===e||"object"!==o(e))&&t==e;if(null===e||"object"!==o(e))return!1}var i=y(t);if(i!==y(e))return!1;if(Array.isArray(t)){if(t.length!==e.length)return!1;var s=T(t),c=T(e);return s.length===c.length&&D(t,e,r,n,1,s)}if("[object Object]"===i&&(!_(t)&&_(e)||!S(t)&&S(e)))return!1;if(g(t)){if(!g(e)||Date.prototype.getTime.call(t)!==Date.prototype.getTime.call(e))return!1}else if(w(t)){if(!w(e)||!(a?t.source===e.source&&t.flags===e.flags:RegExp.prototype.toString.call(t)===RegExp.prototype.toString.call(e)))return!1}else if(O(t)||t instanceof Error){if(t.message!==e.message||t.name!==e.name)return!1}else{if(v(t)){if(!r&&(k(t)||M(t))){if(!function(t,e){if(t.byteLength!==e.byteLength)return!1;for(var r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0}(t,e))return!1}else if(t.byteLength!==e.byteLength||0!==B(new Uint8Array(t.buffer,t.byteOffset,t.byteLength),new Uint8Array(e.buffer,e.byteOffset,e.byteLength)))return!1;var f=T(t),h=T(e);return f.length===h.length&&D(t,e,r,n,0,f)}if(S(t))return!(!S(e)||t.size!==e.size)&&D(t,e,r,n,2);if(_(t))return!(!_(e)||t.size!==e.size)&&D(t,e,r,n,3);if(m(t)){if(t.byteLength!==e.byteLength||0!==B(new Uint8Array(t),new Uint8Array(e)))return!1}else if(j(t)&&($(t)?!($(e)&&u(Number.prototype.valueOf.call(t),Number.prototype.valueOf.call(e))):A(t)?!A(e)||String.prototype.valueOf.call(t)!==String.prototype.valueOf.call(e):E(t)?!E(e)||Boolean.prototype.valueOf.call(t)!==Boolean.prototype.valueOf.call(e):x(t)?!x(e)||BigInt.prototype.valueOf.call(t)!==BigInt.prototype.valueOf.call(e):!P(e)||Symbol.prototype.valueOf.call(t)!==Symbol.prototype.valueOf.call(e)))return!1}return D(t,e,r,n,0)}function N(t,e){return e.filter(function(e){return d(t,e)})}function D(t,e,r,n,a,u){if(5==arguments.length){u=Object.keys(t);var l=Object.keys(e);if(u.length!==l.length)return!1}for(var h=0;h<u.length;h++)if(!p(e,u[h]))return!1;if(r&&5==arguments.length){var y=f(t);if(0!==y.length){var b=0;for(h=0;h<y.length;h++){var m=y[h];if(d(t,m)){if(!d(e,m))return!1;u.push(m),b++}else if(d(e,m))return!1}var v=f(e);if(y.length!==v.length&&N(e,v).length!==b)return!1}else{var g=f(e);if(0!==g.length&&0!==N(e,g).length)return!1}}if(0===u.length&&(0===a||1===a&&0===t.length||0===t.size))return!0;if(void 0===n)n={val1:new Map,val2:new Map,position:0};else{var _=n.val1.get(t);if(void 0!==_){var w=n.val2.get(e);if(void 0!==w)return _===w}n.position++}n.val1.set(t,n.position),n.val2.set(e,n.position);var S=function(t,e,r,n,a,u){var f=0;if(2===u){if(!function(t,e,r,n){for(var i=null,a=s(t),c=0;c<a.length;c++){var u=a[c];if("object"===o(u)&&null!==u)null===i&&(i=new Set),i.add(u);else if(!e.has(u)){if(r||!function(t,e,r){var n=C(r);return null!=n?n:e.has(n)&&!t.has(n)}(t,e,u))return!1;null===i&&(i=new Set),i.add(u)}}if(null!==i){for(var f=s(e),l=0;l<f.length;l++){var h=f[l];if("object"===o(h)&&null!==h){if(!L(i,h,r,n))return!1}else if(!r&&!t.has(h)&&!L(i,h,r,n))return!1}return 0===i.size}return!0}(t,e,r,a))return!1}else if(3===u){if(!function(t,e,r,n){for(var a=null,s=c(t),u=0;u<s.length;u++){var f=i(s[u],2),l=f[0],h=f[1];if("object"===o(l)&&null!==l)null===a&&(a=new Set),a.add(l);else{var p=e.get(l);if(void 0===p&&!e.has(l)||!R(h,p,r,n)){if(r||!function(t,e,r,n,i){var o=C(r);if(null!=o)return o;var a=e.get(o);return!(void 0===a&&!e.has(o)||!R(n,a,!1,i))&&!t.has(o)&&R(n,a,!1,i)}(t,e,l,h,n))return!1;null===a&&(a=new Set),a.add(l)}}}if(null!==a){for(var d=c(e),y=0;y<d.length;y++){var b=i(d[y],2),m=(l=b[0],b[1]);if("object"===o(l)&&null!==l){if(!U(a,t,l,m,r,n))return!1}else if(!(r||t.has(l)&&R(t.get(l),m,!1,n)||U(a,t,l,m,!1,n)))return!1}return 0===a.size}return!0}(t,e,r,a))return!1}else if(1===u)for(;f<t.length;f++){if(!p(t,f)){if(p(e,f))return!1;for(var l=Object.keys(t);f<l.length;f++){var h=l[f];if(!p(e,h)||!R(t[h],e[h],r,a))return!1}return l.length===Object.keys(e).length}if(!p(e,f)||!R(t[f],e[f],r,a))return!1}for(f=0;f<n.length;f++){var d=n[f];if(!R(t[d],e[d],r,a))return!1}return!0}(t,e,r,u,n,a);return n.val1.delete(t),n.val2.delete(e),S}function L(t,e,r,n){for(var i=s(t),o=0;o<i.length;o++){var a=i[o];if(R(e,a,r,n))return t.delete(a),!0}return!1}function C(t){switch(o(t)){case"undefined":return null;case"object":return;case"symbol":return!1;case"string":t=+t;case"number":if(l(t))return!1}return!0}function U(t,e,r,n,i,o){for(var a=s(t),c=0;c<a.length;c++){var u=a[c];if(R(r,u,i,o)&&R(n,e.get(u),i,o))return t.delete(u),!0}return!1}t.exports={isDeepEqual:function(t,e){return R(t,e,!1)},isDeepStrictEqual:function(t,e){return R(t,e,!0)}}},6775:(t,e)=>{"use strict";e.byteLength=function(t){var e=s(t),r=e[0],n=e[1];return 3*(r+n)/4-n},e.toByteArray=function(t){var e,r,o=s(t),a=o[0],c=o[1],u=new i(3*(a+c)/4-c),f=0,l=c>0?a-4:a;for(r=0;r<l;r+=4)e=n[t.charCodeAt(r)]<<18|n[t.charCodeAt(r+1)]<<12|n[t.charCodeAt(r+2)]<<6|n[t.charCodeAt(r+3)],u[f++]=e>>16&255,u[f++]=e>>8&255,u[f++]=255&e;return 2===c&&(e=n[t.charCodeAt(r)]<<2|n[t.charCodeAt(r+1)]>>4,u[f++]=255&e),1===c&&(e=n[t.charCodeAt(r)]<<10|n[t.charCodeAt(r+1)]<<4|n[t.charCodeAt(r+2)]>>2,u[f++]=e>>8&255,u[f++]=255&e),u},e.fromByteArray=function(t){for(var e,n=t.length,i=n%3,o=[],a=0,s=n-i;a<s;a+=16383)o.push(function(t,e,n){for(var i,o=[],a=e;a<n;a+=3)o.push(r[(i=(t[a]<<16&16711680)+(t[a+1]<<8&65280)+(255&t[a+2]))>>18&63]+r[i>>12&63]+r[i>>6&63]+r[63&i]);return o.join("")}(t,a,a+16383>s?s:a+16383));return 1===i?o.push(r[(e=t[n-1])>>2]+r[e<<4&63]+"=="):2===i&&o.push(r[(e=(t[n-2]<<8)+t[n-1])>>10]+r[e>>4&63]+r[e<<2&63]+"="),o.join("")};for(var r=[],n=[],i="undefined"!=typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0;a<64;++a)r[a]=o[a],n[o.charCodeAt(a)]=a;function s(t){var e=t.length;if(e%4>0)throw Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");return -1===r&&(r=e),[r,r===e?0:4-r%4]}n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63},7799:function(t,e,r){function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(t,e){"use strict";function i(t,e){if(!t)throw Error(e||"Assertion failed")}function o(t,e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}function a(t,e,r){if(a.isBN(t))return t;this.negative=0,this.words=null,this.length=0,this.red=null,null!==t&&("le"!==e&&"be"!==e||(r=e,e=10),this._init(t||0,e||10,r||"be"))}"object"===n(t)?t.exports=a:e.BN=a,a.BN=a,a.wordSize=26;try{h="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:r(7790).Buffer}catch(t){}function s(t,e){var r=t.charCodeAt(e);return r>=48&&r<=57?r-48:r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:void i(!1,"Invalid character in "+t)}function c(t,e,r){var n=s(t,r);return r-1>=e&&(n|=s(t,r-1)<<4),n}function u(t,e,r,n){for(var o=0,a=0,s=Math.min(t.length,r),c=e;c<s;c++){var u=t.charCodeAt(c)-48;o*=n,a=u>=49?u-49+10:u>=17?u-17+10:u,i(u>=0&&a<n,"Invalid character"),o+=a}return o}function f(t,e){t.words=e.words,t.length=e.length,t.negative=e.negative,t.red=e.red}if(a.isBN=function(t){return t instanceof a||null!==t&&"object"===n(t)&&t.constructor.wordSize===a.wordSize&&Array.isArray(t.words)},a.max=function(t,e){return t.cmp(e)>0?t:e},a.min=function(t,e){return 0>t.cmp(e)?t:e},a.prototype._init=function(t,e,r){if("number"==typeof t)return this._initNumber(t,e,r);if("object"===n(t))return this._initArray(t,e,r);"hex"===e&&(e=16),i(e===(0|e)&&e>=2&&e<=36);var o=0;"-"===(t=t.toString().replace(/\s+/g,""))[0]&&(o++,this.negative=1),o<t.length&&(16===e?this._parseHex(t,o,r):(this._parseBase(t,e,o),"le"===r&&this._initArray(this.toArray(),e,r)))},a.prototype._initNumber=function(t,e,r){t<0&&(this.negative=1,t=-t),t<67108864?(this.words=[67108863&t],this.length=1):t<4503599627370496?(this.words=[67108863&t,t/67108864&67108863],this.length=2):(i(t<9007199254740992),this.words=[67108863&t,t/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),e,r)},a.prototype._initArray=function(t,e,r){if(i("number"==typeof t.length),t.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(t.length/3),this.words=Array(this.length);for(var n=0;n<this.length;n++)this.words[n]=0;var o,a,s=0;if("be"===r)for(n=t.length-1,o=0;n>=0;n-=3)a=t[n]|t[n-1]<<8|t[n-2]<<16,this.words[o]|=a<<s&67108863,this.words[o+1]=a>>>26-s&67108863,(s+=24)>=26&&(s-=26,o++);else if("le"===r)for(n=0,o=0;n<t.length;n+=3)a=t[n]|t[n+1]<<8|t[n+2]<<16,this.words[o]|=a<<s&67108863,this.words[o+1]=a>>>26-s&67108863,(s+=24)>=26&&(s-=26,o++);return this._strip()},a.prototype._parseHex=function(t,e,r){this.length=Math.ceil((t.length-e)/6),this.words=Array(this.length);for(var n=0;n<this.length;n++)this.words[n]=0;var i,o=0,a=0;if("be"===r)for(n=t.length-1;n>=e;n-=2)i=c(t,e,n)<<o,this.words[a]|=67108863&i,o>=18?(o-=18,a+=1,this.words[a]|=i>>>26):o+=8;else for(n=(t.length-e)%2==0?e+1:e;n<t.length;n+=2)i=c(t,e,n)<<o,this.words[a]|=67108863&i,o>=18?(o-=18,a+=1,this.words[a]|=i>>>26):o+=8;this._strip()},a.prototype._parseBase=function(t,e,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=e)n++;n--,i=i/e|0;for(var o=t.length-r,a=o%n,s=Math.min(o,o-a)+r,c=0,f=r;f<s;f+=n)c=u(t,f,f+n,e),this.imuln(i),this.words[0]+c<67108864?this.words[0]+=c:this._iaddn(c);if(0!==a){var l=1;for(c=u(t,f,t.length,e),f=0;f<a;f++)l*=e;this.imuln(l),this.words[0]+c<67108864?this.words[0]+=c:this._iaddn(c)}this._strip()},a.prototype.copy=function(t){t.words=Array(this.length);for(var e=0;e<this.length;e++)t.words[e]=this.words[e];t.length=this.length,t.negative=this.negative,t.red=this.red},a.prototype._move=function(t){f(t,this)},a.prototype.clone=function(){var t=new a(null);return this.copy(t),t},a.prototype._expand=function(t){for(;this.length<t;)this.words[this.length++]=0;return this},a.prototype._strip=function(){for(;this.length>1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!=typeof Symbol&&"function"==typeof Symbol.for)try{a.prototype[Symbol.for("nodejs.util.inspect.custom")]=l}catch(t){a.prototype.inspect=l}else a.prototype.inspect=l;function l(){return(this.red?"<BN-R: ":"<BN: ")+this.toString(16)+">"}var h,p=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],d=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],y=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function b(t,e,r){r.negative=e.negative^t.negative;var n=t.length+e.length|0;r.length=n,n=n-1|0;var i=0|t.words[0],o=0|e.words[0],a=i*o,s=67108863&a,c=a/67108864|0;r.words[0]=s;for(var u=1;u<n;u++){for(var f=c>>>26,l=67108863&c,h=Math.min(u,e.length-1),p=Math.max(0,u-t.length+1);p<=h;p++){var d=u-p|0;f+=(a=(i=0|t.words[d])*(o=0|e.words[p])+l)/67108864|0,l=67108863&a}r.words[u]=0|l,c=0|f}return 0!==c?r.words[u]=0|c:r.length--,r._strip()}a.prototype.toString=function(t,e){var r;if(e=0|e||1,16===(t=t||10)||"hex"===t){r="";for(var n=0,o=0,a=0;a<this.length;a++){var s=this.words[a],c=(16777215&(s<<n|o)).toString(16);o=s>>>24-n&16777215,(n+=2)>=26&&(n-=26,a--),r=0!==o||a!==this.length-1?p[6-c.length]+c+r:c+r}for(0!==o&&(r=o.toString(16)+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(t===(0|t)&&t>=2&&t<=36){var u=d[t],f=y[t];r="";var l=this.clone();for(l.negative=0;!l.isZero();){var h=l.modrn(f).toString(t);r=(l=l.idivn(f)).isZero()?h+r:p[u-h.length]+h+r}for(this.isZero()&&(r="0"+r);r.length%e!=0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}i(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var t=this.words[0];return 2===this.length?t+=67108864*this.words[1]:3===this.length&&1===this.words[2]?t+=4503599627370496+67108864*this.words[1]:this.length>2&&i(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-t:t},a.prototype.toJSON=function(){return this.toString(16,2)},h&&(a.prototype.toBuffer=function(t,e){return this.toArrayLike(h,t,e)}),a.prototype.toArray=function(t,e){return this.toArrayLike(Array,t,e)},a.prototype.toArrayLike=function(t,e,r){this._strip();var n=this.byteLength(),o=r||Math.max(1,n);i(n<=o,"byte array longer than desired length"),i(o>0,"Requested array length <= 0");var a=t.allocUnsafe?t.allocUnsafe(o):new t(o);return this["_toArrayLike"+("le"===e?"LE":"BE")](a,n),a},a.prototype._toArrayLikeLE=function(t,e){for(var r=0,n=0,i=0,o=0;i<this.length;i++){var a=this.words[i]<<o|n;t[r++]=255&a,r<t.length&&(t[r++]=a>>8&255),r<t.length&&(t[r++]=a>>16&255),6===o?(r<t.length&&(t[r++]=a>>24&255),n=0,o=0):(n=a>>>24,o+=2)}if(r<t.length)for(t[r++]=n;r<t.length;)t[r++]=0},a.prototype._toArrayLikeBE=function(t,e){for(var r=t.length-1,n=0,i=0,o=0;i<this.length;i++){var a=this.words[i]<<o|n;t[r--]=255&a,r>=0&&(t[r--]=a>>8&255),r>=0&&(t[r--]=a>>16&255),6===o?(r>=0&&(t[r--]=a>>24&255),n=0,o=0):(n=a>>>24,o+=2)}if(r>=0)for(t[r--]=n;r>=0;)t[r--]=0},Math.clz32?a.prototype._countBits=function(t){return 32-Math.clz32(t)}:a.prototype._countBits=function(t){var e=t,r=0;return e>=4096&&(r+=13,e>>>=13),e>=64&&(r+=7,e>>>=7),e>=8&&(r+=4,e>>>=4),e>=2&&(r+=2,e>>>=2),r+e},a.prototype._zeroBits=function(t){if(0===t)return 26;var e=t,r=0;return 8191&e||(r+=13,e>>>=13),127&e||(r+=7,e>>>=7),15&e||(r+=4,e>>>=4),3&e||(r+=2,e>>>=2),1&e||r++,r},a.prototype.bitLength=function(){var t=this.words[this.length-1],e=this._countBits(t);return 26*(this.length-1)+e},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var t=0,e=0;e<this.length;e++){var r=this._zeroBits(this.words[e]);if(t+=r,26!==r)break}return t},a.prototype.byteLength=function(){return Math.ceil(this.bitLength()/8)},a.prototype.toTwos=function(t){return 0!==this.negative?this.abs().inotn(t).iaddn(1):this.clone()},a.prototype.fromTwos=function(t){return this.testn(t-1)?this.notn(t).iaddn(1).ineg():this.clone()},a.prototype.isNeg=function(){return 0!==this.negative},a.prototype.neg=function(){return this.clone().ineg()},a.prototype.ineg=function(){return this.isZero()||(this.negative^=1),this},a.prototype.iuor=function(t){for(;this.length<t.length;)this.words[this.length++]=0;for(var e=0;e<t.length;e++)this.words[e]=this.words[e]|t.words[e];return this._strip()},a.prototype.ior=function(t){return i(!(this.negative|t.negative)),this.iuor(t)},a.prototype.or=function(t){return this.length>t.length?this.clone().ior(t):t.clone().ior(this)},a.prototype.uor=function(t){return this.length>t.length?this.clone().iuor(t):t.clone().iuor(this)},a.prototype.iuand=function(t){var e;e=this.length>t.length?t:this;for(var r=0;r<e.length;r++)this.words[r]=this.words[r]&t.words[r];return this.length=e.length,this._strip()},a.prototype.iand=function(t){return i(!(this.negative|t.negative)),this.iuand(t)},a.prototype.and=function(t){return this.length>t.length?this.clone().iand(t):t.clone().iand(this)},a.prototype.uand=function(t){return this.length>t.length?this.clone().iuand(t):t.clone().iuand(this)},a.prototype.iuxor=function(t){var e,r;this.length>t.length?(e=this,r=t):(e=t,r=this);for(var n=0;n<r.length;n++)this.words[n]=e.words[n]^r.words[n];if(this!==e)for(;n<e.length;n++)this.words[n]=e.words[n];return this.length=e.length,this._strip()},a.prototype.ixor=function(t){return i(!(this.negative|t.negative)),this.iuxor(t)},a.prototype.xor=function(t){return this.length>t.length?this.clone().ixor(t):t.clone().ixor(this)},a.prototype.uxor=function(t){return this.length>t.length?this.clone().iuxor(t):t.clone().iuxor(this)},a.prototype.inotn=function(t){i("number"==typeof t&&t>=0);var e=0|Math.ceil(t/26),r=t%26;this._expand(e),r>0&&e--;for(var n=0;n<e;n++)this.words[n]=67108863&~this.words[n];return r>0&&(this.words[n]=~this.words[n]&67108863>>26-r),this._strip()},a.prototype.notn=function(t){return this.clone().inotn(t)},a.prototype.setn=function(t,e){i("number"==typeof t&&t>=0);var r=t/26|0,n=t%26;return this._expand(r+1),this.words[r]=e?this.words[r]|1<<n:this.words[r]&~(1<<n),this._strip()},a.prototype.iadd=function(t){var e,r,n;if(0!==this.negative&&0===t.negative)return this.negative=0,e=this.isub(t),this.negative^=1,this._normSign();if(0===this.negative&&0!==t.negative)return t.negative=0,e=this.isub(t),t.negative=1,e._normSign();this.length>t.length?(r=this,n=t):(r=t,n=this);for(var i=0,o=0;o<n.length;o++)e=(0|r.words[o])+(0|n.words[o])+i,this.words[o]=67108863&e,i=e>>>26;for(;0!==i&&o<r.length;o++)e=(0|r.words[o])+i,this.words[o]=67108863&e,i=e>>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;o<r.length;o++)this.words[o]=r.words[o];return this},a.prototype.add=function(t){var e;return 0!==t.negative&&0===this.negative?(t.negative=0,e=this.sub(t),t.negative^=1,e):0===t.negative&&0!==this.negative?(this.negative=0,e=t.sub(this),this.negative=1,e):this.length>t.length?this.clone().iadd(t):t.clone().iadd(this)},a.prototype.isub=function(t){if(0!==t.negative){t.negative=0;var e=this.iadd(t);return t.negative=1,e._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(t),this.negative=1,this._normSign();var r,n,i=this.cmp(t);if(0===i)return this.negative=0,this.length=1,this.words[0]=0,this;i>0?(r=this,n=t):(r=t,n=this);for(var o=0,a=0;a<n.length;a++)o=(e=(0|r.words[a])-(0|n.words[a])+o)>>26,this.words[a]=67108863&e;for(;0!==o&&a<r.length;a++)o=(e=(0|r.words[a])+o)>>26,this.words[a]=67108863&e;if(0===o&&a<r.length&&r!==this)for(;a<r.length;a++)this.words[a]=r.words[a];return this.length=Math.max(this.length,a),r!==this&&(this.negative=1),this._strip()},a.prototype.sub=function(t){return this.clone().isub(t)};var m=function(t,e,r){var n,i,o,a=t.words,s=e.words,c=r.words,u=0,f=0|a[0],l=8191&f,h=f>>>13,p=0|a[1],d=8191&p,y=p>>>13,b=0|a[2],m=8191&b,v=b>>>13,g=0|a[3],_=8191&g,w=g>>>13,S=0|a[4],O=8191&S,j=S>>>13,$=0|a[5],A=8191&$,E=$>>>13,x=0|a[6],P=8191&x,k=x>>>13,M=0|a[7],I=8191&M,T=M>>>13,B=0|a[8],R=8191&B,N=B>>>13,D=0|a[9],L=8191&D,C=D>>>13,U=0|s[0],q=8191&U,F=U>>>13,V=0|s[1],z=8191&V,K=V>>>13,H=0|s[2],W=8191&H,J=H>>>13,G=0|s[3],Y=8191&G,Q=G>>>13,X=0|s[4],Z=8191&X,tt=X>>>13,te=0|s[5],tr=8191&te,tn=te>>>13,ti=0|s[6],to=8191&ti,ta=ti>>>13,ts=0|s[7],tc=8191&ts,tu=ts>>>13,tf=0|s[8],tl=8191&tf,th=tf>>>13,tp=0|s[9],td=8191&tp,ty=tp>>>13;r.negative=t.negative^e.negative,r.length=19;var tb=(u+(n=Math.imul(l,q))|0)+((8191&(i=(i=Math.imul(l,F))+Math.imul(h,q)|0))<<13)|0;u=((o=Math.imul(h,F))+(i>>>13)|0)+(tb>>>26)|0,tb&=67108863,n=Math.imul(d,q),i=(i=Math.imul(d,F))+Math.imul(y,q)|0,o=Math.imul(y,F);var tm=(u+(n=n+Math.imul(l,z)|0)|0)+((8191&(i=(i=i+Math.imul(l,K)|0)+Math.imul(h,z)|0))<<13)|0;u=((o=o+Math.imul(h,K)|0)+(i>>>13)|0)+(tm>>>26)|0,tm&=67108863,n=Math.imul(m,q),i=(i=Math.imul(m,F))+Math.imul(v,q)|0,o=Math.imul(v,F),n=n+Math.imul(d,z)|0,i=(i=i+Math.imul(d,K)|0)+Math.imul(y,z)|0,o=o+Math.imul(y,K)|0;var tv=(u+(n=n+Math.imul(l,W)|0)|0)+((8191&(i=(i=i+Math.imul(l,J)|0)+Math.imul(h,W)|0))<<13)|0;u=((o=o+Math.imul(h,J)|0)+(i>>>13)|0)+(tv>>>26)|0,tv&=67108863,n=Math.imul(_,q),i=(i=Math.imul(_,F))+Math.imul(w,q)|0,o=Math.imul(w,F),n=n+Math.imul(m,z)|0,i=(i=i+Math.imul(m,K)|0)+Math.imul(v,z)|0,o=o+Math.imul(v,K)|0,n=n+Math.imul(d,W)|0,i=(i=i+Math.imul(d,J)|0)+Math.imul(y,W)|0,o=o+Math.imul(y,J)|0;var tg=(u+(n=n+Math.imul(l,Y)|0)|0)+((8191&(i=(i=i+Math.imul(l,Q)|0)+Math.imul(h,Y)|0))<<13)|0;u=((o=o+Math.imul(h,Q)|0)+(i>>>13)|0)+(tg>>>26)|0,tg&=67108863,n=Math.imul(O,q),i=(i=Math.imul(O,F))+Math.imul(j,q)|0,o=Math.imul(j,F),n=n+Math.imul(_,z)|0,i=(i=i+Math.imul(_,K)|0)+Math.imul(w,z)|0,o=o+Math.imul(w,K)|0,n=n+Math.imul(m,W)|0,i=(i=i+Math.imul(m,J)|0)+Math.imul(v,W)|0,o=o+Math.imul(v,J)|0,n=n+Math.imul(d,Y)|0,i=(i=i+Math.imul(d,Q)|0)+Math.imul(y,Y)|0,o=o+Math.imul(y,Q)|0;var t_=(u+(n=n+Math.imul(l,Z)|0)|0)+((8191&(i=(i=i+Math.imul(l,tt)|0)+Math.imul(h,Z)|0))<<13)|0;u=((o=o+Math.imul(h,tt)|0)+(i>>>13)|0)+(t_>>>26)|0,t_&=67108863,n=Math.imul(A,q),i=(i=Math.imul(A,F))+Math.imul(E,q)|0,o=Math.imul(E,F),n=n+Math.imul(O,z)|0,i=(i=i+Math.imul(O,K)|0)+Math.imul(j,z)|0,o=o+Math.imul(j,K)|0,n=n+Math.imul(_,W)|0,i=(i=i+Math.imul(_,J)|0)+Math.imul(w,W)|0,o=o+Math.imul(w,J)|0,n=n+Math.imul(m,Y)|0,i=(i=i+Math.imul(m,Q)|0)+Math.imul(v,Y)|0,o=o+Math.imul(v,Q)|0,n=n+Math.imul(d,Z)|0,i=(i=i+Math.imul(d,tt)|0)+Math.imul(y,Z)|0,o=o+Math.imul(y,tt)|0;var tw=(u+(n=n+Math.imul(l,tr)|0)|0)+((8191&(i=(i=i+Math.imul(l,tn)|0)+Math.imul(h,tr)|0))<<13)|0;u=((o=o+Math.imul(h,tn)|0)+(i>>>13)|0)+(tw>>>26)|0,tw&=67108863,n=Math.imul(P,q),i=(i=Math.imul(P,F))+Math.imul(k,q)|0,o=Math.imul(k,F),n=n+Math.imul(A,z)|0,i=(i=i+Math.imul(A,K)|0)+Math.imul(E,z)|0,o=o+Math.imul(E,K)|0,n=n+Math.imul(O,W)|0,i=(i=i+Math.imul(O,J)|0)+Math.imul(j,W)|0,o=o+Math.imul(j,J)|0,n=n+Math.imul(_,Y)|0,i=(i=i+Math.imul(_,Q)|0)+Math.imul(w,Y)|0,o=o+Math.imul(w,Q)|0,n=n+Math.imul(m,Z)|0,i=(i=i+Math.imul(m,tt)|0)+Math.imul(v,Z)|0,o=o+Math.imul(v,tt)|0,n=n+Math.imul(d,tr)|0,i=(i=i+Math.imul(d,tn)|0)+Math.imul(y,tr)|0,o=o+Math.imul(y,tn)|0;var tS=(u+(n=n+Math.imul(l,to)|0)|0)+((8191&(i=(i=i+Math.imul(l,ta)|0)+Math.imul(h,to)|0))<<13)|0;u=((o=o+Math.imul(h,ta)|0)+(i>>>13)|0)+(tS>>>26)|0,tS&=67108863,n=Math.imul(I,q),i=(i=Math.imul(I,F))+Math.imul(T,q)|0,o=Math.imul(T,F),n=n+Math.imul(P,z)|0,i=(i=i+Math.imul(P,K)|0)+Math.imul(k,z)|0,o=o+Math.imul(k,K)|0,n=n+Math.imul(A,W)|0,i=(i=i+Math.imul(A,J)|0)+Math.imul(E,W)|0,o=o+Math.imul(E,J)|0,n=n+Math.imul(O,Y)|0,i=(i=i+Math.imul(O,Q)|0)+Math.imul(j,Y)|0,o=o+Math.imul(j,Q)|0,n=n+Math.imul(_,Z)|0,i=(i=i+Math.imul(_,tt)|0)+Math.imul(w,Z)|0,o=o+Math.imul(w,tt)|0,n=n+Math.imul(m,tr)|0,i=(i=i+Math.imul(m,tn)|0)+Math.imul(v,tr)|0,o=o+Math.imul(v,tn)|0,n=n+Math.imul(d,to)|0,i=(i=i+Math.imul(d,ta)|0)+Math.imul(y,to)|0,o=o+Math.imul(y,ta)|0;var tO=(u+(n=n+Math.imul(l,tc)|0)|0)+((8191&(i=(i=i+Math.imul(l,tu)|0)+Math.imul(h,tc)|0))<<13)|0;u=((o=o+Math.imul(h,tu)|0)+(i>>>13)|0)+(tO>>>26)|0,tO&=67108863,n=Math.imul(R,q),i=(i=Math.imul(R,F))+Math.imul(N,q)|0,o=Math.imul(N,F),n=n+Math.imul(I,z)|0,i=(i=i+Math.imul(I,K)|0)+Math.imul(T,z)|0,o=o+Math.imul(T,K)|0,n=n+Math.imul(P,W)|0,i=(i=i+Math.imul(P,J)|0)+Math.imul(k,W)|0,o=o+Math.imul(k,J)|0,n=n+Math.imul(A,Y)|0,i=(i=i+Math.imul(A,Q)|0)+Math.imul(E,Y)|0,o=o+Math.imul(E,Q)|0,n=n+Math.imul(O,Z)|0,i=(i=i+Math.imul(O,tt)|0)+Math.imul(j,Z)|0,o=o+Math.imul(j,tt)|0,n=n+Math.imul(_,tr)|0,i=(i=i+Math.imul(_,tn)|0)+Math.imul(w,tr)|0,o=o+Math.imul(w,tn)|0,n=n+Math.imul(m,to)|0,i=(i=i+Math.imul(m,ta)|0)+Math.imul(v,to)|0,o=o+Math.imul(v,ta)|0,n=n+Math.imul(d,tc)|0,i=(i=i+Math.imul(d,tu)|0)+Math.imul(y,tc)|0,o=o+Math.imul(y,tu)|0;var tj=(u+(n=n+Math.imul(l,tl)|0)|0)+((8191&(i=(i=i+Math.imul(l,th)|0)+Math.imul(h,tl)|0))<<13)|0;u=((o=o+Math.imul(h,th)|0)+(i>>>13)|0)+(tj>>>26)|0,tj&=67108863,n=Math.imul(L,q),i=(i=Math.imul(L,F))+Math.imul(C,q)|0,o=Math.imul(C,F),n=n+Math.imul(R,z)|0,i=(i=i+Math.imul(R,K)|0)+Math.imul(N,z)|0,o=o+Math.imul(N,K)|0,n=n+Math.imul(I,W)|0,i=(i=i+Math.imul(I,J)|0)+Math.imul(T,W)|0,o=o+Math.imul(T,J)|0,n=n+Math.imul(P,Y)|0,i=(i=i+Math.imul(P,Q)|0)+Math.imul(k,Y)|0,o=o+Math.imul(k,Q)|0,n=n+Math.imul(A,Z)|0,i=(i=i+Math.imul(A,tt)|0)+Math.imul(E,Z)|0,o=o+Math.imul(E,tt)|0,n=n+Math.imul(O,tr)|0,i=(i=i+Math.imul(O,tn)|0)+Math.imul(j,tr)|0,o=o+Math.imul(j,tn)|0,n=n+Math.imul(_,to)|0,i=(i=i+Math.imul(_,ta)|0)+Math.imul(w,to)|0,o=o+Math.imul(w,ta)|0,n=n+Math.imul(m,tc)|0,i=(i=i+Math.imul(m,tu)|0)+Math.imul(v,tc)|0,o=o+Math.imul(v,tu)|0,n=n+Math.imul(d,tl)|0,i=(i=i+Math.imul(d,th)|0)+Math.imul(y,tl)|0,o=o+Math.imul(y,th)|0;var t$=(u+(n=n+Math.imul(l,td)|0)|0)+((8191&(i=(i=i+Math.imul(l,ty)|0)+Math.imul(h,td)|0))<<13)|0;u=((o=o+Math.imul(h,ty)|0)+(i>>>13)|0)+(t$>>>26)|0,t$&=67108863,n=Math.imul(L,z),i=(i=Math.imul(L,K))+Math.imul(C,z)|0,o=Math.imul(C,K),n=n+Math.imul(R,W)|0,i=(i=i+Math.imul(R,J)|0)+Math.imul(N,W)|0,o=o+Math.imul(N,J)|0,n=n+Math.imul(I,Y)|0,i=(i=i+Math.imul(I,Q)|0)+Math.imul(T,Y)|0,o=o+Math.imul(T,Q)|0,n=n+Math.imul(P,Z)|0,i=(i=i+Math.imul(P,tt)|0)+Math.imul(k,Z)|0,o=o+Math.imul(k,tt)|0,n=n+Math.imul(A,tr)|0,i=(i=i+Math.imul(A,tn)|0)+Math.imul(E,tr)|0,o=o+Math.imul(E,tn)|0,n=n+Math.imul(O,to)|0,i=(i=i+Math.imul(O,ta)|0)+Math.imul(j,to)|0,o=o+Math.imul(j,ta)|0,n=n+Math.imul(_,tc)|0,i=(i=i+Math.imul(_,tu)|0)+Math.imul(w,tc)|0,o=o+Math.imul(w,tu)|0,n=n+Math.imul(m,tl)|0,i=(i=i+Math.imul(m,th)|0)+Math.imul(v,tl)|0,o=o+Math.imul(v,th)|0;var tA=(u+(n=n+Math.imul(d,td)|0)|0)+((8191&(i=(i=i+Math.imul(d,ty)|0)+Math.imul(y,td)|0))<<13)|0;u=((o=o+Math.imul(y,ty)|0)+(i>>>13)|0)+(tA>>>26)|0,tA&=67108863,n=Math.imul(L,W),i=(i=Math.imul(L,J))+Math.imul(C,W)|0,o=Math.imul(C,J),n=n+Math.imul(R,Y)|0,i=(i=i+Math.imul(R,Q)|0)+Math.imul(N,Y)|0,o=o+Math.imul(N,Q)|0,n=n+Math.imul(I,Z)|0,i=(i=i+Math.imul(I,tt)|0)+Math.imul(T,Z)|0,o=o+Math.imul(T,tt)|0,n=n+Math.imul(P,tr)|0,i=(i=i+Math.imul(P,tn)|0)+Math.imul(k,tr)|0,o=o+Math.imul(k,tn)|0,n=n+Math.imul(A,to)|0,i=(i=i+Math.imul(A,ta)|0)+Math.imul(E,to)|0,o=o+Math.imul(E,ta)|0,n=n+Math.imul(O,tc)|0,i=(i=i+Math.imul(O,tu)|0)+Math.imul(j,tc)|0,o=o+Math.imul(j,tu)|0,n=n+Math.imul(_,tl)|0,i=(i=i+Math.imul(_,th)|0)+Math.imul(w,tl)|0,o=o+Math.imul(w,th)|0;var tE=(u+(n=n+Math.imul(m,td)|0)|0)+((8191&(i=(i=i+Math.imul(m,ty)|0)+Math.imul(v,td)|0))<<13)|0;u=((o=o+Math.imul(v,ty)|0)+(i>>>13)|0)+(tE>>>26)|0,tE&=67108863,n=Math.imul(L,Y),i=(i=Math.imul(L,Q))+Math.imul(C,Y)|0,o=Math.imul(C,Q),n=n+Math.imul(R,Z)|0,i=(i=i+Math.imul(R,tt)|0)+Math.imul(N,Z)|0,o=o+Math.imul(N,tt)|0,n=n+Math.imul(I,tr)|0,i=(i=i+Math.imul(I,tn)|0)+Math.imul(T,tr)|0,o=o+Math.imul(T,tn)|0,n=n+Math.imul(P,to)|0,i=(i=i+Math.imul(P,ta)|0)+Math.imul(k,to)|0,o=o+Math.imul(k,ta)|0,n=n+Math.imul(A,tc)|0,i=(i=i+Math.imul(A,tu)|0)+Math.imul(E,tc)|0,o=o+Math.imul(E,tu)|0,n=n+Math.imul(O,tl)|0,i=(i=i+Math.imul(O,th)|0)+Math.imul(j,tl)|0,o=o+Math.imul(j,th)|0;var tx=(u+(n=n+Math.imul(_,td)|0)|0)+((8191&(i=(i=i+Math.imul(_,ty)|0)+Math.imul(w,td)|0))<<13)|0;u=((o=o+Math.imul(w,ty)|0)+(i>>>13)|0)+(tx>>>26)|0,tx&=67108863,n=Math.imul(L,Z),i=(i=Math.imul(L,tt))+Math.imul(C,Z)|0,o=Math.imul(C,tt),n=n+Math.imul(R,tr)|0,i=(i=i+Math.imul(R,tn)|0)+Math.imul(N,tr)|0,o=o+Math.imul(N,tn)|0,n=n+Math.imul(I,to)|0,i=(i=i+Math.imul(I,ta)|0)+Math.imul(T,to)|0,o=o+Math.imul(T,ta)|0,n=n+Math.imul(P,tc)|0,i=(i=i+Math.imul(P,tu)|0)+Math.imul(k,tc)|0,o=o+Math.imul(k,tu)|0,n=n+Math.imul(A,tl)|0,i=(i=i+Math.imul(A,th)|0)+Math.imul(E,tl)|0,o=o+Math.imul(E,th)|0;var tP=(u+(n=n+Math.imul(O,td)|0)|0)+((8191&(i=(i=i+Math.imul(O,ty)|0)+Math.imul(j,td)|0))<<13)|0;u=((o=o+Math.imul(j,ty)|0)+(i>>>13)|0)+(tP>>>26)|0,tP&=67108863,n=Math.imul(L,tr),i=(i=Math.imul(L,tn))+Math.imul(C,tr)|0,o=Math.imul(C,tn),n=n+Math.imul(R,to)|0,i=(i=i+Math.imul(R,ta)|0)+Math.imul(N,to)|0,o=o+Math.imul(N,ta)|0,n=n+Math.imul(I,tc)|0,i=(i=i+Math.imul(I,tu)|0)+Math.imul(T,tc)|0,o=o+Math.imul(T,tu)|0,n=n+Math.imul(P,tl)|0,i=(i=i+Math.imul(P,th)|0)+Math.imul(k,tl)|0,o=o+Math.imul(k,th)|0;var tk=(u+(n=n+Math.imul(A,td)|0)|0)+((8191&(i=(i=i+Math.imul(A,ty)|0)+Math.imul(E,td)|0))<<13)|0;u=((o=o+Math.imul(E,ty)|0)+(i>>>13)|0)+(tk>>>26)|0,tk&=67108863,n=Math.imul(L,to),i=(i=Math.imul(L,ta))+Math.imul(C,to)|0,o=Math.imul(C,ta),n=n+Math.imul(R,tc)|0,i=(i=i+Math.imul(R,tu)|0)+Math.imul(N,tc)|0,o=o+Math.imul(N,tu)|0,n=n+Math.imul(I,tl)|0,i=(i=i+Math.imul(I,th)|0)+Math.imul(T,tl)|0,o=o+Math.imul(T,th)|0;var tM=(u+(n=n+Math.imul(P,td)|0)|0)+((8191&(i=(i=i+Math.imul(P,ty)|0)+Math.imul(k,td)|0))<<13)|0;u=((o=o+Math.imul(k,ty)|0)+(i>>>13)|0)+(tM>>>26)|0,tM&=67108863,n=Math.imul(L,tc),i=(i=Math.imul(L,tu))+Math.imul(C,tc)|0,o=Math.imul(C,tu),n=n+Math.imul(R,tl)|0,i=(i=i+Math.imul(R,th)|0)+Math.imul(N,tl)|0,o=o+Math.imul(N,th)|0;var tI=(u+(n=n+Math.imul(I,td)|0)|0)+((8191&(i=(i=i+Math.imul(I,ty)|0)+Math.imul(T,td)|0))<<13)|0;u=((o=o+Math.imul(T,ty)|0)+(i>>>13)|0)+(tI>>>26)|0,tI&=67108863,n=Math.imul(L,tl),i=(i=Math.imul(L,th))+Math.imul(C,tl)|0,o=Math.imul(C,th);var tT=(u+(n=n+Math.imul(R,td)|0)|0)+((8191&(i=(i=i+Math.imul(R,ty)|0)+Math.imul(N,td)|0))<<13)|0;u=((o=o+Math.imul(N,ty)|0)+(i>>>13)|0)+(tT>>>26)|0,tT&=67108863;var tB=(u+(n=Math.imul(L,td))|0)+((8191&(i=(i=Math.imul(L,ty))+Math.imul(C,td)|0))<<13)|0;return u=((o=Math.imul(C,ty))+(i>>>13)|0)+(tB>>>26)|0,tB&=67108863,c[0]=tb,c[1]=tm,c[2]=tv,c[3]=tg,c[4]=t_,c[5]=tw,c[6]=tS,c[7]=tO,c[8]=tj,c[9]=t$,c[10]=tA,c[11]=tE,c[12]=tx,c[13]=tP,c[14]=tk,c[15]=tM,c[16]=tI,c[17]=tT,c[18]=tB,0!==u&&(c[19]=u,r.length++),r};function v(t,e,r){r.negative=e.negative^t.negative,r.length=t.length+e.length;for(var n=0,i=0,o=0;o<r.length-1;o++){var a=i;i=0;for(var s=67108863&n,c=Math.min(o,e.length-1),u=Math.max(0,o-t.length+1);u<=c;u++){var f=o-u,l=(0|t.words[f])*(0|e.words[u]),h=67108863&l;s=67108863&(h=h+s|0),i+=(a=(a=a+(l/67108864|0)|0)+(h>>>26)|0)>>>26,a&=67108863}r.words[o]=s,n=a,a=i}return 0!==n?r.words[o]=n:r.length--,r._strip()}function g(t,e){this.x=t,this.y=e}Math.imul||(m=b),a.prototype.mulTo=function(t,e){var r=this.length+t.length;return 10===this.length&&10===t.length?m(this,t,e):r<63?b(this,t,e):v(this,t,e)},g.prototype.makeRBT=function(t){for(var e=Array(t),r=a.prototype._countBits(t)-1,n=0;n<t;n++)e[n]=this.revBin(n,r,t);return e},g.prototype.revBin=function(t,e,r){if(0===t||t===r-1)return t;for(var n=0,i=0;i<e;i++)n|=(1&t)<<e-i-1,t>>=1;return n},g.prototype.permute=function(t,e,r,n,i,o){for(var a=0;a<o;a++)n[a]=e[t[a]],i[a]=r[t[a]]},g.prototype.transform=function(t,e,r,n,i,o){this.permute(o,t,e,r,n,i);for(var a=1;a<i;a<<=1)for(var s=a<<1,c=Math.cos(2*Math.PI/s),u=Math.sin(2*Math.PI/s),f=0;f<i;f+=s)for(var l=c,h=u,p=0;p<a;p++){var d=r[f+p],y=n[f+p],b=r[f+p+a],m=n[f+p+a],v=l*b-h*m;m=l*m+h*b,b=v,r[f+p]=d+b,n[f+p]=y+m,r[f+p+a]=d-b,n[f+p+a]=y-m,p!==s&&(v=c*l-u*h,h=c*h+u*l,l=v)}},g.prototype.guessLen13b=function(t,e){var r=1|Math.max(e,t),n=1&r,i=0;for(r=r/2|0;r;r>>>=1)i++;return 1<<i+1+n},g.prototype.conjugate=function(t,e,r){if(!(r<=1))for(var n=0;n<r/2;n++){var i=t[n];t[n]=t[r-n-1],t[r-n-1]=i,i=e[n],e[n]=-e[r-n-1],e[r-n-1]=-i}},g.prototype.normalize13b=function(t,e){for(var r=0,n=0;n<e/2;n++){var i=8192*Math.round(t[2*n+1]/e)+Math.round(t[2*n]/e)+r;t[n]=67108863&i,r=i<67108864?0:i/67108864|0}return t},g.prototype.convert13b=function(t,e,r,n){for(var o=0,a=0;a<e;a++)o+=0|t[a],r[2*a]=8191&o,o>>>=13,r[2*a+1]=8191&o,o>>>=13;for(a=2*e;a<n;++a)r[a]=0;i(0===o),i(!(-8192&o))},g.prototype.stub=function(t){for(var e=Array(t),r=0;r<t;r++)e[r]=0;return e},g.prototype.mulp=function(t,e,r){var n=2*this.guessLen13b(t.length,e.length),i=this.makeRBT(n),o=this.stub(n),a=Array(n),s=Array(n),c=Array(n),u=Array(n),f=Array(n),l=Array(n),h=r.words;h.length=n,this.convert13b(t.words,t.length,a,n),this.convert13b(e.words,e.length,u,n),this.transform(a,o,s,c,n,i),this.transform(u,o,f,l,n,i);for(var p=0;p<n;p++){var d=s[p]*f[p]-c[p]*l[p];c[p]=s[p]*l[p]+c[p]*f[p],s[p]=d}return this.conjugate(s,c,n),this.transform(s,c,h,o,n,i),this.conjugate(h,o,n),this.normalize13b(h,n),r.negative=t.negative^e.negative,r.length=t.length+e.length,r._strip()},a.prototype.mul=function(t){var e=new a(null);return e.words=Array(this.length+t.length),this.mulTo(t,e)},a.prototype.mulf=function(t){var e=new a(null);return e.words=Array(this.length+t.length),v(this,t,e)},a.prototype.imul=function(t){return this.clone().mulTo(t,this)},a.prototype.imuln=function(t){var e=t<0;e&&(t=-t),i("number"==typeof t),i(t<67108864);for(var r=0,n=0;n<this.length;n++){var o=(0|this.words[n])*t,a=(67108863&o)+(67108863&r);r>>=26,r+=(o/67108864|0)+(a>>>26),this.words[n]=67108863&a}return 0!==r&&(this.words[n]=r,this.length++),e?this.ineg():this},a.prototype.muln=function(t){return this.clone().imuln(t)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(t){var e=function(t){for(var e=Array(t.bitLength()),r=0;r<e.length;r++){var n=r/26|0,i=r%26;e[r]=t.words[n]>>>i&1}return e}(t);if(0===e.length)return new a(1);for(var r=this,n=0;n<e.length&&0===e[n];n++,r=r.sqr());if(++n<e.length)for(var i=r.sqr();n<e.length;n++,i=i.sqr())0!==e[n]&&(r=r.mul(i));return r},a.prototype.iushln=function(t){i("number"==typeof t&&t>=0);var e,r=t%26,n=(t-r)/26,o=67108863>>>26-r<<26-r;if(0!==r){var a=0;for(e=0;e<this.length;e++){var s=this.words[e]&o,c=(0|this.words[e])-s<<r;this.words[e]=c|a,a=s>>>26-r}a&&(this.words[e]=a,this.length++)}if(0!==n){for(e=this.length-1;e>=0;e--)this.words[e+n]=this.words[e];for(e=0;e<n;e++)this.words[e]=0;this.length+=n}return this._strip()},a.prototype.ishln=function(t){return i(0===this.negative),this.iushln(t)},a.prototype.iushrn=function(t,e,r){i("number"==typeof t&&t>=0),n=e?(e-e%26)/26:0;var n,o=t%26,a=Math.min((t-o)/26,this.length),s=67108863^67108863>>>o<<o;if(n-=a,n=Math.max(0,n),r){for(var c=0;c<a;c++)r.words[c]=this.words[c];r.length=a}if(0===a);else if(this.length>a)for(this.length-=a,c=0;c<this.length;c++)this.words[c]=this.words[c+a];else this.words[0]=0,this.length=1;var u=0;for(c=this.length-1;c>=0&&(0!==u||c>=n);c--){var f=0|this.words[c];this.words[c]=u<<26-o|f>>>o,u=f&s}return r&&0!==u&&(r.words[r.length++]=u),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},a.prototype.ishrn=function(t,e,r){return i(0===this.negative),this.iushrn(t,e,r)},a.prototype.shln=function(t){return this.clone().ishln(t)},a.prototype.ushln=function(t){return this.clone().iushln(t)},a.prototype.shrn=function(t){return this.clone().ishrn(t)},a.prototype.ushrn=function(t){return this.clone().iushrn(t)},a.prototype.testn=function(t){i("number"==typeof t&&t>=0);var e=t%26,r=(t-e)/26;return!(this.length<=r||!(this.words[r]&1<<e))},a.prototype.imaskn=function(t){i("number"==typeof t&&t>=0);var e=t%26,r=(t-e)/26;return(i(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)?this:(0!==e&&r++,this.length=Math.min(r,this.length),0!==e&&(this.words[this.length-1]&=67108863^67108863>>>e<<e),this._strip())},a.prototype.maskn=function(t){return this.clone().imaskn(t)},a.prototype.iaddn=function(t){return i("number"==typeof t),i(t<67108864),t<0?this.isubn(-t):0!==this.negative?(1===this.length&&(0|this.words[0])<=t?(this.words[0]=t-(0|this.words[0]),this.negative=0):(this.negative=0,this.isubn(t),this.negative=1),this):this._iaddn(t)},a.prototype._iaddn=function(t){this.words[0]+=t;for(var e=0;e<this.length&&this.words[e]>=67108864;e++)this.words[e]-=67108864,e===this.length-1?this.words[e+1]=1:this.words[e+1]++;return this.length=Math.max(this.length,e+1),this},a.prototype.isubn=function(t){if(i("number"==typeof t),i(t<67108864),t<0)return this.iaddn(-t);if(0!==this.negative)return this.negative=0,this.iaddn(t),this.negative=1,this;if(this.words[0]-=t,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var e=0;e<this.length&&this.words[e]<0;e++)this.words[e]+=67108864,this.words[e+1]-=1;return this._strip()},a.prototype.addn=function(t){return this.clone().iaddn(t)},a.prototype.subn=function(t){return this.clone().isubn(t)},a.prototype.iabs=function(){return this.negative=0,this},a.prototype.abs=function(){return this.clone().iabs()},a.prototype._ishlnsubmul=function(t,e,r){var n,o,a=t.length+r;this._expand(a);var s=0;for(n=0;n<t.length;n++){o=(0|this.words[n+r])+s;var c=(0|t.words[n])*e;s=((o-=67108863&c)>>26)-(c/67108864|0),this.words[n+r]=67108863&o}for(;n<this.length-r;n++)s=(o=(0|this.words[n+r])+s)>>26,this.words[n+r]=67108863&o;if(0===s)return this._strip();for(i(-1===s),s=0,n=0;n<this.length;n++)s=(o=-(0|this.words[n])+s)>>26,this.words[n]=67108863&o;return this.negative=1,this._strip()},a.prototype._wordDiv=function(t,e){var r=(this.length,t.length),n=this.clone(),i=t,o=0|i.words[i.length-1];0!=(r=26-this._countBits(o))&&(i=i.ushln(r),n.iushln(r),o=0|i.words[i.length-1]);var s,c=n.length-i.length;if("mod"!==e){(s=new a(null)).length=c+1,s.words=Array(s.length);for(var u=0;u<s.length;u++)s.words[u]=0}var f=n.clone()._ishlnsubmul(i,1,c);0===f.negative&&(n=f,s&&(s.words[c]=1));for(var l=c-1;l>=0;l--){var h=67108864*(0|n.words[i.length+l])+(0|n.words[i.length+l-1]);for(h=Math.min(h/o|0,67108863),n._ishlnsubmul(i,h,l);0!==n.negative;)h--,n.negative=0,n._ishlnsubmul(i,1,l),n.isZero()||(n.negative^=1);s&&(s.words[l]=h)}return s&&s._strip(),n._strip(),"div"!==e&&0!==r&&n.iushrn(r),{div:s||null,mod:n}},a.prototype.divmod=function(t,e,r){var n,o,s;return i(!t.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===t.negative?(s=this.neg().divmod(t,e),"mod"!==e&&(n=s.div.neg()),"div"!==e&&(o=s.mod.neg(),r&&0!==o.negative&&o.iadd(t)),{div:n,mod:o}):0===this.negative&&0!==t.negative?(s=this.divmod(t.neg(),e),"mod"!==e&&(n=s.div.neg()),{div:n,mod:s.mod}):this.negative&t.negative?(s=this.neg().divmod(t.neg(),e),"div"!==e&&(o=s.mod.neg(),r&&0!==o.negative&&o.isub(t)),{div:s.div,mod:o}):t.length>this.length||0>this.cmp(t)?{div:new a(0),mod:this}:1===t.length?"div"===e?{div:this.divn(t.words[0]),mod:null}:"mod"===e?{div:null,mod:new a(this.modrn(t.words[0]))}:{div:this.divn(t.words[0]),mod:new a(this.modrn(t.words[0]))}:this._wordDiv(t,e)},a.prototype.div=function(t){return this.divmod(t,"div",!1).div},a.prototype.mod=function(t){return this.divmod(t,"mod",!1).mod},a.prototype.umod=function(t){return this.divmod(t,"mod",!0).mod},a.prototype.divRound=function(t){var e=this.divmod(t);if(e.mod.isZero())return e.div;var r=0!==e.div.negative?e.mod.isub(t):e.mod,n=t.ushrn(1),i=t.andln(1),o=r.cmp(n);return o<0||1===i&&0===o?e.div:0!==e.div.negative?e.div.isubn(1):e.div.iaddn(1)},a.prototype.modrn=function(t){var e=t<0;e&&(t=-t),i(t<=67108863);for(var r=67108864%t,n=0,o=this.length-1;o>=0;o--)n=(r*n+(0|this.words[o]))%t;return e?-n:n},a.prototype.modn=function(t){return this.modrn(t)},a.prototype.idivn=function(t){var e=t<0;e&&(t=-t),i(t<=67108863);for(var r=0,n=this.length-1;n>=0;n--){var o=(0|this.words[n])+67108864*r;this.words[n]=o/t|0,r=o%t}return this._strip(),e?this.ineg():this},a.prototype.divn=function(t){return this.clone().idivn(t)},a.prototype.egcd=function(t){i(0===t.negative),i(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var n=new a(1),o=new a(0),s=new a(0),c=new a(1),u=0;e.isEven()&&r.isEven();)e.iushrn(1),r.iushrn(1),++u;for(var f=r.clone(),l=e.clone();!e.isZero();){for(var h=0,p=1;!(e.words[0]&p)&&h<26;++h,p<<=1);if(h>0)for(e.iushrn(h);h-- >0;)(n.isOdd()||o.isOdd())&&(n.iadd(f),o.isub(l)),n.iushrn(1),o.iushrn(1);for(var d=0,y=1;!(r.words[0]&y)&&d<26;++d,y<<=1);if(d>0)for(r.iushrn(d);d-- >0;)(s.isOdd()||c.isOdd())&&(s.iadd(f),c.isub(l)),s.iushrn(1),c.iushrn(1);e.cmp(r)>=0?(e.isub(r),n.isub(s),o.isub(c)):(r.isub(e),s.isub(n),c.isub(o))}return{a:s,b:c,gcd:r.iushln(u)}},a.prototype._invmp=function(t){i(0===t.negative),i(!t.isZero());var e=this,r=t.clone();e=0!==e.negative?e.umod(t):e.clone();for(var n,o=new a(1),s=new a(0),c=r.clone();e.cmpn(1)>0&&r.cmpn(1)>0;){for(var u=0,f=1;!(e.words[0]&f)&&u<26;++u,f<<=1);if(u>0)for(e.iushrn(u);u-- >0;)o.isOdd()&&o.iadd(c),o.iushrn(1);for(var l=0,h=1;!(r.words[0]&h)&&l<26;++l,h<<=1);if(l>0)for(r.iushrn(l);l-- >0;)s.isOdd()&&s.iadd(c),s.iushrn(1);e.cmp(r)>=0?(e.isub(r),o.isub(s)):(r.isub(e),s.isub(o))}return 0>(n=0===e.cmpn(1)?o:s).cmpn(0)&&n.iadd(t),n},a.prototype.gcd=function(t){if(this.isZero())return t.abs();if(t.isZero())return this.abs();var e=this.clone(),r=t.clone();e.negative=0,r.negative=0;for(var n=0;e.isEven()&&r.isEven();n++)e.iushrn(1),r.iushrn(1);for(;;){for(;e.isEven();)e.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=e.cmp(r);if(i<0){var o=e;e=r,r=o}else if(0===i||0===r.cmpn(1))break;e.isub(r)}return r.iushln(n)},a.prototype.invm=function(t){return this.egcd(t).a.umod(t)},a.prototype.isEven=function(){return!(1&this.words[0])},a.prototype.isOdd=function(){return!(1&~this.words[0])},a.prototype.andln=function(t){return this.words[0]&t},a.prototype.bincn=function(t){i("number"==typeof t);var e=t%26,r=(t-e)/26,n=1<<e;if(this.length<=r)return this._expand(r+1),this.words[r]|=n,this;for(var o=n,a=r;0!==o&&a<this.length;a++){var s=0|this.words[a];o=(s+=o)>>>26,s&=67108863,this.words[a]=s}return 0!==o&&(this.words[a]=o,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(t){var e,r=t<0;if(0!==this.negative&&!r)return -1;if(0===this.negative&&r)return 1;if(this._strip(),this.length>1)e=1;else{r&&(t=-t),i(t<=67108863,"Number is too big");var n=0|this.words[0];e=n===t?0:n<t?-1:1}return 0!==this.negative?0|-e:e},a.prototype.cmp=function(t){if(0!==this.negative&&0===t.negative)return -1;if(0===this.negative&&0!==t.negative)return 1;var e=this.ucmp(t);return 0!==this.negative?0|-e:e},a.prototype.ucmp=function(t){if(this.length>t.length)return 1;if(this.length<t.length)return -1;for(var e=0,r=this.length-1;r>=0;r--){var n=0|this.words[r],i=0|t.words[r];if(n!==i){n<i?e=-1:n>i&&(e=1);break}}return e},a.prototype.gtn=function(t){return 1===this.cmpn(t)},a.prototype.gt=function(t){return 1===this.cmp(t)},a.prototype.gten=function(t){return this.cmpn(t)>=0},a.prototype.gte=function(t){return this.cmp(t)>=0},a.prototype.ltn=function(t){return -1===this.cmpn(t)},a.prototype.lt=function(t){return -1===this.cmp(t)},a.prototype.lten=function(t){return 0>=this.cmpn(t)},a.prototype.lte=function(t){return 0>=this.cmp(t)},a.prototype.eqn=function(t){return 0===this.cmpn(t)},a.prototype.eq=function(t){return 0===this.cmp(t)},a.red=function(t){return new A(t)},a.prototype.toRed=function(t){return i(!this.red,"Already a number in reduction context"),i(0===this.negative,"red works only with positives"),t.convertTo(this)._forceRed(t)},a.prototype.fromRed=function(){return i(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(t){return this.red=t,this},a.prototype.forceRed=function(t){return i(!this.red,"Already a number in reduction context"),this._forceRed(t)},a.prototype.redAdd=function(t){return i(this.red,"redAdd works only with red numbers"),this.red.add(this,t)},a.prototype.redIAdd=function(t){return i(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,t)},a.prototype.redSub=function(t){return i(this.red,"redSub works only with red numbers"),this.red.sub(this,t)},a.prototype.redISub=function(t){return i(this.red,"redISub works only with red numbers"),this.red.isub(this,t)},a.prototype.redShl=function(t){return i(this.red,"redShl works only with red numbers"),this.red.shl(this,t)},a.prototype.redMul=function(t){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.mul(this,t)},a.prototype.redIMul=function(t){return i(this.red,"redMul works only with red numbers"),this.red._verify2(this,t),this.red.imul(this,t)},a.prototype.redSqr=function(){return i(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return i(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return i(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return i(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return i(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(t){return i(this.red&&!t.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,t)};var _={k256:null,p224:null,p192:null,p25519:null};function w(t,e){this.name=t,this.p=new a(e,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function S(){w.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function O(){w.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function j(){w.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function $(){w.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function A(t){if("string"==typeof t){var e=a._prime(t);this.m=e.p,this.prime=e}else i(t.gtn(1),"modulus must be greater than 1"),this.m=t,this.prime=null}function E(t){A.call(this,t),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}w.prototype._tmp=function(){var t=new a(null);return t.words=Array(Math.ceil(this.n/13)),t},w.prototype.ireduce=function(t){var e,r=t;do this.split(r,this.tmp),e=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength();while(e>this.n);var n=e<this.n?-1:r.ucmp(this.p);return 0===n?(r.words[0]=0,r.length=1):n>0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},w.prototype.split=function(t,e){t.iushrn(this.n,0,e)},w.prototype.imulK=function(t){return t.imul(this.k)},o(S,w),S.prototype.split=function(t,e){for(var r=Math.min(t.length,9),n=0;n<r;n++)e.words[n]=t.words[n];if(e.length=r,t.length<=9)return t.words[0]=0,void(t.length=1);var i=t.words[9];for(e.words[e.length++]=4194303&i,n=10;n<t.length;n++){var o=0|t.words[n];t.words[n-10]=(4194303&o)<<4|i>>>22,i=o}i>>>=22,t.words[n-10]=i,0===i&&t.length>10?t.length-=10:t.length-=9},S.prototype.imulK=function(t){t.words[t.length]=0,t.words[t.length+1]=0,t.length+=2;for(var e=0,r=0;r<t.length;r++){var n=0|t.words[r];e+=977*n,t.words[r]=67108863&e,e=64*n+(e/67108864|0)}return 0===t.words[t.length-1]&&(t.length--,0===t.words[t.length-1]&&t.length--),t},o(O,w),o(j,w),o($,w),$.prototype.imulK=function(t){for(var e=0,r=0;r<t.length;r++){var n=19*(0|t.words[r])+e,i=67108863&n;n>>>=26,t.words[r]=i,e=n}return 0!==e&&(t.words[t.length++]=e),t},a._prime=function(t){var e;if(_[t])return _[t];if("k256"===t)e=new S;else if("p224"===t)e=new O;else if("p192"===t)e=new j;else{if("p25519"!==t)throw Error("Unknown prime "+t);e=new $}return _[t]=e,e},A.prototype._verify1=function(t){i(0===t.negative,"red works only with positives"),i(t.red,"red works only with red numbers")},A.prototype._verify2=function(t,e){i(!(t.negative|e.negative),"red works only with positives"),i(t.red&&t.red===e.red,"red works only with red numbers")},A.prototype.imod=function(t){return this.prime?this.prime.ireduce(t)._forceRed(this):(f(t,t.umod(this.m)._forceRed(this)),t)},A.prototype.neg=function(t){return t.isZero()?t.clone():this.m.sub(t)._forceRed(this)},A.prototype.add=function(t,e){this._verify2(t,e);var r=t.add(e);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},A.prototype.iadd=function(t,e){this._verify2(t,e);var r=t.iadd(e);return r.cmp(this.m)>=0&&r.isub(this.m),r},A.prototype.sub=function(t,e){this._verify2(t,e);var r=t.sub(e);return 0>r.cmpn(0)&&r.iadd(this.m),r._forceRed(this)},A.prototype.isub=function(t,e){this._verify2(t,e);var r=t.isub(e);return 0>r.cmpn(0)&&r.iadd(this.m),r},A.prototype.shl=function(t,e){return this._verify1(t),this.imod(t.ushln(e))},A.prototype.imul=function(t,e){return this._verify2(t,e),this.imod(t.imul(e))},A.prototype.mul=function(t,e){return this._verify2(t,e),this.imod(t.mul(e))},A.prototype.isqr=function(t){return this.imul(t,t.clone())},A.prototype.sqr=function(t){return this.mul(t,t)},A.prototype.sqrt=function(t){if(t.isZero())return t.clone();var e=this.m.andln(3);if(i(e%2==1),3===e){var r=this.m.add(new a(1)).iushrn(2);return this.pow(t,r)}for(var n=this.m.subn(1),o=0;!n.isZero()&&0===n.andln(1);)o++,n.iushrn(1);i(!n.isZero());var s=new a(1).toRed(this),c=s.redNeg(),u=this.m.subn(1).iushrn(1),f=this.m.bitLength();for(f=new a(2*f*f).toRed(this);0!==this.pow(f,u).cmp(c);)f.redIAdd(c);for(var l=this.pow(f,n),h=this.pow(t,n.addn(1).iushrn(1)),p=this.pow(t,n),d=o;0!==p.cmp(s);){for(var y=p,b=0;0!==y.cmp(s);b++)y=y.redSqr();i(b<d);var m=this.pow(l,new a(1).iushln(d-b-1));h=h.redMul(m),l=m.redSqr(),p=p.redMul(l),d=b}return h},A.prototype.invm=function(t){var e=t._invmp(this.m);return 0!==e.negative?(e.negative=0,this.imod(e).redNeg()):this.imod(e)},A.prototype.pow=function(t,e){if(e.isZero())return new a(1).toRed(this);if(0===e.cmpn(1))return t.clone();var r=Array(16);r[0]=new a(1).toRed(this),r[1]=t;for(var n=2;n<r.length;n++)r[n]=this.mul(r[n-1],t);var i=r[0],o=0,s=0,c=e.bitLength()%26;for(0===c&&(c=26),n=e.length-1;n>=0;n--){for(var u=e.words[n],f=c-1;f>=0;f--){var l=u>>f&1;i!==r[0]&&(i=this.sqr(i)),0!==l||0!==o?(o<<=1,o|=l,(4==++s||0===n&&0===f)&&(i=this.mul(i,r[o]),s=0,o=0)):s=0}c=26}return i},A.prototype.convertTo=function(t){var e=t.umod(this.m);return e===t?e.clone():e},A.prototype.convertFrom=function(t){var e=t.clone();return e.red=null,e},a.mont=function(t){return new E(t)},o(E,A),E.prototype.convertTo=function(t){return this.imod(t.ushln(this.shift))},E.prototype.convertFrom=function(t){var e=this.imod(t.mul(this.rinv));return e.red=null,e},E.prototype.imul=function(t,e){if(t.isZero()||e.isZero())return t.words[0]=0,t.length=1,t;var r=t.imul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):0>i.cmpn(0)&&(o=i.iadd(this.m)),o._forceRed(this)},E.prototype.mul=function(t,e){if(t.isZero()||e.isZero())return new a(0)._forceRed(this);var r=t.mul(e),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):0>i.cmpn(0)&&(o=i.iadd(this.m)),o._forceRed(this)},E.prototype.invm=function(t){return this.imod(t._invmp(this.m).mul(this.r2))._forceRed(this)}}(t=r.nmd(t),this)},8904:(t,e,r)=>{function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t){this.rand=t}if(t.exports=function(t){return o||(o=new i(null)),o.generate(t)},t.exports.Rand=i,i.prototype.generate=function(t){return this._rand(t)},i.prototype._rand=function(t){if(this.rand.getBytes)return this.rand.getBytes(t);for(var e=new Uint8Array(t),r=0;r<e.length;r++)e[r]=this.rand.getByte();return e},"object"===("undefined"==typeof self?"undefined":n(self)))self.crypto&&self.crypto.getRandomValues?i.prototype._rand=function(t){var e=new Uint8Array(t);return self.crypto.getRandomValues(e),e}:self.msCrypto&&self.msCrypto.getRandomValues?i.prototype._rand=function(t){var e=new Uint8Array(t);return self.msCrypto.getRandomValues(e),e}:"object"===("undefined"==typeof window?"undefined":n(window))&&(i.prototype._rand=function(){throw Error("Not implemented yet")});else try{var o,a=r(3776);if("function"!=typeof a.randomBytes)throw Error("Not supported");i.prototype._rand=function(t){return a.randomBytes(t)}}catch(t){}},5401:(t,e,r)=>{var n=r(9732).Buffer;function i(t){n.isBuffer(t)||(t=n.from(t));for(var e=t.length/4|0,r=Array(e),i=0;i<e;i++)r[i]=t.readUInt32BE(4*i);return r}function o(t){for(;0<t.length;t++)t[0]=0}function a(t,e,r,n,i){for(var o,a,s,c,u=r[0],f=r[1],l=r[2],h=r[3],p=t[0]^e[0],d=t[1]^e[1],y=t[2]^e[2],b=t[3]^e[3],m=4,v=1;v<i;v++)o=u[p>>>24]^f[d>>>16&255]^l[y>>>8&255]^h[255&b]^e[m++],a=u[d>>>24]^f[y>>>16&255]^l[b>>>8&255]^h[255&p]^e[m++],s=u[y>>>24]^f[b>>>16&255]^l[p>>>8&255]^h[255&d]^e[m++],c=u[b>>>24]^f[p>>>16&255]^l[d>>>8&255]^h[255&y]^e[m++],p=o,d=a,y=s,b=c;return o=(n[p>>>24]<<24|n[d>>>16&255]<<16|n[y>>>8&255]<<8|n[255&b])^e[m++],[o>>>=0,a=((n[d>>>24]<<24|n[y>>>16&255]<<16|n[b>>>8&255]<<8|n[255&p])^e[m++])>>>0,s=((n[y>>>24]<<24|n[b>>>16&255]<<16|n[p>>>8&255]<<8|n[255&d])^e[m++])>>>0,c=((n[b>>>24]<<24|n[p>>>16&255]<<16|n[d>>>8&255]<<8|n[255&y])^e[m++])>>>0]}var s=[0,1,2,4,8,16,32,64,128,27,54],c=function(){for(var t=Array(256),e=0;e<256;e++)t[e]=e<128?e<<1:e<<1^283;for(var r=[],n=[],i=[[],[],[],[]],o=[[],[],[],[]],a=0,s=0,c=0;c<256;++c){var u=s^s<<1^s<<2^s<<3^s<<4;u=u>>>8^255&u^99,r[a]=u,n[u]=a;var f=t[a],l=t[f],h=t[l],p=257*t[u]^16843008*u;i[0][a]=p<<24|p>>>8,i[1][a]=p<<16|p>>>16,i[2][a]=p<<8|p>>>24,i[3][a]=p,p=16843009*h^65537*l^257*f^16843008*a,o[0][u]=p<<24|p>>>8,o[1][u]=p<<16|p>>>16,o[2][u]=p<<8|p>>>24,o[3][u]=p,0===a?a=s=1:(a=f^t[t[t[h^f]]],s^=t[t[s]])}return{SBOX:r,INV_SBOX:n,SUB_MIX:i,INV_SUB_MIX:o}}();function u(t){this._key=i(t),this._reset()}u.blockSize=16,u.keySize=32,u.prototype.blockSize=u.blockSize,u.prototype.keySize=u.keySize,u.prototype._reset=function(){for(var t=this._key,e=t.length,r=e+6,n=4*(r+1),i=[],o=0;o<e;o++)i[o]=t[o];for(o=e;o<n;o++){var a=i[o-1];o%e==0?(a=a<<8|a>>>24,a=(c.SBOX[a>>>24]<<24|c.SBOX[a>>>16&255]<<16|c.SBOX[a>>>8&255]<<8|c.SBOX[255&a])^s[o/e|0]<<24):e>6&&o%e==4&&(a=c.SBOX[a>>>24]<<24|c.SBOX[a>>>16&255]<<16|c.SBOX[a>>>8&255]<<8|c.SBOX[255&a]),i[o]=i[o-e]^a}for(var u=[],f=0;f<n;f++){var l=n-f,h=i[l-(f%4?0:4)];u[f]=f<4||l<=4?h:c.INV_SUB_MIX[0][c.SBOX[h>>>24]]^c.INV_SUB_MIX[1][c.SBOX[h>>>16&255]]^c.INV_SUB_MIX[2][c.SBOX[h>>>8&255]]^c.INV_SUB_MIX[3][c.SBOX[255&h]]}this._nRounds=r,this._keySchedule=i,this._invKeySchedule=u},u.prototype.encryptBlockRaw=function(t){return a(t=i(t),this._keySchedule,c.SUB_MIX,c.SBOX,this._nRounds)},u.prototype.encryptBlock=function(t){var e=this.encryptBlockRaw(t),r=n.allocUnsafe(16);return r.writeUInt32BE(e[0],0),r.writeUInt32BE(e[1],4),r.writeUInt32BE(e[2],8),r.writeUInt32BE(e[3],12),r},u.prototype.decryptBlock=function(t){var e=(t=i(t))[1];t[1]=t[3],t[3]=e;var r=a(t,this._invKeySchedule,c.INV_SUB_MIX,c.INV_SBOX,this._nRounds),o=n.allocUnsafe(16);return o.writeUInt32BE(r[0],0),o.writeUInt32BE(r[3],4),o.writeUInt32BE(r[2],8),o.writeUInt32BE(r[1],12),o},u.prototype.scrub=function(){o(this._keySchedule),o(this._invKeySchedule),o(this._key)},t.exports.AES=u},1085:(t,e,r)=>{var n=r(5401),i=r(9732).Buffer,o=r(2533),a=r(1679),s=r(9363),c=r(6876),u=r(9003);function f(t,e,r,a){o.call(this);var c=i.alloc(4,0);this._cipher=new n.AES(e);var f=this._cipher.encryptBlock(c);this._ghash=new s(f),r=function(t,e,r){if(12===e.length)return t._finID=i.concat([e,i.from([0,0,0,1])]),i.concat([e,i.from([0,0,0,2])]);var n=new s(r),o=e.length,a=o%16;n.update(e),a&&(a=16-a,n.update(i.alloc(a,0))),n.update(i.alloc(8,0));var c=i.alloc(8);c.writeUIntBE(8*o,0,8),n.update(c),t._finID=n.state;var f=i.from(t._finID);return u(f),f}(this,r,f),this._prev=i.from(r),this._cache=i.allocUnsafe(0),this._secCache=i.allocUnsafe(0),this._decrypt=a,this._alen=0,this._len=0,this._mode=t,this._authTag=null,this._called=!1}a(f,o),f.prototype._update=function(t){if(!this._called&&this._alen){var e=16-this._alen%16;e<16&&(e=i.alloc(e,0),this._ghash.update(e))}this._called=!0;var r=this._mode.encrypt(this,t);return this._decrypt?this._ghash.update(t):this._ghash.update(r),this._len+=t.length,r},f.prototype._final=function(){if(this._decrypt&&!this._authTag)throw Error("Unsupported state or unable to authenticate data");var t=c(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&function(t,e){var r=0;t.length!==e.length&&r++;for(var n=Math.min(t.length,e.length),i=0;i<n;++i)r+=t[i]^e[i];return r}(t,this._authTag))throw Error("Unsupported state or unable to authenticate data");this._authTag=t,this._cipher.scrub()},f.prototype.getAuthTag=function(){if(this._decrypt||!i.isBuffer(this._authTag))throw Error("Attempting to get auth tag in unsupported state");return this._authTag},f.prototype.setAuthTag=function(t){if(!this._decrypt)throw Error("Attempting to set auth tag in unsupported state");this._authTag=t},f.prototype.setAAD=function(t){if(this._called)throw Error("Attempting to set AAD in unsupported state");this._ghash.update(t),this._alen+=t.length},t.exports=f},2098:(t,e,r)=>{var n=r(3604),i=r(1808),o=r(3219);e.createCipher=e.Cipher=n.createCipher,e.createCipheriv=e.Cipheriv=n.createCipheriv,e.createDecipher=e.Decipher=i.createDecipher,e.createDecipheriv=e.Decipheriv=i.createDecipheriv,e.listCiphers=e.getCiphers=function(){return Object.keys(o)}},1808:(t,e,r)=>{var n=r(1085),i=r(9732).Buffer,o=r(8629),a=r(5407),s=r(2533),c=r(5401),u=r(1685);function f(t,e,r){s.call(this),this._cache=new l,this._last=void 0,this._cipher=new c.AES(e),this._prev=i.from(r),this._mode=t,this._autopadding=!0}function l(){this.cache=i.allocUnsafe(0)}function h(t,e,r){var s=o[t.toLowerCase()];if(!s)throw TypeError("invalid suite type");if("string"==typeof r&&(r=i.from(r)),"GCM"!==s.mode&&r.length!==s.iv)throw TypeError("invalid iv length "+r.length);if("string"==typeof e&&(e=i.from(e)),e.length!==s.key/8)throw TypeError("invalid key length "+e.length);return"stream"===s.type?new a(s.module,e,r,!0):"auth"===s.type?new n(s.module,e,r,!0):new f(s.module,e,r)}r(1679)(f,s),f.prototype._update=function(t){var e,r;this._cache.add(t);for(var n=[];e=this._cache.get(this._autopadding);)r=this._mode.decrypt(this,e),n.push(r);return i.concat(n)},f.prototype._final=function(){var t=this._cache.flush();if(this._autopadding)return function(t){var e=t[15];if(e<1||e>16)throw Error("unable to decrypt data");for(var r=-1;++r<e;)if(t[r+(16-e)]!==e)throw Error("unable to decrypt data");if(16!==e)return t.slice(0,16-e)}(this._mode.decrypt(this,t));if(t)throw Error("data not multiple of block length")},f.prototype.setAutoPadding=function(t){return this._autopadding=!!t,this},l.prototype.add=function(t){this.cache=i.concat([this.cache,t])},l.prototype.get=function(t){var e;if(t){if(this.cache.length>16)return e=this.cache.slice(0,16),this.cache=this.cache.slice(16),e}else if(this.cache.length>=16)return e=this.cache.slice(0,16),this.cache=this.cache.slice(16),e;return null},l.prototype.flush=function(){if(this.cache.length)return this.cache},e.createDecipher=function(t,e){var r=o[t.toLowerCase()];if(!r)throw TypeError("invalid suite type");var n=u(e,!1,r.key,r.iv);return h(t,n.key,n.iv)},e.createDecipheriv=h},3604:(t,e,r)=>{var n=r(8629),i=r(1085),o=r(9732).Buffer,a=r(5407),s=r(2533),c=r(5401),u=r(1685);function f(t,e,r){s.call(this),this._cache=new h,this._cipher=new c.AES(e),this._prev=o.from(r),this._mode=t,this._autopadding=!0}r(1679)(f,s),f.prototype._update=function(t){var e,r;this._cache.add(t);for(var n=[];e=this._cache.get();)r=this._mode.encrypt(this,e),n.push(r);return o.concat(n)};var l=o.alloc(16,16);function h(){this.cache=o.allocUnsafe(0)}function p(t,e,r){var s=n[t.toLowerCase()];if(!s)throw TypeError("invalid suite type");if("string"==typeof e&&(e=o.from(e)),e.length!==s.key/8)throw TypeError("invalid key length "+e.length);if("string"==typeof r&&(r=o.from(r)),"GCM"!==s.mode&&r.length!==s.iv)throw TypeError("invalid iv length "+r.length);return"stream"===s.type?new a(s.module,e,r):"auth"===s.type?new i(s.module,e,r):new f(s.module,e,r)}f.prototype._final=function(){var t=this._cache.flush();if(this._autopadding)return t=this._mode.encrypt(this,t),this._cipher.scrub(),t;if(!t.equals(l))throw this._cipher.scrub(),Error("data not multiple of block length")},f.prototype.setAutoPadding=function(t){return this._autopadding=!!t,this},h.prototype.add=function(t){this.cache=o.concat([this.cache,t])},h.prototype.get=function(){if(this.cache.length>15){var t=this.cache.slice(0,16);return this.cache=this.cache.slice(16),t}return null},h.prototype.flush=function(){for(var t=16-this.cache.length,e=o.allocUnsafe(t),r=-1;++r<t;)e.writeUInt8(t,r);return o.concat([this.cache,e])},e.createCipheriv=p,e.createCipher=function(t,e){var r=n[t.toLowerCase()];if(!r)throw TypeError("invalid suite type");var i=u(e,!1,r.key,r.iv);return p(t,i.key,i.iv)}},9363:(t,e,r)=>{var n=r(9732).Buffer,i=n.alloc(16,0);function o(t){var e=n.allocUnsafe(16);return e.writeUInt32BE(t[0]>>>0,0),e.writeUInt32BE(t[1]>>>0,4),e.writeUInt32BE(t[2]>>>0,8),e.writeUInt32BE(t[3]>>>0,12),e}function a(t){this.h=t,this.state=n.alloc(16,0),this.cache=n.allocUnsafe(0)}a.prototype.ghash=function(t){for(var e=-1;++e<t.length;)this.state[e]^=t[e];this._multiply()},a.prototype._multiply=function(){for(var t,e,r,n=[(t=this.h).readUInt32BE(0),t.readUInt32BE(4),t.readUInt32BE(8),t.readUInt32BE(12)],i=[0,0,0,0],a=-1;++a<128;){for(this.state[~~(a/8)]&1<<7-a%8&&(i[0]^=n[0],i[1]^=n[1],i[2]^=n[2],i[3]^=n[3]),r=!!(1&n[3]),e=3;e>0;e--)n[e]=n[e]>>>1|(1&n[e-1])<<31;n[0]=n[0]>>>1,r&&(n[0]=-520093696^n[0])}this.state=o(i)},a.prototype.update=function(t){var e;for(this.cache=n.concat([this.cache,t]);this.cache.length>=16;)e=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(e)},a.prototype.final=function(t,e){return this.cache.length&&this.ghash(n.concat([this.cache,i],16)),this.ghash(o([0,t,0,e])),this.state},t.exports=a},9003:t=>{t.exports=function(t){for(var e,r=t.length;r--;){if(255!==(e=t.readUInt8(r))){e++,t.writeUInt8(e,r);break}t.writeUInt8(0,r)}}},5459:(t,e,r)=>{var n=r(6876);e.encrypt=function(t,e){var r=n(e,t._prev);return t._prev=t._cipher.encryptBlock(r),t._prev},e.decrypt=function(t,e){var r=t._prev;return t._prev=e,n(t._cipher.decryptBlock(e),r)}},4488:(t,e,r)=>{var n=r(9732).Buffer,i=r(6876);function o(t,e,r){var o=e.length,a=i(e,t._cache);return t._cache=t._cache.slice(o),t._prev=n.concat([t._prev,r?e:a]),a}e.encrypt=function(t,e,r){for(var i,a=n.allocUnsafe(0);e.length;){if(0===t._cache.length&&(t._cache=t._cipher.encryptBlock(t._prev),t._prev=n.allocUnsafe(0)),!(t._cache.length<=e.length)){a=n.concat([a,o(t,e,r)]);break}i=t._cache.length,a=n.concat([a,o(t,e.slice(0,i),r)]),e=e.slice(i)}return a}},4937:(t,e,r)=>{var n=r(9732).Buffer;e.encrypt=function(t,e,r){for(var i=e.length,o=n.allocUnsafe(i),a=-1;++a<i;)o[a]=function(t,e,r){for(var i,o,a=-1,s=0;++a<8;)i=e&1<<7-a?128:0,s+=(128&(o=t._cipher.encryptBlock(t._prev)[0]^i))>>a%8,t._prev=function(t,e){var r=t.length,i=-1,o=n.allocUnsafe(t.length);for(t=n.concat([t,n.from([e])]);++i<r;)o[i]=t[i]<<1|t[i+1]>>7;return o}(t._prev,r?i:o);return s}(t,e[a],r);return o}},6322:(t,e,r)=>{var n=r(9732).Buffer;e.encrypt=function(t,e,r){for(var i=e.length,o=n.allocUnsafe(i),a=-1;++a<i;)o[a]=function(t,e,r){var i=t._cipher.encryptBlock(t._prev)[0]^e;return t._prev=n.concat([t._prev.slice(1),n.from([r?e:i])]),i}(t,e[a],r);return o}},2538:(t,e,r)=>{var n=r(6876),i=r(9732).Buffer,o=r(9003);e.encrypt=function(t,e){var r=Math.ceil(e.length/16),a=t._cache.length;t._cache=i.concat([t._cache,i.allocUnsafe(16*r)]);for(var s=0;s<r;s++){var c=function(t){var e=t._cipher.encryptBlockRaw(t._prev);return o(t._prev),e}(t),u=a+16*s;t._cache.writeUInt32BE(c[0],u+0),t._cache.writeUInt32BE(c[1],u+4),t._cache.writeUInt32BE(c[2],u+8),t._cache.writeUInt32BE(c[3],u+12)}var f=t._cache.slice(0,e.length);return t._cache=t._cache.slice(e.length),n(e,f)}},9907:(t,e)=>{e.encrypt=function(t,e){return t._cipher.encryptBlock(e)},e.decrypt=function(t,e){return t._cipher.decryptBlock(e)}},8629:(t,e,r)=>{var n={ECB:r(9907),CBC:r(5459),CFB:r(4488),CFB8:r(6322),CFB1:r(4937),OFB:r(4252),CTR:r(2538),GCM:r(2538)},i=r(3219);for(var o in i)i[o].module=n[i[o].mode];t.exports=i},4252:(t,e,r)=>{var n=r(5832).Buffer,i=r(6876);e.encrypt=function(t,e){for(;t._cache.length<e.length;)t._cache=n.concat([t._cache,(t._prev=t._cipher.encryptBlock(t._prev),t._prev)]);var r=t._cache.slice(0,e.length);return t._cache=t._cache.slice(e.length),i(e,r)}},5407:(t,e,r)=>{var n=r(5401),i=r(9732).Buffer,o=r(2533);function a(t,e,r,a){o.call(this),this._cipher=new n.AES(e),this._prev=i.from(r),this._cache=i.allocUnsafe(0),this._secCache=i.allocUnsafe(0),this._decrypt=a,this._mode=t}r(1679)(a,o),a.prototype._update=function(t){return this._mode.encrypt(this,t,this._decrypt)},a.prototype._final=function(){this._cipher.scrub()},t.exports=a},9652:(t,e,r)=>{var n=r(8201),i=r(2098),o=r(8629),a=r(3849),s=r(1685);function c(t,e,r){if(o[t=t.toLowerCase()])return i.createCipheriv(t,e,r);if(a[t])return new n({key:e,iv:r,mode:t});throw TypeError("invalid suite type")}function u(t,e,r){if(o[t=t.toLowerCase()])return i.createDecipheriv(t,e,r);if(a[t])return new n({key:e,iv:r,mode:t,decrypt:!0});throw TypeError("invalid suite type")}e.createCipher=e.Cipher=function(t,e){if(o[t=t.toLowerCase()])r=o[t].key,n=o[t].iv;else{if(!a[t])throw TypeError("invalid suite type");r=8*a[t].key,n=a[t].iv}var r,n,i=s(e,!1,r,n);return c(t,i.key,i.iv)},e.createCipheriv=e.Cipheriv=c,e.createDecipher=e.Decipher=function(t,e){if(o[t=t.toLowerCase()])r=o[t].key,n=o[t].iv;else{if(!a[t])throw TypeError("invalid suite type");r=8*a[t].key,n=a[t].iv}var r,n,i=s(e,!1,r,n);return u(t,i.key,i.iv)},e.createDecipheriv=e.Decipheriv=u,e.listCiphers=e.getCiphers=function(){return Object.keys(a).concat(i.getCiphers())}},8201:(t,e,r)=>{var n=r(2533),i=r(1471),o=r(1679),a=r(9732).Buffer,s={"des-ede3-cbc":i.CBC.instantiate(i.EDE),"des-ede3":i.EDE,"des-ede-cbc":i.CBC.instantiate(i.EDE),"des-ede":i.EDE,"des-cbc":i.CBC.instantiate(i.DES),"des-ecb":i.DES};function c(t){n.call(this);var e,r=t.mode.toLowerCase(),i=s[r];e=t.decrypt?"decrypt":"encrypt";var o=t.key;a.isBuffer(o)||(o=a.from(o)),"des-ede"!==r&&"des-ede-cbc"!==r||(o=a.concat([o,o.slice(0,8)]));var c=t.iv;a.isBuffer(c)||(c=a.from(c)),this._des=i.create({key:o,iv:c,type:e})}s.des=s["des-cbc"],s.des3=s["des-ede3-cbc"],t.exports=c,o(c,n),c.prototype._update=function(t){return a.from(this._des.update(t))},c.prototype._final=function(){return a.from(this._des.final())}},3849:(t,e)=>{e["des-ecb"]={key:8,iv:0},e["des-cbc"]=e.des={key:8,iv:8},e["des-ede3-cbc"]=e.des3={key:24,iv:8},e["des-ede3"]={key:24,iv:0},e["des-ede-cbc"]={key:16,iv:8},e["des-ede"]={key:16,iv:0}},1095:(t,e,r)=>{"use strict";var n=r(7799),i=r(4276),o=r(9732).Buffer;function a(t){var e,r=t.modulus.byteLength();do e=new n(i(r));while(e.cmp(t.modulus)>=0||!e.umod(t.prime1)||!e.umod(t.prime2));return e}function s(t,e){var r,i={blinder:(r=a(e)).toRed(n.mont(e.modulus)).redPow(new n(e.publicExponent)).fromRed(),unblinder:r.invm(e.modulus)},s=e.modulus.byteLength(),c=new n(t).mul(i.blinder).umod(e.modulus),u=c.toRed(n.mont(e.prime1)),f=c.toRed(n.mont(e.prime2)),l=e.coefficient,h=e.prime1,p=e.prime2,d=u.redPow(e.exponent1).fromRed(),y=f.redPow(e.exponent2).fromRed(),b=d.isub(y).imul(l).umod(h).imul(p);return y.iadd(b).imul(i.unblinder).umod(e.modulus).toArrayLike(o,"be",s)}s.getr=a,t.exports=s},4606:(t,e,r)=>{"use strict";t.exports=r(2951)},7937:(t,e,r)=>{"use strict";var n=r(9732).Buffer,i=r(5833),o=r(3292),a=r(1679),s=r(6620),c=r(7032),u=r(2951);function f(t){o.Writable.call(this);var e=u[t];if(!e)throw Error("Unknown message digest");this._hashType=e.hash,this._hash=i(e.hash),this._tag=e.id,this._signType=e.sign}function l(t){o.Writable.call(this);var e=u[t];if(!e)throw Error("Unknown message digest");this._hash=i(e.hash),this._tag=e.id,this._signType=e.sign}function h(t){return new f(t)}function p(t){return new l(t)}Object.keys(u).forEach(function(t){u[t].id=n.from(u[t].id,"hex"),u[t.toLowerCase()]=u[t]}),a(f,o.Writable),f.prototype._write=function(t,e,r){this._hash.update(t),r()},f.prototype.update=function(t,e){return this._hash.update("string"==typeof t?n.from(t,e):t),this},f.prototype.sign=function(t,e){this.end();var r=s(this._hash.digest(),t,this._hashType,this._signType,this._tag);return e?r.toString(e):r},a(l,o.Writable),l.prototype._write=function(t,e,r){this._hash.update(t),r()},l.prototype.update=function(t,e){return this._hash.update("string"==typeof t?n.from(t,e):t),this},l.prototype.verify=function(t,e,r){var i="string"==typeof e?n.from(e,r):e;return this.end(),c(i,this._hash.digest(),t,this._signType,this._tag)},t.exports={Sign:h,Verify:p,createSign:h,createVerify:p}},6620:(t,e,r)=>{"use strict";var n=r(9732).Buffer,i=r(2046),o=r(1095),a=r(7312).ec,s=r(7799),c=r(5053),u=r(4589);function f(t,e,r,o){if((t=n.from(t.toArray())).length<e.byteLength()){var a=n.alloc(e.byteLength()-t.length);t=n.concat([a,t])}var s=r.length,c=function(t,e){t=(t=l(t,e)).mod(e);var r=n.from(t.toArray());if(r.length<e.byteLength()){var i=n.alloc(e.byteLength()-r.length);r=n.concat([i,r])}return r}(r,e),u=n.alloc(s);u.fill(1);var f=n.alloc(s);return f=i(o,f).update(u).update(n.from([0])).update(t).update(c).digest(),u=i(o,f).update(u).digest(),{k:f=i(o,f).update(u).update(n.from([1])).update(t).update(c).digest(),v:u=i(o,f).update(u).digest()}}function l(t,e){var r=new s(t),n=(t.length<<3)-e.bitLength();return n>0&&r.ishrn(n),r}function h(t,e,r){var o,a;do{for(o=n.alloc(0);8*o.length<t.bitLength();)e.v=i(r,e.k).update(e.v).digest(),o=n.concat([o,e.v]);a=l(o,t),e.k=i(r,e.k).update(e.v).update(n.from([0])).digest(),e.v=i(r,e.k).update(e.v).digest()}while(-1!==a.cmp(t));return a}t.exports=function(t,e,r,i,p){var d=c(e);if(d.curve){if("ecdsa"!==i&&"ecdsa/rsa"!==i)throw Error("wrong private key type");return function(t,e){var r=u[e.curve.join(".")];if(!r)throw Error("unknown curve "+e.curve.join("."));var i=new a(r).keyFromPrivate(e.privateKey).sign(t);return n.from(i.toDER())}(t,d)}if("dsa"===d.type){if("dsa"!==i)throw Error("wrong private key type");return function(t,e,r){for(var i,o,a,c,u,p=e.params.priv_key,d=e.params.p,y=e.params.q,b=e.params.g,m=new s(0),v=l(t,y).mod(y),g=!1,_=f(p,y,t,r);!1===g;)i=u=h(y,_,r),m=b.toRed(s.mont(d)).redPow(i).fromRed().mod(y),0===(g=u.invm(y).imul(v.add(p.mul(m))).mod(y)).cmpn(0)&&(g=!1,m=new s(0));return o=m,a=g,o=o.toArray(),a=a.toArray(),128&o[0]&&(o=[0].concat(o)),128&a[0]&&(a=[0].concat(a)),c=(c=[48,o.length+a.length+4,2,o.length]).concat(o,[2,a.length],a),n.from(c)}(t,d,r)}if("rsa"!==i&&"ecdsa/rsa"!==i)throw Error("wrong private key type");if(void 0!==e.padding&&1!==e.padding)throw Error("illegal or unsupported padding mode");t=n.concat([p,t]);for(var y=d.modulus.byteLength(),b=[0,1];t.length+b.length+1<y;)b.push(255);b.push(0);for(var m=-1;++m<t.length;)b.push(t[m]);return o(b,d)},t.exports.getKey=f,t.exports.makeKey=h},7032:(t,e,r)=>{"use strict";var n=r(9732).Buffer,i=r(7799),o=r(7312).ec,a=r(5053),s=r(4589);function c(t,e){if(0>=t.cmpn(0)||t.cmp(e)>=0)throw Error("invalid sig")}t.exports=function(t,e,r,u,f){var l,h,p,d,y,b,m,v,g,_,w,S=a(r);if("ec"===S.type){if("ecdsa"!==u&&"ecdsa/rsa"!==u)throw Error("wrong public key type");return function(t,e,r){var n=s[r.data.algorithm.curve.join(".")];if(!n)throw Error("unknown curve "+r.data.algorithm.curve.join("."));var i=new o(n),a=r.data.subjectPrivateKey.data;return i.verify(e,t,a)}(t,e,S)}if("dsa"===S.type){if("dsa"!==u)throw Error("wrong public key type");return l=t,h=e,p=S.data.p,d=S.data.q,y=S.data.g,b=S.data.pub_key,v=(m=a.signature.decode(l,"der")).s,g=m.r,c(v,d),c(g,d),_=i.mont(p),w=v.invm(d),0===y.toRed(_).redPow(new i(h).mul(w).mod(d)).fromRed().mul(b.toRed(_).redPow(g.mul(w).mod(d)).fromRed()).mod(p).mod(d).cmp(g)}if("rsa"!==u&&"ecdsa/rsa"!==u)throw Error("wrong public key type");e=n.concat([f,e]);for(var O=S.modulus.byteLength(),j=[1],$=0;e.length+j.length+2<O;)j.push(255),$+=1;j.push(0);for(var A=-1;++A<e.length;)j.push(e[A]);j=n.from(j);var E=i.mont(S.modulus);t=(t=new i(t).toRed(E)).redPow(new i(S.publicExponent));var x=$<8?1:0;for(O=Math.min((t=n.from(t.fromRed().toArray())).length,j.length),t.length!==j.length&&(x=1),A=-1;++A<O;)x|=t[A]^j[A];return 0===x}},6876:(t,e,r)=>{var n=r(5832).Buffer;t.exports=function(t,e){for(var r=Math.min(t.length,e.length),i=new n(r),o=0;o<r;++o)i[o]=t[o]^e[o];return i}},5832:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(6775),o=r(2486),a="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;function s(t){if(t>2147483647)throw RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,c.prototype),e}function c(t,e,r){if("number"==typeof t){if("string"==typeof e)throw TypeError('The "string" argument must be of type string. Received type number');return l(t)}return u(t,e,r)}function u(t,e,r){if("string"==typeof t)return function(t,e){if("string"==typeof e&&""!==e||(e="utf8"),!c.isEncoding(e))throw TypeError("Unknown encoding: "+e);var r=0|y(t,e),n=s(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}(t,e);if(ArrayBuffer.isView(t))return function(t){if(M(t,Uint8Array)){var e=new Uint8Array(t);return p(e.buffer,e.byteOffset,e.byteLength)}return h(t)}(t);if(null==t)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+n(t));if(M(t,ArrayBuffer)||t&&M(t.buffer,ArrayBuffer)||"undefined"!=typeof SharedArrayBuffer&&(M(t,SharedArrayBuffer)||t&&M(t.buffer,SharedArrayBuffer)))return p(t,e,r);if("number"==typeof t)throw TypeError('The "value" argument must not be of type number. Received type number');var i=t.valueOf&&t.valueOf();if(null!=i&&i!==t)return c.from(i,e,r);var o=function(t){if(c.isBuffer(t)){var e,r=0|d(t.length),n=s(r);return 0===n.length||t.copy(n,0,0,r),n}return void 0!==t.length?"number"!=typeof t.length||(e=t.length)!=e?s(0):h(t):"Buffer"===t.type&&Array.isArray(t.data)?h(t.data):void 0}(t);if(o)return o;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof t[Symbol.toPrimitive])return c.from(t[Symbol.toPrimitive]("string"),e,r);throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+n(t))}function f(t){if("number"!=typeof t)throw TypeError('"size" argument must be of type number');if(t<0)throw RangeError('The value "'+t+'" is invalid for option "size"')}function l(t){return f(t),s(t<0?0:0|d(t))}function h(t){for(var e=t.length<0?0:0|d(t.length),r=s(e),n=0;n<e;n+=1)r[n]=255&t[n];return r}function p(t,e,r){var n;if(e<0||t.byteLength<e)throw RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw RangeError('"length" is outside of buffer bounds');return Object.setPrototypeOf(n=void 0===e&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,e):new Uint8Array(t,e,r),c.prototype),n}function d(t){if(t>=2147483647)throw RangeError("Attempt to allocate Buffer larger than maximum size: 0x7fffffff bytes");return 0|t}function y(t,e){if(c.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||M(t,ArrayBuffer))return t.byteLength;if("string"!=typeof t)throw TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+n(t));var r=t.length,i=arguments.length>2&&!0===arguments[2];if(!i&&0===r)return 0;for(var o=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return x(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return P(t).length;default:if(o)return i?-1:x(t).length;e=(""+e).toLowerCase(),o=!0}}function b(t,e,r){var n,o,a=!1;if((void 0===e||e<0)&&(e=0),e>this.length||((void 0===r||r>this.length)&&(r=this.length),r<=0)||(r>>>=0)<=(e>>>=0))return"";for(t||(t="utf8");;)switch(t){case"hex":return function(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=I[t[o]];return i}(this,e,r);case"utf8":case"utf-8":return _(this,e,r);case"ascii":return function(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(127&t[i]);return n}(this,e,r);case"latin1":case"binary":return function(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}(this,e,r);case"base64":return n=e,o=r,0===n&&o===this.length?i.fromByteArray(this):i.fromByteArray(this.slice(n,o));case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return function(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+256*n[o+1]);return i}(this,e,r);default:if(a)throw TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),a=!0}}function m(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}function v(t,e,r,n,i){var o;if(0===t.length)return -1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),(o=r=+r)!=o&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return -1;r=t.length-1}else if(r<0){if(!i)return -1;r=0}if("string"==typeof e&&(e=c.from(e,n)),c.isBuffer(e))return 0===e.length?-1:g(t,e,r,n,i);if("number"==typeof e)return e&=255,"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):g(t,[e],r,n,i);throw TypeError("val must be string, number or Buffer")}function g(t,e,r,n,i){var o,a=1,s=t.length,c=e.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(t.length<2||e.length<2)return -1;a=2,s/=2,c/=2,r/=2}function u(t,e){return 1===a?t[e]:t.readUInt16BE(e*a)}if(i){var f=-1;for(o=r;o<s;o++)if(u(t,o)===u(e,-1===f?0:o-f)){if(-1===f&&(f=o),o-f+1===c)return f*a}else -1!==f&&(o-=o-f),f=-1}else for(r+c>s&&(r=s-c),o=r;o>=0;o--){for(var l=!0,h=0;h<c;h++)if(u(t,o+h)!==u(e,h)){l=!1;break}if(l)return o}return -1}function _(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o,a,s,c,u=t[i],f=null,l=u>239?4:u>223?3:u>191?2:1;if(i+l<=r)switch(l){case 1:u<128&&(f=u);break;case 2:128==(192&(o=t[i+1]))&&(c=(31&u)<<6|63&o)>127&&(f=c);break;case 3:o=t[i+1],a=t[i+2],128==(192&o)&&128==(192&a)&&(c=(15&u)<<12|(63&o)<<6|63&a)>2047&&(c<55296||c>57343)&&(f=c);break;case 4:o=t[i+1],a=t[i+2],s=t[i+3],128==(192&o)&&128==(192&a)&&128==(192&s)&&(c=(15&u)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&c<1114112&&(f=c)}null===f?(f=65533,l=1):f>65535&&(f-=65536,n.push(f>>>10&1023|55296),f=56320|1023&f),n.push(f),i+=l}return function(t){var e=t.length;if(e<=w)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=w));return r}(n)}e.Buffer=c,e.SlowBuffer=function(t){return+t!=t&&(t=0),c.alloc(+t)},e.INSPECT_MAX_BYTES=50,e.kMaxLength=2147483647,c.TYPED_ARRAY_SUPPORT=function(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),42===t.foo()}catch(t){return!1}}(),c.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(c.prototype,"parent",{enumerable:!0,get:function(){if(c.isBuffer(this))return this.buffer}}),Object.defineProperty(c.prototype,"offset",{enumerable:!0,get:function(){if(c.isBuffer(this))return this.byteOffset}}),c.poolSize=8192,c.from=function(t,e,r){return u(t,e,r)},Object.setPrototypeOf(c.prototype,Uint8Array.prototype),Object.setPrototypeOf(c,Uint8Array),c.alloc=function(t,e,r){return f(t),t<=0?s(t):void 0!==e?"string"==typeof r?s(t).fill(e,r):s(t).fill(e):s(t)},c.allocUnsafe=function(t){return l(t)},c.allocUnsafeSlow=function(t){return l(t)},c.isBuffer=function(t){return null!=t&&!0===t._isBuffer&&t!==c.prototype},c.compare=function(t,e){if(M(t,Uint8Array)&&(t=c.from(t,t.offset,t.byteLength)),M(e,Uint8Array)&&(e=c.from(e,e.offset,e.byteLength)),!c.isBuffer(t)||!c.isBuffer(e))throw TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===e)return 0;for(var r=t.length,n=e.length,i=0,o=Math.min(r,n);i<o;++i)if(t[i]!==e[i]){r=t[i],n=e[i];break}return r<n?-1:n<r?1:0},c.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},c.concat=function(t,e){if(!Array.isArray(t))throw TypeError('"list" argument must be an Array of Buffers');if(0===t.length)return c.alloc(0);if(void 0===e)for(e=0,r=0;r<t.length;++r)e+=t[r].length;var r,n=c.allocUnsafe(e),i=0;for(r=0;r<t.length;++r){var o=t[r];if(M(o,Uint8Array))i+o.length>n.length?c.from(o).copy(n,i):Uint8Array.prototype.set.call(n,o,i);else{if(!c.isBuffer(o))throw TypeError('"list" argument must be an Array of Buffers');o.copy(n,i)}i+=o.length}return n},c.byteLength=y,c.prototype._isBuffer=!0,c.prototype.swap16=function(){var t=this.length;if(t%2!=0)throw RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)m(this,e,e+1);return this},c.prototype.swap32=function(){var t=this.length;if(t%4!=0)throw RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)m(this,e,e+3),m(this,e+1,e+2);return this},c.prototype.swap64=function(){var t=this.length;if(t%8!=0)throw RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)m(this,e,e+7),m(this,e+1,e+6),m(this,e+2,e+5),m(this,e+3,e+4);return this},c.prototype.toString=function(){var t=this.length;return 0===t?"":0==arguments.length?_(this,0,t):b.apply(this,arguments)},c.prototype.toLocaleString=c.prototype.toString,c.prototype.equals=function(t){if(!c.isBuffer(t))throw TypeError("Argument must be a Buffer");return this===t||0===c.compare(this,t)},c.prototype.inspect=function(){var t="",r=e.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"},a&&(c.prototype[a]=c.prototype.inspect),c.prototype.compare=function(t,e,r,i,o){if(M(t,Uint8Array)&&(t=c.from(t,t.offset,t.byteLength)),!c.isBuffer(t))throw TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+n(t));if(void 0===e&&(e=0),void 0===r&&(r=t?t.length:0),void 0===i&&(i=0),void 0===o&&(o=this.length),e<0||r>t.length||i<0||o>this.length)throw RangeError("out of range index");if(i>=o&&e>=r)return 0;if(i>=o)return -1;if(e>=r)return 1;if(this===t)return 0;for(var a=(o>>>=0)-(i>>>=0),s=(r>>>=0)-(e>>>=0),u=Math.min(a,s),f=this.slice(i,o),l=t.slice(e,r),h=0;h<u;++h)if(f[h]!==l[h]){a=f[h],s=l[h];break}return a<s?-1:s<a?1:0},c.prototype.includes=function(t,e,r){return -1!==this.indexOf(t,e,r)},c.prototype.indexOf=function(t,e,r){return v(this,t,e,r,!0)},c.prototype.lastIndexOf=function(t,e,r){return v(this,t,e,r,!1)},c.prototype.write=function(t,e,r,n){if(void 0===e)n="utf8",r=this.length,e=0;else if(void 0===r&&"string"==typeof e)n=e,r=this.length,e=0;else{if(!isFinite(e))throw Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");e>>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var i,o,a,s,c,u,f,l,h=this.length-e;if((void 0===r||r>h)&&(r=h),t.length>0&&(r<0||e<0)||e>this.length)throw RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var p=!1;;)switch(n){case"hex":return function(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n))>i&&(n=i):n=i;var o=e.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var s=parseInt(e.substr(2*a,2),16);if(s!=s)break;t[r+a]=s}return a}(this,t,e,r);case"utf8":case"utf-8":return i=e,o=r,k(x(t,this.length-i),this,i,o);case"ascii":case"latin1":case"binary":return a=e,s=r,k(function(t){for(var e=[],r=0;r<t.length;++r)e.push(255&t.charCodeAt(r));return e}(t),this,a,s);case"base64":return c=e,u=r,k(P(t),this,c,u);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return f=e,l=r,k(function(t,e){for(var r,n,i=[],o=0;o<t.length&&!((e-=2)<0);++o)n=(r=t.charCodeAt(o))>>8,i.push(r%256),i.push(n);return i}(t,this.length-f),this,f,l);default:if(p)throw TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),p=!0}},c.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var w=4096;function S(t,e,r){if(t%1!=0||t<0)throw RangeError("offset is not uint");if(t+e>r)throw RangeError("Trying to access beyond buffer length")}function O(t,e,r,n,i,o){if(!c.isBuffer(t))throw TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw RangeError('"value" argument is out of bounds');if(r+n>t.length)throw RangeError("Index out of range")}function j(t,e,r,n,i,o){if(r+n>t.length||r<0)throw RangeError("Index out of range")}function $(t,e,r,n,i){return e=+e,r>>>=0,i||j(t,0,r,4),o.write(t,e,r,n,23,4),r+4}function A(t,e,r,n,i){return e=+e,r>>>=0,i||j(t,0,r,8),o.write(t,e,r,n,52,8),r+8}c.prototype.slice=function(t,e){var r=this.length;(t=~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),(e=void 0===e?r:~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),e<t&&(e=t);var n=this.subarray(t,e);return Object.setPrototypeOf(n,c.prototype),n},c.prototype.readUintLE=c.prototype.readUIntLE=function(t,e,r){t>>>=0,e>>>=0,r||S(t,e,this.length);for(var n=this[t],i=1,o=0;++o<e&&(i*=256);)n+=this[t+o]*i;return n},c.prototype.readUintBE=c.prototype.readUIntBE=function(t,e,r){t>>>=0,e>>>=0,r||S(t,e,this.length);for(var n=this[t+--e],i=1;e>0&&(i*=256);)n+=this[t+--e]*i;return n},c.prototype.readUint8=c.prototype.readUInt8=function(t,e){return t>>>=0,e||S(t,1,this.length),this[t]},c.prototype.readUint16LE=c.prototype.readUInt16LE=function(t,e){return t>>>=0,e||S(t,2,this.length),this[t]|this[t+1]<<8},c.prototype.readUint16BE=c.prototype.readUInt16BE=function(t,e){return t>>>=0,e||S(t,2,this.length),this[t]<<8|this[t+1]},c.prototype.readUint32LE=c.prototype.readUInt32LE=function(t,e){return t>>>=0,e||S(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},c.prototype.readUint32BE=c.prototype.readUInt32BE=function(t,e){return t>>>=0,e||S(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},c.prototype.readIntLE=function(t,e,r){t>>>=0,e>>>=0,r||S(t,e,this.length);for(var n=this[t],i=1,o=0;++o<e&&(i*=256);)n+=this[t+o]*i;return n>=(i*=128)&&(n-=Math.pow(2,8*e)),n},c.prototype.readIntBE=function(t,e,r){t>>>=0,e>>>=0,r||S(t,e,this.length);for(var n=e,i=1,o=this[t+--n];n>0&&(i*=256);)o+=this[t+--n]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*e)),o},c.prototype.readInt8=function(t,e){return t>>>=0,e||S(t,1,this.length),128&this[t]?-1*(255-this[t]+1):this[t]},c.prototype.readInt16LE=function(t,e){t>>>=0,e||S(t,2,this.length);var r=this[t]|this[t+1]<<8;return 32768&r?4294901760|r:r},c.prototype.readInt16BE=function(t,e){t>>>=0,e||S(t,2,this.length);var r=this[t+1]|this[t]<<8;return 32768&r?4294901760|r:r},c.prototype.readInt32LE=function(t,e){return t>>>=0,e||S(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},c.prototype.readInt32BE=function(t,e){return t>>>=0,e||S(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},c.prototype.readFloatLE=function(t,e){return t>>>=0,e||S(t,4,this.length),o.read(this,t,!0,23,4)},c.prototype.readFloatBE=function(t,e){return t>>>=0,e||S(t,4,this.length),o.read(this,t,!1,23,4)},c.prototype.readDoubleLE=function(t,e){return t>>>=0,e||S(t,8,this.length),o.read(this,t,!0,52,8)},c.prototype.readDoubleBE=function(t,e){return t>>>=0,e||S(t,8,this.length),o.read(this,t,!1,52,8)},c.prototype.writeUintLE=c.prototype.writeUIntLE=function(t,e,r,n){t=+t,e>>>=0,r>>>=0,n||O(this,t,e,r,Math.pow(2,8*r)-1,0);var i=1,o=0;for(this[e]=255&t;++o<r&&(i*=256);)this[e+o]=t/i&255;return e+r},c.prototype.writeUintBE=c.prototype.writeUIntBE=function(t,e,r,n){t=+t,e>>>=0,r>>>=0,n||O(this,t,e,r,Math.pow(2,8*r)-1,0);var i=r-1,o=1;for(this[e+i]=255&t;--i>=0&&(o*=256);)this[e+i]=t/o&255;return e+r},c.prototype.writeUint8=c.prototype.writeUInt8=function(t,e,r){return t=+t,e>>>=0,r||O(this,t,e,1,255,0),this[e]=255&t,e+1},c.prototype.writeUint16LE=c.prototype.writeUInt16LE=function(t,e,r){return t=+t,e>>>=0,r||O(this,t,e,2,65535,0),this[e]=255&t,this[e+1]=t>>>8,e+2},c.prototype.writeUint16BE=c.prototype.writeUInt16BE=function(t,e,r){return t=+t,e>>>=0,r||O(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=255&t,e+2},c.prototype.writeUint32LE=c.prototype.writeUInt32LE=function(t,e,r){return t=+t,e>>>=0,r||O(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=255&t,e+4},c.prototype.writeUint32BE=c.prototype.writeUInt32BE=function(t,e,r){return t=+t,e>>>=0,r||O(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},c.prototype.writeIntLE=function(t,e,r,n){if(t=+t,e>>>=0,!n){var i=Math.pow(2,8*r-1);O(this,t,e,r,i-1,-i)}var o=0,a=1,s=0;for(this[e]=255&t;++o<r&&(a*=256);)t<0&&0===s&&0!==this[e+o-1]&&(s=1),this[e+o]=(t/a|0)-s&255;return e+r},c.prototype.writeIntBE=function(t,e,r,n){if(t=+t,e>>>=0,!n){var i=Math.pow(2,8*r-1);O(this,t,e,r,i-1,-i)}var o=r-1,a=1,s=0;for(this[e+o]=255&t;--o>=0&&(a*=256);)t<0&&0===s&&0!==this[e+o+1]&&(s=1),this[e+o]=(t/a|0)-s&255;return e+r},c.prototype.writeInt8=function(t,e,r){return t=+t,e>>>=0,r||O(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=255&t,e+1},c.prototype.writeInt16LE=function(t,e,r){return t=+t,e>>>=0,r||O(this,t,e,2,32767,-32768),this[e]=255&t,this[e+1]=t>>>8,e+2},c.prototype.writeInt16BE=function(t,e,r){return t=+t,e>>>=0,r||O(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=255&t,e+2},c.prototype.writeInt32LE=function(t,e,r){return t=+t,e>>>=0,r||O(this,t,e,4,2147483647,-2147483648),this[e]=255&t,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},c.prototype.writeInt32BE=function(t,e,r){return t=+t,e>>>=0,r||O(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=255&t,e+4},c.prototype.writeFloatLE=function(t,e,r){return $(this,t,e,!0,r)},c.prototype.writeFloatBE=function(t,e,r){return $(this,t,e,!1,r)},c.prototype.writeDoubleLE=function(t,e,r){return A(this,t,e,!0,r)},c.prototype.writeDoubleBE=function(t,e,r){return A(this,t,e,!1,r)},c.prototype.copy=function(t,e,r,n){if(!c.isBuffer(t))throw TypeError("argument should be a Buffer");if(r||(r=0),n||0===n||(n=this.length),e>=t.length&&(e=t.length),e||(e=0),n>0&&n<r&&(n=r),n===r||0===t.length||0===this.length)return 0;if(e<0)throw RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw RangeError("Index out of range");if(n<0)throw RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),t.length-e<n-r&&(n=t.length-e+r);var i=n-r;return this===t&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(e,r,n):Uint8Array.prototype.set.call(t,this.subarray(r,n),e),i},c.prototype.fill=function(t,e,r,n){if("string"==typeof t){if("string"==typeof e?(n=e,e=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),void 0!==n&&"string"!=typeof n)throw TypeError("encoding must be a string");if("string"==typeof n&&!c.isEncoding(n))throw TypeError("Unknown encoding: "+n);if(1===t.length){var i,o=t.charCodeAt(0);("utf8"===n&&o<128||"latin1"===n)&&(t=o)}}else"number"==typeof t?t&=255:"boolean"==typeof t&&(t=Number(t));if(e<0||this.length<e||this.length<r)throw RangeError("Out of range index");if(r<=e)return this;if(e>>>=0,r=void 0===r?this.length:r>>>0,t||(t=0),"number"==typeof t)for(i=e;i<r;++i)this[i]=t;else{var a=c.isBuffer(t)?t:c.from(t,n),s=a.length;if(0===s)throw TypeError('The value "'+t+'" is invalid for argument "value"');for(i=0;i<r-e;++i)this[i+e]=a[i%s]}return this};var E=/[^+/0-9A-Za-z-_]/g;function x(t,e){var r;e=e||1/0;for(var n=t.length,i=null,o=[],a=0;a<n;++a){if((r=t.charCodeAt(a))>55295&&r<57344){if(!i){if(r>56319||a+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=65536+(i-55296<<10|r-56320)}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw Error("Invalid code point");if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return o}function P(t){return i.toByteArray(function(t){if((t=(t=t.split("=")[0]).trim().replace(E,"")).length<2)return"";for(;t.length%4!=0;)t+="=";return t}(t))}function k(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function M(t,e){return t instanceof e||null!=t&&null!=t.constructor&&null!=t.constructor.name&&t.constructor.name===e.name}var I=function(){for(var t="0123456789abcdef",e=Array(256),r=0;r<16;++r)for(var n=16*r,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()},9466:(t,e,r)=>{"use strict";var n=r(6400),i=r(9122),o=i(n("String.prototype.indexOf"));t.exports=function(t,e){var r=n(t,!!e);return"function"==typeof r&&o(t,".prototype.")>-1?i(r):r}},9122:(t,e,r)=>{"use strict";var n=r(2354),i=r(6400),o=r(3900),a=r(2268),s=i("%Function.prototype.apply%"),c=i("%Function.prototype.call%"),u=i("%Reflect.apply%",!0)||n.call(c,s),f=r(988),l=i("%Math.max%");t.exports=function(t){if("function"!=typeof t)throw new a("a function is required");var e=u(n,c,arguments);return o(e,1+l(0,t.length-(arguments.length-1)),!0)};var h=function(){return u(n,s,arguments)};f?f(t.exports,"apply",{value:h}):t.exports.apply=h},2533:(t,e,r)=>{var n=r(9732).Buffer,i=r(7775).Transform,o=r(136).I;function a(t){i.call(this),this.hashMode="string"==typeof t,this.hashMode?this[t]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}r(1679)(a,i),a.prototype.update=function(t,e,r){"string"==typeof t&&(t=n.from(t,e));var i=this._update(t);return this.hashMode?this:(r&&(i=this._toString(i,r)),i)},a.prototype.setAutoPadding=function(){},a.prototype.getAuthTag=function(){throw Error("trying to get auth tag in unsupported state")},a.prototype.setAuthTag=function(){throw Error("trying to set auth tag in unsupported state")},a.prototype.setAAD=function(){throw Error("trying to set aad in unsupported state")},a.prototype._transform=function(t,e,r){var n;try{this.hashMode?this._update(t):this.push(this._update(t))}catch(t){n=t}finally{r(n)}},a.prototype._flush=function(t){var e;try{this.push(this.__final())}catch(t){e=t}t(e)},a.prototype._finalOrDigest=function(t){var e=this.__final()||n.alloc(0);return t&&(e=this._toString(e,t,!0)),e},a.prototype._toString=function(t,e,r){if(this._decoder||(this._decoder=new o(e),this._encoding=e),this._encoding!==e)throw Error("can't switch encodings");var n=this._decoder.write(t);return r&&(n+=this._decoder.end()),n},t.exports=a},7919:(t,e,r)=>{function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t){return Object.prototype.toString.call(t)}e.isArray=function(t){return Array.isArray?Array.isArray(t):"[object Array]"===i(t)},e.isBoolean=function(t){return"boolean"==typeof t},e.isNull=function(t){return null===t},e.isNullOrUndefined=function(t){return null==t},e.isNumber=function(t){return"number"==typeof t},e.isString=function(t){return"string"==typeof t},e.isSymbol=function(t){return"symbol"===n(t)},e.isUndefined=function(t){return void 0===t},e.isRegExp=function(t){return"[object RegExp]"===i(t)},e.isObject=function(t){return"object"===n(t)&&null!==t},e.isDate=function(t){return"[object Date]"===i(t)},e.isError=function(t){return"[object Error]"===i(t)||t instanceof Error},e.isFunction=function(t){return"function"==typeof t},e.isPrimitive=function(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"===n(t)||void 0===t},e.isBuffer=r(5832).Buffer.isBuffer},1005:(t,e,r)=>{var n=r(5832).Buffer,i=r(7312),o=r(7799);t.exports=function(t){return new s(t)};var a={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};function s(t){this.curveType=a[t],this.curveType||(this.curveType={name:t}),this.curve=new i.ec(this.curveType.name),this.keys=void 0}function c(t,e,r){Array.isArray(t)||(t=t.toArray());var i=new n(t);if(r&&i.length<r){var o=new n(r-i.length);o.fill(0),i=n.concat([o,i])}return e?i.toString(e):i}a.p224=a.secp224r1,a.p256=a.secp256r1=a.prime256v1,a.p192=a.secp192r1=a.prime192v1,a.p384=a.secp384r1,a.p521=a.secp521r1,s.prototype.generateKeys=function(t,e){return this.keys=this.curve.genKeyPair(),this.getPublicKey(t,e)},s.prototype.computeSecret=function(t,e,r){return e=e||"utf8",n.isBuffer(t)||(t=new n(t,e)),c(this.curve.keyFromPublic(t).getPublic().mul(this.keys.getPrivate()).getX(),r,this.curveType.byteLength)},s.prototype.getPublicKey=function(t,e){var r=this.keys.getPublic("compressed"===e,!0);return"hybrid"===e&&(r[r.length-1]%2?r[0]=7:r[0]=6),c(r,t)},s.prototype.getPrivateKey=function(t){return c(this.keys.getPrivate(),t)},s.prototype.setPublicKey=function(t,e){return e=e||"utf8",n.isBuffer(t)||(t=new n(t,e)),this.keys._importPublic(t),this},s.prototype.setPrivateKey=function(t,e){e=e||"utf8",n.isBuffer(t)||(t=new n(t,e));var r=new o(t);return r=r.toString(16),this.keys=this.curve.genKeyPair(),this.keys._importPrivate(r),this}},5833:(t,e,r)=>{"use strict";var n=r(1679),i=r(2635),o=r(1058),a=r(3261),s=r(2533);function c(t){s.call(this,"digest"),this._hash=t}n(c,s),c.prototype._update=function(t){this._hash.update(t)},c.prototype._final=function(){return this._hash.digest()},t.exports=function(t){return"md5"===(t=t.toLowerCase())?new i:"rmd160"===t||"ripemd160"===t?new o:new c(a(t))}},3989:(t,e,r)=>{var n=r(2635);t.exports=function(t){return(new n).update(t).digest()}},2046:(t,e,r)=>{"use strict";var n=r(1679),i=r(6583),o=r(2533),a=r(9732).Buffer,s=r(3989),c=r(1058),u=r(3261),f=a.alloc(128);function l(t,e){o.call(this,"digest"),"string"==typeof e&&(e=a.from(e));var r="sha512"===t||"sha384"===t?128:64;this._alg=t,this._key=e,e.length>r?e=("rmd160"===t?new c:u(t)).update(e).digest():e.length<r&&(e=a.concat([e,f],r));for(var n=this._ipad=a.allocUnsafe(r),i=this._opad=a.allocUnsafe(r),s=0;s<r;s++)n[s]=54^e[s],i[s]=92^e[s];this._hash="rmd160"===t?new c:u(t),this._hash.update(n)}n(l,o),l.prototype._update=function(t){this._hash.update(t)},l.prototype._final=function(){var t=this._hash.digest();return("rmd160"===this._alg?new c:u(this._alg)).update(this._opad).update(t).digest()},t.exports=function(t,e){return"rmd160"===(t=t.toLowerCase())||"ripemd160"===t?new l("rmd160",e):"md5"===t?new i(s,e):new l(t,e)}},6583:(t,e,r)=>{"use strict";var n=r(1679),i=r(9732).Buffer,o=r(2533),a=i.alloc(128);function s(t,e){o.call(this,"digest"),"string"==typeof e&&(e=i.from(e)),this._alg=t,this._key=e,e.length>64?e=t(e):e.length<64&&(e=i.concat([e,a],64));for(var r=this._ipad=i.allocUnsafe(64),n=this._opad=i.allocUnsafe(64),s=0;s<64;s++)r[s]=54^e[s],n[s]=92^e[s];this._hash=[r]}n(s,o),s.prototype._update=function(t){this._hash.push(t)},s.prototype._final=function(){var t=this._alg(i.concat(this._hash));return this._alg(i.concat([this._opad,t]))},t.exports=s},8872:(t,e,r)=>{"use strict";e.po=r(4276),r(5833),r(2046);var n=(["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(Object.keys(r(4606))),r(8699));n.pbkdf2,n.pbkdf2Sync;var i=r(9652);i.Cipher,i.createCipher,i.Cipheriv,i.createCipheriv,i.Decipher,i.createDecipher,i.Decipheriv,i.createDecipheriv,i.getCiphers,i.listCiphers;var o=r(9803);o.DiffieHellmanGroup,o.createDiffieHellmanGroup,o.getDiffieHellman,o.createDiffieHellman,o.DiffieHellman;var a=r(7937);a.createSign,a.Sign,a.createVerify,a.Verify,r(1005);var s=r(2327);s.publicEncrypt,s.privateEncrypt,s.publicDecrypt,s.privateDecrypt;var c=r(7952);c.randomFill,c.randomFillSync},6750:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(988),o=r(2288),a=r(2268),s=r(1464);t.exports=function(t,e,r){if(!t||"object"!==n(t)&&"function"!=typeof t)throw new a("`obj` must be an object or a function`");if("string"!=typeof e&&"symbol"!==n(e))throw new a("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new a("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new a("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new a("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new a("`loose`, if provided, must be a boolean");var c=arguments.length>3?arguments[3]:null,u=arguments.length>4?arguments[4]:null,f=arguments.length>5?arguments[5]:null,l=arguments.length>6&&arguments[6],h=!!s&&s(t,e);if(i)i(t,e,{configurable:null===f&&h?h.configurable:!f,enumerable:null===c&&h?h.enumerable:!c,value:r,writable:null===u&&h?h.writable:!u});else{if(!l&&(c||u||f))throw new o("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");t[e]=r}}},2273:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(668),o="function"==typeof Symbol&&"symbol"===n(Symbol("foo")),a=Object.prototype.toString,s=Array.prototype.concat,c=r(6750),u=r(3191)(),f=function(t,e,r,n){if(e in t){if(!0===n){if(t[e]===r)return}else if("function"!=typeof n||"[object Function]"!==a.call(n)||!n())return}u?c(t,e,r,!0):c(t,e,r)},l=function(t,e){var r=arguments.length>2?arguments[2]:{},n=i(e);o&&(n=s.call(n,Object.getOwnPropertySymbols(e)));for(var a=0;a<n.length;a+=1)f(t,n[a],e[n[a]],r[n[a]])};l.supportsDescriptors=!!u,t.exports=l},1471:(t,e,r)=>{"use strict";e.utils=r(9473),e.Cipher=r(365),e.DES=r(1048),e.CBC=r(6754),e.EDE=r(1368)},6754:(t,e,r)=>{"use strict";var n=r(3528),i=r(1679),o={};function a(t){n.equal(t.length,8,"Invalid IV length"),this.iv=Array(8);for(var e=0;e<this.iv.length;e++)this.iv[e]=t[e]}e.instantiate=function(t){function e(e){t.call(this,e),this._cbcInit()}i(e,t);for(var r=Object.keys(o),n=0;n<r.length;n++){var a=r[n];e.prototype[a]=o[a]}return e.create=function(t){return new e(t)},e},o._cbcInit=function(){var t=new a(this.options.iv);this._cbcState=t},o._update=function(t,e,r,n){var i=this._cbcState,o=this.constructor.super_.prototype,a=i.iv;if("encrypt"===this.type){for(var s=0;s<this.blockSize;s++)a[s]^=t[e+s];for(o._update.call(this,a,0,r,n),s=0;s<this.blockSize;s++)a[s]=r[n+s]}else{for(o._update.call(this,t,e,r,n),s=0;s<this.blockSize;s++)r[n+s]^=a[s];for(s=0;s<this.blockSize;s++)a[s]=t[e+s]}}},365:(t,e,r)=>{"use strict";var n=r(3528);function i(t){this.options=t,this.type=this.options.type,this.blockSize=8,this._init(),this.buffer=Array(this.blockSize),this.bufferOff=0,this.padding=!1!==t.padding}t.exports=i,i.prototype._init=function(){},i.prototype.update=function(t){return 0===t.length?[]:"decrypt"===this.type?this._updateDecrypt(t):this._updateEncrypt(t)},i.prototype._buffer=function(t,e){for(var r=Math.min(this.buffer.length-this.bufferOff,t.length-e),n=0;n<r;n++)this.buffer[this.bufferOff+n]=t[e+n];return this.bufferOff+=r,r},i.prototype._flushBuffer=function(t,e){return this._update(this.buffer,0,t,e),this.bufferOff=0,this.blockSize},i.prototype._updateEncrypt=function(t){var e=0,r=0,n=Array(((this.bufferOff+t.length)/this.blockSize|0)*this.blockSize);0!==this.bufferOff&&(e+=this._buffer(t,e),this.bufferOff===this.buffer.length&&(r+=this._flushBuffer(n,r)));for(var i=t.length-(t.length-e)%this.blockSize;e<i;e+=this.blockSize)this._update(t,e,n,r),r+=this.blockSize;for(;e<t.length;e++,this.bufferOff++)this.buffer[this.bufferOff]=t[e];return n},i.prototype._updateDecrypt=function(t){for(var e=0,r=0,n=Math.ceil((this.bufferOff+t.length)/this.blockSize)-1,i=Array(n*this.blockSize);n>0;n--)e+=this._buffer(t,e),r+=this._flushBuffer(i,r);return e+=this._buffer(t,e),i},i.prototype.final=function(t){var e,r;return t&&(e=this.update(t)),r="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),e?e.concat(r):r},i.prototype._pad=function(t,e){if(0===e)return!1;for(;e<t.length;)t[e++]=0;return!0},i.prototype._finalEncrypt=function(){if(!this._pad(this.buffer,this.bufferOff))return[];var t=Array(this.blockSize);return this._update(this.buffer,0,t,0),t},i.prototype._unpad=function(t){return t},i.prototype._finalDecrypt=function(){n.equal(this.bufferOff,this.blockSize,"Not enough data to decrypt");var t=Array(this.blockSize);return this._flushBuffer(t,0),this._unpad(t)}},1048:(t,e,r)=>{"use strict";var n=r(3528),i=r(1679),o=r(9473),a=r(365);function s(){this.tmp=[,,],this.keys=null}function c(t){a.call(this,t);var e=new s;this._desState=e,this.deriveKeys(e,t.key)}i(c,a),t.exports=c,c.create=function(t){return new c(t)};var u=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];c.prototype.deriveKeys=function(t,e){t.keys=Array(32),n.equal(e.length,this.blockSize,"Invalid key length");var r=o.readUInt32BE(e,0),i=o.readUInt32BE(e,4);o.pc1(r,i,t.tmp,0),r=t.tmp[0],i=t.tmp[1];for(var a=0;a<t.keys.length;a+=2){var s=u[a>>>1];r=o.r28shl(r,s),i=o.r28shl(i,s),o.pc2(r,i,t.keys,a)}},c.prototype._update=function(t,e,r,n){var i=this._desState,a=o.readUInt32BE(t,e),s=o.readUInt32BE(t,e+4);o.ip(a,s,i.tmp,0),a=i.tmp[0],s=i.tmp[1],"encrypt"===this.type?this._encrypt(i,a,s,i.tmp,0):this._decrypt(i,a,s,i.tmp,0),a=i.tmp[0],s=i.tmp[1],o.writeUInt32BE(r,a,n),o.writeUInt32BE(r,s,n+4)},c.prototype._pad=function(t,e){if(!1===this.padding)return!1;for(var r=t.length-e,n=e;n<t.length;n++)t[n]=r;return!0},c.prototype._unpad=function(t){if(!1===this.padding)return t;for(var e=t[t.length-1],r=t.length-e;r<t.length;r++)n.equal(t[r],e);return t.slice(0,t.length-e)},c.prototype._encrypt=function(t,e,r,n,i){for(var a=e,s=r,c=0;c<t.keys.length;c+=2){var u=t.keys[c],f=t.keys[c+1];o.expand(s,t.tmp,0),u^=t.tmp[0],f^=t.tmp[1];var l=o.substitute(u,f),h=s;s=(a^o.permute(l))>>>0,a=h}o.rip(s,a,n,i)},c.prototype._decrypt=function(t,e,r,n,i){for(var a=r,s=e,c=t.keys.length-2;c>=0;c-=2){var u=t.keys[c],f=t.keys[c+1];o.expand(a,t.tmp,0),u^=t.tmp[0],f^=t.tmp[1];var l=o.substitute(u,f),h=a;a=(s^o.permute(l))>>>0,s=h}o.rip(a,s,n,i)}},1368:(t,e,r)=>{"use strict";var n=r(3528),i=r(1679),o=r(365),a=r(1048);function s(t,e){n.equal(e.length,24,"Invalid key length");var r=e.slice(0,8),i=e.slice(8,16),o=e.slice(16,24);this.ciphers="encrypt"===t?[a.create({type:"encrypt",key:r}),a.create({type:"decrypt",key:i}),a.create({type:"encrypt",key:o})]:[a.create({type:"decrypt",key:o}),a.create({type:"encrypt",key:i}),a.create({type:"decrypt",key:r})]}function c(t){o.call(this,t);var e=new s(this.type,this.options.key);this._edeState=e}i(c,o),t.exports=c,c.create=function(t){return new c(t)},c.prototype._update=function(t,e,r,n){var i=this._edeState;i.ciphers[0]._update(t,e,r,n),i.ciphers[1]._update(r,n,r,n),i.ciphers[2]._update(r,n,r,n)},c.prototype._pad=a.prototype._pad,c.prototype._unpad=a.prototype._unpad},9473:(t,e)=>{"use strict";e.readUInt32BE=function(t,e){return(t[0+e]<<24|t[1+e]<<16|t[2+e]<<8|t[3+e])>>>0},e.writeUInt32BE=function(t,e,r){t[0+r]=e>>>24,t[1+r]=e>>>16&255,t[2+r]=e>>>8&255,t[3+r]=255&e},e.ip=function(t,e,r,n){for(var i=0,o=0,a=6;a>=0;a-=2){for(var s=0;s<=24;s+=8)i<<=1,i|=e>>>s+a&1;for(s=0;s<=24;s+=8)i<<=1,i|=t>>>s+a&1}for(a=6;a>=0;a-=2){for(s=1;s<=25;s+=8)o<<=1,o|=e>>>s+a&1;for(s=1;s<=25;s+=8)o<<=1,o|=t>>>s+a&1}r[n+0]=i>>>0,r[n+1]=o>>>0},e.rip=function(t,e,r,n){for(var i=0,o=0,a=0;a<4;a++)for(var s=24;s>=0;s-=8)i<<=1,i|=e>>>s+a&1,i<<=1,i|=t>>>s+a&1;for(a=4;a<8;a++)for(s=24;s>=0;s-=8)o<<=1,o|=e>>>s+a&1,o<<=1,o|=t>>>s+a&1;r[n+0]=i>>>0,r[n+1]=o>>>0},e.pc1=function(t,e,r,n){for(var i=0,o=0,a=7;a>=5;a--){for(var s=0;s<=24;s+=8)i<<=1,i|=e>>s+a&1;for(s=0;s<=24;s+=8)i<<=1,i|=t>>s+a&1}for(s=0;s<=24;s+=8)i<<=1,i|=e>>s+a&1;for(a=1;a<=3;a++){for(s=0;s<=24;s+=8)o<<=1,o|=e>>s+a&1;for(s=0;s<=24;s+=8)o<<=1,o|=t>>s+a&1}for(s=0;s<=24;s+=8)o<<=1,o|=t>>s+a&1;r[n+0]=i>>>0,r[n+1]=o>>>0},e.r28shl=function(t,e){return t<<e&268435455|t>>>28-e};var r=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];e.pc2=function(t,e,n,i){for(var o=0,a=0,s=r.length>>>1,c=0;c<s;c++)o<<=1,o|=t>>>r[c]&1;for(c=s;c<r.length;c++)a<<=1,a|=e>>>r[c]&1;n[i+0]=o>>>0,n[i+1]=a>>>0},e.expand=function(t,e,r){var n=0,i=0;n=(1&t)<<5|t>>>27;for(var o=23;o>=15;o-=4)n<<=6,n|=t>>>o&63;for(o=11;o>=3;o-=4)i|=t>>>o&63,i<<=6;i|=(31&t)<<1|t>>>31,e[r+0]=n>>>0,e[r+1]=i>>>0};var n=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];e.substitute=function(t,e){for(var r=0,i=0;i<4;i++)r<<=4,r|=n[64*i+(t>>>18-6*i&63)];for(i=0;i<4;i++)r<<=4,r|=n[256+64*i+(e>>>18-6*i&63)];return r>>>0};var i=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];e.permute=function(t){for(var e=0,r=0;r<i.length;r++)e<<=1,e|=t>>>i[r]&1;return e>>>0},e.padSplit=function(t,e,r){for(var n=t.toString(2);n.length<e;)n="0"+n;for(var i=[],o=0;o<e;o+=r)i.push(n.slice(o,o+r));return i.join(" ")}},9803:(t,e,r)=>{var n=r(5832).Buffer,i=r(1673),o=r(3241),a=r(8151),s={binary:!0,hex:!0,base64:!0};e.DiffieHellmanGroup=e.createDiffieHellmanGroup=e.getDiffieHellman=function(t){return new a(new n(o[t].prime,"hex"),new n(o[t].gen,"hex"))},e.createDiffieHellman=e.DiffieHellman=function t(e,r,o,c){return n.isBuffer(r)||void 0===s[r]?t(e,"binary",r,o):(r=r||"binary",c=c||"binary",o=o||new n([2]),n.isBuffer(o)||(o=new n(o,c)),"number"==typeof e?new a(i(e,o),o,!0):(n.isBuffer(e)||(e=new n(e,r)),new a(e,o,!0)))}},8151:(t,e,r)=>{var n=r(5832).Buffer,i=r(7799),o=new(r(1257)),a=new i(24),s=new i(11),c=new i(10),u=new i(3),f=new i(7),l=r(1673),h=r(4276);function p(t,e){return e=e||"utf8",n.isBuffer(t)||(t=new n(t,e)),this._pub=new i(t),this}function d(t,e){return e=e||"utf8",n.isBuffer(t)||(t=new n(t,e)),this._priv=new i(t),this}t.exports=b;var y={};function b(t,e,r){this.setGenerator(e),this.__prime=new i(t),this._prime=i.mont(this.__prime),this._primeLen=t.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,r?(this.setPublicKey=p,this.setPrivateKey=d):this._primeCode=8}function m(t,e){var r=new n(t.toArray());return e?r.toString(e):r}Object.defineProperty(b.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!=typeof this._primeCode&&(this._primeCode=function(t,e){var r=e.toString("hex"),n=[r,t.toString(16)].join("_");if(n in y)return y[n];var i,h=0;if(t.isEven()||!l.simpleSieve||!l.fermatTest(t)||!o.test(t))return h+=1+("02"===r||"05"===r?8:4),y[n]=h,h;switch(o.test(t.shrn(1))||(h+=2),r){case"02":t.mod(a).cmp(s)&&(h+=8);break;case"05":(i=t.mod(c)).cmp(u)&&i.cmp(f)&&(h+=8);break;default:h+=4}return y[n]=h,h}(this.__prime,this.__gen)),this._primeCode}}),b.prototype.generateKeys=function(){return this._priv||(this._priv=new i(h(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},b.prototype.computeSecret=function(t){var e=new n((t=(t=new i(t)).toRed(this._prime)).redPow(this._priv).fromRed().toArray()),r=this.getPrime();if(e.length<r.length){var o=new n(r.length-e.length);o.fill(0),e=n.concat([o,e])}return e},b.prototype.getPublicKey=function(t){return m(this._pub,t)},b.prototype.getPrivateKey=function(t){return m(this._priv,t)},b.prototype.getPrime=function(t){return m(this.__prime,t)},b.prototype.getGenerator=function(t){return m(this._gen,t)},b.prototype.setGenerator=function(t,e){return e=e||"utf8",n.isBuffer(t)||(t=new n(t,e)),this.__gen=t,this._gen=new i(t),this}},1673:(t,e,r)=>{var n=r(4276);t.exports=m,m.simpleSieve=y,m.fermatTest=b;var i=r(7799),o=new i(24),a=new(r(1257)),s=new i(1),c=new i(2),u=new i(5),f=(new i(16),new i(8),new i(10)),l=new i(3),h=(new i(7),new i(11)),p=new i(4),d=(new i(12),null);function y(t){for(var e=function(){if(null!==d)return d;var t=[];t[0]=2;for(var e=1,r=3;r<1048576;r+=2){for(var n=Math.ceil(Math.sqrt(r)),i=0;i<e&&t[i]<=n&&r%t[i]!=0;i++);e!==i&&t[i]<=n||(t[e++]=r)}return d=t,t}(),r=0;r<e.length;r++)if(0===t.modn(e[r]))return 0===t.cmpn(e[r]);return!0}function b(t){var e=i.mont(t);return 0===c.toRed(e).redPow(t.subn(1)).fromRed().cmpn(1)}function m(t,e){var r,d;if(t<16)return new i(2===e||5===e?[140,123]:[140,39]);for(e=new i(e);;){for(r=new i(n(Math.ceil(t/8)));r.bitLength()>t;)r.ishrn(1);if(r.isEven()&&r.iadd(s),r.testn(1)||r.iadd(c),e.cmp(c)){if(!e.cmp(u))for(;r.mod(f).cmp(l);)r.iadd(p)}else for(;r.mod(o).cmp(h);)r.iadd(p);if(y(d=r.shrn(1))&&y(r)&&b(d)&&b(r)&&a.test(d)&&a.test(r))return r}}},7312:(t,e,r)=>{"use strict";e.version=r(1636).rE,e.utils=r(1970),e.rand=r(8904),e.curve=r(5803),e.curves=r(6379),e.ec=r(7416),e.eddsa=r(4919)},3334:(t,e,r)=>{"use strict";var n=r(7799),i=r(1970),o=i.getNAF,a=i.getJSF,s=i.assert;function c(t,e){this.type=t,this.p=new n(e.p,16),this.red=e.prime?n.red(e.prime):n.mont(this.p),this.zero=new n(0).toRed(this.red),this.one=new n(1).toRed(this.red),this.two=new n(2).toRed(this.red),this.n=e.n&&new n(e.n,16),this.g=e.g&&this.pointFromJSON(e.g,e.gRed),this._wnafT1=[,,,,],this._wnafT2=[,,,,],this._wnafT3=[,,,,],this._wnafT4=[,,,,],this._bitLength=this.n?this.n.bitLength():0;var r=this.n&&this.p.div(this.n);!r||r.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function u(t,e){this.curve=t,this.type=e,this.precomputed=null}t.exports=c,c.prototype.point=function(){throw Error("Not implemented")},c.prototype.validate=function(){throw Error("Not implemented")},c.prototype._fixedNafMul=function(t,e){s(t.precomputed);var r=t._getDoubles(),n=o(e,1,this._bitLength),i=(1<<r.step+1)-(r.step%2==0?2:1);i/=3;var a,c,u=[];for(a=0;a<n.length;a+=r.step){c=0;for(var f=a+r.step-1;f>=a;f--)c=(c<<1)+n[f];u.push(c)}for(var l=this.jpoint(null,null,null),h=this.jpoint(null,null,null),p=i;p>0;p--){for(a=0;a<u.length;a++)(c=u[a])===p?h=h.mixedAdd(r.points[a]):c===-p&&(h=h.mixedAdd(r.points[a].neg()));l=l.add(h)}return l.toP()},c.prototype._wnafMul=function(t,e){var r=4,n=t._getNAFPoints(r);r=n.wnd;for(var i=n.points,a=o(e,r,this._bitLength),c=this.jpoint(null,null,null),u=a.length-1;u>=0;u--){for(var f=0;u>=0&&0===a[u];u--)f++;if(u>=0&&f++,c=c.dblp(f),u<0)break;var l=a[u];s(0!==l),c="affine"===t.type?l>0?c.mixedAdd(i[l-1>>1]):c.mixedAdd(i[-l-1>>1].neg()):l>0?c.add(i[l-1>>1]):c.add(i[-l-1>>1].neg())}return"affine"===t.type?c.toP():c},c.prototype._wnafMulAdd=function(t,e,r,n,i){var s,c,u,f=this._wnafT1,l=this._wnafT2,h=this._wnafT3,p=0;for(s=0;s<n;s++){var d=(u=e[s])._getNAFPoints(t);f[s]=d.wnd,l[s]=d.points}for(s=n-1;s>=1;s-=2){var y=s-1,b=s;if(1===f[y]&&1===f[b]){var m=[e[y],null,null,e[b]];0===e[y].y.cmp(e[b].y)?(m[1]=e[y].add(e[b]),m[2]=e[y].toJ().mixedAdd(e[b].neg())):0===e[y].y.cmp(e[b].y.redNeg())?(m[1]=e[y].toJ().mixedAdd(e[b]),m[2]=e[y].add(e[b].neg())):(m[1]=e[y].toJ().mixedAdd(e[b]),m[2]=e[y].toJ().mixedAdd(e[b].neg()));var v=[-3,-1,-5,-7,0,7,5,1,3],g=a(r[y],r[b]);for(p=Math.max(g[0].length,p),h[y]=Array(p),h[b]=Array(p),c=0;c<p;c++){var _=0|g[0][c],w=0|g[1][c];h[y][c]=v[3*(_+1)+(w+1)],h[b][c]=0,l[y]=m}}else h[y]=o(r[y],f[y],this._bitLength),h[b]=o(r[b],f[b],this._bitLength),p=Math.max(h[y].length,p),p=Math.max(h[b].length,p)}var S=this.jpoint(null,null,null),O=this._wnafT4;for(s=p;s>=0;s--){for(var j=0;s>=0;){var $=!0;for(c=0;c<n;c++)O[c]=0|h[c][s],0!==O[c]&&($=!1);if(!$)break;j++,s--}if(s>=0&&j++,S=S.dblp(j),s<0)break;for(c=0;c<n;c++){var A=O[c];0!==A&&(A>0?u=l[c][A-1>>1]:A<0&&(u=l[c][-A-1>>1].neg()),S="affine"===u.type?S.mixedAdd(u):S.add(u))}}for(s=0;s<n;s++)l[s]=null;return i?S:S.toP()},c.BasePoint=u,u.prototype.eq=function(){throw Error("Not implemented")},u.prototype.validate=function(){return this.curve.validate(this)},c.prototype.decodePoint=function(t,e){t=i.toArray(t,e);var r=this.p.byteLength();if((4===t[0]||6===t[0]||7===t[0])&&t.length-1==2*r)return 6===t[0]?s(t[t.length-1]%2==0):7===t[0]&&s(t[t.length-1]%2==1),this.point(t.slice(1,1+r),t.slice(1+r,1+2*r));if((2===t[0]||3===t[0])&&t.length-1===r)return this.pointFromX(t.slice(1,1+r),3===t[0]);throw Error("Unknown point format")},u.prototype.encodeCompressed=function(t){return this.encode(t,!0)},u.prototype._encode=function(t){var e=this.curve.p.byteLength(),r=this.getX().toArray("be",e);return t?[this.getY().isEven()?2:3].concat(r):[4].concat(r,this.getY().toArray("be",e))},u.prototype.encode=function(t,e){return i.encode(this._encode(e),t)},u.prototype.precompute=function(t){if(this.precomputed)return this;var e={doubles:null,naf:null,beta:null};return e.naf=this._getNAFPoints(8),e.doubles=this._getDoubles(4,t),e.beta=this._getBeta(),this.precomputed=e,this},u.prototype._hasDoubles=function(t){if(!this.precomputed)return!1;var e=this.precomputed.doubles;return!!e&&e.points.length>=Math.ceil((t.bitLength()+1)/e.step)},u.prototype._getDoubles=function(t,e){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var r=[this],n=this,i=0;i<e;i+=t){for(var o=0;o<t;o++)n=n.dbl();r.push(n)}return{step:t,points:r}},u.prototype._getNAFPoints=function(t){if(this.precomputed&&this.precomputed.naf)return this.precomputed.naf;for(var e=[this],r=(1<<t)-1,n=1===r?null:this.dbl(),i=1;i<r;i++)e[i]=e[i-1].add(n);return{wnd:t,points:e}},u.prototype._getBeta=function(){return null},u.prototype.dblp=function(t){for(var e=this,r=0;r<t;r++)e=e.dbl();return e}},9723:(t,e,r)=>{"use strict";var n=r(1970),i=r(7799),o=r(1679),a=r(3334),s=n.assert;function c(t){this.twisted=1!=(0|t.a),this.mOneA=this.twisted&&-1==(0|t.a),this.extended=this.mOneA,a.call(this,"edwards",t),this.a=new i(t.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new i(t.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new i(t.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),s(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1==(0|t.c)}function u(t,e,r,n,o){a.BasePoint.call(this,t,"projective"),null===e&&null===r&&null===n?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new i(e,16),this.y=new i(r,16),this.z=n?new i(n,16):this.curve.one,this.t=o&&new i(o,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}o(c,a),t.exports=c,c.prototype._mulA=function(t){return this.mOneA?t.redNeg():this.a.redMul(t)},c.prototype._mulC=function(t){return this.oneC?t:this.c.redMul(t)},c.prototype.jpoint=function(t,e,r,n){return this.point(t,e,r,n)},c.prototype.pointFromX=function(t,e){(t=new i(t,16)).red||(t=t.toRed(this.red));var r=t.redSqr(),n=this.c2.redSub(this.a.redMul(r)),o=this.one.redSub(this.c2.redMul(this.d).redMul(r)),a=n.redMul(o.redInvm()),s=a.redSqrt();if(0!==s.redSqr().redSub(a).cmp(this.zero))throw Error("invalid point");var c=s.fromRed().isOdd();return(e&&!c||!e&&c)&&(s=s.redNeg()),this.point(t,s)},c.prototype.pointFromY=function(t,e){(t=new i(t,16)).red||(t=t.toRed(this.red));var r=t.redSqr(),n=r.redSub(this.c2),o=r.redMul(this.d).redMul(this.c2).redSub(this.a),a=n.redMul(o.redInvm());if(0===a.cmp(this.zero)){if(e)throw Error("invalid point");return this.point(this.zero,t)}var s=a.redSqrt();if(0!==s.redSqr().redSub(a).cmp(this.zero))throw Error("invalid point");return s.fromRed().isOdd()!==e&&(s=s.redNeg()),this.point(s,t)},c.prototype.validate=function(t){if(t.isInfinity())return!0;t.normalize();var e=t.x.redSqr(),r=t.y.redSqr(),n=e.redMul(this.a).redAdd(r),i=this.c2.redMul(this.one.redAdd(this.d.redMul(e).redMul(r)));return 0===n.cmp(i)},o(u,a.BasePoint),c.prototype.pointFromJSON=function(t){return u.fromJSON(this,t)},c.prototype.point=function(t,e,r,n){return new u(this,t,e,r,n)},u.fromJSON=function(t,e){return new u(t,e[0],e[1],e[2])},u.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"},u.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},u.prototype._extDbl=function(){var t=this.x.redSqr(),e=this.y.redSqr(),r=this.z.redSqr();r=r.redIAdd(r);var n=this.curve._mulA(t),i=this.x.redAdd(this.y).redSqr().redISub(t).redISub(e),o=n.redAdd(e),a=o.redSub(r),s=n.redSub(e),c=i.redMul(a),u=o.redMul(s),f=i.redMul(s),l=a.redMul(o);return this.curve.point(c,u,l,f)},u.prototype._projDbl=function(){var t,e,r,n,i,o,a=this.x.redAdd(this.y).redSqr(),s=this.x.redSqr(),c=this.y.redSqr();if(this.curve.twisted){var u=(n=this.curve._mulA(s)).redAdd(c);this.zOne?(t=a.redSub(s).redSub(c).redMul(u.redSub(this.curve.two)),e=u.redMul(n.redSub(c)),r=u.redSqr().redSub(u).redSub(u)):(i=this.z.redSqr(),o=u.redSub(i).redISub(i),t=a.redSub(s).redISub(c).redMul(o),e=u.redMul(n.redSub(c)),r=u.redMul(o))}else n=s.redAdd(c),i=this.curve._mulC(this.z).redSqr(),o=n.redSub(i).redSub(i),t=this.curve._mulC(a.redISub(n)).redMul(o),e=this.curve._mulC(n).redMul(s.redISub(c)),r=n.redMul(o);return this.curve.point(t,e,r)},u.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},u.prototype._extAdd=function(t){var e=this.y.redSub(this.x).redMul(t.y.redSub(t.x)),r=this.y.redAdd(this.x).redMul(t.y.redAdd(t.x)),n=this.t.redMul(this.curve.dd).redMul(t.t),i=this.z.redMul(t.z.redAdd(t.z)),o=r.redSub(e),a=i.redSub(n),s=i.redAdd(n),c=r.redAdd(e),u=o.redMul(a),f=s.redMul(c),l=o.redMul(c),h=a.redMul(s);return this.curve.point(u,f,h,l)},u.prototype._projAdd=function(t){var e,r,n=this.z.redMul(t.z),i=n.redSqr(),o=this.x.redMul(t.x),a=this.y.redMul(t.y),s=this.curve.d.redMul(o).redMul(a),c=i.redSub(s),u=i.redAdd(s),f=this.x.redAdd(this.y).redMul(t.x.redAdd(t.y)).redISub(o).redISub(a),l=n.redMul(c).redMul(f);return this.curve.twisted?(e=n.redMul(u).redMul(a.redSub(this.curve._mulA(o))),r=c.redMul(u)):(e=n.redMul(u).redMul(a.redSub(o)),r=this.curve._mulC(c).redMul(u)),this.curve.point(l,e,r)},u.prototype.add=function(t){return this.isInfinity()?t:t.isInfinity()?this:this.curve.extended?this._extAdd(t):this._projAdd(t)},u.prototype.mul=function(t){return this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve._wnafMul(this,t)},u.prototype.mulAdd=function(t,e,r){return this.curve._wnafMulAdd(1,[this,e],[t,r],2,!1)},u.prototype.jmulAdd=function(t,e,r){return this.curve._wnafMulAdd(1,[this,e],[t,r],2,!0)},u.prototype.normalize=function(){if(this.zOne)return this;var t=this.z.redInvm();return this.x=this.x.redMul(t),this.y=this.y.redMul(t),this.t&&(this.t=this.t.redMul(t)),this.z=this.curve.one,this.zOne=!0,this},u.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},u.prototype.getX=function(){return this.normalize(),this.x.fromRed()},u.prototype.getY=function(){return this.normalize(),this.y.fromRed()},u.prototype.eq=function(t){return this===t||0===this.getX().cmp(t.getX())&&0===this.getY().cmp(t.getY())},u.prototype.eqXToP=function(t){var e=t.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(e))return!0;for(var r=t.clone(),n=this.curve.redN.redMul(this.z);;){if(r.iadd(this.curve.n),r.cmp(this.curve.p)>=0)return!1;if(e.redIAdd(n),0===this.x.cmp(e))return!0}},u.prototype.toP=u.prototype.normalize,u.prototype.mixedAdd=u.prototype.add},5803:(t,e,r)=>{"use strict";e.base=r(3334),e.short=r(5045),e.mont=r(3453),e.edwards=r(9723)},3453:(t,e,r)=>{"use strict";var n=r(7799),i=r(1679),o=r(3334),a=r(1970);function s(t){o.call(this,"mont",t),this.a=new n(t.a,16).toRed(this.red),this.b=new n(t.b,16).toRed(this.red),this.i4=new n(4).toRed(this.red).redInvm(),this.two=new n(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function c(t,e,r){o.BasePoint.call(this,t,"projective"),null===e&&null===r?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new n(e,16),this.z=new n(r,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}i(s,o),t.exports=s,s.prototype.validate=function(t){var e=t.normalize().x,r=e.redSqr(),n=r.redMul(e).redAdd(r.redMul(this.a)).redAdd(e);return 0===n.redSqrt().redSqr().cmp(n)},i(c,o.BasePoint),s.prototype.decodePoint=function(t,e){return this.point(a.toArray(t,e),1)},s.prototype.point=function(t,e){return new c(this,t,e)},s.prototype.pointFromJSON=function(t){return c.fromJSON(this,t)},c.prototype.precompute=function(){},c.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},c.fromJSON=function(t,e){return new c(t,e[0],e[1]||t.one)},c.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" z: "+this.z.fromRed().toString(16,2)+">"},c.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},c.prototype.dbl=function(){var t=this.x.redAdd(this.z).redSqr(),e=this.x.redSub(this.z).redSqr(),r=t.redSub(e),n=t.redMul(e),i=r.redMul(e.redAdd(this.curve.a24.redMul(r)));return this.curve.point(n,i)},c.prototype.add=function(){throw Error("Not supported on Montgomery curve")},c.prototype.diffAdd=function(t,e){var r=this.x.redAdd(this.z),n=this.x.redSub(this.z),i=t.x.redAdd(t.z),o=t.x.redSub(t.z).redMul(r),a=i.redMul(n),s=e.z.redMul(o.redAdd(a).redSqr()),c=e.x.redMul(o.redISub(a).redSqr());return this.curve.point(s,c)},c.prototype.mul=function(t){for(var e=t.clone(),r=this,n=this.curve.point(null,null),i=[];0!==e.cmpn(0);e.iushrn(1))i.push(e.andln(1));for(var o=i.length-1;o>=0;o--)0===i[o]?(r=r.diffAdd(n,this),n=n.dbl()):(n=r.diffAdd(n,this),r=r.dbl());return n},c.prototype.mulAdd=function(){throw Error("Not supported on Montgomery curve")},c.prototype.jumlAdd=function(){throw Error("Not supported on Montgomery curve")},c.prototype.eq=function(t){return 0===this.getX().cmp(t.getX())},c.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},c.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},5045:(t,e,r)=>{"use strict";var n=r(1970),i=r(7799),o=r(1679),a=r(3334),s=n.assert;function c(t){a.call(this,"short",t),this.a=new i(t.a,16).toRed(this.red),this.b=new i(t.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(t),this._endoWnafT1=[,,,,],this._endoWnafT2=[,,,,]}function u(t,e,r,n){a.BasePoint.call(this,t,"affine"),null===e&&null===r?(this.x=null,this.y=null,this.inf=!0):(this.x=new i(e,16),this.y=new i(r,16),n&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function f(t,e,r,n){a.BasePoint.call(this,t,"jacobian"),null===e&&null===r&&null===n?(this.x=this.curve.one,this.y=this.curve.one,this.z=new i(0)):(this.x=new i(e,16),this.y=new i(r,16),this.z=new i(n,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}o(c,a),t.exports=c,c.prototype._getEndomorphism=function(t){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var e,r;if(t.beta)e=new i(t.beta,16).toRed(this.red);else{var n=this._getEndoRoots(this.p);e=(e=0>n[0].cmp(n[1])?n[0]:n[1]).toRed(this.red)}if(t.lambda)r=new i(t.lambda,16);else{var o=this._getEndoRoots(this.n);0===this.g.mul(o[0]).x.cmp(this.g.x.redMul(e))?r=o[0]:(r=o[1],s(0===this.g.mul(r).x.cmp(this.g.x.redMul(e))))}return{beta:e,lambda:r,basis:t.basis?t.basis.map(function(t){return{a:new i(t.a,16),b:new i(t.b,16)}}):this._getEndoBasis(r)}}},c.prototype._getEndoRoots=function(t){var e=t===this.p?this.red:i.mont(t),r=new i(2).toRed(e).redInvm(),n=r.redNeg(),o=new i(3).toRed(e).redNeg().redSqrt().redMul(r);return[n.redAdd(o).fromRed(),n.redSub(o).fromRed()]},c.prototype._getEndoBasis=function(t){for(var e,r,n,o,a,s,c,u,f,l=this.n.ushrn(Math.floor(this.n.bitLength()/2)),h=t,p=this.n.clone(),d=new i(1),y=new i(0),b=new i(0),m=new i(1),v=0;0!==h.cmpn(0);){var g=p.div(h);u=p.sub(g.mul(h)),f=b.sub(g.mul(d));var _=m.sub(g.mul(y));if(!n&&0>u.cmp(l))e=c.neg(),r=d,n=u.neg(),o=f;else if(n&&2==++v)break;c=u,p=h,h=u,b=d,d=f,m=y,y=_}a=u.neg(),s=f;var w=n.sqr().add(o.sqr());return a.sqr().add(s.sqr()).cmp(w)>=0&&(a=e,s=r),n.negative&&(n=n.neg(),o=o.neg()),a.negative&&(a=a.neg(),s=s.neg()),[{a:n,b:o},{a,b:s}]},c.prototype._endoSplit=function(t){var e=this.endo.basis,r=e[0],n=e[1],i=n.b.mul(t).divRound(this.n),o=r.b.neg().mul(t).divRound(this.n),a=i.mul(r.a),s=o.mul(n.a),c=i.mul(r.b),u=o.mul(n.b);return{k1:t.sub(a).sub(s),k2:c.add(u).neg()}},c.prototype.pointFromX=function(t,e){(t=new i(t,16)).red||(t=t.toRed(this.red));var r=t.redSqr().redMul(t).redIAdd(t.redMul(this.a)).redIAdd(this.b),n=r.redSqrt();if(0!==n.redSqr().redSub(r).cmp(this.zero))throw Error("invalid point");var o=n.fromRed().isOdd();return(e&&!o||!e&&o)&&(n=n.redNeg()),this.point(t,n)},c.prototype.validate=function(t){if(t.inf)return!0;var e=t.x,r=t.y,n=this.a.redMul(e),i=e.redSqr().redMul(e).redIAdd(n).redIAdd(this.b);return 0===r.redSqr().redISub(i).cmpn(0)},c.prototype._endoWnafMulAdd=function(t,e,r){for(var n=this._endoWnafT1,i=this._endoWnafT2,o=0;o<t.length;o++){var a=this._endoSplit(e[o]),s=t[o],c=s._getBeta();a.k1.negative&&(a.k1.ineg(),s=s.neg(!0)),a.k2.negative&&(a.k2.ineg(),c=c.neg(!0)),n[2*o]=s,n[2*o+1]=c,i[2*o]=a.k1,i[2*o+1]=a.k2}for(var u=this._wnafMulAdd(1,n,i,2*o,r),f=0;f<2*o;f++)n[f]=null,i[f]=null;return u},o(u,a.BasePoint),c.prototype.point=function(t,e,r){return new u(this,t,e,r)},c.prototype.pointFromJSON=function(t,e){return u.fromJSON(this,t,e)},u.prototype._getBeta=function(){if(this.curve.endo){var t=this.precomputed;if(t&&t.beta)return t.beta;var e=this.curve.point(this.x.redMul(this.curve.endo.beta),this.y);if(t){var r=this.curve,n=function(t){return r.point(t.x.redMul(r.endo.beta),t.y)};t.beta=e,e.precomputed={beta:null,naf:t.naf&&{wnd:t.naf.wnd,points:t.naf.points.map(n)},doubles:t.doubles&&{step:t.doubles.step,points:t.doubles.points.map(n)}}}return e}},u.prototype.toJSON=function(){return this.precomputed?[this.x,this.y,this.precomputed&&{doubles:this.precomputed.doubles&&{step:this.precomputed.doubles.step,points:this.precomputed.doubles.points.slice(1)},naf:this.precomputed.naf&&{wnd:this.precomputed.naf.wnd,points:this.precomputed.naf.points.slice(1)}}]:[this.x,this.y]},u.fromJSON=function(t,e,r){"string"==typeof e&&(e=JSON.parse(e));var n=t.point(e[0],e[1],r);if(!e[2])return n;function i(e){return t.point(e[0],e[1],r)}var o=e[2];return n.precomputed={beta:null,doubles:o.doubles&&{step:o.doubles.step,points:[n].concat(o.doubles.points.map(i))},naf:o.naf&&{wnd:o.naf.wnd,points:[n].concat(o.naf.points.map(i))}},n},u.prototype.inspect=function(){return this.isInfinity()?"<EC Point Infinity>":"<EC Point x: "+this.x.fromRed().toString(16,2)+" y: "+this.y.fromRed().toString(16,2)+">"},u.prototype.isInfinity=function(){return this.inf},u.prototype.add=function(t){if(this.inf)return t;if(t.inf)return this;if(this.eq(t))return this.dbl();if(this.neg().eq(t)||0===this.x.cmp(t.x))return this.curve.point(null,null);var e=this.y.redSub(t.y);0!==e.cmpn(0)&&(e=e.redMul(this.x.redSub(t.x).redInvm()));var r=e.redSqr().redISub(this.x).redISub(t.x),n=e.redMul(this.x.redSub(r)).redISub(this.y);return this.curve.point(r,n)},u.prototype.dbl=function(){if(this.inf)return this;var t=this.y.redAdd(this.y);if(0===t.cmpn(0))return this.curve.point(null,null);var e=this.curve.a,r=this.x.redSqr(),n=t.redInvm(),i=r.redAdd(r).redIAdd(r).redIAdd(e).redMul(n),o=i.redSqr().redISub(this.x.redAdd(this.x)),a=i.redMul(this.x.redSub(o)).redISub(this.y);return this.curve.point(o,a)},u.prototype.getX=function(){return this.x.fromRed()},u.prototype.getY=function(){return this.y.fromRed()},u.prototype.mul=function(t){return t=new i(t,16),this.isInfinity()?this:this._hasDoubles(t)?this.curve._fixedNafMul(this,t):this.curve.endo?this.curve._endoWnafMulAdd([this],[t]):this.curve._wnafMul(this,t)},u.prototype.mulAdd=function(t,e,r){var n=[this,e],i=[t,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i):this.curve._wnafMulAdd(1,n,i,2)},u.prototype.jmulAdd=function(t,e,r){var n=[this,e],i=[t,r];return this.curve.endo?this.curve._endoWnafMulAdd(n,i,!0):this.curve._wnafMulAdd(1,n,i,2,!0)},u.prototype.eq=function(t){return this===t||this.inf===t.inf&&(this.inf||0===this.x.cmp(t.x)&&0===this.y.cmp(t.y))},u.prototype.neg=function(t){if(this.inf)return this;var e=this.curve.point(this.x,this.y.redNeg());if(t&&this.precomputed){var r=this.precomputed,n=function(t){return t.neg()};e.precomputed={naf:r.naf&&{wnd:r.naf.wnd,points:r.naf.points.map(n)},doubles:r.doubles&&{step:r.doubles.step,points:r.doubles.points.map(n)}}}return e},u.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},o(f,a.BasePoint),c.prototype.jpoint=function(t,e,r){return new f(this,t,e,r)},f.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var t=this.z.redInvm(),e=t.redSqr(),r=this.x.redMul(e),n=this.y.redMul(e).redMul(t);return this.curve.point(r,n)},f.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},f.prototype.add=function(t){if(this.isInfinity())return t;if(t.isInfinity())return this;var e=t.z.redSqr(),r=this.z.redSqr(),n=this.x.redMul(e),i=t.x.redMul(r),o=this.y.redMul(e.redMul(t.z)),a=t.y.redMul(r.redMul(this.z)),s=n.redSub(i),c=o.redSub(a);if(0===s.cmpn(0))return 0!==c.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var u=s.redSqr(),f=u.redMul(s),l=n.redMul(u),h=c.redSqr().redIAdd(f).redISub(l).redISub(l),p=c.redMul(l.redISub(h)).redISub(o.redMul(f)),d=this.z.redMul(t.z).redMul(s);return this.curve.jpoint(h,p,d)},f.prototype.mixedAdd=function(t){if(this.isInfinity())return t.toJ();if(t.isInfinity())return this;var e=this.z.redSqr(),r=this.x,n=t.x.redMul(e),i=this.y,o=t.y.redMul(e).redMul(this.z),a=r.redSub(n),s=i.redSub(o);if(0===a.cmpn(0))return 0!==s.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var c=a.redSqr(),u=c.redMul(a),f=r.redMul(c),l=s.redSqr().redIAdd(u).redISub(f).redISub(f),h=s.redMul(f.redISub(l)).redISub(i.redMul(u)),p=this.z.redMul(a);return this.curve.jpoint(l,h,p)},f.prototype.dblp=function(t){if(0===t||this.isInfinity())return this;if(!t)return this.dbl();if(this.curve.zeroA||this.curve.threeA){var e,r=this;for(e=0;e<t;e++)r=r.dbl();return r}var n=this.curve.a,i=this.curve.tinv,o=this.x,a=this.y,s=this.z,c=s.redSqr().redSqr(),u=a.redAdd(a);for(e=0;e<t;e++){var f=o.redSqr(),l=u.redSqr(),h=l.redSqr(),p=f.redAdd(f).redIAdd(f).redIAdd(n.redMul(c)),d=o.redMul(l),y=p.redSqr().redISub(d.redAdd(d)),b=d.redISub(y),m=p.redMul(b);m=m.redIAdd(m).redISub(h);var v=u.redMul(s);e+1<t&&(c=c.redMul(h)),o=y,s=v,u=m}return this.curve.jpoint(o,u.redMul(i),s)},f.prototype.dbl=function(){return this.isInfinity()?this:this.curve.zeroA?this._zeroDbl():this.curve.threeA?this._threeDbl():this._dbl()},f.prototype._zeroDbl=function(){var t,e,r;if(this.zOne){var n=this.x.redSqr(),i=this.y.redSqr(),o=i.redSqr(),a=this.x.redAdd(i).redSqr().redISub(n).redISub(o);a=a.redIAdd(a);var s=n.redAdd(n).redIAdd(n),c=s.redSqr().redISub(a).redISub(a),u=o.redIAdd(o);u=(u=u.redIAdd(u)).redIAdd(u),t=c,e=s.redMul(a.redISub(c)).redISub(u),r=this.y.redAdd(this.y)}else{var f=this.x.redSqr(),l=this.y.redSqr(),h=l.redSqr(),p=this.x.redAdd(l).redSqr().redISub(f).redISub(h);p=p.redIAdd(p);var d=f.redAdd(f).redIAdd(f),y=d.redSqr(),b=h.redIAdd(h);b=(b=b.redIAdd(b)).redIAdd(b),t=y.redISub(p).redISub(p),e=d.redMul(p.redISub(t)).redISub(b),r=(r=this.y.redMul(this.z)).redIAdd(r)}return this.curve.jpoint(t,e,r)},f.prototype._threeDbl=function(){var t,e,r;if(this.zOne){var n=this.x.redSqr(),i=this.y.redSqr(),o=i.redSqr(),a=this.x.redAdd(i).redSqr().redISub(n).redISub(o);a=a.redIAdd(a);var s=n.redAdd(n).redIAdd(n).redIAdd(this.curve.a),c=s.redSqr().redISub(a).redISub(a);t=c;var u=o.redIAdd(o);u=(u=u.redIAdd(u)).redIAdd(u),e=s.redMul(a.redISub(c)).redISub(u),r=this.y.redAdd(this.y)}else{var f=this.z.redSqr(),l=this.y.redSqr(),h=this.x.redMul(l),p=this.x.redSub(f).redMul(this.x.redAdd(f));p=p.redAdd(p).redIAdd(p);var d=h.redIAdd(h),y=(d=d.redIAdd(d)).redAdd(d);t=p.redSqr().redISub(y),r=this.y.redAdd(this.z).redSqr().redISub(l).redISub(f);var b=l.redSqr();b=(b=(b=b.redIAdd(b)).redIAdd(b)).redIAdd(b),e=p.redMul(d.redISub(t)).redISub(b)}return this.curve.jpoint(t,e,r)},f.prototype._dbl=function(){var t=this.curve.a,e=this.x,r=this.y,n=this.z,i=n.redSqr().redSqr(),o=e.redSqr(),a=r.redSqr(),s=o.redAdd(o).redIAdd(o).redIAdd(t.redMul(i)),c=e.redAdd(e),u=(c=c.redIAdd(c)).redMul(a),f=s.redSqr().redISub(u.redAdd(u)),l=u.redISub(f),h=a.redSqr();h=(h=(h=h.redIAdd(h)).redIAdd(h)).redIAdd(h);var p=s.redMul(l).redISub(h),d=r.redAdd(r).redMul(n);return this.curve.jpoint(f,p,d)},f.prototype.trpl=function(){if(!this.curve.zeroA)return this.dbl().add(this);var t=this.x.redSqr(),e=this.y.redSqr(),r=this.z.redSqr(),n=e.redSqr(),i=t.redAdd(t).redIAdd(t),o=i.redSqr(),a=this.x.redAdd(e).redSqr().redISub(t).redISub(n),s=(a=(a=(a=a.redIAdd(a)).redAdd(a).redIAdd(a)).redISub(o)).redSqr(),c=n.redIAdd(n);c=(c=(c=c.redIAdd(c)).redIAdd(c)).redIAdd(c);var u=i.redIAdd(a).redSqr().redISub(o).redISub(s).redISub(c),f=e.redMul(u);f=(f=f.redIAdd(f)).redIAdd(f);var l=this.x.redMul(s).redISub(f);l=(l=l.redIAdd(l)).redIAdd(l);var h=this.y.redMul(u.redMul(c.redISub(u)).redISub(a.redMul(s)));h=(h=(h=h.redIAdd(h)).redIAdd(h)).redIAdd(h);var p=this.z.redAdd(a).redSqr().redISub(r).redISub(s);return this.curve.jpoint(l,h,p)},f.prototype.mul=function(t,e){return t=new i(t,e),this.curve._wnafMul(this,t)},f.prototype.eq=function(t){if("affine"===t.type)return this.eq(t.toJ());if(this===t)return!0;var e=this.z.redSqr(),r=t.z.redSqr();if(0!==this.x.redMul(r).redISub(t.x.redMul(e)).cmpn(0))return!1;var n=e.redMul(this.z),i=r.redMul(t.z);return 0===this.y.redMul(i).redISub(t.y.redMul(n)).cmpn(0)},f.prototype.eqXToP=function(t){var e=this.z.redSqr(),r=t.toRed(this.curve.red).redMul(e);if(0===this.x.cmp(r))return!0;for(var n=t.clone(),i=this.curve.redN.redMul(e);;){if(n.iadd(this.curve.n),n.cmp(this.curve.p)>=0)return!1;if(r.redIAdd(i),0===this.x.cmp(r))return!0}},f.prototype.inspect=function(){return this.isInfinity()?"<EC JPoint Infinity>":"<EC JPoint x: "+this.x.toString(16,2)+" y: "+this.y.toString(16,2)+" z: "+this.z.toString(16,2)+">"},f.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},6379:(t,e,r)=>{"use strict";var n,i=r(2859),o=r(5803),a=r(1970).assert;function s(t){"short"===t.type?this.curve=new o.short(t):"edwards"===t.type?this.curve=new o.edwards(t):this.curve=new o.mont(t),this.g=this.curve.g,this.n=this.curve.n,this.hash=t.hash,a(this.g.validate(),"Invalid curve"),a(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function c(t,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){var n=new s(r);return Object.defineProperty(e,t,{configurable:!0,enumerable:!0,value:n}),n}})}e.PresetCurve=s,c("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:i.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),c("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:i.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),c("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:i.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),c("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:i.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),c("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:i.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),c("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:i.sha256,gRed:!1,g:["9"]}),c("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:i.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{n=r(5586)}catch(t){n=void 0}c("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:i.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",n]})},7416:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(7799),o=r(6934),a=r(1970),s=r(6379),c=r(8904),u=a.assert,f=r(3643),l=r(3686);function h(t){if(!(this instanceof h))return new h(t);"string"==typeof t&&(u(Object.prototype.hasOwnProperty.call(s,t),"Unknown curve "+t),t=s[t]),t instanceof s.PresetCurve&&(t={curve:t}),this.curve=t.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=t.curve.g,this.g.precompute(t.curve.n.bitLength()+1),this.hash=t.hash||t.curve.hash}t.exports=h,h.prototype.keyPair=function(t){return new f(this,t)},h.prototype.keyFromPrivate=function(t,e){return f.fromPrivate(this,t,e)},h.prototype.keyFromPublic=function(t,e){return f.fromPublic(this,t,e)},h.prototype.genKeyPair=function(t){t||(t={});for(var e=new o({hash:this.hash,pers:t.pers,persEnc:t.persEnc||"utf8",entropy:t.entropy||c(this.hash.hmacStrength),entropyEnc:t.entropy&&t.entropyEnc||"utf8",nonce:this.n.toArray()}),r=this.n.byteLength(),n=this.n.sub(new i(2));;){var a=new i(e.generate(r));if(!(a.cmp(n)>0))return a.iaddn(1),this.keyFromPrivate(a)}},h.prototype._truncateToN=function(t,e){var r=8*t.byteLength()-this.n.bitLength();return r>0&&(t=t.ushrn(r)),!e&&t.cmp(this.n)>=0?t.sub(this.n):t},h.prototype.sign=function(t,e,r,a){"object"===n(r)&&(a=r,r=null),a||(a={}),e=this.keyFromPrivate(e,r),t=this._truncateToN(new i(t,16));for(var s=this.n.byteLength(),c=e.getPrivate().toArray("be",s),u=t.toArray("be",s),f=new o({hash:this.hash,entropy:c,nonce:u,pers:a.pers,persEnc:a.persEnc||"utf8"}),h=this.n.sub(new i(1)),p=0;;p++){var d=a.k?a.k(p):new i(f.generate(this.n.byteLength()));if(!(0>=(d=this._truncateToN(d,!0)).cmpn(1)||d.cmp(h)>=0)){var y=this.g.mul(d);if(!y.isInfinity()){var b=y.getX(),m=b.umod(this.n);if(0!==m.cmpn(0)){var v=d.invm(this.n).mul(m.mul(e.getPrivate()).iadd(t));if(0!==(v=v.umod(this.n)).cmpn(0)){var g=(y.getY().isOdd()?1:0)|(0!==b.cmp(m)?2:0);return a.canonical&&v.cmp(this.nh)>0&&(v=this.n.sub(v),g^=1),new l({r:m,s:v,recoveryParam:g})}}}}}},h.prototype.verify=function(t,e,r,n){t=this._truncateToN(new i(t,16)),r=this.keyFromPublic(r,n);var o=(e=new l(e,"hex")).r,a=e.s;if(0>o.cmpn(1)||o.cmp(this.n)>=0||0>a.cmpn(1)||a.cmp(this.n)>=0)return!1;var s,c=a.invm(this.n),u=c.mul(t).umod(this.n),f=c.mul(o).umod(this.n);return this.curve._maxwellTrick?!(s=this.g.jmulAdd(u,r.getPublic(),f)).isInfinity()&&s.eqXToP(o):!(s=this.g.mulAdd(u,r.getPublic(),f)).isInfinity()&&0===s.getX().umod(this.n).cmp(o)},h.prototype.recoverPubKey=function(t,e,r,n){u((3&r)===r,"The recovery param is more than two bits"),e=new l(e,n);var o=this.n,a=new i(t),s=e.r,c=e.s,f=1&r,h=r>>1;if(s.cmp(this.curve.p.umod(this.curve.n))>=0&&h)throw Error("Unable to find sencond key candinate");s=h?this.curve.pointFromX(s.add(this.curve.n),f):this.curve.pointFromX(s,f);var p=e.r.invm(o),d=o.sub(a).mul(p).umod(o),y=c.mul(p).umod(o);return this.g.mulAdd(d,s,y)},h.prototype.getKeyRecoveryParam=function(t,e,r,n){if(null!==(e=new l(e,n)).recoveryParam)return e.recoveryParam;for(var i,o=0;o<4;o++){try{i=this.recoverPubKey(t,e,o)}catch(t){continue}if(i.eq(r))return o}throw Error("Unable to find valid recovery factor")}},3643:(t,e,r)=>{"use strict";var n=r(7799),i=r(1970).assert;function o(t,e){this.ec=t,this.priv=null,this.pub=null,e.priv&&this._importPrivate(e.priv,e.privEnc),e.pub&&this._importPublic(e.pub,e.pubEnc)}t.exports=o,o.fromPublic=function(t,e,r){return e instanceof o?e:new o(t,{pub:e,pubEnc:r})},o.fromPrivate=function(t,e,r){return e instanceof o?e:new o(t,{priv:e,privEnc:r})},o.prototype.validate=function(){var t=this.getPublic();return t.isInfinity()?{result:!1,reason:"Invalid public key"}:t.validate()?t.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},o.prototype.getPublic=function(t,e){return"string"==typeof t&&(e=t,t=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),e?this.pub.encode(e,t):this.pub},o.prototype.getPrivate=function(t){return"hex"===t?this.priv.toString(16,2):this.priv},o.prototype._importPrivate=function(t,e){this.priv=new n(t,e||16),this.priv=this.priv.umod(this.ec.curve.n)},o.prototype._importPublic=function(t,e){if(t.x||t.y)return"mont"===this.ec.curve.type?i(t.x,"Need x coordinate"):"short"!==this.ec.curve.type&&"edwards"!==this.ec.curve.type||i(t.x&&t.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(t.x,t.y));this.pub=this.ec.curve.decodePoint(t,e)},o.prototype.derive=function(t){return t.validate()||i(t.validate(),"public point not validated"),t.mul(this.priv).getX()},o.prototype.sign=function(t,e,r){return this.ec.sign(t,this,e,r)},o.prototype.verify=function(t,e){return this.ec.verify(t,e,this)},o.prototype.inspect=function(){return"<Key priv: "+(this.priv&&this.priv.toString(16,2))+" pub: "+(this.pub&&this.pub.inspect())+" >"}},3686:(t,e,r)=>{"use strict";var n=r(7799),i=r(1970),o=i.assert;function a(t,e){if(t instanceof a)return t;this._importDER(t,e)||(o(t.r&&t.s,"Signature without r or s"),this.r=new n(t.r,16),this.s=new n(t.s,16),void 0===t.recoveryParam?this.recoveryParam=null:this.recoveryParam=t.recoveryParam)}function s(){this.place=0}function c(t,e){var r=t[e.place++];if(!(128&r))return r;var n=15&r;if(0===n||n>4||0===t[e.place])return!1;for(var i=0,o=0,a=e.place;o<n;o++,a++)i<<=8,i|=t[a],i>>>=0;return!(i<=127)&&(e.place=a,i)}function u(t){for(var e=0,r=t.length-1;!t[e]&&!(128&t[e+1])&&e<r;)e++;return 0===e?t:t.slice(e)}function f(t,e){if(e<128)t.push(e);else{var r=1+(Math.log(e)/Math.LN2>>>3);for(t.push(128|r);--r;)t.push(e>>>(r<<3)&255);t.push(e)}}t.exports=a,a.prototype._importDER=function(t,e){t=i.toArray(t,e);var r=new s;if(48!==t[r.place++])return!1;var o=c(t,r);if(!1===o||o+r.place!==t.length||2!==t[r.place++])return!1;var a=c(t,r);if(!1===a||128&t[r.place])return!1;var u=t.slice(r.place,a+r.place);if(r.place+=a,2!==t[r.place++])return!1;var f=c(t,r);if(!1===f||t.length!==f+r.place||128&t[r.place])return!1;var l=t.slice(r.place,f+r.place);if(0===u[0]){if(!(128&u[1]))return!1;u=u.slice(1)}if(0===l[0]){if(!(128&l[1]))return!1;l=l.slice(1)}return this.r=new n(u),this.s=new n(l),this.recoveryParam=null,!0},a.prototype.toDER=function(t){var e=this.r.toArray(),r=this.s.toArray();for(128&e[0]&&(e=[0].concat(e)),128&r[0]&&(r=[0].concat(r)),e=u(e),r=u(r);!(r[0]||128&r[1]);)r=r.slice(1);var n=[2];f(n,e.length),(n=n.concat(e)).push(2),f(n,r.length);var o=n.concat(r),a=[48];return f(a,o.length),a=a.concat(o),i.encode(a,t)}},4919:(t,e,r)=>{"use strict";var n=r(2859),i=r(6379),o=r(1970),a=o.assert,s=o.parseBytes,c=r(208),u=r(8433);function f(t){if(a("ed25519"===t,"only tested with ed25519 so far"),!(this instanceof f))return new f(t);t=i[t].curve,this.curve=t,this.g=t.g,this.g.precompute(t.n.bitLength()+1),this.pointClass=t.point().constructor,this.encodingLength=Math.ceil(t.n.bitLength()/8),this.hash=n.sha512}t.exports=f,f.prototype.sign=function(t,e){t=s(t);var r=this.keyFromSecret(e),n=this.hashInt(r.messagePrefix(),t),i=this.g.mul(n),o=this.encodePoint(i),a=this.hashInt(o,r.pubBytes(),t).mul(r.priv()),c=n.add(a).umod(this.curve.n);return this.makeSignature({R:i,S:c,Rencoded:o})},f.prototype.verify=function(t,e,r){if(t=s(t),(e=this.makeSignature(e)).S().gte(e.eddsa.curve.n)||e.S().isNeg())return!1;var n=this.keyFromPublic(r),i=this.hashInt(e.Rencoded(),n.pubBytes(),t),o=this.g.mul(e.S());return e.R().add(n.pub().mul(i)).eq(o)},f.prototype.hashInt=function(){for(var t=this.hash(),e=0;e<arguments.length;e++)t.update(arguments[e]);return o.intFromLE(t.digest()).umod(this.curve.n)},f.prototype.keyFromPublic=function(t){return c.fromPublic(this,t)},f.prototype.keyFromSecret=function(t){return c.fromSecret(this,t)},f.prototype.makeSignature=function(t){return t instanceof u?t:new u(this,t)},f.prototype.encodePoint=function(t){var e=t.getY().toArray("le",this.encodingLength);return e[this.encodingLength-1]|=t.getX().isOdd()?128:0,e},f.prototype.decodePoint=function(t){var e=(t=o.parseBytes(t)).length-1,r=t.slice(0,e).concat(-129&t[e]),n=!!(128&t[e]),i=o.intFromLE(r);return this.curve.pointFromY(i,n)},f.prototype.encodeInt=function(t){return t.toArray("le",this.encodingLength)},f.prototype.decodeInt=function(t){return o.intFromLE(t)},f.prototype.isPoint=function(t){return t instanceof this.pointClass}},208:(t,e,r)=>{"use strict";var n=r(1970),i=n.assert,o=n.parseBytes,a=n.cachedProperty;function s(t,e){this.eddsa=t,this._secret=o(e.secret),t.isPoint(e.pub)?this._pub=e.pub:this._pubBytes=o(e.pub)}s.fromPublic=function(t,e){return e instanceof s?e:new s(t,{pub:e})},s.fromSecret=function(t,e){return e instanceof s?e:new s(t,{secret:e})},s.prototype.secret=function(){return this._secret},a(s,"pubBytes",function(){return this.eddsa.encodePoint(this.pub())}),a(s,"pub",function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())}),a(s,"privBytes",function(){var t=this.eddsa,e=this.hash(),r=t.encodingLength-1,n=e.slice(0,t.encodingLength);return n[0]&=248,n[r]&=127,n[r]|=64,n}),a(s,"priv",function(){return this.eddsa.decodeInt(this.privBytes())}),a(s,"hash",function(){return this.eddsa.hash().update(this.secret()).digest()}),a(s,"messagePrefix",function(){return this.hash().slice(this.eddsa.encodingLength)}),s.prototype.sign=function(t){return i(this._secret,"KeyPair can only verify"),this.eddsa.sign(t,this)},s.prototype.verify=function(t,e){return this.eddsa.verify(t,e,this)},s.prototype.getSecret=function(t){return i(this._secret,"KeyPair is public only"),n.encode(this.secret(),t)},s.prototype.getPublic=function(t){return n.encode(this.pubBytes(),t)},t.exports=s},8433:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(7799),o=r(1970),a=o.assert,s=o.cachedProperty,c=o.parseBytes;function u(t,e){this.eddsa=t,"object"!==n(e)&&(e=c(e)),Array.isArray(e)&&(a(e.length===2*t.encodingLength,"Signature has invalid size"),e={R:e.slice(0,t.encodingLength),S:e.slice(t.encodingLength)}),a(e.R&&e.S,"Signature without R or S"),t.isPoint(e.R)&&(this._R=e.R),e.S instanceof i&&(this._S=e.S),this._Rencoded=Array.isArray(e.R)?e.R:e.Rencoded,this._Sencoded=Array.isArray(e.S)?e.S:e.Sencoded}s(u,"S",function(){return this.eddsa.decodeInt(this.Sencoded())}),s(u,"R",function(){return this.eddsa.decodePoint(this.Rencoded())}),s(u,"Rencoded",function(){return this.eddsa.encodePoint(this.R())}),s(u,"Sencoded",function(){return this.eddsa.encodeInt(this.S())}),u.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())},u.prototype.toHex=function(){return o.encode(this.toBytes(),"hex").toUpperCase()},t.exports=u},5586:t=>{t.exports={doubles:{step:4,points:[["e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a","f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821"],["8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508","11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf"],["175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739","d3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695"],["363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640","4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9"],["8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c","4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36"],["723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda","96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f"],["eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa","5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999"],["100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0","cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09"],["e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d","9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d"],["feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d","e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088"],["da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1","9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d"],["53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0","5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8"],["8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047","10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a"],["385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862","283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453"],["6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7","7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160"],["3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd","56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0"],["85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83","7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6"],["948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a","53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589"],["6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8","bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17"],["e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d","4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda"],["e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725","7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd"],["213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754","4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2"],["4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c","17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6"],["fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6","6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f"],["76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39","c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01"],["c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891","893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3"],["d895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b","febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f"],["b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03","2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7"],["e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d","eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78"],["a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070","7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1"],["90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4","e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150"],["8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da","662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82"],["e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11","1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc"],["8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e","efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b"],["e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41","2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51"],["b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef","67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45"],["d68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8","db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120"],["324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d","648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84"],["4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96","35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d"],["9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd","ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d"],["6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5","9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8"],["a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266","40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8"],["7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71","34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac"],["928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac","c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f"],["85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751","1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962"],["ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e","493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907"],["827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241","c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec"],["eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3","be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d"],["e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f","4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414"],["1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19","aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd"],["146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be","b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0"],["fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9","6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811"],["da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2","8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1"],["a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13","7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c"],["174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c","ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73"],["959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba","2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd"],["d2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151","e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405"],["64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073","d99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589"],["8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458","38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e"],["13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b","69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27"],["bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366","d3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1"],["8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa","40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482"],["8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0","620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945"],["dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787","7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573"],["f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e","ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82"]]},naf:{wnd:7,points:[["f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9","388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672"],["2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4","d8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6"],["5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc","6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da"],["acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe","cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37"],["774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb","d984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b"],["f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8","ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81"],["d7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e","581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58"],["defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34","4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77"],["2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c","85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a"],["352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5","321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c"],["2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f","2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67"],["9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714","73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402"],["daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729","a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55"],["c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db","2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482"],["6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4","e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82"],["1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5","b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396"],["605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479","2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49"],["62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d","80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf"],["80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f","1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a"],["7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb","d0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7"],["d528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9","eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933"],["49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963","758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a"],["77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74","958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6"],["f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530","e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37"],["463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b","5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e"],["f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247","cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6"],["caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1","cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476"],["2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120","4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40"],["7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435","91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61"],["754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18","673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683"],["e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8","59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5"],["186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb","3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b"],["df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f","55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417"],["5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143","efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868"],["290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba","e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a"],["af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45","f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6"],["766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a","744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996"],["59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e","c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e"],["f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8","e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d"],["7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c","30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2"],["948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519","e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e"],["7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab","100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437"],["3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca","ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311"],["d3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf","8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4"],["1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610","68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575"],["733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4","f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d"],["15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c","d56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d"],["a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940","edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629"],["e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980","a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06"],["311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3","66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374"],["34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf","9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee"],["f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63","4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1"],["d7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448","fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b"],["32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf","5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661"],["7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5","8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6"],["ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6","8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e"],["16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5","5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d"],["eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99","f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc"],["78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51","f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4"],["494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5","42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c"],["a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5","204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b"],["c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997","4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913"],["841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881","73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154"],["5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5","39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865"],["36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66","d2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc"],["336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726","ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224"],["8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede","6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e"],["1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94","60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6"],["85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31","3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511"],["29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51","b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b"],["a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252","ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2"],["4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5","cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c"],["d24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b","6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3"],["ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4","322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d"],["af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f","6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700"],["e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889","2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4"],["591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246","b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196"],["11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984","998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4"],["3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a","b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257"],["cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030","bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13"],["c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197","6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096"],["c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593","c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38"],["a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef","21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f"],["347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38","60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448"],["da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a","49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a"],["c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111","5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4"],["4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502","7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437"],["3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea","be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7"],["cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26","8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d"],["b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986","39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a"],["d4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e","62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54"],["48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4","25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77"],["dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda","ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517"],["6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859","cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10"],["e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f","f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125"],["eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c","6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e"],["13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942","fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1"],["ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a","1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2"],["b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80","5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423"],["ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d","438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8"],["8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1","cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758"],["52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63","c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375"],["e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352","6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d"],["7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193","ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec"],["5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00","9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0"],["32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58","ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c"],["e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7","d3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4"],["8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8","c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f"],["4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e","67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649"],["3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d","cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826"],["674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b","299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5"],["d32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f","f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87"],["30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6","462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b"],["be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297","62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc"],["93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a","7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c"],["b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c","ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f"],["d5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52","4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a"],["d3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb","bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46"],["463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065","bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f"],["7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917","603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03"],["74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9","cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08"],["30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3","553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8"],["9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57","712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373"],["176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66","ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3"],["75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8","9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8"],["809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721","9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1"],["1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180","4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9"]]}}},1970:(t,e,r)=>{"use strict";var n=r(7799),i=r(3528),o=r(6706);e.assert=i,e.toArray=o.toArray,e.zero2=o.zero2,e.toHex=o.toHex,e.encode=o.encode,e.getNAF=function(t,e,r){var n,i=Array(Math.max(t.bitLength(),r)+1);for(n=0;n<i.length;n+=1)i[n]=0;var o=1<<e+1,a=t.clone();for(n=0;n<i.length;n++){var s,c=a.andln(o-1);a.isOdd()?(s=c>(o>>1)-1?(o>>1)-c:c,a.isubn(s)):s=0,i[n]=s,a.iushrn(1)}return i},e.getJSF=function(t,e){var r=[[],[]];t=t.clone(),e=e.clone();for(var n,i=0,o=0;t.cmpn(-i)>0||e.cmpn(-o)>0;){var a,s,c=t.andln(3)+i&3,u=e.andln(3)+o&3;3===c&&(c=-1),3===u&&(u=-1),a=1&c?3!=(n=t.andln(7)+i&7)&&5!==n||2!==u?c:-c:0,r[0].push(a),s=1&u?3!=(n=e.andln(7)+o&7)&&5!==n||2!==c?u:-u:0,r[1].push(s),2*i===a+1&&(i=1-i),2*o===s+1&&(o=1-o),t.iushrn(1),e.iushrn(1)}return r},e.cachedProperty=function(t,e,r){var n="_"+e;t.prototype[e]=function(){return void 0!==this[n]?this[n]:this[n]=r.call(this)}},e.parseBytes=function(t){return"string"==typeof t?e.toArray(t,"hex"):t},e.intFromLE=function(t){return new n(t,"hex","le")}},988:(t,e,r)=>{"use strict";var n=r(6400)("%Object.defineProperty%",!0)||!1;if(n)try{n({},"a",{value:1})}catch(t){n=!1}t.exports=n},9206:t=>{"use strict";t.exports=EvalError},9870:t=>{"use strict";t.exports=Error},9939:t=>{"use strict";t.exports=RangeError},783:t=>{"use strict";t.exports=ReferenceError},2288:t=>{"use strict";t.exports=SyntaxError},2268:t=>{"use strict";t.exports=TypeError},8188:t=>{"use strict";t.exports=URIError},6182:t=>{"use strict";function e(t,e){if(null==t)throw TypeError("Cannot convert first argument to object");for(var r=Object(t),n=1;n<arguments.length;n++){var i=arguments[n];if(null!=i)for(var o=Object.keys(Object(i)),a=0,s=o.length;a<s;a++){var c=o[a],u=Object.getOwnPropertyDescriptor(i,c);void 0!==u&&u.enumerable&&(r[c]=i[c])}}return r}t.exports={assign:e,polyfill:function(){Object.assign||Object.defineProperty(Object,"assign",{enumerable:!1,configurable:!0,writable:!0,value:e})}}},3550:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var r,n="object"===("undefined"==typeof Reflect?"undefined":e(Reflect))?Reflect:null,i=n&&"function"==typeof n.apply?n.apply:function(t,e,r){return Function.prototype.apply.call(t,e,r)};r=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:function(t){return Object.getOwnPropertyNames(t)};var o=Number.isNaN||function(t){return t!=t};function a(){a.init.call(this)}t.exports=a,t.exports.once=function(t,e){return new Promise(function(r,n){function i(r){t.removeListener(e,o),n(r)}function o(){"function"==typeof t.removeListener&&t.removeListener("error",i),r([].slice.call(arguments))}b(t,e,o,{once:!0}),"error"!==e&&"function"==typeof t.on&&b(t,"error",i,{once:!0})})},a.EventEmitter=a,a.prototype._events=void 0,a.prototype._eventsCount=0,a.prototype._maxListeners=void 0;var s=10;function c(t){if("function"!=typeof t)throw TypeError('The "listener" argument must be of type Function. Received type '+e(t))}function u(t){return void 0===t._maxListeners?a.defaultMaxListeners:t._maxListeners}function f(t,e,r,n){var i,o,a;if(c(r),void 0===(o=t._events)?(o=t._events=Object.create(null),t._eventsCount=0):(void 0!==o.newListener&&(t.emit("newListener",e,r.listener?r.listener:r),o=t._events),a=o[e]),void 0===a)a=o[e]=r,++t._eventsCount;else if("function"==typeof a?a=o[e]=n?[r,a]:[a,r]:n?a.unshift(r):a.push(r),(i=u(t))>0&&a.length>i&&!a.warned){a.warned=!0;var s=Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=t,s.type=e,s.count=a.length,console&&console.warn&&console.warn(s)}return t}function l(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0==arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function h(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=l.bind(n);return i.listener=r,n.wrapFn=i,i}function p(t,e,r){var n=t._events;if(void 0===n)return[];var i=n[e];return void 0===i?[]:"function"==typeof i?r?[i.listener||i]:[i]:r?function(t){for(var e=Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}(i):y(i,i.length)}function d(t){var e=this._events;if(void 0!==e){var r=e[t];if("function"==typeof r)return 1;if(void 0!==r)return r.length}return 0}function y(t,e){for(var r=Array(e),n=0;n<e;++n)r[n]=t[n];return r}function b(t,r,n,i){if("function"==typeof t.on)i.once?t.once(r,n):t.on(r,n);else{if("function"!=typeof t.addEventListener)throw TypeError('The "emitter" argument must be of type EventEmitter. Received type '+e(t));t.addEventListener(r,function e(o){i.once&&t.removeEventListener(r,e),n(o)})}}Object.defineProperty(a,"defaultMaxListeners",{enumerable:!0,get:function(){return s},set:function(t){if("number"!=typeof t||t<0||o(t))throw RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");s=t}}),a.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},a.prototype.setMaxListeners=function(t){if("number"!=typeof t||t<0||o(t))throw RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this},a.prototype.getMaxListeners=function(){return u(this)},a.prototype.emit=function(t){for(var e=[],r=1;r<arguments.length;r++)e.push(arguments[r]);var n="error"===t,o=this._events;if(void 0!==o)n=n&&void 0===o.error;else if(!n)return!1;if(n){if(e.length>0&&(a=e[0]),a instanceof Error)throw a;var a,s=Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var c=o[t];if(void 0===c)return!1;if("function"==typeof c)i(c,this,e);else{var u=c.length,f=y(c,u);for(r=0;r<u;++r)i(f[r],this,e)}return!0},a.prototype.addListener=function(t,e){return f(this,t,e,!1)},a.prototype.on=a.prototype.addListener,a.prototype.prependListener=function(t,e){return f(this,t,e,!0)},a.prototype.once=function(t,e){return c(e),this.on(t,h(this,t,e)),this},a.prototype.prependOnceListener=function(t,e){return c(e),this.prependListener(t,h(this,t,e)),this},a.prototype.removeListener=function(t,e){var r,n,i,o,a;if(c(e),void 0===(n=this._events)||void 0===(r=n[t]))return this;if(r===e||r.listener===e)0==--this._eventsCount?this._events=Object.create(null):(delete n[t],n.removeListener&&this.emit("removeListener",t,r.listener||e));else if("function"!=typeof r){for(i=-1,o=r.length-1;o>=0;o--)if(r[o]===e||r[o].listener===e){a=r[o].listener,i=o;break}if(i<0)return this;0===i?r.shift():function(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}(r,i),1===r.length&&(n[t]=r[0]),void 0!==n.removeListener&&this.emit("removeListener",t,a||e)}return this},a.prototype.off=a.prototype.removeListener,a.prototype.removeAllListeners=function(t){var e,r,n;if(void 0===(r=this._events))return this;if(void 0===r.removeListener)return 0==arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==r[t]&&(0==--this._eventsCount?this._events=Object.create(null):delete r[t]),this;if(0==arguments.length){var i,o=Object.keys(r);for(n=0;n<o.length;++n)"removeListener"!==(i=o[n])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(e=r[t]))this.removeListener(t,e);else if(void 0!==e)for(n=e.length-1;n>=0;n--)this.removeListener(t,e[n]);return this},a.prototype.listeners=function(t){return p(this,t,!0)},a.prototype.rawListeners=function(t){return p(this,t,!1)},a.listenerCount=function(t,e){return"function"==typeof t.listenerCount?t.listenerCount(e):d.call(t,e)},a.prototype.listenerCount=d,a.prototype.eventNames=function(){return this._eventsCount>0?r(this._events):[]}},1685:(t,e,r)=>{var n=r(9732).Buffer,i=r(2635);t.exports=function(t,e,r,o){if(n.isBuffer(t)||(t=n.from(t,"binary")),e&&(n.isBuffer(e)||(e=n.from(e,"binary")),8!==e.length))throw RangeError("salt should be Buffer with 8 byte length");for(var a=r/8,s=n.alloc(a),c=n.alloc(o||0),u=n.alloc(0);a>0||o>0;){var f=new i;f.update(u),f.update(t),e&&f.update(e),u=f.digest();var l=0;if(a>0){var h=s.length-a;l=Math.min(a,u.length),u.copy(s,h,0,l),a-=l}if(l<u.length&&o>0){var p=c.length-o,d=Math.min(o,u.length-l);u.copy(c,p,l,l+d),o-=d}}return u.fill(0),{key:s,iv:c}}},3777:(t,e,r)=>{"use strict";var n=r(9809),i=Object.prototype.toString,o=Object.prototype.hasOwnProperty;t.exports=function(t,e,r){var a;if(!n(e))throw TypeError("iterator must be a function");arguments.length>=3&&(a=r),"[object Array]"===i.call(t)?function(t,e,r){for(var n=0,i=t.length;n<i;n++)o.call(t,n)&&(null==r?e(t[n],n,t):e.call(r,t[n],n,t))}(t,e,a):"string"==typeof t?function(t,e,r){for(var n=0,i=t.length;n<i;n++)null==r?e(t.charAt(n),n,t):e.call(r,t.charAt(n),n,t)}(t,e,a):function(t,e,r){for(var n in t)o.call(t,n)&&(null==r?e(t[n],n,t):e.call(r,t[n],n,t))}(t,e,a)}},6730:t=>{"use strict";var e=Object.prototype.toString,r=Math.max,n=function(t,e){for(var r=[],n=0;n<t.length;n+=1)r[n]=t[n];for(var i=0;i<e.length;i+=1)r[i+t.length]=e[i];return r};t.exports=function(t){var i=this;if("function"!=typeof i||"[object Function]"!==e.apply(i))throw TypeError("Function.prototype.bind called on incompatible "+i);for(var o,a=function(t){for(var e=[],r=1,n=0;r<t.length;r+=1,n+=1)e[n]=t[r];return e}(arguments),s=r(0,i.length-a.length),c=[],u=0;u<s;u++)c[u]="$"+u;if(o=Function("binder","return function ("+function(t){for(var e="",r=0;r<t.length;r+=1)e+=t[r],r+1<t.length&&(e+=",");return e}(c)+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof o){var e=i.apply(this,n(a,arguments));return Object(e)===e?e:this}return i.apply(t,n(a,arguments))}),i.prototype){var f=function(){};f.prototype=i.prototype,o.prototype=new f,f.prototype=null}return o}},2354:(t,e,r)=>{"use strict";var n=r(6730);t.exports=Function.prototype.bind||n},6400:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i,o=r(9870),a=r(9206),s=r(9939),c=r(783),u=r(2288),f=r(2268),l=r(8188),h=Function,p=function(t){try{return h('"use strict"; return ('+t+").constructor;")()}catch(t){}},d=Object.getOwnPropertyDescriptor;if(d)try{d({},"")}catch(t){d=null}var y=function(){throw new f},b=d?function(){try{return y}catch(t){try{return d(arguments,"callee").get}catch(t){return y}}}():y,m=r(5510)(),v=r(309)(),g=Object.getPrototypeOf||(v?function(t){return t.__proto__}:null),_={},w="undefined"!=typeof Uint8Array&&g?g(Uint8Array):i,S={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?i:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?i:ArrayBuffer,"%ArrayIteratorPrototype%":m&&g?g([][Symbol.iterator]()):i,"%AsyncFromSyncIteratorPrototype%":i,"%AsyncFunction%":_,"%AsyncGenerator%":_,"%AsyncGeneratorFunction%":_,"%AsyncIteratorPrototype%":_,"%Atomics%":"undefined"==typeof Atomics?i:Atomics,"%BigInt%":"undefined"==typeof BigInt?i:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?i:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?i:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?i:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":o,"%eval%":eval,"%EvalError%":a,"%Float32Array%":"undefined"==typeof Float32Array?i:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?i:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?i:FinalizationRegistry,"%Function%":h,"%GeneratorFunction%":_,"%Int8Array%":"undefined"==typeof Int8Array?i:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?i:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?i:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":m&&g?g(g([][Symbol.iterator]())):i,"%JSON%":"object"===("undefined"==typeof JSON?"undefined":n(JSON))?JSON:i,"%Map%":"undefined"==typeof Map?i:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&m&&g?g((new Map)[Symbol.iterator]()):i,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?i:Promise,"%Proxy%":"undefined"==typeof Proxy?i:Proxy,"%RangeError%":s,"%ReferenceError%":c,"%Reflect%":"undefined"==typeof Reflect?i:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?i:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&m&&g?g((new Set)[Symbol.iterator]()):i,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?i:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":m&&g?g(""[Symbol.iterator]()):i,"%Symbol%":m?Symbol:i,"%SyntaxError%":u,"%ThrowTypeError%":b,"%TypedArray%":w,"%TypeError%":f,"%Uint8Array%":"undefined"==typeof Uint8Array?i:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?i:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?i:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?i:Uint32Array,"%URIError%":l,"%WeakMap%":"undefined"==typeof WeakMap?i:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?i:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?i:WeakSet};if(g)try{null.error}catch(t){var O=g(g(t));S["%Error.prototype%"]=O}var j=function t(e){var r;if("%AsyncFunction%"===e)r=p("async function () {}");else if("%GeneratorFunction%"===e)r=p("function* () {}");else if("%AsyncGeneratorFunction%"===e)r=p("async function* () {}");else if("%AsyncGenerator%"===e){var n=t("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===e){var i=t("%AsyncGenerator%");i&&g&&(r=g(i.prototype))}return S[e]=r,r},$={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},A=r(2354),E=r(5994),x=A.call(Function.call,Array.prototype.concat),P=A.call(Function.apply,Array.prototype.splice),k=A.call(Function.call,String.prototype.replace),M=A.call(Function.call,String.prototype.slice),I=A.call(Function.call,RegExp.prototype.exec),T=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,B=/\\(\\)?/g,R=function(t,e){var r,n=t;if(E($,n)&&(n="%"+(r=$[n])[0]+"%"),E(S,n)){var i=S[n];if(i===_&&(i=j(n)),void 0===i&&!e)throw new f("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:i}}throw new u("intrinsic "+t+" does not exist!")};t.exports=function(t,e){if("string"!=typeof t||0===t.length)throw new f("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new f('"allowMissing" argument must be a boolean');if(null===I(/^%?[^%]*%?$/,t))throw new u("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(t){var e=M(t,0,1),r=M(t,-1);if("%"===e&&"%"!==r)throw new u("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==e)throw new u("invalid intrinsic syntax, expected opening `%`");var n=[];return k(t,T,function(t,e,r,i){n[n.length]=r?k(i,B,"$1"):e||t}),n}(t),n=r.length>0?r[0]:"",i=R("%"+n+"%",e),o=i.name,a=i.value,s=!1,c=i.alias;c&&(n=c[0],P(r,x([0,1],c)));for(var l=1,h=!0;l<r.length;l+=1){var p=r[l],y=M(p,0,1),b=M(p,-1);if(('"'===y||"'"===y||"`"===y||'"'===b||"'"===b||"`"===b)&&y!==b)throw new u("property names with quotes must have matching quotes");if("constructor"!==p&&h||(s=!0),E(S,o="%"+(n+="."+p)+"%"))a=S[o];else if(null!=a){if(!(p in a)){if(!e)throw new f("base intrinsic for "+t+" exists, but the property is not available.");return}if(d&&l+1>=r.length){var m=d(a,p);a=(h=!!m)&&"get"in m&&!("originalValue"in m.get)?m.get:a[p]}else h=E(a,p),a=a[p];h&&!s&&(S[o]=a)}}return a}},1464:(t,e,r)=>{"use strict";var n=r(6400)("%Object.getOwnPropertyDescriptor%",!0);if(n)try{n([],"length")}catch(t){n=null}t.exports=n},3191:(t,e,r)=>{"use strict";var n=r(988),i=function(){return!!n};i.hasArrayLengthDefineBug=function(){if(!n)return null;try{return 1!==n([],"length",{value:1}).length}catch(t){return!0}},t.exports=i},309:t=>{"use strict";var e={__proto__:null,foo:{}},r=Object;t.exports=function(){return({__proto__:e}).foo===e.foo&&!(e instanceof r)}},5510:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i="undefined"!=typeof Symbol&&Symbol,o=r(5484);t.exports=function(){return"function"==typeof i&&"function"==typeof Symbol&&"symbol"===n(i("foo"))&&"symbol"===n(Symbol("bar"))&&o()}},5484:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"===e(Symbol.iterator))return!0;var t={},r=Symbol("test"),n=Object(r);if("string"==typeof r||"[object Symbol]"!==Object.prototype.toString.call(r)||"[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(r in t[r]=42,t)return!1;if("function"==typeof Object.keys&&0!==Object.keys(t).length||"function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(t).length)return!1;var i=Object.getOwnPropertySymbols(t);if(1!==i.length||i[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(t,r);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},953:(t,e,r)=>{"use strict";var n=r(5484);t.exports=function(){return n()&&!!Symbol.toStringTag}},6936:(t,e,r)=>{"use strict";var n=r(9732).Buffer,i=r(7775).Transform;function o(t){i.call(this),this._block=n.allocUnsafe(t),this._blockSize=t,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}r(1679)(o,i),o.prototype._transform=function(t,e,r){var n=null;try{this.update(t,e)}catch(t){n=t}r(n)},o.prototype._flush=function(t){var e=null;try{this.push(this.digest())}catch(t){e=t}t(e)},o.prototype.update=function(t,e){if(function(t){if(!n.isBuffer(t)&&"string"!=typeof t)throw TypeError("Data must be a string or a buffer")}(t),this._finalized)throw Error("Digest already called");n.isBuffer(t)||(t=n.from(t,e));for(var r=this._block,i=0;this._blockOffset+t.length-i>=this._blockSize;){for(var o=this._blockOffset;o<this._blockSize;)r[o++]=t[i++];this._update(),this._blockOffset=0}for(;i<t.length;)r[this._blockOffset++]=t[i++];for(var a=0,s=8*t.length;s>0;++a)this._length[a]+=s,(s=this._length[a]/4294967296|0)>0&&(this._length[a]-=4294967296*s);return this},o.prototype._update=function(){throw Error("_update is not implemented")},o.prototype.digest=function(t){if(this._finalized)throw Error("Digest already called");this._finalized=!0;var e=this._digest();void 0!==t&&(e=e.toString(t)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return e},o.prototype._digest=function(){throw Error("_digest is not implemented")},t.exports=o},2859:(t,e,r)=>{e.utils=r(4685),e.common=r(7695),e.sha=r(690),e.ripemd=r(601),e.hmac=r(9313),e.sha1=e.sha.sha1,e.sha256=e.sha.sha256,e.sha224=e.sha.sha224,e.sha384=e.sha.sha384,e.sha512=e.sha.sha512,e.ripemd160=e.ripemd.ripemd160},7695:(t,e,r)=>{"use strict";var n=r(4685),i=r(3528);function o(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}e.BlockHash=o,o.prototype.update=function(t,e){if(t=n.toArray(t,e),this.pending?this.pending=this.pending.concat(t):this.pending=t,this.pendingTotal+=t.length,this.pending.length>=this._delta8){var r=(t=this.pending).length%this._delta8;this.pending=t.slice(t.length-r,t.length),0===this.pending.length&&(this.pending=null),t=n.join32(t,0,t.length-r,this.endian);for(var i=0;i<t.length;i+=this._delta32)this._update(t,i,i+this._delta32)}return this},o.prototype.digest=function(t){return this.update(this._pad()),i(null===this.pending),this._digest(t)},o.prototype._pad=function(){var t=this.pendingTotal,e=this._delta8,r=e-(t+this.padLength)%e,n=Array(r+this.padLength);n[0]=128;for(var i=1;i<r;i++)n[i]=0;if(t<<=3,"big"===this.endian){for(var o=8;o<this.padLength;o++)n[i++]=0;n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=t>>>24&255,n[i++]=t>>>16&255,n[i++]=t>>>8&255,n[i++]=255&t}else for(n[i++]=255&t,n[i++]=t>>>8&255,n[i++]=t>>>16&255,n[i++]=t>>>24&255,n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=0,o=8;o<this.padLength;o++)n[i++]=0;return n}},9313:(t,e,r)=>{"use strict";var n=r(4685),i=r(3528);function o(t,e,r){if(!(this instanceof o))return new o(t,e,r);this.Hash=t,this.blockSize=t.blockSize/8,this.outSize=t.outSize/8,this.inner=null,this.outer=null,this._init(n.toArray(e,r))}t.exports=o,o.prototype._init=function(t){t.length>this.blockSize&&(t=(new this.Hash).update(t).digest()),i(t.length<=this.blockSize);for(var e=t.length;e<this.blockSize;e++)t.push(0);for(e=0;e<t.length;e++)t[e]^=54;for(this.inner=(new this.Hash).update(t),e=0;e<t.length;e++)t[e]^=106;this.outer=(new this.Hash).update(t)},o.prototype.update=function(t,e){return this.inner.update(t,e),this},o.prototype.digest=function(t){return this.outer.update(this.inner.digest()),this.outer.digest(t)}},601:(t,e,r)=>{"use strict";var n=r(4685),i=r(7695),o=n.rotl32,a=n.sum32,s=n.sum32_3,c=n.sum32_4,u=i.BlockHash;function f(){if(!(this instanceof f))return new f;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function l(t,e,r,n){return t<=15?e^r^n:t<=31?e&r|~e&n:t<=47?(e|~r)^n:t<=63?e&n|r&~n:e^(r|~n)}n.inherits(f,u),e.ripemd160=f,f.blockSize=512,f.outSize=160,f.hmacStrength=192,f.padLength=64,f.prototype._update=function(t,e){for(var r=this.h[0],n=this.h[1],i=this.h[2],u=this.h[3],f=this.h[4],b=r,m=n,v=i,g=u,_=f,w=0;w<80;w++){var S,O,j=a(o(c(r,l(w,n,i,u),t[h[w]+e],(S=w)<=15?0:S<=31?1518500249:S<=47?1859775393:S<=63?2400959708:2840853838),d[w]),f);r=f,f=u,u=o(i,10),i=n,n=j,j=a(o(c(b,l(79-w,m,v,g),t[p[w]+e],(O=w)<=15?1352829926:O<=31?1548603684:O<=47?1836072691:O<=63?2053994217:0),y[w]),_),b=_,_=g,g=o(v,10),v=m,m=j}j=s(this.h[1],i,g),this.h[1]=s(this.h[2],u,_),this.h[2]=s(this.h[3],f,b),this.h[3]=s(this.h[4],r,m),this.h[4]=s(this.h[0],n,v),this.h[0]=j},f.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h,"little"):n.split32(this.h,"little")};var h=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],p=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],d=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],y=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},690:(t,e,r)=>{"use strict";e.sha1=r(4042),e.sha224=r(3329),e.sha256=r(2344),e.sha384=r(3420),e.sha512=r(6749)},4042:(t,e,r)=>{"use strict";var n=r(4685),i=r(7695),o=r(4104),a=n.rotl32,s=n.sum32,c=n.sum32_5,u=o.ft_1,f=i.BlockHash,l=[1518500249,1859775393,2400959708,3395469782];function h(){if(!(this instanceof h))return new h;f.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=Array(80)}n.inherits(h,f),t.exports=h,h.blockSize=512,h.outSize=160,h.hmacStrength=80,h.padLength=64,h.prototype._update=function(t,e){for(var r=this.W,n=0;n<16;n++)r[n]=t[e+n];for(;n<r.length;n++)r[n]=a(r[n-3]^r[n-8]^r[n-14]^r[n-16],1);var i=this.h[0],o=this.h[1],f=this.h[2],h=this.h[3],p=this.h[4];for(n=0;n<r.length;n++){var d=~~(n/20),y=c(a(i,5),u(d,o,f,h),p,r[n],l[d]);p=h,h=f,f=a(o,30),o=i,i=y}this.h[0]=s(this.h[0],i),this.h[1]=s(this.h[1],o),this.h[2]=s(this.h[2],f),this.h[3]=s(this.h[3],h),this.h[4]=s(this.h[4],p)},h.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},3329:(t,e,r)=>{"use strict";var n=r(4685),i=r(2344);function o(){if(!(this instanceof o))return new o;i.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}n.inherits(o,i),t.exports=o,o.blockSize=512,o.outSize=224,o.hmacStrength=192,o.padLength=64,o.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h.slice(0,7),"big"):n.split32(this.h.slice(0,7),"big")}},2344:(t,e,r)=>{"use strict";var n=r(4685),i=r(7695),o=r(4104),a=r(3528),s=n.sum32,c=n.sum32_4,u=n.sum32_5,f=o.ch32,l=o.maj32,h=o.s0_256,p=o.s1_256,d=o.g0_256,y=o.g1_256,b=i.BlockHash,m=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function v(){if(!(this instanceof v))return new v;b.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=m,this.W=Array(64)}n.inherits(v,b),t.exports=v,v.blockSize=512,v.outSize=256,v.hmacStrength=192,v.padLength=64,v.prototype._update=function(t,e){for(var r=this.W,n=0;n<16;n++)r[n]=t[e+n];for(;n<r.length;n++)r[n]=c(y(r[n-2]),r[n-7],d(r[n-15]),r[n-16]);var i=this.h[0],o=this.h[1],b=this.h[2],m=this.h[3],v=this.h[4],g=this.h[5],_=this.h[6],w=this.h[7];for(a(this.k.length===r.length),n=0;n<r.length;n++){var S=u(w,p(v),f(v,g,_),this.k[n],r[n]),O=s(h(i),l(i,o,b));w=_,_=g,g=v,v=s(m,S),m=b,b=o,o=i,i=s(S,O)}this.h[0]=s(this.h[0],i),this.h[1]=s(this.h[1],o),this.h[2]=s(this.h[2],b),this.h[3]=s(this.h[3],m),this.h[4]=s(this.h[4],v),this.h[5]=s(this.h[5],g),this.h[6]=s(this.h[6],_),this.h[7]=s(this.h[7],w)},v.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},3420:(t,e,r)=>{"use strict";var n=r(4685),i=r(6749);function o(){if(!(this instanceof o))return new o;i.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}n.inherits(o,i),t.exports=o,o.blockSize=1024,o.outSize=384,o.hmacStrength=192,o.padLength=128,o.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h.slice(0,12),"big"):n.split32(this.h.slice(0,12),"big")}},6749:(t,e,r)=>{"use strict";var n=r(4685),i=r(7695),o=r(3528),a=n.rotr64_hi,s=n.rotr64_lo,c=n.shr64_hi,u=n.shr64_lo,f=n.sum64,l=n.sum64_hi,h=n.sum64_lo,p=n.sum64_4_hi,d=n.sum64_4_lo,y=n.sum64_5_hi,b=n.sum64_5_lo,m=i.BlockHash,v=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function g(){if(!(this instanceof g))return new g;m.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=v,this.W=Array(160)}n.inherits(g,m),t.exports=g,g.blockSize=1024,g.outSize=512,g.hmacStrength=192,g.padLength=128,g.prototype._prepareBlock=function(t,e){for(var r,n,i,o=this.W,f=0;f<32;f++)o[f]=t[e+f];for(;f<o.length;f+=2){var l=(r=o[f-4],n=o[f-3],i=void 0,(i=a(r,n,19)^a(n,r,29)^c(r,n,6))<0&&(i+=4294967296),i),h=function(t,e){var r=s(t,e,19)^s(e,t,29)^u(t,e,6);return r<0&&(r+=4294967296),r}(o[f-4],o[f-3]),y=o[f-14],b=o[f-13],m=function(t,e){var r=a(t,e,1)^a(t,e,8)^c(t,e,7);return r<0&&(r+=4294967296),r}(o[f-30],o[f-29]),v=function(t,e){var r=s(t,e,1)^s(t,e,8)^u(t,e,7);return r<0&&(r+=4294967296),r}(o[f-30],o[f-29]),g=o[f-32],_=o[f-31];o[f]=p(l,h,y,b,m,v,g,_),o[f+1]=d(l,h,y,b,m,v,g,_)}},g.prototype._update=function(t,e){this._prepareBlock(t,e);var r,n,i,c=this.W,u=this.h[0],p=this.h[1],d=this.h[2],m=this.h[3],v=this.h[4],g=this.h[5],_=this.h[6],w=this.h[7],S=this.h[8],O=this.h[9],j=this.h[10],$=this.h[11],A=this.h[12],E=this.h[13],x=this.h[14],P=this.h[15];o(this.k.length===c.length);for(var k=0;k<c.length;k+=2){var M=x,I=P,T=(i=void 0,(i=a(r=S,n=O,14)^a(r,n,18)^a(n,r,9))<0&&(i+=4294967296),i),B=function(t,e){var r=s(t,e,14)^s(t,e,18)^s(e,t,9);return r<0&&(r+=4294967296),r}(S,O),R=function(t,e,r,n,i){var o=t&r^~t&i;return o<0&&(o+=4294967296),o}(S,0,j,0,A),N=function(t,e,r,n,i,o){var a=e&n^~e&o;return a<0&&(a+=4294967296),a}(0,O,0,$,0,E),D=this.k[k],L=this.k[k+1],C=c[k],U=c[k+1],q=y(M,I,T,B,R,N,D,L,C,U),F=b(M,I,T,B,R,N,D,L,C,U);M=function(t,e){var r=a(t,e,28)^a(e,t,2)^a(e,t,7);return r<0&&(r+=4294967296),r}(u,p);var V=l(M,I=function(t,e){var r=s(t,e,28)^s(e,t,2)^s(e,t,7);return r<0&&(r+=4294967296),r}(u,p),T=function(t,e,r,n,i){var o=t&r^t&i^r&i;return o<0&&(o+=4294967296),o}(u,0,d,0,v),B=function(t,e,r,n,i,o){var a=e&n^e&o^n&o;return a<0&&(a+=4294967296),a}(0,p,0,m,0,g)),z=h(M,I,T,B);x=A,P=E,A=j,E=$,j=S,$=O,S=l(_,w,q,F),O=h(w,w,q,F),_=v,w=g,v=d,g=m,d=u,m=p,u=l(q,F,V,z),p=h(q,F,V,z)}f(this.h,0,u,p),f(this.h,2,d,m),f(this.h,4,v,g),f(this.h,6,_,w),f(this.h,8,S,O),f(this.h,10,j,$),f(this.h,12,A,E),f(this.h,14,x,P)},g.prototype._digest=function(t){return"hex"===t?n.toHex32(this.h,"big"):n.split32(this.h,"big")}},4104:(t,e,r)=>{"use strict";var n=r(4685).rotr32;function i(t,e,r){return t&e^t&r^e&r}e.ft_1=function(t,e,r,n){return 0===t?e&r^~e&n:1===t||3===t?e^r^n:2===t?i(e,r,n):void 0},e.ch32=function(t,e,r){return t&e^~t&r},e.maj32=i,e.p32=function(t,e,r){return t^e^r},e.s0_256=function(t){return n(t,2)^n(t,13)^n(t,22)},e.s1_256=function(t){return n(t,6)^n(t,11)^n(t,25)},e.g0_256=function(t){return n(t,7)^n(t,18)^t>>>3},e.g1_256=function(t){return n(t,17)^n(t,19)^t>>>10}},4685:(t,e,r)=>{"use strict";var n=r(3528),i=r(1679);function o(t){return(t>>>24|t>>>8&65280|t<<8&16711680|(255&t)<<24)>>>0}function a(t){return 1===t.length?"0"+t:t}function s(t){return 7===t.length?"0"+t:6===t.length?"00"+t:5===t.length?"000"+t:4===t.length?"0000"+t:3===t.length?"00000"+t:2===t.length?"000000"+t:1===t.length?"0000000"+t:t}e.inherits=i,e.toArray=function(t,e){if(Array.isArray(t))return t.slice();if(!t)return[];var r=[];if("string"==typeof t){if(e){if("hex"===e)for((t=t.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(t="0"+t),i=0;i<t.length;i+=2)r.push(parseInt(t[i]+t[i+1],16))}else for(var n=0,i=0;i<t.length;i++){var o,a,s=t.charCodeAt(i);s<128?r[n++]=s:(s<2048?r[n++]=s>>6|192:((o=t,a=i,55296!=(64512&o.charCodeAt(a))||a<0||a+1>=o.length||56320!=(64512&o.charCodeAt(a+1)))?r[n++]=s>>12|224:(s=65536+((1023&s)<<10)+(1023&t.charCodeAt(++i)),r[n++]=s>>18|240,r[n++]=s>>12&63|128),r[n++]=s>>6&63|128),r[n++]=63&s|128)}}else for(i=0;i<t.length;i++)r[i]=0|t[i];return r},e.toHex=function(t){for(var e="",r=0;r<t.length;r++)e+=a(t[r].toString(16));return e},e.htonl=o,e.toHex32=function(t,e){for(var r="",n=0;n<t.length;n++){var i=t[n];"little"===e&&(i=o(i)),r+=s(i.toString(16))}return r},e.zero2=a,e.zero8=s,e.join32=function(t,e,r,i){var o,a=r-e;n(a%4==0);for(var s=Array(a/4),c=0,u=e;c<s.length;c++,u+=4)o="big"===i?t[u]<<24|t[u+1]<<16|t[u+2]<<8|t[u+3]:t[u+3]<<24|t[u+2]<<16|t[u+1]<<8|t[u],s[c]=o>>>0;return s},e.split32=function(t,e){for(var r=Array(4*t.length),n=0,i=0;n<t.length;n++,i+=4){var o=t[n];"big"===e?(r[i]=o>>>24,r[i+1]=o>>>16&255,r[i+2]=o>>>8&255,r[i+3]=255&o):(r[i+3]=o>>>24,r[i+2]=o>>>16&255,r[i+1]=o>>>8&255,r[i]=255&o)}return r},e.rotr32=function(t,e){return t>>>e|t<<32-e},e.rotl32=function(t,e){return t<<e|t>>>32-e},e.sum32=function(t,e){return t+e>>>0},e.sum32_3=function(t,e,r){return t+e+r>>>0},e.sum32_4=function(t,e,r,n){return t+e+r+n>>>0},e.sum32_5=function(t,e,r,n,i){return t+e+r+n+i>>>0},e.sum64=function(t,e,r,n){var i=t[e],o=n+t[e+1]>>>0;t[e]=(o<n?1:0)+r+i>>>0,t[e+1]=o},e.sum64_hi=function(t,e,r,n){return(e+n>>>0<e?1:0)+t+r>>>0},e.sum64_lo=function(t,e,r,n){return e+n>>>0},e.sum64_4_hi=function(t,e,r,n,i,o,a,s){var c=e;return t+r+i+a+(0+(((c=c+n>>>0)<e?1:0)+((c=c+o>>>0)<o?1:0)+((c=c+s>>>0)<s?1:0)))>>>0},e.sum64_4_lo=function(t,e,r,n,i,o,a,s){return e+n+o+s>>>0},e.sum64_5_hi=function(t,e,r,n,i,o,a,s,c,u){var f=e;return t+r+i+a+c+(0+(((f=f+n>>>0)<e?1:0)+((f=f+o>>>0)<o?1:0)+((f=f+s>>>0)<s?1:0)+((f=f+u>>>0)<u?1:0)))>>>0},e.sum64_5_lo=function(t,e,r,n,i,o,a,s,c,u){return e+n+o+s+u>>>0},e.rotr64_hi=function(t,e,r){return(e<<32-r|t>>>r)>>>0},e.rotr64_lo=function(t,e,r){return(t<<32-r|e>>>r)>>>0},e.shr64_hi=function(t,e,r){return t>>>r},e.shr64_lo=function(t,e,r){return(t<<32-r|e>>>r)>>>0}},5994:(t,e,r)=>{"use strict";var n=Function.prototype.call,i=Object.prototype.hasOwnProperty,o=r(2354);t.exports=o.call(n,i)},6934:(t,e,r)=>{"use strict";var n=r(2859),i=r(6706),o=r(3528);function a(t){if(!(this instanceof a))return new a(t);this.hash=t.hash,this.predResist=!!t.predResist,this.outLen=this.hash.outSize,this.minEntropy=t.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var e=i.toArray(t.entropy,t.entropyEnc||"hex"),r=i.toArray(t.nonce,t.nonceEnc||"hex"),n=i.toArray(t.pers,t.persEnc||"hex");o(e.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(e,r,n)}t.exports=a,a.prototype._init=function(t,e,r){var n=t.concat(e).concat(r);this.K=Array(this.outLen/8),this.V=Array(this.outLen/8);for(var i=0;i<this.V.length;i++)this.K[i]=0,this.V[i]=1;this._update(n),this._reseed=1,this.reseedInterval=281474976710656},a.prototype._hmac=function(){return new n.hmac(this.hash,this.K)},a.prototype._update=function(t){var e=this._hmac().update(this.V).update([0]);t&&(e=e.update(t)),this.K=e.digest(),this.V=this._hmac().update(this.V).digest(),t&&(this.K=this._hmac().update(this.V).update([1]).update(t).digest(),this.V=this._hmac().update(this.V).digest())},a.prototype.reseed=function(t,e,r,n){"string"!=typeof e&&(n=r,r=e,e=null),t=i.toArray(t,e),r=i.toArray(r,n),o(t.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(t.concat(r||[])),this._reseed=1},a.prototype.generate=function(t,e,r,n){if(this._reseed>this.reseedInterval)throw Error("Reseed is required");"string"!=typeof e&&(n=r,r=e,e=null),r&&(r=i.toArray(r,n||"hex"),this._update(r));for(var o=[];o.length<t;)this.V=this._hmac().update(this.V).digest(),o=o.concat(this.V);var a=o.slice(0,t);return this._update(r),this._reseed++,i.encode(a,e)}},2486:(t,e)=>{e.read=function(t,e,r,n,i){var o,a,s=8*i-n-1,c=(1<<s)-1,u=c>>1,f=-7,l=r?i-1:0,h=r?-1:1,p=t[e+l];for(l+=h,o=p&(1<<-f)-1,p>>=-f,f+=s;f>0;o=256*o+t[e+l],l+=h,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=n;f>0;a=256*a+t[e+l],l+=h,f-=8);if(0===o)o=1-u;else{if(o===c)return a?NaN:1/0*(p?-1:1);a+=Math.pow(2,n),o-=u}return(p?-1:1)*a*Math.pow(2,o-n)},e.write=function(t,e,r,n,i,o){var a,s,c,u=8*o-i-1,f=(1<<u)-1,l=f>>1,h=23===i?5960464477539062e-23:0,p=n?0:o-1,d=n?1:-1,y=e<0||0===e&&1/e<0?1:0;for(isNaN(e=Math.abs(e))||e===1/0?(s=isNaN(e)?1:0,a=f):(a=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-a))<1&&(a--,c*=2),(e+=a+l>=1?h/c:h*Math.pow(2,1-l))*c>=2&&(a++,c/=2),a+l>=f?(s=0,a=f):a+l>=1?(s=(e*c-1)*Math.pow(2,i),a+=l):(s=e*Math.pow(2,l-1)*Math.pow(2,i),a=0));i>=8;t[r+p]=255&s,p+=d,s/=256,i-=8);for(a=a<<i|s,u+=i;u>0;t[r+p]=255&a,p+=d,a/=256,u-=8);t[r+p-d]|=128*y}},1679:t=>{"function"==typeof Object.create?t.exports=function(t,e){e&&(t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(t,e){if(e){t.super_=e;var r=function(){};r.prototype=e.prototype,t.prototype=new r,t.prototype.constructor=t}}},5899:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(953)(),o=r(9466)("Object.prototype.toString"),a=function(t){return!(i&&t&&"object"===n(t)&&Symbol.toStringTag in t)&&"[object Arguments]"===o(t)},s=function(t){return!!a(t)||null!==t&&"object"===n(t)&&"number"==typeof t.length&&t.length>=0&&"[object Array]"!==o(t)&&"[object Function]"===o(t.callee)},c=function(){return a(arguments)}();a.isLegacyArguments=s,t.exports=c?a:s},9809:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var r,n,i=Function.prototype.toString,o="object"===("undefined"==typeof Reflect?"undefined":e(Reflect))&&null!==Reflect&&Reflect.apply;if("function"==typeof o&&"function"==typeof Object.defineProperty)try{r=Object.defineProperty({},"length",{get:function(){throw n}}),n={},o(function(){throw 42},null,r)}catch(t){t!==n&&(o=null)}else o=null;var a=/^\s*class\b/,s=function(t){try{var e=i.call(t);return a.test(e)}catch(t){return!1}},c=function(t){try{return!s(t)&&(i.call(t),!0)}catch(t){return!1}},u=Object.prototype.toString,f="function"==typeof Symbol&&!!Symbol.toStringTag,l=!(0 in[,]),h=function(){return!1};if("object"===("undefined"==typeof document?"undefined":e(document))){var p=document.all;u.call(p)===u.call(document.all)&&(h=function(t){if((l||!t)&&(void 0===t||"object"===e(t)))try{var r=u.call(t);return("[object HTMLAllCollection]"===r||"[object HTML document.all class]"===r||"[object HTMLCollection]"===r||"[object Object]"===r)&&null==t("")}catch(t){}return!1})}t.exports=o?function(t){if(h(t))return!0;if(!t||"function"!=typeof t&&"object"!==e(t))return!1;try{o(t,null,r)}catch(t){if(t!==n)return!1}return!s(t)&&c(t)}:function(t){if(h(t))return!0;if(!t||"function"!=typeof t&&"object"!==e(t))return!1;if(f)return c(t);if(s(t))return!1;var r=u.call(t);return!("[object Function]"!==r&&"[object GeneratorFunction]"!==r&&!/^\[object HTML/.test(r))&&c(t)}},1905:(t,e,r)=>{"use strict";var n,i=Object.prototype.toString,o=Function.prototype.toString,a=/^\s*(?:function)?\*/,s=r(953)(),c=Object.getPrototypeOf;t.exports=function(t){if("function"!=typeof t)return!1;if(a.test(o.call(t)))return!0;if(!s)return"[object GeneratorFunction]"===i.call(t);if(!c)return!1;if(void 0===n){var e=function(){if(!s)return!1;try{return Function("return function*() {}")()}catch(t){}}();n=!!e&&c(e)}return c(t)===n}},118:t=>{"use strict";t.exports=function(t){return t!=t}},6062:(t,e,r)=>{"use strict";var n=r(9122),i=r(2273),o=r(118),a=r(4183),s=r(5497),c=n(a(),Number);i(c,{getPolyfill:a,implementation:o,shim:s}),t.exports=c},4183:(t,e,r)=>{"use strict";var n=r(118);t.exports=function(){return Number.isNaN&&Number.isNaN(NaN)&&!Number.isNaN("a")?Number.isNaN:n}},5497:(t,e,r)=>{"use strict";var n=r(2273),i=r(4183);t.exports=function(){var t=i();return n(Number,{isNaN:t},{isNaN:function(){return Number.isNaN!==t}}),t}},7911:(t,e,r)=>{"use strict";var n=r(9834);t.exports=function(t){return!!n(t)}},5455:t=>{var e={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==e.call(t)}},8297:t=>{"use strict";function e(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=n(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var i=0,o=function(){};return{s:o,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:o}}throw TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,a=t},f:function(){try{s||null==r.return||r.return()}finally{if(c)throw a}}}}function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function n(t,e){if(t){if("string"==typeof t)return i(t,e);var r=({}).toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?i(t,e):void 0}}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function o(t,e,r){if(s())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,e);var i=new(t.bind.apply(t,n));return r&&a(i,r.prototype),i}function a(t,e){return(a=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t})(t,e)}function s(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(s=function(){return!!t})()}function c(){this._pres=new Map,this._posts=new Map}function u(t,e,r,n,i,o,a){return o.useErrorHandlers?t.execPost(r,n,i,{error:e},function(t){return"function"==typeof a&&a(t)}):"function"==typeof a&&a(e)}function f(t,e,r,n){var i;try{i=t.apply(e,r)}catch(t){return n(t)}l(i)&&i.then(function(){return n()},function(t){return n(t)})}function l(t){return"object"===r(t)&&null!==t&&"function"==typeof t.then}function h(t){var e=!1,r=this;return function(){var n=arguments;if(!e)return e=!0,p(function(){return t.apply(r,n)})}}c.skipWrappedFunction=function(){if(!(this instanceof c.skipWrappedFunction))return o(c.skipWrappedFunction,Array.prototype.slice.call(arguments));this.args=Array.prototype.slice.call(arguments)},c.overwriteResult=function(){if(!(this instanceof c.overwriteResult))return o(c.overwriteResult,Array.prototype.slice.call(arguments));this.args=Array.prototype.slice.call(arguments)},c.prototype.execPre=function(t,e,r,n){3==arguments.length&&(n=r,r=[]);var i=this._pres.get(t)||[],o=i.length,a=i.numAsync||0,s=0,u=a,d=!1,y=r,b=null;if(!o)return p(function(){n(null)});function m(){if(!(s>=o)){var t=i[s];if(t.isAsync){var r=[h(v),h(function(t){if(t){if(d)return;if(!(t instanceof c.skipWrappedFunction))return d=!0,n(t);b=t}if(0==--u&&s>=o)return n(b)})];f(t.fn,e,r,r[0])}else if(t.fn.length>0){for(var a=[h(v)],g=arguments.length>=2?arguments:[null].concat(y),_=1;_<g.length;++_)_===g.length-1&&"function"==typeof g[_]||a.push(g[_]);f(t.fn,e,a,a[0])}else{var w=null;try{w=t.fn.call(e)}catch(t){if(null!=t)return n(t)}if(l(w))w.then(function(){return v()},function(t){return v(t)});else{if(++s>=o)return u>0?void 0:p(function(){n(b)});m()}}}}function v(t){if(t){if(d)return;if(!(t instanceof c.skipWrappedFunction))return d=!0,n(t);b=t}if(++s>=o)return u>0?void 0:n(b);m.apply(e,arguments)}m.apply(null,[null].concat(r))},c.prototype.execPreSync=function(t,e,r){for(var n=this._pres.get(t)||[],i=n.length,o=0;o<i;++o)n[o].fn.apply(e,r||[])},c.prototype.execPost=function(t,e,r,n,i){arguments.length<5&&(i=n,n=null);var o=this._posts.get(t)||[],a=o.length,s=0,u=null;if(n&&n.error&&(u=n.error),!a)return p(function(){i.apply(null,[u].concat(r))});!function t(){for(var n=o[s].fn,p=0,y=r.length,b=[],m=0;m<y;++m)p+=r[m]&&r[m]._kareemIgnore?0:1,r[m]&&r[m]._kareemIgnore||b.push(r[m]);if(u){if(d(o[s],p)){var v=h(function(e){if(e){if(e instanceof c.overwriteResult)return r=e.args,++s>=a?i.call(null,u):t();u=e}if(++s>=a)return i.call(null,u);t()});f(n,e,[u].concat(b).concat([v]),v)}else{if(++s>=a)return i.call(null,u);t()}}else{var g,_,w=h(function(e){return e?e instanceof c.overwriteResult?(r=e.args,++s>=a?i.apply(null,[null].concat(r)):t()):(u=e,t()):++s>=a?i.apply(null,[null].concat(r)):void t()});if(d(o[s],p))return++s>=a?i.apply(null,[null].concat(r)):t();if(n.length===p+1)f(n,e,b.concat([w]),w);else{try{_=n.apply(e,b)}catch(t){g=t,u=t}if(l(_))return _.then(function(t){w(t instanceof c.overwriteResult?t:null)},function(t){return w(t)});if(_ instanceof c.overwriteResult&&(r=_.args),++s>=a)return i.apply(null,[g].concat(r));t()}}}()},c.prototype.execPostSync=function(t,e,r){for(var n=this._posts.get(t)||[],i=n.length,o=0;o<i;++o){var a=n[o].fn.apply(e,r||[]);a instanceof c.overwriteResult&&(r=a.args)}return r},c.prototype.createWrapperSync=function(t,e){var r=this;return function(){r.execPreSync(t,this,arguments);var n=e.apply(this,arguments);return r.execPostSync(t,this,[n])[0]}},c.prototype.wrap=function(t,e,r,o,a){var s=o.length>0?o[o.length-1]:null,f=Array.from(o);"function"==typeof s&&f.pop();var h=this,p=(a=a||{}).checkForPromise;this.execPre(t,r,o,function(o){if(o&&!(o instanceof c.skipWrappedFunction)){for(var d=a.numCallbackParams||0,y=a.contextParameter?[r]:[],b=y.length;b<d;++b)y.push(null);return u(h,o,t,r,y,a,s)}var m,v,g=e.length;if(o instanceof c.skipWrappedFunction)return m=o.args[0],_.apply(void 0,[null].concat(function(t){if(Array.isArray(t))return i(t)}(v=o.args)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(v)||n(v)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()));try{m=e.apply(r,f.concat(_))}catch(t){return _(t)}if(p){if(l(m))return m.then(function(t){return _(null,t)},function(t){return _(t)});if(g<f.length+1)return _(null,m)}function _(){var e=Array.from(arguments);if(e.shift(),a.nullResultByDefault&&0===e.length&&e.push(null),arguments[0])return u(h,arguments[0],t,r,e,a,s);h.execPost(t,r,e,function(){null!==s&&(arguments[0]?s(arguments[0]):s.apply(r,arguments))})}})},c.prototype.filter=function(t){for(var e=this,r=this.clone(),n=Array.from(r._pres.keys()),i=0;i<n.length;i++)(function(){var o=n[i],a=e._pres.get(o).map(function(t){return Object.assign({},t,{name:o})}).filter(t);if(0===a.length)return r._pres.delete(o);a.numAsync=a.filter(function(t){return t.isAsync}).length,r._pres.set(o,a)})();for(var o=Array.from(r._posts.keys()),a=0;a<o.length;a++)(function(){var n=o[a],i=e._posts.get(n).map(function(t){return Object.assign({},t,{name:n})}).filter(t);if(0===i.length)return r._posts.delete(n);r._posts.set(n,i)})();return r},c.prototype.hasHooks=function(t){return this._pres.has(t)||this._posts.has(t)},c.prototype.createWrapper=function(t,e,r,n){var i=this;return this.hasHooks(t)?function(){i.wrap(t,e,r||this,Array.from(arguments),n)}:function(){var t=arguments,r=this;p(function(){return e.apply(r,t)})}},c.prototype.pre=function(t,e,n,i,o){var a={};"object"===r(e)&&null!==e?e=(a=e).isAsync:"boolean"!=typeof arguments[1]&&(n=e,e=!1);var s=this._pres.get(t)||[];if(this._pres.set(t,s),e&&(s.numAsync=s.numAsync||0,++s.numAsync),"function"!=typeof n)throw Error('pre() requires a function, got "'+r(n)+'"');return o?s.unshift(Object.assign({},a,{fn:n,isAsync:e})):s.push(Object.assign({},a,{fn:n,isAsync:e})),this},c.prototype.post=function(t,e,n,i){var o=this._posts.get(t)||[];if("function"==typeof e&&(i=!!n,n=e,e={}),"function"!=typeof n)throw Error('post() requires a function, got "'+r(n)+'"');return i?o.unshift(Object.assign({},e,{fn:n})):o.push(Object.assign({},e,{fn:n})),this._posts.set(t,o),this},c.prototype.clone=function(){var t,r=new c,n=e(this._pres.keys());try{for(n.s();!(t=n.n()).done;){var i=t.value,o=this._pres.get(i).slice();o.numAsync=this._pres.get(i).numAsync,r._pres.set(i,o)}}catch(t){n.e(t)}finally{n.f()}var a,s=e(this._posts.keys());try{for(s.s();!(a=s.n()).done;){var u=a.value;r._posts.set(u,this._posts.get(u).slice())}}catch(t){s.e(t)}finally{s.f()}return r},c.prototype.merge=function(t,r){var n,i=(r=1==arguments.length||r)?this.clone():this,o=e(t._pres.keys());try{for(o.s();!(n=o.n()).done;)(function(){var e=n.value,r=i._pres.get(e)||[],o=t._pres.get(e).filter(function(t){return -1===r.map(function(t){return t.fn}).indexOf(t.fn)}),a=r.concat(o);a.numAsync=r.numAsync||0,a.numAsync+=o.filter(function(t){return t.isAsync}).length,i._pres.set(e,a)})()}catch(t){o.e(t)}finally{o.f()}var a,s=e(t._posts.keys());try{for(s.s();!(a=s.n()).done;)(function(){var e=a.value,r=i._posts.get(e)||[],n=t._posts.get(e).filter(function(t){return -1===r.indexOf(t)});i._posts.set(e,r.concat(n))})()}catch(t){s.e(t)}finally{s.f()}return i};var p="object"===r({env:{}})&&({env:{}}).nextTick||function(t){setTimeout(t,0)};function d(t,e){return!!t.errorHandler||t.fn.length===e+2}t.exports=c},2635:(t,e,r)=>{"use strict";var n=r(1679),i=r(6936),o=r(9732).Buffer,a=Array(16);function s(){i.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}function c(t,e){return t<<e|t>>>32-e}function u(t,e,r,n,i,o,a){return c(t+(e&r|~e&n)+i+o|0,a)+e|0}function f(t,e,r,n,i,o,a){return c(t+(e&n|r&~n)+i+o|0,a)+e|0}function l(t,e,r,n,i,o,a){return c(t+(e^r^n)+i+o|0,a)+e|0}function h(t,e,r,n,i,o,a){return c(t+(r^(e|~n))+i+o|0,a)+e|0}n(s,i),s.prototype._update=function(){for(var t=0;t<16;++t)a[t]=this._block.readInt32LE(4*t);var e=this._a,r=this._b,n=this._c,i=this._d;e=u(e,r,n,i,a[0],3614090360,7),i=u(i,e,r,n,a[1],3905402710,12),n=u(n,i,e,r,a[2],606105819,17),r=u(r,n,i,e,a[3],3250441966,22),e=u(e,r,n,i,a[4],4118548399,7),i=u(i,e,r,n,a[5],1200080426,12),n=u(n,i,e,r,a[6],2821735955,17),r=u(r,n,i,e,a[7],4249261313,22),e=u(e,r,n,i,a[8],1770035416,7),i=u(i,e,r,n,a[9],2336552879,12),n=u(n,i,e,r,a[10],4294925233,17),r=u(r,n,i,e,a[11],2304563134,22),e=u(e,r,n,i,a[12],1804603682,7),i=u(i,e,r,n,a[13],4254626195,12),n=u(n,i,e,r,a[14],2792965006,17),e=f(e,r=u(r,n,i,e,a[15],1236535329,22),n,i,a[1],4129170786,5),i=f(i,e,r,n,a[6],3225465664,9),n=f(n,i,e,r,a[11],643717713,14),r=f(r,n,i,e,a[0],3921069994,20),e=f(e,r,n,i,a[5],3593408605,5),i=f(i,e,r,n,a[10],38016083,9),n=f(n,i,e,r,a[15],3634488961,14),r=f(r,n,i,e,a[4],3889429448,20),e=f(e,r,n,i,a[9],568446438,5),i=f(i,e,r,n,a[14],3275163606,9),n=f(n,i,e,r,a[3],4107603335,14),r=f(r,n,i,e,a[8],1163531501,20),e=f(e,r,n,i,a[13],2850285829,5),i=f(i,e,r,n,a[2],4243563512,9),n=f(n,i,e,r,a[7],1735328473,14),e=l(e,r=f(r,n,i,e,a[12],2368359562,20),n,i,a[5],4294588738,4),i=l(i,e,r,n,a[8],2272392833,11),n=l(n,i,e,r,a[11],1839030562,16),r=l(r,n,i,e,a[14],4259657740,23),e=l(e,r,n,i,a[1],2763975236,4),i=l(i,e,r,n,a[4],1272893353,11),n=l(n,i,e,r,a[7],4139469664,16),r=l(r,n,i,e,a[10],3200236656,23),e=l(e,r,n,i,a[13],681279174,4),i=l(i,e,r,n,a[0],3936430074,11),n=l(n,i,e,r,a[3],3572445317,16),r=l(r,n,i,e,a[6],76029189,23),e=l(e,r,n,i,a[9],3654602809,4),i=l(i,e,r,n,a[12],3873151461,11),n=l(n,i,e,r,a[15],530742520,16),e=h(e,r=l(r,n,i,e,a[2],3299628645,23),n,i,a[0],4096336452,6),i=h(i,e,r,n,a[7],1126891415,10),n=h(n,i,e,r,a[14],2878612391,15),r=h(r,n,i,e,a[5],4237533241,21),e=h(e,r,n,i,a[12],1700485571,6),i=h(i,e,r,n,a[3],2399980690,10),n=h(n,i,e,r,a[10],4293915773,15),r=h(r,n,i,e,a[1],2240044497,21),e=h(e,r,n,i,a[8],1873313359,6),i=h(i,e,r,n,a[15],4264355552,10),n=h(n,i,e,r,a[6],2734768916,15),r=h(r,n,i,e,a[13],1309151649,21),e=h(e,r,n,i,a[4],4149444226,6),i=h(i,e,r,n,a[11],3174756917,10),n=h(n,i,e,r,a[2],718787259,15),r=h(r,n,i,e,a[9],3951481745,21),this._a=this._a+e|0,this._b=this._b+r|0,this._c=this._c+n|0,this._d=this._d+i|0},s.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=o.allocUnsafe(16);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t},t.exports=s},1257:(t,e,r)=>{var n=r(7799),i=r(8904);function o(t){this.rand=t||new i.Rand}t.exports=o,o.create=function(t){return new o(t)},o.prototype._randbelow=function(t){var e=Math.ceil(t.bitLength()/8);do var r=new n(this.rand.generate(e));while(r.cmp(t)>=0);return r},o.prototype._randrange=function(t,e){var r=e.sub(t);return t.add(this._randbelow(r))},o.prototype.test=function(t,e,r){var i=t.bitLength(),o=n.mont(t),a=new n(1).toRed(o);e||(e=Math.max(1,i/48|0));for(var s=t.subn(1),c=0;!s.testn(c);c++);for(var u=t.shrn(c),f=s.toRed(o);e>0;e--){var l=this._randrange(new n(2),s);r&&r(l);var h=l.toRed(o).redPow(u);if(0!==h.cmp(a)&&0!==h.cmp(f)){for(var p=1;p<c;p++){if(0===(h=h.redSqr()).cmp(a))return!1;if(0===h.cmp(f))break}if(p===c)return!1}}return!0},o.prototype.getDivisor=function(t,e){var r=t.bitLength(),i=n.mont(t),o=new n(1).toRed(i);e||(e=Math.max(1,r/48|0));for(var a=t.subn(1),s=0;!a.testn(s);s++);for(var c=t.shrn(s),u=a.toRed(i);e>0;e--){var f=this._randrange(new n(2),a),l=t.gcd(f);if(0!==l.cmpn(1))return l;var h=f.toRed(i).redPow(c);if(0!==h.cmp(o)&&0!==h.cmp(u)){for(var p=1;p<s;p++){if(0===(h=h.redSqr()).cmp(o))return h.fromRed().subn(1).gcd(t);if(0===h.cmp(u))break}if(p===s)return(h=h.redSqr()).fromRed().subn(1).gcd(t)}}return!1}},3528:t=>{function e(t,e){if(!t)throw Error(e||"Assertion failed")}t.exports=e,e.equal=function(t,e,r){if(t!=e)throw Error(r||"Assertion failed: "+t+" != "+e)}},6706:(t,e)=>{"use strict";function r(t){return 1===t.length?"0"+t:t}function n(t){for(var e="",n=0;n<t.length;n++)e+=r(t[n].toString(16));return e}e.toArray=function(t,e){if(Array.isArray(t))return t.slice();if(!t)return[];var r=[];if("string"!=typeof t){for(var n=0;n<t.length;n++)r[n]=0|t[n];return r}if("hex"===e)for((t=t.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(t="0"+t),n=0;n<t.length;n+=2)r.push(parseInt(t[n]+t[n+1],16));else for(n=0;n<t.length;n++){var i=t.charCodeAt(n),o=i>>8,a=255&i;o?r.push(o,a):r.push(a)}return r},e.zero2=r,e.toHex=n,e.encode=function(t,e){return"hex"===e?n(t):t}},5678:(t,e,r)=>{"use strict";t.exports=r(2914)},2914:(t,e,r)=>{function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(7860),o=["__proto__","constructor","prototype"];function a(t){return t}e.get=function(t,r,o,s){"function"==typeof o&&(o.length<2?s=o:u=o,o=void 0),s||(s=a);var c="string"==typeof t?i(t):t;if(!Array.isArray(c))throw TypeError("Invalid `path`. Must be either string or array");for(var u,f,l=r,h=0;h<c.length;++h){if(f=c[h],"string"!=typeof c[h]&&"number"!=typeof c[h])throw TypeError("Each segment of path to `get()` must be a string or number, got "+n(c[h]));if(Array.isArray(l)&&!/^\d+$/.test(f)){var p=c.slice(h);return[].concat(l).map(function(t){return t?e.get(p,t,o||u,s):s(void 0)})}if(u)l=u(l,f);else{var d=o&&l[o]?l[o]:l;l=d instanceof Map?d.get(f):d[f]}if(!l)break}return s(l)},e.has=function(t,e){var r="string"==typeof t?i(t):t;if(!Array.isArray(r))throw TypeError("Invalid `path`. Must be either string or array");for(var o=r.length,a=e,s=0;s<o;++s){if("string"!=typeof r[s]&&"number"!=typeof r[s])throw TypeError("Each segment of path to `has()` must be a string or number, got "+n(r[s]));if(null==a||"object"!==n(a)||!(r[s]in a))return!1;a=a[r[s]]}return!0},e.unset=function(t,e){var r="string"==typeof t?i(t):t;if(!Array.isArray(r))throw TypeError("Invalid `path`. Must be either string or array");for(var a=r.length,s=e,c=0;c<a;++c){if(null==s||"object"!==n(s)||!(r[c]in s))return!1;if("string"!=typeof r[c]&&"number"!=typeof r[c])throw TypeError("Each segment of path to `unset()` must be a string or number, got "+n(r[c]));if(-1!==o.indexOf(r[c]))return!1;if(c===a-1)return delete s[r[c]],!0;s=s instanceof Map?s.get(r[c]):s[r[c]]}return!0},e.set=function(t,r,s,c,u,f){"function"==typeof c&&(c.length<2?u=c:p=c,c=void 0),u||(u=a);var l="string"==typeof t?i(t):t;if(!Array.isArray(l))throw TypeError("Invalid `path`. Must be either string or array");if(null!=s){for(var h=0;h<l.length;++h){if("string"!=typeof l[h]&&"number"!=typeof l[h])throw TypeError("Each segment of path to `set()` must be a string or number, got "+n(l[h]));if(-1!==o.indexOf(l[h]))return}for(var p,d,y=f||/\$/.test(t)&&!1!==f,b=s,m=(h=0,l.length-1);h<m;++h)if("$"!=(d=l[h])){if(Array.isArray(b)&&!/^\d+$/.test(d)){var v=l.slice(h);if(!y&&Array.isArray(r))for(var g=0;g<b.length&&g<r.length;++g)e.set(v,r[g],b[g],c||p,u,y);else for(g=0;g<b.length;++g)e.set(v,r,b[g],c||p,u,y);return}if(p)b=p(b,d);else{var _=c&&b[c]?b[c]:b;b=_ instanceof Map?_.get(d):_[d]}if(!b)return}else if(h==m-1)break;if(d=l[m],c&&b[c]&&(b=b[c]),Array.isArray(b)&&!/^\d+$/.test(d)){if(!y&&Array.isArray(r))(function t(e,r,n,i,o,a){for(var s,c=0;c<e.length&&c<r.length;++c)Array.isArray(s=e[c])&&Array.isArray(r[c])?t(s,r[c],n,i,o,a):s&&(i?i(s,n,a(r[c])):(s[o]&&(s=s[o]),s[n]=a(r[c])))})(b,r,d,p,c,u);else for(g=0;g<b.length;++g){var w=b[g];w&&(p?p(w,d,u(r)):(w[c]&&(w=w[c]),w[d]=u(r)))}}else p?p(b,d,u(r)):b instanceof Map?b.set(d,u(r)):b[d]=u(r)}},e.stringToParts=i},7860:t=>{"use strict";t.exports=function(t){for(var e=[],r="",n="DEFAULT",i=0;i<t.length;++i)"IN_SQUARE_BRACKETS"!==n||/\d/.test(t[i])||"]"===t[i]||(n="DEFAULT",r=e[e.length-1]+"["+r,e.splice(e.length-1,1)),"["===t[i]?("IMMEDIATELY_AFTER_SQUARE_BRACKETS"!==n&&(e.push(r),r=""),n="IN_SQUARE_BRACKETS"):"]"===t[i]?"IN_SQUARE_BRACKETS"===n?(n="IMMEDIATELY_AFTER_SQUARE_BRACKETS",e.push(r),r=""):(n="DEFAULT",r+=t[i]):"."===t[i]?("IMMEDIATELY_AFTER_SQUARE_BRACKETS"!==n&&(e.push(r),r=""),n="DEFAULT"):r+=t[i];return"IMMEDIATELY_AFTER_SQUARE_BRACKETS"!==n&&e.push(r),e}},354:t=>{function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function r(t,e,r,n){return Math.round(t/r)+" "+n+(e>=1.5*r?"s":"")}t.exports=function(t,n){n=n||{};var i,o,a=e(t);if("string"===a&&t.length>0)return function(t){if(!((t=String(t)).length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var r=parseFloat(e[1]);switch((e[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return 315576e5*r;case"weeks":case"week":case"w":return 6048e5*r;case"days":case"day":case"d":return 864e5*r;case"hours":case"hour":case"hrs":case"hr":case"h":return 36e5*r;case"minutes":case"minute":case"mins":case"min":case"m":return 6e4*r;case"seconds":case"second":case"secs":case"sec":case"s":return 1e3*r;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}(t);if("number"===a&&isFinite(t))return n.long?(o=Math.abs(t))>=864e5?r(t,o,864e5,"day"):o>=36e5?r(t,o,36e5,"hour"):o>=6e4?r(t,o,6e4,"minute"):o>=1e3?r(t,o,1e3,"second"):t+" ms":(i=Math.abs(t))>=864e5?Math.round(t/864e5)+"d":i>=36e5?Math.round(t/36e5)+"h":i>=6e4?Math.round(t/6e4)+"m":i>=1e3?Math.round(t/1e3)+"s":t+"ms";throw Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))}},4756:t=>{"use strict";var e=function(t){return t!=t};t.exports=function(t,r){return 0===t&&0===r?1/t==1/r:t===r||!(!e(t)||!e(r))}},2064:(t,e,r)=>{"use strict";var n=r(2273),i=r(9122),o=r(4756),a=r(2481),s=r(9247),c=i(a(),Object);n(c,{getPolyfill:a,implementation:o,shim:s}),t.exports=c},2481:(t,e,r)=>{"use strict";var n=r(4756);t.exports=function(){return"function"==typeof Object.is?Object.is:n}},9247:(t,e,r)=>{"use strict";var n=r(2481),i=r(2273);t.exports=function(){var t=n();return i(Object,{is:t},{is:function(){return Object.is!==t}}),t}},6544:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}if(!Object.keys){var i,o=Object.prototype.hasOwnProperty,a=Object.prototype.toString,s=r(6312),c=Object.prototype.propertyIsEnumerable,u=!c.call({toString:null},"toString"),f=c.call(function(){},"prototype"),l=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],h=function(t){var e=t.constructor;return e&&e.prototype===t},p={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},d=function(){if("undefined"==typeof window)return!1;for(var t in window)try{if(!p["$"+t]&&o.call(window,t)&&null!==window[t]&&"object"===n(window[t]))try{h(window[t])}catch(t){return!0}}catch(t){return!0}return!1}();i=function(t){var e=null!==t&&"object"===n(t),r="[object Function]"===a.call(t),i=s(t),c=e&&"[object String]"===a.call(t),p=[];if(!e&&!r&&!i)throw TypeError("Object.keys called on a non-object");var y=f&&r;if(c&&t.length>0&&!o.call(t,0))for(var b=0;b<t.length;++b)p.push(String(b));if(i&&t.length>0)for(var m=0;m<t.length;++m)p.push(String(m));else for(var v in t)y&&"prototype"===v||!o.call(t,v)||p.push(String(v));if(u)for(var g=function(t){if("undefined"==typeof window||!d)return h(t);try{return h(t)}catch(t){return!1}}(t),_=0;_<l.length;++_)g&&"constructor"===l[_]||!o.call(t,l[_])||p.push(l[_]);return p}}t.exports=i},668:(t,e,r)=>{"use strict";var n=Array.prototype.slice,i=r(6312),o=Object.keys,a=o?function(t){return o(t)}:r(6544),s=Object.keys;a.shim=function(){return Object.keys?function(){var t=Object.keys(arguments);return t&&t.length===arguments.length}(1,2)||(Object.keys=function(t){return i(t)?s(n.call(t)):s(t)}):Object.keys=a,Object.keys||a},t.exports=a},6312:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var r=Object.prototype.toString;t.exports=function(t){var n=r.call(t),i="[object Arguments]"===n;return i||(i="[object Array]"!==n&&null!==t&&"object"===e(t)&&"number"==typeof t.length&&t.length>=0&&"[object Function]"===r.call(t.callee)),i}},6292:(t,e,r)=>{"use strict";var n=r(1419);e.certificate=r(6170);var i=n.define("RSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())});e.RSAPrivateKey=i;var o=n.define("RSAPublicKey",function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())});e.RSAPublicKey=o;var a=n.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())}),s=n.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(a),this.key("subjectPublicKey").bitstr())});e.PublicKey=s;var c=n.define("PrivateKeyInfo",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(a),this.key("subjectPrivateKey").octstr())});e.PrivateKey=c;var u=n.define("EncryptedPrivateKeyInfo",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())});e.EncryptedPrivateKey=u;var f=n.define("DSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())});e.DSAPrivateKey=f,e.DSAparam=n.define("DSAparam",function(){this.int()});var l=n.define("ECParameters",function(){this.choice({namedCurve:this.objid()})}),h=n.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(l),this.key("publicKey").optional().explicit(1).bitstr())});e.ECPrivateKey=h,e.signature=n.define("signature",function(){this.seq().obj(this.key("r").int(),this.key("s").int())})},6170:(t,e,r)=>{"use strict";var n=r(1419),i=n.define("Time",function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})}),o=n.define("AttributeTypeValue",function(){this.seq().obj(this.key("type").objid(),this.key("value").any())}),a=n.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional(),this.key("curve").objid().optional())}),s=n.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(a),this.key("subjectPublicKey").bitstr())}),c=n.define("RelativeDistinguishedName",function(){this.setof(o)}),u=n.define("RDNSequence",function(){this.seqof(c)}),f=n.define("Name",function(){this.choice({rdnSequence:this.use(u)})}),l=n.define("Validity",function(){this.seq().obj(this.key("notBefore").use(i),this.key("notAfter").use(i))}),h=n.define("Extension",function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())}),p=n.define("TBSCertificate",function(){this.seq().obj(this.key("version").explicit(0).int().optional(),this.key("serialNumber").int(),this.key("signature").use(a),this.key("issuer").use(f),this.key("validity").use(l),this.key("subject").use(f),this.key("subjectPublicKeyInfo").use(s),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(h).optional())}),d=n.define("X509Certificate",function(){this.seq().obj(this.key("tbsCertificate").use(p),this.key("signatureAlgorithm").use(a),this.key("signatureValue").bitstr())});t.exports=d},3446:(t,e,r)=>{"use strict";var n=/Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r+/=]+)[\n\r]+/m,i=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m,o=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r+/=]+)-----END \1-----$/m,a=r(1685),s=r(2098),c=r(9732).Buffer;t.exports=function(t,e){var r,u=t.toString(),f=u.match(n);if(f){var l="aes"+f[1],h=c.from(f[2],"hex"),p=c.from(f[3].replace(/[\r\n]/g,""),"base64"),d=a(e,h.slice(0,8),parseInt(f[1],10)).key,y=[],b=s.createDecipheriv(l,d,h);y.push(b.update(p)),y.push(b.final()),r=c.concat(y)}else{var m=u.match(o);r=c.from(m[2].replace(/[\r\n]/g,""),"base64")}return{tag:u.match(i)[1],data:r}}},5053:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(6292),o=r(5579),a=r(3446),s=r(2098),c=r(8699),u=r(9732).Buffer;function f(t){"object"!==n(t)||u.isBuffer(t)||(g=t.passphrase,t=t.key),"string"==typeof t&&(t=u.from(t));var e,r,f,l,h,p,d,y,b,m,v,g,_,w,S=a(t,g),O=S.tag,j=S.data;switch(O){case"CERTIFICATE":w=i.certificate.decode(j,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(w||(w=i.PublicKey.decode(j,"der")),_=w.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPublicKey.decode(w.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return w.subjectPrivateKey=w.subjectPublicKey,{type:"ec",data:w};case"1.2.840.10040.4.1":return w.algorithm.params.pub_key=i.DSAparam.decode(w.subjectPublicKey.data,"der"),{type:"dsa",data:w.algorithm.params};default:throw Error("unknown key id "+_)}case"ENCRYPTED PRIVATE KEY":e=j=i.EncryptedPrivateKey.decode(j,"der"),r=g,f=e.algorithm.decrypt.kde.kdeparams.salt,l=parseInt(e.algorithm.decrypt.kde.kdeparams.iters.toString(),10),h=o[e.algorithm.decrypt.cipher.algo.join(".")],p=e.algorithm.decrypt.cipher.iv,d=e.subjectPrivateKey,y=parseInt(h.split("-")[1],10)/8,b=c.pbkdf2Sync(r,f,l,y,"sha1"),m=s.createDecipheriv(h,b,p),(v=[]).push(m.update(d)),v.push(m.final()),j=u.concat(v);case"PRIVATE KEY":switch(_=(w=i.PrivateKey.decode(j,"der")).algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return i.RSAPrivateKey.decode(w.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:w.algorithm.curve,privateKey:i.ECPrivateKey.decode(w.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return w.algorithm.params.priv_key=i.DSAparam.decode(w.subjectPrivateKey,"der"),{type:"dsa",params:w.algorithm.params};default:throw Error("unknown key id "+_)}case"RSA PUBLIC KEY":return i.RSAPublicKey.decode(j,"der");case"RSA PRIVATE KEY":return i.RSAPrivateKey.decode(j,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:i.DSAPrivateKey.decode(j,"der")};case"EC PRIVATE KEY":return{curve:(j=i.ECPrivateKey.decode(j,"der")).parameters.value,privateKey:j.privateKey};default:throw Error("unknown key type "+O)}}f.signature=i.signature,t.exports=f},8699:(t,e,r)=>{e.pbkdf2=r(2367),e.pbkdf2Sync=r(245)},2367:(t,e,r)=>{var n,i,o=r(9732).Buffer,a=r(9217),s=r(594),c=r(245),u=r(6661),f=r.g.crypto&&r.g.crypto.subtle,l={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},h=[];function p(){return i||(i=r.g.process&&r.g.process.nextTick?r.g.process.nextTick:r.g.queueMicrotask?r.g.queueMicrotask:r.g.setImmediate?r.g.setImmediate:r.g.setTimeout)}function d(t,e,r,n,i){return f.importKey("raw",t,{name:"PBKDF2"},!1,["deriveBits"]).then(function(t){return f.deriveBits({name:"PBKDF2",salt:e,iterations:r,hash:{name:i}},t,n<<3)}).then(function(t){return o.from(t)})}t.exports=function(t,e,i,y,b,m){"function"==typeof b&&(m=b,b=void 0);var v=l[(b=b||"sha1").toLowerCase()];if(v&&"function"==typeof r.g.Promise){if(a(i,y),t=u(t,s,"Password"),e=u(e,s,"Salt"),"function"!=typeof m)throw Error("No callback provided to pbkdf2");!function(t,e){t.then(function(t){p()(function(){e(null,t)})},function(t){p()(function(){e(t)})})}((function(t){if(r.g.process&&!r.g.process.browser||!f||!f.importKey||!f.deriveBits)return Promise.resolve(!1);if(void 0!==h[t])return h[t];var e=d(n=n||o.alloc(8),n,10,128,t).then(function(){return!0}).catch(function(){return!1});return h[t]=e,e})(v).then(function(r){return r?d(t,e,i,y,v):c(t,e,i,y,b)}),m)}else p()(function(){var r;try{r=c(t,e,i,y,b)}catch(t){return m(t)}m(null,r)})}},594:(t,e,r)=>{var n;n=r.g.process&&r.g.process.browser?"utf-8":r.g.process&&r.g.process.version?parseInt(({env:{}}).version.split(".")[0].slice(1),10)>=6?"utf-8":"binary":"utf-8",t.exports=n},9217:t=>{t.exports=function(t,e){if("number"!=typeof t)throw TypeError("Iterations not a number");if(t<0)throw TypeError("Bad iterations");if("number"!=typeof e)throw TypeError("Key length not a number");if(e<0||e>1073741823||e!=e)throw TypeError("Bad key length")}},245:(t,e,r)=>{var n=r(3989),i=r(1058),o=r(3261),a=r(9732).Buffer,s=r(9217),c=r(594),u=r(6661),f=a.alloc(128),l={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function h(t,e,r){var s="rmd160"===t||"ripemd160"===t?function(t){return(new i).update(t).digest()}:"md5"===t?n:function(e){return o(t).update(e).digest()},c="sha512"===t||"sha384"===t?128:64;e.length>c?e=s(e):e.length<c&&(e=a.concat([e,f],c));for(var u=a.allocUnsafe(c+l[t]),h=a.allocUnsafe(c+l[t]),p=0;p<c;p++)u[p]=54^e[p],h[p]=92^e[p];var d=a.allocUnsafe(c+r+4);u.copy(d,0,0,c),this.ipad1=d,this.ipad2=u,this.opad=h,this.alg=t,this.blocksize=c,this.hash=s,this.size=l[t]}h.prototype.run=function(t,e){return t.copy(e,this.blocksize),this.hash(e).copy(this.opad,this.blocksize),this.hash(this.opad)},t.exports=function(t,e,r,n,i){s(r,n);var o=new h(i=i||"sha1",t=u(t,c,"Password"),(e=u(e,c,"Salt")).length),f=a.allocUnsafe(n),p=a.allocUnsafe(e.length+4);e.copy(p,0,0,e.length);for(var d=0,y=l[i],b=Math.ceil(n/y),m=1;m<=b;m++){p.writeUInt32BE(m,e.length);for(var v=o.run(p,o.ipad1),g=v,_=1;_<r;_++){g=o.run(g,o.ipad2);for(var w=0;w<y;w++)v[w]^=g[w]}v.copy(f,d),d+=y}return f}},6661:(t,e,r)=>{var n=r(9732).Buffer;t.exports=function(t,e,r){if(n.isBuffer(t))return t;if("string"==typeof t)return n.from(t,e);if(ArrayBuffer.isView(t))return n.from(t.buffer);throw TypeError(r+" must be a string, a Buffer, a typed array or a DataView")}},2653:t=>{"use strict";t.exports=["Float32Array","Float64Array","Int8Array","Int16Array","Int32Array","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array"]},4758:t=>{"use strict";({env:{}}).version&&0!==({env:{}}).version.indexOf("v0.")&&(0!==({env:{}}).version.indexOf("v1.")||0===({env:{}}).version.indexOf("v1.8."))?t.exports={env:{}}:t.exports={nextTick:function(t,e,r,n){if("function"!=typeof t)throw TypeError('"callback" argument must be a function');var i,o,a=arguments.length;switch(a){case 0:case 1:return({env:{}}).nextTick(t);case 2:return({env:{}}).nextTick(function(){t.call(null,e)});case 3:return({env:{}}).nextTick(function(){t.call(null,e,r)});case 4:return({env:{}}).nextTick(function(){t.call(null,e,r,n)});default:for(i=Array(a-1),o=0;o<i.length;)i[o++]=arguments[o];return({env:{}}).nextTick(function(){t.apply(null,i)})}}}},2327:(t,e,r)=>{e.publicEncrypt=r(2937),e.privateDecrypt=r(5443),e.privateEncrypt=function(t,r){return e.publicEncrypt(t,r,!0)},e.publicDecrypt=function(t,r){return e.privateDecrypt(t,r,!0)}},7797:(t,e,r)=>{var n=r(5833),i=r(9732).Buffer;t.exports=function(t,e){for(var r,o=i.alloc(0),a=0;o.length<e;)r=function(t){var e=i.allocUnsafe(4);return e.writeUInt32BE(t,0),e}(a++),o=i.concat([o,n("sha1").update(t).update(r).digest()]);return o.slice(0,e)}},5443:(t,e,r)=>{var n=r(5053),i=r(7797),o=r(1190),a=r(7799),s=r(1095),c=r(5833),u=r(5218),f=r(9732).Buffer;t.exports=function(t,e,r){l=t.padding?t.padding:r?1:4;var l,h,p=n(t),d=p.modulus.byteLength();if(e.length>d||new a(e).cmp(p.modulus)>=0)throw Error("decryption error");h=r?u(new a(e),p):s(e,p);var y=f.alloc(d-h.length);if(h=f.concat([y,h],d),4===l)return function(t,e){var r=t.modulus.byteLength(),n=c("sha1").update(f.alloc(0)).digest(),a=n.length;if(0!==e[0])throw Error("decryption error");var s=e.slice(1,a+1),u=e.slice(a+1),l=o(s,i(u,a)),h=o(u,i(l,r-a-1));if(function(t,e){t=f.from(t),e=f.from(e);var r=0,n=t.length;t.length!==e.length&&(r++,n=Math.min(t.length,e.length));for(var i=-1;++i<n;)r+=t[i]^e[i];return r}(n,h.slice(0,a)))throw Error("decryption error");for(var p=a;0===h[p];)p++;if(1!==h[p++])throw Error("decryption error");return h.slice(p)}(p,h);if(1===l)return function(t,e,r){for(var n=e.slice(0,2),i=2,o=0;0!==e[i++];)if(i>=e.length){o++;break}var a=e.slice(2,i-1);if(("0002"!==n.toString("hex")&&!r||"0001"!==n.toString("hex")&&r)&&o++,a.length<8&&o++,o)throw Error("decryption error");return e.slice(i)}(0,h,r);if(3===l)return h;throw Error("unknown padding")}},2937:(t,e,r)=>{var n=r(5053),i=r(4276),o=r(5833),a=r(7797),s=r(1190),c=r(7799),u=r(5218),f=r(1095),l=r(9732).Buffer;t.exports=function(t,e,r){h=t.padding?t.padding:r?1:4;var h,p,d=n(t);if(4===h)p=function(t,e){var r=t.modulus.byteLength(),n=e.length,u=o("sha1").update(l.alloc(0)).digest(),f=u.length,h=2*f;if(n>r-h-2)throw Error("message too long");var p=l.alloc(r-n-h-2),d=r-f-1,y=i(f),b=s(l.concat([u,p,l.alloc(1,1),e],d),a(y,d)),m=s(y,a(b,f));return new c(l.concat([l.alloc(1),m,b],r))}(d,e);else if(1===h)p=function(t,e,r){var n,o=e.length,a=t.modulus.byteLength();if(o>a-11)throw Error("message too long");return n=r?l.alloc(a-o-3,255):function(t){for(var e,r=l.allocUnsafe(t),n=0,o=i(2*t),a=0;n<t;)a===o.length&&(o=i(2*t),a=0),(e=o[a++])&&(r[n++]=e);return r}(a-o-3),new c(l.concat([l.from([0,r?1:2]),n,l.alloc(1),e],a))}(d,e,r);else{if(3!==h)throw Error("unknown padding");if((p=new c(e)).cmp(d.modulus)>=0)throw Error("data too long for modulus")}return r?f(p,d):u(p,d)}},5218:(t,e,r)=>{var n=r(7799),i=r(9732).Buffer;t.exports=function(t,e){return i.from(t.toRed(n.mont(e.modulus)).redPow(new n(e.publicExponent)).fromRed().toArray())}},1190:t=>{t.exports=function(t,e){for(var r=t.length,n=-1;++n<r;)t[n]^=e[n];return t}},4276:(t,e,r)=>{"use strict";var n=r(9732).Buffer,i=r.g.crypto||r.g.msCrypto;i&&i.getRandomValues?t.exports=function(t,e){if(t>4294967295)throw RangeError("requested too many random bytes");var r=n.allocUnsafe(t);if(t>0){if(t>65536)for(var o=0;o<t;o+=65536)i.getRandomValues(r.slice(o,o+65536));else i.getRandomValues(r)}return"function"==typeof e?({env:{}}).nextTick(function(){e(null,r)}):r}:t.exports=function(){throw Error("Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11")}},7952:(t,e,r)=>{"use strict";function n(){throw Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}var i=r(9732),o=r(4276),a=i.Buffer,s=i.kMaxLength,c=r.g.crypto||r.g.msCrypto;function u(t,e){if("number"!=typeof t||t!=t)throw TypeError("offset must be a number");if(t>4294967295||t<0)throw TypeError("offset must be a uint32");if(t>s||t>e)throw RangeError("offset out of range")}function f(t,e,r){if("number"!=typeof t||t!=t)throw TypeError("size must be a number");if(t>4294967295||t<0)throw TypeError("size must be a uint32");if(t+e>r||t>s)throw RangeError("buffer too small")}function l(t,e,r,n){if(({env:{}}).browser){var i=new Uint8Array(t.buffer,e,r);return c.getRandomValues(i),n?void({env:{}}).nextTick(function(){n(null,t)}):t}if(!n)return o(r).copy(t,e),t;o(r,function(r,i){if(r)return n(r);i.copy(t,e),n(null,t)})}c&&c.getRandomValues||!({env:{}}).browser?(e.randomFill=function(t,e,n,i){if(!(a.isBuffer(t)||t instanceof r.g.Uint8Array))throw TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof e)i=e,e=0,n=t.length;else if("function"==typeof n)i=n,n=t.length-e;else if("function"!=typeof i)throw TypeError('"cb" argument must be a function');return u(e,t.length),f(n,e,t.length),l(t,e,n,i)},e.randomFillSync=function(t,e,n){if(void 0===e&&(e=0),!(a.isBuffer(t)||t instanceof r.g.Uint8Array))throw TypeError('"buf" argument must be a Buffer or Uint8Array');return u(e,t.length),void 0===n&&(n=t.length-e),f(n,e,t.length),l(t,e,n)}):(e.randomFill=n,e.randomFillSync=n)},1313:(t,e,r)=>{"use strict";var n=r(4758),i=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};t.exports=l;var o=Object.create(r(7919));o.inherits=r(1679);var a=r(7991),s=r(9147);o.inherits(l,a);for(var c=i(s.prototype),u=0;u<c.length;u++){var f=c[u];l.prototype[f]||(l.prototype[f]=s.prototype[f])}function l(t){if(!(this instanceof l))return new l(t);a.call(this,t),s.call(this,t),t&&!1===t.readable&&(this.readable=!1),t&&!1===t.writable&&(this.writable=!1),this.allowHalfOpen=!0,t&&!1===t.allowHalfOpen&&(this.allowHalfOpen=!1),this.once("end",h)}function h(){this.allowHalfOpen||this._writableState.ended||n.nextTick(p,this)}function p(t){t.end()}Object.defineProperty(l.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(l.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&this._readableState.destroyed&&this._writableState.destroyed},set:function(t){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=t,this._writableState.destroyed=t)}}),l.prototype._destroy=function(t,e){this.push(null),this.end(),n.nextTick(e,t)}},9125:(t,e,r)=>{"use strict";t.exports=o;var n=r(1191),i=Object.create(r(7919));function o(t){if(!(this instanceof o))return new o(t);n.call(this,t)}i.inherits=r(1679),i.inherits(o,n),o.prototype._transform=function(t,e,r){r(null,t)}},7991:(t,e,r)=>{"use strict";var n=r(4758);t.exports=v;var i,o=r(5455);v.ReadableState=m,r(3550).EventEmitter;var a=function(t,e){return t.listeners(e).length},s=r(5864),c=r(8317).Buffer,u=(void 0!==r.g?r.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},f=Object.create(r(7919));f.inherits=r(1679);var l=r(9838),h=void 0;h=l&&l.debuglog?l.debuglog("stream"):function(){};var p,d=r(6567),y=r(8639);f.inherits(v,s);var b=["error","close","destroy","pause","resume"];function m(t,e){t=t||{};var n=e instanceof(i=i||r(1313));this.objectMode=!!t.objectMode,n&&(this.objectMode=this.objectMode||!!t.readableObjectMode);var o=t.highWaterMark,a=t.readableHighWaterMark,s=this.objectMode?16:16384;this.highWaterMark=o||0===o?o:n&&(a||0===a)?a:s,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new d,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(p||(p=r(136).I),this.decoder=new p(t.encoding),this.encoding=t.encoding)}function v(t){if(i=i||r(1313),!(this instanceof v))return new v(t);this._readableState=new m(t,this),this.readable=!0,t&&("function"==typeof t.read&&(this._read=t.read),"function"==typeof t.destroy&&(this._destroy=t.destroy)),s.call(this)}function g(t,e,r,n,i){var o,a,s,f,l=t._readableState;return null===e?(l.reading=!1,function(t,e){if(!e.ended){if(e.decoder){var r=e.decoder.end();r&&r.length&&(e.buffer.push(r),e.length+=e.objectMode?1:r.length)}e.ended=!0,S(t)}}(t,l)):(i||(o=e,c.isBuffer(o)||o instanceof u||"string"==typeof o||void 0===o||l.objectMode||(a=TypeError("Invalid non-string/buffer chunk")),f=a),f?t.emit("error",f):l.objectMode||e&&e.length>0?("string"==typeof e||l.objectMode||Object.getPrototypeOf(e)===c.prototype||(s=e,e=c.from(s)),n?l.endEmitted?t.emit("error",Error("stream.unshift() after end event")):_(t,l,e,!0):l.ended?t.emit("error",Error("stream.push() after EOF")):(l.reading=!1,l.decoder&&!r?(e=l.decoder.write(e),l.objectMode||0!==e.length?_(t,l,e,!1):j(t,l)):_(t,l,e,!1))):n||(l.reading=!1)),!l.ended&&(l.needReadable||l.length<l.highWaterMark||0===l.length)}function _(t,e,r,n){e.flowing&&0===e.length&&!e.sync?(t.emit("data",r),t.read(0)):(e.length+=e.objectMode?1:r.length,n?e.buffer.unshift(r):e.buffer.push(r),e.needReadable&&S(t)),j(t,e)}function w(t,e){var r;return t<=0||0===e.length&&e.ended?0:e.objectMode?1:t!=t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=((r=t)>=8388608?r=8388608:(r--,r|=r>>>1,r|=r>>>2,r|=r>>>4,r|=r>>>8,r|=r>>>16,r++),r)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}function S(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(h("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?n.nextTick(O,t):O(t))}function O(t){h("emit readable"),t.emit("readable"),x(t)}function j(t,e){e.readingMore||(e.readingMore=!0,n.nextTick($,t,e))}function $(t,e){for(var r=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length<e.highWaterMark&&(h("maybeReadMore read 0"),t.read(0),r!==e.length);)r=e.length;e.readingMore=!1}function A(t){h("readable nexttick read 0"),t.read(0)}function E(t,e){e.reading||(h("resume read 0"),t.read(0)),e.resumeScheduled=!1,e.awaitDrain=0,t.emit("resume"),x(t),e.flowing&&!e.reading&&t.read(0)}function x(t){var e=t._readableState;for(h("flow",e.flowing);e.flowing&&null!==t.read(););}function P(t,e){var r,n,i,o;return 0===e.length?null:(e.objectMode?r=e.buffer.shift():!t||t>=e.length?(r=e.decoder?e.buffer.join(""):1===e.buffer.length?e.buffer.head.data:e.buffer.concat(e.length),e.buffer.clear()):(n=e.buffer,i=e.decoder,t<n.head.data.length?(o=n.head.data.slice(0,t),n.head.data=n.head.data.slice(t)):o=t===n.head.data.length?n.shift():i?function(t,e){var r=e.head,n=1,i=r.data;for(t-=i.length;r=r.next;){var o=r.data,a=t>o.length?o.length:t;if(a===o.length?i+=o:i+=o.slice(0,t),0==(t-=a)){a===o.length?(++n,r.next?e.head=r.next:e.head=e.tail=null):(e.head=r,r.data=o.slice(a));break}++n}return e.length-=n,i}(t,n):function(t,e){var r=c.allocUnsafe(t),n=e.head,i=1;for(n.data.copy(r),t-=n.data.length;n=n.next;){var o=n.data,a=t>o.length?o.length:t;if(o.copy(r,r.length-t,0,a),0==(t-=a)){a===o.length?(++i,n.next?e.head=n.next:e.head=e.tail=null):(e.head=n,n.data=o.slice(a));break}++i}return e.length-=i,r}(t,n),r=o),r)}function k(t){var e=t._readableState;if(e.length>0)throw Error('"endReadable()" called on non-empty stream');e.endEmitted||(e.ended=!0,n.nextTick(M,e,t))}function M(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function I(t,e){for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return -1}Object.defineProperty(v.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(t){this._readableState&&(this._readableState.destroyed=t)}}),v.prototype.destroy=y.destroy,v.prototype._undestroy=y.undestroy,v.prototype._destroy=function(t,e){this.push(null),e(t)},v.prototype.push=function(t,e){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof t&&((e=e||n.defaultEncoding)!==n.encoding&&(t=c.from(t,e),e=""),r=!0),g(this,t,e,!1,r)},v.prototype.unshift=function(t){return g(this,t,null,!0,!1)},v.prototype.isPaused=function(){return!1===this._readableState.flowing},v.prototype.setEncoding=function(t){return p||(p=r(136).I),this._readableState.decoder=new p(t),this._readableState.encoding=t,this},v.prototype.read=function(t){h("read",t),t=parseInt(t,10);var e=this._readableState,r=t;if(0!==t&&(e.emittedReadable=!1),0===t&&e.needReadable&&(e.length>=e.highWaterMark||e.ended))return h("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?k(this):S(this),null;if(0===(t=w(t,e))&&e.ended)return 0===e.length&&k(this),null;var n,i=e.needReadable;return h("need readable",i),(0===e.length||e.length-t<e.highWaterMark)&&h("length less than watermark",i=!0),e.ended||e.reading?h("reading or ended",i=!1):i&&(h("do read"),e.reading=!0,e.sync=!0,0===e.length&&(e.needReadable=!0),this._read(e.highWaterMark),e.sync=!1,e.reading||(t=w(r,e))),null===(n=t>0?P(t,e):null)?(e.needReadable=!0,t=0):e.length-=t,0===e.length&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&k(this)),null!==n&&this.emit("data",n),n},v.prototype._read=function(t){this.emit("error",Error("_read() is not implemented"))},v.prototype.pipe=function(t,e){var r=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=t;break;case 1:i.pipes=[i.pipes,t];break;default:i.pipes.push(t)}i.pipesCount+=1,h("pipe count=%d opts=%j",i.pipesCount,e);var s=e&&!1===e.end||t===({env:{}}).stdout||t===({env:{}}).stderr?m:c;function c(){h("onend"),t.end()}i.endEmitted?n.nextTick(s):r.once("end",s),t.on("unpipe",function e(n,o){h("onunpipe"),n===r&&o&&!1===o.hasUnpiped&&(o.hasUnpiped=!0,h("cleanup"),t.removeListener("close",y),t.removeListener("finish",b),t.removeListener("drain",u),t.removeListener("error",d),t.removeListener("unpipe",e),r.removeListener("end",c),r.removeListener("end",m),r.removeListener("data",p),f=!0,i.awaitDrain&&(!t._writableState||t._writableState.needDrain)&&u())});var u=function(){var t=r._readableState;h("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&a(r,"data")&&(t.flowing=!0,x(r))};t.on("drain",u);var f=!1,l=!1;function p(e){h("ondata"),l=!1,!1!==t.write(e)||l||((1===i.pipesCount&&i.pipes===t||i.pipesCount>1&&-1!==I(i.pipes,t))&&!f&&(h("false write response, pause",i.awaitDrain),i.awaitDrain++,l=!0),r.pause())}function d(e){h("onerror",e),m(),t.removeListener("error",d),0===a(t,"error")&&t.emit("error",e)}function y(){t.removeListener("finish",b),m()}function b(){h("onfinish"),t.removeListener("close",y),m()}function m(){h("unpipe"),r.unpipe(t)}return r.on("data",p),function(t,e,r){if("function"==typeof t.prependListener)return t.prependListener(e,r);t._events&&t._events[e]?o(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]:t.on(e,r)}(t,"error",d),t.once("close",y),t.once("finish",b),t.emit("pipe",r),i.flowing||(h("pipe resume"),r.resume()),t},v.prototype.unpipe=function(t){var e=this._readableState,r={hasUnpiped:!1};if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes||(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,r)),this;if(!t){var n=e.pipes,i=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var o=0;o<i;o++)n[o].emit("unpipe",this,{hasUnpiped:!1});return this}var a=I(e.pipes,t);return -1===a||(e.pipes.splice(a,1),e.pipesCount-=1,1===e.pipesCount&&(e.pipes=e.pipes[0]),t.emit("unpipe",this,r)),this},v.prototype.on=function(t,e){var r=s.prototype.on.call(this,t,e);if("data"===t)!1!==this._readableState.flowing&&this.resume();else if("readable"===t){var i=this._readableState;i.endEmitted||i.readableListening||(i.readableListening=i.needReadable=!0,i.emittedReadable=!1,i.reading?i.length&&S(this):n.nextTick(A,this))}return r},v.prototype.addListener=v.prototype.on,v.prototype.resume=function(){var t=this._readableState;return t.flowing||(h("resume"),t.flowing=!0,t.resumeScheduled||(t.resumeScheduled=!0,n.nextTick(E,this,t))),this},v.prototype.pause=function(){return h("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(h("pause"),this._readableState.flowing=!1,this.emit("pause")),this},v.prototype.wrap=function(t){var e=this,r=this._readableState,n=!1;for(var i in t.on("end",function(){if(h("wrapped end"),r.decoder&&!r.ended){var t=r.decoder.end();t&&t.length&&e.push(t)}e.push(null)}),t.on("data",function(i){h("wrapped data"),r.decoder&&(i=r.decoder.write(i)),r.objectMode&&null==i||(r.objectMode||i&&i.length)&&(e.push(i)||(n=!0,t.pause()))}),t)void 0===this[i]&&"function"==typeof t[i]&&(this[i]=function(e){return function(){return t[e].apply(t,arguments)}}(i));for(var o=0;o<b.length;o++)t.on(b[o],this.emit.bind(this,b[o]));return this._read=function(e){h("wrapped _read",e),n&&(n=!1,t.resume())},this},Object.defineProperty(v.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),v._fromList=P},1191:(t,e,r)=>{"use strict";t.exports=a;var n=r(1313),i=Object.create(r(7919));function o(t,e){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(!n)return this.emit("error",Error("write callback called multiple times"));r.writechunk=null,r.writecb=null,null!=e&&this.push(e),n(t);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function a(t){if(!(this instanceof a))return new a(t);n.call(this,t),this._transformState={afterTransform:o.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,t&&("function"==typeof t.transform&&(this._transform=t.transform),"function"==typeof t.flush&&(this._flush=t.flush)),this.on("prefinish",s)}function s(){var t=this;"function"==typeof this._flush?this._flush(function(e,r){c(t,e,r)}):c(this,null,null)}function c(t,e,r){if(e)return t.emit("error",e);if(null!=r&&t.push(r),t._writableState.length)throw Error("Calling transform done when ws.length != 0");if(t._transformState.transforming)throw Error("Calling transform done when still transforming");return t.push(null)}i.inherits=r(1679),i.inherits(a,n),a.prototype.push=function(t,e){return this._transformState.needTransform=!1,n.prototype.push.call(this,t,e)},a.prototype._transform=function(t,e,r){throw Error("_transform() is not implemented")},a.prototype._write=function(t,e,r){var n=this._transformState;if(n.writecb=r,n.writechunk=t,n.writeencoding=e,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},a.prototype._read=function(t){var e=this._transformState;null!==e.writechunk&&e.writecb&&!e.transforming?(e.transforming=!0,this._transform(e.writechunk,e.writeencoding,e.afterTransform)):e.needTransform=!0},a.prototype._destroy=function(t,e){var r=this;n.prototype._destroy.call(this,t,function(t){e(t),r.emit("close")})}},9147:(t,e,r)=>{"use strict";var n=r(4758);function i(t){var e=this;this.next=null,this.entry=null,this.finish=function(){!function(t,e){var r=t.entry;for(t.entry=null;r;){var n=r.callback;e.pendingcb--,n(void 0),r=r.next}e.corkedRequestsFree.next=t}(e,t)}}t.exports=b;var o,a=!({env:{}}).browser&&["v0.10","v0.9."].indexOf(({env:{}}).version.slice(0,5))>-1?setImmediate:n.nextTick;b.WritableState=y;var s=Object.create(r(7919));s.inherits=r(1679);var c,u={deprecate:r(3340)},f=r(5864),l=r(8317).Buffer,h=(void 0!==r.g?r.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},p=r(8639);function d(){}function y(t,e){o=o||r(1313),t=t||{};var s=e instanceof o;this.objectMode=!!t.objectMode,s&&(this.objectMode=this.objectMode||!!t.writableObjectMode);var c=t.highWaterMark,u=t.writableHighWaterMark,f=this.objectMode?16:16384;this.highWaterMark=c||0===c?c:s&&(u||0===u)?u:f,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var l=!1===t.decodeStrings;this.decodeStrings=!l,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(t){!function(t,e){var r=t._writableState,i=r.sync,o=r.writecb;if(r.writing=!1,r.writecb=null,r.length-=r.writelen,r.writelen=0,e)--r.pendingcb,i?(n.nextTick(o,e),n.nextTick(S,t,r),t._writableState.errorEmitted=!0,t.emit("error",e)):(o(e),t._writableState.errorEmitted=!0,t.emit("error",e),S(t,r));else{var s=_(r);s||r.corked||r.bufferProcessing||!r.bufferedRequest||g(t,r),i?a(v,t,r,s,o):v(t,r,s,o)}}(e,t)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new i(this)}function b(t){if(o=o||r(1313),!(c.call(b,this)||this instanceof o))return new b(t);this._writableState=new y(t,this),this.writable=!0,t&&("function"==typeof t.write&&(this._write=t.write),"function"==typeof t.writev&&(this._writev=t.writev),"function"==typeof t.destroy&&(this._destroy=t.destroy),"function"==typeof t.final&&(this._final=t.final)),f.call(this)}function m(t,e,r,n,i,o,a){e.writelen=n,e.writecb=a,e.writing=!0,e.sync=!0,r?t._writev(i,e.onwrite):t._write(i,o,e.onwrite),e.sync=!1}function v(t,e,r,n){r||0===e.length&&e.needDrain&&(e.needDrain=!1,t.emit("drain")),e.pendingcb--,n(),S(t,e)}function g(t,e){e.bufferProcessing=!0;var r=e.bufferedRequest;if(t._writev&&r&&r.next){var n=Array(e.bufferedRequestCount),o=e.corkedRequestsFree;o.entry=r;for(var a=0,s=!0;r;)n[a]=r,r.isBuf||(s=!1),r=r.next,a+=1;n.allBuffers=s,m(t,e,!0,e.length,n,"",o.finish),e.pendingcb++,e.lastBufferedRequest=null,o.next?(e.corkedRequestsFree=o.next,o.next=null):e.corkedRequestsFree=new i(e),e.bufferedRequestCount=0}else{for(;r;){var c=r.chunk,u=r.encoding,f=r.callback;if(m(t,e,!1,e.objectMode?1:c.length,c,u,f),r=r.next,e.bufferedRequestCount--,e.writing)break}null===r&&(e.lastBufferedRequest=null)}e.bufferedRequest=r,e.bufferProcessing=!1}function _(t){return t.ending&&0===t.length&&null===t.bufferedRequest&&!t.finished&&!t.writing}function w(t,e){t._final(function(r){e.pendingcb--,r&&t.emit("error",r),e.prefinished=!0,t.emit("prefinish"),S(t,e)})}function S(t,e){var r=_(e);return r&&(e.prefinished||e.finalCalled||("function"==typeof t._final?(e.pendingcb++,e.finalCalled=!0,n.nextTick(w,t,e)):(e.prefinished=!0,t.emit("prefinish"))),0===e.pendingcb&&(e.finished=!0,t.emit("finish"))),r}s.inherits(b,f),y.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(y.prototype,"buffer",{get:u.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(t){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(c=Function.prototype[Symbol.hasInstance],Object.defineProperty(b,Symbol.hasInstance,{value:function(t){return!!c.call(this,t)||this===b&&t&&t._writableState instanceof y}})):c=function(t){return t instanceof this},b.prototype.pipe=function(){this.emit("error",Error("Cannot pipe, not readable"))},b.prototype.write=function(t,e,r){var i,o,a,s,c,u,f,p,y=this._writableState,b=!1,v=!y.objectMode&&(p=t,l.isBuffer(p)||p instanceof h);return v&&!l.isBuffer(t)&&(i=t,t=l.from(i)),"function"==typeof e&&(r=e,e=null),v?e="buffer":e||(e=y.defaultEncoding),"function"!=typeof r&&(r=d),y.ended?(o=r,a=Error("write after end"),this.emit("error",a),n.nextTick(o,a)):(v||(s=t,c=r,u=!0,f=!1,null===s?f=TypeError("May not write null values to stream"):"string"==typeof s||void 0===s||y.objectMode||(f=TypeError("Invalid non-string/buffer chunk")),f&&(this.emit("error",f),n.nextTick(c,f),u=!1),u))&&(y.pendingcb++,b=function(t,e,r,n,i,o){if(!r){var a,s,c=(a=n,s=i,e.objectMode||!1===e.decodeStrings||"string"!=typeof a||(a=l.from(a,s)),a);n!==c&&(r=!0,i="buffer",n=c)}var u=e.objectMode?1:n.length;e.length+=u;var f=e.length<e.highWaterMark;if(f||(e.needDrain=!0),e.writing||e.corked){var h=e.lastBufferedRequest;e.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:o,next:null},h?h.next=e.lastBufferedRequest:e.bufferedRequest=e.lastBufferedRequest,e.bufferedRequestCount+=1}else m(t,e,!1,u,n,i,o);return f}(this,y,v,t,e,r)),b},b.prototype.cork=function(){this._writableState.corked++},b.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.bufferProcessing||!t.bufferedRequest||g(this,t))},b.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw TypeError("Unknown encoding: "+t);return this._writableState.defaultEncoding=t,this},Object.defineProperty(b.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),b.prototype._write=function(t,e,r){r(Error("_write() is not implemented"))},b.prototype._writev=null,b.prototype.end=function(t,e,r){var i,o=this._writableState;"function"==typeof t?(r=t,t=null,e=null):"function"==typeof e&&(r=e,e=null),null!=t&&this.write(t,e),o.corked&&(o.corked=1,this.uncork()),o.ending||(i=r,o.ending=!0,S(this,o),i&&(o.finished?n.nextTick(i):this.once("finish",i)),o.ended=!0,this.writable=!1)},Object.defineProperty(b.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(t){this._writableState&&(this._writableState.destroyed=t)}}),b.prototype.destroy=p.destroy,b.prototype._undestroy=p.undestroy,b.prototype._destroy=function(t,e){this.end(),e(t)}},6567:(t,e,r)=>{"use strict";var n=r(8317).Buffer,i=r(5340);t.exports=function(){function t(){(function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")})(this,t),this.head=null,this.tail=null,this.length=0}return t.prototype.push=function(t){var e={data:t,next:null};this.length>0?this.tail.next=e:this.head=e,this.tail=e,++this.length},t.prototype.unshift=function(t){var e={data:t,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length},t.prototype.shift=function(){if(0!==this.length){var t=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,t}},t.prototype.clear=function(){this.head=this.tail=null,this.length=0},t.prototype.join=function(t){if(0===this.length)return"";for(var e=this.head,r=""+e.data;e=e.next;)r+=t+e.data;return r},t.prototype.concat=function(t){if(0===this.length)return n.alloc(0);for(var e,r=n.allocUnsafe(t>>>0),i=this.head,o=0;i;)e=o,i.data.copy(r,e),o+=i.data.length,i=i.next;return r},t}(),i&&i.inspect&&i.inspect.custom&&(t.exports.prototype[i.inspect.custom]=function(){var t=i.inspect({length:this.length});return this.constructor.name+" "+t})},8639:(t,e,r)=>{"use strict";var n=r(4758);function i(t,e){t.emit("error",e)}t.exports={destroy:function(t,e){var r=this,o=this._readableState&&this._readableState.destroyed,a=this._writableState&&this._writableState.destroyed;return o||a?e?e(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,n.nextTick(i,this,t)):n.nextTick(i,this,t)):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(t){!e&&t?r._writableState?r._writableState.errorEmitted||(r._writableState.errorEmitted=!0,n.nextTick(i,r,t)):n.nextTick(i,r,t):e&&e(t)})),this},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}}},5864:(t,e,r)=>{t.exports=r(3550).EventEmitter},8317:(t,e,r)=>{var n=r(5832),i=n.Buffer;function o(t,e){for(var r in t)e[r]=t[r]}function a(t,e,r){return i(t,e,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?t.exports=n:(o(n,e),e.Buffer=a),o(i,a),a.from=function(t,e,r){if("number"==typeof t)throw TypeError("Argument must not be a number");return i(t,e,r)},a.alloc=function(t,e,r){if("number"!=typeof t)throw TypeError("Argument must be a number");var n=i(t);return void 0!==e?"string"==typeof r?n.fill(e,r):n.fill(e):n.fill(0),n},a.allocUnsafe=function(t){if("number"!=typeof t)throw TypeError("Argument must be a number");return i(t)},a.allocUnsafeSlow=function(t){if("number"!=typeof t)throw TypeError("Argument must be a number");return n.SlowBuffer(t)}},3292:(t,e,r)=>{(e=t.exports=r(7991)).Stream=e,e.Readable=e,e.Writable=r(9147),e.Duplex=r(1313),e.Transform=r(1191),e.PassThrough=r(9125)},1058:(t,e,r)=>{"use strict";var n=r(5832).Buffer,i=r(1679),o=r(6936),a=Array(16),s=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],c=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],u=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],f=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11];function l(){o.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function h(t,e){return t<<e|t>>>32-e}i(l,o),l.prototype._update=function(){for(var t,e,r,n,i,o,l,p,d,y,b,m,v,g,_,w,S,O,j,$,A,E,x,P,k,M,I,T,B,R,N,D,L,C,U,q,F,V,z,K,H,W,J,G,Y,Q,X,Z,tt,te,tr,tn,ti=0;ti<16;++ti)a[ti]=this._block.readInt32LE(4*ti);for(var to=0|this._a,ta=0|this._b,ts=0|this._c,tc=0|this._d,tu=0|this._e,tf=0|this._a,tl=0|this._b,th=0|this._c,tp=0|this._d,td=0|this._e,ty=0;ty<80;ty+=1)ty<16?(t=to,e=ta,r=ts,n=tc,i=tu,tr=h(t+(e^r^n)+a[s[ty]]+0|0,u[ty])+i|0,o=tf,l=tl,p=th,d=tp,y=td,tn=h(o+(l^(p|~d))+a[c[ty]]+1352829926|0,f[ty])+y|0):ty<32?(b=to,m=ta,v=ts,g=tc,_=tu,tr=h(b+(m&v|~m&g)+a[s[ty]]+1518500249|0,u[ty])+_|0,w=tf,S=tl,O=th,j=tp,$=td,tn=h(w+(S&j|O&~j)+a[c[ty]]+1548603684|0,f[ty])+$|0):ty<48?(A=to,E=ta,x=ts,P=tc,k=tu,tr=h(A+((E|~x)^P)+a[s[ty]]+1859775393|0,u[ty])+k|0,M=tf,I=tl,T=th,B=tp,R=td,tn=h(M+((I|~T)^B)+a[c[ty]]+1836072691|0,f[ty])+R|0):ty<64?(N=to,D=ta,L=ts,C=tc,U=tu,tr=h(N+(D&C|L&~C)+a[s[ty]]+2400959708|0,u[ty])+U|0,q=tf,F=tl,V=th,z=tp,K=td,tn=h(q+(F&V|~F&z)+a[c[ty]]+2053994217|0,f[ty])+K|0):(H=to,W=ta,J=ts,G=tc,Y=tu,tr=h(H+(W^(J|~G))+a[s[ty]]+2840853838|0,u[ty])+Y|0,Q=tf,X=tl,Z=th,tt=tp,te=td,tn=h(Q+(X^Z^tt)+a[c[ty]]+0|0,f[ty])+te|0),to=tu,tu=tc,tc=h(ts,10),ts=ta,ta=tr,tf=td,td=tp,tp=h(th,10),th=tl,tl=tn;var tb=this._b+ts+tp|0;this._b=this._c+tc+td|0,this._c=this._d+tu+tf|0,this._d=this._e+to+tl|0,this._e=this._a+ta+th|0,this._a=tb},l.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var t=n.alloc?n.alloc(20):new n(20);return t.writeInt32LE(this._a,0),t.writeInt32LE(this._b,4),t.writeInt32LE(this._c,8),t.writeInt32LE(this._d,12),t.writeInt32LE(this._e,16),t},t.exports=l},9732:(t,e,r)=>{var n=r(5832),i=n.Buffer;function o(t,e){for(var r in t)e[r]=t[r]}function a(t,e,r){return i(t,e,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?t.exports=n:(o(n,e),e.Buffer=a),a.prototype=Object.create(i.prototype),o(i,a),a.from=function(t,e,r){if("number"==typeof t)throw TypeError("Argument must not be a number");return i(t,e,r)},a.alloc=function(t,e,r){if("number"!=typeof t)throw TypeError("Argument must be a number");var n=i(t);return void 0!==e?"string"==typeof r?n.fill(e,r):n.fill(e):n.fill(0),n},a.allocUnsafe=function(t){if("number"!=typeof t)throw TypeError("Argument must be a number");return i(t)},a.allocUnsafeSlow=function(t){if("number"!=typeof t)throw TypeError("Argument must be a number");return n.SlowBuffer(t)}},3900:(t,e,r)=>{"use strict";var n=r(6400),i=r(6750),o=r(3191)(),a=r(1464),s=r(2268),c=n("%Math.floor%");t.exports=function(t,e){if("function"!=typeof t)throw new s("`fn` is not a function");if("number"!=typeof e||e<0||e>4294967295||c(e)!==e)throw new s("`length` must be a positive 32-bit integer");var r=arguments.length>2&&!!arguments[2],n=!0,u=!0;if("length"in t&&a){var f=a(t,"length");f&&!f.configurable&&(n=!1),f&&!f.writable&&(u=!1)}return(n||u||!r)&&(o?i(t,"length",e,!0,!0):i(t,"length",e)),t}},1485:(t,e,r)=>{var n=r(9732).Buffer;function i(t,e){this._block=n.alloc(t),this._finalSize=e,this._blockSize=t,this._len=0}i.prototype.update=function(t,e){"string"==typeof t&&(e=e||"utf8",t=n.from(t,e));for(var r=this._block,i=this._blockSize,o=t.length,a=this._len,s=0;s<o;){for(var c=a%i,u=Math.min(o-s,i-c),f=0;f<u;f++)r[c+f]=t[s+f];s+=u,(a+=u)%i==0&&this._update(r)}return this._len+=o,this},i.prototype.digest=function(t){var e=this._len%this._blockSize;this._block[e]=128,this._block.fill(0,e+1),e>=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=8*this._len;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var n=(4294967295&r)>>>0;this._block.writeUInt32BE((r-n)/4294967296,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var i=this._hash();return t?i.toString(t):i},i.prototype._update=function(){throw Error("_update must be implemented by subclass")},t.exports=i},3261:(t,e,r)=>{var n=t.exports=function(t){var e=n[t=t.toLowerCase()];if(!e)throw Error(t+" is not supported (we accept pull requests)");return new e};n.sha=r(2219),n.sha1=r(68),n.sha224=r(3027),n.sha256=r(8890),n.sha384=r(5938),n.sha512=r(6467)},2219:(t,e,r)=>{var n=r(1679),i=r(1485),o=r(9732).Buffer,a=[1518500249,1859775393,-1894007588,-899497514],s=Array(80);function c(){this.init(),this._w=s,i.call(this,64,56)}n(c,i),c.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},c.prototype._update=function(t){for(var e,r=this._w,n=0|this._a,i=0|this._b,o=0|this._c,s=0|this._d,c=0|this._e,u=0;u<16;++u)r[u]=t.readInt32BE(4*u);for(;u<80;++u)r[u]=r[u-3]^r[u-8]^r[u-14]^r[u-16];for(var f=0;f<80;++f){var l,h,p,d,y=~~(f/20),b=0|((e=n)<<5|e>>>27)+(l=i,h=o,p=s,0===y?l&h|~l&p:2===y?l&h|l&p|h&p:l^h^p)+c+r[f]+a[y];c=s,s=o,o=(d=i)<<30|d>>>2,i=n,n=b}this._a=n+this._a|0,this._b=i+this._b|0,this._c=o+this._c|0,this._d=s+this._d|0,this._e=c+this._e|0},c.prototype._hash=function(){var t=o.allocUnsafe(20);return t.writeInt32BE(0|this._a,0),t.writeInt32BE(0|this._b,4),t.writeInt32BE(0|this._c,8),t.writeInt32BE(0|this._d,12),t.writeInt32BE(0|this._e,16),t},t.exports=c},68:(t,e,r)=>{var n=r(1679),i=r(1485),o=r(9732).Buffer,a=[1518500249,1859775393,-1894007588,-899497514],s=Array(80);function c(){this.init(),this._w=s,i.call(this,64,56)}n(c,i),c.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},c.prototype._update=function(t){for(var e,r=this._w,n=0|this._a,i=0|this._b,o=0|this._c,s=0|this._d,c=0|this._e,u=0;u<16;++u)r[u]=t.readInt32BE(4*u);for(;u<80;++u)r[u]=(e=r[u-3]^r[u-8]^r[u-14]^r[u-16])<<1|e>>>31;for(var f=0;f<80;++f){var l,h,p,d,y,b=~~(f/20),m=((l=n)<<5|l>>>27)+(h=i,p=o,d=s,0===b?h&p|~h&d:2===b?h&p|h&d|p&d:h^p^d)+c+r[f]+a[b]|0;c=s,s=o,o=(y=i)<<30|y>>>2,i=n,n=m}this._a=n+this._a|0,this._b=i+this._b|0,this._c=o+this._c|0,this._d=s+this._d|0,this._e=c+this._e|0},c.prototype._hash=function(){var t=o.allocUnsafe(20);return t.writeInt32BE(0|this._a,0),t.writeInt32BE(0|this._b,4),t.writeInt32BE(0|this._c,8),t.writeInt32BE(0|this._d,12),t.writeInt32BE(0|this._e,16),t},t.exports=c},3027:(t,e,r)=>{var n=r(1679),i=r(8890),o=r(1485),a=r(9732).Buffer,s=Array(64);function c(){this.init(),this._w=s,o.call(this,64,56)}n(c,i),c.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},c.prototype._hash=function(){var t=a.allocUnsafe(28);return t.writeInt32BE(this._a,0),t.writeInt32BE(this._b,4),t.writeInt32BE(this._c,8),t.writeInt32BE(this._d,12),t.writeInt32BE(this._e,16),t.writeInt32BE(this._f,20),t.writeInt32BE(this._g,24),t},t.exports=c},8890:(t,e,r)=>{var n=r(1679),i=r(1485),o=r(9732).Buffer,a=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],s=Array(64);function c(){this.init(),this._w=s,i.call(this,64,56)}n(c,i),c.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},c.prototype._update=function(t){for(var e,r=this._w,n=0|this._a,i=0|this._b,o=0|this._c,s=0|this._d,c=0|this._e,u=0|this._f,f=0|this._g,l=0|this._h,h=0;h<16;++h)r[h]=t.readInt32BE(4*h);for(;h<64;++h)r[h]=0|(((e=r[h-2])>>>17|e<<15)^(e>>>19|e<<13)^e>>>10)+r[h-7]+(((d=r[h-15])>>>7|d<<25)^(d>>>18|d<<14)^d>>>3)+r[h-16];for(var p=0;p<64;++p){var d,y,b,m,v,g,_,w,S=l+(((y=c)>>>6|y<<26)^(y>>>11|y<<21)^(y>>>25|y<<7))+(b=c,m=u,(v=f)^b&(m^v))+a[p]+r[p]|0,O=(((g=n)>>>2|g<<30)^(g>>>13|g<<19)^(g>>>22|g<<10))+((_=n)&(w=i)|o&(_|w))|0;l=f,f=u,u=c,c=s+S|0,s=o,o=i,i=n,n=S+O|0}this._a=n+this._a|0,this._b=i+this._b|0,this._c=o+this._c|0,this._d=s+this._d|0,this._e=c+this._e|0,this._f=u+this._f|0,this._g=f+this._g|0,this._h=l+this._h|0},c.prototype._hash=function(){var t=o.allocUnsafe(32);return t.writeInt32BE(this._a,0),t.writeInt32BE(this._b,4),t.writeInt32BE(this._c,8),t.writeInt32BE(this._d,12),t.writeInt32BE(this._e,16),t.writeInt32BE(this._f,20),t.writeInt32BE(this._g,24),t.writeInt32BE(this._h,28),t},t.exports=c},5938:(t,e,r)=>{var n=r(1679),i=r(6467),o=r(1485),a=r(9732).Buffer,s=Array(160);function c(){this.init(),this._w=s,o.call(this,128,112)}n(c,i),c.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},c.prototype._hash=function(){var t=a.allocUnsafe(48);function e(e,r,n){t.writeInt32BE(e,n),t.writeInt32BE(r,n+4)}return e(this._ah,this._al,0),e(this._bh,this._bl,8),e(this._ch,this._cl,16),e(this._dh,this._dl,24),e(this._eh,this._el,32),e(this._fh,this._fl,40),t},t.exports=c},6467:(t,e,r)=>{var n=r(1679),i=r(1485),o=r(9732).Buffer,a=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],s=Array(160);function c(){this.init(),this._w=s,i.call(this,128,112)}function u(t,e){return(t>>>28|e<<4)^(e>>>2|t<<30)^(e>>>7|t<<25)}function f(t,e){return(t>>>14|e<<18)^(t>>>18|e<<14)^(e>>>9|t<<23)}function l(t,e){return t>>>0<e>>>0?1:0}n(c,i),c.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},c.prototype._update=function(t){for(var e=this._w,r=0|this._ah,n=0|this._bh,i=0|this._ch,o=0|this._dh,s=0|this._eh,c=0|this._fh,h=0|this._gh,p=0|this._hh,d=0|this._al,y=0|this._bl,b=0|this._cl,m=0|this._dl,v=0|this._el,g=0|this._fl,_=0|this._gl,w=0|this._hl,S=0;S<32;S+=2)e[S]=t.readInt32BE(4*S),e[S+1]=t.readInt32BE(4*S+4);for(;S<160;S+=2){var O,j,$,A,E,x,P,k,M=e[S-30],I=e[S-30+1],T=((O=M)>>>1|(j=I)<<31)^(O>>>8|j<<24)^O>>>7,B=(($=I)>>>1|(A=M)<<31)^($>>>8|A<<24)^($>>>7|A<<25),R=((E=M=e[S-4])>>>19|(x=I=e[S-4+1])<<13)^(x>>>29|E<<3)^E>>>6,N=((P=I)>>>19|(k=M)<<13)^(k>>>29|P<<3)^(P>>>6|k<<26),D=e[S-14],L=e[S-14+1],C=e[S-32],U=e[S-32+1],q=B+L|0,F=T+D+l(q,B)|0;F=(F=F+R+l(q=q+N|0,N)|0)+C+l(q=q+U|0,U)|0,e[S]=F,e[S+1]=q}for(var V=0;V<160;V+=2){F=e[V],q=e[V+1];var z,K,H,W,J,G,Y,Q,X,Z,tt=(z=r)&(K=n)|i&(z|K),te=(H=d)&(W=y)|b&(H|W),tr=u(r,d),tn=u(d,r),ti=f(s,v),to=f(v,s),ta=a[V],ts=a[V+1],tc=(J=s,G=c,(Y=h)^J&(G^Y)),tu=(Q=v,X=g,(Z=_)^Q&(X^Z)),tf=w+to|0,tl=p+ti+l(tf,w)|0;tl=(tl=(tl=tl+tc+l(tf=tf+tu|0,tu)|0)+ta+l(tf=tf+ts|0,ts)|0)+F+l(tf=tf+q|0,q)|0;var th=tn+te|0,tp=tr+tt+l(th,tn)|0;p=h,w=_,h=c,_=g,c=s,g=v,s=o+tl+l(v=m+tf|0,m)|0,o=i,m=b,i=n,b=y,n=r,y=d,r=tl+tp+l(d=tf+th|0,tf)|0}this._al=this._al+d|0,this._bl=this._bl+y|0,this._cl=this._cl+b|0,this._dl=this._dl+m|0,this._el=this._el+v|0,this._fl=this._fl+g|0,this._gl=this._gl+_|0,this._hl=this._hl+w|0,this._ah=this._ah+r+l(this._al,d)|0,this._bh=this._bh+n+l(this._bl,y)|0,this._ch=this._ch+i+l(this._cl,b)|0,this._dh=this._dh+o+l(this._dl,m)|0,this._eh=this._eh+s+l(this._el,v)|0,this._fh=this._fh+c+l(this._fl,g)|0,this._gh=this._gh+h+l(this._gl,_)|0,this._hh=this._hh+p+l(this._hl,w)|0},c.prototype._hash=function(){var t=o.allocUnsafe(64);function e(e,r,n){t.writeInt32BE(e,n),t.writeInt32BE(r,n+4)}return e(this._ah,this._al,0),e(this._bh,this._bl,8),e(this._ch,this._cl,16),e(this._dh,this._dl,24),e(this._eh,this._el,32),e(this._fh,this._fl,40),e(this._gh,this._gl,48),e(this._hh,this._hl,56),t},t.exports=c},7775:(t,e,r)=>{t.exports=i;var n=r(3550).EventEmitter;function i(){n.call(this)}r(1679)(i,n),i.Readable=r(8134),i.Writable=r(4186),i.Duplex=r(4560),i.Transform=r(8784),i.PassThrough=r(1026),i.finished=r(8500),i.pipeline=r(1144),i.Stream=i,i.prototype.pipe=function(t,e){var r=this;function i(e){t.writable&&!1===t.write(e)&&r.pause&&r.pause()}function o(){r.readable&&r.resume&&r.resume()}r.on("data",i),t.on("drain",o),t._isStdio||e&&!1===e.end||(r.on("end",s),r.on("close",c));var a=!1;function s(){a||(a=!0,t.end())}function c(){a||(a=!0,"function"==typeof t.destroy&&t.destroy())}function u(t){if(f(),0===n.listenerCount(this,"error"))throw t}function f(){r.removeListener("data",i),t.removeListener("drain",o),r.removeListener("end",s),r.removeListener("close",c),r.removeListener("error",u),t.removeListener("error",u),r.removeListener("end",f),r.removeListener("close",f),t.removeListener("close",f)}return r.on("error",u),t.on("error",u),r.on("end",f),r.on("close",f),t.on("close",f),t.emit("pipe",r),t}},198:t=>{"use strict";function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var r={};function n(t,e,n){n||(n=Error);var i=function(t){function r(r,n,i){return t.call(this,"string"==typeof e?e:e(r,n,i))||this}return r.prototype=Object.create(t.prototype),r.prototype.constructor=r,r.__proto__=t,r}(n);i.prototype.name=n.name,i.prototype.code=t,r[t]=i}function i(t,e){if(Array.isArray(t)){var r=t.length;return t=t.map(function(t){return String(t)}),r>2?"one of ".concat(e," ").concat(t.slice(0,r-1).join(", "),", or ")+t[r-1]:2===r?"one of ".concat(e," ").concat(t[0]," or ").concat(t[1]):"of ".concat(e," ").concat(t[0])}return"of ".concat(e," ").concat(String(t))}n("ERR_INVALID_OPT_VALUE",function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'},TypeError),n("ERR_INVALID_ARG_TYPE",function(t,r,n){if("string"==typeof r&&(a="not ",r.substr(0,4)===a)?(o="must not be",r=r.replace(/^not /,"")):o="must be",(void 0===u||u>t.length)&&(u=t.length)," argument"===t.substring(u-9,u))s="The ".concat(t," ").concat(o," ").concat(i(r,"type"));else{var o,a,s,c,u,f=("number"!=typeof c&&(c=0),c+1>t.length||-1===t.indexOf(".",c)?"argument":"property");s='The "'.concat(t,'" ').concat(f," ").concat(o," ").concat(i(r,"type"))}return s+". Received type ".concat(e(n))},TypeError),n("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),n("ERR_METHOD_NOT_IMPLEMENTED",function(t){return"The "+t+" method is not implemented"}),n("ERR_STREAM_PREMATURE_CLOSE","Premature close"),n("ERR_STREAM_DESTROYED",function(t){return"Cannot call "+t+" after a stream was destroyed"}),n("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),n("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),n("ERR_STREAM_WRITE_AFTER_END","write after end"),n("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),n("ERR_UNKNOWN_ENCODING",function(t){return"Unknown encoding: "+t},TypeError),n("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),t.exports.F=r},4560:(t,e,r)=>{"use strict";var n=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};t.exports=u;var i=r(8134),o=r(4186);r(1679)(u,i);for(var a=n(o.prototype),s=0;s<a.length;s++){var c=a[s];u.prototype[c]||(u.prototype[c]=o.prototype[c])}function u(t){if(!(this instanceof u))return new u(t);i.call(this,t),o.call(this,t),this.allowHalfOpen=!0,t&&(!1===t.readable&&(this.readable=!1),!1===t.writable&&(this.writable=!1),!1===t.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",f)))}function f(){this._writableState.ended||({env:{}}).nextTick(l,this)}function l(t){t.end()}Object.defineProperty(u.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(u.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(u.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(u.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&this._readableState.destroyed&&this._writableState.destroyed},set:function(t){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=t,this._writableState.destroyed=t)}})},1026:(t,e,r)=>{"use strict";t.exports=i;var n=r(8784);function i(t){if(!(this instanceof i))return new i(t);n.call(this,t)}r(1679)(i,n),i.prototype._transform=function(t,e,r){r(null,t)}},8134:(t,e,r)=>{"use strict";t.exports=j,j.ReadableState=O,r(3550).EventEmitter;var n,i,o=function(t,e){return t.listeners(e).length},a=r(6871),s=r(5832).Buffer,c=(void 0!==r.g?r.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},u=r(7199);i=u&&u.debuglog?u.debuglog("stream"):function(){};var f,l,h,p=r(6811),d=r(6222),y=r(9681).getHighWaterMark,b=r(198).F,m=b.ERR_INVALID_ARG_TYPE,v=b.ERR_STREAM_PUSH_AFTER_EOF,g=b.ERR_METHOD_NOT_IMPLEMENTED,_=b.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;r(1679)(j,a);var w=d.errorOrDestroy,S=["error","close","destroy","pause","resume"];function O(t,e,i){n=n||r(4560),t=t||{},"boolean"!=typeof i&&(i=e instanceof n),this.objectMode=!!t.objectMode,i&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=y(this,t,"readableHighWaterMark",i),this.buffer=new p,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==t.emitClose,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(f||(f=r(136).I),this.decoder=new f(t.encoding),this.encoding=t.encoding)}function j(t){if(n=n||r(4560),!(this instanceof j))return new j(t);var e=this instanceof n;this._readableState=new O(t,this,e),this.readable=!0,t&&("function"==typeof t.read&&(this._read=t.read),"function"==typeof t.destroy&&(this._destroy=t.destroy)),a.call(this)}function $(t,e,r,n,o){i("readableAddChunk",e);var a,u,f,l,h=t._readableState;if(null===e)h.reading=!1,function(t,e){if(i("onEofChunk"),!e.ended){if(e.decoder){var r=e.decoder.end();r&&r.length&&(e.buffer.push(r),e.length+=e.objectMode?1:r.length)}e.ended=!0,e.sync?x(t):(e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,P(t)))}}(t,h);else if(o||(a=e,s.isBuffer(a)||a instanceof c||"string"==typeof a||void 0===a||h.objectMode||(u=new m("chunk",["string","Buffer","Uint8Array"],a)),l=u),l)w(t,l);else if(h.objectMode||e&&e.length>0){if("string"==typeof e||h.objectMode||Object.getPrototypeOf(e)===s.prototype||(f=e,e=s.from(f)),n)h.endEmitted?w(t,new _):A(t,h,e,!0);else if(h.ended)w(t,new v);else{if(h.destroyed)return!1;h.reading=!1,h.decoder&&!r?(e=h.decoder.write(e),h.objectMode||0!==e.length?A(t,h,e,!1):k(t,h)):A(t,h,e,!1)}}else n||(h.reading=!1,k(t,h));return!h.ended&&(h.length<h.highWaterMark||0===h.length)}function A(t,e,r,n){e.flowing&&0===e.length&&!e.sync?(e.awaitDrain=0,t.emit("data",r)):(e.length+=e.objectMode?1:r.length,n?e.buffer.unshift(r):e.buffer.push(r),e.needReadable&&x(t)),k(t,e)}function E(t,e){var r;return t<=0||0===e.length&&e.ended?0:e.objectMode?1:t!=t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=((r=t)>=1073741824?r=1073741824:(r--,r|=r>>>1,r|=r>>>2,r|=r>>>4,r|=r>>>8,r|=r>>>16,r++),r)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}function x(t){var e=t._readableState;i("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||(i("emitReadable",e.flowing),e.emittedReadable=!0,({env:{}}).nextTick(P,t))}function P(t){var e=t._readableState;i("emitReadable_",e.destroyed,e.length,e.ended),!e.destroyed&&(e.length||e.ended)&&(t.emit("readable"),e.emittedReadable=!1),e.needReadable=!e.flowing&&!e.ended&&e.length<=e.highWaterMark,R(t)}function k(t,e){e.readingMore||(e.readingMore=!0,({env:{}}).nextTick(M,t,e))}function M(t,e){for(;!e.reading&&!e.ended&&(e.length<e.highWaterMark||e.flowing&&0===e.length);){var r=e.length;if(i("maybeReadMore read 0"),t.read(0),r===e.length)break}e.readingMore=!1}function I(t){var e=t._readableState;e.readableListening=t.listenerCount("readable")>0,e.resumeScheduled&&!e.paused?e.flowing=!0:t.listenerCount("data")>0&&t.resume()}function T(t){i("readable nexttick read 0"),t.read(0)}function B(t,e){i("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),R(t),e.flowing&&!e.reading&&t.read(0)}function R(t){var e=t._readableState;for(i("flow",e.flowing);e.flowing&&null!==t.read(););}function N(t,e){var r;return 0===e.length?null:(e.objectMode?r=e.buffer.shift():!t||t>=e.length?(r=e.decoder?e.buffer.join(""):1===e.buffer.length?e.buffer.first():e.buffer.concat(e.length),e.buffer.clear()):r=e.buffer.consume(t,e.decoder),r)}function D(t){var e=t._readableState;i("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,({env:{}}).nextTick(L,e,t))}function L(t,e){if(i("endReadableNT",t.endEmitted,t.length),!t.endEmitted&&0===t.length&&(t.endEmitted=!0,e.readable=!1,e.emit("end"),t.autoDestroy)){var r=e._writableState;(!r||r.autoDestroy&&r.finished)&&e.destroy()}}function C(t,e){for(var r=0,n=t.length;r<n;r++)if(t[r]===e)return r;return -1}Object.defineProperty(j.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(t){this._readableState&&(this._readableState.destroyed=t)}}),j.prototype.destroy=d.destroy,j.prototype._undestroy=d.undestroy,j.prototype._destroy=function(t,e){e(t)},j.prototype.push=function(t,e){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof t&&((e=e||n.defaultEncoding)!==n.encoding&&(t=s.from(t,e),e=""),r=!0),$(this,t,e,!1,r)},j.prototype.unshift=function(t){return $(this,t,null,!0,!1)},j.prototype.isPaused=function(){return!1===this._readableState.flowing},j.prototype.setEncoding=function(t){f||(f=r(136).I);var e=new f(t);this._readableState.decoder=e,this._readableState.encoding=this._readableState.decoder.encoding;for(var n=this._readableState.buffer.head,i="";null!==n;)i+=e.write(n.data),n=n.next;return this._readableState.buffer.clear(),""!==i&&this._readableState.buffer.push(i),this._readableState.length=i.length,this},j.prototype.read=function(t){i("read",t),t=parseInt(t,10);var e=this._readableState,r=t;if(0!==t&&(e.emittedReadable=!1),0===t&&e.needReadable&&((0!==e.highWaterMark?e.length>=e.highWaterMark:e.length>0)||e.ended))return i("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?D(this):x(this),null;if(0===(t=E(t,e))&&e.ended)return 0===e.length&&D(this),null;var n,o=e.needReadable;return i("need readable",o),(0===e.length||e.length-t<e.highWaterMark)&&i("length less than watermark",o=!0),e.ended||e.reading?i("reading or ended",o=!1):o&&(i("do read"),e.reading=!0,e.sync=!0,0===e.length&&(e.needReadable=!0),this._read(e.highWaterMark),e.sync=!1,e.reading||(t=E(r,e))),null===(n=t>0?N(t,e):null)?(e.needReadable=e.length<=e.highWaterMark,t=0):(e.length-=t,e.awaitDrain=0),0===e.length&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&D(this)),null!==n&&this.emit("data",n),n},j.prototype._read=function(t){w(this,new g("_read()"))},j.prototype.pipe=function(t,e){var r=this,n=this._readableState;switch(n.pipesCount){case 0:n.pipes=t;break;case 1:n.pipes=[n.pipes,t];break;default:n.pipes.push(t)}n.pipesCount+=1,i("pipe count=%d opts=%j",n.pipesCount,e);var a=e&&!1===e.end||t===({env:{}}).stdout||t===({env:{}}).stderr?d:s;function s(){i("onend"),t.end()}n.endEmitted?({env:{}}).nextTick(a):r.once("end",a),t.on("unpipe",function e(o,a){i("onunpipe"),o===r&&a&&!1===a.hasUnpiped&&(a.hasUnpiped=!0,i("cleanup"),t.removeListener("close",h),t.removeListener("finish",p),t.removeListener("drain",c),t.removeListener("error",l),t.removeListener("unpipe",e),r.removeListener("end",s),r.removeListener("end",d),r.removeListener("data",f),u=!0,n.awaitDrain&&(!t._writableState||t._writableState.needDrain)&&c())});var c=function(){var t=r._readableState;i("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&o(r,"data")&&(t.flowing=!0,R(r))};t.on("drain",c);var u=!1;function f(e){i("ondata");var o=t.write(e);i("dest.write",o),!1===o&&((1===n.pipesCount&&n.pipes===t||n.pipesCount>1&&-1!==C(n.pipes,t))&&!u&&(i("false write response, pause",n.awaitDrain),n.awaitDrain++),r.pause())}function l(e){i("onerror",e),d(),t.removeListener("error",l),0===o(t,"error")&&w(t,e)}function h(){t.removeListener("finish",p),d()}function p(){i("onfinish"),t.removeListener("close",h),d()}function d(){i("unpipe"),r.unpipe(t)}return r.on("data",f),function(t,e,r){if("function"==typeof t.prependListener)return t.prependListener(e,r);t._events&&t._events[e]?Array.isArray(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]:t.on(e,r)}(t,"error",l),t.once("close",h),t.once("finish",p),t.emit("pipe",r),n.flowing||(i("pipe resume"),r.resume()),t},j.prototype.unpipe=function(t){var e=this._readableState,r={hasUnpiped:!1};if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes||(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,r)),this;if(!t){var n=e.pipes,i=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var o=0;o<i;o++)n[o].emit("unpipe",this,{hasUnpiped:!1});return this}var a=C(e.pipes,t);return -1===a||(e.pipes.splice(a,1),e.pipesCount-=1,1===e.pipesCount&&(e.pipes=e.pipes[0]),t.emit("unpipe",this,r)),this},j.prototype.on=function(t,e){var r=a.prototype.on.call(this,t,e),n=this._readableState;return"data"===t?(n.readableListening=this.listenerCount("readable")>0,!1!==n.flowing&&this.resume()):"readable"===t&&(n.endEmitted||n.readableListening||(n.readableListening=n.needReadable=!0,n.flowing=!1,n.emittedReadable=!1,i("on readable",n.length,n.reading),n.length?x(this):n.reading||({env:{}}).nextTick(T,this))),r},j.prototype.addListener=j.prototype.on,j.prototype.removeListener=function(t,e){var r=a.prototype.removeListener.call(this,t,e);return"readable"===t&&({env:{}}).nextTick(I,this),r},j.prototype.removeAllListeners=function(t){var e=a.prototype.removeAllListeners.apply(this,arguments);return"readable"!==t&&void 0!==t||({env:{}}).nextTick(I,this),e},j.prototype.resume=function(){var t=this._readableState;return t.flowing||(i("resume"),t.flowing=!t.readableListening,t.resumeScheduled||(t.resumeScheduled=!0,({env:{}}).nextTick(B,this,t))),t.paused=!1,this},j.prototype.pause=function(){return i("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(i("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},j.prototype.wrap=function(t){var e=this,r=this._readableState,n=!1;for(var o in t.on("end",function(){if(i("wrapped end"),r.decoder&&!r.ended){var t=r.decoder.end();t&&t.length&&e.push(t)}e.push(null)}),t.on("data",function(o){i("wrapped data"),r.decoder&&(o=r.decoder.write(o)),r.objectMode&&null==o||(r.objectMode||o&&o.length)&&(e.push(o)||(n=!0,t.pause()))}),t)void 0===this[o]&&"function"==typeof t[o]&&(this[o]=function(e){return function(){return t[e].apply(t,arguments)}}(o));for(var a=0;a<S.length;a++)t.on(S[a],this.emit.bind(this,S[a]));return this._read=function(e){i("wrapped _read",e),n&&(n=!1,t.resume())},this},"function"==typeof Symbol&&(j.prototype[Symbol.asyncIterator]=function(){return void 0===l&&(l=r(8493)),l(this)}),Object.defineProperty(j.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(j.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(j.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(t){this._readableState&&(this._readableState.flowing=t)}}),j._fromList=N,Object.defineProperty(j.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(j.from=function(t,e){return void 0===h&&(h=r(9271)),h(j,t,e)})},8784:(t,e,r)=>{"use strict";t.exports=f;var n=r(198).F,i=n.ERR_METHOD_NOT_IMPLEMENTED,o=n.ERR_MULTIPLE_CALLBACK,a=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,s=n.ERR_TRANSFORM_WITH_LENGTH_0,c=r(4560);function u(t,e){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new o);r.writechunk=null,r.writecb=null,null!=e&&this.push(e),n(t);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function f(t){if(!(this instanceof f))return new f(t);c.call(this,t),this._transformState={afterTransform:u.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,t&&("function"==typeof t.transform&&(this._transform=t.transform),"function"==typeof t.flush&&(this._flush=t.flush)),this.on("prefinish",l)}function l(){var t=this;"function"!=typeof this._flush||this._readableState.destroyed?h(this,null,null):this._flush(function(e,r){h(t,e,r)})}function h(t,e,r){if(e)return t.emit("error",e);if(null!=r&&t.push(r),t._writableState.length)throw new s;if(t._transformState.transforming)throw new a;return t.push(null)}r(1679)(f,c),f.prototype.push=function(t,e){return this._transformState.needTransform=!1,c.prototype.push.call(this,t,e)},f.prototype._transform=function(t,e,r){r(new i("_transform()"))},f.prototype._write=function(t,e,r){var n=this._transformState;if(n.writecb=r,n.writechunk=t,n.writeencoding=e,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},f.prototype._read=function(t){var e=this._transformState;null===e.writechunk||e.transforming?e.needTransform=!0:(e.transforming=!0,this._transform(e.writechunk,e.writeencoding,e.afterTransform))},f.prototype._destroy=function(t,e){c.prototype._destroy.call(this,t,function(t){e(t)})}},4186:(t,e,r)=>{"use strict";function n(t){var e=this;this.next=null,this.entry=null,this.finish=function(){!function(t,e){var r=t.entry;for(t.entry=null;r;){var n=r.callback;e.pendingcb--,n(void 0),r=r.next}e.corkedRequestsFree.next=t}(e,t)}}t.exports=j,j.WritableState=O;var i,o,a={deprecate:r(3340)},s=r(6871),c=r(5832).Buffer,u=(void 0!==r.g?r.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},f=r(6222),l=r(9681).getHighWaterMark,h=r(198).F,p=h.ERR_INVALID_ARG_TYPE,d=h.ERR_METHOD_NOT_IMPLEMENTED,y=h.ERR_MULTIPLE_CALLBACK,b=h.ERR_STREAM_CANNOT_PIPE,m=h.ERR_STREAM_DESTROYED,v=h.ERR_STREAM_NULL_VALUES,g=h.ERR_STREAM_WRITE_AFTER_END,_=h.ERR_UNKNOWN_ENCODING,w=f.errorOrDestroy;function S(){}function O(t,e,o){i=i||r(4560),t=t||{},"boolean"!=typeof o&&(o=e instanceof i),this.objectMode=!!t.objectMode,o&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=l(this,t,"writableHighWaterMark",o),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var a=!1===t.decodeStrings;this.decodeStrings=!a,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(t){!function(t,e){var r=t._writableState,n=r.sync,i=r.writecb;if("function"!=typeof i)throw new y;if(r.writing=!1,r.writecb=null,r.length-=r.writelen,r.writelen=0,e)--r.pendingcb,n?(({env:{}}).nextTick(i,e),({env:{}}).nextTick(k,t,r),t._writableState.errorEmitted=!0,w(t,e)):(i(e),t._writableState.errorEmitted=!0,w(t,e),k(t,r));else{var o=x(r)||t.destroyed;o||r.corked||r.bufferProcessing||!r.bufferedRequest||E(t,r),n?({env:{}}).nextTick(A,t,r,o,i):A(t,r,o,i)}}(e,t)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==t.emitClose,this.autoDestroy=!!t.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new n(this)}function j(t){var e=this instanceof(i=i||r(4560));if(!e&&!o.call(j,this))return new j(t);this._writableState=new O(t,this,e),this.writable=!0,t&&("function"==typeof t.write&&(this._write=t.write),"function"==typeof t.writev&&(this._writev=t.writev),"function"==typeof t.destroy&&(this._destroy=t.destroy),"function"==typeof t.final&&(this._final=t.final)),s.call(this)}function $(t,e,r,n,i,o,a){e.writelen=n,e.writecb=a,e.writing=!0,e.sync=!0,e.destroyed?e.onwrite(new m("write")):r?t._writev(i,e.onwrite):t._write(i,o,e.onwrite),e.sync=!1}function A(t,e,r,n){r||0===e.length&&e.needDrain&&(e.needDrain=!1,t.emit("drain")),e.pendingcb--,n(),k(t,e)}function E(t,e){e.bufferProcessing=!0;var r=e.bufferedRequest;if(t._writev&&r&&r.next){var i=Array(e.bufferedRequestCount),o=e.corkedRequestsFree;o.entry=r;for(var a=0,s=!0;r;)i[a]=r,r.isBuf||(s=!1),r=r.next,a+=1;i.allBuffers=s,$(t,e,!0,e.length,i,"",o.finish),e.pendingcb++,e.lastBufferedRequest=null,o.next?(e.corkedRequestsFree=o.next,o.next=null):e.corkedRequestsFree=new n(e),e.bufferedRequestCount=0}else{for(;r;){var c=r.chunk,u=r.encoding,f=r.callback;if($(t,e,!1,e.objectMode?1:c.length,c,u,f),r=r.next,e.bufferedRequestCount--,e.writing)break}null===r&&(e.lastBufferedRequest=null)}e.bufferedRequest=r,e.bufferProcessing=!1}function x(t){return t.ending&&0===t.length&&null===t.bufferedRequest&&!t.finished&&!t.writing}function P(t,e){t._final(function(r){e.pendingcb--,r&&w(t,r),e.prefinished=!0,t.emit("prefinish"),k(t,e)})}function k(t,e){var r=x(e);if(r&&(e.prefinished||e.finalCalled||("function"!=typeof t._final||e.destroyed?(e.prefinished=!0,t.emit("prefinish")):(e.pendingcb++,e.finalCalled=!0,({env:{}}).nextTick(P,t,e))),0===e.pendingcb&&(e.finished=!0,t.emit("finish"),e.autoDestroy))){var n=t._readableState;(!n||n.autoDestroy&&n.endEmitted)&&t.destroy()}return r}r(1679)(j,s),O.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(O.prototype,"buffer",{get:a.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(t){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(o=Function.prototype[Symbol.hasInstance],Object.defineProperty(j,Symbol.hasInstance,{value:function(t){return!!o.call(this,t)||this===j&&t&&t._writableState instanceof O}})):o=function(t){return t instanceof this},j.prototype.pipe=function(){w(this,new b)},j.prototype.write=function(t,e,r){var n,i,o,a,s,f,l,h=this._writableState,d=!1,y=!h.objectMode&&(l=t,c.isBuffer(l)||l instanceof u);return y&&!c.isBuffer(t)&&(n=t,t=c.from(n)),"function"==typeof e&&(r=e,e=null),y?e="buffer":e||(e=h.defaultEncoding),"function"!=typeof r&&(r=S),h.ending?(i=r,w(this,o=new g),({env:{}}).nextTick(i,o)):!y&&(a=t,s=r,null===a?f=new v:"string"==typeof a||h.objectMode||(f=new p("chunk",["string","Buffer"],a)),f&&(w(this,f),({env:{}}).nextTick(s,f),1))||(h.pendingcb++,d=function(t,e,r,n,i,o){if(!r){var a,s,u=(a=n,s=i,e.objectMode||!1===e.decodeStrings||"string"!=typeof a||(a=c.from(a,s)),a);n!==u&&(r=!0,i="buffer",n=u)}var f=e.objectMode?1:n.length;e.length+=f;var l=e.length<e.highWaterMark;if(l||(e.needDrain=!0),e.writing||e.corked){var h=e.lastBufferedRequest;e.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:o,next:null},h?h.next=e.lastBufferedRequest:e.bufferedRequest=e.lastBufferedRequest,e.bufferedRequestCount+=1}else $(t,e,!1,f,n,i,o);return l}(this,h,y,t,e,r)),d},j.prototype.cork=function(){this._writableState.corked++},j.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.bufferProcessing||!t.bufferedRequest||E(this,t))},j.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw new _(t);return this._writableState.defaultEncoding=t,this},Object.defineProperty(j.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(j.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),j.prototype._write=function(t,e,r){r(new d("_write()"))},j.prototype._writev=null,j.prototype.end=function(t,e,r){var n,i=this._writableState;return"function"==typeof t?(r=t,t=null,e=null):"function"==typeof e&&(r=e,e=null),null!=t&&this.write(t,e),i.corked&&(i.corked=1,this.uncork()),i.ending||(n=r,i.ending=!0,k(this,i),n&&(i.finished?({env:{}}).nextTick(n):this.once("finish",n)),i.ended=!0,this.writable=!1),this},Object.defineProperty(j.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(j.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(t){this._writableState&&(this._writableState.destroyed=t)}}),j.prototype.destroy=f.destroy,j.prototype._undestroy=f.undestroy,j.prototype._destroy=function(t,e){e(t)}},8493:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e,r){var i;return(i=function(t){if("object"!==n(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!==n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(e),(e="symbol"===n(i)?i:String(i))in t)?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var o,a=r(8500),s=Symbol("lastResolve"),c=Symbol("lastReject"),u=Symbol("error"),f=Symbol("ended"),l=Symbol("lastPromise"),h=Symbol("handlePromise"),p=Symbol("stream");function d(t,e){return{value:t,done:e}}function y(t){var e=t[s];if(null!==e){var r=t[p].read();null!==r&&(t[l]=null,t[s]=null,t[c]=null,e(d(r,!1)))}}function b(t){({env:{}}).nextTick(y,t)}var m=Object.getPrototypeOf(function(){}),v=Object.setPrototypeOf((i(o={get stream(){return this[p]},next:function(){var t,e=this,r=this[u];if(null!==r)return Promise.reject(r);if(this[f])return Promise.resolve(d(void 0,!0));if(this[p].destroyed)return new Promise(function(t,r){({env:{}}).nextTick(function(){e[u]?r(e[u]):t(d(void 0,!0))})});var n,i=this[l];if(i)n=new Promise((t=this,function(e,r){i.then(function(){t[f]?e(d(void 0,!0)):t[h](e,r)},r)}));else{var o=this[p].read();if(null!==o)return Promise.resolve(d(o,!1));n=new Promise(this[h])}return this[l]=n,n}},Symbol.asyncIterator,function(){return this}),i(o,"return",function(){var t=this;return new Promise(function(e,r){t[p].destroy(null,function(t){t?r(t):e(d(void 0,!0))})})}),o),m);t.exports=function(t){var e,r=Object.create(v,(i(e={},p,{value:t,writable:!0}),i(e,s,{value:null,writable:!0}),i(e,c,{value:null,writable:!0}),i(e,u,{value:null,writable:!0}),i(e,f,{value:t._readableState.endEmitted,writable:!0}),i(e,h,{value:function(t,e){var n=r[p].read();n?(r[l]=null,r[s]=null,r[c]=null,t(d(n,!1))):(r[s]=t,r[c]=e)},writable:!0}),e));return r[l]=null,a(t,function(t){if(t&&"ERR_STREAM_PREMATURE_CLOSE"!==t.code){var e=r[c];return null!==e&&(r[l]=null,r[s]=null,r[c]=null,e(t)),void(r[u]=t)}var n=r[s];null!==n&&(r[l]=null,r[s]=null,r[c]=null,n(d(void 0,!0))),r[f]=!0}),t.on("readable",b.bind(null,r)),r}},6811:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),r.push.apply(r,n)}return r}function o(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?i(Object(r),!0).forEach(function(e){var n,i;n=e,i=r[e],(n=a(n))in t?Object.defineProperty(t,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[n]=i}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function a(t){var e=function(t){if("object"!==n(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var r=e.call(t,"string");if("object"!==n(r))return r;throw TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"===n(e)?e:String(e)}var s=r(5832).Buffer,c=r(3779).inspect,u=c&&c.custom||"inspect";t.exports=function(){var t;function e(){(function(t,e){if(!(t instanceof e))throw TypeError("Cannot call a class as a function")})(this,e),this.head=null,this.tail=null,this.length=0}return t=[{key:"push",value:function(t){var e={data:t,next:null};this.length>0?this.tail.next=e:this.head=e,this.tail=e,++this.length}},{key:"unshift",value:function(t){var e={data:t,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length}},{key:"shift",value:function(){if(0!==this.length){var t=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,t}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(t){if(0===this.length)return"";for(var e=this.head,r=""+e.data;e=e.next;)r+=t+e.data;return r}},{key:"concat",value:function(t){if(0===this.length)return s.alloc(0);for(var e,r,n=s.allocUnsafe(t>>>0),i=this.head,o=0;i;)e=i.data,r=o,s.prototype.copy.call(e,n,r),o+=i.data.length,i=i.next;return n}},{key:"consume",value:function(t,e){var r;return t<this.head.data.length?(r=this.head.data.slice(0,t),this.head.data=this.head.data.slice(t)):r=t===this.head.data.length?this.shift():e?this._getString(t):this._getBuffer(t),r}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(t){var e=this.head,r=1,n=e.data;for(t-=n.length;e=e.next;){var i=e.data,o=t>i.length?i.length:t;if(o===i.length?n+=i:n+=i.slice(0,t),0==(t-=o)){o===i.length?(++r,e.next?this.head=e.next:this.head=this.tail=null):(this.head=e,e.data=i.slice(o));break}++r}return this.length-=r,n}},{key:"_getBuffer",value:function(t){var e=s.allocUnsafe(t),r=this.head,n=1;for(r.data.copy(e),t-=r.data.length;r=r.next;){var i=r.data,o=t>i.length?i.length:t;if(i.copy(e,e.length-t,0,o),0==(t-=o)){o===i.length?(++n,r.next?this.head=r.next:this.head=this.tail=null):(this.head=r,r.data=i.slice(o));break}++n}return this.length-=n,e}},{key:u,value:function(t,e){return c(this,o(o({},e),{},{depth:0,customInspect:!1}))}}],function(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,a(n.key),n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}()},6222:t=>{"use strict";function e(t,e){n(t,e),r(t)}function r(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit("close")}function n(t,e){t.emit("error",e)}t.exports={destroy:function(t,i){var o=this,a=this._readableState&&this._readableState.destroyed,s=this._writableState&&this._writableState.destroyed;return a||s?i?i(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,({env:{}}).nextTick(n,this,t)):({env:{}}).nextTick(n,this,t)):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(t){!i&&t?o._writableState?o._writableState.errorEmitted?({env:{}}).nextTick(r,o):(o._writableState.errorEmitted=!0,({env:{}}).nextTick(e,o,t)):({env:{}}).nextTick(e,o,t):i?(({env:{}}).nextTick(r,o),i(t)):({env:{}}).nextTick(r,o)})),this},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(t,e){var r=t._readableState,n=t._writableState;r&&r.autoDestroy||n&&n.autoDestroy?t.destroy(e):t.emit("error",e)}}},8500:(t,e,r)=>{"use strict";var n=r(198).F.ERR_STREAM_PREMATURE_CLOSE;function i(){}t.exports=function t(e,r,o){if("function"==typeof r)return t(e,null,r);r||(r={}),a=o||i,s=!1,o=function(){if(!s){s=!0;for(var t=arguments.length,e=Array(t),r=0;r<t;r++)e[r]=arguments[r];a.apply(this,e)}};var a,s,c=r.readable||!1!==r.readable&&e.readable,u=r.writable||!1!==r.writable&&e.writable,f=function(){e.writable||h()},l=e._writableState&&e._writableState.finished,h=function(){u=!1,l=!0,c||o.call(e)},p=e._readableState&&e._readableState.endEmitted,d=function(){c=!1,p=!0,u||o.call(e)},y=function(t){o.call(e,t)},b=function(){var t;return c&&!p?(e._readableState&&e._readableState.ended||(t=new n),o.call(e,t)):u&&!l?(e._writableState&&e._writableState.ended||(t=new n),o.call(e,t)):void 0},m=function(){e.req.on("finish",h)};return e.setHeader&&"function"==typeof e.abort?(e.on("complete",h),e.on("abort",b),e.req?m():e.on("request",m)):u&&!e._writableState&&(e.on("end",f),e.on("close",f)),e.on("end",d),e.on("finish",h),!1!==r.error&&e.on("error",y),e.on("close",b),function(){e.removeListener("complete",h),e.removeListener("abort",b),e.removeListener("request",m),e.req&&e.req.removeListener("finish",h),e.removeListener("end",f),e.removeListener("close",f),e.removeListener("finish",h),e.removeListener("end",d),e.removeListener("error",y),e.removeListener("close",b)}}},9271:t=>{t.exports=function(){throw Error("Readable.from is not available in the browser")}},1144:(t,e,r)=>{"use strict";var n,i=r(198).F,o=i.ERR_MISSING_ARGS,a=i.ERR_STREAM_DESTROYED;function s(t){if(t)throw t}function c(t){t()}function u(t,e){return t.pipe(e)}t.exports=function(){for(var t=arguments.length,e=Array(t),i=0;i<t;i++)e[i]=arguments[i];var f,l,h=(f=e).length?"function"!=typeof f[f.length-1]?s:f.pop():s;if(Array.isArray(e[0])&&(e=e[0]),e.length<2)throw new o("streams");var p=e.map(function(t,i){var o,s,u,f,d,y,b=i<e.length-1;return o=i>0,u=s=function(t){l||(l=t),t&&p.forEach(c),b||(p.forEach(c),h(l))},f=!1,s=function(){f||(f=!0,u.apply(void 0,arguments))},d=!1,t.on("close",function(){d=!0}),void 0===n&&(n=r(8500)),n(t,{readable:b,writable:o},function(t){if(t)return s(t);d=!0,s()}),y=!1,function(e){if(!d&&!y)return y=!0,t.setHeader&&"function"==typeof t.abort?t.abort():"function"==typeof t.destroy?t.destroy():void s(e||new a("pipe"))}});return e.reduce(u)}},9681:(t,e,r)=>{"use strict";var n=r(198).F.ERR_INVALID_OPT_VALUE;t.exports={getHighWaterMark:function(t,e,r,i){var o=null!=e.highWaterMark?e.highWaterMark:i?e[r]:null;if(null!=o){if(!isFinite(o)||Math.floor(o)!==o||o<0)throw new n(i?r:"highWaterMark",o);return Math.floor(o)}return t.objectMode?16:16384}}},6871:(t,e,r)=>{t.exports=r(3550).EventEmitter},136:(t,e,r)=>{"use strict";var n=r(2).Buffer,i=n.isEncoding||function(t){switch((t=""+t)&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(t){var e;switch(this.encoding=function(t){var e=function(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}(t);if("string"!=typeof e&&(n.isEncoding===i||!i(t)))throw Error("Unknown encoding: "+t);return e||t}(t),this.encoding){case"utf16le":this.text=c,this.end=u,e=4;break;case"utf8":this.fillLast=s,e=4;break;case"base64":this.text=f,this.end=l,e=3;break;default:return this.write=h,void(this.end=p)}this.lastNeed=0,this.lastTotal=0,this.lastChar=n.allocUnsafe(e)}function a(t){return t<=127?0:t>>5==6?2:t>>4==14?3:t>>3==30?4:t>>6==2?-1:-2}function s(t){var e=this.lastTotal-this.lastNeed,r=function(t,e){if(128!=(192&e[0]))return t.lastNeed=0,"�";if(t.lastNeed>1&&e.length>1){if(128!=(192&e[1]))return t.lastNeed=1,"�";if(t.lastNeed>2&&e.length>2&&128!=(192&e[2]))return t.lastNeed=2,"�"}}(this,t);return void 0!==r?r:this.lastNeed<=t.length?(t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(t.copy(this.lastChar,e,0,t.length),void(this.lastNeed-=t.length))}function c(t,e){if((t.length-e)%2==0){var r=t.toString("utf16le",e);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function u(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}function f(t,e){var r=(t.length-e)%3;return 0===r?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}function l(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function h(t){return t.toString(this.encoding)}function p(t){return t&&t.length?this.write(t):""}e.I=o,o.prototype.write=function(t){var e,r;if(0===t.length)return"";if(this.lastNeed){if(void 0===(e=this.fillLast(t)))return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<t.length?e?e+this.text(t,r):this.text(t,r):e||""},o.prototype.end=function(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"�":e},o.prototype.text=function(t,e){var r=function(t,e,r){var n=e.length-1;if(n<r)return 0;var i=a(e[n]);return i>=0?(i>0&&(t.lastNeed=i-1),i):--n<r||-2===i?0:(i=a(e[n]))>=0?(i>0&&(t.lastNeed=i-2),i):--n<r||-2===i?0:(i=a(e[n]))>=0?(i>0&&(2===i?i=0:t.lastNeed=i-3),i):0}(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var n=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,n),t.toString("utf8",e,n)},o.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length}},2:(t,e,r)=>{var n=r(5832),i=n.Buffer;function o(t,e){for(var r in t)e[r]=t[r]}function a(t,e,r){return i(t,e,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?t.exports=n:(o(n,e),e.Buffer=a),o(i,a),a.from=function(t,e,r){if("number"==typeof t)throw TypeError("Argument must not be a number");return i(t,e,r)},a.alloc=function(t,e,r){if("number"!=typeof t)throw TypeError("Argument must be a number");var n=i(t);return void 0!==e?"string"==typeof r?n.fill(e,r):n.fill(e):n.fill(0),n},a.allocUnsafe=function(t){if("number"!=typeof t)throw TypeError("Argument must be a number");return i(t)},a.allocUnsafeSlow=function(t){if("number"!=typeof t)throw TypeError("Argument must be a number");return n.SlowBuffer(t)}},3340:(t,e,r)=>{function n(t){try{if(!r.g.localStorage)return!1}catch(t){return!1}var e=r.g.localStorage[t];return null!=e&&"true"===String(e).toLowerCase()}t.exports=function(t,e){if(n("noDeprecation"))return t;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw Error(e);n("traceDeprecation")?console.trace(e):console.warn(e),r=!0}return t.apply(this,arguments)}}},7944:t=>{function e(t){return(e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}t.exports=function(t){return t&&"object"===e(t)&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},7595:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(5899),o=r(1905),a=r(9834),s=r(7911);function c(t){return t.call.bind(t)}var u="undefined"!=typeof BigInt,f="undefined"!=typeof Symbol,l=c(Object.prototype.toString),h=c(Number.prototype.valueOf),p=c(String.prototype.valueOf),d=c(Boolean.prototype.valueOf);if(u)var y=c(BigInt.prototype.valueOf);if(f)var b=c(Symbol.prototype.valueOf);function m(t,e){if("object"!==n(t))return!1;try{return e(t),!0}catch(t){return!1}}function v(t){return"[object Map]"===l(t)}function g(t){return"[object Set]"===l(t)}function _(t){return"[object WeakMap]"===l(t)}function w(t){return"[object WeakSet]"===l(t)}function S(t){return"[object ArrayBuffer]"===l(t)}function O(t){return"undefined"!=typeof ArrayBuffer&&(S.working?S(t):t instanceof ArrayBuffer)}function j(t){return"[object DataView]"===l(t)}function $(t){return"undefined"!=typeof DataView&&(j.working?j(t):t instanceof DataView)}e.isArgumentsObject=i,e.isGeneratorFunction=o,e.isTypedArray=s,e.isPromise=function(t){return"undefined"!=typeof Promise&&t instanceof Promise||null!==t&&"object"===n(t)&&"function"==typeof t.then&&"function"==typeof t.catch},e.isArrayBufferView=function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):s(t)||$(t)},e.isUint8Array=function(t){return"Uint8Array"===a(t)},e.isUint8ClampedArray=function(t){return"Uint8ClampedArray"===a(t)},e.isUint16Array=function(t){return"Uint16Array"===a(t)},e.isUint32Array=function(t){return"Uint32Array"===a(t)},e.isInt8Array=function(t){return"Int8Array"===a(t)},e.isInt16Array=function(t){return"Int16Array"===a(t)},e.isInt32Array=function(t){return"Int32Array"===a(t)},e.isFloat32Array=function(t){return"Float32Array"===a(t)},e.isFloat64Array=function(t){return"Float64Array"===a(t)},e.isBigInt64Array=function(t){return"BigInt64Array"===a(t)},e.isBigUint64Array=function(t){return"BigUint64Array"===a(t)},v.working="undefined"!=typeof Map&&v(new Map),e.isMap=function(t){return"undefined"!=typeof Map&&(v.working?v(t):t instanceof Map)},g.working="undefined"!=typeof Set&&g(new Set),e.isSet=function(t){return"undefined"!=typeof Set&&(g.working?g(t):t instanceof Set)},_.working="undefined"!=typeof WeakMap&&_(new WeakMap),e.isWeakMap=function(t){return"undefined"!=typeof WeakMap&&(_.working?_(t):t instanceof WeakMap)},w.working="undefined"!=typeof WeakSet&&w(new WeakSet),e.isWeakSet=function(t){return w(t)},S.working="undefined"!=typeof ArrayBuffer&&S(new ArrayBuffer),e.isArrayBuffer=O,j.working="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView&&j(new DataView(new ArrayBuffer(1),0,1)),e.isDataView=$;var A="undefined"!=typeof SharedArrayBuffer?SharedArrayBuffer:void 0;function E(t){return"[object SharedArrayBuffer]"===l(t)}function x(t){return void 0!==A&&(void 0===E.working&&(E.working=E(new A)),E.working?E(t):t instanceof A)}function P(t){return m(t,h)}function k(t){return m(t,p)}function M(t){return m(t,d)}function I(t){return u&&m(t,y)}function T(t){return f&&m(t,b)}e.isSharedArrayBuffer=x,e.isAsyncFunction=function(t){return"[object AsyncFunction]"===l(t)},e.isMapIterator=function(t){return"[object Map Iterator]"===l(t)},e.isSetIterator=function(t){return"[object Set Iterator]"===l(t)},e.isGeneratorObject=function(t){return"[object Generator]"===l(t)},e.isWebAssemblyCompiledModule=function(t){return"[object WebAssembly.Module]"===l(t)},e.isNumberObject=P,e.isStringObject=k,e.isBooleanObject=M,e.isBigIntObject=I,e.isSymbolObject=T,e.isBoxedPrimitive=function(t){return P(t)||k(t)||M(t)||I(t)||T(t)},e.isAnyArrayBuffer=function(t){return"undefined"!=typeof Uint8Array&&(O(t)||x(t))},["isProxy","isExternal","isModuleNamespaceObject"].forEach(function(t){Object.defineProperty(e,t,{enumerable:!1,value:function(){throw Error(t+" is not supported in userland")}})})},7352:(t,e,r)=>{function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=Object.getOwnPropertyDescriptors||function(t){for(var e=Object.keys(t),r={},n=0;n<e.length;n++)r[e[n]]=Object.getOwnPropertyDescriptor(t,e[n]);return r},o=/%[sdj%]/g;e.format=function(t){if(!g(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(u(arguments[r]));return e.join(" ")}r=1;for(var n=arguments,i=n.length,a=String(t).replace(o,function(t){if("%%"===t)return"%";if(r>=i)return t;switch(t){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch(t){return"[Circular]"}default:return t}}),s=n[r];r<i;s=n[++r])m(s)||!S(s)?a+=" "+s:a+=" "+u(s);return a},e.deprecate=function(t,e){if(!0===({env:{}}).noDeprecation)return t;var r=!1;return function(){if(!r){if(({env:{}}).throwDeprecation)throw Error(e);({env:{}}).traceDeprecation?console.trace(e):console.error(e),r=!0}return t.apply(this,arguments)}};var a={},s=/^$/;if(({}).NODE_DEBUG){var c={}.NODE_DEBUG;s=RegExp("^"+(c=c.replace(/[|\\{}()[\]^$+?.]/g,"\\$&").replace(/\*/g,".*").replace(/,/g,"$|^").toUpperCase())+"$","i")}function u(t,r){var n={seen:[],stylize:l};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),b(r)?n.showHidden=r:r&&e._extend(n,r),_(n.showHidden)&&(n.showHidden=!1),_(n.depth)&&(n.depth=2),_(n.colors)&&(n.colors=!1),_(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=f),h(n,t,n.depth)}function f(t,e){var r=u.styles[e];return r?"\x1b["+u.colors[r][0]+"m"+t+"\x1b["+u.colors[r][1]+"m":t}function l(t,e){return t}function h(t,r,n){if(t.customInspect&&r&&$(r.inspect)&&r.inspect!==e.inspect&&(!r.constructor||r.constructor.prototype!==r)){var i,o,a=r.inspect(n,t);return g(a)||(a=h(t,a,n)),a}var s=function(t,e){if(_(e))return t.stylize("undefined","undefined");if(g(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}return v(e)?t.stylize(""+e,"number"):b(e)?t.stylize(""+e,"boolean"):m(e)?t.stylize("null","null"):void 0}(t,r);if(s)return s;var c=Object.keys(r),u=(l={},c.forEach(function(t,e){l[t]=!0}),l);if(t.showHidden&&(c=Object.getOwnPropertyNames(r)),j(r)&&(c.indexOf("message")>=0||c.indexOf("description")>=0))return p(r);if(0===c.length){if($(r)){var f=r.name?": "+r.name:"";return t.stylize("[Function"+f+"]","special")}if(w(r))return t.stylize(RegExp.prototype.toString.call(r),"regexp");if(O(r))return t.stylize(Date.prototype.toString.call(r),"date");if(j(r))return p(r)}var l,S,A="",E=!1,x=["{","}"];return y(r)&&(E=!0,x=["[","]"]),$(r)&&(A=" [Function"+(r.name?": "+r.name:"")+"]"),w(r)&&(A=" "+RegExp.prototype.toString.call(r)),O(r)&&(A=" "+Date.prototype.toUTCString.call(r)),j(r)&&(A=" "+p(r)),0!==c.length||E&&0!=r.length?n<0?w(r)?t.stylize(RegExp.prototype.toString.call(r),"regexp"):t.stylize("[Object]","special"):(t.seen.push(r),S=E?function(t,e,r,n,i){for(var o=[],a=0,s=e.length;a<s;++a)P(e,String(a))?o.push(d(t,e,r,n,String(a),!0)):o.push("");return i.forEach(function(i){i.match(/^\d+$/)||o.push(d(t,e,r,n,i,!0))}),o}(t,r,n,u,c):c.map(function(e){return d(t,r,n,u,e,E)}),t.seen.pop(),i=A,o=x,S.reduce(function(t,e){return e.indexOf("\n"),t+e.replace(/\u001b\[\d\d?m/g,"").length+1},0)>60?o[0]+(""===i?"":i+"\n ")+" "+S.join(",\n  ")+" "+o[1]:o[0]+i+" "+S.join(", ")+" "+o[1]):x[0]+A+x[1]}function p(t){return"["+Error.prototype.toString.call(t)+"]"}function d(t,e,r,n,i,o){var a,s,c;if((c=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]}).get?s=c.set?t.stylize("[Getter/Setter]","special"):t.stylize("[Getter]","special"):c.set&&(s=t.stylize("[Setter]","special")),P(n,i)||(a="["+i+"]"),s||(0>t.seen.indexOf(c.value)?(s=m(r)?h(t,c.value,null):h(t,c.value,r-1)).indexOf("\n")>-1&&(s=o?s.split("\n").map(function(t){return"  "+t}).join("\n").slice(2):"\n"+s.split("\n").map(function(t){return"   "+t}).join("\n")):s=t.stylize("[Circular]","special")),_(a)){if(o&&i.match(/^\d+$/))return s;(a=JSON.stringify(""+i)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(a=a.slice(1,-1),a=t.stylize(a,"name")):(a=a.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),a=t.stylize(a,"string"))}return a+": "+s}function y(t){return Array.isArray(t)}function b(t){return"boolean"==typeof t}function m(t){return null===t}function v(t){return"number"==typeof t}function g(t){return"string"==typeof t}function _(t){return void 0===t}function w(t){return S(t)&&"[object RegExp]"===A(t)}function S(t){return"object"===n(t)&&null!==t}function O(t){return S(t)&&"[object Date]"===A(t)}function j(t){return S(t)&&("[object Error]"===A(t)||t instanceof Error)}function $(t){return"function"==typeof t}function A(t){return Object.prototype.toString.call(t)}function E(t){return t<10?"0"+t.toString(10):t.toString(10)}e.debuglog=function(t){if(!a[t=t.toUpperCase()]){if(s.test(t)){var r={env:{}}.pid;a[t]=function(){var n=e.format.apply(e,arguments);console.error("%s %d: %s",t,r,n)}}else a[t]=function(){}}return a[t]},e.inspect=u,u.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},u.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"},e.types=r(7595),e.isArray=y,e.isBoolean=b,e.isNull=m,e.isNullOrUndefined=function(t){return null==t},e.isNumber=v,e.isString=g,e.isSymbol=function(t){return"symbol"===n(t)},e.isUndefined=_,e.isRegExp=w,e.types.isRegExp=w,e.isObject=S,e.isDate=O,e.types.isDate=O,e.isError=j,e.types.isNativeError=j,e.isFunction=$,e.isPrimitive=function(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"===n(t)||void 0===t},e.isBuffer=r(7944);var x=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function P(t,e){return Object.prototype.hasOwnProperty.call(t,e)}e.log=function(){var t,r;console.log("%s - %s",(r=[E((t=new Date).getHours()),E(t.getMinutes()),E(t.getSeconds())].join(":"),[t.getDate(),x[t.getMonth()],r].join(" ")),e.format.apply(e,arguments))},e.inherits=r(1679),e._extend=function(t,e){if(!e||!S(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};var k="undefined"!=typeof Symbol?Symbol("util.promisify.custom"):void 0;function M(t,e){if(!t){var r=Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}e.promisify=function(t){if("function"!=typeof t)throw TypeError('The "original" argument must be of type Function');if(k&&t[k]){var e;if("function"!=typeof(e=t[k]))throw TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(e,k,{value:e,enumerable:!1,writable:!1,configurable:!0}),e}function e(){for(var e,r,n=new Promise(function(t,n){e=t,r=n}),i=[],o=0;o<arguments.length;o++)i.push(arguments[o]);i.push(function(t,n){t?r(t):e(n)});try{t.apply(this,i)}catch(t){r(t)}return n}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),k&&Object.defineProperty(e,k,{value:e,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(e,i(t))},e.promisify.custom=k,e.callbackify=function(t){if("function"!=typeof t)throw TypeError('The "original" argument must be of type Function');function e(){for(var e=[],r=0;r<arguments.length;r++)e.push(arguments[r]);var n=e.pop();if("function"!=typeof n)throw TypeError("The last argument must be of type Function");var i=this,o=function(){return n.apply(i,arguments)};t.apply(this,e).then(function(t){({env:{}}).nextTick(o.bind(null,null,t))},function(t){({env:{}}).nextTick(M.bind(null,t,o))})}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,i(t)),e}},9834:(t,e,r)=>{"use strict";function n(t){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=r(3777),o=r(3426),a=r(9122),s=r(9466),c=r(1464),u=s("Object.prototype.toString"),f=r(953)(),l="undefined"==typeof globalThis?r.g:globalThis,h=o(),p=s("String.prototype.slice"),d=Object.getPrototypeOf,y=s("Array.prototype.indexOf",!0)||function(t,e){for(var r=0;r<t.length;r+=1)if(t[r]===e)return r;return -1},b={__proto__:null};i(h,f&&c&&d?function(t){var e=new l[t];if(Symbol.toStringTag in e){var r=d(e),n=c(r,Symbol.toStringTag);n||(n=c(d(r),Symbol.toStringTag)),b["$"+t]=a(n.get)}}:function(t){var e=new l[t],r=e.slice||e.set;r&&(b["$"+t]=a(r))}),t.exports=function(t){if(!t||"object"!==n(t))return!1;if(!f){var e,r,o=p(u(t),8,-1);return y(h,o)>-1?o:"Object"===o&&(r=!1,i(b,function(e,n){if(!r)try{e(t),r=p(n,1)}catch(t){}}),r)}return c?(e=!1,i(b,function(r,n){if(!e)try{"$"+r(t)===n&&(e=p(n,1))}catch(t){}}),e):null}},7790:()=>{},3776:()=>{},5340:()=>{},9838:()=>{},3779:()=>{},7199:()=>{},3426:(t,e,r)=>{"use strict";var n=r(2653),i="undefined"==typeof globalThis?r.g:globalThis;t.exports=function(){for(var t=[],e=0;e<n.length;e++)"function"==typeof i[n[e]]&&(t[t.length]=n[e]);return t}},3633:(t,e,r)=>{"use strict";let n,i,o;var a=r(5832).Buffer;function s(t){return["[object ArrayBuffer]","[object SharedArrayBuffer]"].includes(Object.prototype.toString.call(t))}function c(t){return"[object Uint8Array]"===Object.prototype.toString.call(t)}function u(t){return"[object RegExp]"===Object.prototype.toString.call(t)}function f(t){return"[object Map]"===Object.prototype.toString.call(t)}function l(t){return"[object Date]"===Object.prototype.toString.call(t)}function h(t,e){return JSON.stringify(t,(t,e)=>"bigint"==typeof e?{$numberLong:`${e}`}:f(e)?Object.fromEntries(e):e)}let p=0x7fffffffffffffff-1,d=Object.freeze({double:1,string:2,object:3,array:4,binData:5,undefined:6,objectId:7,bool:8,date:9,null:10,regex:11,dbPointer:12,javascript:13,symbol:14,javascriptWithScope:15,int:16,timestamp:17,long:18,decimal:19,minKey:-1,maxKey:127});class y extends Error{get bsonError(){return!0}get name(){return"BSONError"}constructor(t,e){super(t,e)}static isBSONError(t){return null!=t&&"object"==typeof t&&"bsonError"in t&&!0===t.bsonError&&"name"in t&&"message"in t&&"stack"in t}}class b extends y{get name(){return"BSONVersionError"}constructor(){super("Unsupported BSON version, bson types must be from bson 6.x.x")}}class m extends y{get name(){return"BSONRuntimeError"}constructor(t){super(t)}}class v extends y{get name(){return"BSONOffsetError"}constructor(t,e,r){super(`${t}. offset: ${e}`,r),this.offset=e}}function g(t,e,r,o){if(o){n??=new TextDecoder("utf8",{fatal:!0});try{return n.decode(t.subarray(e,r))}catch(t){throw new y("Invalid UTF-8 string in BSON document",{cause:t})}}return(i??=new TextDecoder("utf8",{fatal:!1})).decode(t.subarray(e,r))}function _(t,e,r){if(0===t.length)return"";let n=r-e;if(0===n)return"";if(n>20)return null;if(1===n&&t[e]<128)return String.fromCharCode(t[e]);if(2===n&&t[e]<128&&t[e+1]<128)return String.fromCharCode(t[e])+String.fromCharCode(t[e+1]);if(3===n&&t[e]<128&&t[e+1]<128&&t[e+2]<128)return String.fromCharCode(t[e])+String.fromCharCode(t[e+1])+String.fromCharCode(t[e+2]);let i=[];for(let n=e;n<r;n++){let e=t[n];if(e>127)return null;i.push(e)}return String.fromCharCode(...i)}function w(t){return S.fromNumberArray(Array.from({length:t},()=>Math.floor(256*Math.random())))}let S={toLocalBufferType(t){if(a.isBuffer(t))return t;if(ArrayBuffer.isView(t))return a.from(t.buffer,t.byteOffset,t.byteLength);let e=t?.[Symbol.toStringTag]??Object.prototype.toString.call(t);if("ArrayBuffer"===e||"SharedArrayBuffer"===e||"[object ArrayBuffer]"===e||"[object SharedArrayBuffer]"===e)return a.from(t);throw new y(`Cannot create Buffer from ${String(t)}`)},allocate:t=>a.alloc(t),allocateUnsafe:t=>a.allocUnsafe(t),equals:(t,e)=>S.toLocalBufferType(t).equals(e),fromNumberArray:t=>a.from(t),fromBase64:t=>a.from(t,"base64"),toBase64:t=>S.toLocalBufferType(t).toString("base64"),fromISO88591:t=>a.from(t,"binary"),toISO88591:t=>S.toLocalBufferType(t).toString("binary"),fromHex:t=>a.from(t,"hex"),toHex:t=>S.toLocalBufferType(t).toString("hex"),toUTF8(t,e,r,n){let i=r-e<=20?_(t,e,r):null;if(null!=i)return i;let o=S.toLocalBufferType(t).toString("utf8",e,r);if(n){for(let n=0;n<o.length;n++)if(65533===o.charCodeAt(n)){g(t,e,r,!0);break}}return o},utf8ByteLength:t=>a.byteLength(t,"utf8"),encodeUTF8Into(t,e,r){let n=function(t,e,r){if(0===e.length)return 0;if(e.length>25||t.length-r<e.length)return null;for(let n=0,i=r;n<e.length;n++,i++){let r=e.charCodeAt(n);if(r>127)return null;t[i]=r}return e.length}(t,e,r);return null!=n?n:S.toLocalBufferType(t).write(e,r,void 0,"utf8")},randomBytes:(()=>{try{return r(8872).po}catch{return w}})()};function O(t){if(t<0)throw RangeError(`The argument 'byteLength' is invalid. Received ${t}`);return A.fromNumberArray(Array.from({length:t},()=>Math.floor(256*Math.random())))}let j=(()=>{let{crypto:t}=globalThis;if(null!=t&&"function"==typeof t.getRandomValues)return e=>t.getRandomValues(A.allocate(e));if(function(){let{navigator:t}=globalThis;return"object"==typeof t&&"ReactNative"===t.product}()){let{console:t}=globalThis;t?.warn?.("BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.")}return O})(),$=/(\d|[a-f])/i,A={toLocalBufferType(t){let e=t?.[Symbol.toStringTag]??Object.prototype.toString.call(t);if("Uint8Array"===e)return t;if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength));if("ArrayBuffer"===e||"SharedArrayBuffer"===e||"[object ArrayBuffer]"===e||"[object SharedArrayBuffer]"===e)return new Uint8Array(t);throw new y(`Cannot make a Uint8Array from ${String(t)}`)},allocate(t){if("number"!=typeof t)throw TypeError(`The "size" argument must be of type number. Received ${String(t)}`);return new Uint8Array(t)},allocateUnsafe:t=>A.allocate(t),equals(t,e){if(t.byteLength!==e.byteLength)return!1;for(let r=0;r<t.byteLength;r++)if(t[r]!==e[r])return!1;return!0},fromNumberArray:t=>Uint8Array.from(t),fromBase64:t=>Uint8Array.from(atob(t),t=>t.charCodeAt(0)),toBase64:t=>btoa(A.toISO88591(t)),fromISO88591:t=>Uint8Array.from(t,t=>255&t.charCodeAt(0)),toISO88591:t=>Array.from(Uint16Array.from(t),t=>String.fromCharCode(t)).join(""),fromHex(t){let e=t.length%2==0?t:t.slice(0,t.length-1),r=[];for(let t=0;t<e.length;t+=2){let n=e[t],i=e[t+1];if(!$.test(n)||!$.test(i))break;let o=Number.parseInt(`${n}${i}`,16);r.push(o)}return Uint8Array.from(r)},toHex:t=>Array.from(t,t=>t.toString(16).padStart(2,"0")).join(""),toUTF8(t,e,r,n){let i=r-e<=20?_(t,e,r):null;return null!=i?i:g(t,e,r,n)},utf8ByteLength:t=>(new TextEncoder).encode(t).byteLength,encodeUTF8Into(t,e,r){let n=(new TextEncoder).encode(e);return t.set(n,r),n.byteLength},randomBytes:j},E="function"==typeof a&&!0!==a.prototype?._isBuffer?S:A;class x{get[Symbol.for("@@mdb.bson.version")](){return 6}[Symbol.for("nodejs.util.inspect.custom")](t,e,r){return this.inspect(t,e,r)}}class P extends x{get _bsontype(){return"Binary"}constructor(t,e){if(super(),null!=t&&"string"==typeof t&&!ArrayBuffer.isView(t)&&!s(t)&&!Array.isArray(t))throw new y("Binary can only be constructed from Uint8Array or number[]");this.sub_type=e??P.BSON_BINARY_SUBTYPE_DEFAULT,null==t?(this.buffer=E.allocate(P.BUFFER_SIZE),this.position=0):(this.buffer=Array.isArray(t)?E.fromNumberArray(t):E.toLocalBufferType(t),this.position=this.buffer.byteLength)}put(t){let e;if("string"==typeof t&&1!==t.length)throw new y("only accepts single character String");if("number"!=typeof t&&1!==t.length)throw new y("only accepts single character Uint8Array or Array");if((e="string"==typeof t?t.charCodeAt(0):"number"==typeof t?t:t[0])<0||e>255)throw new y("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.byteLength>this.position)this.buffer[this.position++]=e;else{let t=E.allocate(P.BUFFER_SIZE+this.buffer.length);t.set(this.buffer,0),this.buffer=t,this.buffer[this.position++]=e}}write(t,e){if(e="number"==typeof e?e:this.position,this.buffer.byteLength<e+t.length){let e=E.allocate(this.buffer.byteLength+t.length);e.set(this.buffer,0),this.buffer=e}if(ArrayBuffer.isView(t))this.buffer.set(E.toLocalBufferType(t),e),this.position=e+t.byteLength>this.position?e+t.length:this.position;else if("string"==typeof t)throw new y("input cannot be string")}read(t,e){return e=e&&e>0?e:this.position,this.buffer.slice(t,t+e)}value(){return this.buffer.length===this.position?this.buffer:this.buffer.subarray(0,this.position)}length(){return this.position}toJSON(){return E.toBase64(this.buffer.subarray(0,this.position))}toString(t){return"hex"===t?E.toHex(this.buffer.subarray(0,this.position)):"base64"===t?E.toBase64(this.buffer.subarray(0,this.position)):E.toUTF8(this.buffer,0,this.position,!1)}toExtendedJSON(t){t=t||{};let e=E.toBase64(this.buffer),r=Number(this.sub_type).toString(16);return t.legacy?{$binary:e,$type:1===r.length?"0"+r:r}:{$binary:{base64:e,subType:1===r.length?"0"+r:r}}}toUUID(){if(this.sub_type===P.SUBTYPE_UUID)return new I(this.buffer.slice(0,this.position));throw new y(`Binary sub_type "${this.sub_type}" is not supported for converting to UUID. Only "${P.SUBTYPE_UUID}" is currently supported.`)}static createFromHexString(t,e){return new P(E.fromHex(t),e)}static createFromBase64(t,e){return new P(E.fromBase64(t),e)}static fromExtendedJSON(t,e){let r,n;if(e=e||{},"$binary"in t?e.legacy&&"string"==typeof t.$binary&&"$type"in t?(n=t.$type?parseInt(t.$type,16):0,r=E.fromBase64(t.$binary)):"string"!=typeof t.$binary&&(n=t.$binary.subType?parseInt(t.$binary.subType,16):0,r=E.fromBase64(t.$binary.base64)):"$uuid"in t&&(n=4,r=I.bytesFromString(t.$uuid)),!r)throw new y(`Unexpected Binary Extended JSON format ${JSON.stringify(t)}`);return 4===n?new I(r):new P(r,n)}inspect(t,e,r){return r??=h,`Binary.createFromBase64(${r(E.toBase64(this.buffer.subarray(0,this.position)),e)}, ${r(this.sub_type,e)})`}}P.BSON_BINARY_SUBTYPE_DEFAULT=0,P.BUFFER_SIZE=256,P.SUBTYPE_DEFAULT=0,P.SUBTYPE_FUNCTION=1,P.SUBTYPE_BYTE_ARRAY=2,P.SUBTYPE_UUID_OLD=3,P.SUBTYPE_UUID=4,P.SUBTYPE_MD5=5,P.SUBTYPE_ENCRYPTED=6,P.SUBTYPE_COLUMN=7,P.SUBTYPE_SENSITIVE=8,P.SUBTYPE_USER_DEFINED=128;let k=/^[0-9A-F]{32}$/i,M=/^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i;class I extends P{constructor(t){let e;if(null==t)e=I.generate();else if(t instanceof I)e=E.toLocalBufferType(new Uint8Array(t.buffer));else if(ArrayBuffer.isView(t)&&16===t.byteLength)e=E.toLocalBufferType(t);else{if("string"!=typeof t)throw new y("Argument passed in UUID constructor must be a UUID, a 16 byte Buffer or a 32/36 character hex string (dashes excluded/included, format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).");e=I.bytesFromString(t)}super(e,4)}get id(){return this.buffer}set id(t){this.buffer=t}toHexString(t=!0){return t?[E.toHex(this.buffer.subarray(0,4)),E.toHex(this.buffer.subarray(4,6)),E.toHex(this.buffer.subarray(6,8)),E.toHex(this.buffer.subarray(8,10)),E.toHex(this.buffer.subarray(10,16))].join("-"):E.toHex(this.buffer)}toString(t){return"hex"===t?E.toHex(this.id):"base64"===t?E.toBase64(this.id):this.toHexString()}toJSON(){return this.toHexString()}equals(t){if(!t)return!1;if(t instanceof I)return E.equals(t.id,this.id);try{return E.equals(new I(t).id,this.id)}catch{return!1}}toBinary(){return new P(this.id,P.SUBTYPE_UUID)}static generate(){let t=E.randomBytes(16);return t[6]=15&t[6]|64,t[8]=63&t[8]|128,t}static isValid(t){return!!t&&("string"==typeof t?I.isValidUUIDString(t):c(t)?16===t.byteLength:"Binary"===t._bsontype&&t.sub_type===this.SUBTYPE_UUID&&16===t.buffer.byteLength)}static createFromHexString(t){let e=I.bytesFromString(t);return new I(e)}static createFromBase64(t){return new I(E.fromBase64(t))}static bytesFromString(t){if(!I.isValidUUIDString(t))throw new y("UUID string representation must be 32 hex digits or canonical hyphenated representation");return E.fromHex(t.replace(/-/g,""))}static isValidUUIDString(t){return k.test(t)||M.test(t)}inspect(t,e,r){return r??=h,`new UUID(${r(this.toHexString(),e)})`}}class T extends x{get _bsontype(){return"Code"}constructor(t,e){super(),this.code=t.toString(),this.scope=e??null}toJSON(){return null!=this.scope?{code:this.code,scope:this.scope}:{code:this.code}}toExtendedJSON(){return this.scope?{$code:this.code,$scope:this.scope}:{$code:this.code}}static fromExtendedJSON(t){return new T(t.$code,t.$scope)}inspect(t,e,r){let n=(r??=h)(this.code,e),i=n.includes("\n");return null!=this.scope&&(n+=`,${i?"\n":" "}${r(this.scope,e)}`),`new Code(${i?"\n":""}${n}${i&&null===this.scope?"\n":""})`}}function B(t){return null!=t&&"object"==typeof t&&"$id"in t&&null!=t.$id&&"$ref"in t&&"string"==typeof t.$ref&&(!("$db"in t)||"$db"in t&&"string"==typeof t.$db)}class R extends x{get _bsontype(){return"DBRef"}constructor(t,e,r,n){super();let i=t.split(".");2===i.length&&(r=i.shift(),t=i.shift()),this.collection=t,this.oid=e,this.db=r,this.fields=n||{}}get namespace(){return this.collection}set namespace(t){this.collection=t}toJSON(){let t=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return null!=this.db&&(t.$db=this.db),t}toExtendedJSON(t){t=t||{};let e={$ref:this.collection,$id:this.oid};return t.legacy||(this.db&&(e.$db=this.db),e=Object.assign(e,this.fields)),e}static fromExtendedJSON(t){let e=Object.assign({},t);return delete e.$ref,delete e.$id,delete e.$db,new R(t.$ref,t.$id,t.$db,e)}inspect(t,e,r){let n=[(r??=h)(this.namespace,e),r(this.oid,e),...this.db?[r(this.db,e)]:[],...Object.keys(this.fields).length>0?[r(this.fields,e)]:[]];return n[1]=r===h?`new ObjectId(${n[1]})`:n[1],`new DBRef(${n.join(", ")})`}}function N(t){if(""===t)return t;let e=0,r="-"===t[0],n="+"===t[e];(n||r)&&(e+=1);let i=!1;for(;e<t.length&&"0"===t[e];++e)i=!0;return i?`${r?"-":""}${t.length===e?"0":t.slice(e)}`:n?t.slice(1):t}try{o=new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch{}let D={},L={},C=/^(\+?0|(\+|-)?[1-9][0-9]*)$/;class U extends x{get _bsontype(){return"Long"}get __isLong__(){return!0}constructor(t=0,e,r){super();let n="boolean"==typeof e?e:!!r,i="string"==typeof t?U.fromString(t,n):"bigint"==typeof t?U.fromBigInt(t,n):{low:0|t,high:0|("number"==typeof e?e:0),unsigned:n};this.low=i.low,this.high=i.high,this.unsigned=i.unsigned}static fromBits(t,e,r){return new U(t,e,r)}static fromInt(t,e){let r,n,i;return e?(i=0<=(t>>>=0)&&t<256)&&(n=L[t])?n:(r=U.fromBits(t,(0|t)<0?-1:0,!0),i&&(L[t]=r),r):(i=-128<=(t|=0)&&t<128)&&(n=D[t])?n:(r=U.fromBits(t,t<0?-1:0,!1),i&&(D[t]=r),r)}static fromNumber(t,e){if(isNaN(t))return e?U.UZERO:U.ZERO;if(e){if(t<0)return U.UZERO;if(t>=18446744073709552e3)return U.MAX_UNSIGNED_VALUE}else{if(t<=-0x8000000000000000)return U.MIN_VALUE;if(t+1>=0x7fffffffffffffff)return U.MAX_VALUE}return t<0?U.fromNumber(-t,e).neg():U.fromBits(t%4294967296|0,t/4294967296|0,e)}static fromBigInt(t,e){let r=BigInt(4294967295),n=BigInt(32);return new U(Number(t&r),Number(t>>n&r),e)}static _fromString(t,e,r){let n;if(0===t.length)throw new y("empty string");if(r<2||36<r)throw new y("radix");if((n=t.indexOf("-"))>0)throw new y("interior hyphen");if(0===n)return U._fromString(t.substring(1),e,r).neg();let i=U.fromNumber(Math.pow(r,8)),o=U.ZERO;for(let e=0;e<t.length;e+=8){let n=Math.min(8,t.length-e),a=parseInt(t.substring(e,e+n),r);if(n<8){let t=U.fromNumber(Math.pow(r,n));o=o.mul(t).add(U.fromNumber(a))}else o=(o=o.mul(i)).add(U.fromNumber(a))}return o.unsigned=e,o}static fromStringStrict(t,e,r){let n=!1;if("number"==typeof e?(r=e,e=!1):n=!!e,r??=10,t.trim()!==t)throw new y(`Input: '${t}' contains leading and/or trailing whitespace`);if(!function(t,e){let r="0123456789abcdefghijklmnopqrstuvwxyz".slice(0,e=e??10);return!RegExp(`[^-+${r}]`,"i").test(t)&&t}(t,r))throw new y(`Input: '${t}' contains invalid characters for radix: ${r}`);let i=N(t),o=U._fromString(i,n,r);if(o.toString(r).toLowerCase()!==i.toLowerCase())throw new y(`Input: ${t} is not representable as ${o.unsigned?"an unsigned":"a signed"} 64-bit Long ${null!=r?`with radix: ${r}`:""}`);return o}static fromString(t,e,r){let n=!1;return"number"==typeof e?(r=e,e=!1):n=!!e,r??=10,"NaN"===t&&r<24||("Infinity"===t||"+Infinity"===t||"-Infinity"===t)&&r<35?U.ZERO:U._fromString(t,n,r)}static fromBytes(t,e,r){return r?U.fromBytesLE(t,e):U.fromBytesBE(t,e)}static fromBytesLE(t,e){return new U(t[0]|t[1]<<8|t[2]<<16|t[3]<<24,t[4]|t[5]<<8|t[6]<<16|t[7]<<24,e)}static fromBytesBE(t,e){return new U(t[4]<<24|t[5]<<16|t[6]<<8|t[7],t[0]<<24|t[1]<<16|t[2]<<8|t[3],e)}static isLong(t){return null!=t&&"object"==typeof t&&"__isLong__"in t&&!0===t.__isLong__}static fromValue(t,e){return"number"==typeof t?U.fromNumber(t,e):"string"==typeof t?U.fromString(t,e):U.fromBits(t.low,t.high,"boolean"==typeof e?e:t.unsigned)}add(t){U.isLong(t)||(t=U.fromValue(t));let e=this.high>>>16,r=65535&this.high,n=this.low>>>16,i=65535&this.low,o=t.high>>>16,a=65535&t.high,s=t.low>>>16,c=0,u=0,f,l;return f=0+((l=0+(i+(65535&t.low)))>>>16),l&=65535,f+=n+s,u+=f>>>16,f&=65535,u+=r+a,c+=u>>>16,u&=65535,c+=e+o,c&=65535,U.fromBits(f<<16|l,c<<16|u,this.unsigned)}and(t){return U.isLong(t)||(t=U.fromValue(t)),U.fromBits(this.low&t.low,this.high&t.high,this.unsigned)}compare(t){if(U.isLong(t)||(t=U.fromValue(t)),this.eq(t))return 0;let e=this.isNegative(),r=t.isNegative();return e&&!r?-1:!e&&r?1:this.unsigned?t.high>>>0>this.high>>>0||t.high===this.high&&t.low>>>0>this.low>>>0?-1:1:this.sub(t).isNegative()?-1:1}comp(t){return this.compare(t)}divide(t){let e,r,n;if(U.isLong(t)||(t=U.fromValue(t)),t.isZero())throw new y("division by zero");if(o){if(!this.unsigned&&-2147483648===this.high&&-1===t.low&&-1===t.high)return this;let e=(this.unsigned?o.div_u:o.div_s)(this.low,this.high,t.low,t.high);return U.fromBits(e,o.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?U.UZERO:U.ZERO;if(this.unsigned){if(t.unsigned||(t=t.toUnsigned()),t.gt(this))return U.UZERO;if(t.gt(this.shru(1)))return U.UONE;n=U.UZERO}else{if(this.eq(U.MIN_VALUE))return t.eq(U.ONE)||t.eq(U.NEG_ONE)?U.MIN_VALUE:t.eq(U.MIN_VALUE)?U.ONE:(e=this.shr(1).div(t).shl(1)).eq(U.ZERO)?t.isNegative()?U.ONE:U.NEG_ONE:(r=this.sub(t.mul(e)),n=e.add(r.div(t)));if(t.eq(U.MIN_VALUE))return this.unsigned?U.UZERO:U.ZERO;if(this.isNegative())return t.isNegative()?this.neg().div(t.neg()):this.neg().div(t).neg();if(t.isNegative())return this.div(t.neg()).neg();n=U.ZERO}for(r=this;r.gte(t);){let i=Math.ceil(Math.log(e=Math.max(1,Math.floor(r.toNumber()/t.toNumber())))/Math.LN2),o=i<=48?1:Math.pow(2,i-48),a=U.fromNumber(e),s=a.mul(t);for(;s.isNegative()||s.gt(r);)e-=o,s=(a=U.fromNumber(e,this.unsigned)).mul(t);a.isZero()&&(a=U.ONE),n=n.add(a),r=r.sub(s)}return n}div(t){return this.divide(t)}equals(t){return U.isLong(t)||(t=U.fromValue(t)),(this.unsigned===t.unsigned||this.high>>>31!=1||t.high>>>31!=1)&&this.high===t.high&&this.low===t.low}eq(t){return this.equals(t)}getHighBits(){return this.high}getHighBitsUnsigned(){return this.high>>>0}getLowBits(){return this.low}getLowBitsUnsigned(){return this.low>>>0}getNumBitsAbs(){let t;if(this.isNegative())return this.eq(U.MIN_VALUE)?64:this.neg().getNumBitsAbs();let e=0!==this.high?this.high:this.low;for(t=31;t>0&&!(e&1<<t);t--);return 0!==this.high?t+33:t+1}greaterThan(t){return this.comp(t)>0}gt(t){return this.greaterThan(t)}greaterThanOrEqual(t){return this.comp(t)>=0}gte(t){return this.greaterThanOrEqual(t)}ge(t){return this.greaterThanOrEqual(t)}isEven(){return!(1&this.low)}isNegative(){return!this.unsigned&&this.high<0}isOdd(){return!(1&~this.low)}isPositive(){return this.unsigned||this.high>=0}isZero(){return 0===this.high&&0===this.low}lessThan(t){return 0>this.comp(t)}lt(t){return this.lessThan(t)}lessThanOrEqual(t){return 0>=this.comp(t)}lte(t){return this.lessThanOrEqual(t)}modulo(t){if(U.isLong(t)||(t=U.fromValue(t)),o){let e=(this.unsigned?o.rem_u:o.rem_s)(this.low,this.high,t.low,t.high);return U.fromBits(e,o.get_high(),this.unsigned)}return this.sub(this.div(t).mul(t))}mod(t){return this.modulo(t)}rem(t){return this.modulo(t)}multiply(t){if(this.isZero())return U.ZERO;if(U.isLong(t)||(t=U.fromValue(t)),o){let e=o.mul(this.low,this.high,t.low,t.high);return U.fromBits(e,o.get_high(),this.unsigned)}if(t.isZero())return U.ZERO;if(this.eq(U.MIN_VALUE))return t.isOdd()?U.MIN_VALUE:U.ZERO;if(t.eq(U.MIN_VALUE))return this.isOdd()?U.MIN_VALUE:U.ZERO;if(this.isNegative())return t.isNegative()?this.neg().mul(t.neg()):this.neg().mul(t).neg();if(t.isNegative())return this.mul(t.neg()).neg();if(this.lt(U.TWO_PWR_24)&&t.lt(U.TWO_PWR_24))return U.fromNumber(this.toNumber()*t.toNumber(),this.unsigned);let e=this.high>>>16,r=65535&this.high,n=this.low>>>16,i=65535&this.low,a=t.high>>>16,s=65535&t.high,c=t.low>>>16,u=65535&t.low,f=0,l=0,h,p;return h=0+((p=0+i*u)>>>16),p&=65535,h+=n*u,l+=h>>>16,h&=65535,h+=i*c,l+=h>>>16,h&=65535,l+=r*u,f+=l>>>16,l&=65535,l+=n*c,f+=l>>>16,l&=65535,l+=i*s,f+=l>>>16,l&=65535,f+=e*u+r*c+n*s+i*a,f&=65535,U.fromBits(h<<16|p,f<<16|l,this.unsigned)}mul(t){return this.multiply(t)}negate(){return!this.unsigned&&this.eq(U.MIN_VALUE)?U.MIN_VALUE:this.not().add(U.ONE)}neg(){return this.negate()}not(){return U.fromBits(~this.low,~this.high,this.unsigned)}notEquals(t){return!this.equals(t)}neq(t){return this.notEquals(t)}ne(t){return this.notEquals(t)}or(t){return U.isLong(t)||(t=U.fromValue(t)),U.fromBits(this.low|t.low,this.high|t.high,this.unsigned)}shiftLeft(t){return U.isLong(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?U.fromBits(this.low<<t,this.high<<t|this.low>>>32-t,this.unsigned):U.fromBits(0,this.low<<t-32,this.unsigned)}shl(t){return this.shiftLeft(t)}shiftRight(t){return U.isLong(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?U.fromBits(this.low>>>t|this.high<<32-t,this.high>>t,this.unsigned):U.fromBits(this.high>>t-32,this.high>=0?0:-1,this.unsigned)}shr(t){return this.shiftRight(t)}shiftRightUnsigned(t){if(U.isLong(t)&&(t=t.toInt()),0==(t&=63))return this;{let e=this.high;if(t<32){let r=this.low;return U.fromBits(r>>>t|e<<32-t,e>>>t,this.unsigned)}return 32===t?U.fromBits(e,0,this.unsigned):U.fromBits(e>>>t-32,0,this.unsigned)}}shr_u(t){return this.shiftRightUnsigned(t)}shru(t){return this.shiftRightUnsigned(t)}subtract(t){return U.isLong(t)||(t=U.fromValue(t)),this.add(t.neg())}sub(t){return this.subtract(t)}toInt(){return this.unsigned?this.low>>>0:this.low}toNumber(){return this.unsigned?(this.high>>>0)*4294967296+(this.low>>>0):4294967296*this.high+(this.low>>>0)}toBigInt(){return BigInt(this.toString())}toBytes(t){return t?this.toBytesLE():this.toBytesBE()}toBytesLE(){let t=this.high,e=this.low;return[255&e,e>>>8&255,e>>>16&255,e>>>24,255&t,t>>>8&255,t>>>16&255,t>>>24]}toBytesBE(){let t=this.high,e=this.low;return[t>>>24,t>>>16&255,t>>>8&255,255&t,e>>>24,e>>>16&255,e>>>8&255,255&e]}toSigned(){return this.unsigned?U.fromBits(this.low,this.high,!1):this}toString(t){if((t=t||10)<2||36<t)throw new y("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(U.MIN_VALUE)){let e=U.fromNumber(t),r=this.div(e),n=r.mul(e).sub(this);return r.toString(t)+n.toInt().toString(t)}return"-"+this.neg().toString(t)}let e=U.fromNumber(Math.pow(t,6),this.unsigned),r=this,n="";for(;;){let i=r.div(e),o=(r.sub(i.mul(e)).toInt()>>>0).toString(t);if((r=i).isZero())return o+n;for(;o.length<6;)o="0"+o;n=""+o+n}}toUnsigned(){return this.unsigned?this:U.fromBits(this.low,this.high,!0)}xor(t){return U.isLong(t)||(t=U.fromValue(t)),U.fromBits(this.low^t.low,this.high^t.high,this.unsigned)}eqz(){return this.isZero()}le(t){return this.lessThanOrEqual(t)}toExtendedJSON(t){return t&&t.relaxed?this.toNumber():{$numberLong:this.toString()}}static fromExtendedJSON(t,e){let{useBigInt64:r=!1,relaxed:n=!0}={...e};if(t.$numberLong.length>20)throw new y("$numberLong string is too long");if(!C.test(t.$numberLong))throw new y(`$numberLong string "${t.$numberLong}" is in an invalid format`);if(r)return BigInt.asIntN(64,BigInt(t.$numberLong));let i=U.fromString(t.$numberLong);return n?i.toNumber():i}inspect(t,e,r){return r??=h,`new Long(${r(this.toString(),e)}${this.unsigned?`, ${r(this.unsigned,e)}`:""})`}}U.TWO_PWR_24=U.fromInt(16777216),U.MAX_UNSIGNED_VALUE=U.fromBits(-1,-1,!0),U.ZERO=U.fromInt(0),U.UZERO=U.fromInt(0,!0),U.ONE=U.fromInt(1),U.UONE=U.fromInt(1,!0),U.NEG_ONE=U.fromInt(-1),U.MAX_VALUE=U.fromBits(-1,2147483647,!1),U.MIN_VALUE=U.fromBits(0,-2147483648,!1);let q=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,F=/^(\+|-)?(Infinity|inf)$/i,V=/^(\+|-)?NaN$/i,z=E.fromNumberArray([124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse()),K=E.fromNumberArray([248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse()),H=E.fromNumberArray([120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse()),W=/^([-+])?(\d+)?$/;function J(t){return!isNaN(parseInt(t,10))}function G(t,e){throw new y(`"${t}" is not a valid Decimal128 string - ${e}`)}class Y extends x{get _bsontype(){return"Decimal128"}constructor(t){if(super(),"string"==typeof t)this.bytes=Y.fromString(t).bytes;else{if(!c(t))throw new y("Decimal128 must take a Buffer or string");if(16!==t.byteLength)throw new y("Decimal128 must take a Buffer of 16 bytes");this.bytes=t}}static fromString(t){return Y._fromString(t,{allowRounding:!1})}static fromStringWithRounding(t){return Y._fromString(t,{allowRounding:!0})}static _fromString(t,e){let r=!1,n=!1,i=!1,o=!1,a=0,s=0,c=0,u=0,f=0,l=[0],h=0,p=0,d=0,b=0,m=new U(0,0),v=new U(0,0),g=0,_=0;if(t.length>=7e3)throw new y(t+" not a valid Decimal128 string");let w=t.match(q),S=t.match(F),O=t.match(V);if(!w&&!S&&!O||0===t.length)throw new y(t+" not a valid Decimal128 string");if(w){let e=w[2],r=w[4],n=w[5],i=w[6];r&&void 0===i&&G(t,"missing exponent power"),r&&void 0===e&&G(t,"missing exponent base"),void 0===r&&(n||i)&&G(t,"missing e before exponent")}if("+"!==t[_]&&"-"!==t[_]||(n=!0,r="-"===t[_++]),!J(t[_])&&"."!==t[_]){if("i"===t[_]||"I"===t[_])return new Y(r?K:H);if("N"===t[_])return new Y(z)}for(;J(t[_])||"."===t[_];)"."!==t[_]?(h<34&&("0"!==t[_]||o)&&(o||(f=s),o=!0,l[p++]=parseInt(t[_],10),h+=1),o&&(c+=1),i&&(u+=1),s+=1):(i&&G(t,"contains multiple periods"),i=!0),_+=1;if(i&&!s)throw new y(t+" not a valid Decimal128 string");if("e"===t[_]||"E"===t[_]){let e=t.substr(++_).match(W);if(!e||!e[2])return new Y(z);b=parseInt(e[0],10),_+=e[0].length}if(t[_])return new Y(z);if(h){if(d=h-1,1!==(a=c))for(;"0"===t[f+a-1+Number(n)+Number(i)];)a-=1}else l[0]=0,c=1,h=1,a=0;for(b<=u&&u>b+16384?b=-6176:b-=u;b>6111;){if((d+=1)>=34){if(0===a){b=6111;break}G(t,"overflow")}b-=1}if(e.allowRounding){for(;b<-6176||h<c;){if(0===d&&a<h){b=-6176,a=0;break}if(h<c?c-=1:d-=1,b<6111)b+=1;else{if(l.join("").match(/^0+$/)){b=6111;break}G(t,"overflow")}}if(d+1<a){let e=s;i&&(f+=1,e+=1),n&&(f+=1,e+=1);let o=parseInt(t[f+d+1],10),a=0;if(o>=5&&(a=1,5===o)){a=l[d]%2==1?1:0;for(let r=f+d+2;r<e;r++)if(parseInt(t[r],10)){a=1;break}}if(a){let t=d;for(;t>=0&&++l[t]>9;t--)if(l[t]=0,0===t){if(!(b<6111))return new Y(r?K:H);b+=1,l[t]=1}}}}else{for(;b<-6176||h<c;){if(0===d){if(0===a){b=-6176;break}G(t,"exponent underflow")}h<c?("0"!==t[c-1+Number(n)+Number(i)]&&0!==a&&G(t,"inexact rounding"),c-=1):(0!==l[d]&&G(t,"inexact rounding"),d-=1),b<6111?b+=1:G(t,"overflow")}d+1<a&&(i&&(f+=1),n&&(f+=1),0!==parseInt(t[f+d+1],10)&&G(t,"inexact rounding"))}if(m=U.fromNumber(0),v=U.fromNumber(0),0===a)m=U.fromNumber(0),v=U.fromNumber(0);else if(d<17){let t=0;for(v=U.fromNumber(l[t++]),m=new U(0,0);t<=d;t++)v=(v=v.multiply(U.fromNumber(10))).add(U.fromNumber(l[t]))}else{let t=0;for(m=U.fromNumber(l[t++]);t<=d-17;t++)m=(m=m.multiply(U.fromNumber(10))).add(U.fromNumber(l[t]));for(v=U.fromNumber(l[t++]);t<=d;t++)v=(v=v.multiply(U.fromNumber(10))).add(U.fromNumber(l[t]))}let j=function(t,e){if(!t&&!e)return{high:U.fromNumber(0),low:U.fromNumber(0)};let r=t.shiftRightUnsigned(32),n=new U(t.getLowBits(),0),i=e.shiftRightUnsigned(32),o=new U(e.getLowBits(),0),a=r.multiply(i),s=r.multiply(o),c=n.multiply(i),u=n.multiply(o);return a=a.add(s.shiftRightUnsigned(32)),s=new U(s.getLowBits(),0).add(c).add(u.shiftRightUnsigned(32)),{high:a=a.add(s.shiftRightUnsigned(32)),low:u=s.shiftLeft(32).add(new U(u.getLowBits(),0))}}(m,U.fromString("100000000000000000"));j.low=j.low.add(v),function(t,e){let r=t.high>>>0,n=e.high>>>0;return r<n||r===n&&t.low>>>0<e.low>>>0}(j.low,v)&&(j.high=j.high.add(U.fromNumber(1))),g=b+6176;let $={low:U.fromNumber(0),high:U.fromNumber(0)};j.high.shiftRightUnsigned(49).and(U.fromNumber(1)).equals(U.fromNumber(1))?($.high=$.high.or(U.fromNumber(3).shiftLeft(61)),$.high=$.high.or(U.fromNumber(g).and(U.fromNumber(16383).shiftLeft(47))),$.high=$.high.or(j.high.and(U.fromNumber(0x7fffffffffff)))):($.high=$.high.or(U.fromNumber(16383&g).shiftLeft(49)),$.high=$.high.or(j.high.and(U.fromNumber(562949953421311)))),$.low=j.low,r&&($.high=$.high.or(U.fromString("9223372036854775808")));let A=E.allocateUnsafe(16);return _=0,A[_++]=255&$.low.low,A[_++]=$.low.low>>8&255,A[_++]=$.low.low>>16&255,A[_++]=$.low.low>>24&255,A[_++]=255&$.low.high,A[_++]=$.low.high>>8&255,A[_++]=$.low.high>>16&255,A[_++]=$.low.high>>24&255,A[_++]=255&$.high.low,A[_++]=$.high.low>>8&255,A[_++]=$.high.low>>16&255,A[_++]=$.high.low>>24&255,A[_++]=255&$.high.high,A[_++]=$.high.high>>8&255,A[_++]=$.high.high>>16&255,A[_++]=$.high.high>>24&255,new Y(A)}toString(){let t,e=0,r=Array(36);for(let t=0;t<r.length;t++)r[t]=0;let n,i,o,a=0,s=!1,c={parts:[0,0,0,0]},u=[];a=0;let f=this.bytes,l=f[a++]|f[a++]<<8|f[a++]<<16|f[a++]<<24,h=f[a++]|f[a++]<<8|f[a++]<<16|f[a++]<<24,p=f[a++]|f[a++]<<8|f[a++]<<16|f[a++]<<24,d=f[a++]|f[a++]<<8|f[a++]<<16|f[a++]<<24;a=0,(new U(l,h),new U(p,d)).lessThan(U.ZERO)&&u.push("-");let y=d>>26&31;if(y>>3==3){if(30===y)return u.join("")+"Infinity";if(31===y)return"NaN";t=d>>15&16383,n=8+(d>>14&1)}else n=d>>14&7,t=d>>17&16383;let b=t-6176;if(c.parts[0]=(16383&d)+((15&n)<<14),c.parts[1]=p,c.parts[2]=h,c.parts[3]=l,0===c.parts[0]&&0===c.parts[1]&&0===c.parts[2]&&0===c.parts[3])s=!0;else for(o=3;o>=0;o--){let t=0,e=function(t){let e=U.fromNumber(1e9),r=U.fromNumber(0);if(!(t.parts[0]||t.parts[1]||t.parts[2]||t.parts[3]))return{quotient:t,rem:r};for(let n=0;n<=3;n++)r=(r=r.shiftLeft(32)).add(new U(t.parts[n],0)),t.parts[n]=r.div(e).low,r=r.modulo(e);return{quotient:t,rem:r}}(c);if(c=e.quotient,t=e.rem.low)for(i=8;i>=0;i--)r[9*o+i]=t%10,t=Math.floor(t/10)}if(s)e=1,r[a]=0;else for(e=36;!r[a];)e-=1,a+=1;let m=e-1+b;if(m>=34||m<=-7||b>0){if(e>34)return u.push("0"),b>0?u.push(`E+${b}`):b<0&&u.push(`E${b}`),u.join("");u.push(`${r[a++]}`),(e-=1)&&u.push(".");for(let t=0;t<e;t++)u.push(`${r[a++]}`);u.push("E"),m>0?u.push(`+${m}`):u.push(`${m}`)}else if(b>=0)for(let t=0;t<e;t++)u.push(`${r[a++]}`);else{let t=e+b;if(t>0)for(let e=0;e<t;e++)u.push(`${r[a++]}`);else u.push("0");for(u.push(".");t++<0;)u.push("0");for(let n=0;n<e-Math.max(t-1,0);n++)u.push(`${r[a++]}`)}return u.join("")}toJSON(){return{$numberDecimal:this.toString()}}toExtendedJSON(){return{$numberDecimal:this.toString()}}static fromExtendedJSON(t){return Y.fromString(t.$numberDecimal)}inspect(t,e,r){return r??=h,`new Decimal128(${r(this.toString(),e)})`}}class Q extends x{get _bsontype(){return"Double"}constructor(t){super(),t instanceof Number&&(t=t.valueOf()),this.value=+t}static fromString(t){let e=Number(t);if("NaN"===t)return new Q(NaN);if("Infinity"===t)return new Q(1/0);if("-Infinity"===t)return new Q(-1/0);if(!Number.isFinite(e))throw new y(`Input: ${t} is not representable as a Double`);if(t.trim()!==t)throw new y(`Input: '${t}' contains whitespace`);if(""===t)throw new y("Input is an empty string");if(/[^-0-9.+eE]/.test(t))throw new y(`Input: '${t}' is not in decimal or exponential notation`);return new Q(e)}valueOf(){return this.value}toJSON(){return this.value}toString(t){return this.value.toString(t)}toExtendedJSON(t){return t&&(t.legacy||t.relaxed&&isFinite(this.value))?this.value:Object.is(Math.sign(this.value),-0)?{$numberDouble:"-0.0"}:{$numberDouble:Number.isInteger(this.value)?this.value.toFixed(1):this.value.toString()}}static fromExtendedJSON(t,e){let r=parseFloat(t.$numberDouble);return e&&e.relaxed?r:new Q(r)}inspect(t,e,r){return r??=h,`new Double(${r(this.value,e)})`}}class X extends x{get _bsontype(){return"Int32"}constructor(t){super(),t instanceof Number&&(t=t.valueOf()),this.value=0|+t}static fromString(t){let e=N(t),r=Number(t);if(2147483647<r)throw new y(`Input: '${t}' is larger than the maximum value for Int32`);if(-2147483648>r)throw new y(`Input: '${t}' is smaller than the minimum value for Int32`);if(!Number.isSafeInteger(r))throw new y(`Input: '${t}' is not a safe integer`);if(r.toString()!==e)throw new y(`Input: '${t}' is not a valid Int32 string`);return new X(r)}valueOf(){return this.value}toString(t){return this.value.toString(t)}toJSON(){return this.value}toExtendedJSON(t){return t&&(t.relaxed||t.legacy)?this.value:{$numberInt:this.value.toString()}}static fromExtendedJSON(t,e){return e&&e.relaxed?parseInt(t.$numberInt,10):new X(t.$numberInt)}inspect(t,e,r){return r??=h,`new Int32(${r(this.value,e)})`}}class Z extends x{get _bsontype(){return"MaxKey"}toExtendedJSON(){return{$maxKey:1}}static fromExtendedJSON(){return new Z}inspect(){return"new MaxKey()"}}class tt extends x{get _bsontype(){return"MinKey"}toExtendedJSON(){return{$minKey:1}}static fromExtendedJSON(){return new tt}inspect(){return"new MinKey()"}}let te=new Float64Array(1),tr=new Uint8Array(te.buffer,0,8);te[0]=-1;let tn=0===tr[7],ti={getNonnegativeInt32LE(t,e){if(t[e+3]>127)throw RangeError(`Size cannot be negative at offset: ${e}`);return t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24},getInt32LE:(t,e)=>t[e]|t[e+1]<<8|t[e+2]<<16|t[e+3]<<24,getUint32LE:(t,e)=>t[e]+256*t[e+1]+65536*t[e+2]+16777216*t[e+3],getUint32BE:(t,e)=>t[e+3]+256*t[e+2]+65536*t[e+1]+16777216*t[e],getBigInt64LE(t,e){let r=ti.getUint32LE(t,e);return(BigInt(ti.getUint32LE(t,e+4))<<BigInt(32))+BigInt(r)},getFloat64LE:tn?(t,e)=>(tr[7]=t[e],tr[6]=t[e+1],tr[5]=t[e+2],tr[4]=t[e+3],tr[3]=t[e+4],tr[2]=t[e+5],tr[1]=t[e+6],tr[0]=t[e+7],te[0]):(t,e)=>(tr[0]=t[e],tr[1]=t[e+1],tr[2]=t[e+2],tr[3]=t[e+3],tr[4]=t[e+4],tr[5]=t[e+5],tr[6]=t[e+6],tr[7]=t[e+7],te[0]),setInt32BE:(t,e,r)=>(t[e+3]=r,r>>>=8,t[e+2]=r,r>>>=8,t[e+1]=r,r>>>=8,t[e]=r,4),setInt32LE:(t,e,r)=>(t[e]=r,r>>>=8,t[e+1]=r,r>>>=8,t[e+2]=r,r>>>=8,t[e+3]=r,4),setBigInt64LE(t,e,r){let n=BigInt(4294967295),i=Number(r&n);t[e]=i,i>>=8,t[e+1]=i,i>>=8,t[e+2]=i,i>>=8,t[e+3]=i;let o=Number(r>>BigInt(32)&n);return t[e+4]=o,o>>=8,t[e+5]=o,o>>=8,t[e+6]=o,o>>=8,t[e+7]=o,8},setFloat64LE:tn?(t,e,r)=>(te[0]=r,t[e]=tr[7],t[e+1]=tr[6],t[e+2]=tr[5],t[e+3]=tr[4],t[e+4]=tr[3],t[e+5]=tr[2],t[e+6]=tr[1],t[e+7]=tr[0],8):(t,e,r)=>(te[0]=r,t[e]=tr[0],t[e+1]=tr[1],t[e+2]=tr[2],t[e+3]=tr[3],t[e+4]=tr[4],t[e+5]=tr[5],t[e+6]=tr[6],t[e+7]=tr[7],8)},to=RegExp("^[0-9a-fA-F]{24}$"),ta=null;class ts extends x{get _bsontype(){return"ObjectId"}constructor(t){let e;if(super(),"object"==typeof t&&t&&"id"in t){if("string"!=typeof t.id&&!ArrayBuffer.isView(t.id))throw new y("Argument passed in must have an id that is of type string or Buffer");e="toHexString"in t&&"function"==typeof t.toHexString?E.fromHex(t.toHexString()):t.id}else e=t;if(null==e||"number"==typeof e)this.buffer=ts.generate("number"==typeof e?e:void 0);else if(ArrayBuffer.isView(e)&&12===e.byteLength)this.buffer=E.toLocalBufferType(e);else{if("string"!=typeof e)throw new y("Argument passed in does not match the accepted types");if(24!==e.length||!to.test(e))throw new y("input must be a 24 character hex string, 12 byte Uint8Array, or an integer");this.buffer=E.fromHex(e)}ts.cacheHexString&&(this.__id=E.toHex(this.id))}get id(){return this.buffer}set id(t){this.buffer=t,ts.cacheHexString&&(this.__id=E.toHex(t))}toHexString(){if(ts.cacheHexString&&this.__id)return this.__id;let t=E.toHex(this.id);return ts.cacheHexString&&!this.__id&&(this.__id=t),t}static getInc(){return ts.index=(ts.index+1)%16777215}static generate(t){"number"!=typeof t&&(t=Math.floor(Date.now()/1e3));let e=ts.getInc(),r=E.allocateUnsafe(12);return ti.setInt32BE(r,0,t),null===ta&&(ta=E.randomBytes(5)),r[4]=ta[0],r[5]=ta[1],r[6]=ta[2],r[7]=ta[3],r[8]=ta[4],r[11]=255&e,r[10]=e>>8&255,r[9]=e>>16&255,r}toString(t){return"base64"===t?E.toBase64(this.id):this.toHexString()}toJSON(){return this.toHexString()}static is(t){return null!=t&&"object"==typeof t&&"_bsontype"in t&&"ObjectId"===t._bsontype}equals(t){if(null==t)return!1;if(ts.is(t))return this.buffer[11]===t.buffer[11]&&E.equals(this.buffer,t.buffer);if("string"==typeof t)return t.toLowerCase()===this.toHexString();if("object"==typeof t&&"function"==typeof t.toHexString){let e=t.toHexString(),r=this.toHexString();return"string"==typeof e&&e.toLowerCase()===r}return!1}getTimestamp(){let t=new Date,e=ti.getUint32BE(this.buffer,0);return t.setTime(1e3*Math.floor(e)),t}static createPk(){return new ts}serializeInto(t,e){return t[e]=this.buffer[0],t[e+1]=this.buffer[1],t[e+2]=this.buffer[2],t[e+3]=this.buffer[3],t[e+4]=this.buffer[4],t[e+5]=this.buffer[5],t[e+6]=this.buffer[6],t[e+7]=this.buffer[7],t[e+8]=this.buffer[8],t[e+9]=this.buffer[9],t[e+10]=this.buffer[10],t[e+11]=this.buffer[11],12}static createFromTime(t){let e=E.allocate(12);for(let t=11;t>=4;t--)e[t]=0;return ti.setInt32BE(e,0,t),new ts(e)}static createFromHexString(t){if(24!==t?.length)throw new y("hex string must be 24 characters");return new ts(E.fromHex(t))}static createFromBase64(t){if(16!==t?.length)throw new y("base64 string must be 16 characters");return new ts(E.fromBase64(t))}static isValid(t){if(null==t)return!1;try{return new ts(t),!0}catch{return!1}}toExtendedJSON(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}}static fromExtendedJSON(t){return new ts(t.$oid)}inspect(t,e,r){return r??=h,`new ObjectId(${r(this.toHexString(),e)})`}}function tc(t,e,r){let n=5;if(Array.isArray(t))for(let i=0;i<t.length;i++)n+=tu(i.toString(),t[i],e,!0,r);else for(let i of("function"==typeof t?.toBSON&&(t=t.toBSON()),Object.keys(t)))n+=tu(i,t[i],e,!1,r);return n}function tu(t,e,r=!1,n=!1,i=!1){switch("function"==typeof e?.toBSON&&(e=e.toBSON()),typeof e){case"string":return 1+E.utf8ByteLength(t)+1+4+E.utf8ByteLength(e)+1;case"number":return Math.floor(e)===e&&e>=-9007199254740992&&e<=9007199254740992&&e>=-2147483648&&e<=2147483647?(null!=t?E.utf8ByteLength(t)+1:0)+5:(null!=t?E.utf8ByteLength(t)+1:0)+9;case"undefined":return n||!i?(null!=t?E.utf8ByteLength(t)+1:0)+1:0;case"boolean":return(null!=t?E.utf8ByteLength(t)+1:0)+2;case"object":if(null!=e&&"string"==typeof e._bsontype&&6!==e[Symbol.for("@@mdb.bson.version")])throw new b;if(null==e||"MinKey"===e._bsontype||"MaxKey"===e._bsontype)return(null!=t?E.utf8ByteLength(t)+1:0)+1;if("ObjectId"===e._bsontype)return(null!=t?E.utf8ByteLength(t)+1:0)+13;if(e instanceof Date||l(e))return(null!=t?E.utf8ByteLength(t)+1:0)+9;if(ArrayBuffer.isView(e)||e instanceof ArrayBuffer||s(e))return(null!=t?E.utf8ByteLength(t)+1:0)+6+e.byteLength;if("Long"===e._bsontype||"Double"===e._bsontype||"Timestamp"===e._bsontype)return(null!=t?E.utf8ByteLength(t)+1:0)+9;if("Decimal128"===e._bsontype)return(null!=t?E.utf8ByteLength(t)+1:0)+17;if("Code"===e._bsontype)return null!=e.scope&&Object.keys(e.scope).length>0?(null!=t?E.utf8ByteLength(t)+1:0)+1+4+4+E.utf8ByteLength(e.code.toString())+1+tc(e.scope,r,i):(null!=t?E.utf8ByteLength(t)+1:0)+1+4+E.utf8ByteLength(e.code.toString())+1;if("Binary"===e._bsontype){let r=e;return r.sub_type===P.SUBTYPE_BYTE_ARRAY?(null!=t?E.utf8ByteLength(t)+1:0)+(r.position+1+4+1+4):(null!=t?E.utf8ByteLength(t)+1:0)+(r.position+1+4+1)}if("Symbol"===e._bsontype)return(null!=t?E.utf8ByteLength(t)+1:0)+E.utf8ByteLength(e.value)+4+1+1;if("DBRef"===e._bsontype){let n=Object.assign({$ref:e.collection,$id:e.oid},e.fields);return null!=e.db&&(n.$db=e.db),(null!=t?E.utf8ByteLength(t)+1:0)+1+tc(n,r,i)}return e instanceof RegExp||u(e)?(null!=t?E.utf8ByteLength(t)+1:0)+1+E.utf8ByteLength(e.source)+1+(e.global?1:0)+(e.ignoreCase?1:0)+(e.multiline?1:0)+1:"BSONRegExp"===e._bsontype?(null!=t?E.utf8ByteLength(t)+1:0)+1+E.utf8ByteLength(e.pattern)+1+E.utf8ByteLength(e.options)+1:(null!=t?E.utf8ByteLength(t)+1:0)+tc(e,r,i)+1;case"function":if(r)return(null!=t?E.utf8ByteLength(t)+1:0)+1+4+E.utf8ByteLength(e.toString())+1}return 0}ts.index=Math.floor(16777215*Math.random());class tf extends x{get _bsontype(){return"BSONRegExp"}constructor(t,e){if(super(),this.pattern=t,this.options=(e??"").split("").sort().join(""),-1!==this.pattern.indexOf("\0"))throw new y(`BSON Regex patterns cannot contain null bytes, found: ${JSON.stringify(this.pattern)}`);if(-1!==this.options.indexOf("\0"))throw new y(`BSON Regex options cannot contain null bytes, found: ${JSON.stringify(this.options)}`);for(let t=0;t<this.options.length;t++)if("i"!==this.options[t]&&"m"!==this.options[t]&&"x"!==this.options[t]&&"l"!==this.options[t]&&"s"!==this.options[t]&&"u"!==this.options[t])throw new y(`The regular expression option [${this.options[t]}] is not supported`)}static parseOptions(t){return t?t.split("").sort().join(""):""}toExtendedJSON(t){return(t=t||{}).legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}}static fromExtendedJSON(t){if("$regex"in t){if("string"==typeof t.$regex)return new tf(t.$regex,tf.parseOptions(t.$options));if("BSONRegExp"===t.$regex._bsontype)return t}if("$regularExpression"in t)return new tf(t.$regularExpression.pattern,tf.parseOptions(t.$regularExpression.options));throw new y(`Unexpected BSONRegExp EJSON object form: ${JSON.stringify(t)}`)}inspect(t,e,r){let n=function(t){if(null!=t&&"object"==typeof t&&"stylize"in t&&"function"==typeof t.stylize)return t.stylize}(e)??(t=>t);return r??=h,`new BSONRegExp(${n(r(this.pattern),"regexp")}, ${n(r(this.options),"regexp")})`}}class tl extends x{get _bsontype(){return"BSONSymbol"}constructor(t){super(),this.value=t}valueOf(){return this.value}toString(){return this.value}toJSON(){return this.value}toExtendedJSON(){return{$symbol:this.value}}static fromExtendedJSON(t){return new tl(t.$symbol)}inspect(t,e,r){return r??=h,`new BSONSymbol(${r(this.value,e)})`}}let th=U;class tp extends th{get _bsontype(){return"Timestamp"}constructor(t){if(null==t)super(0,0,!0);else if("bigint"==typeof t)super(t,!0);else if(U.isLong(t))super(t.low,t.high,!0);else{if("object"!=typeof t||!("t"in t)||!("i"in t))throw new y("A Timestamp can only be constructed with: bigint, Long, or { t: number; i: number }");{if("number"!=typeof t.t&&("object"!=typeof t.t||"Int32"!==t.t._bsontype))throw new y("Timestamp constructed from { t, i } must provide t as a number");if("number"!=typeof t.i&&("object"!=typeof t.i||"Int32"!==t.i._bsontype))throw new y("Timestamp constructed from { t, i } must provide i as a number");let e=Number(t.t),r=Number(t.i);if(e<0||Number.isNaN(e))throw new y("Timestamp constructed from { t, i } must provide a positive t");if(r<0||Number.isNaN(r))throw new y("Timestamp constructed from { t, i } must provide a positive i");if(e>4294967295)throw new y("Timestamp constructed from { t, i } must provide t equal or less than uint32 max");if(r>4294967295)throw new y("Timestamp constructed from { t, i } must provide i equal or less than uint32 max");super(r,e,!0)}}}toJSON(){return{$timestamp:this.toString()}}static fromInt(t){return new tp(U.fromInt(t,!0))}static fromNumber(t){return new tp(U.fromNumber(t,!0))}static fromBits(t,e){return new tp({i:t,t:e})}static fromString(t,e){return new tp(U.fromString(t,!0,e))}toExtendedJSON(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}}static fromExtendedJSON(t){let e=U.isLong(t.$timestamp.i)?t.$timestamp.i.getLowBitsUnsigned():t.$timestamp.i;return new tp({t:U.isLong(t.$timestamp.t)?t.$timestamp.t.getLowBitsUnsigned():t.$timestamp.t,i:e})}inspect(t,e,r){return r??=h,`new Timestamp({ t: ${r(this.high>>>0,e)}, i: ${r(this.low>>>0,e)} })`}}tp.MAX_VALUE=U.MAX_UNSIGNED_VALUE;let td=U.fromNumber(9007199254740992),ty=U.fromNumber(-9007199254740992);function tb(t,e,r){let n=(e=null==e?{}:e)&&e.index?e.index:0,i=ti.getInt32LE(t,n);if(i<5)throw new y(`bson size must be >= 5, is ${i}`);if(e.allowObjectSmallerThanBufferSize&&t.length<i)throw new y(`buffer length ${t.length} must be >= bson size ${i}`);if(!e.allowObjectSmallerThanBufferSize&&t.length!==i)throw new y(`buffer length ${t.length} must === bson size ${i}`);if(i+n>t.byteLength)throw new y(`(bson size ${i} + options.index ${n} must be <= buffer length ${t.byteLength})`);if(0!==t[n+i-1])throw new y("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return function t(e,r,n,i=!1){let o=null==n.fieldsAsRaw?null:n.fieldsAsRaw,a=null!=n.raw&&n.raw,s="boolean"==typeof n.bsonRegExp&&n.bsonRegExp,c=n.promoteBuffers??!1,u=n.promoteLongs??!0,f=n.promoteValues??!0,l=n.useBigInt64??!1;if(l&&!f||l&&!u)throw new y("Must either request bigint or Long for int64 deserialization");let h,p,d=!0,b=(null==n.validation?{utf8:!0}:n.validation).utf8;if("boolean"==typeof b)h=b;else{d=!1;let t=Object.keys(b).map(function(t){return b[t]});if(0===t.length)throw new y("UTF-8 validation setting cannot be empty");if("boolean"!=typeof t[0])throw new y("Invalid UTF-8 validation option, must specify boolean values");if(h=t[0],!t.every(t=>t===h))throw new y("Invalid UTF-8 validation option - keys must be all true or all false")}if(!d)for(let t of(p=new Set,Object.keys(b)))p.add(t);let m=r;if(e.length<5)throw new y("corrupt bson message < 5 bytes long");let v=ti.getInt32LE(e,r);if(r+=4,v<5||v>e.length)throw new y("corrupt bson message");let g=i?[]:{},_=0,w=!i&&null;for(;;){let b=e[r++];if(0===b)break;let m=r;for(;0!==e[m]&&m<e.length;)m++;if(m>=e.byteLength)throw new y("Bad BSON Document: illegal CString");let v=i?_++:E.toUTF8(e,r,m,!1),S,O=!0;if(O=d||p?.has(v)?h:!h,!1!==w&&"$"===v[0]&&(w=tm.test(v)),r=m+1,2===b){let t=ti.getInt32LE(e,r);if(r+=4,t<=0||t>e.length-r||0!==e[r+t-1])throw new y("bad string length in bson");S=E.toUTF8(e,r,r+t-1,O),r+=t}else if(7===b){let t=E.allocateUnsafe(12);for(let n=0;n<12;n++)t[n]=e[r+n];S=new ts(t),r+=12}else if(16===b&&!1===f)S=new X(ti.getInt32LE(e,r)),r+=4;else if(16===b)S=ti.getInt32LE(e,r),r+=4;else if(1===b)S=ti.getFloat64LE(e,r),r+=8,!1===f&&(S=new Q(S));else if(9===b){let t=ti.getInt32LE(e,r),n=ti.getInt32LE(e,r+4);r+=8,S=new Date(new U(t,n).toNumber())}else if(8===b){if(0!==e[r]&&1!==e[r])throw new y("illegal boolean type value");S=1===e[r++]}else if(3===b){let i=r,o=ti.getInt32LE(e,r);if(o<=0||o>e.length-r)throw new y("bad embedded document length in bson");if(a)S=e.slice(r,r+o);else{let r=n;d||(r={...n,validation:{utf8:O}}),S=t(e,i,r,!1)}r+=o}else if(4===b){let i=r,a=ti.getInt32LE(e,r),s=n,c=r+a;if(o&&o[v]&&(s={...n,raw:!0}),d||(s={...s,validation:{utf8:O}}),S=t(e,i,s,!0),0!==e[(r+=a)-1])throw new y("invalid array terminator byte");if(r!==c)throw new y("corrupted array bson")}else if(6===b)S=void 0;else if(10===b)S=null;else if(18===b){if(l)S=ti.getBigInt64LE(e,r),r+=8;else{let t=ti.getInt32LE(e,r),n=ti.getInt32LE(e,r+4);r+=8;let i=new U(t,n);S=u&&!0===f&&i.lessThanOrEqual(td)&&i.greaterThanOrEqual(ty)?i.toNumber():i}}else if(19===b){let t=E.allocateUnsafe(16);for(let n=0;n<16;n++)t[n]=e[r+n];r+=16,S=new Y(t)}else if(5===b){let t=ti.getInt32LE(e,r);r+=4;let n=t,i=e[r++];if(t<0)throw new y("Negative binary type element size found");if(t>e.byteLength)throw new y("Binary type size larger than document size");if(null!=e.slice){if(i===P.SUBTYPE_BYTE_ARRAY){if(t=ti.getInt32LE(e,r),r+=4,t<0)throw new y("Negative binary type element size found for subtype 0x02");if(t>n-4)throw new y("Binary type with subtype 0x02 contains too long binary size");if(t<n-4)throw new y("Binary type with subtype 0x02 contains too short binary size")}c&&f?S=E.toLocalBufferType(e.slice(r,r+t)):(S=new P(e.slice(r,r+t),i),4===i&&I.isValid(S)&&(S=S.toUUID()))}else{if(i===P.SUBTYPE_BYTE_ARRAY){if(t=ti.getInt32LE(e,r),r+=4,t<0)throw new y("Negative binary type element size found for subtype 0x02");if(t>n-4)throw new y("Binary type with subtype 0x02 contains too long binary size");if(t<n-4)throw new y("Binary type with subtype 0x02 contains too short binary size")}if(c&&f)for(S=E.allocateUnsafe(t),m=0;m<t;m++)S[m]=e[r+m];else S=new P(e.slice(r,r+t),i),4===i&&I.isValid(S)&&(S=S.toUUID())}r+=t}else if(11===b&&!1===s){for(m=r;0!==e[m]&&m<e.length;)m++;if(m>=e.length)throw new y("Bad BSON Document: illegal CString");let t=E.toUTF8(e,r,m,!1);for(m=r=m+1;0!==e[m]&&m<e.length;)m++;if(m>=e.length)throw new y("Bad BSON Document: illegal CString");let n=E.toUTF8(e,r,m,!1);r=m+1;let i=Array(n.length);for(m=0;m<n.length;m++)switch(n[m]){case"m":i[m]="m";break;case"s":i[m]="g";break;case"i":i[m]="i"}S=new RegExp(t,i.join(""))}else if(11===b&&!0===s){for(m=r;0!==e[m]&&m<e.length;)m++;if(m>=e.length)throw new y("Bad BSON Document: illegal CString");let t=E.toUTF8(e,r,m,!1);for(m=r=m+1;0!==e[m]&&m<e.length;)m++;if(m>=e.length)throw new y("Bad BSON Document: illegal CString");let n=E.toUTF8(e,r,m,!1);r=m+1,S=new tf(t,n)}else if(14===b){let t=ti.getInt32LE(e,r);if(r+=4,t<=0||t>e.length-r||0!==e[r+t-1])throw new y("bad string length in bson");let n=E.toUTF8(e,r,r+t-1,O);S=f?n:new tl(n),r+=t}else if(17===b)S=new tp({i:ti.getUint32LE(e,r),t:ti.getUint32LE(e,r+4)}),r+=8;else if(255===b)S=new tt;else if(127===b)S=new Z;else if(13===b){let t=ti.getInt32LE(e,r);if(r+=4,t<=0||t>e.length-r||0!==e[r+t-1])throw new y("bad string length in bson");S=new T(E.toUTF8(e,r,r+t-1,O)),r+=t}else if(15===b){let i=ti.getInt32LE(e,r);if(r+=4,i<13)throw new y("code_w_scope total size shorter minimum expected length");let o=ti.getInt32LE(e,r);if(r+=4,o<=0||o>e.length-r||0!==e[r+o-1])throw new y("bad string length in bson");let a=E.toUTF8(e,r,r+o-1,O),s=r+=o,c=ti.getInt32LE(e,r),u=t(e,s,n,!1);if(r+=c,i<8+c+o)throw new y("code_w_scope total size is too short, truncating scope");if(i>8+c+o)throw new y("code_w_scope total size is too long, clips outer document");S=new T(a,u)}else{if(12!==b)throw new y(`Detected unknown BSON type ${b.toString(16)} for fieldname "${v}"`);{let t=ti.getInt32LE(e,r);if(r+=4,t<=0||t>e.length-r||0!==e[r+t-1])throw new y("bad string length in bson");let n=E.toUTF8(e,r,r+t-1,O);r+=t;let i=E.allocateUnsafe(12);for(let t=0;t<12;t++)i[t]=e[r+t];r+=12,S=new R(n,new ts(i))}}"__proto__"===v?Object.defineProperty(g,v,{value:S,writable:!0,enumerable:!0,configurable:!0}):g[v]=S}if(v!==r-m){if(i)throw new y("corrupt array bson");throw new y("corrupt object bson")}if(!w)return g;if(B(g)){let t=Object.assign({},g);return delete t.$ref,delete t.$id,delete t.$db,new R(g.$ref,g.$id,g.$db,t)}return g}(t,n,e,r)}let tm=/^\$ref$|^\$id$|^\$db$/,tv=/\x00/,tg=new Set(["$db","$ref","$id","$clusterTime"]);function t_(t,e,r,n){t[n++]=2,t[(n=n+E.encodeUTF8Into(t,e,n)+1)-1]=0;let i=E.encodeUTF8Into(t,r,n+4);return ti.setInt32LE(t,n,i+1),n=n+4+i,t[n++]=0,n}function tw(t,e,r,n){let i=!Object.is(r,-0)&&Number.isSafeInteger(r)&&r<=2147483647&&r>=-2147483648?16:1;return t[n++]=i,n+=E.encodeUTF8Into(t,e,n),t[n++]=0,n+(16===i?ti.setInt32LE(t,n,r):ti.setFloat64LE(t,n,r))}function tS(t,e,r,n){return t[n++]=18,n+=E.encodeUTF8Into(t,e,n),t[n++]=0,n+ti.setBigInt64LE(t,n,r)}function tO(t,e,r,n){return t[n++]=10,n+=E.encodeUTF8Into(t,e,n),t[n++]=0,n}function tj(t,e,r,n){return t[n++]=8,n+=E.encodeUTF8Into(t,e,n),t[n++]=0,t[n++]=r?1:0,n}function t$(t,e,r,n){t[n++]=9,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;let i=U.fromNumber(r.getTime()),o=i.getLowBits(),a=i.getHighBits();return(n+=ti.setInt32LE(t,n,o))+ti.setInt32LE(t,n,a)}function tA(t,e,r,n){if(t[n++]=11,n+=E.encodeUTF8Into(t,e,n),t[n++]=0,r.source&&null!=r.source.match(tv))throw new y("value "+r.source+" must not contain null bytes");return n+=E.encodeUTF8Into(t,r.source,n),t[n++]=0,r.ignoreCase&&(t[n++]=105),r.global&&(t[n++]=115),r.multiline&&(t[n++]=109),t[n++]=0,n}function tE(t,e,r,n){if(t[n++]=11,n+=E.encodeUTF8Into(t,e,n),t[n++]=0,null!=r.pattern.match(tv))throw new y("pattern "+r.pattern+" must not contain null bytes");n+=E.encodeUTF8Into(t,r.pattern,n),t[n++]=0;let i=r.options.split("").sort().join("");return n+=E.encodeUTF8Into(t,i,n),t[n++]=0,n}function tx(t,e,r,n){return null===r?t[n++]=10:"MinKey"===r._bsontype?t[n++]=255:t[n++]=127,n+=E.encodeUTF8Into(t,e,n),t[n++]=0,n}function tP(t,e,r,n){return t[n++]=7,n+=E.encodeUTF8Into(t,e,n),t[n++]=0,n+r.serializeInto(t,n)}function tk(t,e,r,n){t[n++]=5,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;let i=r.length;if(n+=ti.setInt32LE(t,n,i),t[n++]=0,i<=16)for(let e=0;e<i;e++)t[n+e]=r[e];else t.set(r,n);return n+i}function tM(t,e,r,n,i,o,a,s,c){if(c.has(r))throw new y("Cannot convert circular structure to BSON");c.add(r),t[n++]=Array.isArray(r)?4:3,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;let u=tq(t,r,i,n,o+1,a,s,c);return c.delete(r),u}function tI(t,e,r,n){t[n++]=19,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;for(let e=0;e<16;e++)t[n+e]=r.bytes[e];return n+16}function tT(t,e,r,n){t[n++]="Long"===r._bsontype?18:17,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;let i=r.getLowBits(),o=r.getHighBits();return(n+=ti.setInt32LE(t,n,i))+ti.setInt32LE(t,n,o)}function tB(t,e,r,n){return r=r.valueOf(),t[n++]=16,n+=E.encodeUTF8Into(t,e,n),t[n++]=0,n+ti.setInt32LE(t,n,r)}function tR(t,e,r,n){return t[n++]=1,n+=E.encodeUTF8Into(t,e,n),t[n++]=0,n+ti.setFloat64LE(t,n,r.value)}function tN(t,e,r,n){t[n++]=13,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;let i=r.toString(),o=E.encodeUTF8Into(t,i,n+4)+1;return ti.setInt32LE(t,n,o),n=n+4+o-1,t[n++]=0,n}function tD(t,e,r,n,i=!1,o=0,a=!1,s=!0,c){if(r.scope&&"object"==typeof r.scope){t[n++]=15,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;let u=n,f=r.code;n+=4;let l=E.encodeUTF8Into(t,f,n+4)+1;ti.setInt32LE(t,n,l),t[n+4+l-1]=0,n=n+l+4;let h=tq(t,r.scope,i,n,o+1,a,s,c);n=h-1;let p=h-u;u+=ti.setInt32LE(t,u,p),t[n++]=0}else{t[n++]=13,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;let i=r.code.toString(),o=E.encodeUTF8Into(t,i,n+4)+1;ti.setInt32LE(t,n,o),n=n+4+o-1,t[n++]=0}return n}function tL(t,e,r,n){t[n++]=5,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;let i=r.buffer,o=r.position;if(r.sub_type===P.SUBTYPE_BYTE_ARRAY&&(o+=4),n+=ti.setInt32LE(t,n,o),t[n++]=r.sub_type,r.sub_type===P.SUBTYPE_BYTE_ARRAY&&(o-=4,n+=ti.setInt32LE(t,n,o)),o<=16)for(let e=0;e<o;e++)t[n+e]=i[e];else t.set(i,n);return n+r.position}function tC(t,e,r,n){t[n++]=14,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;let i=E.encodeUTF8Into(t,r.value,n+4)+1;return ti.setInt32LE(t,n,i),n=n+4+i-1,t[n++]=0,n}function tU(t,e,r,n,i,o,a){t[n++]=3,n+=E.encodeUTF8Into(t,e,n),t[n++]=0;let s=n,c={$ref:r.collection||r.namespace,$id:r.oid};null!=r.db&&(c.$db=r.db);let u=tq(t,c=Object.assign(c,r.fields),!1,n,i+1,o,!0,a),f=u-s;return s+=ti.setInt32LE(t,n,f),u}function tq(t,e,r,n,i,o,a,h){if(null==h){if(null==e)return t[0]=5,t[1]=0,t[2]=0,t[3]=0,t[4]=0,5;if(Array.isArray(e))throw new y("serialize does not support an array as the root input");if("object"!=typeof e)throw new y("serialize does not support non-object as the root input");if("_bsontype"in e&&"string"==typeof e._bsontype)throw new y("BSON types cannot be serialized as a document");if(l(e)||u(e)||c(e)||s(e))throw new y("date, regexp, typedarray, and arraybuffer cannot be BSON documents");h=new Set}h.add(e);let p=n+4;if(Array.isArray(e))for(let n=0;n<e.length;n++){let s=`${n}`,f=e[n];if("function"==typeof f?.toBSON&&(f=f.toBSON()),"string"==typeof f)p=t_(t,s,f,p);else if("number"==typeof f)p=tw(t,s,f,p);else if("bigint"==typeof f)p=tS(t,s,f,p);else if("boolean"==typeof f)p=tj(t,s,f,p);else if(f instanceof Date||l(f))p=t$(t,s,f,p);else if(void 0===f)p=tO(t,s,0,p);else if(null===f)p=tO(t,s,0,p);else if(c(f))p=tk(t,s,f,p);else if(f instanceof RegExp||u(f))p=tA(t,s,f,p);else if("object"==typeof f&&null==f._bsontype)p=tM(t,s,f,p,r,i,o,a,h);else{if("object"==typeof f&&6!==f[Symbol.for("@@mdb.bson.version")])throw new b;if("ObjectId"===f._bsontype)p=tP(t,s,f,p);else if("Decimal128"===f._bsontype)p=tI(t,s,f,p);else if("Long"===f._bsontype||"Timestamp"===f._bsontype)p=tT(t,s,f,p);else if("Double"===f._bsontype)p=tR(t,s,f,p);else if("function"==typeof f&&o)p=tN(t,s,f,p);else if("Code"===f._bsontype)p=tD(t,s,f,p,r,i,o,a,h);else if("Binary"===f._bsontype)p=tL(t,s,f,p);else if("BSONSymbol"===f._bsontype)p=tC(t,s,f,p);else if("DBRef"===f._bsontype)p=tU(t,s,f,p,i,o,h);else if("BSONRegExp"===f._bsontype)p=tE(t,s,f,p);else if("Int32"===f._bsontype)p=tB(t,s,f,p);else if("MinKey"===f._bsontype||"MaxKey"===f._bsontype)p=tx(t,s,f,p);else if(void 0!==f._bsontype)throw new y(`Unrecognized or invalid _bsontype: ${String(f._bsontype)}`)}}else if(e instanceof Map||f(e)){let n=e.entries(),s=!1;for(;!s;){let e=n.next();if(s=!!e.done)continue;let f=e.value[0],d=e.value[1];"function"==typeof d?.toBSON&&(d=d.toBSON());let m=typeof d;if("string"==typeof f&&!tg.has(f)){if(null!=f.match(tv))throw new y("key "+f+" must not contain null bytes");if(r){if("$"===f[0])throw new y("key "+f+" must not start with '$'");if(f.includes("."))throw new y("key "+f+" must not contain '.'")}}if("string"===m)p=t_(t,f,d,p);else if("number"===m)p=tw(t,f,d,p);else if("bigint"===m)p=tS(t,f,d,p);else if("boolean"===m)p=tj(t,f,d,p);else if(d instanceof Date||l(d))p=t$(t,f,d,p);else if(null===d||void 0===d&&!1===a)p=tO(t,f,0,p);else if(c(d))p=tk(t,f,d,p);else if(d instanceof RegExp||u(d))p=tA(t,f,d,p);else if("object"===m&&null==d._bsontype)p=tM(t,f,d,p,r,i,o,a,h);else{if("object"==typeof d&&6!==d[Symbol.for("@@mdb.bson.version")])throw new b;if("ObjectId"===d._bsontype)p=tP(t,f,d,p);else if("object"===m&&"Decimal128"===d._bsontype)p=tI(t,f,d,p);else if("Long"===d._bsontype||"Timestamp"===d._bsontype)p=tT(t,f,d,p);else if("Double"===d._bsontype)p=tR(t,f,d,p);else if("Code"===d._bsontype)p=tD(t,f,d,p,r,i,o,a,h);else if("function"==typeof d&&o)p=tN(t,f,d,p);else if("Binary"===d._bsontype)p=tL(t,f,d,p);else if("BSONSymbol"===d._bsontype)p=tC(t,f,d,p);else if("DBRef"===d._bsontype)p=tU(t,f,d,p,i,o,h);else if("BSONRegExp"===d._bsontype)p=tE(t,f,d,p);else if("Int32"===d._bsontype)p=tB(t,f,d,p);else if("MinKey"===d._bsontype||"MaxKey"===d._bsontype)p=tx(t,f,d,p);else if(void 0!==d._bsontype)throw new y(`Unrecognized or invalid _bsontype: ${String(d._bsontype)}`)}}}else{if("function"==typeof e?.toBSON&&null!=(e=e.toBSON())&&"object"!=typeof e)throw new y("toBSON function did not return an object");for(let n of Object.keys(e)){let s=e[n];"function"==typeof s?.toBSON&&(s=s.toBSON());let f=typeof s;if("string"==typeof n&&!tg.has(n)){if(null!=n.match(tv))throw new y("key "+n+" must not contain null bytes");if(r){if("$"===n[0])throw new y("key "+n+" must not start with '$'");if(n.includes("."))throw new y("key "+n+" must not contain '.'")}}if("string"===f)p=t_(t,n,s,p);else if("number"===f)p=tw(t,n,s,p);else if("bigint"===f)p=tS(t,n,s,p);else if("boolean"===f)p=tj(t,n,s,p);else if(s instanceof Date||l(s))p=t$(t,n,s,p);else if(void 0===s)!1===a&&(p=tO(t,n,0,p));else if(null===s)p=tO(t,n,0,p);else if(c(s))p=tk(t,n,s,p);else if(s instanceof RegExp||u(s))p=tA(t,n,s,p);else if("object"===f&&null==s._bsontype)p=tM(t,n,s,p,r,i,o,a,h);else{if("object"==typeof s&&6!==s[Symbol.for("@@mdb.bson.version")])throw new b;if("ObjectId"===s._bsontype)p=tP(t,n,s,p);else if("object"===f&&"Decimal128"===s._bsontype)p=tI(t,n,s,p);else if("Long"===s._bsontype||"Timestamp"===s._bsontype)p=tT(t,n,s,p);else if("Double"===s._bsontype)p=tR(t,n,s,p);else if("Code"===s._bsontype)p=tD(t,n,s,p,r,i,o,a,h);else if("function"==typeof s&&o)p=tN(t,n,s,p);else if("Binary"===s._bsontype)p=tL(t,n,s,p);else if("BSONSymbol"===s._bsontype)p=tC(t,n,s,p);else if("DBRef"===s._bsontype)p=tU(t,n,s,p,i,o,h);else if("BSONRegExp"===s._bsontype)p=tE(t,n,s,p);else if("Int32"===s._bsontype)p=tB(t,n,s,p);else if("MinKey"===s._bsontype||"MaxKey"===s._bsontype)p=tx(t,n,s,p);else if(void 0!==s._bsontype)throw new y(`Unrecognized or invalid _bsontype: ${String(s._bsontype)}`)}}}h.delete(e),t[p++]=0;let d=p-n;return n+=ti.setInt32LE(t,n,d),p}let tF={$oid:ts,$binary:P,$uuid:P,$symbol:tl,$numberInt:X,$numberDecimal:Y,$numberDouble:Q,$numberLong:U,$minKey:tt,$maxKey:Z,$regex:tf,$regularExpression:tf,$timestamp:tp};function tV(t){let e=t.toISOString();return 0!==t.getUTCMilliseconds()?e:e.slice(0,-5)+"Z"}let tz={Binary:t=>new P(t.value(),t.sub_type),Code:t=>new T(t.code,t.scope),DBRef:t=>new R(t.collection||t.namespace,t.oid,t.db,t.fields),Decimal128:t=>new Y(t.bytes),Double:t=>new Q(t.value),Int32:t=>new X(t.value),Long:t=>U.fromBits(null!=t.low?t.low:t.low_,null!=t.low?t.high:t.high_,null!=t.low?t.unsigned:t.unsigned_),MaxKey:()=>new Z,MinKey:()=>new tt,ObjectId:t=>new ts(t),BSONRegExp:t=>new tf(t.pattern,t.options),BSONSymbol:t=>new tl(t.value),Timestamp:t=>tp.fromBits(t.low,t.high)};function tK(t,e){let r={useBigInt64:e?.useBigInt64??!1,relaxed:e?.relaxed??!0,legacy:e?.legacy??!1};return JSON.parse(t,(t,e)=>{if(-1!==t.indexOf("\0"))throw new y(`BSON Document field names cannot contain null bytes, found: ${JSON.stringify(t)}`);return function t(e,r={}){if("number"==typeof e){let t=e<=2147483647&&e>=-2147483648,n=e<=p&&e>=-0x8000000000000000;if(r.relaxed||r.legacy)return e;if(Number.isInteger(e)&&!Object.is(e,-0)){if(t)return new X(e);if(n)return r.useBigInt64?BigInt(e):U.fromNumber(e)}return new Q(e)}if(null==e||"object"!=typeof e)return e;if(e.$undefined)return null;let n=Object.keys(e).filter(t=>t.startsWith("$")&&null!=e[t]);for(let t=0;t<n.length;t++){let i=tF[n[t]];if(i)return i.fromExtendedJSON(e,r)}if(null!=e.$date){let t=e.$date,n=new Date;if(r.legacy){if("number"==typeof t)n.setTime(t);else if("string"==typeof t)n.setTime(Date.parse(t));else{if("bigint"!=typeof t)throw new m("Unrecognized type for EJSON date: "+typeof t);n.setTime(Number(t))}}else if("string"==typeof t)n.setTime(Date.parse(t));else if(U.isLong(t))n.setTime(t.toNumber());else if("number"==typeof t&&r.relaxed)n.setTime(t);else{if("bigint"!=typeof t)throw new m("Unrecognized type for EJSON date: "+typeof t);n.setTime(Number(t))}return n}if(null!=e.$code){let r=Object.assign({},e);return e.$scope&&(r.$scope=t(e.$scope)),T.fromExtendedJSON(e)}if(B(e)||e.$dbPointer){let t=e.$ref?e:e.$dbPointer;if(t instanceof R)return t;let r=Object.keys(t).filter(t=>t.startsWith("$")),n=!0;if(r.forEach(t=>{-1===["$ref","$id","$db"].indexOf(t)&&(n=!1)}),n)return R.fromExtendedJSON(t)}return e}(e,r)})}function tH(t,e,r,n){return null!=r&&"object"==typeof r&&(n=r,r=0),null==e||"object"!=typeof e||Array.isArray(e)||(n=e,e=void 0,r=0),JSON.stringify(function t(e,r){if(e instanceof Map||f(e)){let n=Object.create(null);for(let[t,r]of e){if("string"!=typeof t)throw new y("Can only serialize maps with string keys");n[t]=r}return t(n,r)}if(("object"==typeof e||"function"==typeof e)&&null!==e){let t=r.seenObjects.findIndex(t=>t.obj===e);if(-1!==t){let e=r.seenObjects.map(t=>t.propertyName),n=e.slice(0,t).map(t=>`${t} -> `).join(""),i=e[t],o=" -> "+e.slice(t+1,e.length-1).map(t=>`${t} -> `).join(""),a=e[e.length-1],s=" ".repeat(n.length+i.length/2),c="-".repeat(o.length+(i.length+a.length)/2-1);throw new y(`Converting circular structure to EJSON:
    ${n}${i}${o}${a}
    ${s}\\${c}/`)}r.seenObjects[r.seenObjects.length-1].obj=e}if(Array.isArray(e))return e.map((e,n)=>{r.seenObjects.push({propertyName:`index ${n}`,obj:null});try{return t(e,r)}finally{r.seenObjects.pop()}});if(void 0===e)return null;if(e instanceof Date||l(e)){let t=e.getTime(),n=t>-1&&t<2534023188e5;return r.legacy?r.relaxed&&n?{$date:e.getTime()}:{$date:tV(e)}:r.relaxed&&n?{$date:tV(e)}:{$date:{$numberLong:e.getTime().toString()}}}if(!("number"!=typeof e||r.relaxed&&isFinite(e))){if(Number.isInteger(e)&&!Object.is(e,-0)){if(e>=-2147483648&&e<=2147483647)return{$numberInt:e.toString()};if(e>=-0x8000000000000000&&e<=p)return{$numberLong:e.toString()}}return{$numberDouble:Object.is(e,-0)?"-0.0":e.toString()}}if("bigint"==typeof e)return r.relaxed?Number(BigInt.asIntN(64,e)):{$numberLong:BigInt.asIntN(64,e).toString()};if(e instanceof RegExp||u(e)){let t=e.flags;if(void 0===t){let r=e.toString().match(/[gimuy]*$/);r&&(t=r[0])}return new tf(e.source,t).toExtendedJSON(r)}return null!=e&&"object"==typeof e?function(e,r){if(null==e||"object"!=typeof e)throw new y("not an object instance");let n=e._bsontype;if(void 0===n){let n={};for(let i of Object.keys(e)){r.seenObjects.push({propertyName:i,obj:null});try{let o=t(e[i],r);"__proto__"===i?Object.defineProperty(n,i,{value:o,writable:!0,enumerable:!0,configurable:!0}):n[i]=o}finally{r.seenObjects.pop()}}return n}if(null!=e&&"object"==typeof e&&"string"==typeof e._bsontype&&6!==e[Symbol.for("@@mdb.bson.version")])throw new b;if(null!=e&&"object"==typeof e&&"_bsontype"in e&&"string"==typeof e._bsontype){let i=e;if("function"!=typeof i.toExtendedJSON){let t=tz[e._bsontype];if(!t)throw new y("Unrecognized or invalid _bsontype: "+e._bsontype);i=t(i)}return"Code"===n&&i.scope?i=new T(i.code,t(i.scope,r)):"DBRef"===n&&i.oid&&(i=new R(t(i.collection,r),t(i.oid,r),t(i.db,r),t(i.fields,r))),i.toExtendedJSON(r)}throw new y("_bsontype must be a string, but was: "+typeof n)}(e,r):e}(t,Object.assign({relaxed:!0,legacy:!1},n,{seenObjects:[{propertyName:"(root)",obj:null}]})),e,r)}let tW=Object.create(null);function tJ(t,e){try{return ti.getNonnegativeInt32LE(t,e)}catch(t){throw new v("BSON size cannot be negative",e,{cause:t})}}function tG(t,e){let r=e;for(;0!==t[r];r++);if(r===t.length-1)throw new v("Null terminator not found",e);return r}tW.parse=tK,tW.stringify=tH,tW.serialize=function(t,e){return JSON.parse(tH(t,e=e||{}))},tW.deserialize=function(t,e){return e=e||{},tK(JSON.stringify(t),e)},Object.freeze(tW);let tY=Object.create(null);tY.parseToElements=function(t,e=0){if(e??=0,t.length<5)throw new v(`Input must be at least 5 bytes, got ${t.length} bytes`,e);let r=tJ(t,e);if(r>t.length-e)throw new v(`Parsed documentSize (${r} bytes) does not match input length (${t.length} bytes)`,e);if(0!==t[e+r-1])throw new v("BSON documents must end in 0x00",e+r);let n=[],i=e+4;for(;i<=r+e;){let o;let a=t[i];if(i+=1,0===a){if(i-e!==r)throw new v("Invalid 0x00 type byte",i);break}let s=i,c=tG(t,i)-s;if(i+=c+1,1===a||18===a||9===a||17===a)o=8;else if(16===a)o=4;else if(7===a)o=12;else if(19===a)o=16;else if(8===a)o=1;else if(10===a||6===a||127===a||255===a)o=0;else if(11===a)o=tG(t,tG(t,i)+1)+1-i;else if(3===a||4===a||15===a)o=tJ(t,i);else{if(2!==a&&5!==a&&12!==a&&13!==a&&14!==a)throw new v(`Invalid 0x${a.toString(16).padStart(2,"0")} type byte`,i);o=tJ(t,i)+4,5===a&&(o+=1),12===a&&(o+=12)}if(o>r)throw new v("value reports length larger than document",i);n.push([a,s,c,i,o]),i+=o}return n},tY.ByteUtils=E,tY.NumberUtils=ti,Object.freeze(tY);let tQ=E.allocate(17825792);function tX(t){tQ.length<t&&(tQ=E.allocate(t))}function tZ(t,e={}){let r="boolean"==typeof e.checkKeys&&e.checkKeys,n="boolean"==typeof e.serializeFunctions&&e.serializeFunctions,i="boolean"!=typeof e.ignoreUndefined||e.ignoreUndefined,o="number"==typeof e.minInternalBufferSize?e.minInternalBufferSize:17825792;tQ.length<o&&(tQ=E.allocate(o));let a=tq(tQ,t,r,0,0,n,i,null),s=E.allocateUnsafe(a);return s.set(tQ.subarray(0,a),0),s}function t0(t,e,r={}){let n="boolean"==typeof r.checkKeys&&r.checkKeys,i="boolean"==typeof r.serializeFunctions&&r.serializeFunctions,o="boolean"!=typeof r.ignoreUndefined||r.ignoreUndefined,a="number"==typeof r.index?r.index:0,s=tq(tQ,t,n,0,0,i,o,null);return e.set(tQ.subarray(0,s),a),a+s-1}function t1(t,e={}){return tb(E.toLocalBufferType(t),e)}function t2(t,e={}){return tc(t,"boolean"==typeof(e=e||{}).serializeFunctions&&e.serializeFunctions,"boolean"!=typeof e.ignoreUndefined||e.ignoreUndefined)}function t3(t,e,r,n,i,o){let a=Object.assign({allowObjectSmallerThanBufferSize:!0,index:0},o),s=E.toLocalBufferType(t),c=e;for(let t=0;t<r;t++){let e=ti.getInt32LE(s,c);a.index=c,n[i+t]=tb(s,a),c+=e}return c}var t6=Object.freeze({__proto__:null,BSONError:y,BSONOffsetError:v,BSONRegExp:tf,BSONRuntimeError:m,BSONSymbol:tl,BSONType:d,BSONValue:x,BSONVersionError:b,Binary:P,Code:T,DBRef:R,Decimal128:Y,Double:Q,EJSON:tW,Int32:X,Long:U,MaxKey:Z,MinKey:tt,ObjectId:ts,Timestamp:tp,UUID:I,calculateObjectSize:t2,deserialize:t1,deserializeStream:t3,onDemand:tY,serialize:tZ,serializeWithBufferAndIndex:t0,setInternalBufferSize:tX});e.BSON=t6,e.BSONError=y,e.BSONOffsetError=v,e.BSONRegExp=tf,e.BSONRuntimeError=m,e.BSONSymbol=tl,e.BSONType=d,e.BSONValue=x,e.BSONVersionError=b,e.Binary=P,e.Code=T,e.DBRef=R,e.Decimal128=Y,e.Double=Q,e.EJSON=tW,e.Int32=X,e.Long=U,e.MaxKey=Z,e.MinKey=tt,e.ObjectId=ts,e.Timestamp=tp,e.UUID=I,e.calculateObjectSize=t2,e.deserialize=t1,e.deserializeStream=t3,e.onDemand=tY,e.serialize=tZ,e.serializeWithBufferAndIndex=t0,e.setInternalBufferSize=tX},3219:t=>{"use strict";t.exports=JSON.parse('{"aes-128-ecb":{"cipher":"AES","key":128,"iv":0,"mode":"ECB","type":"block"},"aes-192-ecb":{"cipher":"AES","key":192,"iv":0,"mode":"ECB","type":"block"},"aes-256-ecb":{"cipher":"AES","key":256,"iv":0,"mode":"ECB","type":"block"},"aes-128-cbc":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes-192-cbc":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes-256-cbc":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes128":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes192":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes256":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes-128-cfb":{"cipher":"AES","key":128,"iv":16,"mode":"CFB","type":"stream"},"aes-192-cfb":{"cipher":"AES","key":192,"iv":16,"mode":"CFB","type":"stream"},"aes-256-cfb":{"cipher":"AES","key":256,"iv":16,"mode":"CFB","type":"stream"},"aes-128-cfb8":{"cipher":"AES","key":128,"iv":16,"mode":"CFB8","type":"stream"},"aes-192-cfb8":{"cipher":"AES","key":192,"iv":16,"mode":"CFB8","type":"stream"},"aes-256-cfb8":{"cipher":"AES","key":256,"iv":16,"mode":"CFB8","type":"stream"},"aes-128-cfb1":{"cipher":"AES","key":128,"iv":16,"mode":"CFB1","type":"stream"},"aes-192-cfb1":{"cipher":"AES","key":192,"iv":16,"mode":"CFB1","type":"stream"},"aes-256-cfb1":{"cipher":"AES","key":256,"iv":16,"mode":"CFB1","type":"stream"},"aes-128-ofb":{"cipher":"AES","key":128,"iv":16,"mode":"OFB","type":"stream"},"aes-192-ofb":{"cipher":"AES","key":192,"iv":16,"mode":"OFB","type":"stream"},"aes-256-ofb":{"cipher":"AES","key":256,"iv":16,"mode":"OFB","type":"stream"},"aes-128-ctr":{"cipher":"AES","key":128,"iv":16,"mode":"CTR","type":"stream"},"aes-192-ctr":{"cipher":"AES","key":192,"iv":16,"mode":"CTR","type":"stream"},"aes-256-ctr":{"cipher":"AES","key":256,"iv":16,"mode":"CTR","type":"stream"},"aes-128-gcm":{"cipher":"AES","key":128,"iv":12,"mode":"GCM","type":"auth"},"aes-192-gcm":{"cipher":"AES","key":192,"iv":12,"mode":"GCM","type":"auth"},"aes-256-gcm":{"cipher":"AES","key":256,"iv":12,"mode":"GCM","type":"auth"}}')},2951:t=>{"use strict";t.exports=JSON.parse('{"sha224WithRSAEncryption":{"sign":"rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"RSA-SHA224":{"sign":"ecdsa/rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"sha256WithRSAEncryption":{"sign":"rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"RSA-SHA256":{"sign":"ecdsa/rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"sha384WithRSAEncryption":{"sign":"rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"RSA-SHA384":{"sign":"ecdsa/rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"sha512WithRSAEncryption":{"sign":"rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA512":{"sign":"ecdsa/rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA1":{"sign":"rsa","hash":"sha1","id":"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{"sign":"ecdsa","hash":"sha1","id":""},"sha256":{"sign":"ecdsa","hash":"sha256","id":""},"sha224":{"sign":"ecdsa","hash":"sha224","id":""},"sha384":{"sign":"ecdsa","hash":"sha384","id":""},"sha512":{"sign":"ecdsa","hash":"sha512","id":""},"DSA-SHA":{"sign":"dsa","hash":"sha1","id":""},"DSA-SHA1":{"sign":"dsa","hash":"sha1","id":""},"DSA":{"sign":"dsa","hash":"sha1","id":""},"DSA-WITH-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-WITH-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-WITH-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-WITH-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-RIPEMD160":{"sign":"dsa","hash":"rmd160","id":""},"ripemd160WithRSA":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"RSA-RIPEMD160":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"md5WithRSAEncryption":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"},"RSA-MD5":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"}}')},4589:t=>{"use strict";t.exports=JSON.parse('{"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"}')},3241:t=>{"use strict";t.exports=JSON.parse('{"modp1":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},"modp2":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},"modp5":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},"modp14":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},"modp15":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},"modp16":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},"modp17":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},"modp18":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}')},1636:t=>{"use strict";t.exports={rE:"6.5.7"}},5579:t=>{"use strict";t.exports=JSON.parse('{"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"}')}},e={};function r(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={id:n,loaded:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}return r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),r(4986)})(),t.exports=e()}}]);