@ybais/create-ybais-app 0.2.0

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.
Files changed (64) hide show
  1. package/README.md +21 -0
  2. package/dist/index.js +371 -0
  3. package/package.json +34 -0
  4. package/template/.cursor/rules/ybais-app.mdc +21 -0
  5. package/template/.cursor/skills/ybais-app/SKILL.md +140 -0
  6. package/template/.cursor/skills/ybais-app/reference.md +180 -0
  7. package/template/.env +2 -0
  8. package/template/.env.prod +8 -0
  9. package/template/.env.test +8 -0
  10. package/template/.mise/tasks/build +107 -0
  11. package/template/.oxlintrc.json +22 -0
  12. package/template/AGENTS.md +25 -0
  13. package/template/README.md +251 -0
  14. package/template/dist/assets/css/index-bQrzgOlr.css +1 -0
  15. package/template/dist/assets/js/dist-CX33qWwE.js +2 -0
  16. package/template/dist/assets/js/dist-legacy-BnxRxjXx.js +1 -0
  17. package/template/dist/assets/js/index-BNqkt-js.js +2 -0
  18. package/template/dist/assets/js/index-legacy-DPO2FCfH.js +1 -0
  19. package/template/dist/assets/js/polyfills-Dsaw-v00.js +1 -0
  20. package/template/dist/assets/js/polyfills-legacy-DyZJWH2U.js +1 -0
  21. package/template/dist/assets/js/rolldown-runtime-LhxUO5vB.js +1 -0
  22. package/template/dist/assets/js/rolldown-runtime-legacy-BptCTa2h.js +1 -0
  23. package/template/dist/assets/js/routes-D2ibRZk6.js +1 -0
  24. package/template/dist/assets/js/routes-legacy-DGEWjKnS.js +1 -0
  25. package/template/dist/assets/js/vconsole.min-BcOaunN2.js +1 -0
  26. package/template/dist/assets/js/vconsole.min-legacy-Bub-moxG.js +1 -0
  27. package/template/dist/favicon.svg +1 -0
  28. package/template/dist/index.html +29 -0
  29. package/template/dist/version.json +4 -0
  30. package/template/index.html +19 -0
  31. package/template/mise.toml +11 -0
  32. package/template/package.json +60 -0
  33. package/template/plugins/app-version.ts +88 -0
  34. package/template/pnpm-lock.yaml +3359 -0
  35. package/template/pnpm-workspace.yaml +7 -0
  36. package/template/postcss.config.js +24 -0
  37. package/template/public/favicon.svg +1 -0
  38. package/template/scripts/run-build.mjs +5 -0
  39. package/template/scripts/setup-mise.mjs +47 -0
  40. package/template/scripts/with-mise.mjs +107 -0
  41. package/template/src/api/alova.d.ts +7 -0
  42. package/template/src/api/alova.ts +50 -0
  43. package/template/src/api/index.ts +8 -0
  44. package/template/src/api/qiniu.ts +8 -0
  45. package/template/src/api/uploader.ts +25 -0
  46. package/template/src/components/NotFoundComponent/index.tsx +48 -0
  47. package/template/src/components/RouterErrorComponent/index.tsx +27 -0
  48. package/template/src/components/index.ts +2 -0
  49. package/template/src/lib/README.md +17 -0
  50. package/template/src/main.tsx +64 -0
  51. package/template/src/routeTree.gen.ts +59 -0
  52. package/template/src/router.ts +10 -0
  53. package/template/src/routes/__root.tsx +10 -0
  54. package/template/src/routes/index.tsx +39 -0
  55. package/template/src/styles/index.css +42 -0
  56. package/template/src/styles/variant.css +18 -0
  57. package/template/src/styles/webview-compat.css +49 -0
  58. package/template/src/utils/cn.ts +63 -0
  59. package/template/src/vite-env.d.ts +41 -0
  60. package/template/tailwind.config.js +14 -0
  61. package/template/tsconfig.app.json +37 -0
  62. package/template/tsconfig.json +7 -0
  63. package/template/tsconfig.node.json +28 -0
  64. package/template/vite.config.ts +131 -0
@@ -0,0 +1 @@
1
+ import'data:text/javascript,"assets/js/polyfills-Dsaw-v00.js";if(!import.meta.resolve)throw Error("import.meta.resolve not supported")';export function __vite_legacy_guard(){import.meta.url,import("_").catch(()=>1),async function*(){}().next()}var r,t=(r,t)=>()=>(t||(r((t={exports:{}}).exports,t),r=null),t.exports);r=function(){function r(r,t){(null==t||t>r.length)&&(t=r.length);for(var e=0,n=Array(t);e<t;e++)n[e]=r[e];return n}function t(r,t,e){return t=u(t),function(r,t){if(t&&("object"==typeof t||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(r){if(void 0===r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return r}(r)}(r,c()?Reflect.construct(t,e||[],u(r).constructor):t.apply(r,e))}function e(r,t){if(!(r instanceof t))throw new TypeError("Cannot call a class as a function")}function n(r,t){for(var e=0;e<t.length;e++){var n=t[e];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(r,f(n.key),n)}}function o(r,t,e){return t&&n(r.prototype,t),e&&n(r,e),Object.defineProperty(r,"prototype",{writable:!1}),r}function i(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(t){if("string"==typeof t)return r(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(t,e):void 0}}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var o=0,i=function(){};return{s:i,n:function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}},e:function(r){throw r},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,u=!0,c=!1;return{s:function(){n=n.call(t)},n:function(){var r=n.next();return u=r.done,r},e:function(r){c=!0,a=r},f:function(){try{u||null==n.return||n.return()}finally{if(c)throw a}}}}function a(){return a="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(r,t,e){var n=function(r,t){for(;!{}.hasOwnProperty.call(r,t)&&null!==(r=u(r)););return r}(r,t);if(n){var o=Object.getOwnPropertyDescriptor(n,t);return o.get?o.get.call(arguments.length<3?r:e):o.value}},a.apply(null,arguments)}function u(r){return u=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(r){return r.__proto__||Object.getPrototypeOf(r)},u(r)}function c(){try{var r=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(r){}return(c=function(){return!!r})()}function s(r,t){return s=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,t){return r.__proto__=t,r},s(r,t)}function f(r){var t=function(r,t){if("object"!=typeof r||!r)return r;var e=r[Symbol.toPrimitive];if(void 0!==e){var n=e.call(r,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(r)}(r,"string");return"symbol"==typeof t?t:t+""}!function(r){r.AbortSignal,r.AbortController}("undefined"!=typeof self?self:global);var p=function(){return o(function r(){e(this,r),Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})},[{key:"addEventListener",value:function(r,t,e){r in this.listeners||(this.listeners[r]=[]),this.listeners[r].push({callback:t,options:e})}},{key:"removeEventListener",value:function(r,t){if(r in this.listeners)for(var e=this.listeners[r],n=0,o=e.length;n<o;n++)if(e[n].callback===t)return void e.splice(n,1)}},{key:"dispatchEvent",value:function(r){var t=this;if(r.type in this.listeners){for(var e=this.listeners[r.type].slice(),n=function(){var n=e[o];try{n.callback.call(t,r)}catch(i){Promise.resolve().then(function(){throw i})}n.options&&n.options.once&&t.removeEventListener(r.type,n.callback)},o=0,i=e.length;o<i;o++)n();return!r.defaultPrevented}}}])}(),l=function(r){function n(){var r;return e(this,n),(r=t(this,n)).listeners||p.call(r),Object.defineProperty(r,"aborted",{value:!1,writable:!0,configurable:!0}),Object.defineProperty(r,"onabort",{value:null,writable:!0,configurable:!0}),Object.defineProperty(r,"reason",{value:void 0,writable:!0,configurable:!0}),r}return function(r,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");r.prototype=Object.create(t&&t.prototype,{constructor:{value:r,writable:!0,configurable:!0}}),Object.defineProperty(r,"prototype",{writable:!1}),t&&s(r,t)}(n,r),o(n,[{key:"toString",value:function(){return"[object AbortSignal]"}},{key:"dispatchEvent",value:function(r){var t,e,o,i,c;"abort"===r.type&&(this.aborted=!0,"function"==typeof this.onabort&&this.onabort.call(this,r)),(t=n,e="dispatchEvent",o=this,c=a(u(1&(i=3)?t.prototype:t),e,o),2&i&&"function"==typeof c?function(r){return c.apply(o,r)}:c)([r])}},{key:"throwIfAborted",value:function(){var r=this.aborted,t=this.reason;if(r)throw void 0===t?"Aborted":t}}],[{key:"timeout",value:function(r){var t=new v;return setTimeout(function(){return t.abort(new DOMException("This signal is timeout in ".concat(r,"ms"),"TimeoutError"))},r),t.signal}},{key:"any",value:function(r){var t=new v;function e(){t.abort(this.reason),function(){var t,n=i(r);try{for(n.s();!(t=n.n()).done;)t.value.removeEventListener("abort",e)}catch(o){n.e(o)}finally{n.f()}}()}var n,o=i(r);try{for(o.s();!(n=o.n()).done;){var a=n.value;if(a.aborted){t.abort(a.reason);break}a.addEventListener("abort",e)}}catch(u){o.e(u)}finally{o.f()}return t.signal}}])}(p),v=function(){return o(function r(){e(this,r),Object.defineProperty(this,"signal",{value:new l,writable:!0,configurable:!0})},[{key:"abort",value:function(r){var t=function(r){if(void 0===r)if("undefined"==typeof document)(r=new Error("This operation was aborted")).name="AbortError";else try{r=new DOMException("signal is aborted without reason"),Object.defineProperty(r,"name",{value:"AbortError"})}catch(t){(r=new Error("This operation was aborted")).name="AbortError"}return r}(r),e=function(r){var t;try{t=new Event("abort")}catch(e){"undefined"!=typeof document?document.createEvent?(t=document.createEvent("Event")).initEvent("abort",!1,!1):(t=document.createEventObject()).type="abort":t={type:"abort",bubbles:!1,cancelable:!1}}return t.reason=r,t}(t);this.signal.reason=t,this.signal.dispatchEvent(e)}},{key:"toString",value:function(){return"[object AbortController]"}}])}();function h(r){return r.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):"function"==typeof r.Request&&!r.Request.prototype.hasOwnProperty("signal")||!r.AbortController}"undefined"!=typeof Symbol&&Symbol.toStringTag&&(v.prototype[Symbol.toStringTag]="AbortController",l.prototype[Symbol.toStringTag]="AbortSignal"),function(r){if(h(r))if(r.fetch){var t=function(r){"function"==typeof r&&(r={fetch:r});var t=r,e=t.fetch,n=t.Request,o=void 0===n?e.Request:n,i=t.AbortController,a=t.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL,u=void 0!==a&&a;if(!h({fetch:e,Request:o,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:u}))return{fetch:e,Request:c};var c=o;(c&&!c.prototype.hasOwnProperty("signal")||u)&&((c=function(r,t){var e;t&&t.signal&&(e=t.signal,delete t.signal);var n=new o(r,t);return e&&Object.defineProperty(n,"signal",{writable:!1,enumerable:!1,configurable:!0,value:e}),n}).prototype=o.prototype);var s=e;return{fetch:function(r,t){var e=c&&c.prototype.isPrototypeOf(r)?r.signal:t?t.signal:void 0;if(e){var n;try{n=new DOMException("Aborted","AbortError")}catch(i){(n=new Error("Aborted")).name="AbortError"}if(e.aborted)return Promise.reject(n);var o=new Promise(function(r,t){e.addEventListener("abort",function(){return t(n)},{once:!0})});return t&&t.signal&&delete t.signal,Promise.race([o,s(r,t)])}return s(r,t)},Request:c}}(r),e=t.fetch,n=t.Request;r.fetch=e,r.Request=n,Object.defineProperty(r,"AbortController",{writable:!0,enumerable:!1,configurable:!0,value:v}),Object.defineProperty(r,"AbortSignal",{writable:!0,enumerable:!1,configurable:!0,value:l})}else console.warn("fetch() is not available, cannot install abortcontroller-polyfill")}("undefined"!=typeof self?self:global)},"function"==typeof define&&define.amd?define(r):r();var e=t((r,t)=>{var e=function(r){return r&&r.Math===Math&&r};t.exports=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof global&&global)||e("object"==typeof r&&r)||function(){return this}()||Function("return this")()}),n=t((r,t)=>{t.exports=function(r){try{return!!r()}catch(t){return!0}}}),o=t((r,t)=>{var e=n();t.exports=!e(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})}),i=t((r,t)=>{var e=n();t.exports=!e(function(){var r=function(){}.bind();return"function"!=typeof r||r.hasOwnProperty("prototype")})}),a=t((r,t)=>{var e=i(),n=Function.prototype.call;t.exports=e?n.bind(n):function(){return n.apply(n,arguments)}}),u=t(r=>{var t={}.propertyIsEnumerable,e=Object.getOwnPropertyDescriptor,n=e&&!t.call({1:2},1);r.f=n?function(r){var t=e(this,r);return!!t&&t.enumerable}:t}),c=t((r,t)=>{t.exports=function(r,t){return{enumerable:!(1&r),configurable:!(2&r),writable:!(4&r),value:t}}}),s=t((r,t)=>{var e=i(),n=Function.prototype,o=n.call,a=e&&n.bind.bind(o,o);t.exports=e?a:function(r){return function(){return o.apply(r,arguments)}}}),f=t((r,t)=>{var e=s(),n=e({}.toString),o=e("".slice);t.exports=function(r){return o(n(r),8,-1)}}),p=t((r,t)=>{var e=s(),o=n(),i=f(),a=Object,u=e("".split);t.exports=o(function(){return!a("z").propertyIsEnumerable(0)})?function(r){return"String"===i(r)?u(r,""):a(r)}:a}),l=t((r,t)=>{t.exports=function(r){return null==r}}),v=t((r,t)=>{var e=l(),n=TypeError;t.exports=function(r){if(e(r))throw new n("Can't call method on "+r);return r}}),h=t((r,t)=>{var e=p(),n=v();t.exports=function(r){return e(n(r))}}),d=t((r,t)=>{var e="object"==typeof document&&document.all;t.exports=void 0===e&&void 0!==e?function(r){return"function"==typeof r||r===e}:function(r){return"function"==typeof r}}),y=t((r,t)=>{var e=d();t.exports=function(r){return"object"==typeof r?null!==r:e(r)}}),g=t((r,t)=>{var n=e(),o=d();t.exports=function(r,t){return arguments.length<2?(e=n[r],o(e)?e:void 0):n[r]&&n[r][t];var e}}),b=t((r,t)=>{var e=s();t.exports=e({}.isPrototypeOf)}),w=t((r,t)=>{var n=e().navigator,o=n&&n.userAgent;t.exports=o?String(o):""}),m=t((r,t)=>{var n,o,i=e(),a=w(),u=i.process,c=i.Deno,s=u&&u.versions||c&&c.version,f=s&&s.v8;f&&(o=(n=f.split("."))[0]>0&&n[0]<4?1:+(n[0]+n[1])),!o&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=+n[1]),t.exports=o}),x=t((r,t)=>{var o=m(),i=n(),a=e().String;t.exports=!!Object.getOwnPropertySymbols&&!i(function(){var r=Symbol("symbol detection");return!a(r)||!(Object(r)instanceof Symbol)||!Symbol.sham&&o&&o<41})}),E=t((r,t)=>{var e=x();t.exports=e&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}),O=t((r,t)=>{var e=g(),n=d(),o=b(),i=E(),a=Object;t.exports=i?function(r){return"symbol"==typeof r}:function(r){var t=e("Symbol");return n(t)&&o(t.prototype,a(r))}}),S=t((r,t)=>{var e=String;t.exports=function(r){try{return e(r)}catch(t){return"Object"}}}),A=t((r,t)=>{var e=d(),n=S(),o=TypeError;t.exports=function(r){if(e(r))return r;throw new o(n(r)+" is not a function")}}),R=t((r,t)=>{var e=A(),n=l();t.exports=function(r,t){var o=r[t];return n(o)?void 0:e(o)}}),T=t((r,t)=>{var e=a(),n=d(),o=y(),i=TypeError;t.exports=function(r,t){var a,u;if("string"===t&&n(a=r.toString)&&!o(u=e(a,r)))return u;if(n(a=r.valueOf)&&!o(u=e(a,r)))return u;if("string"!==t&&n(a=r.toString)&&!o(u=e(a,r)))return u;throw new i("Can't convert object to primitive value")}}),I=t((r,t)=>{t.exports=!1}),j=t((r,t)=>{var n=e(),o=Object.defineProperty;t.exports=function(r,t){try{o(n,r,{value:t,configurable:!0,writable:!0})}catch(e){n[r]=t}return t}}),_=t((r,t)=>{var n=I(),o=e(),i=j(),a="__core-js_shared__",u=t.exports=o[a]||i(a,{});(u.versions||(u.versions=[])).push({version:"3.50.0",mode:n?"pure":"global",copyright:"© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.50.0/LICENSE",source:"https://github.com/zloirock/core-js"})}),P=t((r,t)=>{var e=_(),n=Object.create||Object;t.exports=function(r,t){return e[r]||(e[r]=t||n(null))}}),k=t((r,t)=>{var e=v(),n=Object;t.exports=function(r){return n(e(r))}}),C=t((r,t)=>{var e=s(),n=k(),o=e({}.hasOwnProperty);t.exports=Object.hasOwn||function(r,t){return o(n(r),t)}}),N=t((r,t)=>{var e=s(),n=0,o=Math.random(),i=e(1.1.toString);t.exports=function(r){return"Symbol("+(void 0===r?"":r)+")_"+i(++n+o,36)}}),D=t((r,t)=>{var n=e(),o=P(),i=C(),a=N(),u=x(),c=E(),s=n.Symbol,f=o("wks"),p=c?s.for||s:s&&s.withoutSetter||a;t.exports=function(r){return i(f,r)||(f[r]=u&&i(s,r)?s[r]:p("Symbol."+r)),f[r]}}),L=t((r,t)=>{var e=a(),n=y(),o=O(),i=R(),u=T(),c=D(),s=TypeError,f=c("toPrimitive");t.exports=function(r,t){if(!n(r)||o(r))return r;var a,c=i(r,f);if(c){if(void 0===t&&(t="default"),a=e(c,r,t),!n(a)||o(a))return a;throw new s("Can't convert object to primitive value")}return void 0===t&&(t="number"),u(r,t)}}),M=t((r,t)=>{var e=L(),n=O();t.exports=function(r){var t=e(r,"string");return n(t)?t:t+""}}),U=t((r,t)=>{var n=e(),o=y(),i=n.document,a=o(i)&&o(i.createElement);t.exports=function(r){return a?i.createElement(r):{}}}),F=t((r,t)=>{var e=o(),i=n(),a=U();t.exports=!e&&!i(function(){return 7!==Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a})}),B=t(r=>{var t=o(),e=a(),n=u(),i=c(),s=h(),f=M(),p=C(),l=F(),v=Object.getOwnPropertyDescriptor;r.f=t?v:function(r,t){if(r=s(r),t=f(t),l)try{return v(r,t)}catch(o){}if(p(r,t))return i(!e(n.f,r,t),r[t])}}),z=t((r,t)=>{var e=o(),i=n();t.exports=e&&i(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})}),W=t((r,t)=>{var e=y(),n=String,o=TypeError;t.exports=function(r){if(e(r))return r;throw new o(n(r)+" is not an object")}}),H=t(r=>{var t=o(),e=F(),n=z(),i=W(),a=M(),u=TypeError,c=Object.defineProperty,s=Object.getOwnPropertyDescriptor,f="enumerable",p="configurable",l="writable";r.f=t?n?function(r,t,e){if(i(r),t=a(t),i(e),"function"==typeof r&&"prototype"===t&&"value"in e&&l in e&&!e[l]){var n=s(r,t);n&&n[l]&&(r[t]=e.value,e={configurable:p in e?e[p]:n[p],enumerable:f in e?e[f]:n[f],writable:!1})}return c(r,t,e)}:c:function(r,t,n){if(i(r),t=a(t),i(n),e)try{return c(r,t,n)}catch(o){}if("get"in n||"set"in n)throw new u("Accessors not supported");return"value"in n&&(r[t]=n.value),r}}),J=t((r,t)=>{var e=o(),n=H(),i=c();t.exports=e?function(r,t,e){return n.f(r,t,i(1,e))}:function(r,t,e){return r[t]=e,r}}),Y=t((r,t)=>{var e=o(),n=C(),i=Function.prototype,a=e&&Object.getOwnPropertyDescriptor,u=n(i,"name"),c=u&&"something"===function(){}.name,s=u&&(!e||e&&a(i,"name").configurable);t.exports={EXISTS:u,PROPER:c,CONFIGURABLE:s}}),V=t((r,t)=>{var e=s(),n=d(),o=_(),i=e(Function.toString);n(o.inspectSource)||(o.inspectSource=function(r){return i(r)}),t.exports=o.inspectSource}),$=t((r,t)=>{var n=e(),o=d(),i=n.WeakMap;t.exports=o(i)&&/native code/.test(String(i))}),q=t((r,t)=>{var e=P(),n=N(),o=e("keys");t.exports=function(r){return o[r]||(o[r]=n(r))}}),G=t((r,t)=>{t.exports={}}),X=t((r,t)=>{var n,o,i,a=$(),u=e(),c=y(),s=J(),f=C(),p=_(),l=q(),v=G(),h="Object already initialized",d=u.TypeError,g=u.WeakMap;if(a||p.state){var b=p.state||(p.state=new g);b.get=b.get,b.has=b.has,b.set=b.set,n=function(r,t){if(b.has(r))throw new d(h);return t.facade=r,b.set(r,t),t},o=function(r){return b.get(r)||{}},i=function(r){return b.has(r)}}else{var w=l("state");v[w]=!0,n=function(r,t){if(f(r,w))throw new d(h);return t.facade=r,s(r,w,t),t},o=function(r){return f(r,w)?r[w]:{}},i=function(r){return f(r,w)}}t.exports={set:n,get:o,has:i,enforce:function(r){return i(r)?o(r):n(r,{})},getterFor:function(r){return function(t){var e;if(!c(t)||(e=o(t)).type!==r)throw new d("Incompatible receiver, "+r+" required");return e}}}}),K=t((r,t)=>{var e=s(),i=n(),a=d(),u=C(),c=o(),f=Y().CONFIGURABLE,p=V(),l=X(),v=l.enforce,h=l.get,y=String,g=Object.defineProperty,b=e("".slice),w=e("".replace),m=e([].join),x=c&&!i(function(){return 8!==g(function(){},"length",{value:8}).length}),E=String(String).split("String"),O=t.exports=function(r,t,e){"Symbol("===b(y(t),0,7)&&(t="["+w(y(t),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),e&&e.getter&&(t="get "+t),e&&e.setter&&(t="set "+t),(!u(r,"name")||f&&r.name!==t)&&(c?g(r,"name",{value:t,configurable:!0}):r.name=t),x&&e&&u(e,"arity")&&r.length!==e.arity&&g(r,"length",{value:e.arity});try{e&&u(e,"constructor")&&e.constructor?c&&g(r,"prototype",{writable:!1}):r.prototype&&(r.prototype=void 0)}catch(o){}var n=v(r);return u(n,"source")||(n.source=m(E,"string"==typeof t?t:"")),r};Function.prototype.toString=O(function(){return a(this)&&h(this).source||p(this)},"toString")}),Q=t((r,t)=>{var e=d(),n=H(),o=K(),i=j();t.exports=function(r,t,a,u){u||(u={});var c=u.enumerable,s=void 0!==u.name?u.name:t;if(e(a)&&o(a,s,u),u.global)c?r[t]=a:i(t,a);else{try{u.unsafe?r[t]&&(c=!0):delete r[t]}catch(f){}c?r[t]=a:n.f(r,t,{value:a,enumerable:!1,configurable:!u.nonConfigurable,writable:!u.nonWritable})}return r}}),Z=t((r,t)=>{var e=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(r){var t=+r;return(t>0?n:e)(t)}}),rr=t((r,t)=>{var e=Z();t.exports=function(r){var t=+r;return t!=t||0===t?0:e(t)}}),tr=t((r,t)=>{var e=rr(),n=Math.max,o=Math.min;t.exports=function(r,t){var i=e(r);return i<0?n(i+t,0):o(i,t)}}),er=t((r,t)=>{var e=rr(),n=Math.min;t.exports=function(r){var t=e(r);return t>0?n(t,9007199254740991):0}}),nr=t((r,t)=>{var e=er();t.exports=function(r){return e(r.length)}}),or=t((r,t)=>{var e=h(),n=tr(),o=nr(),i=function(r){return function(t,i,a){var u=e(t),c=o(u);if(0===c)return!r&&-1;var s,f=n(a,c);if(r&&i!=i){for(;c>f;)if((s=u[f++])!=s)return!0}else for(;c>f;f++)if((r||f in u)&&u[f]===i)return r||f||0;return!r&&-1}};t.exports={includes:i(!0),indexOf:i(!1)}}),ir=t((r,t)=>{var e=s(),n=C(),o=h(),i=or().indexOf,a=G(),u=e([].push);t.exports=function(r,t){var e,c=o(r),s=0,f=[];for(e in c)!n(a,e)&&n(c,e)&&u(f,e);for(;t.length>s;)n(c,e=t[s++])&&(~i(f,e)||u(f,e));return f}}),ar=t((r,t)=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),ur=t(r=>{var t=ir(),e=ar().concat("length","prototype");r.f=Object.getOwnPropertyNames||function(r){return t(r,e)}}),cr=t(r=>{r.f=Object.getOwnPropertySymbols}),sr=t((r,t)=>{var e=g(),n=s(),o=ur(),i=cr(),a=W(),u=n([].concat);t.exports=e("Reflect","ownKeys")||function(r){var t=o.f(a(r)),e=i.f;return e?u(t,e(r)):t}}),fr=t((r,t)=>{var e=C(),n=sr(),o=B(),i=H();t.exports=function(r,t,a){for(var u=n(t),c=i.f,s=o.f,f=0;f<u.length;f++){var p=u[f];e(r,p)||a&&e(a,p)||c(r,p,s(t,p))}}}),pr=t((r,t)=>{var e=n(),o=d(),i=/#|\.prototype\./,a=function(r,t){var n=c[u(r)];return n===f||n!==s&&(o(t)?e(t):!!t)},u=a.normalize=function(r){return String(r).replace(i,".").toLowerCase()},c=a.data={},s=a.NATIVE="N",f=a.POLYFILL="P";t.exports=a}),lr=t((r,t)=>{var n=e(),o=B().f,i=J(),a=Q(),u=j(),c=fr(),s=pr();t.exports=function(r,t){var e,f,p,l,v,h=r.target,d=r.global,y=r.stat;if(e=d?n:y?n[h]||u(h,{}):n[h]&&n[h].prototype)for(f in t){if(l=t[f],p=r.dontCallGetSet?(v=o(e,f))&&v.value:e[f],!s(d?f:h+(y?".":"#")+f,r.forced)&&void 0!==p){if(typeof l==typeof p)continue;c(l,p)}(r.sham||p&&p.sham)&&i(l,"sham",!0),a(e,f,l,r)}}}),vr=t((r,t)=>{var n=e(),i=o(),a=Object.getOwnPropertyDescriptor;t.exports=function(r){if(!i)return n[r];var t=a(n,r);return t&&t.value}}),hr=t((r,t)=>{var e=f(),n=s();t.exports=function(r){if("Function"===e(r))return n(r)}}),dr=t((r,t)=>{var e=hr(),n=A(),o=i(),a=e(e.bind);t.exports=function(r,t){return n(r),void 0===t?r:o?a(r,t):function(){return r.apply(t,arguments)}}}),yr=t((r,t)=>{var e=i(),n=Function.prototype,o=n.apply,a=n.call;t.exports="object"==typeof Reflect&&Reflect.apply||(e?a.bind(o):function(){return a.apply(o,arguments)})}),gr=t((r,t)=>{var e=g();t.exports=e("document","documentElement")}),br=t((r,t)=>{var e=s();t.exports=e([].slice)}),wr=t((r,t)=>{var e=TypeError;t.exports=function(r,t){if(r<t)throw new e("Not enough arguments");return r}}),mr=t((r,t)=>{var e=w();t.exports=/ipad|iphone|ipod/i.test(e)&&/applewebkit/i.test(e)}),xr=t((r,t)=>{var n=e(),o=w(),i=f(),a=function(r){return o.slice(0,r.length)===r};t.exports=a("Bun/")?"BUN":a("Cloudflare-Workers")?"CLOUDFLARE":a("Deno/")?"DENO":a("Node.js/")?"NODE":n.Bun&&"string"==typeof Bun.version?"BUN":n.Deno&&"object"==typeof Deno.version?"DENO":"process"===i(n.process)?"NODE":n.window&&n.document?"BROWSER":"REST"}),Er=t((r,t)=>{var e=xr();t.exports="NODE"===e}),Or=t((r,t)=>{var o,i,a,u,c=e(),s=yr(),f=dr(),p=d(),l=C(),v=n(),h=gr(),y=br(),g=U(),b=wr(),w=mr(),m=Er(),x=c.setImmediate,E=c.clearImmediate,O=c.process,S=c.Dispatch,A=c.Function,R=c.MessageChannel,T=c.String,I=0,j={},_="onreadystatechange";v(function(){o=c.location});var P=function(r){if(l(j,r)){var t=j[r];delete j[r],t()}},k=function(r){return function(){P(r)}},N=function(r){P(r.data)},D=function(r){c.postMessage(T(r),o.protocol+"//"+o.host)};x&&E||(x=function(r){b(arguments.length,1);var t=p(r)?r:A(r),e=y(arguments,1);return j[++I]=function(){s(t,void 0,e)},i(I),I},E=function(r){delete j[r]},m?i=function(r){O.nextTick(k(r))}:S&&S.now?i=function(r){S.now(k(r))}:R&&!w?(u=(a=new R).port2,a.port1.onmessage=N,i=f(u.postMessage,u)):c.addEventListener&&p(c.postMessage)&&!c.importScripts&&o&&"file:"!==o.protocol&&!v(D)?(i=D,c.addEventListener("message",N,!1)):i=_ in g("script")?function(r){h.appendChild(g("script"))[_]=function(){h.removeChild(this),P(r)}}:function(r){setTimeout(k(r),0)}),t.exports={set:x,clear:E}}),Sr=t((r,t)=>{var e=function(){this.head=null,this.tail=null};e.prototype={add:function(r){var t={item:r,next:null},e=this.tail;e?e.next=t:this.head=t,this.tail=t},get:function(){var r=this.head;if(r)return null===(this.head=r.next)&&(this.tail=null),r.item}},t.exports=e}),Ar=t((r,t)=>{var e=w();t.exports=/ipad|iphone|ipod/i.test(e)&&"undefined"!=typeof Pebble}),Rr=t((r,t)=>{var e=w();t.exports=/web0s(?!.*chrome)/i.test(e)}),Tr=t((r,t)=>{var n,o,i,a,u,c=e(),s=vr(),f=dr(),p=Or().set,l=Sr(),v=mr(),h=Ar(),d=Rr(),y=Er(),g=c.MutationObserver||c.WebKitMutationObserver,b=c.document,w=c.process,m=c.Promise,x=s("queueMicrotask");if(!x){var E=new l,O=function(){var r,t;for(y&&(r=w.domain)&&r.exit();t=E.get();)try{t()}catch(e){throw E.head&&n(),e}r&&r.enter()};v||y||d||!g||!b?!h&&m&&m.resolve?((a=m.resolve(void 0)).constructor=m,u=f(a.then,a),n=function(){u(O)}):y?n=function(){w.nextTick(O)}:(p=f(p,c),n=function(){p(O)}):(o=!0,i=b.createTextNode(""),new g(O).observe(i,{characterData:!0}),n=function(){i.data=o=!o}),x=function(r){E.head||n(),E.add(r)}}t.exports=x}),Ir=t(()=>{var r=lr(),t=e(),i=Tr(),a=A(),u=wr(),c=n(),s=o();r({global:!0,enumerable:!0,dontCallGetSet:!0,forced:c(function(){return s&&1!==Object.getOwnPropertyDescriptor(t,"queueMicrotask").value.length})},{queueMicrotask:function(r){u(arguments.length,1),i(a(r))}})}),jr=t((r,t)=>{var e=A(),n=TypeError,o=function(r){var t,o;this.promise=new r(function(r,e){if(void 0!==t||void 0!==o)throw new n("Bad Promise constructor");t=r,o=e}),this.resolve=e(t),this.reject=e(o)};t.exports.f=function(r){return new o(r)}}),_r=t((r,t)=>{t.exports=function(r){try{return{error:!1,value:r()}}catch(t){return{error:!0,value:t}}}}),Pr=t((r,t)=>{t.exports=Object.create?Object.create(null):{}}),kr=t((r,t)=>{var e=D(),n=Pr(),o=e("iterator"),i=Array.prototype;t.exports=function(r){return void 0!==r&&(n.Array===r||i[o]===r)}}),Cr=t((r,t)=>{var e=f(),n=l(),o=R(),i=D()("iterator"),a=Array.prototype;t.exports=function(r){if(!n(r))return o(r,i)||o(r,"@@iterator")||("Arguments"===e(r)?a[i]:void 0)}}),Nr=t((r,t)=>{var e=a(),n=d(),o=W(),i=S(),u=Cr(),c=TypeError;t.exports=function(r,t){var a=arguments.length<2?u(r):t;if(n(a))return o(e(a,r));throw new c(i(r)+" is not iterable")}}),Dr=t((r,t)=>{var e=a(),n=W(),o=R();t.exports=function(r,t,i){var a,u;n(r);try{if(!(a=o(r,"return"))){if("throw"===t)throw i;return i}a=e(a,r)}catch(c){u=!0,a=c}if("throw"===t)throw i;if(u)throw a;return n(a),i}}),Lr=t((r,t)=>{var e=dr(),n=a(),o=W(),i=S(),u=kr(),c=nr(),s=b(),f=Nr(),p=Cr(),l=Dr(),v=TypeError,h=function(r,t){this.stopped=r,this.result=t},d=h.prototype;t.exports=function(r,t,a){var y,g,b,w,m,x,E,O=a&&a.that,S=!(!a||!a.AS_ENTRIES),A=!(!a||!a.IS_RECORD),R=!(!a||!a.IS_ITERATOR),T=!(!a||!a.INTERRUPTED),I=e(t,O),j=function(r){var t=y;return y=void 0,t&&l(t,"normal"),new h(!0,r)},_=function(r){return S?(o(r),T?I(r[0],r[1],j):I(r[0],r[1])):T?I(r,j):I(r)};if(A)y=r.iterator;else if(R)y=r;else{if(!(g=p(r)))throw new v(i(r)+" is not iterable");if(u(g)){for(b=0,w=c(r);w>b;b++)if((m=_(r[b]))&&s(d,m))return m;return new h(!1)}y=f(r,g)}for(x=A?r.next:y.next;!(E=n(x,y)).done;){var P=E.value;try{m=_(P)}catch(k){if(!y)throw k;l(y,"throw",k)}if("object"==typeof m&&m&&s(d,m))return m}return new h(!1)}}),Mr=t((r,t)=>{var n=e();t.exports=n.Promise}),Ur=t((r,t)=>{var e=D()("iterator"),n=!1;try{var o=0,i={next:function(){return{done:!!o++}},return:function(){n=!0}};i[e]=function(){return this},Array.from(i,function(){throw 2})}catch(a){}t.exports=function(r,t){try{if(!t&&!n)return!1}catch(a){return!1}var o=!1;try{var i={};i[e]=function(){return{next:function(){return{done:o=!0}}}},r(i)}catch(a){}return o}}),Fr=t((r,t)=>{var n=e(),o=Mr(),i=d(),a=pr(),u=V(),c=D(),s=xr(),f=I(),p=m(),l=o&&o.prototype,v=c("species"),h=!1,y=i(n.PromiseRejectionEvent),g=a("Promise",function(){var r=u(o),t=r!==String(o);if(!t&&66===p)return!0;if(f&&(!l.catch||!l.finally))return!0;if(!p||p<51||!/native code/.test(r)){var e=new o(function(r){r(1)}),n=function(r){r(function(){},function(){})};if((e.constructor={})[v]=n,!(h=e.then(function(){})instanceof n))return!0}return!(t||"BROWSER"!==s&&"DENO"!==s||y)});t.exports={CONSTRUCTOR:g,REJECTION_EVENT:y,SUBCLASSING:h}}),Br=t((r,t)=>{var e=Mr(),n=Ur(),o=Fr().CONSTRUCTOR;t.exports=o||!n(function(r){e.all(r).then(void 0,function(){})})}),zr=t(()=>{var r=lr(),t=a(),e=A(),n=jr(),o=_r(),i=Lr();r({target:"Promise",stat:!0,forced:Br()},{allSettled:function(r){var a=this,u=n.f(a),c=u.resolve,s=u.reject,f=o(function(){var n=e(a.resolve),o=[],u=0,s=1;i(r,function(r){var e=u++,i=!1;s++,t(n,a,r).then(function(r){i||(i=!0,o[e]={status:"fulfilled",value:r},--s||c(o))},function(r){i||(i=!0,o[e]={status:"rejected",reason:r},--s||c(o))})}),--s||c(o)});return f.error&&s(f.value),u.promise}})}),Wr=t((r,t)=>{var e=y(),n=f(),o=D()("match");t.exports=function(r){var t;return e(r)&&(void 0!==(t=r[o])?!!t:"RegExp"===n(r))}}),Hr=t((r,t)=>{var e={};e[D()("toStringTag")]="z",t.exports="[object z]"===String(e)}),Jr=t((r,t)=>{var e=Hr(),n=d(),o=f(),i=D()("toStringTag"),a=Object,u="Arguments"===o(function(){return arguments}());t.exports=e?o:function(r){var t,e,c;return void 0===r?"Undefined":null===r?"Null":"string"==typeof(e=function(r,t){try{return r[t]}catch(e){}}(t=a(r),i))?e:u?o(t):"Object"===(c=o(t))&&n(t.callee)?"Arguments":c}}),Yr=t((r,t)=>{var e=Jr(),n=String;t.exports=function(r){if("Symbol"===e(r))throw new TypeError("Cannot convert a Symbol value to a string");return n(r)}}),Vr=t((r,t)=>{var o=e(),i=n(),a=o.RegExp,u=!i(function(){var r=!0;try{a(".","d")}catch(c){r=!1}var t={},e="",n=r?"dgimsy":"gimsy",o=function(r,n){Object.defineProperty(t,r,{get:function(){return e+=n,!0}})},i={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var u in r&&(i.hasIndices="d"),i)o(u,i[u]);return Object.getOwnPropertyDescriptor(a.prototype,"flags").get.call(t)!==n||e!==n});t.exports={correct:u}}),$r=t((r,t)=>{var e=W();t.exports=function(){var r=e(this),t="";return r.hasIndices&&(t+="d"),r.global&&(t+="g"),r.ignoreCase&&(t+="i"),r.multiline&&(t+="m"),r.dotAll&&(t+="s"),r.unicode&&(t+="u"),r.unicodeSets&&(t+="v"),r.sticky&&(t+="y"),t}}),qr=t((r,t)=>{var e=a(),n=C(),o=b(),i=Vr(),u=$r(),c=RegExp.prototype;t.exports=i.correct?function(r){return r.flags}:function(r){return i.correct||!o(c,r)||n(r,"flags")?r.flags:e(u,r)}}),Gr=t((r,t)=>{var e=s(),n=k(),o=Math.floor,i=e("".charAt),a=e("".replace),u=e("".slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,f=/\$([$&'`]|\d{1,2})/g;t.exports=function(r,t,e,s,p,l){var v=e+r.length,h=s.length,d=f;return void 0!==p&&(p=n(p),d=c),a(l,d,function(n,a){var c;switch(i(a,0)){case"$":return"$";case"&":return r;case"`":return u(t,0,e);case"'":return u(t,v);case"<":c=p[u(a,1,-1)];break;default:var f=+a;if(0===f)return n;if(f>h){var l=o(f/10);return 0===l?n:l<=h?void 0===s[l-1]?i(a,1):s[l-1]+i(a,1):n}c=s[f-1]}return void 0===c?"":c})}}),Xr=t(()=>{var r=lr(),t=a(),e=s(),n=v(),o=d(),i=y(),u=Wr(),c=Yr(),f=R(),p=qr(),l=Gr(),h=D(),g=I(),b=h("replace"),w=TypeError,m=e("".indexOf),x=e("".replace),E=e("".slice),O=Math.max;r({target:"String",proto:!0},{replaceAll:function(r,e){var a,s,v,h,d,y,S,A,R,T,I=n(this),j=0,_="";if(i(r)){if((a=u(r))&&(s=c(n(p(r))),!~m(s,"g")))throw new w("`.replaceAll` does not allow non-global regexes");if(v=f(r,b))return t(v,r,I,e);if(g&&a)return x(c(I),r,e)}for(h=c(I),d=c(r),(y=o(e))||(e=c(e)),S=d.length,A=O(1,S),R=m(h,d);-1!==R;)T=y?c(e(d,R,h)):l(d,h,R,[],void 0,e),_+=E(h,j,R)+T,j=R+S,R=R+A>h.length?-1:m(h,d,R+A);return j<h.length&&(_+=E(h,j)),_}})}),Kr=t((r,t)=>{var e=ir(),n=ar();t.exports=Object.keys||function(r){return e(r,n)}}),Qr=t(r=>{var t=o(),e=z(),n=H(),i=W(),a=h(),u=Kr();r.f=t&&!e?Object.defineProperties:function(r,t){i(r);for(var e,o=a(t),c=u(t),s=c.length,f=0;s>f;)n.f(r,e=c[f++],o[e]);return r}}),Zr=t((r,t)=>{var e,n=W(),o=Qr(),i=ar(),a=G(),u=gr(),c=U(),s=q(),f="prototype",p="script",l=s("IE_PROTO"),v=function(){},h=function(r){return"<"+p+">"+r+"</"+p+">"},d=function(r){r.write(h("")),r.close();var t=r.parentWindow.Object;return r=null,t},y=function(){try{e=new ActiveXObject("htmlfile")}catch(a){}var r,t,n;y="undefined"!=typeof document?document.domain&&e?d(e):(t=c("iframe"),n="java"+p+":",t.style.display="none",u.appendChild(t),t.src=String(n),(r=t.contentWindow.document).open(),r.write(h("document.F=Object")),r.close(),r.F):d(e);for(var o=i.length;o--;)delete y[f][i[o]];return y()};a[l]=!0,t.exports=Object.create||function(r,t){var e;return null!==r?(v[f]=n(r),e=new v,v[f]=null,e[l]=r):e=y(),void 0===t?e:o.f(e,t)}}),rt=t((r,t)=>{var e=D(),n=Zr(),o=H().f,i=e("unscopables"),a=Array.prototype;void 0===a[i]&&o(a,i,{configurable:!0,value:n(null)}),t.exports=function(r){a[i][r]=!0}}),tt=t(()=>{var r=lr(),t=or().includes,e=n(),o=rt(),i=e(function(){return!Array(1).includes()}),a=e(function(){return[,1].includes(void 0,1)});r({target:"Array",proto:!0,forced:i||a},{includes:function(r){return t(this,r,arguments.length>1?arguments[1]:void 0)}}),o("includes")}),et=t((r,t)=>{var e=f();t.exports=Array.isArray||function(r){return"Array"===e(r)}}),nt=t((r,t)=>{var e=o(),n=et(),i=TypeError,a=Object.getOwnPropertyDescriptor,u=e&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(r){return r instanceof TypeError}}();t.exports=u?function(r,t){if(n(r)&&!a(r,"length").writable)throw new i("Cannot set read only .length");return r.length=t}:function(r,t){return r.length=t}}),ot=t((r,t)=>{var e=TypeError;t.exports=function(r){if(r>9007199254740991)throw new e("Maximum allowed index exceeded");return r}}),it=t(()=>{var r=lr(),t=k(),e=nr(),o=nt(),i=ot();r({target:"Array",proto:!0,arity:1,forced:n()(function(){return 4294967297!==[].push.call({length:4294967296},1)})||!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(r){return r instanceof TypeError}}()},{push:function(r){var n=t(this),a=e(n),u=arguments.length;i(a+u);for(var c=0;c<u;c++)n[a]=arguments[c],a++;return o(n,a),a}})}),at=t((r,t)=>{var e=K(),n=H();t.exports=function(r,t,o){return o.get&&e(o.get,t,{getter:!0}),o.set&&e(o.set,t,{setter:!0}),n.f(r,t,o)}}),ut=t((r,t)=>{t.exports="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof DataView}),ct=t((r,t)=>{var e=s(),n=A();t.exports=function(r,t,o){try{return e(n(Object.getOwnPropertyDescriptor(r,t)[o]))}catch(i){}}}),st=t((r,t)=>{var n=e(),o=ct(),i=f(),a=n.ArrayBuffer,u=n.TypeError;t.exports=a&&o(a.prototype,"byteLength","get")||function(r){if("ArrayBuffer"!==i(r))throw new u("ArrayBuffer expected");return r.byteLength}}),ft=t((r,t)=>{var n=e(),o=ut(),i=st(),a=n.DataView;t.exports=function(r){if(!o||0!==i(r))return!1;try{return new a(r),!1}catch(t){return!0}}}),pt=t(()=>{var r=o(),t=at(),e=ft(),n=ArrayBuffer.prototype;r&&!("detached"in n)&&t(n,"detached",{configurable:!0,get:function(){return e(this)}})}),lt=t((r,t)=>{var e=rr(),n=er(),o=RangeError;t.exports=function(r){if(void 0===r)return 0;var t=e(r),i=n(t);if(t!==i)throw new o("Wrong length or index");return i}}),vt=t((r,t)=>{var e=ft(),n=TypeError;t.exports=function(r){if(e(r))throw new n("ArrayBuffer is detached");return r}}),ht=t((r,t)=>{var n=e(),o=Er();t.exports=function(r){if(o){try{return n.process.getBuiltinModule(r)}catch(t){}try{return Function('return require("'+r+'")')()}catch(t){}}}}),dt=t((r,t)=>{var o=e(),i=n(),a=m(),u=xr(),c=o.structuredClone;t.exports=!!c&&!i(function(){if("DENO"===u&&a>92||"NODE"===u&&a>94||"BROWSER"===u&&a>97)return!1;var r=new ArrayBuffer(8),t=c(r,{transfer:[r]});return 0!==r.byteLength||8!==t.byteLength})}),yt=t((r,t)=>{var n,o,i,a,u=e(),c=ht(),s=dt(),f=u.structuredClone,p=u.ArrayBuffer,l=u.MessageChannel,v=!1;if(s)v=function(r){f(r,{transfer:[r]})};else if(p)try{l||(n=c("worker_threads"))&&(l=n.MessageChannel),l&&(o=new l,i=new p(2),a=function(r){o.port1.postMessage(null,[r])},2===i.byteLength&&(a(i),0===i.byteLength&&(v=a)))}catch(h){}t.exports=v}),gt=t((r,t)=>{var n=e(),o=s(),i=ct(),a=lt(),u=vt(),c=st(),f=yt(),p=dt(),l=n.structuredClone,v=n.ArrayBuffer,h=n.DataView,d=Math.max,y=Math.min,g=v.prototype,b=h.prototype,w=o(g.slice),m=i(g,"resizable","get"),x=i(g,"maxByteLength","get"),E=o(b.getInt8),O=o(b.setInt8);t.exports=(p||f)&&function(r,t,e){var n,o=c(r),i=void 0===t?o:a(t),s=!m||!m(r);if(u(r),p&&(r=l(r,{transfer:[r]}),o===i&&(e||s)))return r;if(o>=i&&(!e||s))n=w(r,0,i);else{n=new v(i,e&&!s&&x?{maxByteLength:d(i,x(r))}:void 0);for(var g=new h(r),b=new h(n),S=y(i,o),A=0;A<S;A++)O(b,A,E(g,A))}return p||f(r),n}}),bt=t(()=>{var r=lr(),t=gt();t&&r({target:"ArrayBuffer",proto:!0},{transfer:function(){return t(this,arguments.length?arguments[0]:void 0,!0)}})}),wt=t(()=>{var r=lr(),t=gt();t&&r({target:"ArrayBuffer",proto:!0},{transferToFixedLength:function(){return t(this,arguments.length?arguments[0]:void 0,!1)}})}),mt=t((r,t)=>{var e=b(),n=TypeError;t.exports=function(r,t){if(e(t,r))return r;throw new n("Incorrect invocation")}}),xt=t((r,t)=>{var e=n();t.exports=!e(function(){function r(){}return r.prototype.constructor=null,Object.getPrototypeOf(new r)!==r.prototype})}),Et=t((r,t)=>{var e=C(),n=d(),o=k(),i=q(),a=xt(),u=i("IE_PROTO"),c=Object,s=c.prototype;t.exports=a?c.getPrototypeOf:function(r){var t=o(r);if(e(t,u))return t[u];var i=t.constructor;return n(i)&&t instanceof i?i.prototype:t instanceof c?s:null}}),Ot=t((r,t)=>{var e=o(),n=H(),i=c();t.exports=function(r,t,o){e?n.f(r,t,i(0,o)):r[t]=o}}),St=t((r,t)=>{var e,o,i,a=n(),u=d(),c=y(),s=Zr(),f=Et(),p=Q(),l=D(),v=I(),h=l("iterator"),g=!1;[].keys&&("next"in(i=[].keys())?(o=f(f(i)))!==Object.prototype&&(e=o):g=!0),!c(e)||a(function(){var r={};return e[h].call(r)!==r})?e={}:v&&(e=s(e)),u(e[h])||p(e,h,function(){return this}),t.exports={IteratorPrototype:e,BUGGY_SAFARI_ITERATORS:g}}),At=t(()=>{var r=lr(),t=e(),i=mt(),a=W(),u=d(),c=Et(),s=at(),f=Ot(),p=n(),l=C(),v=D(),h=St().IteratorPrototype,y=o(),g=I(),b="constructor",w="Iterator",m=v("toStringTag"),x=TypeError,E=t[w],O=g||!u(E)||E.prototype!==h||!p(function(){E({})}),S=function(){if(i(this,h),c(this)===h)throw new x("Abstract class Iterator not directly constructable")},A=function(r,t){y?s(h,r,{configurable:!0,get:function(){return t},set:function(t){if(a(this),this===h)throw new x("You can't redefine this property");l(this,r)?this[r]=t:f(this,r,t)}}):h[r]=t};l(h,m)||A(m,w),!O&&l(h,b)&&h[b]!==Object||A(b,S),S.prototype=h,r({global:!0,constructor:!0,forced:O},{Iterator:S})}),Rt=t((r,t)=>{t.exports=function(r){return{iterator:r,next:r.next,done:!1}}}),Tt=t((r,t)=>{var n=e();t.exports=function(r,t){var e=n.Iterator,o=e&&e.prototype,i=o&&o[r],a=!1;if(i)try{i.call({next:function(){return{done:!0}},return:function(){a=!0}},-1)}catch(u){u instanceof t||(a=!1)}if(!a)return i}}),It=t(()=>{var r=lr(),t=a(),e=Lr(),n=A(),o=W(),i=Rt(),u=Dr(),c=Tt()("every",TypeError);r({target:"Iterator",proto:!0,real:!0,forced:c},{every:function(r){o(this);try{n(r)}catch(f){u(this,"throw",f)}if(c)return t(c,this,r);var a=i(this),s=0;return!e(a,function(t,e){if(!r(t,s++))return e()},{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})}),jt=t((r,t)=>{var e=Q();t.exports=function(r,t,n){for(var o in t)e(r,o,t[o],n);return r}}),_t=t((r,t)=>{t.exports=function(r,t){return{value:r,done:t}}}),Pt=t((r,t)=>{var e=Dr();t.exports=function(r,t,n){for(var o=r.length-1;o>=0;o--)if(void 0!==r[o])try{n=e(r[o].iterator,t,n)}catch(i){t="throw",n=i}if("throw"===t)throw n;return n}}),kt=t((r,t)=>{t.exports=function(r){r.iterator=r.next=r.nextHandler=r.mapper=r.predicate=r.inner=r.iterables=r.iters=r.openIters=r.padding=r.finishResults=r.buffer=null}}),Ct=t((r,t)=>{var e=a(),n=Zr(),o=J(),i=jt(),u=D(),c=X(),s=R(),f=St().IteratorPrototype,p=_t(),l=Dr(),v=Pt(),h=kt(),d=u("toStringTag"),y="IteratorHelper",g="WrapForValidIterator",b="normal",w="throw",m=c.set,x=function(r){var t=c.getterFor(r?g:y);return i(n(f),{next:function(){var e=t(this);if(r)return e.nextHandler();if(e.done)return p(void 0,!0);try{var n=e.nextHandler();return e.done&&h(e),e.returnHandlerResult?n:p(n,e.done)}catch(o){throw e.done=!0,h(e),o}},return:function(){var n=t(this),o=n.iterator,i=n.inner,a=n.openIters,u=n.done;if(n.done=!0,r){var c=s(o,"return");return c?e(c,o):p(void 0,!0)}if(h(n),u)return p(void 0,!0);if(i)try{l(i.iterator,b)}catch(f){return l(o,w,f)}if(a)try{v(a,b)}catch(f){if(o)return l(o,w,f);throw f}return o&&l(o,b),p(void 0,!0)}})},E=x(!0),O=x(!1);o(O,d,"Iterator Helper"),t.exports=function(r,t,e){var n=function(n,o){o?(o.iterator=n.iterator,o.next=n.next):o=n,o.type=t?g:y,o.returnHandlerResult=!!e,o.nextHandler=r,o.counter=0,o.done=!1,m(this,o)};return n.prototype=t?E:O,n}}),Nt=t((r,t)=>{var e=W(),n=Dr();t.exports=function(r,t,o,i){try{return i?t(e(o)[0],o[1]):t(o)}catch(a){n(r,"throw",a)}}}),Dt=t((r,t)=>{t.exports=function(r,t){var e="function"==typeof Iterator&&Iterator.prototype[r];if(e)try{e.call({next:null},t).next()}catch(n){return!0}}}),Lt=t(()=>{var r=lr(),t=a(),e=A(),n=W(),o=Rt(),i=Ct(),u=Nt(),c=I(),s=Dr(),f=Dt(),p=Tt(),l=!c&&!f("filter",function(){}),v=!c&&!l&&p("filter",TypeError),h=c||l||v,d=i(function(){for(var r,e,o=this.iterator,i=this.predicate,a=this.next;;){if(r=n(t(a,o)),this.done=!!r.done)return;if(e=r.value,u(o,i,[e,this.counter++],!0))return e}});r({target:"Iterator",proto:!0,real:!0,forced:h},{filter:function(r){n(this);try{e(r)}catch(i){s(this,"throw",i)}return v?t(v,this,r):new d(o(this),{predicate:r})}})}),Mt=t(()=>{var r=lr(),t=a(),e=Lr(),n=A(),o=W(),i=Rt(),u=Dr(),c=Tt()("find",TypeError);r({target:"Iterator",proto:!0,real:!0,forced:c},{find:function(r){o(this);try{n(r)}catch(f){u(this,"throw",f)}if(c)return t(c,this,r);var a=i(this),s=0;return e(a,function(t,e){if(r(t,s++))return e(t)},{IS_RECORD:!0,INTERRUPTED:!0}).result}})}),Ut=t(()=>{var r=lr(),t=a(),e=Lr(),n=A(),o=W(),i=Rt(),u=Dr(),c=Tt()("forEach",TypeError);r({target:"Iterator",proto:!0,real:!0,forced:c},{forEach:function(r){o(this);try{n(r)}catch(f){u(this,"throw",f)}if(c)return t(c,this,r);var a=i(this),s=0;e(a,function(t){r(t,s++)},{IS_RECORD:!0})}})}),Ft=t(()=>{var r=lr(),t=a(),e=A(),n=W(),o=Rt(),i=Ct(),u=Nt(),c=Dr(),s=Dt(),f=Tt(),p=I(),l=!p&&!s("map",function(){}),v=!p&&!l&&f("map",TypeError),h=p||l||v,d=i(function(){var r=this.iterator,e=n(t(this.next,r));if(!(this.done=!!e.done))return u(r,this.mapper,[e.value,this.counter++],!0)});r({target:"Iterator",proto:!0,real:!0,forced:h},{map:function(r){n(this);try{e(r)}catch(i){c(this,"throw",i)}return v?t(v,this,r):new d(o(this),{mapper:r})}})}),Bt=t(()=>{var r=lr(),t=Lr(),e=A(),o=W(),i=Rt(),a=Dr(),u=Tt(),c=yr(),s=n(),f=TypeError,p=s(function(){[].keys().reduce(function(){},void 0)}),l=!p&&u("reduce",f);r({target:"Iterator",proto:!0,real:!0,forced:p||l},{reduce:function(r){o(this);try{e(r)}catch(v){a(this,"throw",v)}var n=arguments.length<2,u=n?void 0:arguments[1];if(l)return c(l,this,n?[r]:[r,u]);var s=i(this),p=0;if(t(s,function(t){n?(n=!1,u=t):u=r(u,t,p),p++},{IS_RECORD:!0}),n)throw new f("Reduce of empty iterator with no initial value");return u}})}),zt=t(()=>{var r=lr(),t=a(),e=Lr(),n=A(),o=W(),i=Rt(),u=Dr(),c=Tt()("some",TypeError);r({target:"Iterator",proto:!0,real:!0,forced:c},{some:function(r){o(this);try{n(r)}catch(f){u(this,"throw",f)}if(c)return t(c,this,r);var a=i(this),s=0;return e(a,function(t,e){if(r(t,s++))return e()},{IS_RECORD:!0,INTERRUPTED:!0}).stopped}})}),Wt=t((r,t)=>{var e=s(),n=C(),o=SyntaxError,i=parseInt,a=String.fromCharCode,u=e("".charAt),c=e("".slice),f=e(/./.exec),p={'\\"':'"',"\\\\":"\\","\\/":"/","\\b":"\b","\\f":"\f","\\n":"\n","\\r":"\r","\\t":"\t"},l=/^[\da-f]{4}$/i,v=/^[\u0000-\u001F]$/;t.exports=function(r,t){for(var e=!0,s="";t<r.length;){var h=u(r,t);if("\\"===h){var d=c(r,t,t+2);if(n(p,d))s+=p[d],t+=2;else{if("\\u"!==d)throw new o('Unknown escape sequence: "'+d+'"');var y=c(r,t+=2,t+4);if(!f(l,y))throw new o("Bad Unicode escape at: "+t);s+=a(i(y,16)),t+=4}}else{if('"'===h){e=!1,t++;break}if(f(v,h))throw new o("Bad control character in string literal at: "+t);s+=h,t++}}if(e)throw new o("Unterminated string at: "+t);return{value:s,end:t}}}),Ht=t(()=>{var r=lr(),t=o(),i=e(),u=g(),c=s(),f=a(),p=d(),l=y(),v=et(),h=C(),b=Yr(),w=nr(),m=Ot(),E=n(),O=Wt(),S=x(),A=i.JSON,R=i.Number,T=i.SyntaxError,I=A&&A.parse,j=u("Object","keys"),_=Object.getOwnPropertyDescriptor,P=c("".charAt),k=c("".slice),N=c(/./.exec),D=c([].push),L=/^\d$/,M=/^[1-9]$/,U=/^[\d-]$/,F=/^[\t\n\r ]$/,B=function(r,t,e,n){var o,i,a,u,c,s=r[t],p=n&&s===n.value,d=p&&"string"==typeof n.source?{source:n.source}:{};if(l(s)){var y=v(s),g=p?n.nodes:y?[]:{};if(y)for(o=g.length,a=w(s),u=0;u<a;u++)z(s,u,B(s,""+u,e,u<o?g[u]:void 0));else for(i=j(s),a=w(i),u=0;u<a;u++)c=i[u],z(s,c,B(s,c,e,h(g,c)?g[c]:void 0))}return f(e,r,t,s,d)},z=function(r,e,n){if(t){var o=_(r,e);if(o&&!o.configurable)return}void 0===n?delete r[e]:m(r,e,n)},W=function(r,t,e,n){this.value=r,this.end=t,this.source=e,this.nodes=n},H=function(r,t){this.source=r,this.index=t};H.prototype={fork:function(r){return new H(this.source,r)},parse:function(){var r=this.source,t=this.skip(F,this.index),e=this.fork(t),n=P(r,t);if(N(U,n))return e.number();switch(n){case"{":return e.object();case"[":return e.array();case'"':return e.string();case"t":return e.keyword(!0);case"f":return e.keyword(!1);case"n":return e.keyword(null)}throw new T('Unexpected character: "'+n+'" at: '+t)},node:function(r,t,e,n,o){return new W(t,n,r?null:k(this.source,e,n),o)},object:function(){for(var r=this.source,t=this.index+1,e=!1,n={},o={},i=!1;t<r.length;){if(t=this.until(['"',"}"],t),"}"===P(r,t)&&!e){t++,i=!0;break}var a=this.fork(t).string(),u=a.value;t=a.end,t=this.until([":"],t)+1,t=this.skip(F,t),a=this.fork(t).parse(),m(o,u,a),m(n,u,a.value),t=this.until([",","}"],a.end);var c=P(r,t);if(","===c)e=!0,t++;else if("}"===c){t++,i=!0;break}}if(!i)throw new T("Unterminated object at: "+t);return this.node(1,n,this.index,t,o)},array:function(){for(var r=this.source,t=this.index+1,e=!1,n=[],o=[],i=!1;t<r.length;){if(t=this.skip(F,t),"]"===P(r,t)&&!e){t++,i=!0;break}var a=this.fork(t).parse();if(D(o,a),D(n,a.value),t=this.until([",","]"],a.end),","===P(r,t))e=!0,t++;else if("]"===P(r,t)){t++,i=!0;break}}if(!i)throw new T("Unterminated array at: "+t);return this.node(1,n,this.index,t,o)},string:function(){var r=this.index,t=O(this.source,this.index+1);return this.node(0,t.value,r,t.end)},number:function(){var r=this.source,t=this.index,e=t;if("-"===P(r,e)&&e++,"0"===P(r,e))e++;else{if(!N(M,P(r,e)))throw new T("Failed to parse number at: "+e);e=this.skip(L,e+1)}if("."===P(r,e)){var n=e+1;if(n===(e=this.skip(L,n)))throw new T("Failed to parse number's fraction at: "+e)}if(("e"===P(r,e)||"E"===P(r,e))&&(e++,"+"!==P(r,e)&&"-"!==P(r,e)||e++,e===(e=this.skip(L,e))))throw new T("Failed to parse number's exponent value at: "+e);return this.node(0,R(k(r,t,e)),t,e)},keyword:function(r){var t=""+r,e=this.index,n=e+t.length;if(k(this.source,e,n)!==t)throw new T("Failed to parse value at: "+e);return this.node(0,r,e,n)},skip:function(r,t){for(var e=this.source;t<e.length&&N(r,P(e,t));t++);return t},until:function(r,t){t=this.skip(F,t);for(var e=P(this.source,t),n=0;n<r.length;n++)if(r[n]===e)return t;throw new T('Unexpected character: "'+e+'" at: '+t)}};var J=E(function(){var r,t="9007199254740993";return I(t,function(t,e,n){r=n.source}),r!==t}),Y=S&&!E(function(){return 1/I("-0 \t")!=-1/0});r({target:"JSON",stat:!0,forced:J},{parse:function(r,t){return Y&&!p(t)?I(r):function(r,t){r=b(r);var e=new H(r,0),n=e.parse(),o=n.value,i=e.skip(F,n.end);if(i<r.length)throw new T('Unexpected extra character: "'+P(r,i)+'" after the parsed data at: '+i);return p(t)?B({"":o},"",t,n):o}(r,t)}})}),Jt=t((r,t)=>{var e=y(),n=X().get;t.exports=function(r){if(!e(r))return!1;var t=n(r);return!!t&&"RawJSON"===t.type}}),Yt=t((r,t)=>{var e=s();t.exports=e(1.1.valueOf)}),Vt=t((r,t)=>{var e=n();t.exports=!e(function(){var r="9007199254740993",t=JSON.rawJSON(r);return!JSON.isRawJSON(t)||JSON.stringify(t)!==r})}),$t=t(()=>{var r=lr(),t=g(),e=a(),o=s(),i=n(),u=et(),c=d(),p=y(),l=Zr(),v=Jt(),h=O(),b=f(),w=Yt(),m=or().includes,E=C(),S=Yr(),A=Wt(),R=N(),T=x(),I=Vt(),j=String,_=TypeError,P=t("JSON","stringify"),k=t("BigInt"),D=o("".valueOf),L=o((!0).valueOf),M=k&&o(k.prototype.valueOf),U=o(/./.exec),F=o("".charAt),B=o("".charCodeAt),z=o("".replace),W=o("".slice),H=o([].push),J=o([].pop),Y=o(1.1.toString),V=/[\uD800-\uDFFF]/g,$=/^[\uD800-\uDBFF]$/,q=/^[\uDC00-\uDFFF]$/,G=/^\d+$/,X=R(),K=R(),Q=R(),Z=X.length,rr=K.length,tr=!T||i(function(){var r=t("Symbol")("stringify detection");return"[null]"!==P([r])||"{}"!==P({a:r})||"{}"!==P(Object(r))}),er=i(function(){return'"\\udf06\\ud834"'!==P("\udf06\ud834")||'"\\udead"'!==P("\udead")}),nr=I?t("JSON","isRawJSON"):v,ir=tr?function(r,t,n){return P(r,function(r,n){var o=e(t,this,r,n);if(!h(o))return o},n)}:P,ar=function(r,t,e){var n=F(e,t-1),o=F(e,t+1);return U($,r)&&!U(q,o)||U(q,r)&&!U($,n)?"\\u"+Y(B(r,0),16):r},ur=function(r,t){try{return r(t),!0}catch(e){return!1}},cr=function(r){if(!p(r)||c(r)||u(r))return!1;try{return!function(r){var t=b(r);return"Number"===t&&ur(w,r)||"String"===t&&ur(D,r)||"Boolean"===t&&ur(L,r)||!!M&&"BigInt"===t&&ur(M,r)}(r)}catch(t){return!0}},sr=function(r,t){return{toJSON:function(){var n=r[t];if(p(n)||"bigint"==typeof n){var o=n.toJSON;c(o)&&(n=e(o,n,t))}return n}}};P&&r({target:"JSON",stat:!0,arity:3,forced:tr||er||!I},{stringify:function(r,t,n){var o,i=c(t)?t:void 0,a=i?void 0:function(r){if(u(r)){for(var t=r.length,e=[],n=l(null),o=0;o<t;o++){var i,a=r[o];if("string"==typeof a)i=a;else{if("number"!=typeof a&&"Number"!==b(a)&&"String"!==b(a))continue;i=S(a)}E(n,i)||(n[i]=!0,H(e,i))}return e}}(t),s=a&&function(r){for(var t=0,e=r.length;t<e;t++)if(U(G,r[t]))return K;return""}(a),f=[],p=[],v=[],h=!1,d=!0,y=ir(r,function(r,t){if(r=j(r),a){if(r===Q)return J(p),void(o=J(v));if(d)d=!1;else if(this!==o&&!u(this)&&!m(a,r))return}else i&&(t=e(i,this,r,t));if(nr(t))return I?t:(h=!0,X+(H(f,t.rawJSON)-1));if(a&&cr(t)){if(m(p,t))throw new _("Converting circular structure to JSON");var n=function(r,t,e){for(var n=l(null),o=0,i=t.length;o<i;o++){var a=t[o];n[e+a]=sr(r,a)}return n[Q]=null,n}(t,a,s);return H(p,t),H(v,o),o=n,s&&(h=!0),n}return t},n);if("string"!=typeof y)return y;if(er&&(y=z(y,V,ar)),!h)return y;for(var g="",w=y.length,x=0;x<w;x++){var O=F(y,x);if('"'===O){var R=A(y,++x).end-1,T=W(y,x,R);W(T,0,Z)===X?g+=f[W(T,Z)]:W(T,0,rr)===K?g+='"'+W(T,rr)+'"':g+='"'+T+'"',x=R}else g+=O}return g}})}),qt=t((r,t)=>{var e=s(),n=Map.prototype;t.exports={Map:Map,set:e(n.set),get:e(n.get),has:e(n.has),remove:e(n.delete),proto:n}}),Gt=t(()=>{var r=lr(),t=qt(),e=I(),n=t.get,o=t.has,i=t.set;r({target:"Map",proto:!0,real:!0,forced:e},{getOrInsert:function(r,t){return o(this,r)?n(this,r):(i(this,r,t),t)}})}),Xt=t(()=>{var r=lr(),t=A(),e=qt(),n=I(),o=e.get,i=e.has,a=e.set;r({target:"Map",proto:!0,real:!0,forced:n},{getOrInsertComputed:function(r,e){var n=i(this,r);if(t(e),n)return o(this,r);0===r&&1/r==-1/0&&(r=0);var u=e(r);return a(this,r,u),u}})}),Kt=t(()=>{var r=o(),t=at(),e=Vr(),n=$r();r&&!e.correct&&(t(RegExp.prototype,"flags",{configurable:!0,get:n}),e.correct=!0)}),Qt=t((r,t)=>{var e=s(),n=Set.prototype;t.exports={Set:Set,add:e(n.add),has:e(n.has),remove:e(n.delete),proto:n}}),Zt=t((r,t)=>{var e=Qt().has;t.exports=function(r){return e(r),r}}),re=t((r,t)=>{var e=a();t.exports=function(r,t,n){for(var o,i,a=n?r:r.iterator,u=r.next;!(o=e(u,a)).done;)if(void 0!==(i=t(o.value)))return i}}),te=t((r,t)=>{var e=s(),n=re(),o=Qt(),i=o.Set,a=o.proto,u=e(a.forEach),c=e(a.keys),f=c(new i).next;t.exports=function(r,t,e){return e?n({iterator:c(r),next:f},t):u(r,t)}}),ee=t((r,t)=>{var e=Qt(),n=te(),o=e.Set,i=e.add;t.exports=function(r){var t=new o;return n(r,function(r){i(t,r)}),t}}),ne=t((r,t)=>{var e=ct(),n=Qt();t.exports=e(n.proto,"size","get")||function(r){return r.size}}),oe=t((r,t)=>{var e=A(),n=W(),o=a(),i=rr(),u=Rt(),c="Invalid size",s=RangeError,f=TypeError,p=Math.max,l=function(r,t){this.set=r,this.size=p(t,0),this.has=e(r.has),this.keys=e(r.keys)};l.prototype={getIterator:function(){return u(n(o(this.keys,this.set)))},includes:function(r){return o(this.has,this.set,r)}},t.exports=function(r){n(r);var t=+r.size;if(t!=t)throw new f(c);var e=i(t);if(e<0)throw new s(c);return new l(r,e)}}),ie=t((r,t)=>{var e=Zt(),n=Qt(),o=ee(),i=ne(),a=oe(),u=te(),c=re(),s=n.has,f=n.remove;t.exports=function(r){var t=e(this),n=a(r),p=o(t);return i(p)<=n.size?u(p,function(r){n.includes(r)&&f(p,r)}):c(n.getIterator(),function(r){s(p,r)&&f(p,r)}),p}}),ae=t((r,t)=>{var e=g(),n=function(r){return{size:r,has:function(){return!1},keys:function(){return{next:function(){return{done:!0}}}}}},o=function(r){return{size:r,has:function(){return!0},keys:function(){throw new Error("e")}}};t.exports=function(r,t){var i=e("Set");try{(new i)[r](n(0));try{return(new i)[r](n(-1)),!1}catch(a){if(!t)return!0;try{return(new i)[r](o(-1/0)),!1}catch(u){return t(new i([1,2])[r](o(1/0)))}}}catch(u){return!1}}}),ue=t(()=>{var r=lr(),t=ie(),e=n();r({target:"Set",proto:!0,real:!0,forced:!ae()("difference",function(r){return 0===r.size})||e(function(){var r={size:1,has:function(){return!0},keys:function(){var r=0;return{next:function(){var e=r++>1;return t.has(1)&&t.clear(),{done:e,value:2}}}}},t=new Set([1,2,3,4]);return 3!==t.difference(r).size})},{difference:t})}),ce=t((r,t)=>{var e=Zt(),n=Qt(),o=ne(),i=oe(),a=te(),u=re(),c=n.Set,s=n.add,f=n.has;t.exports=function(r){var t=e(this),n=i(r),p=new c;return o(t)>n.size?u(n.getIterator(),function(r){f(t,r)&&s(p,r)}):a(t,function(r){n.includes(r)&&s(p,r)}),p}}),se=t(()=>{var r=lr(),t=n(),e=ce();r({target:"Set",proto:!0,real:!0,forced:!ae()("intersection",function(r){return 2===r.size&&r.has(1)&&r.has(2)})||t(function(){return"3,2"!==String(Array.from(new Set([1,2,3]).intersection(new Set([3,2]))))})},{intersection:e})}),fe=t((r,t)=>{var e=Zt(),n=Qt().has,o=ne(),i=oe(),a=te(),u=re(),c=Dr();t.exports=function(r){var t=e(this),s=i(r);if(o(t)<=s.size)return!1!==a(t,function(r){if(s.includes(r))return!1},!0);var f=s.getIterator();return!1!==u(f,function(r){if(n(t,r))return c(f.iterator,"normal",!1)})}}),pe=t(()=>{var r=lr(),t=fe();r({target:"Set",proto:!0,real:!0,forced:!ae()("isDisjointFrom",function(r){return!r})},{isDisjointFrom:t})}),le=t((r,t)=>{var e=Zt(),n=ne(),o=te(),i=oe();t.exports=function(r){var t=e(this),a=i(r);return!(n(t)>a.size)&&!1!==o(t,function(r){if(!a.includes(r))return!1},!0)}}),ve=t(()=>{var r=lr(),t=le();r({target:"Set",proto:!0,real:!0,forced:!ae()("isSubsetOf",function(r){return r})},{isSubsetOf:t})}),he=t((r,t)=>{var e=Zt(),n=Qt().has,o=ne(),i=oe(),a=re(),u=Dr();t.exports=function(r){var t=e(this),c=i(r);if(o(t)<c.size)return!1;var s=c.getIterator();return!1!==a(s,function(r){if(!n(t,r))return u(s.iterator,"normal",!1)})}}),de=t(()=>{var r=lr(),t=he();r({target:"Set",proto:!0,real:!0,forced:!ae()("isSupersetOf",function(r){return!r})},{isSupersetOf:t})}),ye=t((r,t)=>{var e=Zt(),n=Qt(),o=ee(),i=oe(),a=re(),u=n.add,c=n.has,s=n.remove;t.exports=function(r){var t=e(this),n=i(r).getIterator(),f=o(t);return a(n,function(r){c(t,r)?s(f,r):u(f,r)}),f}}),ge=t((r,t)=>{t.exports=function(r){try{var t=new Set,e=t[r]({size:0,has:function(){return!0},keys:function(){return Object.defineProperty({},"next",{get:function(){return t.clear(),t.add(4),function(){return{done:!0}}}})}});return 1===e.size&&4===e.values().next().value}catch(n){return!1}}}),be=t(()=>{var r=lr(),t=ye(),e=ge();r({target:"Set",proto:!0,real:!0,forced:!ae()("symmetricDifference")||!e("symmetricDifference")},{symmetricDifference:t})}),we=t((r,t)=>{var e=Zt(),n=Qt().add,o=ee(),i=oe(),a=re();t.exports=function(r){var t=e(this),u=i(r).getIterator(),c=o(t);return a(u,function(r){n(c,r)}),c}}),me=t(()=>{var r=lr(),t=we(),e=ge();r({target:"Set",proto:!0,real:!0,forced:!ae()("union")||!e("union")},{union:t})}),xe=t((r,t)=>{var e=y();t.exports=function(r){return e(r)||null===r}}),Ee=t((r,t)=>{var e=xe(),n=String,o=TypeError;t.exports=function(r){if(e(r))return r;throw new o("Can't set "+n(r)+" as a prototype")}}),Oe=t((r,t)=>{var e=ct(),n=y(),o=v(),i=Ee();t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var r,t=!1,a={};try{(r=e(Object.prototype,"__proto__","set"))(a,[]),t=a instanceof Array}catch(u){}return function(e,a){return o(e),i(a),n(e)?(t?r(e,a):e.__proto__=a,e):e}}():void 0)}),Se=t((r,t)=>{var n,i,a,u=ut(),c=o(),s=e(),f=d(),p=y(),l=C(),v=Jr(),h=S(),g=J(),w=Q(),m=at(),x=b(),E=Et(),O=Oe(),A=D(),R=N(),T=X(),I=T.enforce,j=T.get,_=s.Int8Array,P=_&&_.prototype,k=s.Uint8ClampedArray,L=k&&k.prototype,M=_&&E(_),U=P&&E(P),F=Object.prototype,B=s.TypeError,z=A("toStringTag"),W=R("TYPED_ARRAY_TAG"),H="TypedArrayConstructor",Y=u&&!!O&&"Opera"!==v(s.opera),V=!1,$={Int8Array:1,Uint8Array:1,Uint8ClampedArray:1,Int16Array:2,Uint16Array:2,Int32Array:4,Uint32Array:4,Float32Array:4,Float64Array:8},q={BigInt64Array:8,BigUint64Array:8},G=function(r){var t=E(r);if(p(t)){var e=j(t);return e&&l(e,H)?e[H]:G(t)}},K=function(r){if(!p(r))return!1;var t=v(r);return l($,t)||l(q,t)};for(n in $)(a=(i=s[n])&&i.prototype)?I(a)[H]=i:Y=!1;for(n in q)(a=(i=s[n])&&i.prototype)&&(I(a)[H]=i);if((!Y||!f(M)||M===Function.prototype)&&(M=function(){throw new B("Incorrect invocation")},Y))for(n in $)s[n]&&O(s[n],M);if((!Y||!U||U===F)&&(U=M.prototype,Y))for(n in $)s[n]&&O(s[n].prototype,U);if(Y&&E(L)!==U&&O(L,U),c&&!l(U,z))for(n in V=!0,m(U,z,{configurable:!0,get:function(){return p(this)?this[W]:void 0}}),$)s[n]&&g(s[n].prototype,W,n);t.exports={NATIVE_ARRAY_BUFFER_VIEWS:Y,TYPED_ARRAY_TAG:V&&W,aTypedArray:function(r){if(K(r))return r;throw new B("Target is not a typed array")},aTypedArrayConstructor:function(r){if(f(r)&&(!O||x(M,r)))return r;throw new B(h(r)+" is not a typed array constructor")},exportTypedArrayMethod:function(r,t,e,n){if(c){if(e)for(var o in $){var i=s[o];if(i&&l(i.prototype,r))try{delete i.prototype[r]}catch(a){try{i.prototype[r]=t}catch(u){}}}U[r]&&!e||w(U,r,e?t:Y&&P[r]||t,n)}},exportTypedArrayStaticMethod:function(r,t,e){var n,o;if(c){if(O){if(e)for(n in $)if((o=s[n])&&l(o,r))try{delete o[r]}catch(i){}if(M[r]&&!e)return;try{return w(M,r,e?t:Y&&M[r]||t)}catch(i){}}for(n in $)!(o=s[n])||o[r]&&!e||w(o,r,t)}},getTypedArrayConstructor:G,isView:function(r){if(!p(r))return!1;var t=v(r);return"DataView"===t||l($,t)||l(q,t)},isTypedArray:K,TypedArray:M,TypedArrayPrototype:U}}),Ae=t(()=>{var r=nr(),t=Se(),e=t.aTypedArray,n=t.exportTypedArrayMethod,o=t.getTypedArrayConstructor;n("toReversed",function(){for(var t=e(this),n=r(t),i=new(o(t))(n),a=0;a<n;a++)i[a]=t[n-a-1];return i})}),Re=t((r,t)=>{var e=nr();t.exports=function(r,t,n){for(var o=0,i=arguments.length>2?n:e(t),a=new r(i);i>o;)a[o]=t[o++];return a}}),Te=t(()=>{var r=Se(),t=s(),e=A(),n=Re(),o=r.aTypedArray,i=r.getTypedArrayConstructor,a=r.exportTypedArrayMethod,u=t(r.TypedArrayPrototype.sort);a("toSorted",function(r){void 0!==r&&e(r);var t=o(this);return u(n(i(t),t),r)})}),Ie=t((r,t)=>{var e=Jr();t.exports=function(r){var t=e(r);return"BigInt64Array"===t||"BigUint64Array"===t}}),je=t((r,t)=>{var e=L(),n=TypeError;t.exports=function(r){var t=e(r,"number");if("number"==typeof t)throw new n("Can't convert number to bigint");return BigInt(t)}}),_e=t(()=>{var r=Se(),t=Ie(),e=nr(),n=rr(),o=je(),i=r.aTypedArray,a=r.getTypedArrayConstructor,u=r.exportTypedArrayMethod,c=RangeError,s=function(){try{new Int8Array(1).with(2,{valueOf:function(){throw 8}})}catch(r){return 8===r}}(),f=s&&function(){try{new Int8Array(1).with(-.5,1)}catch(r){return!0}}();u("with",{with:function(r,u){var s=i(this),f=e(s),p=n(r),l=p<0?f+p:p,v=t(s)?o(u):+u;if(l>=f||l<0)throw new c("Incorrect index");for(var h=new(a(s))(f),d=0;d<f;d++)h[d]=d===l?v:s[d];return h}}.with,!s||f)}),Pe=t((r,t)=>{var e=s(),n=WeakMap.prototype;t.exports={WeakMap:WeakMap,set:e(n.set),get:e(n.get),has:e(n.has),remove:e(n.delete)}}),ke=t(()=>{var r=lr(),t=Pe(),e=I(),n=t.get,o=t.has,i=t.set;r({target:"WeakMap",proto:!0,real:!0,forced:e},{getOrInsert:function(r,t){return o(this,r)?n(this,r):(i(this,r,t),t)}})}),Ce=t((r,t)=>{var e=Pe().has;t.exports=function(r){return e(r),r}}),Ne=t((r,t)=>{var e=Pe(),n=new e.WeakMap,o=e.set,i=e.remove;t.exports=function(r){return o(n,r,1),i(n,r),r}}),De=t(()=>{var r=lr(),t=A(),e=Ce(),n=Ne(),o=Pe(),i=I(),a=o.get,u=o.has,c=o.set;r({target:"WeakMap",proto:!0,real:!0,forced:i||!function(){try{WeakMap.prototype.getOrInsertComputed&&(new WeakMap).getOrInsertComputed(1,function(){throw 1})}catch(r){return r instanceof TypeError}}()},{getOrInsertComputed:function(r,o){if(i||e(this),n(r),t(o),u(this,r))return a(this,r);var s=o(r);return c(this,r,s),s}})}),Le=t(()=>{var r=lr(),t=e(),n=Or().clear;r({global:!0,bind:!0,enumerable:!0,forced:t.clearImmediate!==n},{clearImmediate:n})}),Me=t((r,t)=>{var n,o=e(),i=yr(),a=d(),u=xr(),c=w(),s=br(),f=wr(),p=o.Function,l=/MSIE .\./.test(c)||"BUN"===u&&((n=o.Bun.version.split(".")).length<3||"0"===n[0]&&(n[1]<3||"3"===n[1]&&"0"===n[2]));t.exports=function(r,t){var e=t?2:1;return l?function(n,o){var u=f(arguments.length,1)>e,c=a(n)?n:p(n),l=u?s(arguments,e):[],v=u?function(){i(c,this,l)}:c;return t?r(v,o):r(v)}:r}}),Ue=t(()=>{var r=lr(),t=e(),n=Or().set,o=Me(),i=t.setImmediate?o(n,!1):n;r({global:!0,bind:!0,enumerable:!0,forced:t.setImmediate!==i},{setImmediate:i})}),Fe=t(()=>{Le(),Ue()}),Be=t((r,t)=>{var e=n(),i=D(),a=o(),u=I(),c=i("iterator");t.exports=!e(function(){var r=new URL("b?a=1&b=2&c=3","https://a"),t=r.searchParams,e=new URLSearchParams("a=1&a=2&b=3"),n="";return r.pathname="c%20d",t.forEach(function(r,e){t.delete("b"),n+=e+r}),e.delete("a",2),e.delete("b",void 0),u&&(!r.toJSON||!e.has("a",1)||e.has("a",2)||!e.has("a",void 0)||e.has("b"))||!t.size&&(u||!a)||!t.sort||"https://a/c%20d?a=1&c=3"!==r.href||"3"!==t.get("c")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[c]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("https://тест").host||"#%D0%B1"!==new URL("https://a#б").hash||"a1c3"!==n||"x"!==new URL("https://x",void 0).host})}),ze=t(()=>{var r=lr(),t=g(),e=n(),o=wr(),i=Yr(),a=Be(),u=t("URL"),c=a&&e(function(){u.canParse()}),s=e(function(){return 1!==u.canParse.length});r({target:"URL",stat:!0,forced:!c||s},{canParse:function(r){var t=o(arguments.length,1),e=i(r),n=t<2||void 0===arguments[1]?void 0:i(arguments[1]);try{return!!new u(e,n)}catch(a){return!1}}})}),We=t(()=>{var r=Q(),t=s(),e=Yr(),n=wr(),o=URLSearchParams,i=o.prototype,a=t(i.append),u=t(i.delete),c=t(i.forEach),f=t([].push),p=new o("a=1&a=2&b=3");p.delete("a",1),p.delete("b",void 0),p+""!="a=2"&&r(i,"delete",function(r){var t=arguments.length,o=t<2?void 0:arguments[1];if(t&&void 0===o)return u(this,r);var i=[];c(this,function(r,t){f(i,{key:t,value:r})}),n(t,1);for(var s,p=e(r),l=e(o),v=0,h=i.length;v<h;)u(this,(s=i[v]).key),v++;for(v=0;v<h;)(s=i[v++]).key===p&&s.value===l||a(this,s.key,s.value)},{enumerable:!0,unsafe:!0})}),He=t(()=>{var r=Q(),t=s(),e=Yr(),n=wr(),o=URLSearchParams,i=o.prototype,a=t(i.getAll),u=t(i.has),c=new o("a=1");!c.has("a",2)&&c.has("a",void 0)||r(i,"has",function(r){var t=arguments.length,o=t<2?void 0:arguments[1];if(t&&void 0===o)return u(this,r);var i=a(this,r);n(t,1);for(var c=e(o),s=0;s<i.length;)if(i[s++]===c)return!0;return!1},{enumerable:!0,unsafe:!0})}),Je=t(()=>{var r=o(),t=s(),e=at(),n=URLSearchParams.prototype,i=t(n.forEach);r&&!("size"in n)&&e(n,"size",{get:function(){var r=0;return i(this,function(){r++}),r},configurable:!0,enumerable:!0})}),Ye=t((r,t)=>{var e=y(),n=String,o=TypeError;t.exports=function(r){if(void 0===r||e(r))return r;throw new o(n(r)+" is not an object or undefined")}}),Ve=t((r,t)=>{var e=TypeError;t.exports=function(r){if("string"==typeof r)return r;throw new e("Argument is not a string")}}),$e=t((r,t)=>{var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=e+"+/",o=e+"-_",i=function(r){for(var t={},e=0;e<64;e++)t[r.charAt(e)]=e;return t};t.exports={i2c:n,c2i:i(n),i2cUrl:o,c2iUrl:i(o)}}),qe=t((r,t)=>{var e=TypeError;t.exports=function(r){var t=r&&r.alphabet;if(void 0===t||"base64"===t||"base64url"===t)return t||"base64";throw new e("Incorrect `alphabet` option")}}),Ge=t((r,t)=>{var n=e(),o=s(),i=Ye(),a=Ve(),u=C(),c=$e(),f=qe(),p=vt(),l=c.c2i,v=c.c2iUrl,h=n.SyntaxError,d=n.TypeError,y=n.Array,g=o("".charAt),b=Math.floor,w=function(r,t){for(var e=r.length;t<e;t++){var n=g(r,t);if(" "!==n&&"\t"!==n&&"\n"!==n&&"\f"!==n&&"\r"!==n)break}return t},m=function(r,t,e){var n=r.length;n<4&&(r+=2===n?"AA":"A");var o=(t[g(r,0)]<<18)+(t[g(r,1)]<<12)+(t[g(r,2)]<<6)+t[g(r,3)],i=[o>>16&255,o>>8&255,255&o];if(2===n){if(e&&0!==i[1])throw new h("Extra bits");return[i[0]]}if(3===n){if(e&&0!==i[2])throw new h("Extra bits");return[i[0],i[1]]}return i},x=function(r,t,e){for(var n=t.length,o=0;o<n;o++)r[e+o]=t[o];return e+n};t.exports=function(r,t,e,n){a(r),i(t);var o="base64"===f(t)?l:v,c=t?t.lastChunkHandling:void 0;if(void 0===c&&(c="loose"),"loose"!==c&&"strict"!==c&&"stop-before-partial"!==c)throw new d("Incorrect `lastChunkHandling` option");e&&p(e.buffer);var s=r.length,E=e||y(b(3*s/4)),O=0,S=0,A="",R=0;if(n)for(;;){if((R=w(r,R))===s){if(A.length>0){if("stop-before-partial"===c)break;if("loose"!==c)throw new h("Missing padding");if(1===A.length)throw new h("Malformed padding: exactly one additional character");O=x(E,m(A,o,!1),O)}S=s;break}var T=g(r,R);if(++R,"="===T){if(A.length<2)throw new h("Padding is too early");if(R=w(r,R),2===A.length){if(R===s){if("stop-before-partial"===c)break;throw new h("Malformed padding: only one =")}"="===g(r,R)&&(++R,R=w(r,R))}if(R<s)throw new h("Unexpected character after padding");O=x(E,m(A,o,"strict"===c),O),S=s;break}if(!u(o,T))throw new h("Unexpected character");var I=n-O;if(1===I&&2===A.length||2===I&&3===A.length)break;if(4===(A+=T).length&&(O=x(E,m(A,o,!1),O),A="",S=R,O===n))break}return e||(E.length=O),{bytes:E,read:S,written:O}}}),Xe=t((r,t)=>{var e=Jr(),n=TypeError;t.exports=function(r){if("Uint8Array"===e(r))return r;throw new n("Argument is not an Uint8Array")}}),Ke=t(()=>{var r=lr(),t=e(),n=Ge(),o=Xe(),i=t.Uint8Array,a=!i||!i.prototype.setFromBase64||!function(){var r=new i([255,255,255,255,255]);try{return void r.setFromBase64("",null)}catch(t){}try{return void r.setFromBase64("a")}catch(t){}try{r.setFromBase64("MjYyZg===")}catch(t){return 50===r[0]&&54===r[1]&&50===r[2]&&255===r[3]&&255===r[4]}}();i&&r({target:"Uint8Array",proto:!0,forced:a},{setFromBase64:function(r){o(this);var t=n(r,arguments.length>1?arguments[1]:void 0,this,this.length);return{read:t.read,written:t.written}}})}),Qe=t((r,t)=>{var n=e(),o=s(),i=n.Uint8Array,a=n.SyntaxError,u=Math.min,c=o("".match);t.exports=function(r,t){var e=r.length;if(e%2!=0)throw new a("String should be an even number of characters");for(var n=t?u(t.length,e/2):e/2,o=t||new i(n),s=c(r,/[\S\s]{2}/g),f=0;f<n;f++){var p=+("0x"+s[f]+"0");if(p!=p)throw new a("String should only contain hex characters");o[f]=p>>4}return{bytes:o,read:f<<1}}}),Ze=t(()=>{var r=lr(),t=e(),n=Ve(),o=Xe(),i=vt(),a=Qe();t.Uint8Array&&r({target:"Uint8Array",proto:!0,forced:function(){try{new Uint8Array(new ArrayBuffer(16,{maxByteLength:1024})).setFromHex("cafed00d")}catch(r){return!0}}()},{setFromHex:function(r){o(this),n(r),i(this.buffer);var t=a(r,this).read;return{read:t,written:t/2}}})}),rn=t(()=>{var r=lr(),t=e(),n=s(),o=Ye(),i=Xe(),a=vt(),u=$e(),c=qe(),f=u.i2c,p=u.i2cUrl,l=Math.floor,v=Math.ceil,h=n("".charAt),d=t.Uint8Array,y=t.Array,g=n([].join),b=!d||!d.prototype.toBase64||!function(){try{(new d).toBase64(null)}catch(r){return!0}}();d&&r({target:"Uint8Array",proto:!0,forced:b},{toBase64:function(){var r=i(this),t=arguments.length?o(arguments[0]):void 0,e="base64"===c(t)?f:p,n=!!t&&!!t.omitPadding;a(this.buffer);for(var u,s=0,d=r.length,b=y(n?4*l(d/3)+(d%3?d%3+1:0):4*v(d/3)),w=0,m=function(r){return h(e,u>>6*r&63)};s+2<d;s+=3)u=(r[s]<<16)+(r[s+1]<<8)+r[s+2],b[w++]=m(3),b[w++]=m(2),b[w++]=m(1),b[w++]=m(0);return s+2===d?(u=(r[s]<<16)+(r[s+1]<<8),b[w++]=m(3),b[w++]=m(2),b[w++]=m(1),n||(b[w++]="=")):s+1===d&&(u=r[s]<<16,b[w++]=m(3),b[w++]=m(2),n||(b[w++]="=",b[w++]="=")),g(b,"")}})}),tn=t(()=>{var r=lr(),t=e(),n=s(),o=Xe(),i=vt(),a=n(1.1.toString),u=n([].join),c=Array,f=t.Uint8Array,p=!f||!f.prototype.toHex||!function(){try{return"ffffffffffffffff"===new f([255,255,255,255,255,255,255,255]).toHex()}catch(r){return!1}}();f&&r({target:"Uint8Array",proto:!0,forced:p},{toHex:function(){o(this),i(this.buffer);for(var r=c(this.length),t=0,e=this.length;t<e;t++){var n=a(this[t],16);r[t]=1===n.length?"0"+n:n}return u(r,"")}})}),en=t((r,t)=>{var e=dr(),n=s(),o=p(),i=k(),a=M(),u=nr(),c=Zr(),f=Re(),l=Array,v=n([].push);t.exports=function(r,t,n,s){for(var p,h,d,y=i(r),g=o(y),b=e(t,n),w=c(null),m=u(g),x=0;m>x;x++)d=g[x],(h=a(b(d,x,y)))in w?v(w[h],d):w[h]=[d];if(s&&(p=s(y))!==l)for(h in w)w[h]=f(p,w[h]);return w}}),nn=t(()=>{var r=lr(),t=en(),e=rt();r({target:"Array",proto:!0},{group:function(r){return t(this,r,arguments.length>1?arguments[1]:void 0)}}),e("group")}),on=t((r,t)=>{var e=d(),n=y(),o=Oe();t.exports=function(r,t,i){var a,u;return o&&e(a=t.constructor)&&a!==i&&n(u=a.prototype)&&u!==i.prototype&&o(r,u),r}}),an=t((r,t)=>{var e=Yr();t.exports=function(r,t){return void 0===r?arguments.length<2?"":t:e(r)}}),un=t((r,t)=>{t.exports={IndexSizeError:{s:"INDEX_SIZE_ERR",c:1,m:1},DOMStringSizeError:{s:"DOMSTRING_SIZE_ERR",c:2,m:0},HierarchyRequestError:{s:"HIERARCHY_REQUEST_ERR",c:3,m:1},WrongDocumentError:{s:"WRONG_DOCUMENT_ERR",c:4,m:1},InvalidCharacterError:{s:"INVALID_CHARACTER_ERR",c:5,m:1},NoDataAllowedError:{s:"NO_DATA_ALLOWED_ERR",c:6,m:0},NoModificationAllowedError:{s:"NO_MODIFICATION_ALLOWED_ERR",c:7,m:1},NotFoundError:{s:"NOT_FOUND_ERR",c:8,m:1},NotSupportedError:{s:"NOT_SUPPORTED_ERR",c:9,m:1},InUseAttributeError:{s:"INUSE_ATTRIBUTE_ERR",c:10,m:1},InvalidStateError:{s:"INVALID_STATE_ERR",c:11,m:1},SyntaxError:{s:"SYNTAX_ERR",c:12,m:1},InvalidModificationError:{s:"INVALID_MODIFICATION_ERR",c:13,m:1},NamespaceError:{s:"NAMESPACE_ERR",c:14,m:1},InvalidAccessError:{s:"INVALID_ACCESS_ERR",c:15,m:1},ValidationError:{s:"VALIDATION_ERR",c:16,m:0},TypeMismatchError:{s:"TYPE_MISMATCH_ERR",c:17,m:1},SecurityError:{s:"SECURITY_ERR",c:18,m:1},NetworkError:{s:"NETWORK_ERR",c:19,m:1},AbortError:{s:"ABORT_ERR",c:20,m:1},URLMismatchError:{s:"URL_MISMATCH_ERR",c:21,m:1},QuotaExceededError:{s:"QUOTA_EXCEEDED_ERR",c:22,m:1},TimeoutError:{s:"TIMEOUT_ERR",c:23,m:1},InvalidNodeTypeError:{s:"INVALID_NODE_TYPE_ERR",c:24,m:1},DataCloneError:{s:"DATA_CLONE_ERR",c:25,m:1}}}),cn=t((r,t)=>{var e=s(),n=Error,o=e("".replace),i=String(new n("zxcasd").stack),a=/\n\s*at [^:]*:[^\n]*/,u=a.test(i);t.exports=function(r,t){if(u&&"string"==typeof r&&!n.prepareStackTrace)for(;t--;)r=o(r,a,"");return r}}),sn=t(()=>{var r=lr(),t=e(),n=g(),i=c(),a=H().f,u=C(),s=mt(),f=on(),p=an(),l=un(),v=cn(),h=o(),d=I(),y="DOMException",b=n("Error"),w=n(y),m=function(){s(this,x);var r=arguments.length,t=p(r<1?void 0:arguments[0]),e=new w(t,p(r<2?void 0:arguments[1],"Error")),n=new b(t);return n.name=y,a(e,"stack",i(1,v(n.stack,1))),f(e,this,m),e},x=m.prototype=w.prototype,E="stack"in new b(y),O="stack"in new w(1,2),S=w&&h&&Object.getOwnPropertyDescriptor(t,y),A=!(!S||S.writable&&S.configurable),R=E&&!A&&!O;r({global:!0,constructor:!0,forced:d||R},{DOMException:R?m:w});var T=n(y),j=T.prototype;if(j.constructor!==T)for(var _ in d||a(j,"constructor",i(1,T)),l)if(u(l,_)){var P=l[_],k=P.s;u(T,k)||a(T,k,i(6,P.c))}});Ir(),zr(),Xr(),tt(),it(),pt(),bt(),wt(),At(),It(),Lt(),Mt(),Ut(),Ft(),Bt(),zt(),Ht(),$t(),Gt(),Xt(),Kt(),ue(),se(),pe(),ve(),de(),be(),me(),Ae(),Te(),_e(),ke(),De(),Fe(),ze(),We(),He(),Je(),Ke(),Ze(),rn(),tn(),nn(),sn();