@mongosh/node-runtime-worker-thread 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AUTHORS +1 -0
- package/dist/child-process-proxy.js +1 -1
- package/dist/index.js +1 -1
- package/dist/report.html +2 -2
- package/dist/serializer.js +3 -1
- package/dist/serializer.js.map +1 -1
- package/dist/worker-runtime.js +3 -3
- package/package.json +7 -7
- package/src/index.spec.ts +44 -0
- package/src/serializer.ts +4 -1
package/AUTHORS
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var r=t();for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(global,(()=>{return e={558:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s,t.call=function(e){return s(e).apply(null,[].slice.call(arguments,1))};var n,o=r(130),i=(n=o)&&n.__esModule?n:{default:n};function s(e,t){var r=(t=t||{}).addListener||window.addEventListener,n=t.removeListener||window.removeEventListener,o=t.postMessage||window.postMessage,s=t.targetOrigin||"*",u=t.getMessageData||function(e){return e.data};return function(){var t={sender:"postmsg-rpc/client",id:(0,i.default)(),func:e,args:Array.from(arguments)},a=void 0,l=new Promise((function(i,l){var f=function r(){var o=u.apply(null,arguments);if(o&&"postmsg-rpc/server"===o.sender&&o.id===t.id){if(n("message",r),o.err){var s=new Error("Unexpected error calling "+e);return Object.assign(s,o.err),l(s)}i(o.res)}};a=function(){n("message",f);var t=new Error("Canceled call to "+e);t.isCanceled=!0,l(t)},r("message",f),o(t,s)}));return l.cancel=function(){return a()},l}}},246:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(558);Object.defineProperty(t,"caller",{enumerable:!0,get:function(){return i(n).default}}),Object.defineProperty(t,"call",{enumerable:!0,get:function(){return n.call}});var o=r(624);function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"expose",{enumerable:!0,get:function(){return i(o).default}})},624:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,r){var n=(r=r||{}).addListener||window.addEventListener,o=r.removeListener||window.removeEventListener,i=r.postMessage||window.postMessage,s=r.targetOrigin||"*",u=r.getMessageData||function(e){return e.data},a=r.isCallback||!1,l=function(){var r=u.apply(null,arguments);if(r&&"postmsg-rpc/client"===r.sender&&r.func===e){var n={sender:"postmsg-rpc/server",id:r.id},o=function(e){n.res=e,i(n,s)},l=function(e){n.err=Object.assign({message:e.message},e.output&&e.output.payload),i(n,s)};if(a)t.apply(null,r.args.concat((function(e,t){if(e)return l(e);o(t)})));else{var f=t.apply(null,r.args);Promise.resolve(f).then(o).catch(l)}}};return n("message",l),{close:function(){return o("message",l)}}}},130:(e,t,r)=>{"use strict";e.exports=r(252)},173:(e,t,r)=>{"use strict";var n,o,i,s=r(514),u="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-";function a(){i=!1}function l(e){if(e){if(e!==n){if(e.length!==u.length)throw new Error("Custom alphabet for shortid must be "+u.length+" unique characters. You submitted "+e.length+" characters: "+e);var t=e.split("").filter((function(e,t,r){return t!==r.lastIndexOf(e)}));if(t.length)throw new Error("Custom alphabet for shortid must be "+u.length+" unique characters. These characters were not unique: "+t.join(", "));n=e,a()}}else n!==u&&(n=u,a())}function f(){return i||(i=function(){n||l(u);for(var e,t=n.split(""),r=[],o=s.nextValue();t.length>0;)o=s.nextValue(),e=Math.floor(o*t.length),r.push(t.splice(e,1)[0]);return r.join("")}())}e.exports={get:function(){return n||u},characters:function(e){return l(e),n},seed:function(e){s.seed(e),o!==e&&(a(),o=e)},lookup:function(e){return f()[e]},shuffled:f}},89:(e,t,r)=>{"use strict";var n,o,i=r(943);r(173),e.exports=function(e){var t="",r=Math.floor(.001*(Date.now()-1567752802062));return r===o?n++:(n=0,o=r),t+=i(7),t+=i(e),n>0&&(t+=i(n)),t+=i(r)}},943:(e,t,r)=>{"use strict";var n=r(173),o=r(908),i=r(137);e.exports=function(e){for(var t,r=0,s="";!t;)s+=i(o,n.get(),1),t=e<Math.pow(16,r+1),r++;return s}},252:(e,t,r)=>{"use strict";var n=r(173),o=r(89),i=r(56),s=r(696)||0;function u(){return o(s)}e.exports=u,e.exports.generate=u,e.exports.seed=function(t){return n.seed(t),e.exports},e.exports.worker=function(t){return s=t,e.exports},e.exports.characters=function(e){return void 0!==e&&n.characters(e),n.shuffled()},e.exports.isValid=i},56:(e,t,r)=>{"use strict";var n=r(173);e.exports=function(e){return!(!e||"string"!=typeof e||e.length<6||new RegExp("[^"+n.get().replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&")+"]").test(e))}},908:(e,t,r)=>{e.exports=r(701)},514:e=>{"use strict";var t=1;e.exports={nextValue:function(){return(t=(9301*t+49297)%233280)/233280},seed:function(e){t=e}}},696:(e,t,r)=>{"use strict";var n=r(1),o=0;!n.isMaster&&n.worker&&(o=n.worker.id),e.exports=parseInt(process.env.NODE_UNIQUE_ID||o,10)},137:e=>{e.exports=function(e,t,r){for(var n=(2<<31-Math.clz32(t.length-1|1))-1,o=Math.ceil(1.6*n*r/t.length),i="";;)for(var s=e(o),u=o;u--;)if((i+=t[s[u]&n]||"").length===+r)return i}},701:(e,t,r)=>{var n=r(113);if(n.randomFillSync){var o={};e.exports=function(e){var t=o[e];return t||(t=Buffer.allocUnsafe(e),e<=255&&(o[e]=t)),n.randomFillSync(t)}}else e.exports=n.randomBytes},754:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=r(361),i=r(267),s=n(r(17)),u=r(369),a=r(59),l=process.env.WORKER_RUNTIME_SRC_PATH_DO_NOT_USE_THIS_EXCEPT_FOR_TESTING||s.default.resolve(__dirname,"worker-runtime.js"),f=new i.Worker(l,{env:i.SHARE_ENV}),c=(async()=>{await Promise.race([(async()=>{let e;for(;[e]=await(0,o.once)(f,"message");)if("ready"===e)return})(),(async()=>{const[e]=await(0,o.once)(f,"error");if(e)throw e.message=`Worker thread failed to start with the following error: ${e.message}`,e})()])})();process.setMaxListeners(25),f.setMaxListeners(25);let g=null;const{interrupt:h}=(0,u.createCaller)(["interrupt"],f),p=Object.assign((0,u.createCaller)(["init","evaluate","getCompletions","getShellPrompt"],f),{interrupt:()=>g?((0,a.interrupt)(g),!0):h()});Object.keys(p).forEach((e=>{var t;p[e]=(t=p[e],new Proxy(t,{apply:async(e,t,r)=>(await c,e.call(t,...Array.from(r)))}))})),(0,u.exposeAll)(p,process);const d=Object.assign((0,u.createCaller)(["onPrint","onPrompt","getConfig","setConfig","resetConfig","validateConfig","listConfigOptions","onClearCommand","onExit"],process),{onRunInterruptible(e){g=e}});(0,u.exposeAll)(d,f);const b=(0,u.createCaller)(["emit","on"],process);(0,u.exposeAll)(b,f),process.once("disconnect",(()=>process.exit())),process.nextTick((()=>{var e;null===(e=process.send)||void 0===e||e.call(process,"ready")}))},369:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.createCaller=t.exposeAll=t.cancel=t.close=t.removeTrailingUndefined=t.deserialize=t.serialize=void 0;const o=n(r(655)),i=r(246),s=r(568);function u(e){return`data:;base64,${o.default.serialize(e).toString("base64")}`}function a(e){return/^data:;base64,.+/.test(e)?o.default.deserialize(Buffer.from(e.replace("data:;base64,",""),"base64")):e}var l;function f(e){return e&&"object"==typeof e&&"id"in e&&"sender"in e}function c(e){return f(e)&&"postmsg-rpc/server"===e.sender}function g(e){return f(e)&&"postmsg-rpc/client"===e.sender}function h(e){if(Array.isArray(e))for(e=[...e];e.length>0&&void 0===e[e.length-1];)e.pop();return e}function p(e){return{addListener:e.on.bind(e),removeListener:e.off.bind(e),postMessage(t){if(g(t)&&Array.isArray(t.args)&&(t.args=u(h(t.args))),c(t))try{t.res=u(t.res)}catch(e){t.res=u({type:l.Error,payload:(0,s.serializeError)(e)})}return function(e,t){"postMessage"in e&&"function"==typeof e.postMessage&&e.postMessage(t),"send"in e&&"function"==typeof e.send&&e.send(t)}(e,t)},getMessageData:e=>(g(e)&&e.args&&"string"==typeof e.args&&(e.args=a(e.args)),c(e)&&"string"==typeof e.res&&(e.res=a(e.res)),e)}}t.serialize=u,t.deserialize=a,function(e){e[e.Message=0]="Message",e[e.Error=1]="Error"}(l||(l={})),t.removeTrailingUndefined=h,t.close=Symbol("@@rpc.close"),t.cancel=Symbol("@@rpc.cancel"),t.exposeAll=function(e,r){return Object.entries(e).forEach((([e,t])=>{const{close:n}=(0,i.expose)(e,(async(...e)=>{try{return{type:l.Message,payload:await t(...e)}}catch(e){return{type:l.Error,payload:(0,s.serializeError)(e)}}}),p(r));t.close=n})),Object.defineProperty(e,t.close,{enumerable:!1,value(){Object.values(e).forEach((e=>{e.close()}))}}),e},t.createCaller=function(e,r,n={}){const o={},u=new Set;return e.forEach((e=>{const t=(0,i.caller)(e,p(r));o[e]=async(...r)=>{var o;const i="function"==typeof n[e]?null===(o=n[e])||void 0===o?void 0:o.call(n,...r):r,a=t(...i);u.add(a);const f=await a;if(u.delete(a),(c=f)&&"object"==typeof c&&c.type===l.Error)throw(0,s.deserializeError)(f.payload);var c;return f.payload}})),Object.defineProperty(o,t.cancel,{enumerable:!1,value(){for(const e of u)e.cancel(),u.delete(e)}}),o}},568:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.deserializeConnectOptions=t.serializeConnectOptions=t.deserializeEvaluationResult=t.serializeEvaluationResult=t.SerializedResultTypes=t.deserializeError=t.serializeError=void 0;const n=r(837),o=r(429);function i(e){var t;return(t=e,Object.getOwnPropertyNames(t)).concat("name").reduce(((t,r)=>(t[r]=e[r],t)),{})}function s(e){return Object.assign(new Error,e)}var u;t.serializeError=i,t.deserializeError=s,function(e){e.SerializedErrorResult="SerializedErrorResult",e.InspectResult="InspectResult",e.SerializedShellApiResult="SerializedShellApiResult"}(u||(t.SerializedResultTypes=u={})),t.serializeEvaluationResult=function({type:e,printable:t,source:r}){return"object"!=typeof(s=t)&&"function"!=typeof s||null===s?{type:e,printable:t,source:r}:function(e){return e&&e.name&&e.message&&e.stack}(t)?{type:u.SerializedErrorResult,printable:i(t),source:r}:null===e?{type:u.InspectResult,printable:(0,n.inspect)(t),source:r}:{type:u.SerializedShellApiResult,printable:{origType:e,serializedValue:o.EJSON.serialize(t)}};var s},t.deserializeEvaluationResult=function({type:e,printable:t,source:r}){return e===u.SerializedErrorResult?{type:e,printable:s(t),source:r}:e===u.SerializedShellApiResult?{type:t.origType,printable:o.EJSON.deserialize(t.serializedValue),source:r}:{type:e,printable:t,source:r}};const a=["schemaMap","encryptedFieldsMap"];t.serializeConnectOptions=function(e){var t;const r={...e};for(const e of a)(null===(t=r.autoEncryption)||void 0===t?void 0:t[e])&&(r.autoEncryption={...r.autoEncryption,[e]:o.EJSON.serialize(r.autoEncryption[e],{relaxed:!1})});return r},t.deserializeConnectOptions=function(e){var t;const r={...e};for(const e of a)(null===(t=r.autoEncryption)||void 0===t?void 0:t[e])&&(r.autoEncryption={...r.autoEncryption,[e]:o.EJSON.deserialize(r.autoEncryption[e],{relaxed:!1})});return r}},59:e=>{"use strict";e.exports=require("interruptor")},1:e=>{"use strict";e.exports=require("cluster")},113:e=>{"use strict";e.exports=require("crypto")},361:e=>{"use strict";e.exports=require("events")},17:e=>{"use strict";e.exports=require("path")},837:e=>{"use strict";e.exports=require("util")},655:e=>{"use strict";e.exports=require("v8")},267:e=>{"use strict";e.exports=require("worker_threads")},429:(e,t,r)=>{"use strict";function n(e){return["[object ArrayBuffer]","[object SharedArrayBuffer]"].includes(Object.prototype.toString.call(e))}function o(e){return"[object Uint8Array]"===Object.prototype.toString.call(e)}function i(e){return"[object RegExp]"===Object.prototype.toString.call(e)}function s(e){return"[object Map]"===Object.prototype.toString.call(e)}function u(e){return"[object Date]"===Object.prototype.toString.call(e)}function a(e,t){return JSON.stringify(e,((e,t)=>"bigint"==typeof t?{$numberLong:`${t}`}:s(t)?Object.fromEntries(t):t))}const l=6,f=2147483647,c=-2147483648,g=Math.pow(2,63)-1,h=-Math.pow(2,63),p=Math.pow(2,53),d=-Math.pow(2,53),b=1,y=2,m=3,w=4,B=5,S=6,O=7,N=8,E=9,L=10,x=11,_=12,U=13,v=14,I=15,$=16,T=17,j=18,D=19,A=255,R=127,M=0,z=4,F=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 BSONError extends Error{get bsonError(){return!0}get name(){return"BSONError"}constructor(e){super(e)}static isBSONError(e){return null!=e&&"object"==typeof e&&"bsonError"in e&&!0===e.bsonError&&"name"in e&&"message"in e&&"stack"in e}}class BSONVersionError extends BSONError{get name(){return"BSONVersionError"}constructor(){super(`Unsupported BSON version, bson types must be from bson ${l}.x.x`)}}class BSONRuntimeError extends BSONError{get name(){return"BSONRuntimeError"}constructor(e){super(e)}}function V(e){return C.fromNumberArray(Array.from({length:e},(()=>Math.floor(256*Math.random()))))}const C={toLocalBufferType(e){if(Buffer.isBuffer(e))return e;if(ArrayBuffer.isView(e))return Buffer.from(e.buffer,e.byteOffset,e.byteLength);const t=e?.[Symbol.toStringTag]??Object.prototype.toString.call(e);if("ArrayBuffer"===t||"SharedArrayBuffer"===t||"[object ArrayBuffer]"===t||"[object SharedArrayBuffer]"===t)return Buffer.from(e);throw new BSONError(`Cannot create Buffer from ${String(e)}`)},allocate:e=>Buffer.alloc(e),equals:(e,t)=>C.toLocalBufferType(e).equals(t),fromNumberArray:e=>Buffer.from(e),fromBase64:e=>Buffer.from(e,"base64"),toBase64:e=>C.toLocalBufferType(e).toString("base64"),fromISO88591:e=>Buffer.from(e,"binary"),toISO88591:e=>C.toLocalBufferType(e).toString("binary"),fromHex:e=>Buffer.from(e,"hex"),toHex:e=>C.toLocalBufferType(e).toString("hex"),fromUTF8:e=>Buffer.from(e,"utf8"),toUTF8:(e,t,r)=>C.toLocalBufferType(e).toString("utf8",t,r),utf8ByteLength:e=>Buffer.byteLength(e,"utf8"),encodeUTF8Into:(e,t,r)=>C.toLocalBufferType(e).write(t,r,void 0,"utf8"),randomBytes:(()=>{try{return r(113).randomBytes}catch{return V}})()};function J(e){if(e<0)throw new RangeError(`The argument 'byteLength' is invalid. Received ${e}`);return k.fromNumberArray(Array.from({length:e},(()=>Math.floor(256*Math.random()))))}const q=(()=>{const{crypto:e}=globalThis;if(null!=e&&"function"==typeof e.getRandomValues)return t=>e.getRandomValues(k.allocate(t));if(function(){const{navigator:e}=globalThis;return"object"==typeof e&&"ReactNative"===e.product}()){const{console:e}=globalThis;e?.warn?.("BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.")}return J})(),P=/(\d|[a-f])/i,k={toLocalBufferType(e){const t=e?.[Symbol.toStringTag]??Object.prototype.toString.call(e);if("Uint8Array"===t)return e;if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength));if("ArrayBuffer"===t||"SharedArrayBuffer"===t||"[object ArrayBuffer]"===t||"[object SharedArrayBuffer]"===t)return new Uint8Array(e);throw new BSONError(`Cannot make a Uint8Array from ${String(e)}`)},allocate(e){if("number"!=typeof e)throw new TypeError(`The "size" argument must be of type number. Received ${String(e)}`);return new Uint8Array(e)},equals(e,t){if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},fromNumberArray:e=>Uint8Array.from(e),fromBase64:e=>Uint8Array.from(atob(e),(e=>e.charCodeAt(0))),toBase64:e=>btoa(k.toISO88591(e)),fromISO88591:e=>Uint8Array.from(e,(e=>255&e.charCodeAt(0))),toISO88591:e=>Array.from(Uint16Array.from(e),(e=>String.fromCharCode(e))).join(""),fromHex(e){const t=e.length%2==0?e:e.slice(0,e.length-1),r=[];for(let e=0;e<t.length;e+=2){const n=t[e],o=t[e+1];if(!P.test(n))break;if(!P.test(o))break;const i=Number.parseInt(`${n}${o}`,16);r.push(i)}return Uint8Array.from(r)},toHex:e=>Array.from(e,(e=>e.toString(16).padStart(2,"0"))).join(""),fromUTF8:e=>(new TextEncoder).encode(e),toUTF8:(e,t,r)=>new TextDecoder("utf8",{fatal:!1}).decode(e.slice(t,r)),utf8ByteLength:e=>k.fromUTF8(e).byteLength,encodeUTF8Into(e,t,r){const n=k.fromUTF8(t);return e.set(n,r),n.byteLength},randomBytes:q},H="function"==typeof Buffer&&!0!==Buffer.prototype?._isBuffer?C:k;class BSONDataView extends DataView{static fromUint8Array(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}}class BSONValue{get[Symbol.for("@@mdb.bson.version")](){return l}[Symbol.for("nodejs.util.inspect.custom")](e,t,r){return this.inspect(e,t,r)}}class Binary extends BSONValue{get _bsontype(){return"Binary"}constructor(e,t){if(super(),null!=e&&"string"==typeof e&&!ArrayBuffer.isView(e)&&!n(e)&&!Array.isArray(e))throw new BSONError("Binary can only be constructed from Uint8Array or number[]");this.sub_type=t??Binary.BSON_BINARY_SUBTYPE_DEFAULT,null==e?(this.buffer=H.allocate(Binary.BUFFER_SIZE),this.position=0):(this.buffer=Array.isArray(e)?H.fromNumberArray(e):H.toLocalBufferType(e),this.position=this.buffer.byteLength)}put(e){if("string"==typeof e&&1!==e.length)throw new BSONError("only accepts single character String");if("number"!=typeof e&&1!==e.length)throw new BSONError("only accepts single character Uint8Array or Array");let t;if(t="string"==typeof e?e.charCodeAt(0):"number"==typeof e?e:e[0],t<0||t>255)throw new BSONError("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.byteLength>this.position)this.buffer[this.position++]=t;else{const e=H.allocate(Binary.BUFFER_SIZE+this.buffer.length);e.set(this.buffer,0),this.buffer=e,this.buffer[this.position++]=t}}write(e,t){if(t="number"==typeof t?t:this.position,this.buffer.byteLength<t+e.length){const t=H.allocate(this.buffer.byteLength+e.length);t.set(this.buffer,0),this.buffer=t}if(ArrayBuffer.isView(e))this.buffer.set(H.toLocalBufferType(e),t),this.position=t+e.byteLength>this.position?t+e.length:this.position;else if("string"==typeof e)throw new BSONError("input cannot be string")}read(e,t){return t=t&&t>0?t:this.position,this.buffer.slice(e,e+t)}value(){return this.buffer.length===this.position?this.buffer:this.buffer.subarray(0,this.position)}length(){return this.position}toJSON(){return H.toBase64(this.buffer)}toString(e){return"hex"===e?H.toHex(this.buffer):"base64"===e?H.toBase64(this.buffer):H.toUTF8(this.buffer,0,this.buffer.byteLength)}toExtendedJSON(e){e=e||{};const t=H.toBase64(this.buffer),r=Number(this.sub_type).toString(16);return e.legacy?{$binary:t,$type:1===r.length?"0"+r:r}:{$binary:{base64:t,subType:1===r.length?"0"+r:r}}}toUUID(){if(this.sub_type===Binary.SUBTYPE_UUID)return new UUID(this.buffer.slice(0,this.position));throw new BSONError(`Binary sub_type "${this.sub_type}" is not supported for converting to UUID. Only "${Binary.SUBTYPE_UUID}" is currently supported.`)}static createFromHexString(e,t){return new Binary(H.fromHex(e),t)}static createFromBase64(e,t){return new Binary(H.fromBase64(e),t)}static fromExtendedJSON(e,t){let r,n;if(t=t||{},"$binary"in e?t.legacy&&"string"==typeof e.$binary&&"$type"in e?(n=e.$type?parseInt(e.$type,16):0,r=H.fromBase64(e.$binary)):"string"!=typeof e.$binary&&(n=e.$binary.subType?parseInt(e.$binary.subType,16):0,r=H.fromBase64(e.$binary.base64)):"$uuid"in e&&(n=4,r=UUID.bytesFromString(e.$uuid)),!r)throw new BSONError(`Unexpected Binary Extended JSON format ${JSON.stringify(e)}`);return n===z?new UUID(r):new Binary(r,n)}inspect(e,t,r){return r??=a,`Binary.createFromBase64(${r(H.toBase64(this.buffer.subarray(0,this.position)),t)}, ${r(this.sub_type,t)})`}}Binary.BSON_BINARY_SUBTYPE_DEFAULT=0,Binary.BUFFER_SIZE=256,Binary.SUBTYPE_DEFAULT=0,Binary.SUBTYPE_FUNCTION=1,Binary.SUBTYPE_BYTE_ARRAY=2,Binary.SUBTYPE_UUID_OLD=3,Binary.SUBTYPE_UUID=4,Binary.SUBTYPE_MD5=5,Binary.SUBTYPE_ENCRYPTED=6,Binary.SUBTYPE_COLUMN=7,Binary.SUBTYPE_USER_DEFINED=128;const K=/^[0-9A-F]{32}$/i,Y=/^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i;class UUID extends Binary{constructor(e){let t;if(null==e)t=UUID.generate();else if(e instanceof UUID)t=H.toLocalBufferType(new Uint8Array(e.buffer));else if(ArrayBuffer.isView(e)&&16===e.byteLength)t=H.toLocalBufferType(e);else{if("string"!=typeof e)throw new BSONError("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).");t=UUID.bytesFromString(e)}super(t,z)}get id(){return this.buffer}set id(e){this.buffer=e}toHexString(e=!0){return e?[H.toHex(this.buffer.subarray(0,4)),H.toHex(this.buffer.subarray(4,6)),H.toHex(this.buffer.subarray(6,8)),H.toHex(this.buffer.subarray(8,10)),H.toHex(this.buffer.subarray(10,16))].join("-"):H.toHex(this.buffer)}toString(e){return"hex"===e?H.toHex(this.id):"base64"===e?H.toBase64(this.id):this.toHexString()}toJSON(){return this.toHexString()}equals(e){if(!e)return!1;if(e instanceof UUID)return H.equals(e.id,this.id);try{return H.equals(new UUID(e).id,this.id)}catch{return!1}}toBinary(){return new Binary(this.id,Binary.SUBTYPE_UUID)}static generate(){const e=H.randomBytes(16);return e[6]=15&e[6]|64,e[8]=63&e[8]|128,e}static isValid(e){return!!e&&("string"==typeof e?UUID.isValidUUIDString(e):o(e)?16===e.byteLength:"Binary"===e._bsontype&&e.sub_type===this.SUBTYPE_UUID&&16===e.buffer.byteLength)}static createFromHexString(e){const t=UUID.bytesFromString(e);return new UUID(t)}static createFromBase64(e){return new UUID(H.fromBase64(e))}static bytesFromString(e){if(!UUID.isValidUUIDString(e))throw new BSONError("UUID string representation must be 32 hex digits or canonical hyphenated representation");return H.fromHex(e.replace(/-/g,""))}static isValidUUIDString(e){return K.test(e)||Y.test(e)}inspect(e,t,r){return r??=a,`new UUID(${r(this.toHexString(),t)})`}}class Code extends BSONValue{get _bsontype(){return"Code"}constructor(e,t){super(),this.code=e.toString(),this.scope=t??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(e){return new Code(e.$code,e.$scope)}inspect(e,t,r){r??=a;let n=r(this.code,t);const o=n.includes("\n");return null!=this.scope&&(n+=`,${o?"\n":" "}${r(this.scope,t)}`),`new Code(${o?"\n":""}${n}${o&&null===this.scope?"\n":""})`}}function Z(e){return null!=e&&"object"==typeof e&&"$id"in e&&null!=e.$id&&"$ref"in e&&"string"==typeof e.$ref&&(!("$db"in e)||"$db"in e&&"string"==typeof e.$db)}class DBRef extends BSONValue{get _bsontype(){return"DBRef"}constructor(e,t,r,n){super();const o=e.split(".");2===o.length&&(r=o.shift(),e=o.shift()),this.collection=e,this.oid=t,this.db=r,this.fields=n||{}}get namespace(){return this.collection}set namespace(e){this.collection=e}toJSON(){const e=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return null!=this.db&&(e.$db=this.db),e}toExtendedJSON(e){e=e||{};let t={$ref:this.collection,$id:this.oid};return e.legacy||(this.db&&(t.$db=this.db),t=Object.assign(t,this.fields)),t}static fromExtendedJSON(e){const t=Object.assign({},e);return delete t.$ref,delete t.$id,delete t.$db,new DBRef(e.$ref,e.$id,e.$db,t)}inspect(e,t,r){r??=a;const n=[r(this.namespace,t),r(this.oid,t),...this.db?[r(this.db,t)]:[],...Object.keys(this.fields).length>0?[r(this.fields,t)]:[]];return n[1]=r===a?`new ObjectId(${n[1]})`:n[1],`new DBRef(${n.join(", ")})`}}let W;try{W=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{}const G=4294967296,X=0x10000000000000000,Q=X/2,ee={},te={},re=/^(\+?0|(\+|-)?[1-9][0-9]*)$/;class Long extends BSONValue{get _bsontype(){return"Long"}get __isLong__(){return!0}constructor(e=0,t,r){super(),"bigint"==typeof e?Object.assign(this,Long.fromBigInt(e,!!t)):"string"==typeof e?Object.assign(this,Long.fromString(e,!!t)):(this.low=0|e,this.high=0|t,this.unsigned=!!r)}static fromBits(e,t,r){return new Long(e,t,r)}static fromInt(e,t){let r,n,o;return t?(o=0<=(e>>>=0)&&e<256)&&(n=te[e],n)?n:(r=Long.fromBits(e,(0|e)<0?-1:0,!0),o&&(te[e]=r),r):(o=-128<=(e|=0)&&e<128)&&(n=ee[e],n)?n:(r=Long.fromBits(e,e<0?-1:0,!1),o&&(ee[e]=r),r)}static fromNumber(e,t){if(isNaN(e))return t?Long.UZERO:Long.ZERO;if(t){if(e<0)return Long.UZERO;if(e>=X)return Long.MAX_UNSIGNED_VALUE}else{if(e<=-Q)return Long.MIN_VALUE;if(e+1>=Q)return Long.MAX_VALUE}return e<0?Long.fromNumber(-e,t).neg():Long.fromBits(e%G|0,e/G|0,t)}static fromBigInt(e,t){return Long.fromString(e.toString(),t)}static fromString(e,t,r){if(0===e.length)throw new BSONError("empty string");if("NaN"===e||"Infinity"===e||"+Infinity"===e||"-Infinity"===e)return Long.ZERO;if("number"==typeof t?(r=t,t=!1):t=!!t,(r=r||10)<2||36<r)throw new BSONError("radix");let n;if((n=e.indexOf("-"))>0)throw new BSONError("interior hyphen");if(0===n)return Long.fromString(e.substring(1),t,r).neg();const o=Long.fromNumber(Math.pow(r,8));let i=Long.ZERO;for(let t=0;t<e.length;t+=8){const n=Math.min(8,e.length-t),s=parseInt(e.substring(t,t+n),r);if(n<8){const e=Long.fromNumber(Math.pow(r,n));i=i.mul(e).add(Long.fromNumber(s))}else i=i.mul(o),i=i.add(Long.fromNumber(s))}return i.unsigned=t,i}static fromBytes(e,t,r){return r?Long.fromBytesLE(e,t):Long.fromBytesBE(e,t)}static fromBytesLE(e,t){return new Long(e[0]|e[1]<<8|e[2]<<16|e[3]<<24,e[4]|e[5]<<8|e[6]<<16|e[7]<<24,t)}static fromBytesBE(e,t){return new Long(e[4]<<24|e[5]<<16|e[6]<<8|e[7],e[0]<<24|e[1]<<16|e[2]<<8|e[3],t)}static isLong(e){return null!=e&&"object"==typeof e&&"__isLong__"in e&&!0===e.__isLong__}static fromValue(e,t){return"number"==typeof e?Long.fromNumber(e,t):"string"==typeof e?Long.fromString(e,t):Long.fromBits(e.low,e.high,"boolean"==typeof t?t:e.unsigned)}add(e){Long.isLong(e)||(e=Long.fromValue(e));const t=this.high>>>16,r=65535&this.high,n=this.low>>>16,o=65535&this.low,i=e.high>>>16,s=65535&e.high,u=e.low>>>16;let a=0,l=0,f=0,c=0;return c+=o+(65535&e.low),f+=c>>>16,c&=65535,f+=n+u,l+=f>>>16,f&=65535,l+=r+s,a+=l>>>16,l&=65535,a+=t+i,a&=65535,Long.fromBits(f<<16|c,a<<16|l,this.unsigned)}and(e){return Long.isLong(e)||(e=Long.fromValue(e)),Long.fromBits(this.low&e.low,this.high&e.high,this.unsigned)}compare(e){if(Long.isLong(e)||(e=Long.fromValue(e)),this.eq(e))return 0;const t=this.isNegative(),r=e.isNegative();return t&&!r?-1:!t&&r?1:this.unsigned?e.high>>>0>this.high>>>0||e.high===this.high&&e.low>>>0>this.low>>>0?-1:1:this.sub(e).isNegative()?-1:1}comp(e){return this.compare(e)}divide(e){if(Long.isLong(e)||(e=Long.fromValue(e)),e.isZero())throw new BSONError("division by zero");if(W){if(!this.unsigned&&-2147483648===this.high&&-1===e.low&&-1===e.high)return this;const t=(this.unsigned?W.div_u:W.div_s)(this.low,this.high,e.low,e.high);return Long.fromBits(t,W.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?Long.UZERO:Long.ZERO;let t,r,n;if(this.unsigned){if(e.unsigned||(e=e.toUnsigned()),e.gt(this))return Long.UZERO;if(e.gt(this.shru(1)))return Long.UONE;n=Long.UZERO}else{if(this.eq(Long.MIN_VALUE))return e.eq(Long.ONE)||e.eq(Long.NEG_ONE)?Long.MIN_VALUE:e.eq(Long.MIN_VALUE)?Long.ONE:(t=this.shr(1).div(e).shl(1),t.eq(Long.ZERO)?e.isNegative()?Long.ONE:Long.NEG_ONE:(r=this.sub(e.mul(t)),n=t.add(r.div(e)),n));if(e.eq(Long.MIN_VALUE))return this.unsigned?Long.UZERO:Long.ZERO;if(this.isNegative())return e.isNegative()?this.neg().div(e.neg()):this.neg().div(e).neg();if(e.isNegative())return this.div(e.neg()).neg();n=Long.ZERO}for(r=this;r.gte(e);){t=Math.max(1,Math.floor(r.toNumber()/e.toNumber()));const o=Math.ceil(Math.log(t)/Math.LN2),i=o<=48?1:Math.pow(2,o-48);let s=Long.fromNumber(t),u=s.mul(e);for(;u.isNegative()||u.gt(r);)t-=i,s=Long.fromNumber(t,this.unsigned),u=s.mul(e);s.isZero()&&(s=Long.ONE),n=n.add(s),r=r.sub(u)}return n}div(e){return this.divide(e)}equals(e){return Long.isLong(e)||(e=Long.fromValue(e)),(this.unsigned===e.unsigned||this.high>>>31!=1||e.high>>>31!=1)&&this.high===e.high&&this.low===e.low}eq(e){return this.equals(e)}getHighBits(){return this.high}getHighBitsUnsigned(){return this.high>>>0}getLowBits(){return this.low}getLowBitsUnsigned(){return this.low>>>0}getNumBitsAbs(){if(this.isNegative())return this.eq(Long.MIN_VALUE)?64:this.neg().getNumBitsAbs();const e=0!==this.high?this.high:this.low;let t;for(t=31;t>0&&0==(e&1<<t);t--);return 0!==this.high?t+33:t+1}greaterThan(e){return this.comp(e)>0}gt(e){return this.greaterThan(e)}greaterThanOrEqual(e){return this.comp(e)>=0}gte(e){return this.greaterThanOrEqual(e)}ge(e){return this.greaterThanOrEqual(e)}isEven(){return 0==(1&this.low)}isNegative(){return!this.unsigned&&this.high<0}isOdd(){return 1==(1&this.low)}isPositive(){return this.unsigned||this.high>=0}isZero(){return 0===this.high&&0===this.low}lessThan(e){return this.comp(e)<0}lt(e){return this.lessThan(e)}lessThanOrEqual(e){return this.comp(e)<=0}lte(e){return this.lessThanOrEqual(e)}modulo(e){if(Long.isLong(e)||(e=Long.fromValue(e)),W){const t=(this.unsigned?W.rem_u:W.rem_s)(this.low,this.high,e.low,e.high);return Long.fromBits(t,W.get_high(),this.unsigned)}return this.sub(this.div(e).mul(e))}mod(e){return this.modulo(e)}rem(e){return this.modulo(e)}multiply(e){if(this.isZero())return Long.ZERO;if(Long.isLong(e)||(e=Long.fromValue(e)),W){const t=W.mul(this.low,this.high,e.low,e.high);return Long.fromBits(t,W.get_high(),this.unsigned)}if(e.isZero())return Long.ZERO;if(this.eq(Long.MIN_VALUE))return e.isOdd()?Long.MIN_VALUE:Long.ZERO;if(e.eq(Long.MIN_VALUE))return this.isOdd()?Long.MIN_VALUE:Long.ZERO;if(this.isNegative())return e.isNegative()?this.neg().mul(e.neg()):this.neg().mul(e).neg();if(e.isNegative())return this.mul(e.neg()).neg();if(this.lt(Long.TWO_PWR_24)&&e.lt(Long.TWO_PWR_24))return Long.fromNumber(this.toNumber()*e.toNumber(),this.unsigned);const t=this.high>>>16,r=65535&this.high,n=this.low>>>16,o=65535&this.low,i=e.high>>>16,s=65535&e.high,u=e.low>>>16,a=65535&e.low;let l=0,f=0,c=0,g=0;return g+=o*a,c+=g>>>16,g&=65535,c+=n*a,f+=c>>>16,c&=65535,c+=o*u,f+=c>>>16,c&=65535,f+=r*a,l+=f>>>16,f&=65535,f+=n*u,l+=f>>>16,f&=65535,f+=o*s,l+=f>>>16,f&=65535,l+=t*a+r*u+n*s+o*i,l&=65535,Long.fromBits(c<<16|g,l<<16|f,this.unsigned)}mul(e){return this.multiply(e)}negate(){return!this.unsigned&&this.eq(Long.MIN_VALUE)?Long.MIN_VALUE:this.not().add(Long.ONE)}neg(){return this.negate()}not(){return Long.fromBits(~this.low,~this.high,this.unsigned)}notEquals(e){return!this.equals(e)}neq(e){return this.notEquals(e)}ne(e){return this.notEquals(e)}or(e){return Long.isLong(e)||(e=Long.fromValue(e)),Long.fromBits(this.low|e.low,this.high|e.high,this.unsigned)}shiftLeft(e){return Long.isLong(e)&&(e=e.toInt()),0==(e&=63)?this:e<32?Long.fromBits(this.low<<e,this.high<<e|this.low>>>32-e,this.unsigned):Long.fromBits(0,this.low<<e-32,this.unsigned)}shl(e){return this.shiftLeft(e)}shiftRight(e){return Long.isLong(e)&&(e=e.toInt()),0==(e&=63)?this:e<32?Long.fromBits(this.low>>>e|this.high<<32-e,this.high>>e,this.unsigned):Long.fromBits(this.high>>e-32,this.high>=0?0:-1,this.unsigned)}shr(e){return this.shiftRight(e)}shiftRightUnsigned(e){if(Long.isLong(e)&&(e=e.toInt()),0==(e&=63))return this;{const t=this.high;if(e<32){const r=this.low;return Long.fromBits(r>>>e|t<<32-e,t>>>e,this.unsigned)}return 32===e?Long.fromBits(t,0,this.unsigned):Long.fromBits(t>>>e-32,0,this.unsigned)}}shr_u(e){return this.shiftRightUnsigned(e)}shru(e){return this.shiftRightUnsigned(e)}subtract(e){return Long.isLong(e)||(e=Long.fromValue(e)),this.add(e.neg())}sub(e){return this.subtract(e)}toInt(){return this.unsigned?this.low>>>0:this.low}toNumber(){return this.unsigned?(this.high>>>0)*G+(this.low>>>0):this.high*G+(this.low>>>0)}toBigInt(){return BigInt(this.toString())}toBytes(e){return e?this.toBytesLE():this.toBytesBE()}toBytesLE(){const e=this.high,t=this.low;return[255&t,t>>>8&255,t>>>16&255,t>>>24,255&e,e>>>8&255,e>>>16&255,e>>>24]}toBytesBE(){const e=this.high,t=this.low;return[e>>>24,e>>>16&255,e>>>8&255,255&e,t>>>24,t>>>16&255,t>>>8&255,255&t]}toSigned(){return this.unsigned?Long.fromBits(this.low,this.high,!1):this}toString(e){if((e=e||10)<2||36<e)throw new BSONError("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(Long.MIN_VALUE)){const t=Long.fromNumber(e),r=this.div(t),n=r.mul(t).sub(this);return r.toString(e)+n.toInt().toString(e)}return"-"+this.neg().toString(e)}const t=Long.fromNumber(Math.pow(e,6),this.unsigned);let r=this,n="";for(;;){const o=r.div(t);let i=(r.sub(o.mul(t)).toInt()>>>0).toString(e);if(r=o,r.isZero())return i+n;for(;i.length<6;)i="0"+i;n=""+i+n}}toUnsigned(){return this.unsigned?this:Long.fromBits(this.low,this.high,!0)}xor(e){return Long.isLong(e)||(e=Long.fromValue(e)),Long.fromBits(this.low^e.low,this.high^e.high,this.unsigned)}eqz(){return this.isZero()}le(e){return this.lessThanOrEqual(e)}toExtendedJSON(e){return e&&e.relaxed?this.toNumber():{$numberLong:this.toString()}}static fromExtendedJSON(e,t){const{useBigInt64:r=!1,relaxed:n=!0}={...t};if(e.$numberLong.length>20)throw new BSONError("$numberLong string is too long");if(!re.test(e.$numberLong))throw new BSONError(`$numberLong string "${e.$numberLong}" is in an invalid format`);if(r){const t=BigInt(e.$numberLong);return BigInt.asIntN(64,t)}const o=Long.fromString(e.$numberLong);return n?o.toNumber():o}inspect(e,t,r){return r??=a,`new Long(${r(this.toString(),t)}${this.unsigned?`, ${r(this.unsigned,t)}`:""})`}}Long.TWO_PWR_24=Long.fromInt(1<<24),Long.MAX_UNSIGNED_VALUE=Long.fromBits(-1,-1,!0),Long.ZERO=Long.fromInt(0),Long.UZERO=Long.fromInt(0,!0),Long.ONE=Long.fromInt(1),Long.UONE=Long.fromInt(1,!0),Long.NEG_ONE=Long.fromInt(-1),Long.MAX_VALUE=Long.fromBits(-1,2147483647,!1),Long.MIN_VALUE=Long.fromBits(0,-2147483648,!1);const ne=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,oe=/^(\+|-)?(Infinity|inf)$/i,ie=/^(\+|-)?NaN$/i,se=6111,ue=-6176,ae=H.fromNumberArray([124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse()),le=H.fromNumberArray([248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse()),fe=H.fromNumberArray([120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse()),ce=/^([-+])?(\d+)?$/;function ge(e){return!isNaN(parseInt(e,10))}function he(e){const t=Long.fromNumber(1e9);let r=Long.fromNumber(0);if(!(e.parts[0]||e.parts[1]||e.parts[2]||e.parts[3]))return{quotient:e,rem:r};for(let n=0;n<=3;n++)r=r.shiftLeft(32),r=r.add(new Long(e.parts[n],0)),e.parts[n]=r.div(t).low,r=r.modulo(t);return{quotient:e,rem:r}}function pe(e,t){throw new BSONError(`"${e}" is not a valid Decimal128 string - ${t}`)}class Decimal128 extends BSONValue{get _bsontype(){return"Decimal128"}constructor(e){if(super(),"string"==typeof e)this.bytes=Decimal128.fromString(e).bytes;else{if(!o(e))throw new BSONError("Decimal128 must take a Buffer or string");if(16!==e.byteLength)throw new BSONError("Decimal128 must take a Buffer of 16 bytes");this.bytes=e}}static fromString(e){return Decimal128._fromString(e,{allowRounding:!1})}static fromStringWithRounding(e){return Decimal128._fromString(e,{allowRounding:!0})}static _fromString(e,t){let r=!1,n=!1,o=!1,i=!1,s=0,u=0,a=0,l=0,f=0;const c=[0];let g=0,h=0,p=0,d=0,b=new Long(0,0),y=new Long(0,0),m=0,w=0;if(e.length>=7e3)throw new BSONError(e+" not a valid Decimal128 string");const B=e.match(ne),S=e.match(oe),O=e.match(ie);if(!B&&!S&&!O||0===e.length)throw new BSONError(e+" not a valid Decimal128 string");if(B){const t=B[2],r=B[4],n=B[5],o=B[6];r&&void 0===o&&pe(e,"missing exponent power"),r&&void 0===t&&pe(e,"missing exponent base"),void 0===r&&(n||o)&&pe(e,"missing e before exponent")}if("+"!==e[w]&&"-"!==e[w]||(n=!0,r="-"===e[w++]),!ge(e[w])&&"."!==e[w]){if("i"===e[w]||"I"===e[w])return new Decimal128(r?le:fe);if("N"===e[w])return new Decimal128(ae)}for(;ge(e[w])||"."===e[w];)"."!==e[w]?(g<34&&("0"!==e[w]||i)&&(i||(f=u),i=!0,c[h++]=parseInt(e[w],10),g+=1),i&&(a+=1),o&&(l+=1),u+=1,w+=1):(o&&pe(e,"contains multiple periods"),o=!0,w+=1);if(o&&!u)throw new BSONError(e+" not a valid Decimal128 string");if("e"===e[w]||"E"===e[w]){const t=e.substr(++w).match(ce);if(!t||!t[2])return new Decimal128(ae);d=parseInt(t[0],10),w+=t[0].length}if(e[w])return new Decimal128(ae);if(g){if(p=g-1,s=a,1!==s)for(;"0"===e[f+s-1+Number(n)+Number(o)];)s-=1}else c[0]=0,a=1,g=1,s=0;for(d<=l&&l>d+16384?d=ue:d-=l;d>se;){if(p+=1,p>=34){if(0===s){d=se;break}pe(e,"overflow")}d-=1}if(t.allowRounding){for(;d<ue||g<a;){if(0===p&&s<g){d=ue,s=0;break}if(g<a?a-=1:p-=1,d<se)d+=1;else{if(c.join("").match(/^0+$/)){d=se;break}pe(e,"overflow")}}if(p+1<s){let t=u;o&&(f+=1,t+=1),n&&(f+=1,t+=1);const i=parseInt(e[f+p+1],10);let s=0;if(i>=5&&(s=1,5===i)){s=c[p]%2==1?1:0;for(let r=f+p+2;r<t;r++)if(parseInt(e[r],10)){s=1;break}}if(s){let e=p;for(;e>=0&&++c[e]>9;e--)if(c[e]=0,0===e){if(!(d<se))return new Decimal128(r?le:fe);d+=1,c[e]=1}}}}else{for(;d<ue||g<a;){if(0===p){if(0===s){d=ue;break}pe(e,"exponent underflow")}g<a?("0"!==e[a-1+Number(n)+Number(o)]&&0!==s&&pe(e,"inexact rounding"),a-=1):(0!==c[p]&&pe(e,"inexact rounding"),p-=1),d<se?d+=1:pe(e,"overflow")}p+1<s&&(o&&(f+=1),n&&(f+=1),0!==parseInt(e[f+p+1],10)&&pe(e,"inexact rounding"))}if(b=Long.fromNumber(0),y=Long.fromNumber(0),0===s)b=Long.fromNumber(0),y=Long.fromNumber(0);else if(p<17){let e=0;for(y=Long.fromNumber(c[e++]),b=new Long(0,0);e<=p;e++)y=y.multiply(Long.fromNumber(10)),y=y.add(Long.fromNumber(c[e]))}else{let e=0;for(b=Long.fromNumber(c[e++]);e<=p-17;e++)b=b.multiply(Long.fromNumber(10)),b=b.add(Long.fromNumber(c[e]));for(y=Long.fromNumber(c[e++]);e<=p;e++)y=y.multiply(Long.fromNumber(10)),y=y.add(Long.fromNumber(c[e]))}const N=function(e,t){if(!e&&!t)return{high:Long.fromNumber(0),low:Long.fromNumber(0)};const r=e.shiftRightUnsigned(32),n=new Long(e.getLowBits(),0),o=t.shiftRightUnsigned(32),i=new Long(t.getLowBits(),0);let s=r.multiply(o),u=r.multiply(i);const a=n.multiply(o);let l=n.multiply(i);return s=s.add(u.shiftRightUnsigned(32)),u=new Long(u.getLowBits(),0).add(a).add(l.shiftRightUnsigned(32)),s=s.add(u.shiftRightUnsigned(32)),l=u.shiftLeft(32).add(new Long(l.getLowBits(),0)),{high:s,low:l}}(b,Long.fromString("100000000000000000"));N.low=N.low.add(y),function(e,t){const r=e.high>>>0,n=t.high>>>0;return r<n||r===n&&e.low>>>0<t.low>>>0}(N.low,y)&&(N.high=N.high.add(Long.fromNumber(1))),m=d+6176;const E={low:Long.fromNumber(0),high:Long.fromNumber(0)};N.high.shiftRightUnsigned(49).and(Long.fromNumber(1)).equals(Long.fromNumber(1))?(E.high=E.high.or(Long.fromNumber(3).shiftLeft(61)),E.high=E.high.or(Long.fromNumber(m).and(Long.fromNumber(16383).shiftLeft(47))),E.high=E.high.or(N.high.and(Long.fromNumber(0x7fffffffffff)))):(E.high=E.high.or(Long.fromNumber(16383&m).shiftLeft(49)),E.high=E.high.or(N.high.and(Long.fromNumber(562949953421311)))),E.low=N.low,r&&(E.high=E.high.or(Long.fromString("9223372036854775808")));const L=H.allocate(16);return w=0,L[w++]=255&E.low.low,L[w++]=E.low.low>>8&255,L[w++]=E.low.low>>16&255,L[w++]=E.low.low>>24&255,L[w++]=255&E.low.high,L[w++]=E.low.high>>8&255,L[w++]=E.low.high>>16&255,L[w++]=E.low.high>>24&255,L[w++]=255&E.high.low,L[w++]=E.high.low>>8&255,L[w++]=E.high.low>>16&255,L[w++]=E.high.low>>24&255,L[w++]=255&E.high.high,L[w++]=E.high.high>>8&255,L[w++]=E.high.high>>16&255,L[w++]=E.high.high>>24&255,new Decimal128(L)}toString(){let e,t=0;const r=new Array(36);for(let e=0;e<r.length;e++)r[e]=0;let n,o,i,s=0,u=!1,a={parts:[0,0,0,0]};const l=[];s=0;const f=this.bytes,c=f[s++]|f[s++]<<8|f[s++]<<16|f[s++]<<24,g=f[s++]|f[s++]<<8|f[s++]<<16|f[s++]<<24,h=f[s++]|f[s++]<<8|f[s++]<<16|f[s++]<<24,p=f[s++]|f[s++]<<8|f[s++]<<16|f[s++]<<24;s=0,(new Long(c,g),new Long(h,p)).lessThan(Long.ZERO)&&l.push("-");const d=p>>26&31;if(d>>3==3){if(30===d)return l.join("")+"Infinity";if(31===d)return"NaN";e=p>>15&16383,n=8+(p>>14&1)}else n=p>>14&7,e=p>>17&16383;const b=e-6176;if(a.parts[0]=(16383&p)+((15&n)<<14),a.parts[1]=h,a.parts[2]=g,a.parts[3]=c,0===a.parts[0]&&0===a.parts[1]&&0===a.parts[2]&&0===a.parts[3])u=!0;else for(i=3;i>=0;i--){let e=0;const t=he(a);if(a=t.quotient,e=t.rem.low,e)for(o=8;o>=0;o--)r[9*i+o]=e%10,e=Math.floor(e/10)}if(u)t=1,r[s]=0;else for(t=36;!r[s];)t-=1,s+=1;const y=t-1+b;if(y>=34||y<=-7||b>0){if(t>34)return l.push("0"),b>0?l.push(`E+${b}`):b<0&&l.push(`E${b}`),l.join("");l.push(`${r[s++]}`),t-=1,t&&l.push(".");for(let e=0;e<t;e++)l.push(`${r[s++]}`);l.push("E"),y>0?l.push(`+${y}`):l.push(`${y}`)}else if(b>=0)for(let e=0;e<t;e++)l.push(`${r[s++]}`);else{let e=t+b;if(e>0)for(let t=0;t<e;t++)l.push(`${r[s++]}`);else l.push("0");for(l.push(".");e++<0;)l.push("0");for(let n=0;n<t-Math.max(e-1,0);n++)l.push(`${r[s++]}`)}return l.join("")}toJSON(){return{$numberDecimal:this.toString()}}toExtendedJSON(){return{$numberDecimal:this.toString()}}static fromExtendedJSON(e){return Decimal128.fromString(e.$numberDecimal)}inspect(e,t,r){return r??=a,`new Decimal128(${r(this.toString(),t)})`}}class Double extends BSONValue{get _bsontype(){return"Double"}constructor(e){super(),e instanceof Number&&(e=e.valueOf()),this.value=+e}valueOf(){return this.value}toJSON(){return this.value}toString(e){return this.value.toString(e)}toExtendedJSON(e){return e&&(e.legacy||e.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(e,t){const r=parseFloat(e.$numberDouble);return t&&t.relaxed?r:new Double(r)}inspect(e,t,r){return r??=a,`new Double(${r(this.value,t)})`}}class Int32 extends BSONValue{get _bsontype(){return"Int32"}constructor(e){super(),e instanceof Number&&(e=e.valueOf()),this.value=0|+e}valueOf(){return this.value}toString(e){return this.value.toString(e)}toJSON(){return this.value}toExtendedJSON(e){return e&&(e.relaxed||e.legacy)?this.value:{$numberInt:this.value.toString()}}static fromExtendedJSON(e,t){return t&&t.relaxed?parseInt(e.$numberInt,10):new Int32(e.$numberInt)}inspect(e,t,r){return r??=a,`new Int32(${r(this.value,t)})`}}class MaxKey extends BSONValue{get _bsontype(){return"MaxKey"}toExtendedJSON(){return{$maxKey:1}}static fromExtendedJSON(){return new MaxKey}inspect(){return"new MaxKey()"}}class MinKey extends BSONValue{get _bsontype(){return"MinKey"}toExtendedJSON(){return{$minKey:1}}static fromExtendedJSON(){return new MinKey}inspect(){return"new MinKey()"}}const de=new RegExp("^[0-9a-fA-F]{24}$");let be=null;const ye=Symbol("id");class ObjectId extends BSONValue{get _bsontype(){return"ObjectId"}constructor(e){let t;if(super(),"object"==typeof e&&e&&"id"in e){if("string"!=typeof e.id&&!ArrayBuffer.isView(e.id))throw new BSONError("Argument passed in must have an id that is of type string or Buffer");t="toHexString"in e&&"function"==typeof e.toHexString?H.fromHex(e.toHexString()):e.id}else t=e;if(null==t||"number"==typeof t)this[ye]=ObjectId.generate("number"==typeof t?t:void 0);else if(ArrayBuffer.isView(t)&&12===t.byteLength)this[ye]=H.toLocalBufferType(t);else{if("string"!=typeof t)throw new BSONError("Argument passed in does not match the accepted types");if(24!==t.length||!de.test(t))throw new BSONError("input must be a 24 character hex string, 12 byte Uint8Array, or an integer");this[ye]=H.fromHex(t)}ObjectId.cacheHexString&&(this.__id=H.toHex(this.id))}get id(){return this[ye]}set id(e){this[ye]=e,ObjectId.cacheHexString&&(this.__id=H.toHex(e))}toHexString(){if(ObjectId.cacheHexString&&this.__id)return this.__id;const e=H.toHex(this.id);return ObjectId.cacheHexString&&!this.__id&&(this.__id=e),e}static getInc(){return ObjectId.index=(ObjectId.index+1)%16777215}static generate(e){"number"!=typeof e&&(e=Math.floor(Date.now()/1e3));const t=ObjectId.getInc(),r=H.allocate(12);return BSONDataView.fromUint8Array(r).setUint32(0,e,!1),null===be&&(be=H.randomBytes(5)),r[4]=be[0],r[5]=be[1],r[6]=be[2],r[7]=be[3],r[8]=be[4],r[11]=255&t,r[10]=t>>8&255,r[9]=t>>16&255,r}toString(e){return"base64"===e?H.toBase64(this.id):this.toHexString()}toJSON(){return this.toHexString()}static is(e){return null!=e&&"object"==typeof e&&"_bsontype"in e&&"ObjectId"===e._bsontype}equals(e){if(null==e)return!1;if(ObjectId.is(e))return this[ye][11]===e[ye][11]&&H.equals(this[ye],e[ye]);if("string"==typeof e)return e.toLowerCase()===this.toHexString();if("object"==typeof e&&"function"==typeof e.toHexString){const t=e.toHexString(),r=this.toHexString();return"string"==typeof t&&t.toLowerCase()===r}return!1}getTimestamp(){const e=new Date,t=BSONDataView.fromUint8Array(this.id).getUint32(0,!1);return e.setTime(1e3*Math.floor(t)),e}static createPk(){return new ObjectId}static createFromTime(e){const t=H.fromNumberArray([0,0,0,0,0,0,0,0,0,0,0,0]);return BSONDataView.fromUint8Array(t).setUint32(0,e,!1),new ObjectId(t)}static createFromHexString(e){if(24!==e?.length)throw new BSONError("hex string must be 24 characters");return new ObjectId(H.fromHex(e))}static createFromBase64(e){if(16!==e?.length)throw new BSONError("base64 string must be 16 characters");return new ObjectId(H.fromBase64(e))}static isValid(e){if(null==e)return!1;try{return new ObjectId(e),!0}catch{return!1}}toExtendedJSON(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}}static fromExtendedJSON(e){return new ObjectId(e.$oid)}inspect(e,t,r){return r??=a,`new ObjectId(${r(this.toHexString(),t)})`}}function me(e,t,r){let n=5;if(Array.isArray(e))for(let o=0;o<e.length;o++)n+=we(o.toString(),e[o],t,!0,r);else{"function"==typeof e?.toBSON&&(e=e.toBSON());for(const o of Object.keys(e))n+=we(o,e[o],t,!1,r)}return n}function we(e,t,r=!1,o=!1,s=!1){switch("function"==typeof t?.toBSON&&(t=t.toBSON()),typeof t){case"string":return 1+H.utf8ByteLength(e)+1+4+H.utf8ByteLength(t)+1;case"number":return Math.floor(t)===t&&t>=d&&t<=p&&t>=c&&t<=f?(null!=e?H.utf8ByteLength(e)+1:0)+5:(null!=e?H.utf8ByteLength(e)+1:0)+9;case"undefined":return o||!s?(null!=e?H.utf8ByteLength(e)+1:0)+1:0;case"boolean":return(null!=e?H.utf8ByteLength(e)+1:0)+2;case"object":if(null!=t&&"string"==typeof t._bsontype&&t[Symbol.for("@@mdb.bson.version")]!==l)throw new BSONVersionError;if(null==t||"MinKey"===t._bsontype||"MaxKey"===t._bsontype)return(null!=e?H.utf8ByteLength(e)+1:0)+1;if("ObjectId"===t._bsontype)return(null!=e?H.utf8ByteLength(e)+1:0)+13;if(t instanceof Date||u(t))return(null!=e?H.utf8ByteLength(e)+1:0)+9;if(ArrayBuffer.isView(t)||t instanceof ArrayBuffer||n(t))return(null!=e?H.utf8ByteLength(e)+1:0)+6+t.byteLength;if("Long"===t._bsontype||"Double"===t._bsontype||"Timestamp"===t._bsontype)return(null!=e?H.utf8ByteLength(e)+1:0)+9;if("Decimal128"===t._bsontype)return(null!=e?H.utf8ByteLength(e)+1:0)+17;if("Code"===t._bsontype)return null!=t.scope&&Object.keys(t.scope).length>0?(null!=e?H.utf8ByteLength(e)+1:0)+1+4+4+H.utf8ByteLength(t.code.toString())+1+me(t.scope,r,s):(null!=e?H.utf8ByteLength(e)+1:0)+1+4+H.utf8ByteLength(t.code.toString())+1;if("Binary"===t._bsontype){const r=t;return r.sub_type===Binary.SUBTYPE_BYTE_ARRAY?(null!=e?H.utf8ByteLength(e)+1:0)+(r.position+1+4+1+4):(null!=e?H.utf8ByteLength(e)+1:0)+(r.position+1+4+1)}if("Symbol"===t._bsontype)return(null!=e?H.utf8ByteLength(e)+1:0)+H.utf8ByteLength(t.value)+4+1+1;if("DBRef"===t._bsontype){const n=Object.assign({$ref:t.collection,$id:t.oid},t.fields);return null!=t.db&&(n.$db=t.db),(null!=e?H.utf8ByteLength(e)+1:0)+1+me(n,r,s)}return t instanceof RegExp||i(t)?(null!=e?H.utf8ByteLength(e)+1:0)+1+H.utf8ByteLength(t.source)+1+(t.global?1:0)+(t.ignoreCase?1:0)+(t.multiline?1:0)+1:"BSONRegExp"===t._bsontype?(null!=e?H.utf8ByteLength(e)+1:0)+1+H.utf8ByteLength(t.pattern)+1+H.utf8ByteLength(t.options)+1:(null!=e?H.utf8ByteLength(e)+1:0)+me(t,r,s)+1;case"function":if(r)return(null!=e?H.utf8ByteLength(e)+1:0)+1+4+H.utf8ByteLength(t.toString())+1}return 0}ObjectId.index=Math.floor(16777215*Math.random());class BSONRegExp extends BSONValue{get _bsontype(){return"BSONRegExp"}constructor(e,t){if(super(),this.pattern=e,this.options=(t??"").split("").sort().join(""),-1!==this.pattern.indexOf("\0"))throw new BSONError(`BSON Regex patterns cannot contain null bytes, found: ${JSON.stringify(this.pattern)}`);if(-1!==this.options.indexOf("\0"))throw new BSONError(`BSON Regex options cannot contain null bytes, found: ${JSON.stringify(this.options)}`);for(let e=0;e<this.options.length;e++)if("i"!==this.options[e]&&"m"!==this.options[e]&&"x"!==this.options[e]&&"l"!==this.options[e]&&"s"!==this.options[e]&&"u"!==this.options[e])throw new BSONError(`The regular expression option [${this.options[e]}] is not supported`)}static parseOptions(e){return e?e.split("").sort().join(""):""}toExtendedJSON(e){return(e=e||{}).legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}}static fromExtendedJSON(e){if("$regex"in e){if("string"==typeof e.$regex)return new BSONRegExp(e.$regex,BSONRegExp.parseOptions(e.$options));if("BSONRegExp"===e.$regex._bsontype)return e}if("$regularExpression"in e)return new BSONRegExp(e.$regularExpression.pattern,BSONRegExp.parseOptions(e.$regularExpression.options));throw new BSONError(`Unexpected BSONRegExp EJSON object form: ${JSON.stringify(e)}`)}inspect(e,t,r){const n=function(e){if(null!=e&&"object"==typeof e&&"stylize"in e&&"function"==typeof e.stylize)return e.stylize}(t)??(e=>e);return r??=a,`new BSONRegExp(${n(r(this.pattern),"regexp")}, ${n(r(this.options),"regexp")})`}}class BSONSymbol extends BSONValue{get _bsontype(){return"BSONSymbol"}constructor(e){super(),this.value=e}valueOf(){return this.value}toString(){return this.value}toJSON(){return this.value}toExtendedJSON(){return{$symbol:this.value}}static fromExtendedJSON(e){return new BSONSymbol(e.$symbol)}inspect(e,t,r){return r??=a,`new BSONSymbol(${r(this.value,t)})`}}const Be=Long;class Timestamp extends Be{get _bsontype(){return"Timestamp"}constructor(e){if(null==e)super(0,0,!0);else if("bigint"==typeof e)super(e,!0);else if(Long.isLong(e))super(e.low,e.high,!0);else{if("object"!=typeof e||!("t"in e)||!("i"in e))throw new BSONError("A Timestamp can only be constructed with: bigint, Long, or { t: number; i: number }");{if("number"!=typeof e.t&&("object"!=typeof e.t||"Int32"!==e.t._bsontype))throw new BSONError("Timestamp constructed from { t, i } must provide t as a number");if("number"!=typeof e.i&&("object"!=typeof e.i||"Int32"!==e.i._bsontype))throw new BSONError("Timestamp constructed from { t, i } must provide i as a number");const t=Number(e.t),r=Number(e.i);if(t<0||Number.isNaN(t))throw new BSONError("Timestamp constructed from { t, i } must provide a positive t");if(r<0||Number.isNaN(r))throw new BSONError("Timestamp constructed from { t, i } must provide a positive i");if(t>4294967295)throw new BSONError("Timestamp constructed from { t, i } must provide t equal or less than uint32 max");if(r>4294967295)throw new BSONError("Timestamp constructed from { t, i } must provide i equal or less than uint32 max");super(r,t,!0)}}}toJSON(){return{$timestamp:this.toString()}}static fromInt(e){return new Timestamp(Long.fromInt(e,!0))}static fromNumber(e){return new Timestamp(Long.fromNumber(e,!0))}static fromBits(e,t){return new Timestamp({i:e,t})}static fromString(e,t){return new Timestamp(Long.fromString(e,!0,t))}toExtendedJSON(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}}static fromExtendedJSON(e){const t=Long.isLong(e.$timestamp.i)?e.$timestamp.i.getLowBitsUnsigned():e.$timestamp.i,r=Long.isLong(e.$timestamp.t)?e.$timestamp.t.getLowBitsUnsigned():e.$timestamp.t;return new Timestamp({t:r,i:t})}inspect(e,t,r){return r??=a,`new Timestamp({ t: ${r(this.high>>>0,t)}, i: ${r(this.low>>>0,t)} })`}}Timestamp.MAX_VALUE=Long.MAX_UNSIGNED_VALUE;const Se=128,Oe=192,Ne=224,Ee=240,Le=248,xe=192,_e=224,Ue=240,ve=128;function Ie(e,t,r){let n=0;for(let o=t;o<r;o+=1){const t=e[o];if(n){if((t&Oe)!==ve)return!1;n-=1}else if(t&Se)if((t&Ne)===xe)n=1;else if((t&Ee)===_e)n=2;else{if((t&Le)!==Ue)return!1;n=3}}return!n}const $e=Long.fromNumber(p),Te=Long.fromNumber(d);function je(e,t,r){const n=(t=null==t?{}:t)&&t.index?t.index:0,o=e[n]|e[n+1]<<8|e[n+2]<<16|e[n+3]<<24;if(o<5)throw new BSONError(`bson size must be >= 5, is ${o}`);if(t.allowObjectSmallerThanBufferSize&&e.length<o)throw new BSONError(`buffer length ${e.length} must be >= bson size ${o}`);if(!t.allowObjectSmallerThanBufferSize&&e.length!==o)throw new BSONError(`buffer length ${e.length} must === bson size ${o}`);if(o+n>e.byteLength)throw new BSONError(`(bson size ${o} + options.index ${n} must be <= buffer length ${e.byteLength})`);if(0!==e[n+o-1])throw new BSONError("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return Ae(e,n,t,r)}const De=/^\$ref$|^\$id$|^\$db$/;function Ae(e,t,r,n=!1){const o=null==r.fieldsAsRaw?null:r.fieldsAsRaw,i=null!=r.raw&&r.raw,s="boolean"==typeof r.bsonRegExp&&r.bsonRegExp,u=r.promoteBuffers??!1,a=r.promoteLongs??!0,l=r.promoteValues??!0,f=r.useBigInt64??!1;if(f&&!l)throw new BSONError("Must either request bigint or Long for int64 deserialization");if(f&&!a)throw new BSONError("Must either request bigint or Long for int64 deserialization");const c=null==r.validation?{utf8:!0}:r.validation;let g,h=!0;const p=new Set,d=c.utf8;if("boolean"==typeof d)g=d;else{h=!1;const e=Object.keys(d).map((function(e){return d[e]}));if(0===e.length)throw new BSONError("UTF-8 validation setting cannot be empty");if("boolean"!=typeof e[0])throw new BSONError("Invalid UTF-8 validation option, must specify boolean values");if(g=e[0],!e.every((e=>e===g)))throw new BSONError("Invalid UTF-8 validation option - keys must be all true or all false")}if(!h)for(const e of Object.keys(d))p.add(e);const M=t;if(e.length<5)throw new BSONError("corrupt bson message < 5 bytes long");const F=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(F<5||F>e.length)throw new BSONError("corrupt bson message");const V=n?[]:{};let C=0,J=!n&&null;const q=new DataView(e.buffer,e.byteOffset,e.byteLength);for(;;){const d=e[t++];if(0===d)break;let M=t;for(;0!==e[M]&&M<e.length;)M++;if(M>=e.byteLength)throw new BSONError("Bad BSON Document: illegal CString");const F=n?C++:H.toUTF8(e,t,M);let P,k=!0;if(k=h||p.has(F)?g:!g,!1!==J&&"$"===F[0]&&(J=De.test(F)),t=M+1,d===y){const r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(r<=0||r>e.length-t||0!==e[t+r-1])throw new BSONError("bad string length in bson");P=Re(e,t,t+r-1,k),t+=r}else if(d===O){const r=H.allocate(12);r.set(e.subarray(t,t+12)),P=new ObjectId(r),t+=12}else if(d===$&&!1===l)P=new Int32(e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24);else if(d===$)P=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;else if(d===b&&!1===l)P=new Double(q.getFloat64(t,!0)),t+=8;else if(d===b)P=q.getFloat64(t,!0),t+=8;else if(d===E){const r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24,n=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;P=new Date(new Long(r,n).toNumber())}else if(d===N){if(0!==e[t]&&1!==e[t])throw new BSONError("illegal boolean type value");P=1===e[t++]}else if(d===m){const n=t,o=e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24;if(o<=0||o>e.length-t)throw new BSONError("bad embedded document length in bson");if(i)P=e.slice(t,t+o);else{let t=r;h||(t={...r,validation:{utf8:k}}),P=Ae(e,n,t,!1)}t+=o}else if(d===w){const n=t,i=e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24;let s=r;const u=t+i;if(o&&o[F]&&(s={...r,raw:!0}),h||(s={...s,validation:{utf8:k}}),P=Ae(e,n,s,!0),0!==e[(t+=i)-1])throw new BSONError("invalid array terminator byte");if(t!==u)throw new BSONError("corrupted array bson")}else if(d===S)P=void 0;else if(d===L)P=null;else if(d===j){const r=BSONDataView.fromUint8Array(e.subarray(t,t+8)),n=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24,o=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24,i=new Long(n,o);P=f?r.getBigInt64(0,!0):a&&!0===l&&i.lessThanOrEqual($e)&&i.greaterThanOrEqual(Te)?i.toNumber():i}else if(d===D){const r=H.allocate(16);r.set(e.subarray(t,t+16),0),t+=16,P=new Decimal128(r)}else if(d===B){let r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;const n=r,o=e[t++];if(r<0)throw new BSONError("Negative binary type element size found");if(r>e.byteLength)throw new BSONError("Binary type size larger than document size");if(null!=e.slice){if(o===Binary.SUBTYPE_BYTE_ARRAY){if(r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24,r<0)throw new BSONError("Negative binary type element size found for subtype 0x02");if(r>n-4)throw new BSONError("Binary type with subtype 0x02 contains too long binary size");if(r<n-4)throw new BSONError("Binary type with subtype 0x02 contains too short binary size")}u&&l?P=H.toLocalBufferType(e.slice(t,t+r)):(P=new Binary(e.slice(t,t+r),o),o===z&&UUID.isValid(P)&&(P=P.toUUID()))}else{const i=H.allocate(r);if(o===Binary.SUBTYPE_BYTE_ARRAY){if(r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24,r<0)throw new BSONError("Negative binary type element size found for subtype 0x02");if(r>n-4)throw new BSONError("Binary type with subtype 0x02 contains too long binary size");if(r<n-4)throw new BSONError("Binary type with subtype 0x02 contains too short binary size")}for(M=0;M<r;M++)i[M]=e[t+M];u&&l?P=i:(P=new Binary(e.slice(t,t+r),o),o===z&&UUID.isValid(P)&&(P=P.toUUID()))}t+=r}else if(d===x&&!1===s){for(M=t;0!==e[M]&&M<e.length;)M++;if(M>=e.length)throw new BSONError("Bad BSON Document: illegal CString");const r=H.toUTF8(e,t,M);for(M=t=M+1;0!==e[M]&&M<e.length;)M++;if(M>=e.length)throw new BSONError("Bad BSON Document: illegal CString");const n=H.toUTF8(e,t,M);t=M+1;const o=new Array(n.length);for(M=0;M<n.length;M++)switch(n[M]){case"m":o[M]="m";break;case"s":o[M]="g";break;case"i":o[M]="i"}P=new RegExp(r,o.join(""))}else if(d===x&&!0===s){for(M=t;0!==e[M]&&M<e.length;)M++;if(M>=e.length)throw new BSONError("Bad BSON Document: illegal CString");const r=H.toUTF8(e,t,M);for(M=t=M+1;0!==e[M]&&M<e.length;)M++;if(M>=e.length)throw new BSONError("Bad BSON Document: illegal CString");const n=H.toUTF8(e,t,M);t=M+1,P=new BSONRegExp(r,n)}else if(d===v){const r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(r<=0||r>e.length-t||0!==e[t+r-1])throw new BSONError("bad string length in bson");const n=Re(e,t,t+r-1,k);P=l?n:new BSONSymbol(n),t+=r}else if(d===T){const r=e[t++]+256*e[t++]+65536*e[t++]+e[t++]*(1<<24),n=e[t++]+256*e[t++]+65536*e[t++]+e[t++]*(1<<24);P=new Timestamp({i:r,t:n})}else if(d===A)P=new MinKey;else if(d===R)P=new MaxKey;else if(d===U){const r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(r<=0||r>e.length-t||0!==e[t+r-1])throw new BSONError("bad string length in bson");const n=Re(e,t,t+r-1,k);P=new Code(n),t+=r}else if(d===I){const n=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(n<13)throw new BSONError("code_w_scope total size shorter minimum expected length");const o=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(o<=0||o>e.length-t||0!==e[t+o-1])throw new BSONError("bad string length in bson");const i=Re(e,t,t+o-1,k),s=t+=o,u=e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24,a=Ae(e,s,r,!1);if(t+=u,n<8+u+o)throw new BSONError("code_w_scope total size is too short, truncating scope");if(n>8+u+o)throw new BSONError("code_w_scope total size is too long, clips outer document");P=new Code(i,a)}else{if(d!==_)throw new BSONError(`Detected unknown BSON type ${d.toString(16)} for fieldname "${F}"`);{const r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(r<=0||r>e.length-t||0!==e[t+r-1])throw new BSONError("bad string length in bson");if(null!=c&&c.utf8&&!Ie(e,t,t+r-1))throw new BSONError("Invalid UTF-8 string in BSON document");const n=H.toUTF8(e,t,t+r-1);t+=r;const o=H.allocate(12);o.set(e.subarray(t,t+12),0);const i=new ObjectId(o);t+=12,P=new DBRef(n,i)}}"__proto__"===F?Object.defineProperty(V,F,{value:P,writable:!0,enumerable:!0,configurable:!0}):V[F]=P}if(F!==t-M){if(n)throw new BSONError("corrupt array bson");throw new BSONError("corrupt object bson")}if(!J)return V;if(Z(V)){const e=Object.assign({},V);return delete e.$ref,delete e.$id,delete e.$db,new DBRef(V.$ref,V.$id,V.$db,e)}return V}function Re(e,t,r,n){const o=H.toUTF8(e,t,r);if(n)for(let n=0;n<o.length;n++)if(65533===o.charCodeAt(n)){if(!Ie(e,t,r))throw new BSONError("Invalid UTF-8 string in BSON document");break}return o}const Me=/\x00/,ze=new Set(["$db","$ref","$id","$clusterTime"]);function Fe(e,t,r,n){e[n++]=y,e[(n=n+H.encodeUTF8Into(e,t,n)+1)-1]=0;const o=H.encodeUTF8Into(e,r,n+4);return e[n+3]=o+1>>24&255,e[n+2]=o+1>>16&255,e[n+1]=o+1>>8&255,e[n]=o+1&255,n=n+4+o,e[n++]=0,n}const Ve=new DataView(new ArrayBuffer(8),0,8),Ce=new Uint8Array(Ve.buffer,0,4),Je=new Uint8Array(Ve.buffer,0,8);function qe(e,t,r,n){const o=!Object.is(r,-0)&&Number.isSafeInteger(r)&&r<=f&&r>=c?$:b;o===$?Ve.setInt32(0,r,!0):Ve.setFloat64(0,r,!0);const i=o===$?Ce:Je;return e[n++]=o,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,e.set(i,n),n+=i.byteLength}function Pe(e,t,r,n){return e[n++]=j,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,Ve.setBigInt64(0,r,!0),e.set(Je,n),n+=Je.byteLength}function ke(e,t,r,n){return e[n++]=L,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,n}function He(e,t,r,n){return e[n++]=N,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,e[n++]=r?1:0,n}function Ke(e,t,r,n){e[n++]=E,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=Long.fromNumber(r.getTime()),i=o.getLowBits(),s=o.getHighBits();return e[n++]=255&i,e[n++]=i>>8&255,e[n++]=i>>16&255,e[n++]=i>>24&255,e[n++]=255&s,e[n++]=s>>8&255,e[n++]=s>>16&255,e[n++]=s>>24&255,n}function Ye(e,t,r,n){if(e[n++]=x,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,r.source&&null!=r.source.match(Me))throw new BSONError("value "+r.source+" must not contain null bytes");return n+=H.encodeUTF8Into(e,r.source,n),e[n++]=0,r.ignoreCase&&(e[n++]=105),r.global&&(e[n++]=115),r.multiline&&(e[n++]=109),e[n++]=0,n}function Ze(e,t,r,n){if(e[n++]=x,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,null!=r.pattern.match(Me))throw new BSONError("pattern "+r.pattern+" must not contain null bytes");n+=H.encodeUTF8Into(e,r.pattern,n),e[n++]=0;const o=r.options.split("").sort().join("");return n+=H.encodeUTF8Into(e,o,n),e[n++]=0,n}function We(e,t,r,n){return null===r?e[n++]=L:"MinKey"===r._bsontype?e[n++]=A:e[n++]=R,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,n}function Ge(e,t,r,n){e[n++]=O,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const i=r.id;if(!o(i))throw new BSONError("object ["+JSON.stringify(r)+"] is not a valid ObjectId");for(let t=0;t<12;t++)e[n++]=i[t];return n}function Xe(e,t,r,n){e[n++]=B,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=r.length;return e[n++]=255&o,e[n++]=o>>8&255,e[n++]=o>>16&255,e[n++]=o>>24&255,e[n++]=M,e.set(r,n),n+=o}function Qe(e,t,r,n,o,i,s,u,a){if(a.has(r))throw new BSONError("Cannot convert circular structure to BSON");a.add(r),e[n++]=Array.isArray(r)?w:m,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const l=lt(e,r,o,n,i+1,s,u,a);return a.delete(r),l}function et(e,t,r,n){return e[n++]=D,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,e.set(r.bytes.subarray(0,16),n),n+16}function tt(e,t,r,n){e[n++]="Long"===r._bsontype?j:T,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=r.getLowBits(),i=r.getHighBits();return e[n++]=255&o,e[n++]=o>>8&255,e[n++]=o>>16&255,e[n++]=o>>24&255,e[n++]=255&i,e[n++]=i>>8&255,e[n++]=i>>16&255,e[n++]=i>>24&255,n}function rt(e,t,r,n){return r=r.valueOf(),e[n++]=$,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,e[n++]=255&r,e[n++]=r>>8&255,e[n++]=r>>16&255,e[n++]=r>>24&255,n}function nt(e,t,r,n){return e[n++]=b,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,Ve.setFloat64(0,r.value,!0),e.set(Je,n),n+=8}function ot(e,t,r,n){e[n++]=U,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=r.toString(),i=H.encodeUTF8Into(e,o,n+4)+1;return e[n]=255&i,e[n+1]=i>>8&255,e[n+2]=i>>16&255,e[n+3]=i>>24&255,n=n+4+i-1,e[n++]=0,n}function it(e,t,r,n,o=!1,i=0,s=!1,u=!0,a){if(r.scope&&"object"==typeof r.scope){e[n++]=I,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;let l=n;const f=r.code;n+=4;const c=H.encodeUTF8Into(e,f,n+4)+1;e[n]=255&c,e[n+1]=c>>8&255,e[n+2]=c>>16&255,e[n+3]=c>>24&255,e[n+4+c-1]=0,n=n+c+4;const g=lt(e,r.scope,o,n,i+1,s,u,a);n=g-1;const h=g-l;e[l++]=255&h,e[l++]=h>>8&255,e[l++]=h>>16&255,e[l++]=h>>24&255,e[n++]=0}else{e[n++]=U,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=r.code.toString(),i=H.encodeUTF8Into(e,o,n+4)+1;e[n]=255&i,e[n+1]=i>>8&255,e[n+2]=i>>16&255,e[n+3]=i>>24&255,n=n+4+i-1,e[n++]=0}return n}function st(e,t,r,n){e[n++]=B,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=r.buffer;let i=r.position;return r.sub_type===Binary.SUBTYPE_BYTE_ARRAY&&(i+=4),e[n++]=255&i,e[n++]=i>>8&255,e[n++]=i>>16&255,e[n++]=i>>24&255,e[n++]=r.sub_type,r.sub_type===Binary.SUBTYPE_BYTE_ARRAY&&(i-=4,e[n++]=255&i,e[n++]=i>>8&255,e[n++]=i>>16&255,e[n++]=i>>24&255),e.set(o,n),n+=r.position}function ut(e,t,r,n){e[n++]=v,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=H.encodeUTF8Into(e,r.value,n+4)+1;return e[n]=255&o,e[n+1]=o>>8&255,e[n+2]=o>>16&255,e[n+3]=o>>24&255,n=n+4+o-1,e[n++]=0,n}function at(e,t,r,n,o,i,s){e[n++]=m,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;let u=n,a={$ref:r.collection||r.namespace,$id:r.oid};null!=r.db&&(a.$db=r.db),a=Object.assign(a,r.fields);const l=lt(e,a,!1,n,o+1,i,!0,s),f=l-u;return e[u++]=255&f,e[u++]=f>>8&255,e[u++]=f>>16&255,e[u++]=f>>24&255,l}function lt(e,t,r,a,f,c,g,h){if(null==h){if(null==t)return e[0]=5,e[1]=0,e[2]=0,e[3]=0,e[4]=0,5;if(Array.isArray(t))throw new BSONError("serialize does not support an array as the root input");if("object"!=typeof t)throw new BSONError("serialize does not support non-object as the root input");if("_bsontype"in t&&"string"==typeof t._bsontype)throw new BSONError("BSON types cannot be serialized as a document");if(u(t)||i(t)||o(t)||n(t))throw new BSONError("date, regexp, typedarray, and arraybuffer cannot be BSON documents");h=new Set}h.add(t);let p=a+4;if(Array.isArray(t))for(let n=0;n<t.length;n++){const s=`${n}`;let a=t[n];if("function"==typeof a?.toBSON&&(a=a.toBSON()),"string"==typeof a)p=Fe(e,s,a,p);else if("number"==typeof a)p=qe(e,s,a,p);else if("bigint"==typeof a)p=Pe(e,s,a,p);else if("boolean"==typeof a)p=He(e,s,a,p);else if(a instanceof Date||u(a))p=Ke(e,s,a,p);else if(void 0===a)p=ke(e,s,0,p);else if(null===a)p=ke(e,s,0,p);else if(o(a))p=Xe(e,s,a,p);else if(a instanceof RegExp||i(a))p=Ye(e,s,a,p);else if("object"==typeof a&&null==a._bsontype)p=Qe(e,s,a,p,r,f,c,g,h);else{if("object"==typeof a&&a[Symbol.for("@@mdb.bson.version")]!==l)throw new BSONVersionError;if("ObjectId"===a._bsontype)p=Ge(e,s,a,p);else if("Decimal128"===a._bsontype)p=et(e,s,a,p);else if("Long"===a._bsontype||"Timestamp"===a._bsontype)p=tt(e,s,a,p);else if("Double"===a._bsontype)p=nt(e,s,a,p);else if("function"==typeof a&&c)p=ot(e,s,a,p);else if("Code"===a._bsontype)p=it(e,s,a,p,r,f,c,g,h);else if("Binary"===a._bsontype)p=st(e,s,a,p);else if("BSONSymbol"===a._bsontype)p=ut(e,s,a,p);else if("DBRef"===a._bsontype)p=at(e,s,a,p,f,c,h);else if("BSONRegExp"===a._bsontype)p=Ze(e,s,a,p);else if("Int32"===a._bsontype)p=rt(e,s,a,p);else if("MinKey"===a._bsontype||"MaxKey"===a._bsontype)p=We(e,s,a,p);else if(void 0!==a._bsontype)throw new BSONError(`Unrecognized or invalid _bsontype: ${String(a._bsontype)}`)}}else if(t instanceof Map||s(t)){const n=t.entries();let s=!1;for(;!s;){const t=n.next();if(s=!!t.done,s)continue;const a=t.value[0];let d=t.value[1];"function"==typeof d?.toBSON&&(d=d.toBSON());const b=typeof d;if("string"==typeof a&&!ze.has(a)){if(null!=a.match(Me))throw new BSONError("key "+a+" must not contain null bytes");if(r){if("$"===a[0])throw new BSONError("key "+a+" must not start with '$'");if(~a.indexOf("."))throw new BSONError("key "+a+" must not contain '.'")}}if("string"===b)p=Fe(e,a,d,p);else if("number"===b)p=qe(e,a,d,p);else if("bigint"===b)p=Pe(e,a,d,p);else if("boolean"===b)p=He(e,a,d,p);else if(d instanceof Date||u(d))p=Ke(e,a,d,p);else if(null===d||void 0===d&&!1===g)p=ke(e,a,0,p);else if(o(d))p=Xe(e,a,d,p);else if(d instanceof RegExp||i(d))p=Ye(e,a,d,p);else if("object"===b&&null==d._bsontype)p=Qe(e,a,d,p,r,f,c,g,h);else{if("object"==typeof d&&d[Symbol.for("@@mdb.bson.version")]!==l)throw new BSONVersionError;if("ObjectId"===d._bsontype)p=Ge(e,a,d,p);else if("object"===b&&"Decimal128"===d._bsontype)p=et(e,a,d,p);else if("Long"===d._bsontype||"Timestamp"===d._bsontype)p=tt(e,a,d,p);else if("Double"===d._bsontype)p=nt(e,a,d,p);else if("Code"===d._bsontype)p=it(e,a,d,p,r,f,c,g,h);else if("function"==typeof d&&c)p=ot(e,a,d,p);else if("Binary"===d._bsontype)p=st(e,a,d,p);else if("BSONSymbol"===d._bsontype)p=ut(e,a,d,p);else if("DBRef"===d._bsontype)p=at(e,a,d,p,f,c,h);else if("BSONRegExp"===d._bsontype)p=Ze(e,a,d,p);else if("Int32"===d._bsontype)p=rt(e,a,d,p);else if("MinKey"===d._bsontype||"MaxKey"===d._bsontype)p=We(e,a,d,p);else if(void 0!==d._bsontype)throw new BSONError(`Unrecognized or invalid _bsontype: ${String(d._bsontype)}`)}}}else{if("function"==typeof t?.toBSON&&null!=(t=t.toBSON())&&"object"!=typeof t)throw new BSONError("toBSON function did not return an object");for(const n of Object.keys(t)){let s=t[n];"function"==typeof s?.toBSON&&(s=s.toBSON());const a=typeof s;if("string"==typeof n&&!ze.has(n)){if(null!=n.match(Me))throw new BSONError("key "+n+" must not contain null bytes");if(r){if("$"===n[0])throw new BSONError("key "+n+" must not start with '$'");if(~n.indexOf("."))throw new BSONError("key "+n+" must not contain '.'")}}if("string"===a)p=Fe(e,n,s,p);else if("number"===a)p=qe(e,n,s,p);else if("bigint"===a)p=Pe(e,n,s,p);else if("boolean"===a)p=He(e,n,s,p);else if(s instanceof Date||u(s))p=Ke(e,n,s,p);else if(void 0===s)!1===g&&(p=ke(e,n,0,p));else if(null===s)p=ke(e,n,0,p);else if(o(s))p=Xe(e,n,s,p);else if(s instanceof RegExp||i(s))p=Ye(e,n,s,p);else if("object"===a&&null==s._bsontype)p=Qe(e,n,s,p,r,f,c,g,h);else{if("object"==typeof s&&s[Symbol.for("@@mdb.bson.version")]!==l)throw new BSONVersionError;if("ObjectId"===s._bsontype)p=Ge(e,n,s,p);else if("object"===a&&"Decimal128"===s._bsontype)p=et(e,n,s,p);else if("Long"===s._bsontype||"Timestamp"===s._bsontype)p=tt(e,n,s,p);else if("Double"===s._bsontype)p=nt(e,n,s,p);else if("Code"===s._bsontype)p=it(e,n,s,p,r,f,c,g,h);else if("function"==typeof s&&c)p=ot(e,n,s,p);else if("Binary"===s._bsontype)p=st(e,n,s,p);else if("BSONSymbol"===s._bsontype)p=ut(e,n,s,p);else if("DBRef"===s._bsontype)p=at(e,n,s,p,f,c,h);else if("BSONRegExp"===s._bsontype)p=Ze(e,n,s,p);else if("Int32"===s._bsontype)p=rt(e,n,s,p);else if("MinKey"===s._bsontype||"MaxKey"===s._bsontype)p=We(e,n,s,p);else if(void 0!==s._bsontype)throw new BSONError(`Unrecognized or invalid _bsontype: ${String(s._bsontype)}`)}}}h.delete(t),e[p++]=0;const d=p-a;return e[a++]=255&d,e[a++]=d>>8&255,e[a++]=d>>16&255,e[a++]=d>>24&255,p}const ft={$oid:ObjectId,$binary:Binary,$uuid:Binary,$symbol:BSONSymbol,$numberInt:Int32,$numberDecimal:Decimal128,$numberDouble:Double,$numberLong:Long,$minKey:MinKey,$maxKey:MaxKey,$regex:BSONRegExp,$regularExpression:BSONRegExp,$timestamp:Timestamp};function ct(e,t={}){if("number"==typeof e){const r=e<=f&&e>=c,n=e<=g&&e>=h;if(t.relaxed||t.legacy)return e;if(Number.isInteger(e)&&!Object.is(e,-0)){if(r)return new Int32(e);if(n)return t.useBigInt64?BigInt(e):Long.fromNumber(e)}return new Double(e)}if(null==e||"object"!=typeof e)return e;if(e.$undefined)return null;const r=Object.keys(e).filter((t=>t.startsWith("$")&&null!=e[t]));for(let n=0;n<r.length;n++){const o=ft[r[n]];if(o)return o.fromExtendedJSON(e,t)}if(null!=e.$date){const r=e.$date,n=new Date;if(t.legacy)if("number"==typeof r)n.setTime(r);else if("string"==typeof r)n.setTime(Date.parse(r));else{if("bigint"!=typeof r)throw new BSONRuntimeError("Unrecognized type for EJSON date: "+typeof r);n.setTime(Number(r))}else if("string"==typeof r)n.setTime(Date.parse(r));else if(Long.isLong(r))n.setTime(r.toNumber());else if("number"==typeof r&&t.relaxed)n.setTime(r);else{if("bigint"!=typeof r)throw new BSONRuntimeError("Unrecognized type for EJSON date: "+typeof r);n.setTime(Number(r))}return n}if(null!=e.$code){const t=Object.assign({},e);return e.$scope&&(t.$scope=ct(e.$scope)),Code.fromExtendedJSON(e)}if(Z(e)||e.$dbPointer){const t=e.$ref?e:e.$dbPointer;if(t instanceof DBRef)return t;const r=Object.keys(t).filter((e=>e.startsWith("$")));let n=!0;if(r.forEach((e=>{-1===["$ref","$id","$db"].indexOf(e)&&(n=!1)})),n)return DBRef.fromExtendedJSON(t)}return e}function gt(e){const t=e.toISOString();return 0!==e.getUTCMilliseconds()?t:t.slice(0,-5)+"Z"}function ht(e,t){if(e instanceof Map||s(e)){const r=Object.create(null);for(const[t,n]of e){if("string"!=typeof t)throw new BSONError("Can only serialize maps with string keys");r[t]=n}return ht(r,t)}if(("object"==typeof e||"function"==typeof e)&&null!==e){const r=t.seenObjects.findIndex((t=>t.obj===e));if(-1!==r){const e=t.seenObjects.map((e=>e.propertyName)),n=e.slice(0,r).map((e=>`${e} -> `)).join(""),o=e[r],i=" -> "+e.slice(r+1,e.length-1).map((e=>`${e} -> `)).join(""),s=e[e.length-1],u=" ".repeat(n.length+o.length/2),a="-".repeat(i.length+(o.length+s.length)/2-1);throw new BSONError(`Converting circular structure to EJSON:\n ${n}${o}${i}${s}\n ${u}\\${a}/`)}t.seenObjects[t.seenObjects.length-1].obj=e}if(Array.isArray(e))return function(e,t){return e.map(((e,r)=>{t.seenObjects.push({propertyName:`index ${r}`,obj:null});try{return ht(e,t)}finally{t.seenObjects.pop()}}))}(e,t);if(void 0===e)return null;if(e instanceof Date||u(e)){const r=e.getTime(),n=r>-1&&r<2534023188e5;return t.legacy?t.relaxed&&n?{$date:e.getTime()}:{$date:gt(e)}:t.relaxed&&n?{$date:gt(e)}:{$date:{$numberLong:e.getTime().toString()}}}if(!("number"!=typeof e||t.relaxed&&isFinite(e))){if(Number.isInteger(e)&&!Object.is(e,-0)){if(e>=c&&e<=f)return{$numberInt:e.toString()};if(e>=h&&e<=g)return{$numberLong:e.toString()}}return{$numberDouble:Object.is(e,-0)?"-0.0":e.toString()}}if("bigint"==typeof e)return t.relaxed?Number(BigInt.asIntN(64,e)):{$numberLong:BigInt.asIntN(64,e).toString()};if(e instanceof RegExp||i(e)){let r=e.flags;if(void 0===r){const t=e.toString().match(/[gimuy]*$/);t&&(r=t[0])}return new BSONRegExp(e.source,r).toExtendedJSON(t)}return null!=e&&"object"==typeof e?function(e,t){if(null==e||"object"!=typeof e)throw new BSONError("not an object instance");const r=e._bsontype;if(void 0===r){const r={};for(const n of Object.keys(e)){t.seenObjects.push({propertyName:n,obj:null});try{const o=ht(e[n],t);"__proto__"===n?Object.defineProperty(r,n,{value:o,writable:!0,enumerable:!0,configurable:!0}):r[n]=o}finally{t.seenObjects.pop()}}return r}if(null!=e&&"object"==typeof e&&"string"==typeof e._bsontype&&e[Symbol.for("@@mdb.bson.version")]!==l)throw new BSONVersionError;if(function(e){return null!=e&&"object"==typeof e&&"_bsontype"in e&&"string"==typeof e._bsontype}(e)){let n=e;if("function"!=typeof n.toExtendedJSON){const t=pt[e._bsontype];if(!t)throw new BSONError("Unrecognized or invalid _bsontype: "+e._bsontype);n=t(n)}return"Code"===r&&n.scope?n=new Code(n.code,ht(n.scope,t)):"DBRef"===r&&n.oid&&(n=new DBRef(ht(n.collection,t),ht(n.oid,t),ht(n.db,t),ht(n.fields,t))),n.toExtendedJSON(t)}throw new BSONError("_bsontype must be a string, but was: "+typeof r)}(e,t):e}const pt={Binary:e=>new Binary(e.value(),e.sub_type),Code:e=>new Code(e.code,e.scope),DBRef:e=>new DBRef(e.collection||e.namespace,e.oid,e.db,e.fields),Decimal128:e=>new Decimal128(e.bytes),Double:e=>new Double(e.value),Int32:e=>new Int32(e.value),Long:e=>Long.fromBits(null!=e.low?e.low:e.low_,null!=e.low?e.high:e.high_,null!=e.low?e.unsigned:e.unsigned_),MaxKey:()=>new MaxKey,MinKey:()=>new MinKey,ObjectId:e=>new ObjectId(e),BSONRegExp:e=>new BSONRegExp(e.pattern,e.options),BSONSymbol:e=>new BSONSymbol(e.value),Timestamp:e=>Timestamp.fromBits(e.low,e.high)};function dt(e,t){const r={useBigInt64:t?.useBigInt64??!1,relaxed:t?.relaxed??!0,legacy:t?.legacy??!1};return JSON.parse(e,((e,t)=>{if(-1!==e.indexOf("\0"))throw new BSONError(`BSON Document field names cannot contain null bytes, found: ${JSON.stringify(e)}`);return ct(t,r)}))}function bt(e,t,r,n){null!=r&&"object"==typeof r&&(n=r,r=0),null==t||"object"!=typeof t||Array.isArray(t)||(n=t,t=void 0,r=0);const o=ht(e,Object.assign({relaxed:!0,legacy:!1},n,{seenObjects:[{propertyName:"(root)",obj:null}]}));return JSON.stringify(o,t,r)}const yt=Object.create(null);yt.parse=dt,yt.stringify=bt,yt.serialize=function(e,t){return t=t||{},JSON.parse(bt(e,t))},yt.deserialize=function(e,t){return t=t||{},dt(JSON.stringify(e),t)},Object.freeze(yt);const mt=17825792;let wt=H.allocate(mt);function Bt(e){wt.length<e&&(wt=H.allocate(e))}function St(e,t={}){const r="boolean"==typeof t.checkKeys&&t.checkKeys,n="boolean"==typeof t.serializeFunctions&&t.serializeFunctions,o="boolean"!=typeof t.ignoreUndefined||t.ignoreUndefined,i="number"==typeof t.minInternalBufferSize?t.minInternalBufferSize:mt;wt.length<i&&(wt=H.allocate(i));const s=lt(wt,e,r,0,0,n,o,null),u=H.allocate(s);return u.set(wt.subarray(0,s),0),u}function Ot(e,t,r={}){const n="boolean"==typeof r.checkKeys&&r.checkKeys,o="boolean"==typeof r.serializeFunctions&&r.serializeFunctions,i="boolean"!=typeof r.ignoreUndefined||r.ignoreUndefined,s="number"==typeof r.index?r.index:0,u=lt(wt,e,n,0,0,o,i,null);return t.set(wt.subarray(0,u),s),s+u-1}function Nt(e,t={}){return je(H.toLocalBufferType(e),t)}function Et(e,t={}){return me(e,"boolean"==typeof(t=t||{}).serializeFunctions&&t.serializeFunctions,"boolean"!=typeof t.ignoreUndefined||t.ignoreUndefined)}function Lt(e,t,r,n,o,i){const s=Object.assign({allowObjectSmallerThanBufferSize:!0,index:0},i),u=H.toLocalBufferType(e);let a=t;for(let e=0;e<r;e++){const t=u[a]|u[a+1]<<8|u[a+2]<<16|u[a+3]<<24;s.index=a,n[o+e]=je(u,s),a+=t}return a}var xt=Object.freeze({__proto__:null,BSONError,BSONRegExp,BSONRuntimeError,BSONSymbol,BSONType:F,BSONValue,BSONVersionError,Binary,Code,DBRef,Decimal128,Double,EJSON:yt,Int32,Long,MaxKey,MinKey,ObjectId,Timestamp,UUID,calculateObjectSize:Et,deserialize:Nt,deserializeStream:Lt,serialize:St,serializeWithBufferAndIndex:Ot,setInternalBufferSize:Bt});t.BSON=xt,t.BSONError=BSONError,t.BSONRegExp=BSONRegExp,t.BSONRuntimeError=BSONRuntimeError,t.BSONSymbol=BSONSymbol,t.BSONType=F,t.BSONValue=BSONValue,t.BSONVersionError=BSONVersionError,t.Binary=Binary,t.Code=Code,t.DBRef=DBRef,t.Decimal128=Decimal128,t.Double=Double,t.EJSON=yt,t.Int32=Int32,t.Long=Long,t.MaxKey=MaxKey,t.MinKey=MinKey,t.ObjectId=ObjectId,t.Timestamp=Timestamp,t.UUID=UUID,t.calculateObjectSize=Et,t.deserialize=Nt,t.deserializeStream=Lt,t.serialize=St,t.serializeWithBufferAndIndex=Ot,t.setInternalBufferSize=Bt}},t={},function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}},s=!0;try{e[n].call(i.exports,i,i.exports,r),s=!1}finally{s&&delete t[n]}return i.exports}(754);var e,t}));
|
|
1
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var r=t();for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(global,(()=>{return e={558:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=s,t.call=function(e){return s(e).apply(null,[].slice.call(arguments,1))};var n,o=r(130),i=(n=o)&&n.__esModule?n:{default:n};function s(e,t){var r=(t=t||{}).addListener||window.addEventListener,n=t.removeListener||window.removeEventListener,o=t.postMessage||window.postMessage,s=t.targetOrigin||"*",u=t.getMessageData||function(e){return e.data};return function(){var t={sender:"postmsg-rpc/client",id:(0,i.default)(),func:e,args:Array.from(arguments)},a=void 0,l=new Promise((function(i,l){var f=function r(){var o=u.apply(null,arguments);if(o&&"postmsg-rpc/server"===o.sender&&o.id===t.id){if(n("message",r),o.err){var s=new Error("Unexpected error calling "+e);return Object.assign(s,o.err),l(s)}i(o.res)}};a=function(){n("message",f);var t=new Error("Canceled call to "+e);t.isCanceled=!0,l(t)},r("message",f),o(t,s)}));return l.cancel=function(){return a()},l}}},246:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=r(558);Object.defineProperty(t,"caller",{enumerable:!0,get:function(){return i(n).default}}),Object.defineProperty(t,"call",{enumerable:!0,get:function(){return n.call}});var o=r(624);function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"expose",{enumerable:!0,get:function(){return i(o).default}})},624:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,r){var n=(r=r||{}).addListener||window.addEventListener,o=r.removeListener||window.removeEventListener,i=r.postMessage||window.postMessage,s=r.targetOrigin||"*",u=r.getMessageData||function(e){return e.data},a=r.isCallback||!1,l=function(){var r=u.apply(null,arguments);if(r&&"postmsg-rpc/client"===r.sender&&r.func===e){var n={sender:"postmsg-rpc/server",id:r.id},o=function(e){n.res=e,i(n,s)},l=function(e){n.err=Object.assign({message:e.message},e.output&&e.output.payload),i(n,s)};if(a)t.apply(null,r.args.concat((function(e,t){if(e)return l(e);o(t)})));else{var f=t.apply(null,r.args);Promise.resolve(f).then(o).catch(l)}}};return n("message",l),{close:function(){return o("message",l)}}}},130:(e,t,r)=>{"use strict";e.exports=r(252)},173:(e,t,r)=>{"use strict";var n,o,i,s=r(514),u="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-";function a(){i=!1}function l(e){if(e){if(e!==n){if(e.length!==u.length)throw new Error("Custom alphabet for shortid must be "+u.length+" unique characters. You submitted "+e.length+" characters: "+e);var t=e.split("").filter((function(e,t,r){return t!==r.lastIndexOf(e)}));if(t.length)throw new Error("Custom alphabet for shortid must be "+u.length+" unique characters. These characters were not unique: "+t.join(", "));n=e,a()}}else n!==u&&(n=u,a())}function f(){return i||(i=function(){n||l(u);for(var e,t=n.split(""),r=[],o=s.nextValue();t.length>0;)o=s.nextValue(),e=Math.floor(o*t.length),r.push(t.splice(e,1)[0]);return r.join("")}())}e.exports={get:function(){return n||u},characters:function(e){return l(e),n},seed:function(e){s.seed(e),o!==e&&(a(),o=e)},lookup:function(e){return f()[e]},shuffled:f}},89:(e,t,r)=>{"use strict";var n,o,i=r(943);r(173),e.exports=function(e){var t="",r=Math.floor(.001*(Date.now()-1567752802062));return r===o?n++:(n=0,o=r),t+=i(7),t+=i(e),n>0&&(t+=i(n)),t+=i(r)}},943:(e,t,r)=>{"use strict";var n=r(173),o=r(908),i=r(137);e.exports=function(e){for(var t,r=0,s="";!t;)s+=i(o,n.get(),1),t=e<Math.pow(16,r+1),r++;return s}},252:(e,t,r)=>{"use strict";var n=r(173),o=r(89),i=r(56),s=r(696)||0;function u(){return o(s)}e.exports=u,e.exports.generate=u,e.exports.seed=function(t){return n.seed(t),e.exports},e.exports.worker=function(t){return s=t,e.exports},e.exports.characters=function(e){return void 0!==e&&n.characters(e),n.shuffled()},e.exports.isValid=i},56:(e,t,r)=>{"use strict";var n=r(173);e.exports=function(e){return!(!e||"string"!=typeof e||e.length<6||new RegExp("[^"+n.get().replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&")+"]").test(e))}},908:(e,t,r)=>{e.exports=r(701)},514:e=>{"use strict";var t=1;e.exports={nextValue:function(){return(t=(9301*t+49297)%233280)/233280},seed:function(e){t=e}}},696:(e,t,r)=>{"use strict";var n=r(1),o=0;!n.isMaster&&n.worker&&(o=n.worker.id),e.exports=parseInt(process.env.NODE_UNIQUE_ID||o,10)},137:e=>{e.exports=function(e,t,r){for(var n=(2<<31-Math.clz32(t.length-1|1))-1,o=Math.ceil(1.6*n*r/t.length),i="";;)for(var s=e(o),u=o;u--;)if((i+=t[s[u]&n]||"").length===+r)return i}},701:(e,t,r)=>{var n=r(113);if(n.randomFillSync){var o={};e.exports=function(e){var t=o[e];return t||(t=Buffer.allocUnsafe(e),e<=255&&(o[e]=t)),n.randomFillSync(t)}}else e.exports=n.randomBytes},754:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});const o=r(361),i=r(267),s=n(r(17)),u=r(369),a=r(59),l=process.env.WORKER_RUNTIME_SRC_PATH_DO_NOT_USE_THIS_EXCEPT_FOR_TESTING||s.default.resolve(__dirname,"worker-runtime.js"),f=new i.Worker(l,{env:i.SHARE_ENV}),c=(async()=>{await Promise.race([(async()=>{let e;for(;[e]=await(0,o.once)(f,"message");)if("ready"===e)return})(),(async()=>{const[e]=await(0,o.once)(f,"error");if(e)throw e.message=`Worker thread failed to start with the following error: ${e.message}`,e})()])})();process.setMaxListeners(25),f.setMaxListeners(25);let g=null;const{interrupt:h}=(0,u.createCaller)(["interrupt"],f),p=Object.assign((0,u.createCaller)(["init","evaluate","getCompletions","getShellPrompt"],f),{interrupt:()=>g?((0,a.interrupt)(g),!0):h()});Object.keys(p).forEach((e=>{var t;p[e]=(t=p[e],new Proxy(t,{apply:async(e,t,r)=>(await c,e.call(t,...Array.from(r)))}))})),(0,u.exposeAll)(p,process);const d=Object.assign((0,u.createCaller)(["onPrint","onPrompt","getConfig","setConfig","resetConfig","validateConfig","listConfigOptions","onClearCommand","onExit"],process),{onRunInterruptible(e){g=e}});(0,u.exposeAll)(d,f);const b=(0,u.createCaller)(["emit","on"],process);(0,u.exposeAll)(b,f),process.once("disconnect",(()=>process.exit())),process.nextTick((()=>{var e;null===(e=process.send)||void 0===e||e.call(process,"ready")}))},369:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.createCaller=t.exposeAll=t.cancel=t.close=t.removeTrailingUndefined=t.deserialize=t.serialize=void 0;const o=n(r(655)),i=r(246),s=r(568);function u(e){return`data:;base64,${o.default.serialize(e).toString("base64")}`}function a(e){return/^data:;base64,.+/.test(e)?o.default.deserialize(Buffer.from(e.replace("data:;base64,",""),"base64")):e}var l;function f(e){return e&&"object"==typeof e&&"id"in e&&"sender"in e}function c(e){return f(e)&&"postmsg-rpc/server"===e.sender}function g(e){return f(e)&&"postmsg-rpc/client"===e.sender}function h(e){if(Array.isArray(e))for(e=[...e];e.length>0&&void 0===e[e.length-1];)e.pop();return e}function p(e){return{addListener:e.on.bind(e),removeListener:e.off.bind(e),postMessage(t){if(g(t)&&Array.isArray(t.args)&&(t.args=u(h(t.args))),c(t))try{t.res=u(t.res)}catch(e){t.res=u({type:l.Error,payload:(0,s.serializeError)(e)})}return function(e,t){"postMessage"in e&&"function"==typeof e.postMessage&&e.postMessage(t),"send"in e&&"function"==typeof e.send&&e.send(t)}(e,t)},getMessageData:e=>(g(e)&&e.args&&"string"==typeof e.args&&(e.args=a(e.args)),c(e)&&"string"==typeof e.res&&(e.res=a(e.res)),e)}}t.serialize=u,t.deserialize=a,function(e){e[e.Message=0]="Message",e[e.Error=1]="Error"}(l||(l={})),t.removeTrailingUndefined=h,t.close=Symbol("@@rpc.close"),t.cancel=Symbol("@@rpc.cancel"),t.exposeAll=function(e,r){return Object.entries(e).forEach((([e,t])=>{const{close:n}=(0,i.expose)(e,(async(...e)=>{try{return{type:l.Message,payload:await t(...e)}}catch(e){return{type:l.Error,payload:(0,s.serializeError)(e)}}}),p(r));t.close=n})),Object.defineProperty(e,t.close,{enumerable:!1,value(){Object.values(e).forEach((e=>{e.close()}))}}),e},t.createCaller=function(e,r,n={}){const o={},u=new Set;return e.forEach((e=>{const t=(0,i.caller)(e,p(r));o[e]=async(...r)=>{var o;const i="function"==typeof n[e]?null===(o=n[e])||void 0===o?void 0:o.call(n,...r):r,a=t(...i);u.add(a);const f=await a;if(u.delete(a),(c=f)&&"object"==typeof c&&c.type===l.Error)throw(0,s.deserializeError)(f.payload);var c;return f.payload}})),Object.defineProperty(o,t.cancel,{enumerable:!1,value(){for(const e of u)e.cancel(),u.delete(e)}}),o}},568:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.deserializeConnectOptions=t.serializeConnectOptions=t.deserializeEvaluationResult=t.serializeEvaluationResult=t.SerializedResultTypes=t.deserializeError=t.serializeError=void 0;const n=r(837),o=r(429);function i(e){var t;return(t=e,Object.getOwnPropertyNames(t)).concat("name").filter((t=>"function"!=typeof e[t])).reduce(((t,r)=>(t[r]=e[r],t)),{})}function s(e){return Object.assign(new Error,e)}var u;t.serializeError=i,t.deserializeError=s,function(e){e.SerializedErrorResult="SerializedErrorResult",e.InspectResult="InspectResult",e.SerializedShellApiResult="SerializedShellApiResult"}(u||(t.SerializedResultTypes=u={})),t.serializeEvaluationResult=function({type:e,printable:t,source:r}){return"object"!=typeof(s=t)&&"function"!=typeof s||null===s?{type:e,printable:t,source:r}:function(e){return e&&e.name&&e.message&&e.stack}(t)?{type:u.SerializedErrorResult,printable:i(t),source:r}:null===e?{type:u.InspectResult,printable:(0,n.inspect)(t),source:r}:{type:u.SerializedShellApiResult,printable:{origType:e,serializedValue:o.EJSON.serialize(t)}};var s},t.deserializeEvaluationResult=function({type:e,printable:t,source:r}){return e===u.SerializedErrorResult?{type:e,printable:s(t),source:r}:e===u.SerializedShellApiResult?{type:t.origType,printable:o.EJSON.deserialize(t.serializedValue),source:r}:{type:e,printable:t,source:r}};const a=["schemaMap","encryptedFieldsMap"];t.serializeConnectOptions=function(e){var t;const r={...e};for(const e of a)(null===(t=r.autoEncryption)||void 0===t?void 0:t[e])&&(r.autoEncryption={...r.autoEncryption,[e]:o.EJSON.serialize(r.autoEncryption[e],{relaxed:!1})});return r},t.deserializeConnectOptions=function(e){var t;const r={...e};for(const e of a)(null===(t=r.autoEncryption)||void 0===t?void 0:t[e])&&(r.autoEncryption={...r.autoEncryption,[e]:o.EJSON.deserialize(r.autoEncryption[e],{relaxed:!1})});return r}},59:e=>{"use strict";e.exports=require("interruptor")},1:e=>{"use strict";e.exports=require("cluster")},113:e=>{"use strict";e.exports=require("crypto")},361:e=>{"use strict";e.exports=require("events")},17:e=>{"use strict";e.exports=require("path")},837:e=>{"use strict";e.exports=require("util")},655:e=>{"use strict";e.exports=require("v8")},267:e=>{"use strict";e.exports=require("worker_threads")},429:(e,t,r)=>{"use strict";function n(e){return["[object ArrayBuffer]","[object SharedArrayBuffer]"].includes(Object.prototype.toString.call(e))}function o(e){return"[object Uint8Array]"===Object.prototype.toString.call(e)}function i(e){return"[object RegExp]"===Object.prototype.toString.call(e)}function s(e){return"[object Map]"===Object.prototype.toString.call(e)}function u(e){return"[object Date]"===Object.prototype.toString.call(e)}function a(e,t){return JSON.stringify(e,((e,t)=>"bigint"==typeof t?{$numberLong:`${t}`}:s(t)?Object.fromEntries(t):t))}const l=6,f=2147483647,c=-2147483648,g=Math.pow(2,63)-1,h=-Math.pow(2,63),p=Math.pow(2,53),d=-Math.pow(2,53),b=1,y=2,m=3,w=4,B=5,S=6,O=7,N=8,E=9,L=10,x=11,_=12,U=13,v=14,I=15,$=16,T=17,j=18,D=19,A=255,R=127,M=0,z=4,F=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 BSONError extends Error{get bsonError(){return!0}get name(){return"BSONError"}constructor(e){super(e)}static isBSONError(e){return null!=e&&"object"==typeof e&&"bsonError"in e&&!0===e.bsonError&&"name"in e&&"message"in e&&"stack"in e}}class BSONVersionError extends BSONError{get name(){return"BSONVersionError"}constructor(){super(`Unsupported BSON version, bson types must be from bson ${l}.x.x`)}}class BSONRuntimeError extends BSONError{get name(){return"BSONRuntimeError"}constructor(e){super(e)}}function V(e){return C.fromNumberArray(Array.from({length:e},(()=>Math.floor(256*Math.random()))))}const C={toLocalBufferType(e){if(Buffer.isBuffer(e))return e;if(ArrayBuffer.isView(e))return Buffer.from(e.buffer,e.byteOffset,e.byteLength);const t=e?.[Symbol.toStringTag]??Object.prototype.toString.call(e);if("ArrayBuffer"===t||"SharedArrayBuffer"===t||"[object ArrayBuffer]"===t||"[object SharedArrayBuffer]"===t)return Buffer.from(e);throw new BSONError(`Cannot create Buffer from ${String(e)}`)},allocate:e=>Buffer.alloc(e),equals:(e,t)=>C.toLocalBufferType(e).equals(t),fromNumberArray:e=>Buffer.from(e),fromBase64:e=>Buffer.from(e,"base64"),toBase64:e=>C.toLocalBufferType(e).toString("base64"),fromISO88591:e=>Buffer.from(e,"binary"),toISO88591:e=>C.toLocalBufferType(e).toString("binary"),fromHex:e=>Buffer.from(e,"hex"),toHex:e=>C.toLocalBufferType(e).toString("hex"),fromUTF8:e=>Buffer.from(e,"utf8"),toUTF8:(e,t,r)=>C.toLocalBufferType(e).toString("utf8",t,r),utf8ByteLength:e=>Buffer.byteLength(e,"utf8"),encodeUTF8Into:(e,t,r)=>C.toLocalBufferType(e).write(t,r,void 0,"utf8"),randomBytes:(()=>{try{return r(113).randomBytes}catch{return V}})()};function J(e){if(e<0)throw new RangeError(`The argument 'byteLength' is invalid. Received ${e}`);return k.fromNumberArray(Array.from({length:e},(()=>Math.floor(256*Math.random()))))}const q=(()=>{const{crypto:e}=globalThis;if(null!=e&&"function"==typeof e.getRandomValues)return t=>e.getRandomValues(k.allocate(t));if(function(){const{navigator:e}=globalThis;return"object"==typeof e&&"ReactNative"===e.product}()){const{console:e}=globalThis;e?.warn?.("BSON: For React Native please polyfill crypto.getRandomValues, e.g. using: https://www.npmjs.com/package/react-native-get-random-values.")}return J})(),P=/(\d|[a-f])/i,k={toLocalBufferType(e){const t=e?.[Symbol.toStringTag]??Object.prototype.toString.call(e);if("Uint8Array"===t)return e;if(ArrayBuffer.isView(e))return new Uint8Array(e.buffer.slice(e.byteOffset,e.byteOffset+e.byteLength));if("ArrayBuffer"===t||"SharedArrayBuffer"===t||"[object ArrayBuffer]"===t||"[object SharedArrayBuffer]"===t)return new Uint8Array(e);throw new BSONError(`Cannot make a Uint8Array from ${String(e)}`)},allocate(e){if("number"!=typeof e)throw new TypeError(`The "size" argument must be of type number. Received ${String(e)}`);return new Uint8Array(e)},equals(e,t){if(e.byteLength!==t.byteLength)return!1;for(let r=0;r<e.byteLength;r++)if(e[r]!==t[r])return!1;return!0},fromNumberArray:e=>Uint8Array.from(e),fromBase64:e=>Uint8Array.from(atob(e),(e=>e.charCodeAt(0))),toBase64:e=>btoa(k.toISO88591(e)),fromISO88591:e=>Uint8Array.from(e,(e=>255&e.charCodeAt(0))),toISO88591:e=>Array.from(Uint16Array.from(e),(e=>String.fromCharCode(e))).join(""),fromHex(e){const t=e.length%2==0?e:e.slice(0,e.length-1),r=[];for(let e=0;e<t.length;e+=2){const n=t[e],o=t[e+1];if(!P.test(n))break;if(!P.test(o))break;const i=Number.parseInt(`${n}${o}`,16);r.push(i)}return Uint8Array.from(r)},toHex:e=>Array.from(e,(e=>e.toString(16).padStart(2,"0"))).join(""),fromUTF8:e=>(new TextEncoder).encode(e),toUTF8:(e,t,r)=>new TextDecoder("utf8",{fatal:!1}).decode(e.slice(t,r)),utf8ByteLength:e=>k.fromUTF8(e).byteLength,encodeUTF8Into(e,t,r){const n=k.fromUTF8(t);return e.set(n,r),n.byteLength},randomBytes:q},H="function"==typeof Buffer&&!0!==Buffer.prototype?._isBuffer?C:k;class BSONDataView extends DataView{static fromUint8Array(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}}class BSONValue{get[Symbol.for("@@mdb.bson.version")](){return l}[Symbol.for("nodejs.util.inspect.custom")](e,t,r){return this.inspect(e,t,r)}}class Binary extends BSONValue{get _bsontype(){return"Binary"}constructor(e,t){if(super(),null!=e&&"string"==typeof e&&!ArrayBuffer.isView(e)&&!n(e)&&!Array.isArray(e))throw new BSONError("Binary can only be constructed from Uint8Array or number[]");this.sub_type=t??Binary.BSON_BINARY_SUBTYPE_DEFAULT,null==e?(this.buffer=H.allocate(Binary.BUFFER_SIZE),this.position=0):(this.buffer=Array.isArray(e)?H.fromNumberArray(e):H.toLocalBufferType(e),this.position=this.buffer.byteLength)}put(e){if("string"==typeof e&&1!==e.length)throw new BSONError("only accepts single character String");if("number"!=typeof e&&1!==e.length)throw new BSONError("only accepts single character Uint8Array or Array");let t;if(t="string"==typeof e?e.charCodeAt(0):"number"==typeof e?e:e[0],t<0||t>255)throw new BSONError("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.byteLength>this.position)this.buffer[this.position++]=t;else{const e=H.allocate(Binary.BUFFER_SIZE+this.buffer.length);e.set(this.buffer,0),this.buffer=e,this.buffer[this.position++]=t}}write(e,t){if(t="number"==typeof t?t:this.position,this.buffer.byteLength<t+e.length){const t=H.allocate(this.buffer.byteLength+e.length);t.set(this.buffer,0),this.buffer=t}if(ArrayBuffer.isView(e))this.buffer.set(H.toLocalBufferType(e),t),this.position=t+e.byteLength>this.position?t+e.length:this.position;else if("string"==typeof e)throw new BSONError("input cannot be string")}read(e,t){return t=t&&t>0?t:this.position,this.buffer.slice(e,e+t)}value(){return this.buffer.length===this.position?this.buffer:this.buffer.subarray(0,this.position)}length(){return this.position}toJSON(){return H.toBase64(this.buffer)}toString(e){return"hex"===e?H.toHex(this.buffer):"base64"===e?H.toBase64(this.buffer):H.toUTF8(this.buffer,0,this.buffer.byteLength)}toExtendedJSON(e){e=e||{};const t=H.toBase64(this.buffer),r=Number(this.sub_type).toString(16);return e.legacy?{$binary:t,$type:1===r.length?"0"+r:r}:{$binary:{base64:t,subType:1===r.length?"0"+r:r}}}toUUID(){if(this.sub_type===Binary.SUBTYPE_UUID)return new UUID(this.buffer.slice(0,this.position));throw new BSONError(`Binary sub_type "${this.sub_type}" is not supported for converting to UUID. Only "${Binary.SUBTYPE_UUID}" is currently supported.`)}static createFromHexString(e,t){return new Binary(H.fromHex(e),t)}static createFromBase64(e,t){return new Binary(H.fromBase64(e),t)}static fromExtendedJSON(e,t){let r,n;if(t=t||{},"$binary"in e?t.legacy&&"string"==typeof e.$binary&&"$type"in e?(n=e.$type?parseInt(e.$type,16):0,r=H.fromBase64(e.$binary)):"string"!=typeof e.$binary&&(n=e.$binary.subType?parseInt(e.$binary.subType,16):0,r=H.fromBase64(e.$binary.base64)):"$uuid"in e&&(n=4,r=UUID.bytesFromString(e.$uuid)),!r)throw new BSONError(`Unexpected Binary Extended JSON format ${JSON.stringify(e)}`);return n===z?new UUID(r):new Binary(r,n)}inspect(e,t,r){return r??=a,`Binary.createFromBase64(${r(H.toBase64(this.buffer.subarray(0,this.position)),t)}, ${r(this.sub_type,t)})`}}Binary.BSON_BINARY_SUBTYPE_DEFAULT=0,Binary.BUFFER_SIZE=256,Binary.SUBTYPE_DEFAULT=0,Binary.SUBTYPE_FUNCTION=1,Binary.SUBTYPE_BYTE_ARRAY=2,Binary.SUBTYPE_UUID_OLD=3,Binary.SUBTYPE_UUID=4,Binary.SUBTYPE_MD5=5,Binary.SUBTYPE_ENCRYPTED=6,Binary.SUBTYPE_COLUMN=7,Binary.SUBTYPE_USER_DEFINED=128;const K=/^[0-9A-F]{32}$/i,Y=/^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$/i;class UUID extends Binary{constructor(e){let t;if(null==e)t=UUID.generate();else if(e instanceof UUID)t=H.toLocalBufferType(new Uint8Array(e.buffer));else if(ArrayBuffer.isView(e)&&16===e.byteLength)t=H.toLocalBufferType(e);else{if("string"!=typeof e)throw new BSONError("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).");t=UUID.bytesFromString(e)}super(t,z)}get id(){return this.buffer}set id(e){this.buffer=e}toHexString(e=!0){return e?[H.toHex(this.buffer.subarray(0,4)),H.toHex(this.buffer.subarray(4,6)),H.toHex(this.buffer.subarray(6,8)),H.toHex(this.buffer.subarray(8,10)),H.toHex(this.buffer.subarray(10,16))].join("-"):H.toHex(this.buffer)}toString(e){return"hex"===e?H.toHex(this.id):"base64"===e?H.toBase64(this.id):this.toHexString()}toJSON(){return this.toHexString()}equals(e){if(!e)return!1;if(e instanceof UUID)return H.equals(e.id,this.id);try{return H.equals(new UUID(e).id,this.id)}catch{return!1}}toBinary(){return new Binary(this.id,Binary.SUBTYPE_UUID)}static generate(){const e=H.randomBytes(16);return e[6]=15&e[6]|64,e[8]=63&e[8]|128,e}static isValid(e){return!!e&&("string"==typeof e?UUID.isValidUUIDString(e):o(e)?16===e.byteLength:"Binary"===e._bsontype&&e.sub_type===this.SUBTYPE_UUID&&16===e.buffer.byteLength)}static createFromHexString(e){const t=UUID.bytesFromString(e);return new UUID(t)}static createFromBase64(e){return new UUID(H.fromBase64(e))}static bytesFromString(e){if(!UUID.isValidUUIDString(e))throw new BSONError("UUID string representation must be 32 hex digits or canonical hyphenated representation");return H.fromHex(e.replace(/-/g,""))}static isValidUUIDString(e){return K.test(e)||Y.test(e)}inspect(e,t,r){return r??=a,`new UUID(${r(this.toHexString(),t)})`}}class Code extends BSONValue{get _bsontype(){return"Code"}constructor(e,t){super(),this.code=e.toString(),this.scope=t??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(e){return new Code(e.$code,e.$scope)}inspect(e,t,r){r??=a;let n=r(this.code,t);const o=n.includes("\n");return null!=this.scope&&(n+=`,${o?"\n":" "}${r(this.scope,t)}`),`new Code(${o?"\n":""}${n}${o&&null===this.scope?"\n":""})`}}function Z(e){return null!=e&&"object"==typeof e&&"$id"in e&&null!=e.$id&&"$ref"in e&&"string"==typeof e.$ref&&(!("$db"in e)||"$db"in e&&"string"==typeof e.$db)}class DBRef extends BSONValue{get _bsontype(){return"DBRef"}constructor(e,t,r,n){super();const o=e.split(".");2===o.length&&(r=o.shift(),e=o.shift()),this.collection=e,this.oid=t,this.db=r,this.fields=n||{}}get namespace(){return this.collection}set namespace(e){this.collection=e}toJSON(){const e=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return null!=this.db&&(e.$db=this.db),e}toExtendedJSON(e){e=e||{};let t={$ref:this.collection,$id:this.oid};return e.legacy||(this.db&&(t.$db=this.db),t=Object.assign(t,this.fields)),t}static fromExtendedJSON(e){const t=Object.assign({},e);return delete t.$ref,delete t.$id,delete t.$db,new DBRef(e.$ref,e.$id,e.$db,t)}inspect(e,t,r){r??=a;const n=[r(this.namespace,t),r(this.oid,t),...this.db?[r(this.db,t)]:[],...Object.keys(this.fields).length>0?[r(this.fields,t)]:[]];return n[1]=r===a?`new ObjectId(${n[1]})`:n[1],`new DBRef(${n.join(", ")})`}}let W;try{W=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{}const G=4294967296,X=0x10000000000000000,Q=X/2,ee={},te={},re=/^(\+?0|(\+|-)?[1-9][0-9]*)$/;class Long extends BSONValue{get _bsontype(){return"Long"}get __isLong__(){return!0}constructor(e=0,t,r){super(),"bigint"==typeof e?Object.assign(this,Long.fromBigInt(e,!!t)):"string"==typeof e?Object.assign(this,Long.fromString(e,!!t)):(this.low=0|e,this.high=0|t,this.unsigned=!!r)}static fromBits(e,t,r){return new Long(e,t,r)}static fromInt(e,t){let r,n,o;return t?(o=0<=(e>>>=0)&&e<256)&&(n=te[e],n)?n:(r=Long.fromBits(e,(0|e)<0?-1:0,!0),o&&(te[e]=r),r):(o=-128<=(e|=0)&&e<128)&&(n=ee[e],n)?n:(r=Long.fromBits(e,e<0?-1:0,!1),o&&(ee[e]=r),r)}static fromNumber(e,t){if(isNaN(e))return t?Long.UZERO:Long.ZERO;if(t){if(e<0)return Long.UZERO;if(e>=X)return Long.MAX_UNSIGNED_VALUE}else{if(e<=-Q)return Long.MIN_VALUE;if(e+1>=Q)return Long.MAX_VALUE}return e<0?Long.fromNumber(-e,t).neg():Long.fromBits(e%G|0,e/G|0,t)}static fromBigInt(e,t){return Long.fromString(e.toString(),t)}static fromString(e,t,r){if(0===e.length)throw new BSONError("empty string");if("NaN"===e||"Infinity"===e||"+Infinity"===e||"-Infinity"===e)return Long.ZERO;if("number"==typeof t?(r=t,t=!1):t=!!t,(r=r||10)<2||36<r)throw new BSONError("radix");let n;if((n=e.indexOf("-"))>0)throw new BSONError("interior hyphen");if(0===n)return Long.fromString(e.substring(1),t,r).neg();const o=Long.fromNumber(Math.pow(r,8));let i=Long.ZERO;for(let t=0;t<e.length;t+=8){const n=Math.min(8,e.length-t),s=parseInt(e.substring(t,t+n),r);if(n<8){const e=Long.fromNumber(Math.pow(r,n));i=i.mul(e).add(Long.fromNumber(s))}else i=i.mul(o),i=i.add(Long.fromNumber(s))}return i.unsigned=t,i}static fromBytes(e,t,r){return r?Long.fromBytesLE(e,t):Long.fromBytesBE(e,t)}static fromBytesLE(e,t){return new Long(e[0]|e[1]<<8|e[2]<<16|e[3]<<24,e[4]|e[5]<<8|e[6]<<16|e[7]<<24,t)}static fromBytesBE(e,t){return new Long(e[4]<<24|e[5]<<16|e[6]<<8|e[7],e[0]<<24|e[1]<<16|e[2]<<8|e[3],t)}static isLong(e){return null!=e&&"object"==typeof e&&"__isLong__"in e&&!0===e.__isLong__}static fromValue(e,t){return"number"==typeof e?Long.fromNumber(e,t):"string"==typeof e?Long.fromString(e,t):Long.fromBits(e.low,e.high,"boolean"==typeof t?t:e.unsigned)}add(e){Long.isLong(e)||(e=Long.fromValue(e));const t=this.high>>>16,r=65535&this.high,n=this.low>>>16,o=65535&this.low,i=e.high>>>16,s=65535&e.high,u=e.low>>>16;let a=0,l=0,f=0,c=0;return c+=o+(65535&e.low),f+=c>>>16,c&=65535,f+=n+u,l+=f>>>16,f&=65535,l+=r+s,a+=l>>>16,l&=65535,a+=t+i,a&=65535,Long.fromBits(f<<16|c,a<<16|l,this.unsigned)}and(e){return Long.isLong(e)||(e=Long.fromValue(e)),Long.fromBits(this.low&e.low,this.high&e.high,this.unsigned)}compare(e){if(Long.isLong(e)||(e=Long.fromValue(e)),this.eq(e))return 0;const t=this.isNegative(),r=e.isNegative();return t&&!r?-1:!t&&r?1:this.unsigned?e.high>>>0>this.high>>>0||e.high===this.high&&e.low>>>0>this.low>>>0?-1:1:this.sub(e).isNegative()?-1:1}comp(e){return this.compare(e)}divide(e){if(Long.isLong(e)||(e=Long.fromValue(e)),e.isZero())throw new BSONError("division by zero");if(W){if(!this.unsigned&&-2147483648===this.high&&-1===e.low&&-1===e.high)return this;const t=(this.unsigned?W.div_u:W.div_s)(this.low,this.high,e.low,e.high);return Long.fromBits(t,W.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?Long.UZERO:Long.ZERO;let t,r,n;if(this.unsigned){if(e.unsigned||(e=e.toUnsigned()),e.gt(this))return Long.UZERO;if(e.gt(this.shru(1)))return Long.UONE;n=Long.UZERO}else{if(this.eq(Long.MIN_VALUE))return e.eq(Long.ONE)||e.eq(Long.NEG_ONE)?Long.MIN_VALUE:e.eq(Long.MIN_VALUE)?Long.ONE:(t=this.shr(1).div(e).shl(1),t.eq(Long.ZERO)?e.isNegative()?Long.ONE:Long.NEG_ONE:(r=this.sub(e.mul(t)),n=t.add(r.div(e)),n));if(e.eq(Long.MIN_VALUE))return this.unsigned?Long.UZERO:Long.ZERO;if(this.isNegative())return e.isNegative()?this.neg().div(e.neg()):this.neg().div(e).neg();if(e.isNegative())return this.div(e.neg()).neg();n=Long.ZERO}for(r=this;r.gte(e);){t=Math.max(1,Math.floor(r.toNumber()/e.toNumber()));const o=Math.ceil(Math.log(t)/Math.LN2),i=o<=48?1:Math.pow(2,o-48);let s=Long.fromNumber(t),u=s.mul(e);for(;u.isNegative()||u.gt(r);)t-=i,s=Long.fromNumber(t,this.unsigned),u=s.mul(e);s.isZero()&&(s=Long.ONE),n=n.add(s),r=r.sub(u)}return n}div(e){return this.divide(e)}equals(e){return Long.isLong(e)||(e=Long.fromValue(e)),(this.unsigned===e.unsigned||this.high>>>31!=1||e.high>>>31!=1)&&this.high===e.high&&this.low===e.low}eq(e){return this.equals(e)}getHighBits(){return this.high}getHighBitsUnsigned(){return this.high>>>0}getLowBits(){return this.low}getLowBitsUnsigned(){return this.low>>>0}getNumBitsAbs(){if(this.isNegative())return this.eq(Long.MIN_VALUE)?64:this.neg().getNumBitsAbs();const e=0!==this.high?this.high:this.low;let t;for(t=31;t>0&&0==(e&1<<t);t--);return 0!==this.high?t+33:t+1}greaterThan(e){return this.comp(e)>0}gt(e){return this.greaterThan(e)}greaterThanOrEqual(e){return this.comp(e)>=0}gte(e){return this.greaterThanOrEqual(e)}ge(e){return this.greaterThanOrEqual(e)}isEven(){return 0==(1&this.low)}isNegative(){return!this.unsigned&&this.high<0}isOdd(){return 1==(1&this.low)}isPositive(){return this.unsigned||this.high>=0}isZero(){return 0===this.high&&0===this.low}lessThan(e){return this.comp(e)<0}lt(e){return this.lessThan(e)}lessThanOrEqual(e){return this.comp(e)<=0}lte(e){return this.lessThanOrEqual(e)}modulo(e){if(Long.isLong(e)||(e=Long.fromValue(e)),W){const t=(this.unsigned?W.rem_u:W.rem_s)(this.low,this.high,e.low,e.high);return Long.fromBits(t,W.get_high(),this.unsigned)}return this.sub(this.div(e).mul(e))}mod(e){return this.modulo(e)}rem(e){return this.modulo(e)}multiply(e){if(this.isZero())return Long.ZERO;if(Long.isLong(e)||(e=Long.fromValue(e)),W){const t=W.mul(this.low,this.high,e.low,e.high);return Long.fromBits(t,W.get_high(),this.unsigned)}if(e.isZero())return Long.ZERO;if(this.eq(Long.MIN_VALUE))return e.isOdd()?Long.MIN_VALUE:Long.ZERO;if(e.eq(Long.MIN_VALUE))return this.isOdd()?Long.MIN_VALUE:Long.ZERO;if(this.isNegative())return e.isNegative()?this.neg().mul(e.neg()):this.neg().mul(e).neg();if(e.isNegative())return this.mul(e.neg()).neg();if(this.lt(Long.TWO_PWR_24)&&e.lt(Long.TWO_PWR_24))return Long.fromNumber(this.toNumber()*e.toNumber(),this.unsigned);const t=this.high>>>16,r=65535&this.high,n=this.low>>>16,o=65535&this.low,i=e.high>>>16,s=65535&e.high,u=e.low>>>16,a=65535&e.low;let l=0,f=0,c=0,g=0;return g+=o*a,c+=g>>>16,g&=65535,c+=n*a,f+=c>>>16,c&=65535,c+=o*u,f+=c>>>16,c&=65535,f+=r*a,l+=f>>>16,f&=65535,f+=n*u,l+=f>>>16,f&=65535,f+=o*s,l+=f>>>16,f&=65535,l+=t*a+r*u+n*s+o*i,l&=65535,Long.fromBits(c<<16|g,l<<16|f,this.unsigned)}mul(e){return this.multiply(e)}negate(){return!this.unsigned&&this.eq(Long.MIN_VALUE)?Long.MIN_VALUE:this.not().add(Long.ONE)}neg(){return this.negate()}not(){return Long.fromBits(~this.low,~this.high,this.unsigned)}notEquals(e){return!this.equals(e)}neq(e){return this.notEquals(e)}ne(e){return this.notEquals(e)}or(e){return Long.isLong(e)||(e=Long.fromValue(e)),Long.fromBits(this.low|e.low,this.high|e.high,this.unsigned)}shiftLeft(e){return Long.isLong(e)&&(e=e.toInt()),0==(e&=63)?this:e<32?Long.fromBits(this.low<<e,this.high<<e|this.low>>>32-e,this.unsigned):Long.fromBits(0,this.low<<e-32,this.unsigned)}shl(e){return this.shiftLeft(e)}shiftRight(e){return Long.isLong(e)&&(e=e.toInt()),0==(e&=63)?this:e<32?Long.fromBits(this.low>>>e|this.high<<32-e,this.high>>e,this.unsigned):Long.fromBits(this.high>>e-32,this.high>=0?0:-1,this.unsigned)}shr(e){return this.shiftRight(e)}shiftRightUnsigned(e){if(Long.isLong(e)&&(e=e.toInt()),0==(e&=63))return this;{const t=this.high;if(e<32){const r=this.low;return Long.fromBits(r>>>e|t<<32-e,t>>>e,this.unsigned)}return 32===e?Long.fromBits(t,0,this.unsigned):Long.fromBits(t>>>e-32,0,this.unsigned)}}shr_u(e){return this.shiftRightUnsigned(e)}shru(e){return this.shiftRightUnsigned(e)}subtract(e){return Long.isLong(e)||(e=Long.fromValue(e)),this.add(e.neg())}sub(e){return this.subtract(e)}toInt(){return this.unsigned?this.low>>>0:this.low}toNumber(){return this.unsigned?(this.high>>>0)*G+(this.low>>>0):this.high*G+(this.low>>>0)}toBigInt(){return BigInt(this.toString())}toBytes(e){return e?this.toBytesLE():this.toBytesBE()}toBytesLE(){const e=this.high,t=this.low;return[255&t,t>>>8&255,t>>>16&255,t>>>24,255&e,e>>>8&255,e>>>16&255,e>>>24]}toBytesBE(){const e=this.high,t=this.low;return[e>>>24,e>>>16&255,e>>>8&255,255&e,t>>>24,t>>>16&255,t>>>8&255,255&t]}toSigned(){return this.unsigned?Long.fromBits(this.low,this.high,!1):this}toString(e){if((e=e||10)<2||36<e)throw new BSONError("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(Long.MIN_VALUE)){const t=Long.fromNumber(e),r=this.div(t),n=r.mul(t).sub(this);return r.toString(e)+n.toInt().toString(e)}return"-"+this.neg().toString(e)}const t=Long.fromNumber(Math.pow(e,6),this.unsigned);let r=this,n="";for(;;){const o=r.div(t);let i=(r.sub(o.mul(t)).toInt()>>>0).toString(e);if(r=o,r.isZero())return i+n;for(;i.length<6;)i="0"+i;n=""+i+n}}toUnsigned(){return this.unsigned?this:Long.fromBits(this.low,this.high,!0)}xor(e){return Long.isLong(e)||(e=Long.fromValue(e)),Long.fromBits(this.low^e.low,this.high^e.high,this.unsigned)}eqz(){return this.isZero()}le(e){return this.lessThanOrEqual(e)}toExtendedJSON(e){return e&&e.relaxed?this.toNumber():{$numberLong:this.toString()}}static fromExtendedJSON(e,t){const{useBigInt64:r=!1,relaxed:n=!0}={...t};if(e.$numberLong.length>20)throw new BSONError("$numberLong string is too long");if(!re.test(e.$numberLong))throw new BSONError(`$numberLong string "${e.$numberLong}" is in an invalid format`);if(r){const t=BigInt(e.$numberLong);return BigInt.asIntN(64,t)}const o=Long.fromString(e.$numberLong);return n?o.toNumber():o}inspect(e,t,r){return r??=a,`new Long(${r(this.toString(),t)}${this.unsigned?`, ${r(this.unsigned,t)}`:""})`}}Long.TWO_PWR_24=Long.fromInt(1<<24),Long.MAX_UNSIGNED_VALUE=Long.fromBits(-1,-1,!0),Long.ZERO=Long.fromInt(0),Long.UZERO=Long.fromInt(0,!0),Long.ONE=Long.fromInt(1),Long.UONE=Long.fromInt(1,!0),Long.NEG_ONE=Long.fromInt(-1),Long.MAX_VALUE=Long.fromBits(-1,2147483647,!1),Long.MIN_VALUE=Long.fromBits(0,-2147483648,!1);const ne=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,oe=/^(\+|-)?(Infinity|inf)$/i,ie=/^(\+|-)?NaN$/i,se=6111,ue=-6176,ae=H.fromNumberArray([124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse()),le=H.fromNumberArray([248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse()),fe=H.fromNumberArray([120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse()),ce=/^([-+])?(\d+)?$/;function ge(e){return!isNaN(parseInt(e,10))}function he(e){const t=Long.fromNumber(1e9);let r=Long.fromNumber(0);if(!(e.parts[0]||e.parts[1]||e.parts[2]||e.parts[3]))return{quotient:e,rem:r};for(let n=0;n<=3;n++)r=r.shiftLeft(32),r=r.add(new Long(e.parts[n],0)),e.parts[n]=r.div(t).low,r=r.modulo(t);return{quotient:e,rem:r}}function pe(e,t){throw new BSONError(`"${e}" is not a valid Decimal128 string - ${t}`)}class Decimal128 extends BSONValue{get _bsontype(){return"Decimal128"}constructor(e){if(super(),"string"==typeof e)this.bytes=Decimal128.fromString(e).bytes;else{if(!o(e))throw new BSONError("Decimal128 must take a Buffer or string");if(16!==e.byteLength)throw new BSONError("Decimal128 must take a Buffer of 16 bytes");this.bytes=e}}static fromString(e){return Decimal128._fromString(e,{allowRounding:!1})}static fromStringWithRounding(e){return Decimal128._fromString(e,{allowRounding:!0})}static _fromString(e,t){let r=!1,n=!1,o=!1,i=!1,s=0,u=0,a=0,l=0,f=0;const c=[0];let g=0,h=0,p=0,d=0,b=new Long(0,0),y=new Long(0,0),m=0,w=0;if(e.length>=7e3)throw new BSONError(e+" not a valid Decimal128 string");const B=e.match(ne),S=e.match(oe),O=e.match(ie);if(!B&&!S&&!O||0===e.length)throw new BSONError(e+" not a valid Decimal128 string");if(B){const t=B[2],r=B[4],n=B[5],o=B[6];r&&void 0===o&&pe(e,"missing exponent power"),r&&void 0===t&&pe(e,"missing exponent base"),void 0===r&&(n||o)&&pe(e,"missing e before exponent")}if("+"!==e[w]&&"-"!==e[w]||(n=!0,r="-"===e[w++]),!ge(e[w])&&"."!==e[w]){if("i"===e[w]||"I"===e[w])return new Decimal128(r?le:fe);if("N"===e[w])return new Decimal128(ae)}for(;ge(e[w])||"."===e[w];)"."!==e[w]?(g<34&&("0"!==e[w]||i)&&(i||(f=u),i=!0,c[h++]=parseInt(e[w],10),g+=1),i&&(a+=1),o&&(l+=1),u+=1,w+=1):(o&&pe(e,"contains multiple periods"),o=!0,w+=1);if(o&&!u)throw new BSONError(e+" not a valid Decimal128 string");if("e"===e[w]||"E"===e[w]){const t=e.substr(++w).match(ce);if(!t||!t[2])return new Decimal128(ae);d=parseInt(t[0],10),w+=t[0].length}if(e[w])return new Decimal128(ae);if(g){if(p=g-1,s=a,1!==s)for(;"0"===e[f+s-1+Number(n)+Number(o)];)s-=1}else c[0]=0,a=1,g=1,s=0;for(d<=l&&l>d+16384?d=ue:d-=l;d>se;){if(p+=1,p>=34){if(0===s){d=se;break}pe(e,"overflow")}d-=1}if(t.allowRounding){for(;d<ue||g<a;){if(0===p&&s<g){d=ue,s=0;break}if(g<a?a-=1:p-=1,d<se)d+=1;else{if(c.join("").match(/^0+$/)){d=se;break}pe(e,"overflow")}}if(p+1<s){let t=u;o&&(f+=1,t+=1),n&&(f+=1,t+=1);const i=parseInt(e[f+p+1],10);let s=0;if(i>=5&&(s=1,5===i)){s=c[p]%2==1?1:0;for(let r=f+p+2;r<t;r++)if(parseInt(e[r],10)){s=1;break}}if(s){let e=p;for(;e>=0&&++c[e]>9;e--)if(c[e]=0,0===e){if(!(d<se))return new Decimal128(r?le:fe);d+=1,c[e]=1}}}}else{for(;d<ue||g<a;){if(0===p){if(0===s){d=ue;break}pe(e,"exponent underflow")}g<a?("0"!==e[a-1+Number(n)+Number(o)]&&0!==s&&pe(e,"inexact rounding"),a-=1):(0!==c[p]&&pe(e,"inexact rounding"),p-=1),d<se?d+=1:pe(e,"overflow")}p+1<s&&(o&&(f+=1),n&&(f+=1),0!==parseInt(e[f+p+1],10)&&pe(e,"inexact rounding"))}if(b=Long.fromNumber(0),y=Long.fromNumber(0),0===s)b=Long.fromNumber(0),y=Long.fromNumber(0);else if(p<17){let e=0;for(y=Long.fromNumber(c[e++]),b=new Long(0,0);e<=p;e++)y=y.multiply(Long.fromNumber(10)),y=y.add(Long.fromNumber(c[e]))}else{let e=0;for(b=Long.fromNumber(c[e++]);e<=p-17;e++)b=b.multiply(Long.fromNumber(10)),b=b.add(Long.fromNumber(c[e]));for(y=Long.fromNumber(c[e++]);e<=p;e++)y=y.multiply(Long.fromNumber(10)),y=y.add(Long.fromNumber(c[e]))}const N=function(e,t){if(!e&&!t)return{high:Long.fromNumber(0),low:Long.fromNumber(0)};const r=e.shiftRightUnsigned(32),n=new Long(e.getLowBits(),0),o=t.shiftRightUnsigned(32),i=new Long(t.getLowBits(),0);let s=r.multiply(o),u=r.multiply(i);const a=n.multiply(o);let l=n.multiply(i);return s=s.add(u.shiftRightUnsigned(32)),u=new Long(u.getLowBits(),0).add(a).add(l.shiftRightUnsigned(32)),s=s.add(u.shiftRightUnsigned(32)),l=u.shiftLeft(32).add(new Long(l.getLowBits(),0)),{high:s,low:l}}(b,Long.fromString("100000000000000000"));N.low=N.low.add(y),function(e,t){const r=e.high>>>0,n=t.high>>>0;return r<n||r===n&&e.low>>>0<t.low>>>0}(N.low,y)&&(N.high=N.high.add(Long.fromNumber(1))),m=d+6176;const E={low:Long.fromNumber(0),high:Long.fromNumber(0)};N.high.shiftRightUnsigned(49).and(Long.fromNumber(1)).equals(Long.fromNumber(1))?(E.high=E.high.or(Long.fromNumber(3).shiftLeft(61)),E.high=E.high.or(Long.fromNumber(m).and(Long.fromNumber(16383).shiftLeft(47))),E.high=E.high.or(N.high.and(Long.fromNumber(0x7fffffffffff)))):(E.high=E.high.or(Long.fromNumber(16383&m).shiftLeft(49)),E.high=E.high.or(N.high.and(Long.fromNumber(562949953421311)))),E.low=N.low,r&&(E.high=E.high.or(Long.fromString("9223372036854775808")));const L=H.allocate(16);return w=0,L[w++]=255&E.low.low,L[w++]=E.low.low>>8&255,L[w++]=E.low.low>>16&255,L[w++]=E.low.low>>24&255,L[w++]=255&E.low.high,L[w++]=E.low.high>>8&255,L[w++]=E.low.high>>16&255,L[w++]=E.low.high>>24&255,L[w++]=255&E.high.low,L[w++]=E.high.low>>8&255,L[w++]=E.high.low>>16&255,L[w++]=E.high.low>>24&255,L[w++]=255&E.high.high,L[w++]=E.high.high>>8&255,L[w++]=E.high.high>>16&255,L[w++]=E.high.high>>24&255,new Decimal128(L)}toString(){let e,t=0;const r=new Array(36);for(let e=0;e<r.length;e++)r[e]=0;let n,o,i,s=0,u=!1,a={parts:[0,0,0,0]};const l=[];s=0;const f=this.bytes,c=f[s++]|f[s++]<<8|f[s++]<<16|f[s++]<<24,g=f[s++]|f[s++]<<8|f[s++]<<16|f[s++]<<24,h=f[s++]|f[s++]<<8|f[s++]<<16|f[s++]<<24,p=f[s++]|f[s++]<<8|f[s++]<<16|f[s++]<<24;s=0,(new Long(c,g),new Long(h,p)).lessThan(Long.ZERO)&&l.push("-");const d=p>>26&31;if(d>>3==3){if(30===d)return l.join("")+"Infinity";if(31===d)return"NaN";e=p>>15&16383,n=8+(p>>14&1)}else n=p>>14&7,e=p>>17&16383;const b=e-6176;if(a.parts[0]=(16383&p)+((15&n)<<14),a.parts[1]=h,a.parts[2]=g,a.parts[3]=c,0===a.parts[0]&&0===a.parts[1]&&0===a.parts[2]&&0===a.parts[3])u=!0;else for(i=3;i>=0;i--){let e=0;const t=he(a);if(a=t.quotient,e=t.rem.low,e)for(o=8;o>=0;o--)r[9*i+o]=e%10,e=Math.floor(e/10)}if(u)t=1,r[s]=0;else for(t=36;!r[s];)t-=1,s+=1;const y=t-1+b;if(y>=34||y<=-7||b>0){if(t>34)return l.push("0"),b>0?l.push(`E+${b}`):b<0&&l.push(`E${b}`),l.join("");l.push(`${r[s++]}`),t-=1,t&&l.push(".");for(let e=0;e<t;e++)l.push(`${r[s++]}`);l.push("E"),y>0?l.push(`+${y}`):l.push(`${y}`)}else if(b>=0)for(let e=0;e<t;e++)l.push(`${r[s++]}`);else{let e=t+b;if(e>0)for(let t=0;t<e;t++)l.push(`${r[s++]}`);else l.push("0");for(l.push(".");e++<0;)l.push("0");for(let n=0;n<t-Math.max(e-1,0);n++)l.push(`${r[s++]}`)}return l.join("")}toJSON(){return{$numberDecimal:this.toString()}}toExtendedJSON(){return{$numberDecimal:this.toString()}}static fromExtendedJSON(e){return Decimal128.fromString(e.$numberDecimal)}inspect(e,t,r){return r??=a,`new Decimal128(${r(this.toString(),t)})`}}class Double extends BSONValue{get _bsontype(){return"Double"}constructor(e){super(),e instanceof Number&&(e=e.valueOf()),this.value=+e}valueOf(){return this.value}toJSON(){return this.value}toString(e){return this.value.toString(e)}toExtendedJSON(e){return e&&(e.legacy||e.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(e,t){const r=parseFloat(e.$numberDouble);return t&&t.relaxed?r:new Double(r)}inspect(e,t,r){return r??=a,`new Double(${r(this.value,t)})`}}class Int32 extends BSONValue{get _bsontype(){return"Int32"}constructor(e){super(),e instanceof Number&&(e=e.valueOf()),this.value=0|+e}valueOf(){return this.value}toString(e){return this.value.toString(e)}toJSON(){return this.value}toExtendedJSON(e){return e&&(e.relaxed||e.legacy)?this.value:{$numberInt:this.value.toString()}}static fromExtendedJSON(e,t){return t&&t.relaxed?parseInt(e.$numberInt,10):new Int32(e.$numberInt)}inspect(e,t,r){return r??=a,`new Int32(${r(this.value,t)})`}}class MaxKey extends BSONValue{get _bsontype(){return"MaxKey"}toExtendedJSON(){return{$maxKey:1}}static fromExtendedJSON(){return new MaxKey}inspect(){return"new MaxKey()"}}class MinKey extends BSONValue{get _bsontype(){return"MinKey"}toExtendedJSON(){return{$minKey:1}}static fromExtendedJSON(){return new MinKey}inspect(){return"new MinKey()"}}const de=new RegExp("^[0-9a-fA-F]{24}$");let be=null;const ye=Symbol("id");class ObjectId extends BSONValue{get _bsontype(){return"ObjectId"}constructor(e){let t;if(super(),"object"==typeof e&&e&&"id"in e){if("string"!=typeof e.id&&!ArrayBuffer.isView(e.id))throw new BSONError("Argument passed in must have an id that is of type string or Buffer");t="toHexString"in e&&"function"==typeof e.toHexString?H.fromHex(e.toHexString()):e.id}else t=e;if(null==t||"number"==typeof t)this[ye]=ObjectId.generate("number"==typeof t?t:void 0);else if(ArrayBuffer.isView(t)&&12===t.byteLength)this[ye]=H.toLocalBufferType(t);else{if("string"!=typeof t)throw new BSONError("Argument passed in does not match the accepted types");if(24!==t.length||!de.test(t))throw new BSONError("input must be a 24 character hex string, 12 byte Uint8Array, or an integer");this[ye]=H.fromHex(t)}ObjectId.cacheHexString&&(this.__id=H.toHex(this.id))}get id(){return this[ye]}set id(e){this[ye]=e,ObjectId.cacheHexString&&(this.__id=H.toHex(e))}toHexString(){if(ObjectId.cacheHexString&&this.__id)return this.__id;const e=H.toHex(this.id);return ObjectId.cacheHexString&&!this.__id&&(this.__id=e),e}static getInc(){return ObjectId.index=(ObjectId.index+1)%16777215}static generate(e){"number"!=typeof e&&(e=Math.floor(Date.now()/1e3));const t=ObjectId.getInc(),r=H.allocate(12);return BSONDataView.fromUint8Array(r).setUint32(0,e,!1),null===be&&(be=H.randomBytes(5)),r[4]=be[0],r[5]=be[1],r[6]=be[2],r[7]=be[3],r[8]=be[4],r[11]=255&t,r[10]=t>>8&255,r[9]=t>>16&255,r}toString(e){return"base64"===e?H.toBase64(this.id):this.toHexString()}toJSON(){return this.toHexString()}static is(e){return null!=e&&"object"==typeof e&&"_bsontype"in e&&"ObjectId"===e._bsontype}equals(e){if(null==e)return!1;if(ObjectId.is(e))return this[ye][11]===e[ye][11]&&H.equals(this[ye],e[ye]);if("string"==typeof e)return e.toLowerCase()===this.toHexString();if("object"==typeof e&&"function"==typeof e.toHexString){const t=e.toHexString(),r=this.toHexString();return"string"==typeof t&&t.toLowerCase()===r}return!1}getTimestamp(){const e=new Date,t=BSONDataView.fromUint8Array(this.id).getUint32(0,!1);return e.setTime(1e3*Math.floor(t)),e}static createPk(){return new ObjectId}static createFromTime(e){const t=H.fromNumberArray([0,0,0,0,0,0,0,0,0,0,0,0]);return BSONDataView.fromUint8Array(t).setUint32(0,e,!1),new ObjectId(t)}static createFromHexString(e){if(24!==e?.length)throw new BSONError("hex string must be 24 characters");return new ObjectId(H.fromHex(e))}static createFromBase64(e){if(16!==e?.length)throw new BSONError("base64 string must be 16 characters");return new ObjectId(H.fromBase64(e))}static isValid(e){if(null==e)return!1;try{return new ObjectId(e),!0}catch{return!1}}toExtendedJSON(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}}static fromExtendedJSON(e){return new ObjectId(e.$oid)}inspect(e,t,r){return r??=a,`new ObjectId(${r(this.toHexString(),t)})`}}function me(e,t,r){let n=5;if(Array.isArray(e))for(let o=0;o<e.length;o++)n+=we(o.toString(),e[o],t,!0,r);else{"function"==typeof e?.toBSON&&(e=e.toBSON());for(const o of Object.keys(e))n+=we(o,e[o],t,!1,r)}return n}function we(e,t,r=!1,o=!1,s=!1){switch("function"==typeof t?.toBSON&&(t=t.toBSON()),typeof t){case"string":return 1+H.utf8ByteLength(e)+1+4+H.utf8ByteLength(t)+1;case"number":return Math.floor(t)===t&&t>=d&&t<=p&&t>=c&&t<=f?(null!=e?H.utf8ByteLength(e)+1:0)+5:(null!=e?H.utf8ByteLength(e)+1:0)+9;case"undefined":return o||!s?(null!=e?H.utf8ByteLength(e)+1:0)+1:0;case"boolean":return(null!=e?H.utf8ByteLength(e)+1:0)+2;case"object":if(null!=t&&"string"==typeof t._bsontype&&t[Symbol.for("@@mdb.bson.version")]!==l)throw new BSONVersionError;if(null==t||"MinKey"===t._bsontype||"MaxKey"===t._bsontype)return(null!=e?H.utf8ByteLength(e)+1:0)+1;if("ObjectId"===t._bsontype)return(null!=e?H.utf8ByteLength(e)+1:0)+13;if(t instanceof Date||u(t))return(null!=e?H.utf8ByteLength(e)+1:0)+9;if(ArrayBuffer.isView(t)||t instanceof ArrayBuffer||n(t))return(null!=e?H.utf8ByteLength(e)+1:0)+6+t.byteLength;if("Long"===t._bsontype||"Double"===t._bsontype||"Timestamp"===t._bsontype)return(null!=e?H.utf8ByteLength(e)+1:0)+9;if("Decimal128"===t._bsontype)return(null!=e?H.utf8ByteLength(e)+1:0)+17;if("Code"===t._bsontype)return null!=t.scope&&Object.keys(t.scope).length>0?(null!=e?H.utf8ByteLength(e)+1:0)+1+4+4+H.utf8ByteLength(t.code.toString())+1+me(t.scope,r,s):(null!=e?H.utf8ByteLength(e)+1:0)+1+4+H.utf8ByteLength(t.code.toString())+1;if("Binary"===t._bsontype){const r=t;return r.sub_type===Binary.SUBTYPE_BYTE_ARRAY?(null!=e?H.utf8ByteLength(e)+1:0)+(r.position+1+4+1+4):(null!=e?H.utf8ByteLength(e)+1:0)+(r.position+1+4+1)}if("Symbol"===t._bsontype)return(null!=e?H.utf8ByteLength(e)+1:0)+H.utf8ByteLength(t.value)+4+1+1;if("DBRef"===t._bsontype){const n=Object.assign({$ref:t.collection,$id:t.oid},t.fields);return null!=t.db&&(n.$db=t.db),(null!=e?H.utf8ByteLength(e)+1:0)+1+me(n,r,s)}return t instanceof RegExp||i(t)?(null!=e?H.utf8ByteLength(e)+1:0)+1+H.utf8ByteLength(t.source)+1+(t.global?1:0)+(t.ignoreCase?1:0)+(t.multiline?1:0)+1:"BSONRegExp"===t._bsontype?(null!=e?H.utf8ByteLength(e)+1:0)+1+H.utf8ByteLength(t.pattern)+1+H.utf8ByteLength(t.options)+1:(null!=e?H.utf8ByteLength(e)+1:0)+me(t,r,s)+1;case"function":if(r)return(null!=e?H.utf8ByteLength(e)+1:0)+1+4+H.utf8ByteLength(t.toString())+1}return 0}ObjectId.index=Math.floor(16777215*Math.random());class BSONRegExp extends BSONValue{get _bsontype(){return"BSONRegExp"}constructor(e,t){if(super(),this.pattern=e,this.options=(t??"").split("").sort().join(""),-1!==this.pattern.indexOf("\0"))throw new BSONError(`BSON Regex patterns cannot contain null bytes, found: ${JSON.stringify(this.pattern)}`);if(-1!==this.options.indexOf("\0"))throw new BSONError(`BSON Regex options cannot contain null bytes, found: ${JSON.stringify(this.options)}`);for(let e=0;e<this.options.length;e++)if("i"!==this.options[e]&&"m"!==this.options[e]&&"x"!==this.options[e]&&"l"!==this.options[e]&&"s"!==this.options[e]&&"u"!==this.options[e])throw new BSONError(`The regular expression option [${this.options[e]}] is not supported`)}static parseOptions(e){return e?e.split("").sort().join(""):""}toExtendedJSON(e){return(e=e||{}).legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}}static fromExtendedJSON(e){if("$regex"in e){if("string"==typeof e.$regex)return new BSONRegExp(e.$regex,BSONRegExp.parseOptions(e.$options));if("BSONRegExp"===e.$regex._bsontype)return e}if("$regularExpression"in e)return new BSONRegExp(e.$regularExpression.pattern,BSONRegExp.parseOptions(e.$regularExpression.options));throw new BSONError(`Unexpected BSONRegExp EJSON object form: ${JSON.stringify(e)}`)}inspect(e,t,r){const n=function(e){if(null!=e&&"object"==typeof e&&"stylize"in e&&"function"==typeof e.stylize)return e.stylize}(t)??(e=>e);return r??=a,`new BSONRegExp(${n(r(this.pattern),"regexp")}, ${n(r(this.options),"regexp")})`}}class BSONSymbol extends BSONValue{get _bsontype(){return"BSONSymbol"}constructor(e){super(),this.value=e}valueOf(){return this.value}toString(){return this.value}toJSON(){return this.value}toExtendedJSON(){return{$symbol:this.value}}static fromExtendedJSON(e){return new BSONSymbol(e.$symbol)}inspect(e,t,r){return r??=a,`new BSONSymbol(${r(this.value,t)})`}}const Be=Long;class Timestamp extends Be{get _bsontype(){return"Timestamp"}constructor(e){if(null==e)super(0,0,!0);else if("bigint"==typeof e)super(e,!0);else if(Long.isLong(e))super(e.low,e.high,!0);else{if("object"!=typeof e||!("t"in e)||!("i"in e))throw new BSONError("A Timestamp can only be constructed with: bigint, Long, or { t: number; i: number }");{if("number"!=typeof e.t&&("object"!=typeof e.t||"Int32"!==e.t._bsontype))throw new BSONError("Timestamp constructed from { t, i } must provide t as a number");if("number"!=typeof e.i&&("object"!=typeof e.i||"Int32"!==e.i._bsontype))throw new BSONError("Timestamp constructed from { t, i } must provide i as a number");const t=Number(e.t),r=Number(e.i);if(t<0||Number.isNaN(t))throw new BSONError("Timestamp constructed from { t, i } must provide a positive t");if(r<0||Number.isNaN(r))throw new BSONError("Timestamp constructed from { t, i } must provide a positive i");if(t>4294967295)throw new BSONError("Timestamp constructed from { t, i } must provide t equal or less than uint32 max");if(r>4294967295)throw new BSONError("Timestamp constructed from { t, i } must provide i equal or less than uint32 max");super(r,t,!0)}}}toJSON(){return{$timestamp:this.toString()}}static fromInt(e){return new Timestamp(Long.fromInt(e,!0))}static fromNumber(e){return new Timestamp(Long.fromNumber(e,!0))}static fromBits(e,t){return new Timestamp({i:e,t})}static fromString(e,t){return new Timestamp(Long.fromString(e,!0,t))}toExtendedJSON(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}}static fromExtendedJSON(e){const t=Long.isLong(e.$timestamp.i)?e.$timestamp.i.getLowBitsUnsigned():e.$timestamp.i,r=Long.isLong(e.$timestamp.t)?e.$timestamp.t.getLowBitsUnsigned():e.$timestamp.t;return new Timestamp({t:r,i:t})}inspect(e,t,r){return r??=a,`new Timestamp({ t: ${r(this.high>>>0,t)}, i: ${r(this.low>>>0,t)} })`}}Timestamp.MAX_VALUE=Long.MAX_UNSIGNED_VALUE;const Se=128,Oe=192,Ne=224,Ee=240,Le=248,xe=192,_e=224,Ue=240,ve=128;function Ie(e,t,r){let n=0;for(let o=t;o<r;o+=1){const t=e[o];if(n){if((t&Oe)!==ve)return!1;n-=1}else if(t&Se)if((t&Ne)===xe)n=1;else if((t&Ee)===_e)n=2;else{if((t&Le)!==Ue)return!1;n=3}}return!n}const $e=Long.fromNumber(p),Te=Long.fromNumber(d);function je(e,t,r){const n=(t=null==t?{}:t)&&t.index?t.index:0,o=e[n]|e[n+1]<<8|e[n+2]<<16|e[n+3]<<24;if(o<5)throw new BSONError(`bson size must be >= 5, is ${o}`);if(t.allowObjectSmallerThanBufferSize&&e.length<o)throw new BSONError(`buffer length ${e.length} must be >= bson size ${o}`);if(!t.allowObjectSmallerThanBufferSize&&e.length!==o)throw new BSONError(`buffer length ${e.length} must === bson size ${o}`);if(o+n>e.byteLength)throw new BSONError(`(bson size ${o} + options.index ${n} must be <= buffer length ${e.byteLength})`);if(0!==e[n+o-1])throw new BSONError("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return Ae(e,n,t,r)}const De=/^\$ref$|^\$id$|^\$db$/;function Ae(e,t,r,n=!1){const o=null==r.fieldsAsRaw?null:r.fieldsAsRaw,i=null!=r.raw&&r.raw,s="boolean"==typeof r.bsonRegExp&&r.bsonRegExp,u=r.promoteBuffers??!1,a=r.promoteLongs??!0,l=r.promoteValues??!0,f=r.useBigInt64??!1;if(f&&!l)throw new BSONError("Must either request bigint or Long for int64 deserialization");if(f&&!a)throw new BSONError("Must either request bigint or Long for int64 deserialization");const c=null==r.validation?{utf8:!0}:r.validation;let g,h=!0;const p=new Set,d=c.utf8;if("boolean"==typeof d)g=d;else{h=!1;const e=Object.keys(d).map((function(e){return d[e]}));if(0===e.length)throw new BSONError("UTF-8 validation setting cannot be empty");if("boolean"!=typeof e[0])throw new BSONError("Invalid UTF-8 validation option, must specify boolean values");if(g=e[0],!e.every((e=>e===g)))throw new BSONError("Invalid UTF-8 validation option - keys must be all true or all false")}if(!h)for(const e of Object.keys(d))p.add(e);const M=t;if(e.length<5)throw new BSONError("corrupt bson message < 5 bytes long");const F=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(F<5||F>e.length)throw new BSONError("corrupt bson message");const V=n?[]:{};let C=0,J=!n&&null;const q=new DataView(e.buffer,e.byteOffset,e.byteLength);for(;;){const d=e[t++];if(0===d)break;let M=t;for(;0!==e[M]&&M<e.length;)M++;if(M>=e.byteLength)throw new BSONError("Bad BSON Document: illegal CString");const F=n?C++:H.toUTF8(e,t,M);let P,k=!0;if(k=h||p.has(F)?g:!g,!1!==J&&"$"===F[0]&&(J=De.test(F)),t=M+1,d===y){const r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(r<=0||r>e.length-t||0!==e[t+r-1])throw new BSONError("bad string length in bson");P=Re(e,t,t+r-1,k),t+=r}else if(d===O){const r=H.allocate(12);r.set(e.subarray(t,t+12)),P=new ObjectId(r),t+=12}else if(d===$&&!1===l)P=new Int32(e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24);else if(d===$)P=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;else if(d===b&&!1===l)P=new Double(q.getFloat64(t,!0)),t+=8;else if(d===b)P=q.getFloat64(t,!0),t+=8;else if(d===E){const r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24,n=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;P=new Date(new Long(r,n).toNumber())}else if(d===N){if(0!==e[t]&&1!==e[t])throw new BSONError("illegal boolean type value");P=1===e[t++]}else if(d===m){const n=t,o=e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24;if(o<=0||o>e.length-t)throw new BSONError("bad embedded document length in bson");if(i)P=e.slice(t,t+o);else{let t=r;h||(t={...r,validation:{utf8:k}}),P=Ae(e,n,t,!1)}t+=o}else if(d===w){const n=t,i=e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24;let s=r;const u=t+i;if(o&&o[F]&&(s={...r,raw:!0}),h||(s={...s,validation:{utf8:k}}),P=Ae(e,n,s,!0),0!==e[(t+=i)-1])throw new BSONError("invalid array terminator byte");if(t!==u)throw new BSONError("corrupted array bson")}else if(d===S)P=void 0;else if(d===L)P=null;else if(d===j){const r=BSONDataView.fromUint8Array(e.subarray(t,t+8)),n=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24,o=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24,i=new Long(n,o);P=f?r.getBigInt64(0,!0):a&&!0===l&&i.lessThanOrEqual($e)&&i.greaterThanOrEqual(Te)?i.toNumber():i}else if(d===D){const r=H.allocate(16);r.set(e.subarray(t,t+16),0),t+=16,P=new Decimal128(r)}else if(d===B){let r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;const n=r,o=e[t++];if(r<0)throw new BSONError("Negative binary type element size found");if(r>e.byteLength)throw new BSONError("Binary type size larger than document size");if(null!=e.slice){if(o===Binary.SUBTYPE_BYTE_ARRAY){if(r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24,r<0)throw new BSONError("Negative binary type element size found for subtype 0x02");if(r>n-4)throw new BSONError("Binary type with subtype 0x02 contains too long binary size");if(r<n-4)throw new BSONError("Binary type with subtype 0x02 contains too short binary size")}u&&l?P=H.toLocalBufferType(e.slice(t,t+r)):(P=new Binary(e.slice(t,t+r),o),o===z&&UUID.isValid(P)&&(P=P.toUUID()))}else{const i=H.allocate(r);if(o===Binary.SUBTYPE_BYTE_ARRAY){if(r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24,r<0)throw new BSONError("Negative binary type element size found for subtype 0x02");if(r>n-4)throw new BSONError("Binary type with subtype 0x02 contains too long binary size");if(r<n-4)throw new BSONError("Binary type with subtype 0x02 contains too short binary size")}for(M=0;M<r;M++)i[M]=e[t+M];u&&l?P=i:(P=new Binary(e.slice(t,t+r),o),o===z&&UUID.isValid(P)&&(P=P.toUUID()))}t+=r}else if(d===x&&!1===s){for(M=t;0!==e[M]&&M<e.length;)M++;if(M>=e.length)throw new BSONError("Bad BSON Document: illegal CString");const r=H.toUTF8(e,t,M);for(M=t=M+1;0!==e[M]&&M<e.length;)M++;if(M>=e.length)throw new BSONError("Bad BSON Document: illegal CString");const n=H.toUTF8(e,t,M);t=M+1;const o=new Array(n.length);for(M=0;M<n.length;M++)switch(n[M]){case"m":o[M]="m";break;case"s":o[M]="g";break;case"i":o[M]="i"}P=new RegExp(r,o.join(""))}else if(d===x&&!0===s){for(M=t;0!==e[M]&&M<e.length;)M++;if(M>=e.length)throw new BSONError("Bad BSON Document: illegal CString");const r=H.toUTF8(e,t,M);for(M=t=M+1;0!==e[M]&&M<e.length;)M++;if(M>=e.length)throw new BSONError("Bad BSON Document: illegal CString");const n=H.toUTF8(e,t,M);t=M+1,P=new BSONRegExp(r,n)}else if(d===v){const r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(r<=0||r>e.length-t||0!==e[t+r-1])throw new BSONError("bad string length in bson");const n=Re(e,t,t+r-1,k);P=l?n:new BSONSymbol(n),t+=r}else if(d===T){const r=e[t++]+256*e[t++]+65536*e[t++]+e[t++]*(1<<24),n=e[t++]+256*e[t++]+65536*e[t++]+e[t++]*(1<<24);P=new Timestamp({i:r,t:n})}else if(d===A)P=new MinKey;else if(d===R)P=new MaxKey;else if(d===U){const r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(r<=0||r>e.length-t||0!==e[t+r-1])throw new BSONError("bad string length in bson");const n=Re(e,t,t+r-1,k);P=new Code(n),t+=r}else if(d===I){const n=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(n<13)throw new BSONError("code_w_scope total size shorter minimum expected length");const o=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(o<=0||o>e.length-t||0!==e[t+o-1])throw new BSONError("bad string length in bson");const i=Re(e,t,t+o-1,k),s=t+=o,u=e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24,a=Ae(e,s,r,!1);if(t+=u,n<8+u+o)throw new BSONError("code_w_scope total size is too short, truncating scope");if(n>8+u+o)throw new BSONError("code_w_scope total size is too long, clips outer document");P=new Code(i,a)}else{if(d!==_)throw new BSONError(`Detected unknown BSON type ${d.toString(16)} for fieldname "${F}"`);{const r=e[t++]|e[t++]<<8|e[t++]<<16|e[t++]<<24;if(r<=0||r>e.length-t||0!==e[t+r-1])throw new BSONError("bad string length in bson");if(null!=c&&c.utf8&&!Ie(e,t,t+r-1))throw new BSONError("Invalid UTF-8 string in BSON document");const n=H.toUTF8(e,t,t+r-1);t+=r;const o=H.allocate(12);o.set(e.subarray(t,t+12),0);const i=new ObjectId(o);t+=12,P=new DBRef(n,i)}}"__proto__"===F?Object.defineProperty(V,F,{value:P,writable:!0,enumerable:!0,configurable:!0}):V[F]=P}if(F!==t-M){if(n)throw new BSONError("corrupt array bson");throw new BSONError("corrupt object bson")}if(!J)return V;if(Z(V)){const e=Object.assign({},V);return delete e.$ref,delete e.$id,delete e.$db,new DBRef(V.$ref,V.$id,V.$db,e)}return V}function Re(e,t,r,n){const o=H.toUTF8(e,t,r);if(n)for(let n=0;n<o.length;n++)if(65533===o.charCodeAt(n)){if(!Ie(e,t,r))throw new BSONError("Invalid UTF-8 string in BSON document");break}return o}const Me=/\x00/,ze=new Set(["$db","$ref","$id","$clusterTime"]);function Fe(e,t,r,n){e[n++]=y,e[(n=n+H.encodeUTF8Into(e,t,n)+1)-1]=0;const o=H.encodeUTF8Into(e,r,n+4);return e[n+3]=o+1>>24&255,e[n+2]=o+1>>16&255,e[n+1]=o+1>>8&255,e[n]=o+1&255,n=n+4+o,e[n++]=0,n}const Ve=new DataView(new ArrayBuffer(8),0,8),Ce=new Uint8Array(Ve.buffer,0,4),Je=new Uint8Array(Ve.buffer,0,8);function qe(e,t,r,n){const o=!Object.is(r,-0)&&Number.isSafeInteger(r)&&r<=f&&r>=c?$:b;o===$?Ve.setInt32(0,r,!0):Ve.setFloat64(0,r,!0);const i=o===$?Ce:Je;return e[n++]=o,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,e.set(i,n),n+=i.byteLength}function Pe(e,t,r,n){return e[n++]=j,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,Ve.setBigInt64(0,r,!0),e.set(Je,n),n+=Je.byteLength}function ke(e,t,r,n){return e[n++]=L,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,n}function He(e,t,r,n){return e[n++]=N,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,e[n++]=r?1:0,n}function Ke(e,t,r,n){e[n++]=E,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=Long.fromNumber(r.getTime()),i=o.getLowBits(),s=o.getHighBits();return e[n++]=255&i,e[n++]=i>>8&255,e[n++]=i>>16&255,e[n++]=i>>24&255,e[n++]=255&s,e[n++]=s>>8&255,e[n++]=s>>16&255,e[n++]=s>>24&255,n}function Ye(e,t,r,n){if(e[n++]=x,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,r.source&&null!=r.source.match(Me))throw new BSONError("value "+r.source+" must not contain null bytes");return n+=H.encodeUTF8Into(e,r.source,n),e[n++]=0,r.ignoreCase&&(e[n++]=105),r.global&&(e[n++]=115),r.multiline&&(e[n++]=109),e[n++]=0,n}function Ze(e,t,r,n){if(e[n++]=x,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,null!=r.pattern.match(Me))throw new BSONError("pattern "+r.pattern+" must not contain null bytes");n+=H.encodeUTF8Into(e,r.pattern,n),e[n++]=0;const o=r.options.split("").sort().join("");return n+=H.encodeUTF8Into(e,o,n),e[n++]=0,n}function We(e,t,r,n){return null===r?e[n++]=L:"MinKey"===r._bsontype?e[n++]=A:e[n++]=R,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,n}function Ge(e,t,r,n){e[n++]=O,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const i=r.id;if(!o(i))throw new BSONError("object ["+JSON.stringify(r)+"] is not a valid ObjectId");for(let t=0;t<12;t++)e[n++]=i[t];return n}function Xe(e,t,r,n){e[n++]=B,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=r.length;return e[n++]=255&o,e[n++]=o>>8&255,e[n++]=o>>16&255,e[n++]=o>>24&255,e[n++]=M,e.set(r,n),n+=o}function Qe(e,t,r,n,o,i,s,u,a){if(a.has(r))throw new BSONError("Cannot convert circular structure to BSON");a.add(r),e[n++]=Array.isArray(r)?w:m,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const l=lt(e,r,o,n,i+1,s,u,a);return a.delete(r),l}function et(e,t,r,n){return e[n++]=D,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,e.set(r.bytes.subarray(0,16),n),n+16}function tt(e,t,r,n){e[n++]="Long"===r._bsontype?j:T,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=r.getLowBits(),i=r.getHighBits();return e[n++]=255&o,e[n++]=o>>8&255,e[n++]=o>>16&255,e[n++]=o>>24&255,e[n++]=255&i,e[n++]=i>>8&255,e[n++]=i>>16&255,e[n++]=i>>24&255,n}function rt(e,t,r,n){return r=r.valueOf(),e[n++]=$,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,e[n++]=255&r,e[n++]=r>>8&255,e[n++]=r>>16&255,e[n++]=r>>24&255,n}function nt(e,t,r,n){return e[n++]=b,n+=H.encodeUTF8Into(e,t,n),e[n++]=0,Ve.setFloat64(0,r.value,!0),e.set(Je,n),n+=8}function ot(e,t,r,n){e[n++]=U,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=r.toString(),i=H.encodeUTF8Into(e,o,n+4)+1;return e[n]=255&i,e[n+1]=i>>8&255,e[n+2]=i>>16&255,e[n+3]=i>>24&255,n=n+4+i-1,e[n++]=0,n}function it(e,t,r,n,o=!1,i=0,s=!1,u=!0,a){if(r.scope&&"object"==typeof r.scope){e[n++]=I,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;let l=n;const f=r.code;n+=4;const c=H.encodeUTF8Into(e,f,n+4)+1;e[n]=255&c,e[n+1]=c>>8&255,e[n+2]=c>>16&255,e[n+3]=c>>24&255,e[n+4+c-1]=0,n=n+c+4;const g=lt(e,r.scope,o,n,i+1,s,u,a);n=g-1;const h=g-l;e[l++]=255&h,e[l++]=h>>8&255,e[l++]=h>>16&255,e[l++]=h>>24&255,e[n++]=0}else{e[n++]=U,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=r.code.toString(),i=H.encodeUTF8Into(e,o,n+4)+1;e[n]=255&i,e[n+1]=i>>8&255,e[n+2]=i>>16&255,e[n+3]=i>>24&255,n=n+4+i-1,e[n++]=0}return n}function st(e,t,r,n){e[n++]=B,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=r.buffer;let i=r.position;return r.sub_type===Binary.SUBTYPE_BYTE_ARRAY&&(i+=4),e[n++]=255&i,e[n++]=i>>8&255,e[n++]=i>>16&255,e[n++]=i>>24&255,e[n++]=r.sub_type,r.sub_type===Binary.SUBTYPE_BYTE_ARRAY&&(i-=4,e[n++]=255&i,e[n++]=i>>8&255,e[n++]=i>>16&255,e[n++]=i>>24&255),e.set(o,n),n+=r.position}function ut(e,t,r,n){e[n++]=v,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;const o=H.encodeUTF8Into(e,r.value,n+4)+1;return e[n]=255&o,e[n+1]=o>>8&255,e[n+2]=o>>16&255,e[n+3]=o>>24&255,n=n+4+o-1,e[n++]=0,n}function at(e,t,r,n,o,i,s){e[n++]=m,n+=H.encodeUTF8Into(e,t,n),e[n++]=0;let u=n,a={$ref:r.collection||r.namespace,$id:r.oid};null!=r.db&&(a.$db=r.db),a=Object.assign(a,r.fields);const l=lt(e,a,!1,n,o+1,i,!0,s),f=l-u;return e[u++]=255&f,e[u++]=f>>8&255,e[u++]=f>>16&255,e[u++]=f>>24&255,l}function lt(e,t,r,a,f,c,g,h){if(null==h){if(null==t)return e[0]=5,e[1]=0,e[2]=0,e[3]=0,e[4]=0,5;if(Array.isArray(t))throw new BSONError("serialize does not support an array as the root input");if("object"!=typeof t)throw new BSONError("serialize does not support non-object as the root input");if("_bsontype"in t&&"string"==typeof t._bsontype)throw new BSONError("BSON types cannot be serialized as a document");if(u(t)||i(t)||o(t)||n(t))throw new BSONError("date, regexp, typedarray, and arraybuffer cannot be BSON documents");h=new Set}h.add(t);let p=a+4;if(Array.isArray(t))for(let n=0;n<t.length;n++){const s=`${n}`;let a=t[n];if("function"==typeof a?.toBSON&&(a=a.toBSON()),"string"==typeof a)p=Fe(e,s,a,p);else if("number"==typeof a)p=qe(e,s,a,p);else if("bigint"==typeof a)p=Pe(e,s,a,p);else if("boolean"==typeof a)p=He(e,s,a,p);else if(a instanceof Date||u(a))p=Ke(e,s,a,p);else if(void 0===a)p=ke(e,s,0,p);else if(null===a)p=ke(e,s,0,p);else if(o(a))p=Xe(e,s,a,p);else if(a instanceof RegExp||i(a))p=Ye(e,s,a,p);else if("object"==typeof a&&null==a._bsontype)p=Qe(e,s,a,p,r,f,c,g,h);else{if("object"==typeof a&&a[Symbol.for("@@mdb.bson.version")]!==l)throw new BSONVersionError;if("ObjectId"===a._bsontype)p=Ge(e,s,a,p);else if("Decimal128"===a._bsontype)p=et(e,s,a,p);else if("Long"===a._bsontype||"Timestamp"===a._bsontype)p=tt(e,s,a,p);else if("Double"===a._bsontype)p=nt(e,s,a,p);else if("function"==typeof a&&c)p=ot(e,s,a,p);else if("Code"===a._bsontype)p=it(e,s,a,p,r,f,c,g,h);else if("Binary"===a._bsontype)p=st(e,s,a,p);else if("BSONSymbol"===a._bsontype)p=ut(e,s,a,p);else if("DBRef"===a._bsontype)p=at(e,s,a,p,f,c,h);else if("BSONRegExp"===a._bsontype)p=Ze(e,s,a,p);else if("Int32"===a._bsontype)p=rt(e,s,a,p);else if("MinKey"===a._bsontype||"MaxKey"===a._bsontype)p=We(e,s,a,p);else if(void 0!==a._bsontype)throw new BSONError(`Unrecognized or invalid _bsontype: ${String(a._bsontype)}`)}}else if(t instanceof Map||s(t)){const n=t.entries();let s=!1;for(;!s;){const t=n.next();if(s=!!t.done,s)continue;const a=t.value[0];let d=t.value[1];"function"==typeof d?.toBSON&&(d=d.toBSON());const b=typeof d;if("string"==typeof a&&!ze.has(a)){if(null!=a.match(Me))throw new BSONError("key "+a+" must not contain null bytes");if(r){if("$"===a[0])throw new BSONError("key "+a+" must not start with '$'");if(~a.indexOf("."))throw new BSONError("key "+a+" must not contain '.'")}}if("string"===b)p=Fe(e,a,d,p);else if("number"===b)p=qe(e,a,d,p);else if("bigint"===b)p=Pe(e,a,d,p);else if("boolean"===b)p=He(e,a,d,p);else if(d instanceof Date||u(d))p=Ke(e,a,d,p);else if(null===d||void 0===d&&!1===g)p=ke(e,a,0,p);else if(o(d))p=Xe(e,a,d,p);else if(d instanceof RegExp||i(d))p=Ye(e,a,d,p);else if("object"===b&&null==d._bsontype)p=Qe(e,a,d,p,r,f,c,g,h);else{if("object"==typeof d&&d[Symbol.for("@@mdb.bson.version")]!==l)throw new BSONVersionError;if("ObjectId"===d._bsontype)p=Ge(e,a,d,p);else if("object"===b&&"Decimal128"===d._bsontype)p=et(e,a,d,p);else if("Long"===d._bsontype||"Timestamp"===d._bsontype)p=tt(e,a,d,p);else if("Double"===d._bsontype)p=nt(e,a,d,p);else if("Code"===d._bsontype)p=it(e,a,d,p,r,f,c,g,h);else if("function"==typeof d&&c)p=ot(e,a,d,p);else if("Binary"===d._bsontype)p=st(e,a,d,p);else if("BSONSymbol"===d._bsontype)p=ut(e,a,d,p);else if("DBRef"===d._bsontype)p=at(e,a,d,p,f,c,h);else if("BSONRegExp"===d._bsontype)p=Ze(e,a,d,p);else if("Int32"===d._bsontype)p=rt(e,a,d,p);else if("MinKey"===d._bsontype||"MaxKey"===d._bsontype)p=We(e,a,d,p);else if(void 0!==d._bsontype)throw new BSONError(`Unrecognized or invalid _bsontype: ${String(d._bsontype)}`)}}}else{if("function"==typeof t?.toBSON&&null!=(t=t.toBSON())&&"object"!=typeof t)throw new BSONError("toBSON function did not return an object");for(const n of Object.keys(t)){let s=t[n];"function"==typeof s?.toBSON&&(s=s.toBSON());const a=typeof s;if("string"==typeof n&&!ze.has(n)){if(null!=n.match(Me))throw new BSONError("key "+n+" must not contain null bytes");if(r){if("$"===n[0])throw new BSONError("key "+n+" must not start with '$'");if(~n.indexOf("."))throw new BSONError("key "+n+" must not contain '.'")}}if("string"===a)p=Fe(e,n,s,p);else if("number"===a)p=qe(e,n,s,p);else if("bigint"===a)p=Pe(e,n,s,p);else if("boolean"===a)p=He(e,n,s,p);else if(s instanceof Date||u(s))p=Ke(e,n,s,p);else if(void 0===s)!1===g&&(p=ke(e,n,0,p));else if(null===s)p=ke(e,n,0,p);else if(o(s))p=Xe(e,n,s,p);else if(s instanceof RegExp||i(s))p=Ye(e,n,s,p);else if("object"===a&&null==s._bsontype)p=Qe(e,n,s,p,r,f,c,g,h);else{if("object"==typeof s&&s[Symbol.for("@@mdb.bson.version")]!==l)throw new BSONVersionError;if("ObjectId"===s._bsontype)p=Ge(e,n,s,p);else if("object"===a&&"Decimal128"===s._bsontype)p=et(e,n,s,p);else if("Long"===s._bsontype||"Timestamp"===s._bsontype)p=tt(e,n,s,p);else if("Double"===s._bsontype)p=nt(e,n,s,p);else if("Code"===s._bsontype)p=it(e,n,s,p,r,f,c,g,h);else if("function"==typeof s&&c)p=ot(e,n,s,p);else if("Binary"===s._bsontype)p=st(e,n,s,p);else if("BSONSymbol"===s._bsontype)p=ut(e,n,s,p);else if("DBRef"===s._bsontype)p=at(e,n,s,p,f,c,h);else if("BSONRegExp"===s._bsontype)p=Ze(e,n,s,p);else if("Int32"===s._bsontype)p=rt(e,n,s,p);else if("MinKey"===s._bsontype||"MaxKey"===s._bsontype)p=We(e,n,s,p);else if(void 0!==s._bsontype)throw new BSONError(`Unrecognized or invalid _bsontype: ${String(s._bsontype)}`)}}}h.delete(t),e[p++]=0;const d=p-a;return e[a++]=255&d,e[a++]=d>>8&255,e[a++]=d>>16&255,e[a++]=d>>24&255,p}const ft={$oid:ObjectId,$binary:Binary,$uuid:Binary,$symbol:BSONSymbol,$numberInt:Int32,$numberDecimal:Decimal128,$numberDouble:Double,$numberLong:Long,$minKey:MinKey,$maxKey:MaxKey,$regex:BSONRegExp,$regularExpression:BSONRegExp,$timestamp:Timestamp};function ct(e,t={}){if("number"==typeof e){const r=e<=f&&e>=c,n=e<=g&&e>=h;if(t.relaxed||t.legacy)return e;if(Number.isInteger(e)&&!Object.is(e,-0)){if(r)return new Int32(e);if(n)return t.useBigInt64?BigInt(e):Long.fromNumber(e)}return new Double(e)}if(null==e||"object"!=typeof e)return e;if(e.$undefined)return null;const r=Object.keys(e).filter((t=>t.startsWith("$")&&null!=e[t]));for(let n=0;n<r.length;n++){const o=ft[r[n]];if(o)return o.fromExtendedJSON(e,t)}if(null!=e.$date){const r=e.$date,n=new Date;if(t.legacy)if("number"==typeof r)n.setTime(r);else if("string"==typeof r)n.setTime(Date.parse(r));else{if("bigint"!=typeof r)throw new BSONRuntimeError("Unrecognized type for EJSON date: "+typeof r);n.setTime(Number(r))}else if("string"==typeof r)n.setTime(Date.parse(r));else if(Long.isLong(r))n.setTime(r.toNumber());else if("number"==typeof r&&t.relaxed)n.setTime(r);else{if("bigint"!=typeof r)throw new BSONRuntimeError("Unrecognized type for EJSON date: "+typeof r);n.setTime(Number(r))}return n}if(null!=e.$code){const t=Object.assign({},e);return e.$scope&&(t.$scope=ct(e.$scope)),Code.fromExtendedJSON(e)}if(Z(e)||e.$dbPointer){const t=e.$ref?e:e.$dbPointer;if(t instanceof DBRef)return t;const r=Object.keys(t).filter((e=>e.startsWith("$")));let n=!0;if(r.forEach((e=>{-1===["$ref","$id","$db"].indexOf(e)&&(n=!1)})),n)return DBRef.fromExtendedJSON(t)}return e}function gt(e){const t=e.toISOString();return 0!==e.getUTCMilliseconds()?t:t.slice(0,-5)+"Z"}function ht(e,t){if(e instanceof Map||s(e)){const r=Object.create(null);for(const[t,n]of e){if("string"!=typeof t)throw new BSONError("Can only serialize maps with string keys");r[t]=n}return ht(r,t)}if(("object"==typeof e||"function"==typeof e)&&null!==e){const r=t.seenObjects.findIndex((t=>t.obj===e));if(-1!==r){const e=t.seenObjects.map((e=>e.propertyName)),n=e.slice(0,r).map((e=>`${e} -> `)).join(""),o=e[r],i=" -> "+e.slice(r+1,e.length-1).map((e=>`${e} -> `)).join(""),s=e[e.length-1],u=" ".repeat(n.length+o.length/2),a="-".repeat(i.length+(o.length+s.length)/2-1);throw new BSONError(`Converting circular structure to EJSON:\n ${n}${o}${i}${s}\n ${u}\\${a}/`)}t.seenObjects[t.seenObjects.length-1].obj=e}if(Array.isArray(e))return function(e,t){return e.map(((e,r)=>{t.seenObjects.push({propertyName:`index ${r}`,obj:null});try{return ht(e,t)}finally{t.seenObjects.pop()}}))}(e,t);if(void 0===e)return null;if(e instanceof Date||u(e)){const r=e.getTime(),n=r>-1&&r<2534023188e5;return t.legacy?t.relaxed&&n?{$date:e.getTime()}:{$date:gt(e)}:t.relaxed&&n?{$date:gt(e)}:{$date:{$numberLong:e.getTime().toString()}}}if(!("number"!=typeof e||t.relaxed&&isFinite(e))){if(Number.isInteger(e)&&!Object.is(e,-0)){if(e>=c&&e<=f)return{$numberInt:e.toString()};if(e>=h&&e<=g)return{$numberLong:e.toString()}}return{$numberDouble:Object.is(e,-0)?"-0.0":e.toString()}}if("bigint"==typeof e)return t.relaxed?Number(BigInt.asIntN(64,e)):{$numberLong:BigInt.asIntN(64,e).toString()};if(e instanceof RegExp||i(e)){let r=e.flags;if(void 0===r){const t=e.toString().match(/[gimuy]*$/);t&&(r=t[0])}return new BSONRegExp(e.source,r).toExtendedJSON(t)}return null!=e&&"object"==typeof e?function(e,t){if(null==e||"object"!=typeof e)throw new BSONError("not an object instance");const r=e._bsontype;if(void 0===r){const r={};for(const n of Object.keys(e)){t.seenObjects.push({propertyName:n,obj:null});try{const o=ht(e[n],t);"__proto__"===n?Object.defineProperty(r,n,{value:o,writable:!0,enumerable:!0,configurable:!0}):r[n]=o}finally{t.seenObjects.pop()}}return r}if(null!=e&&"object"==typeof e&&"string"==typeof e._bsontype&&e[Symbol.for("@@mdb.bson.version")]!==l)throw new BSONVersionError;if(function(e){return null!=e&&"object"==typeof e&&"_bsontype"in e&&"string"==typeof e._bsontype}(e)){let n=e;if("function"!=typeof n.toExtendedJSON){const t=pt[e._bsontype];if(!t)throw new BSONError("Unrecognized or invalid _bsontype: "+e._bsontype);n=t(n)}return"Code"===r&&n.scope?n=new Code(n.code,ht(n.scope,t)):"DBRef"===r&&n.oid&&(n=new DBRef(ht(n.collection,t),ht(n.oid,t),ht(n.db,t),ht(n.fields,t))),n.toExtendedJSON(t)}throw new BSONError("_bsontype must be a string, but was: "+typeof r)}(e,t):e}const pt={Binary:e=>new Binary(e.value(),e.sub_type),Code:e=>new Code(e.code,e.scope),DBRef:e=>new DBRef(e.collection||e.namespace,e.oid,e.db,e.fields),Decimal128:e=>new Decimal128(e.bytes),Double:e=>new Double(e.value),Int32:e=>new Int32(e.value),Long:e=>Long.fromBits(null!=e.low?e.low:e.low_,null!=e.low?e.high:e.high_,null!=e.low?e.unsigned:e.unsigned_),MaxKey:()=>new MaxKey,MinKey:()=>new MinKey,ObjectId:e=>new ObjectId(e),BSONRegExp:e=>new BSONRegExp(e.pattern,e.options),BSONSymbol:e=>new BSONSymbol(e.value),Timestamp:e=>Timestamp.fromBits(e.low,e.high)};function dt(e,t){const r={useBigInt64:t?.useBigInt64??!1,relaxed:t?.relaxed??!0,legacy:t?.legacy??!1};return JSON.parse(e,((e,t)=>{if(-1!==e.indexOf("\0"))throw new BSONError(`BSON Document field names cannot contain null bytes, found: ${JSON.stringify(e)}`);return ct(t,r)}))}function bt(e,t,r,n){null!=r&&"object"==typeof r&&(n=r,r=0),null==t||"object"!=typeof t||Array.isArray(t)||(n=t,t=void 0,r=0);const o=ht(e,Object.assign({relaxed:!0,legacy:!1},n,{seenObjects:[{propertyName:"(root)",obj:null}]}));return JSON.stringify(o,t,r)}const yt=Object.create(null);yt.parse=dt,yt.stringify=bt,yt.serialize=function(e,t){return t=t||{},JSON.parse(bt(e,t))},yt.deserialize=function(e,t){return t=t||{},dt(JSON.stringify(e),t)},Object.freeze(yt);const mt=17825792;let wt=H.allocate(mt);function Bt(e){wt.length<e&&(wt=H.allocate(e))}function St(e,t={}){const r="boolean"==typeof t.checkKeys&&t.checkKeys,n="boolean"==typeof t.serializeFunctions&&t.serializeFunctions,o="boolean"!=typeof t.ignoreUndefined||t.ignoreUndefined,i="number"==typeof t.minInternalBufferSize?t.minInternalBufferSize:mt;wt.length<i&&(wt=H.allocate(i));const s=lt(wt,e,r,0,0,n,o,null),u=H.allocate(s);return u.set(wt.subarray(0,s),0),u}function Ot(e,t,r={}){const n="boolean"==typeof r.checkKeys&&r.checkKeys,o="boolean"==typeof r.serializeFunctions&&r.serializeFunctions,i="boolean"!=typeof r.ignoreUndefined||r.ignoreUndefined,s="number"==typeof r.index?r.index:0,u=lt(wt,e,n,0,0,o,i,null);return t.set(wt.subarray(0,u),s),s+u-1}function Nt(e,t={}){return je(H.toLocalBufferType(e),t)}function Et(e,t={}){return me(e,"boolean"==typeof(t=t||{}).serializeFunctions&&t.serializeFunctions,"boolean"!=typeof t.ignoreUndefined||t.ignoreUndefined)}function Lt(e,t,r,n,o,i){const s=Object.assign({allowObjectSmallerThanBufferSize:!0,index:0},i),u=H.toLocalBufferType(e);let a=t;for(let e=0;e<r;e++){const t=u[a]|u[a+1]<<8|u[a+2]<<16|u[a+3]<<24;s.index=a,n[o+e]=je(u,s),a+=t}return a}var xt=Object.freeze({__proto__:null,BSONError,BSONRegExp,BSONRuntimeError,BSONSymbol,BSONType:F,BSONValue,BSONVersionError,Binary,Code,DBRef,Decimal128,Double,EJSON:yt,Int32,Long,MaxKey,MinKey,ObjectId,Timestamp,UUID,calculateObjectSize:Et,deserialize:Nt,deserializeStream:Lt,serialize:St,serializeWithBufferAndIndex:Ot,setInternalBufferSize:Bt});t.BSON=xt,t.BSONError=BSONError,t.BSONRegExp=BSONRegExp,t.BSONRuntimeError=BSONRuntimeError,t.BSONSymbol=BSONSymbol,t.BSONType=F,t.BSONValue=BSONValue,t.BSONVersionError=BSONVersionError,t.Binary=Binary,t.Code=Code,t.DBRef=DBRef,t.Decimal128=Decimal128,t.Double=Double,t.EJSON=yt,t.Int32=Int32,t.Long=Long,t.MaxKey=MaxKey,t.MinKey=MinKey,t.ObjectId=ObjectId,t.Timestamp=Timestamp,t.UUID=UUID,t.calculateObjectSize=Et,t.deserialize=Nt,t.deserializeStream=Lt,t.serialize=St,t.serializeWithBufferAndIndex=Ot,t.setInternalBufferSize=Bt}},t={},function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}},s=!0;try{e[n].call(i.exports,i,i.exports,r),s=!1}finally{s&&delete t[n]}return i.exports}(754);var e,t}));
|