libevm 0.0.33 → 0.0.35

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.rst CHANGED
@@ -1,29 +1,35 @@
1
+
1
2
  ..
2
3
  SPDX-License-Identifier: AGPL-3.0-or-later
3
4
 
4
- ----------------------------------------------------------------------
5
- Copyright © 2024, 2025, 2026 Pellegrino Prevete
5
+ -------------------------------------------------------
6
+ Copyright © 2024, 2025, 2026
7
+ Pellegrino Prevete
6
8
 
7
9
  All rights reserved
8
- ----------------------------------------------------------------------
10
+ -------------------------------------------------------
9
11
 
10
- This program is free software: you can redistribute it and/or modify
11
- it under the terms of the GNU Affero General Public License as
12
- published by the Free Software Foundation, either version 3 of the
12
+ This program is free software: you can redistribute it
13
+ and/or modify it under the terms of the
14
+ GNU Affero General Public License as published by
15
+ the Free Software Foundation, either version 3 of the
13
16
  License, or (at your option) any later version.
14
17
 
15
- This program is distributed in the hope that it will be useful,
16
- but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- GNU Affero General Public License for more details.
18
+ This program is distributed in the hope that it will
19
+ be useful, but WITHOUT ANY WARRANTY; without even the
20
+ implied warranty of MERCHANTABILITY or FITNESS FOR A
21
+ PARTICULAR PURPOSE.
22
+ See the GNU Affero General Public License
23
+ for more details.
19
24
 
20
- You should have received a copy of the GNU Affero General Public
21
- License along with this program.
25
+ You should have received a copy of the
26
+ GNU Affero General Public License
27
+ along with this program.
22
28
  If not, see <https://www.gnu.org/licenses/>.
23
29
 
24
- =========================
25
- EVM Chains Info Authors
26
- =========================
30
+ ================================
31
+ EVM Library (libevm) authors
32
+ ================================
27
33
 
28
34
  * Pellegrino Prevete
29
35
  * eth-mail
package/README.md CHANGED
@@ -172,7 +172,9 @@ through
172
172
  https://github.com/themartiancompany/fur/tree/libevm)
173
173
 
174
174
  The package has also been published
175
- on the NPM Registry as `evm-chains-info`
175
+ on the NPM Registry as
176
+ [`evm-chains-info`](
177
+ https://npmjs.com/package/libevm)
176
178
  and so it can be installed from there by typing
177
179
 
178
180
  ```bash
package/dist/libevm CHANGED
@@ -1,2 +1 @@
1
- /*! For license information please see libevm.js.LICENSE.txt */
2
- (()=>{var e={531(e,t,r){const n=r(368);_homedir_get=n._homedir_get,_msg_error=n._msg_error,_msg_info=n._msg_info,_path_join=n._path_join,_require=n._require;const i=_require("evm-chains-info");function o(e,t,r,n,i){void 0!==e&&""!=e||(e="seed"),void 0!==r&&""!=r||(r="evm-wallet"),void 0!==n&&""!=n||(n="default"),void 0!==i&&""!=i||(i="n");const o=function(e,t,r,n){let i;return void 0!==e&&""!=e||(e="seed"),void 0!==t&&""!=t||(t="evm-wallet"),void 0!==r&&""!=r||(r="default"),void 0!==n&&""!=n||(n="n"),i=_path_join([_homedir_get(),".config",t]),"y"==n&&(i=_path_join([i,"qr"])),_path_join([i,`${r}-${e}.txt`])}(e,r,n,i);return o}_evm_chains_db_path_get=i._evm_chains_db_path_get,_rpc_backend_get=i._rpc_backend_get,_evm_chain_info_get=i._evm_chain_info_get,_evm_chains_info=i._evm_chains_info,e.exports={_contract_abi_get:function(e,t,r,n){const i=t.concat(".abi.json");return _path_join([e,t,r,n,i])},_contract_bytecode_get:function(e,t,r,n){const i=t.concat(".bin");return _path_join([e,t,r,n,i])},_contract_compiler_output_get:function(e,t,r,n){const i=t.concat(".json");return _path_join([e,t,r,n,i])},_evm_chains_db_path_get,_evm_chain_info_get,_libevm_app_cmdline_parse:function(e){"u"in e&&(user_level=e.u),"user-level"in e&&(user_level=e.user_level),"d"in e&&(deployments_dir=e.d),"deployments-dir"in e&&(deployments_dir=e.deployments_dir)},_libevm_cmdline_parse:function(e){"N"in e&&(wallet_name=e.N),"wallet-name"in e&&(wallet_name=e["wallet-name"]),"w"in e&&(wallet_path=e.w),"wallet-path"in e&&(wallet_path=e["wallet-path"]),"p"in e&&(wallet_password=e.p),"wallet-password"in e&&(wallet_path=e["wallet-password"]),"s"in e&&(wallet_seed=e.s),"wallet-seed"in e&&(wallet_seed=e["wallet-seed"]),"k"in e&&(api_key=e.k),"api-key"in e&&(api_key=e["api-key"]),"T"in e&&(api_key=e.T),"call-timeout"in e&&(call_timeout=e["call-timeout"]),"n"in e&&target_networks.push(e.n),"network"in e&&target_networks.push(e.network)},_libevm_app_global_variables:function(){deployments_dir="",user_level=""},_libevm_global_variables:function(){call_auth="",wallet_name="",wallet_path="",wallet_password="",wallet_address="",wallet_seed="",api_key="",networks_amount="",target_network="",target_networks=[],rpc_selection="",retries_max="",call_timeout="",msg_value=""},_libevm_url_parse:function(){wallet_path=_argv_url_get("wallet_path")[0],wallet_password=_argv_url_get("wallet_password")[0],wallet_seed=_argv_url_get("wallet_seed")[0],api_key=_argv_url_get("api_key")[0],target_networks.push(_argv_url_get("network")[0])},_rpc_backend_get,_rpc_get:function(e){let t,r,n,i,o;const a={};for(i of e)o=typeof i,"string"==o?i.startsWith("https://")?(a[i]=i,r="n"):r="y":"number"==o?r="y":(n=`Unknown type '${o}' for network variable.`,_msg_error(n,1)),"y"==r&&(t=["get","id","rpc","offline",["node","system"],"kirsh","n","n",i,[]],a[i]=_evm_chains_info.apply(null,t)[0]);return a},_wallet_overrides_set:async function(e,t,r,n){let i,a,s,u;a="";const l=_require("evm-wallet")._address_get;return void 0!==e&&""!=e||(e="evm-wallet"),void 0!==t&&""!=t||(t="default"),void 0!==r&&""!=r||(r="y"),void 0!==n&&""!=n||(n="n"),i="","y"==r?(u=function(e,t,r){let n;void 0!==e&&""!=e||(e="evm-wallet"),void 0!==t&&""!=t||(t="default"),void 0!==r&&""!=r||(r="n");const i=_homedir_get();return n=_path_join([i,".config",e]),"y"==r&&(n=_path_join([n,"qr"])),_path_join([n,`${t}.dat`])}(e,t,n),a=o("seed",0,e,t,n),s=o("password",0,e,t,n),i=await l(a,"","","","","")):"n"==r&&("undefined"==typeof wallet_seed&&(wallet_seed=""),"undefined"==typeof wallet_password&&(wallet_password="")),"undefined"!=typeof wallet_name&&""!=wallet_name||(wallet_name=t),"undefined"!=typeof wallet_path&&""!=wallet_path||(wallet_path=u),"undefined"!=typeof wallet_address&&""!=wallet_address||(wallet_address=i),"undefined"!=typeof wallet_seed&&""!=wallet_seed&&wallet_seed!=[]||(wallet_seed=a),!0}}},526(e,t){"use strict";t.toByteArray=function(e){var t,r,o=function(e){var t=e.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.indexOf("=");return-1===r&&(r=t),[r,r===t?0:4-r%4]}(e),a=o[0],s=o[1],u=new i(function(e,t,r){return 3*(t+r)/4-r}(0,a,s)),l=0,c=s>0?a-4:a;for(r=0;r<c;r+=4)t=n[e.charCodeAt(r)]<<18|n[e.charCodeAt(r+1)]<<12|n[e.charCodeAt(r+2)]<<6|n[e.charCodeAt(r+3)],u[l++]=t>>16&255,u[l++]=t>>8&255,u[l++]=255&t;return 2===s&&(t=n[e.charCodeAt(r)]<<2|n[e.charCodeAt(r+1)]>>4,u[l++]=255&t),1===s&&(t=n[e.charCodeAt(r)]<<10|n[e.charCodeAt(r+1)]<<4|n[e.charCodeAt(r+2)]>>2,u[l++]=t>>8&255,u[l++]=255&t),u},t.fromByteArray=function(e){for(var t,n=e.length,i=n%3,o=[],a=16383,s=0,l=n-i;s<l;s+=a)o.push(u(e,s,s+a>l?l:s+a));return 1===i?(t=e[n-1],o.push(r[t>>2]+r[t<<4&63]+"==")):2===i&&(t=(e[n-2]<<8)+e[n-1],o.push(r[t>>10]+r[t>>4&63]+r[t<<2&63]+"=")),o.join("")};for(var r=[],n=[],i="undefined"!=typeof Uint8Array?Uint8Array:Array,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",a=0;a<64;++a)r[a]=o[a],n[o.charCodeAt(a)]=a;function s(e){return r[e>>18&63]+r[e>>12&63]+r[e>>6&63]+r[63&e]}function u(e,t,r){for(var n,i=[],o=t;o<r;o+=3)n=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(255&e[o+2]),i.push(s(n));return i.join("")}n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63},287(e,t,r){"use strict";const n=r(526),i=r(251),o="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;t.Buffer=u,t.SlowBuffer=function(e){return+e!=e&&(e=0),u.alloc(+e)},t.INSPECT_MAX_BYTES=50;const a=2147483647;function s(e){if(e>a)throw new RangeError('The value "'+e+'" is invalid for option "size"');const t=new Uint8Array(e);return Object.setPrototypeOf(t,u.prototype),t}function u(e,t,r){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return f(e)}return l(e,t,r)}function l(e,t,r){if("string"==typeof e)return function(e,t){if("string"==typeof t&&""!==t||(t="utf8"),!u.isEncoding(t))throw new TypeError("Unknown encoding: "+t);const r=0|y(e,t);let n=s(r);const i=n.write(e,t);return i!==r&&(n=n.slice(0,i)),n}(e,t);if(ArrayBuffer.isView(e))return function(e){if(X(e,Uint8Array)){const t=new Uint8Array(e);return d(t.buffer,t.byteOffset,t.byteLength)}return h(e)}(e);if(null==e)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(X(e,ArrayBuffer)||e&&X(e.buffer,ArrayBuffer))return d(e,t,r);if("undefined"!=typeof SharedArrayBuffer&&(X(e,SharedArrayBuffer)||e&&X(e.buffer,SharedArrayBuffer)))return d(e,t,r);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');const n=e.valueOf&&e.valueOf();if(null!=n&&n!==e)return u.from(n,t,r);const i=function(e){if(u.isBuffer(e)){const t=0|p(e.length),r=s(t);return 0===r.length||e.copy(r,0,0,t),r}return void 0!==e.length?"number"!=typeof e.length||q(e.length)?s(0):h(e):"Buffer"===e.type&&Array.isArray(e.data)?h(e.data):void 0}(e);if(i)return i;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return u.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function c(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function f(e){return c(e),s(e<0?0:0|p(e))}function h(e){const t=e.length<0?0:0|p(e.length),r=s(t);for(let n=0;n<t;n+=1)r[n]=255&e[n];return r}function d(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');let n;return n=void 0===t&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,t):new Uint8Array(e,t,r),Object.setPrototypeOf(n,u.prototype),n}function p(e){if(e>=a)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a.toString(16)+" bytes");return 0|e}function y(e,t){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||X(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);const r=e.length,n=arguments.length>2&&!0===arguments[2];if(!n&&0===r)return 0;let i=!1;for(;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return G(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return H(e).length;default:if(i)return n?-1:G(e).length;t=(""+t).toLowerCase(),i=!0}}function g(e,t,r){let n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return L(this,t,r);case"utf8":case"utf-8":return k(this,t,r);case"ascii":return O(this,t,r);case"latin1":case"binary":return x(this,t,r);case"base64":return T(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return C(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function w(e,t,r){const n=e[t];e[t]=e[r],e[r]=n}function m(e,t,r,n,i){if(0===e.length)return-1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),q(r=+r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0){if(!i)return-1;r=0}if("string"==typeof t&&(t=u.from(t,n)),u.isBuffer(t))return 0===t.length?-1:b(e,t,r,n,i);if("number"==typeof t)return t&=255,"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):b(e,[t],r,n,i);throw new TypeError("val must be string, number or Buffer")}function b(e,t,r,n,i){let o,a=1,s=e.length,u=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;a=2,s/=2,u/=2,r/=2}function l(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){let n=-1;for(o=r;o<s;o++)if(l(e,o)===l(t,-1===n?0:o-n)){if(-1===n&&(n=o),o-n+1===u)return n*a}else-1!==n&&(o-=o-n),n=-1}else for(r+u>s&&(r=s-u),o=r;o>=0;o--){let r=!0;for(let n=0;n<u;n++)if(l(e,o+n)!==l(t,n)){r=!1;break}if(r)return o}return-1}function _(e,t,r,n){r=Number(r)||0;const i=e.length-r;n?(n=Number(n))>i&&(n=i):n=i;const o=t.length;let a;for(n>o/2&&(n=o/2),a=0;a<n;++a){const n=parseInt(t.substr(2*a,2),16);if(q(n))return a;e[r+a]=n}return a}function v(e,t,r,n){return V(G(t,e.length-r),e,r,n)}function E(e,t,r,n){return V(function(e){const t=[];for(let r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(t),e,r,n)}function S(e,t,r,n){return V(H(t),e,r,n)}function R(e,t,r,n){return V(function(e,t){let r,n,i;const o=[];for(let a=0;a<e.length&&!((t-=2)<0);++a)r=e.charCodeAt(a),n=r>>8,i=r%256,o.push(i),o.push(n);return o}(t,e.length-r),e,r,n)}function T(e,t,r){return 0===t&&r===e.length?n.fromByteArray(e):n.fromByteArray(e.slice(t,r))}function k(e,t,r){r=Math.min(e.length,r);const n=[];let i=t;for(;i<r;){const t=e[i];let o=null,a=t>239?4:t>223?3:t>191?2:1;if(i+a<=r){let r,n,s,u;switch(a){case 1:t<128&&(o=t);break;case 2:r=e[i+1],128==(192&r)&&(u=(31&t)<<6|63&r,u>127&&(o=u));break;case 3:r=e[i+1],n=e[i+2],128==(192&r)&&128==(192&n)&&(u=(15&t)<<12|(63&r)<<6|63&n,u>2047&&(u<55296||u>57343)&&(o=u));break;case 4:r=e[i+1],n=e[i+2],s=e[i+3],128==(192&r)&&128==(192&n)&&128==(192&s)&&(u=(15&t)<<18|(63&r)<<12|(63&n)<<6|63&s,u>65535&&u<1114112&&(o=u))}}null===o?(o=65533,a=1):o>65535&&(o-=65536,n.push(o>>>10&1023|55296),o=56320|1023&o),n.push(o),i+=a}return function(e){const t=e.length;if(t<=A)return String.fromCharCode.apply(String,e);let r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=A));return r}(n)}t.kMaxLength=a,u.TYPED_ARRAY_SUPPORT=function(){try{const e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),42===e.foo()}catch(e){return!1}}(),u.TYPED_ARRAY_SUPPORT||"undefined"==typeof console||"function"!=typeof console.error||console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support."),Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.buffer}}),Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(u.isBuffer(this))return this.byteOffset}}),u.poolSize=8192,u.from=function(e,t,r){return l(e,t,r)},Object.setPrototypeOf(u.prototype,Uint8Array.prototype),Object.setPrototypeOf(u,Uint8Array),u.alloc=function(e,t,r){return function(e,t,r){return c(e),e<=0?s(e):void 0!==t?"string"==typeof r?s(e).fill(t,r):s(e).fill(t):s(e)}(e,t,r)},u.allocUnsafe=function(e){return f(e)},u.allocUnsafeSlow=function(e){return f(e)},u.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==u.prototype},u.compare=function(e,t){if(X(e,Uint8Array)&&(e=u.from(e,e.offset,e.byteLength)),X(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(e)||!u.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===t)return 0;let r=e.length,n=t.length;for(let i=0,o=Math.min(r,n);i<o;++i)if(e[i]!==t[i]){r=e[i],n=t[i];break}return r<n?-1:n<r?1:0},u.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},u.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return u.alloc(0);let r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;const n=u.allocUnsafe(t);let i=0;for(r=0;r<e.length;++r){let t=e[r];if(X(t,Uint8Array))i+t.length>n.length?(u.isBuffer(t)||(t=u.from(t)),t.copy(n,i)):Uint8Array.prototype.set.call(n,t,i);else{if(!u.isBuffer(t))throw new TypeError('"list" argument must be an Array of Buffers');t.copy(n,i)}i+=t.length}return n},u.byteLength=y,u.prototype._isBuffer=!0,u.prototype.swap16=function(){const e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)w(this,t,t+1);return this},u.prototype.swap32=function(){const e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)w(this,t,t+3),w(this,t+1,t+2);return this},u.prototype.swap64=function(){const e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)w(this,t,t+7),w(this,t+1,t+6),w(this,t+2,t+5),w(this,t+3,t+4);return this},u.prototype.toString=function(){const e=this.length;return 0===e?"":0===arguments.length?k(this,0,e):g.apply(this,arguments)},u.prototype.toLocaleString=u.prototype.toString,u.prototype.equals=function(e){if(!u.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e||0===u.compare(this,e)},u.prototype.inspect=function(){let e="";const r=t.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"},o&&(u.prototype[o]=u.prototype.inspect),u.prototype.compare=function(e,t,r,n,i){if(X(e,Uint8Array)&&(e=u.from(e,e.offset,e.byteLength)),!u.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===i&&(i=this.length),t<0||r>e.length||n<0||i>this.length)throw new RangeError("out of range index");if(n>=i&&t>=r)return 0;if(n>=i)return-1;if(t>=r)return 1;if(this===e)return 0;let o=(i>>>=0)-(n>>>=0),a=(r>>>=0)-(t>>>=0);const s=Math.min(o,a),l=this.slice(n,i),c=e.slice(t,r);for(let e=0;e<s;++e)if(l[e]!==c[e]){o=l[e],a=c[e];break}return o<a?-1:a<o?1:0},u.prototype.includes=function(e,t,r){return-1!==this.indexOf(e,t,r)},u.prototype.indexOf=function(e,t,r){return m(this,e,t,r,!0)},u.prototype.lastIndexOf=function(e,t,r){return m(this,e,t,r,!1)},u.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(r)?(r>>>=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}const i=this.length-t;if((void 0===r||r>i)&&(r=i),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");let o=!1;for(;;)switch(n){case"hex":return _(this,e,t,r);case"utf8":case"utf-8":return v(this,e,t,r);case"ascii":case"latin1":case"binary":return E(this,e,t,r);case"base64":return S(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,e,t,r);default:if(o)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),o=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};const A=4096;function O(e,t,r){let n="";r=Math.min(e.length,r);for(let i=t;i<r;++i)n+=String.fromCharCode(127&e[i]);return n}function x(e,t,r){let n="";r=Math.min(e.length,r);for(let i=t;i<r;++i)n+=String.fromCharCode(e[i]);return n}function L(e,t,r){const n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);let i="";for(let n=t;n<r;++n)i+=J[e[n]];return i}function C(e,t,r){const n=e.slice(t,r);let i="";for(let e=0;e<n.length-1;e+=2)i+=String.fromCharCode(n[e]+256*n[e+1]);return i}function U(e,t,r){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}function I(e,t,r,n,i,o){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}function M(e,t,r,n,i){W(t,n,i,e,r,7);let o=Number(t&BigInt(4294967295));e[r++]=o,o>>=8,e[r++]=o,o>>=8,e[r++]=o,o>>=8,e[r++]=o;let a=Number(t>>BigInt(32)&BigInt(4294967295));return e[r++]=a,a>>=8,e[r++]=a,a>>=8,e[r++]=a,a>>=8,e[r++]=a,r}function j(e,t,r,n,i){W(t,n,i,e,r,7);let o=Number(t&BigInt(4294967295));e[r+7]=o,o>>=8,e[r+6]=o,o>>=8,e[r+5]=o,o>>=8,e[r+4]=o;let a=Number(t>>BigInt(32)&BigInt(4294967295));return e[r+3]=a,a>>=8,e[r+2]=a,a>>=8,e[r+1]=a,a>>=8,e[r]=a,r+8}function B(e,t,r,n,i,o){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function P(e,t,r,n,o){return t=+t,r>>>=0,o||B(e,0,r,4),i.write(e,t,r,n,23,4),r+4}function N(e,t,r,n,o){return t=+t,r>>>=0,o||B(e,0,r,8),i.write(e,t,r,n,52,8),r+8}u.prototype.slice=function(e,t){const r=this.length;(e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e);const n=this.subarray(e,t);return Object.setPrototypeOf(n,u.prototype),n},u.prototype.readUintLE=u.prototype.readUIntLE=function(e,t,r){e>>>=0,t>>>=0,r||U(e,t,this.length);let n=this[e],i=1,o=0;for(;++o<t&&(i*=256);)n+=this[e+o]*i;return n},u.prototype.readUintBE=u.prototype.readUIntBE=function(e,t,r){e>>>=0,t>>>=0,r||U(e,t,this.length);let n=this[e+--t],i=1;for(;t>0&&(i*=256);)n+=this[e+--t]*i;return n},u.prototype.readUint8=u.prototype.readUInt8=function(e,t){return e>>>=0,t||U(e,1,this.length),this[e]},u.prototype.readUint16LE=u.prototype.readUInt16LE=function(e,t){return e>>>=0,t||U(e,2,this.length),this[e]|this[e+1]<<8},u.prototype.readUint16BE=u.prototype.readUInt16BE=function(e,t){return e>>>=0,t||U(e,2,this.length),this[e]<<8|this[e+1]},u.prototype.readUint32LE=u.prototype.readUInt32LE=function(e,t){return e>>>=0,t||U(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},u.prototype.readUint32BE=u.prototype.readUInt32BE=function(e,t){return e>>>=0,t||U(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},u.prototype.readBigUInt64LE=K(function(e){Z(e>>>=0,"offset");const t=this[e],r=this[e+7];void 0!==t&&void 0!==r||Y(e,this.length-8);const n=t+256*this[++e]+65536*this[++e]+this[++e]*2**24,i=this[++e]+256*this[++e]+65536*this[++e]+r*2**24;return BigInt(n)+(BigInt(i)<<BigInt(32))}),u.prototype.readBigUInt64BE=K(function(e){Z(e>>>=0,"offset");const t=this[e],r=this[e+7];void 0!==t&&void 0!==r||Y(e,this.length-8);const n=t*2**24+65536*this[++e]+256*this[++e]+this[++e],i=this[++e]*2**24+65536*this[++e]+256*this[++e]+r;return(BigInt(n)<<BigInt(32))+BigInt(i)}),u.prototype.readIntLE=function(e,t,r){e>>>=0,t>>>=0,r||U(e,t,this.length);let n=this[e],i=1,o=0;for(;++o<t&&(i*=256);)n+=this[e+o]*i;return i*=128,n>=i&&(n-=Math.pow(2,8*t)),n},u.prototype.readIntBE=function(e,t,r){e>>>=0,t>>>=0,r||U(e,t,this.length);let n=t,i=1,o=this[e+--n];for(;n>0&&(i*=256);)o+=this[e+--n]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*t)),o},u.prototype.readInt8=function(e,t){return e>>>=0,t||U(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},u.prototype.readInt16LE=function(e,t){e>>>=0,t||U(e,2,this.length);const r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt16BE=function(e,t){e>>>=0,t||U(e,2,this.length);const r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt32LE=function(e,t){return e>>>=0,t||U(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},u.prototype.readInt32BE=function(e,t){return e>>>=0,t||U(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},u.prototype.readBigInt64LE=K(function(e){Z(e>>>=0,"offset");const t=this[e],r=this[e+7];void 0!==t&&void 0!==r||Y(e,this.length-8);const n=this[e+4]+256*this[e+5]+65536*this[e+6]+(r<<24);return(BigInt(n)<<BigInt(32))+BigInt(t+256*this[++e]+65536*this[++e]+this[++e]*2**24)}),u.prototype.readBigInt64BE=K(function(e){Z(e>>>=0,"offset");const t=this[e],r=this[e+7];void 0!==t&&void 0!==r||Y(e,this.length-8);const n=(t<<24)+65536*this[++e]+256*this[++e]+this[++e];return(BigInt(n)<<BigInt(32))+BigInt(this[++e]*2**24+65536*this[++e]+256*this[++e]+r)}),u.prototype.readFloatLE=function(e,t){return e>>>=0,t||U(e,4,this.length),i.read(this,e,!0,23,4)},u.prototype.readFloatBE=function(e,t){return e>>>=0,t||U(e,4,this.length),i.read(this,e,!1,23,4)},u.prototype.readDoubleLE=function(e,t){return e>>>=0,t||U(e,8,this.length),i.read(this,e,!0,52,8)},u.prototype.readDoubleBE=function(e,t){return e>>>=0,t||U(e,8,this.length),i.read(this,e,!1,52,8)},u.prototype.writeUintLE=u.prototype.writeUIntLE=function(e,t,r,n){e=+e,t>>>=0,r>>>=0,n||I(this,e,t,r,Math.pow(2,8*r)-1,0);let i=1,o=0;for(this[t]=255&e;++o<r&&(i*=256);)this[t+o]=e/i&255;return t+r},u.prototype.writeUintBE=u.prototype.writeUIntBE=function(e,t,r,n){e=+e,t>>>=0,r>>>=0,n||I(this,e,t,r,Math.pow(2,8*r)-1,0);let i=r-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+r},u.prototype.writeUint8=u.prototype.writeUInt8=function(e,t,r){return e=+e,t>>>=0,r||I(this,e,t,1,255,0),this[t]=255&e,t+1},u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(e,t,r){return e=+e,t>>>=0,r||I(this,e,t,2,65535,0),this[t]=255&e,this[t+1]=e>>>8,t+2},u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(e,t,r){return e=+e,t>>>=0,r||I(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=255&e,t+2},u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(e,t,r){return e=+e,t>>>=0,r||I(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e,t+4},u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(e,t,r){return e=+e,t>>>=0,r||I(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},u.prototype.writeBigUInt64LE=K(function(e,t=0){return M(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeBigUInt64BE=K(function(e,t=0){return j(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))}),u.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t>>>=0,!n){const n=Math.pow(2,8*r-1);I(this,e,t,r,n-1,-n)}let i=0,o=1,a=0;for(this[t]=255&e;++i<r&&(o*=256);)e<0&&0===a&&0!==this[t+i-1]&&(a=1),this[t+i]=(e/o|0)-a&255;return t+r},u.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t>>>=0,!n){const n=Math.pow(2,8*r-1);I(this,e,t,r,n-1,-n)}let i=r-1,o=1,a=0;for(this[t+i]=255&e;--i>=0&&(o*=256);)e<0&&0===a&&0!==this[t+i+1]&&(a=1),this[t+i]=(e/o|0)-a&255;return t+r},u.prototype.writeInt8=function(e,t,r){return e=+e,t>>>=0,r||I(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=255&e,t+1},u.prototype.writeInt16LE=function(e,t,r){return e=+e,t>>>=0,r||I(this,e,t,2,32767,-32768),this[t]=255&e,this[t+1]=e>>>8,t+2},u.prototype.writeInt16BE=function(e,t,r){return e=+e,t>>>=0,r||I(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=255&e,t+2},u.prototype.writeInt32LE=function(e,t,r){return e=+e,t>>>=0,r||I(this,e,t,4,2147483647,-2147483648),this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4},u.prototype.writeInt32BE=function(e,t,r){return e=+e,t>>>=0,r||I(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e,t+4},u.prototype.writeBigInt64LE=K(function(e,t=0){return M(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),u.prototype.writeBigInt64BE=K(function(e,t=0){return j(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))}),u.prototype.writeFloatLE=function(e,t,r){return P(this,e,t,!0,r)},u.prototype.writeFloatBE=function(e,t,r){return P(this,e,t,!1,r)},u.prototype.writeDoubleLE=function(e,t,r){return N(this,e,t,!0,r)},u.prototype.writeDoubleBE=function(e,t,r){return N(this,e,t,!1,r)},u.prototype.copy=function(e,t,r,n){if(!u.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);const i=n-r;return this===e&&"function"==typeof Uint8Array.prototype.copyWithin?this.copyWithin(t,r,n):Uint8Array.prototype.set.call(e,this.subarray(r,n),t),i},u.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!u.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(1===e.length){const t=e.charCodeAt(0);("utf8"===n&&t<128||"latin1"===n)&&(e=t)}}else"number"==typeof e?e&=255:"boolean"==typeof e&&(e=Number(e));if(t<0||this.length<t||this.length<r)throw new RangeError("Out of range index");if(r<=t)return this;let i;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(i=t;i<r;++i)this[i]=e;else{const o=u.isBuffer(e)?e:u.from(e,n),a=o.length;if(0===a)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(i=0;i<r-t;++i)this[i+t]=o[i%a]}return this};const F={};function D(e,t,r){F[e]=class extends r{constructor(){super(),Object.defineProperty(this,"message",{value:t.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${e}]`,this.stack,delete this.name}get code(){return e}set code(e){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:e,writable:!0})}toString(){return`${this.name} [${e}]: ${this.message}`}}}function $(e){let t="",r=e.length;const n="-"===e[0]?1:0;for(;r>=n+4;r-=3)t=`_${e.slice(r-3,r)}${t}`;return`${e.slice(0,r)}${t}`}function W(e,t,r,n,i,o){if(e>r||e<t){const n="bigint"==typeof t?"n":"";let i;throw i=o>3?0===t||t===BigInt(0)?`>= 0${n} and < 2${n} ** ${8*(o+1)}${n}`:`>= -(2${n} ** ${8*(o+1)-1}${n}) and < 2 ** ${8*(o+1)-1}${n}`:`>= ${t}${n} and <= ${r}${n}`,new F.ERR_OUT_OF_RANGE("value",i,e)}!function(e,t,r){Z(t,"offset"),void 0!==e[t]&&void 0!==e[t+r]||Y(t,e.length-(r+1))}(n,i,o)}function Z(e,t){if("number"!=typeof e)throw new F.ERR_INVALID_ARG_TYPE(t,"number",e)}function Y(e,t,r){if(Math.floor(e)!==e)throw Z(e,r),new F.ERR_OUT_OF_RANGE(r||"offset","an integer",e);if(t<0)throw new F.ERR_BUFFER_OUT_OF_BOUNDS;throw new F.ERR_OUT_OF_RANGE(r||"offset",`>= ${r?1:0} and <= ${t}`,e)}D("ERR_BUFFER_OUT_OF_BOUNDS",function(e){return e?`${e} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError),D("ERR_INVALID_ARG_TYPE",function(e,t){return`The "${e}" argument must be of type number. Received type ${typeof t}`},TypeError),D("ERR_OUT_OF_RANGE",function(e,t,r){let n=`The value of "${e}" is out of range.`,i=r;return Number.isInteger(r)&&Math.abs(r)>2**32?i=$(String(r)):"bigint"==typeof r&&(i=String(r),(r>BigInt(2)**BigInt(32)||r<-(BigInt(2)**BigInt(32)))&&(i=$(i)),i+="n"),n+=` It must be ${t}. Received ${i}`,n},RangeError);const z=/[^+/0-9A-Za-z-_]/g;function G(e,t){let r;t=t||1/0;const n=e.length;let i=null;const o=[];for(let a=0;a<n;++a){if(r=e.charCodeAt(a),r>55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===n){(t-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&o.push(239,191,189),i=r;continue}r=65536+(i-55296<<10|r-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;o.push(r)}else if(r<2048){if((t-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;o.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return o}function H(e){return n.toByteArray(function(e){if((e=(e=e.split("=")[0]).trim().replace(z,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function V(e,t,r,n){let i;for(i=0;i<n&&!(i+r>=t.length||i>=e.length);++i)t[i+r]=e[i];return i}function X(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function q(e){return e!=e}const J=function(){const e="0123456789abcdef",t=new Array(256);for(let r=0;r<16;++r){const n=16*r;for(let i=0;i<16;++i)t[n+i]=e[r]+e[i]}return t}();function K(e){return"undefined"==typeof BigInt?Q:e}function Q(){throw new Error("BigInt not supported")}},368(e,t,r){const n=r(70),i=n._argv_get,o=n._argv_url_get,a=n._child_process_spawn_get,s=n._global_get,u=a(),l=a("async"),c=n._yargv_get,f=r(314),h=f._basename,d=f._dirname,p=(f._file_append,f._exit),y=f._file_exists,g=f._path_join,w=f._stat;function m(e,t){let r;return void 0===t||""==t?r=`${e}: {_msg}`:"string"!=typeof t&&""==t||(r=`[${t}] ${e}: {_msg}`),r}function b(e){let t;"n"==quiet&&(_template=m("WARNING",app_name),t=_template.replaceAll("{_msg}",e),console.warn(t))}function _(e){let t;"undefined"!=typeof quiet&&""!=quiet||(quiet="y"),"n"==quiet&&(t=m("INFO",app_name).replaceAll("{_msg}",e),console.log(t))}function v(e,t){let r,n,i;r=app_name,t=String(t),n=m("ERROR",r),i=n.replaceAll("{_msg}",e),"1"===t?(console.error(i),p(1)):"0"===t&&console.warn(i)}async function E(){let e;return new Set,"undefined"==typeof window&&void 0!==r.g&&r.g.global===r.g&&"function"!=typeof r||(e="/usr/lib"),e}function S(){const e=E();d(e)}function R(e,t){let r;return void 0===t&&(t=e,e=0),r=t-e,r<0?(_msg="Second argument 'end' is greater than first argument 'start', returning empty list.",b(_msg),[]):Array(r).keys().map(t=>t+e)}function T(e,t){let r,n;if(n=[],t<e)return _msg="Second argument 'end' is greater than first argument 'start', returning empty list.",b(_msg),n;for(r of(void 0===t&&(t=e,e=1),R(e,t+1)))n.push(r);return n}function k(e){return new Promise(t=>setTimeout(t,e))}function A(e,t){return O(e,t),s()[`${e}_${t}`]}function O(e,t,r){void 0!==e&&""!=e||void 0!==t&&""!=t||v("Either one of the 'object' or the 'variable' arguments must be non-empty",1),void 0===r&&(r="")}function x(e,t,r){O(e,t),s()[`${e}_${t}`]=r}function L(e,t,r){O(e,t,r);const n=s(),i=A(e,t),o=typeof i;Object.keys(n).includes(`override_${e}_${t}`)?x(e,t,A(`override_${e}`,t)):"undefined"!=o&&""!=i?""!=r&&x(e,t,r):"undefined"!=o&&""!=i||""!=r&&x(e,t,r)}const C=L;e.exports={_argv_get:i,_argv_url_get:o,_app_name_get:function(){let e;return e=h("/index.js"),e},_basename:f._basename,_cat:f._cat,_chmod:f._chmod,_chown:f._chown,_cmdline_check:function(e){let t,r,n;return"undefined"==typeof window&&(t=i(),r=t[1],void 0===r&&(r=t.$0),n=h(r),n==e)},_chdir:f.cd,_cd:f.cd,_cp:f._cp,_cwd:f._cwd,_dirname:d,_echo:function(e){console.log(e)},_error_display:function(e){let t;"object"==typeof error?(t="error"in e&&null!=e.error&&"message"in e.error?e.error.message:"shortMessage"in e?e.shortMessage:e,console.error(e)):(t=e,console.error(e)),v(t,0)},_exit:f._exit,_ext_rm:f._ext_rm,_dir_exists:f._dir_exists,_file_append:f._file_append,_file_exists:f._file_exists,_file_read:f._file_read,_file_write:f._file_write,_from_bash_ass_array:function(e){let t,r,n,i,o,a,s,u,l,c,f;const h=[],d={},p=new RegExp("(.+)=\\(","g"),y=e.match(p);for(c of y)r=c.replace("=(",""),h.push(r);for(r of h){for(a of(d[r]={},n=new RegExp(`${r}=\\(((.|\n)*?)\\)\n`,"g"),i=e.match(n),1<i.length?(l=`Multiple array '${r}' definitions detected.`,v(l,1)):0<i.length?t=i[0]:(l="No arrays found in input string.",v(l,1)),u=new RegExp('\\["(.*?)"\\]',"g"),s=t.match(u),o=[],s))_key_name=a.replace('["',""),_key_name=_key_name.replace('"]',""),o.push(_key_name);for(a of o)_value_re=new RegExp(`\\["${a}"\\]="(.*?)"`,"g"),_value_assignment_matches=t.match(_value_re),1<_value_assignment_matches.length?(l=`Multiple values '${_value_assignment_matches}' assignments found for key '${a}' of associative array '${r}'.`,v(l,1)):0<_value_assignment_matches.length?_value_assignment=_value_assignment_matches[0]:(l=`No values found for key '${a}'.`,v(l,1)),f=_value_assignment.replace(RegExp(`^\\["${a}"\\]="`,"g"),""),f=f.replace(RegExp('"$',"g"),""),d[r][a]=f}return d},_fs_worker_new:f._fs_worker_new,_fs_worker_start:f._fs_worker_start,_get:A,_get_date_human:function(){const e=new Date;return`${e.getFullYear()}-${e.getMonth()}-${e.getDay()}T${e.getHours()}:${e.getMinutes()}+0000`},_get_lib:E,_get_usr:S,_globals:function(){app_name="",quiet="y"},_global_get:s,_homedir_get:function(){let e;return"undefined"==typeof window&&void 0!==r.g&&(r.g.global,r.g),"undefined"!=typeof window&&(e="/home/user"),e},_json_display:f._json_display,_json_read:f._json_read,_lib_get:E,_ls:f._ls,_mkdir:f._mkdir,_mktemp:f._mktemp,_msg_info:_,_msg_error:v,_msg_warning:b,_msg_info_obj:function(e,t){let r;r=`${e}: '${t}'`,_(r)},_mv:f._mv,_override_set:L,_path_join:g,_printf:function(e){"undefined"==typeof window&&(_stdout=process.stdout),"undefined"!=typeof window&&(_stdout=r(310)),_stdout.write(e)},_process_argv:f._argv,_process_chdir:f._cd,_process_cwd:f._cwd,_process_exit:f._exit,_process_pwd:f._pwd,_pwd:f._pwd,_range:R,_require:async function(e){let t,n,i,o,a,s;n=!1,s=!1;try{i=r(801)(e),n=!0}catch(r){"MODULE_NOT_FOUND"==r.code?(a=`Program '${e}' not found as module.`,_(a),s=!0):(_display_error(r),t=r)}if(s){const t=await E(),a=[`${t}/${e}`,`${t}/${e}/nodejs`];for(_dir of a)if(o=`${_dir}/package.json`,y(o)){i=r(801)(o),n=!0;break}}if(!n)throw t.shortMessage=`Module '${e}'found not as Node.js module nor as standalone library module in ${_program_dirs}.`,exception;return i},_rm:f._rm,_run:async function(e,t,r,n,i,o){let a,s,c;void 0!==t&&""!=t&&t!=[]||(s="No command given in input.",v(s,1));const f=t[0],h=t.slice(1,t.length);if(void 0!==e&&""!=e||(e="sync"),void 0!==r&&""!=r||(r=""),void 0!==n&&""!=n||(n="0"),void 0!==i&&""!=i||(i="spawn"),void 0!==o&&""!=o||(o=""),s=`Running '${f}' with arguments '${h}'.`,_(s),c="","async"==e){const e=function(e){c+=e.toString()},t=function(e){let t,r;return 0!=e?(r=`Process exited with code '${e}'`,v(r,1)):(r="Process exited normally.",_(r)),t=c.split("\n"),t},r=l(f,h);return r.stdout.on("data",e),r.on("close",t),a=c.split("\n"),_(a.length),a}if("sync"==e){if("spawn"==i)return a=u(f,h,{encoding:"utf-8"}).stdout.split("\n"),a;if("native"==i){if(0<n){_msg_timeout=`Timeout of length '${n}' ms reached for task '${r}'.`,_time_over=!1;try{if(new Promise((e,t)=>{setTimeout(()=>{},n,"hurr")}),""!=o){if(c=await Promise.race([k(n),f[o].apply(f,h)]),void 0===c)throw _msg_timeout}else c=await f.apply(f,h)}catch(e){_time_over=!0}return _time_over?void b(_msg_timeout):c}c=await f[o].apply(f,h)}}},_seq:T,_set:x,_set_override:C,_sleep:k,_stat:w,_to_bash_ass_array:function(e){let t,r,n;n=["#!/usr/bin/env bash"];const i=[],o=Object.keys(e),a=["declare \\"," -A \\"],s=o.length-1,u=T(0,s);for(t of u){for(r of(_array_name=o[t],_array_declaration=` ${_array_name}`,t!=s&&(_array_declaration+=" \\"),a.push(_array_declaration),_array_assignment=[`${_array_name}=(`],_object_keys=Object.keys(e[_array_name]),_object_keys))_value=e[_array_name][r],_key_assignment=` ["${r}"]="${_value}"`,_array_assignment.push(_key_assignment);_array_assignment.push(")"),_array_assignment_string=_array_assignment.join("\n"),i.push(_array_assignment_string)}return n=n.concat(a),n=n.concat(i),n=n.join("\n"),n},_usr_get:S,_yargv_get:c}},314(e,t,r){const n=r(70)._os_tmpdir_get,i=r(962),o=i.readdirSync,a=i.existsSync,s=i.appendFileSync,u=i.readFileSync,l=i.writeFileSync,c=i.fsWorkerNew,f=i.fsWorkerStart,h=i.isDir,d=i.mkdtempSync,p=i.statSync,y=JSON.parse,g=JSON.stringify,w=r(843),m=w.basename,b=w.dirname,_=w.join,v=w.parse,E=r(272),S=E.exit;function R(e,t){return void 0!==t&&t!={}&&""!=t||(t={encoding:"utf8",flag:"r"}),u(e,t)}function T(e){let t;return t=_.apply(null,e),t}e.exports={_argv:E.argv,_basename:function(e){let t;return t=m(e),t},_cat:R,_chmod:i.chmodSync,_chown:i.chownSync,_cd:E.chdir,_cp:i.cpSync,_cwd:E.cwd,_dirname:function(e){let t;return t=b(e),t},_ext_rm:function(e){let t,r,n;return t=v(e).dir,r=v(e).name,n=[t,r],T(n)},_exit:S,_dir_exists:function(e){try{_return=h(e)}catch(e){if("ENOENT"!=e.code)throw e;_return=!1}return _return},_file_append:function(e,t,r){const n=[e,t];void 0!==r&&r!={}&&""!=r&&n.push(r),s.apply(null,n)},_file_exists:function(e){let t,r;return r=!1,t=a(e),t&&(r=!0),r},_file_read:R,_file_write:function(e,t,r){l(e,t)},_fs_worker_new:c,_fs_worker_start:f,_json_display:g,_json_read:function(e){let t,r;return t=R(e),r=y(t),r},_ls:function(e){return o.apply(null,[e])},_mkdir:i.mkdirSync,_mktemp:async function(e,t){const r=typeof t;if(void 0!==e&&""!=e||(e=`${n()}/tmp.`),"undefined"!=r&&""!=t&&"true"!=t||(t=!0),"false"==t&&(t=!1),t)try{return d(e)}catch(e){throw e}else _msg="It only supports creating temporary directories.",console.error(_msg),S(1)},_mv:i.renameSync,_path_join:T,_pwd:E.cwd,_rm:i.rmSync,_stat:p}},70(e,t,r){function n(e){let t,r,n,i,o,a,s,u,l;void 0!==e&&""!=e&&null!=e||(s="Getting all values.",_msg_info("Getting all values."),e=""),t=[],a=window.location,u=a.search.substring(1),n=u.split("&");for(let a=0;a<n.length;a++)r=n[a],o=r.split("="),i=o[0],i!=e&&""!=e||(l=o[1],t.push(l));return t}e.exports={_argv_get:function(e){let t;return"undefined"==typeof window&&void 0!==r.g&&r.g.global===r.g&&"function"!=typeof r||(t=n()),t},_argv_url_get:n,_child_process_spawn_get:function(e){let t;return void 0!==e&&""!=e||(e="sync"),"undefined"==typeof window&&void 0!==r.g&&r.g.global===r.g&&"function"!=typeof r||(t=function(e,t,r){return r}),t},_global_get:function(){let e;return"undefined"==typeof window&&void 0!==r.g&&(r.g.global,r.g),"undefined"!=typeof window&&(e=window),e},_os_tmpdir_get:function(){let e;return"undefined"==typeof window&&void 0!==r.g&&r.g.global===r.g&&"function"!=typeof r||(e=function(){return"/tmp"}),e},_yargv_get:function(e){let t;const n={},i={};void 0!==e&&e!={}&&""!=e||(e={booleans:[],string:!0});const o=e.booleans;if("undefined"==typeof window&&void 0!==r.g&&r.g.global===r.g){const a=r(Object(function(){const e=new Error("Cannot find module 'yargs'");throw e.code="MODULE_NOT_FOUND",e}()));_yargs_helpers_module=r(Object(function(){const e=new Error("Cannot find module 'yargs/helpers'");throw e.code="MODULE_NOT_FOUND",e}()));const s=_yargs_helpers_module.hideBin;if("string"in e&&e.string&&(n._={type:"string",string:!0},i["parse-numbers"]=!1,i["parse-positional-numbers"]=!1),o.length>0)for(t of o)n[t]={demand:!1,default:!1,type:"boolean"};return 0<o.length||e.string?a(s(process.argv)).parserConfiguration(i).options(n).string("_").parse():a(s(process.argv))}}}},801(e){function t(e){const t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=801,e.exports=t},7(e){"use strict";var t,r="object"==typeof Reflect?Reflect:null,n=r&&"function"==typeof r.apply?r.apply:function(e,t,r){return Function.prototype.apply.call(e,t,r)};t=r&&"function"==typeof r.ownKeys?r.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var i=Number.isNaN||function(e){return e!=e};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(e,t){return new Promise(function(r,n){function i(r){e.removeListener(t,o),n(r)}function o(){"function"==typeof e.removeListener&&e.removeListener("error",i),r([].slice.call(arguments))}y(e,t,o,{once:!0}),"error"!==t&&function(e,t){"function"==typeof e.on&&y(e,"error",t,{once:!0})}(e,i)})},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var a=10;function s(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function u(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function l(e,t,r,n){var i,o,a,l;if(s(r),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,r.listener?r.listener:r),o=e._events),a=o[t]),void 0===a)a=o[t]=r,++e._eventsCount;else if("function"==typeof a?a=o[t]=n?[r,a]:[a,r]:n?a.unshift(r):a.push(r),(i=u(e))>0&&a.length>i&&!a.warned){a.warned=!0;var c=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");c.name="MaxListenersExceededWarning",c.emitter=e,c.type=t,c.count=a.length,l=c,console&&console.warn&&console.warn(l)}return e}function c(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function f(e,t,r){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},i=c.bind(n);return i.listener=r,n.wrapFn=i,i}function h(e,t,r){var n=e._events;if(void 0===n)return[];var i=n[t];return void 0===i?[]:"function"==typeof i?r?[i.listener||i]:[i]:r?function(e){for(var t=new Array(e.length),r=0;r<t.length;++r)t[r]=e[r].listener||e[r];return t}(i):p(i,i.length)}function d(e){var t=this._events;if(void 0!==t){var r=t[e];if("function"==typeof r)return 1;if(void 0!==r)return r.length}return 0}function p(e,t){for(var r=new Array(t),n=0;n<t;++n)r[n]=e[n];return r}function y(e,t,r,n){if("function"==typeof e.on)n.once?e.once(t,r):e.on(t,r);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,function i(o){n.once&&e.removeEventListener(t,i),r(o)})}}Object.defineProperty(o,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(e){if("number"!=typeof e||e<0||i(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");a=e}}),o.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},o.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||i(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},o.prototype.getMaxListeners=function(){return u(this)},o.prototype.emit=function(e){for(var t=[],r=1;r<arguments.length;r++)t.push(arguments[r]);var i="error"===e,o=this._events;if(void 0!==o)i=i&&void 0===o.error;else if(!i)return!1;if(i){var a;if(t.length>0&&(a=t[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var u=o[e];if(void 0===u)return!1;if("function"==typeof u)n(u,this,t);else{var l=u.length,c=p(u,l);for(r=0;r<l;++r)n(c[r],this,t)}return!0},o.prototype.addListener=function(e,t){return l(this,e,t,!1)},o.prototype.on=o.prototype.addListener,o.prototype.prependListener=function(e,t){return l(this,e,t,!0)},o.prototype.once=function(e,t){return s(t),this.on(e,f(this,e,t)),this},o.prototype.prependOnceListener=function(e,t){return s(t),this.prependListener(e,f(this,e,t)),this},o.prototype.removeListener=function(e,t){var r,n,i,o,a;if(s(t),void 0===(n=this._events))return this;if(void 0===(r=n[e]))return this;if(r===t||r.listener===t)0===--this._eventsCount?this._events=Object.create(null):(delete n[e],n.removeListener&&this.emit("removeListener",e,r.listener||t));else if("function"!=typeof r){for(i=-1,o=r.length-1;o>=0;o--)if(r[o]===t||r[o].listener===t){a=r[o].listener,i=o;break}if(i<0)return this;0===i?r.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(r,i),1===r.length&&(n[e]=r[0]),void 0!==n.removeListener&&this.emit("removeListener",e,a||t)}return this},o.prototype.off=o.prototype.removeListener,o.prototype.removeAllListeners=function(e){var t,r,n;if(void 0===(r=this._events))return this;if(void 0===r.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==r[e]&&(0===--this._eventsCount?this._events=Object.create(null):delete r[e]),this;if(0===arguments.length){var i,o=Object.keys(r);for(n=0;n<o.length;++n)"removeListener"!==(i=o[n])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=r[e]))this.removeListener(e,t);else if(void 0!==t)for(n=t.length-1;n>=0;n--)this.removeListener(e,t[n]);return this},o.prototype.listeners=function(e){return h(this,e,!0)},o.prototype.rawListeners=function(e){return h(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):d.call(e,t)},o.prototype.listenerCount=d,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},251(e,t){t.read=function(e,t,r,n,i){var o,a,s=8*i-n-1,u=(1<<s)-1,l=u>>1,c=-7,f=r?i-1:0,h=r?-1:1,d=e[t+f];for(f+=h,o=d&(1<<-c)-1,d>>=-c,c+=s;c>0;o=256*o+e[t+f],f+=h,c-=8);for(a=o&(1<<-c)-1,o>>=-c,c+=n;c>0;a=256*a+e[t+f],f+=h,c-=8);if(0===o)o=1-l;else{if(o===u)return a?NaN:1/0*(d?-1:1);a+=Math.pow(2,n),o-=l}return(d?-1:1)*a*Math.pow(2,o-n)},t.write=function(e,t,r,n,i,o){var a,s,u,l=8*o-i-1,c=(1<<l)-1,f=c>>1,h=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=n?0:o-1,p=n?1:-1,y=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=c):(a=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-a))<1&&(a--,u*=2),(t+=a+f>=1?h/u:h*Math.pow(2,1-f))*u>=2&&(a++,u/=2),a+f>=c?(s=0,a=c):a+f>=1?(s=(t*u-1)*Math.pow(2,i),a+=f):(s=t*Math.pow(2,f-1)*Math.pow(2,i),a=0));i>=8;e[r+d]=255&s,d+=p,s/=256,i-=8);for(a=a<<i|s,l+=i;l>0;e[r+d]=255&a,d+=p,a/=256,l-=8);e[r+d-p]|=128*y}},698(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},10(e,t,r){const n=r(516),i=r(866),o=r(12);function a(e){let t;return void 0===e&&(e="fs-worker.js"),t=new i(e),t}_file=o.file,_read_stream_create=function(e,t){return _file(e).createReader()};const s=function(e){return void 0!==e&&""!=e&&e!={}||(e=r(516)),function(e){const t=n.copySync;return _return=t.apply(null,[e]).unwrap(),_return}}(n);e.exports=n,e.exports.copyFile=n.copy,e.exports.copyFileSync=s,e.exports.cp=n.copy,e.exports.cpSync=s,e.exports.fsWorkerNew=a,e.exports.fsWorkerStart=async function(e,t,r){let i,o,s,u;return void 0===e&&(e="fs-worker.js"),"Number"!=typeof t&&(t=10485760),"Number"!=typeof t&&(r=10485760),o=n.connectSyncAgent,u=a(e),s={worker:u,bufferLength:t,opTimeout:r},i=o(s),i},e.exports.createReadStream=_read_stream_create,e.exports.createWriteStream=function(e,t){return _file(e).createWriter()},e.exports.chmod=async function(e,t){},e.exports.chmodSync=function(e,t){},e.exports.chown=async function(e,t){},e.exports.chownSync=function(e,t){},e.exports.mkdtemp=n.mkTemp,e.exports.mkdtempSync=n.mkTempSync,e.exports.readdirSync=function(e){const t=n.readDirSync;return _return=t.apply(null,[e]).unwrap(),_return},e.exports.renameSync=function(e){const t=n.moveSync;return _return=t.apply(null,e).unwrap(),_return},e.exports.rmSync=function(e){const t=n.removeSync;return _return=t.apply(null,e).unwrap(),_return}},272(e,t,r){function n(){let e,t;const n=["_fs","_fs_module","fs","fs_module"],i=function(){let e;return"undefined"==typeof window&&void 0!==r.g&&(r.g.global,r.g),"undefined"!=typeof window&&(e=window),e}();for(t of(e=!1,n))if(t in i){_fs_module=i[t],e=!0;break}return e||(_fs_module=r(962)),_fs_module}function i(e){void 0!==e&&""!=e||(e=n());const t={};return t.argv=a,t.chdir=u,t.cwd=s,t.exit=l,t}function o(e){let t;return""!=e&&void 0!==e||(e=n()),"undefined"==typeof window&&void 0!==r.g&&r.g.global===r.g&&"function"!=typeof r||(t=i(e)),t}function a(e){let t,r,n,i,o,a,s,u;void 0!==e&&""!=e&&null!=e||(e="");const l=[];for(o=window.location,s=o.search.substring(1),r=s.split("&"),a=0;a<r.length;a++)t=r[a],i=t.split("="),n=i[0],n.length<2?l.push(`-${n}`):l.push(`--${n}`),n!=e&&""!=e||(u=i[1],l.push(u));return l}function s(e){return void 0!==e&&""!=e||(e=n()),e.CURRENT_DIR}function u(e,t){let r;return void 0!==t&&""!=t||(t=n()),(0,t.isDir)(e)?(t.CURRENT_DIR=e,r=!0):(r=!1,_msg_error(`Directory '${e}' does not exist.`,0)),r}function l(e){return e}_fs_module=n();const c=o(_fs_module);e.exports=c,e.exports.getModule=function(e){let t;if(_fs_module=n(),""==e||void 0===e)t=o(_fs_module);else if("process-browserify"==e)t=i(_fs_module);else if("node:process"==e)t=r(167)(e),t.browser=!1;else{if("process"!=e){const t="Unknown process module "+`'${e}'.`.const;throw _error={msg:t},console.error(t),_error}t=o(_fs_module)}return t}},167(e){function t(e){const t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=167,e.exports=t},48(e){"use strict";var t={};function r(e,r,n){n||(n=Error);var i=function(e){var t,n;function i(t,n,i){return e.call(this,function(e,t,n){return"string"==typeof r?r:r(e,t,n)}(t,n,i))||this}return n=e,(t=i).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n,i}(n);i.prototype.name=n.name,i.prototype.code=e,t[e]=i}function n(e,t){if(Array.isArray(e)){var r=e.length;return e=e.map(function(e){return String(e)}),r>2?"one of ".concat(t," ").concat(e.slice(0,r-1).join(", "),", or ")+e[r-1]:2===r?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}r("ERR_INVALID_OPT_VALUE",function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'},TypeError),r("ERR_INVALID_ARG_TYPE",function(e,t,r){var i,o,a,s,u;if("string"==typeof t&&(o="not ",t.substr(0,4)===o)?(i="must not be",t=t.replace(/^not /,"")):i="must be",function(e,t,r){return(void 0===r||r>e.length)&&(r=e.length),e.substring(r-9,r)===t}(e," argument"))a="The ".concat(e," ").concat(i," ").concat(n(t,"type"));else{var l=("number"!=typeof u&&(u=0),u+1>(s=e).length||-1===s.indexOf(".",u)?"argument":"property");a='The "'.concat(e,'" ').concat(l," ").concat(i," ").concat(n(t,"type"))}return a+". Received type ".concat(typeof r)},TypeError),r("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),r("ERR_METHOD_NOT_IMPLEMENTED",function(e){return"The "+e+" method is not implemented"}),r("ERR_STREAM_PREMATURE_CLOSE","Premature close"),r("ERR_STREAM_DESTROYED",function(e){return"Cannot call "+e+" after a stream was destroyed"}),r("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),r("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),r("ERR_STREAM_WRITE_AFTER_END","write after end"),r("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),r("ERR_UNKNOWN_ENCODING",function(e){return"Unknown encoding: "+e},TypeError),r("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.F=t},382(e,t,r){"use strict";var n=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};e.exports=l;var i=r(412),o=r(708);r(698)(l,i);for(var a=n(o.prototype),s=0;s<a.length;s++){var u=a[s];l.prototype[u]||(l.prototype[u]=o.prototype[u])}function l(e){if(!(this instanceof l))return new l(e);i.call(this,e),o.call(this,e),this.allowHalfOpen=!0,e&&(!1===e.readable&&(this.readable=!1),!1===e.writable&&(this.writable=!1),!1===e.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",c)))}function c(){this._writableState.ended||process.nextTick(f,this)}function f(e){e.end()}Object.defineProperty(l.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(l.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(l.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(l.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&this._readableState.destroyed&&this._writableState.destroyed},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}})},600(e,t,r){"use strict";e.exports=i;var n=r(610);function i(e){if(!(this instanceof i))return new i(e);n.call(this,e)}r(698)(i,n),i.prototype._transform=function(e,t,r){r(null,e)}},412(e,t,r){"use strict";var n;e.exports=R,R.ReadableState=S,r(7).EventEmitter;var i,o=function(e,t){return e.listeners(t).length},a=r(345),s=r(287).Buffer,u=(void 0!==r.g?r.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},l=r(838);i=l&&l.debuglog?l.debuglog("stream"):function(){};var c,f,h,d=r(726),p=r(896),y=r(291).getHighWaterMark,g=r(48).F,w=g.ERR_INVALID_ARG_TYPE,m=g.ERR_STREAM_PUSH_AFTER_EOF,b=g.ERR_METHOD_NOT_IMPLEMENTED,_=g.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;r(698)(R,a);var v=p.errorOrDestroy,E=["error","close","destroy","pause","resume"];function S(e,t,i){n=n||r(382),e=e||{},"boolean"!=typeof i&&(i=t instanceof n),this.objectMode=!!e.objectMode,i&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=y(this,e,"readableHighWaterMark",i),this.buffer=new d,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(c||(c=r(141).I),this.decoder=new c(e.encoding),this.encoding=e.encoding)}function R(e){if(n=n||r(382),!(this instanceof R))return new R(e);var t=this instanceof n;this._readableState=new S(e,this,t),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy&&(this._destroy=e.destroy)),a.call(this)}function T(e,t,r,n,o){i("readableAddChunk",t);var a,l=e._readableState;if(null===t)l.reading=!1,function(e,t){if(i("onEofChunk"),!t.ended){if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?x(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,L(e)))}}(e,l);else if(o||(a=function(e,t){var r,n;return n=t,s.isBuffer(n)||n instanceof u||"string"==typeof t||void 0===t||e.objectMode||(r=new w("chunk",["string","Buffer","Uint8Array"],t)),r}(l,t)),a)v(e,a);else if(l.objectMode||t&&t.length>0)if("string"==typeof t||l.objectMode||Object.getPrototypeOf(t)===s.prototype||(t=function(e){return s.from(e)}(t)),n)l.endEmitted?v(e,new _):k(e,l,t,!0);else if(l.ended)v(e,new m);else{if(l.destroyed)return!1;l.reading=!1,l.decoder&&!r?(t=l.decoder.write(t),l.objectMode||0!==t.length?k(e,l,t,!1):C(e,l)):k(e,l,t,!1)}else n||(l.reading=!1,C(e,l));return!l.ended&&(l.length<l.highWaterMark||0===l.length)}function k(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",r)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&x(e)),C(e,t)}Object.defineProperty(R.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),R.prototype.destroy=p.destroy,R.prototype._undestroy=p.undestroy,R.prototype._destroy=function(e,t){t(e)},R.prototype.push=function(e,t){var r,n=this._readableState;return n.objectMode?r=!0:"string"==typeof e&&((t=t||n.defaultEncoding)!==n.encoding&&(e=s.from(e,t),t=""),r=!0),T(this,e,t,!1,r)},R.prototype.unshift=function(e){return T(this,e,null,!0,!1)},R.prototype.isPaused=function(){return!1===this._readableState.flowing},R.prototype.setEncoding=function(e){c||(c=r(141).I);var t=new c(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var n=this._readableState.buffer.head,i="";null!==n;)i+=t.write(n.data),n=n.next;return this._readableState.buffer.clear(),""!==i&&this._readableState.buffer.push(i),this._readableState.length=i.length,this};var A=1073741824;function O(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=A?e=A:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function x(e){var t=e._readableState;i("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(i("emitReadable",t.flowing),t.emittedReadable=!0,process.nextTick(L,e))}function L(e){var t=e._readableState;i("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,B(e)}function C(e,t){t.readingMore||(t.readingMore=!0,process.nextTick(U,e,t))}function U(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var r=t.length;if(i("maybeReadMore read 0"),e.read(0),r===t.length)break}t.readingMore=!1}function I(e){var t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function M(e){i("readable nexttick read 0"),e.read(0)}function j(e,t){i("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),B(e),t.flowing&&!t.reading&&e.read(0)}function B(e){var t=e._readableState;for(i("flow",t.flowing);t.flowing&&null!==e.read(););}function P(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r);var r}function N(e){var t=e._readableState;i("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,process.nextTick(F,t,e))}function F(e,t){if(i("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function D(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}R.prototype.read=function(e){i("read",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return i("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?N(this):x(this),null;if(0===(e=O(e,t))&&t.ended)return 0===t.length&&N(this),null;var n,o=t.needReadable;return i("need readable",o),(0===t.length||t.length-e<t.highWaterMark)&&i("length less than watermark",o=!0),t.ended||t.reading?i("reading or ended",o=!1):o&&(i("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=O(r,t))),null===(n=e>0?P(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&N(this)),null!==n&&this.emit("data",n),n},R.prototype._read=function(e){v(this,new b("_read()"))},R.prototype.pipe=function(e,t){var r=this,n=this._readableState;switch(n.pipesCount){case 0:n.pipes=e;break;case 1:n.pipes=[n.pipes,e];break;default:n.pipes.push(e)}n.pipesCount+=1,i("pipe count=%d opts=%j",n.pipesCount,t);var a=t&&!1===t.end||e===process.stdout||e===process.stderr?p:s;function s(){i("onend"),e.end()}n.endEmitted?process.nextTick(a):r.once("end",a),e.on("unpipe",function t(o,a){i("onunpipe"),o===r&&a&&!1===a.hasUnpiped&&(a.hasUnpiped=!0,i("cleanup"),e.removeListener("close",h),e.removeListener("finish",d),e.removeListener("drain",u),e.removeListener("error",f),e.removeListener("unpipe",t),r.removeListener("end",s),r.removeListener("end",p),r.removeListener("data",c),l=!0,!n.awaitDrain||e._writableState&&!e._writableState.needDrain||u())});var u=function(e){return function(){var t=e._readableState;i("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&o(e,"data")&&(t.flowing=!0,B(e))}}(r);e.on("drain",u);var l=!1;function c(t){i("ondata");var o=e.write(t);i("dest.write",o),!1===o&&((1===n.pipesCount&&n.pipes===e||n.pipesCount>1&&-1!==D(n.pipes,e))&&!l&&(i("false write response, pause",n.awaitDrain),n.awaitDrain++),r.pause())}function f(t){i("onerror",t),p(),e.removeListener("error",f),0===o(e,"error")&&v(e,t)}function h(){e.removeListener("finish",d),p()}function d(){i("onfinish"),e.removeListener("close",h),p()}function p(){i("unpipe"),r.unpipe(e)}return r.on("data",c),function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",f),e.once("close",h),e.once("finish",d),e.emit("pipe",r),n.flowing||(i("pipe resume"),r.resume()),e},R.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o<i;o++)n[o].emit("unpipe",this,{hasUnpiped:!1});return this}var a=D(t.pipes,e);return-1===a||(t.pipes.splice(a,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},R.prototype.on=function(e,t){var r=a.prototype.on.call(this,e,t),n=this._readableState;return"data"===e?(n.readableListening=this.listenerCount("readable")>0,!1!==n.flowing&&this.resume()):"readable"===e&&(n.endEmitted||n.readableListening||(n.readableListening=n.needReadable=!0,n.flowing=!1,n.emittedReadable=!1,i("on readable",n.length,n.reading),n.length?x(this):n.reading||process.nextTick(M,this))),r},R.prototype.addListener=R.prototype.on,R.prototype.removeListener=function(e,t){var r=a.prototype.removeListener.call(this,e,t);return"readable"===e&&process.nextTick(I,this),r},R.prototype.removeAllListeners=function(e){var t=a.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||process.nextTick(I,this),t},R.prototype.resume=function(){var e=this._readableState;return e.flowing||(i("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,process.nextTick(j,e,t))}(this,e)),e.paused=!1,this},R.prototype.pause=function(){return i("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(i("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},R.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var o in e.on("end",function(){if(i("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)}),e.on("data",function(o){i("wrapped data"),r.decoder&&(o=r.decoder.write(o)),r.objectMode&&null==o||(r.objectMode||o&&o.length)&&(t.push(o)||(n=!0,e.pause()))}),e)void 0===this[o]&&"function"==typeof e[o]&&(this[o]=function(t){return function(){return e[t].apply(e,arguments)}}(o));for(var a=0;a<E.length;a++)e.on(E[a],this.emit.bind(this,E[a]));return this._read=function(t){i("wrapped _read",t),n&&(n=!1,e.resume())},this},"function"==typeof Symbol&&(R.prototype[Symbol.asyncIterator]=function(){return void 0===f&&(f=r(955)),f(this)}),Object.defineProperty(R.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(R.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(R.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),R._fromList=P,Object.defineProperty(R.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(R.from=function(e,t){return void 0===h&&(h=r(157)),h(R,e,t)})},610(e,t,r){"use strict";e.exports=c;var n=r(48).F,i=n.ERR_METHOD_NOT_IMPLEMENTED,o=n.ERR_MULTIPLE_CALLBACK,a=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,s=n.ERR_TRANSFORM_WITH_LENGTH_0,u=r(382);function l(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new o);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function c(e){if(!(this instanceof c))return new c(e);u.call(this,e),this._transformState={afterTransform:l.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",f)}function f(){var e=this;"function"!=typeof this._flush||this._readableState.destroyed?h(this,null,null):this._flush(function(t,r){h(e,t,r)})}function h(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new s;if(e._transformState.transforming)throw new a;return e.push(null)}r(698)(c,u),c.prototype.push=function(e,t){return this._transformState.needTransform=!1,u.prototype.push.call(this,e,t)},c.prototype._transform=function(e,t,r){r(new i("_transform()"))},c.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},c.prototype._read=function(e){var t=this._transformState;null===t.writechunk||t.transforming?t.needTransform=!0:(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform))},c.prototype._destroy=function(e,t){u.prototype._destroy.call(this,e,function(e){t(e)})}},708(e,t,r){"use strict";function n(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t){var r=e.entry;for(e.entry=null;r;){var n=r.callback;t.pendingcb--,n(void 0),r=r.next}t.corkedRequestsFree.next=e}(t,e)}}var i;e.exports=R,R.WritableState=S;var o,a={deprecate:r(643)},s=r(345),u=r(287).Buffer,l=(void 0!==r.g?r.g:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){},c=r(896),f=r(291).getHighWaterMark,h=r(48).F,d=h.ERR_INVALID_ARG_TYPE,p=h.ERR_METHOD_NOT_IMPLEMENTED,y=h.ERR_MULTIPLE_CALLBACK,g=h.ERR_STREAM_CANNOT_PIPE,w=h.ERR_STREAM_DESTROYED,m=h.ERR_STREAM_NULL_VALUES,b=h.ERR_STREAM_WRITE_AFTER_END,_=h.ERR_UNKNOWN_ENCODING,v=c.errorOrDestroy;function E(){}function S(e,t,o){i=i||r(382),e=e||{},"boolean"!=typeof o&&(o=t instanceof i),this.objectMode=!!e.objectMode,o&&(this.objectMode=this.objectMode||!!e.writableObjectMode),this.highWaterMark=f(this,e,"writableHighWaterMark",o),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var a=!1===e.decodeStrings;this.decodeStrings=!a,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var r=e._writableState,n=r.sync,i=r.writecb;if("function"!=typeof i)throw new y;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(r),t)!function(e,t,r,n,i){--t.pendingcb,r?(process.nextTick(i,n),process.nextTick(L,e,t),e._writableState.errorEmitted=!0,v(e,n)):(i(n),e._writableState.errorEmitted=!0,v(e,n),L(e,t))}(e,r,n,t,i);else{var o=O(r)||e.destroyed;o||r.corked||r.bufferProcessing||!r.bufferedRequest||A(e,r),n?process.nextTick(k,e,r,o,i):k(e,r,o,i)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new n(this)}function R(e){var t=this instanceof(i=i||r(382));if(!t&&!o.call(R,this))return new R(e);this._writableState=new S(e,this,t),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),s.call(this)}function T(e,t,r,n,i,o,a){t.writelen=n,t.writecb=a,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new w("write")):r?e._writev(i,t.onwrite):e._write(i,o,t.onwrite),t.sync=!1}function k(e,t,r,n){r||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,n(),L(e,t)}function A(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var i=t.bufferedRequestCount,o=new Array(i),a=t.corkedRequestsFree;a.entry=r;for(var s=0,u=!0;r;)o[s]=r,r.isBuf||(u=!1),r=r.next,s+=1;o.allBuffers=u,T(e,t,!0,t.length,o,"",a.finish),t.pendingcb++,t.lastBufferedRequest=null,a.next?(t.corkedRequestsFree=a.next,a.next=null):t.corkedRequestsFree=new n(t),t.bufferedRequestCount=0}else{for(;r;){var l=r.chunk,c=r.encoding,f=r.callback;if(T(e,t,!1,t.objectMode?1:l.length,l,c,f),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function O(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function x(e,t){e._final(function(r){t.pendingcb--,r&&v(e,r),t.prefinished=!0,e.emit("prefinish"),L(e,t)})}function L(e,t){var r=O(t);if(r&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,process.nextTick(x,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var n=e._readableState;(!n||n.autoDestroy&&n.endEmitted)&&e.destroy()}return r}r(698)(R,s),S.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(S.prototype,"buffer",{get:a.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(o=Function.prototype[Symbol.hasInstance],Object.defineProperty(R,Symbol.hasInstance,{value:function(e){return!!o.call(this,e)||this===R&&e&&e._writableState instanceof S}})):o=function(e){return e instanceof this},R.prototype.pipe=function(){v(this,new g)},R.prototype.write=function(e,t,r){var n,i=this._writableState,o=!1,a=!i.objectMode&&(n=e,u.isBuffer(n)||n instanceof l);return a&&!u.isBuffer(e)&&(e=function(e){return u.from(e)}(e)),"function"==typeof t&&(r=t,t=null),a?t="buffer":t||(t=i.defaultEncoding),"function"!=typeof r&&(r=E),i.ending?function(e,t){var r=new b;v(e,r),process.nextTick(t,r)}(this,r):(a||function(e,t,r,n){var i;return null===r?i=new m:"string"==typeof r||t.objectMode||(i=new d("chunk",["string","Buffer"],r)),!i||(v(e,i),process.nextTick(n,i),!1)}(this,i,e,r))&&(i.pendingcb++,o=function(e,t,r,n,i,o){if(!r){var a=function(e,t,r){return e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=u.from(t,r)),t}(t,n,i);n!==a&&(r=!0,i="buffer",n=a)}var s=t.objectMode?1:n.length;t.length+=s;var l=t.length<t.highWaterMark;if(l||(t.needDrain=!0),t.writing||t.corked){var c=t.lastBufferedRequest;t.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:o,next:null},c?c.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else T(e,t,!1,s,n,i,o);return l}(this,i,a,e,t,r)),o},R.prototype.cork=function(){this._writableState.corked++},R.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||A(this,e))},R.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new _(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(R.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(R.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),R.prototype._write=function(e,t,r){r(new p("_write()"))},R.prototype._writev=null,R.prototype.end=function(e,t,r){var n=this._writableState;return"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),n.corked&&(n.corked=1,this.uncork()),n.ending||function(e,t,r){t.ending=!0,L(e,t),r&&(t.finished?process.nextTick(r):e.once("finish",r)),t.ended=!0,e.writable=!1}(this,n,r),this},Object.defineProperty(R.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(R.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),R.prototype.destroy=c.destroy,R.prototype._undestroy=c.undestroy,R.prototype._destroy=function(e,t){t(e)}},955(e,t,r){"use strict";var n;function i(e,t,r){return(t=function(e){var t=function(e){if("object"!=typeof e||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var r=t.call(e,"string");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var o=r(238),a=Symbol("lastResolve"),s=Symbol("lastReject"),u=Symbol("error"),l=Symbol("ended"),c=Symbol("lastPromise"),f=Symbol("handlePromise"),h=Symbol("stream");function d(e,t){return{value:e,done:t}}function p(e){var t=e[a];if(null!==t){var r=e[h].read();null!==r&&(e[c]=null,e[a]=null,e[s]=null,t(d(r,!1)))}}function y(e){process.nextTick(p,e)}var g=Object.getPrototypeOf(function(){}),w=Object.setPrototypeOf((i(n={get stream(){return this[h]},next:function(){var e=this,t=this[u];if(null!==t)return Promise.reject(t);if(this[l])return Promise.resolve(d(void 0,!0));if(this[h].destroyed)return new Promise(function(t,r){process.nextTick(function(){e[u]?r(e[u]):t(d(void 0,!0))})});var r,n=this[c];if(n)r=new Promise(function(e,t){return function(r,n){e.then(function(){t[l]?r(d(void 0,!0)):t[f](r,n)},n)}}(n,this));else{var i=this[h].read();if(null!==i)return Promise.resolve(d(i,!1));r=new Promise(this[f])}return this[c]=r,r}},Symbol.asyncIterator,function(){return this}),i(n,"return",function(){var e=this;return new Promise(function(t,r){e[h].destroy(null,function(e){e?r(e):t(d(void 0,!0))})})}),n),g);e.exports=function(e){var t,r=Object.create(w,(i(t={},h,{value:e,writable:!0}),i(t,a,{value:null,writable:!0}),i(t,s,{value:null,writable:!0}),i(t,u,{value:null,writable:!0}),i(t,l,{value:e._readableState.endEmitted,writable:!0}),i(t,f,{value:function(e,t){var n=r[h].read();n?(r[c]=null,r[a]=null,r[s]=null,e(d(n,!1))):(r[a]=e,r[s]=t)},writable:!0}),t));return r[c]=null,o(e,function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=r[s];return null!==t&&(r[c]=null,r[a]=null,r[s]=null,t(e)),void(r[u]=e)}var n=r[a];null!==n&&(r[c]=null,r[a]=null,r[s]=null,n(d(void 0,!0))),r[l]=!0}),e.on("readable",y.bind(null,r)),r}},726(e,t,r){"use strict";function n(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function i(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?n(Object(r),!0).forEach(function(t){o(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function o(e,t,r){return(t=s(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function a(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,s(n.key),n)}}function s(e){var t=function(e){if("object"!=typeof e||null===e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var r=t.call(e,"string");if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}var u=r(287).Buffer,l=r(340).inspect,c=l&&l.custom||"inspect";function f(e,t,r){u.prototype.copy.call(e,t,r)}e.exports=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}var t,r;return t=e,(r=[{key:"push",value:function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,r=""+t.data;t=t.next;)r+=e+t.data;return r}},{key:"concat",value:function(e){if(0===this.length)return u.alloc(0);for(var t=u.allocUnsafe(e>>>0),r=this.head,n=0;r;)f(r.data,t,n),n+=r.data.length,r=r.next;return t}},{key:"consume",value:function(e,t){var r;return e<this.head.data.length?(r=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):r=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),r}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,r=1,n=t.data;for(e-=n.length;t=t.next;){var i=t.data,o=e>i.length?i.length:e;if(o===i.length?n+=i:n+=i.slice(0,e),0===(e-=o)){o===i.length?(++r,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(o));break}++r}return this.length-=r,n}},{key:"_getBuffer",value:function(e){var t=u.allocUnsafe(e),r=this.head,n=1;for(r.data.copy(t),e-=r.data.length;r=r.next;){var i=r.data,o=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,o),0===(e-=o)){o===i.length?(++n,r.next?this.head=r.next:this.head=this.tail=null):(this.head=r,r.data=i.slice(o));break}++n}return this.length-=n,t}},{key:c,value:function(e,t){return l(this,i(i({},t),{},{depth:0,customInspect:!1}))}}])&&a(t.prototype,r),Object.defineProperty(t,"prototype",{writable:!1}),e}()},896(e){"use strict";function t(e,t){n(e,t),r(e)}function r(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function n(e,t){e.emit("error",t)}e.exports={destroy:function(e,i){var o=this,a=this._readableState&&this._readableState.destroyed,s=this._writableState&&this._writableState.destroyed;return a||s?(i?i(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(n,this,e)):process.nextTick(n,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,function(e){!i&&e?o._writableState?o._writableState.errorEmitted?process.nextTick(r,o):(o._writableState.errorEmitted=!0,process.nextTick(t,o,e)):process.nextTick(t,o,e):i?(process.nextTick(r,o),i(e)):process.nextTick(r,o)}),this)},undestroy:function(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function(e,t){var r=e._readableState,n=e._writableState;r&&r.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}}},238(e,t,r){"use strict";var n=r(48).F.ERR_STREAM_PREMATURE_CLOSE;function i(){}e.exports=function e(t,r,o){if("function"==typeof r)return e(t,null,r);r||(r={}),o=function(e){var t=!1;return function(){if(!t){t=!0;for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];e.apply(this,n)}}}(o||i);var a=r.readable||!1!==r.readable&&t.readable,s=r.writable||!1!==r.writable&&t.writable,u=function(){t.writable||c()},l=t._writableState&&t._writableState.finished,c=function(){s=!1,l=!0,a||o.call(t)},f=t._readableState&&t._readableState.endEmitted,h=function(){a=!1,f=!0,s||o.call(t)},d=function(e){o.call(t,e)},p=function(){var e;return a&&!f?(t._readableState&&t._readableState.ended||(e=new n),o.call(t,e)):s&&!l?(t._writableState&&t._writableState.ended||(e=new n),o.call(t,e)):void 0},y=function(){t.req.on("finish",c)};return function(e){return e.setHeader&&"function"==typeof e.abort}(t)?(t.on("complete",c),t.on("abort",p),t.req?y():t.on("request",y)):s&&!t._writableState&&(t.on("end",u),t.on("close",u)),t.on("end",h),t.on("finish",c),!1!==r.error&&t.on("error",d),t.on("close",p),function(){t.removeListener("complete",c),t.removeListener("abort",p),t.removeListener("request",y),t.req&&t.req.removeListener("finish",c),t.removeListener("end",u),t.removeListener("close",u),t.removeListener("finish",c),t.removeListener("end",h),t.removeListener("error",d),t.removeListener("close",p)}}},157(e){e.exports=function(){throw new Error("Readable.from is not available in the browser")}},758(e,t,r){"use strict";var n,i=r(48).F,o=i.ERR_MISSING_ARGS,a=i.ERR_STREAM_DESTROYED;function s(e){if(e)throw e}function u(e){e()}function l(e,t){return e.pipe(t)}e.exports=function(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];var c,f=function(e){return e.length?"function"!=typeof e[e.length-1]?s:e.pop():s}(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new o("streams");var h=t.map(function(e,i){var o=i<t.length-1;return function(e,t,i,o){o=function(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}(o);var s=!1;e.on("close",function(){s=!0}),void 0===n&&(n=r(238)),n(e,{readable:t,writable:i},function(e){if(e)return o(e);s=!0,o()});var u=!1;return function(t){if(!s&&!u)return u=!0,function(e){return e.setHeader&&"function"==typeof e.abort}(e)?e.abort():"function"==typeof e.destroy?e.destroy():void o(t||new a("pipe"))}}(e,o,i>0,function(e){c||(c=e),e&&h.forEach(u),o||(h.forEach(u),f(c))})});return t.reduce(l)}},291(e,t,r){"use strict";var n=r(48).F.ERR_INVALID_OPT_VALUE;e.exports={getHighWaterMark:function(e,t,r,i){var o=function(e,t,r){return null!=e.highWaterMark?e.highWaterMark:t?e[r]:null}(t,i,r);if(null!=o){if(!isFinite(o)||Math.floor(o)!==o||o<0)throw new n(i?r:"highWaterMark",o);return Math.floor(o)}return e.objectMode?16:16384}}},345(e,t,r){e.exports=r(7).EventEmitter},861(e,t,r){var n=r(287),i=n.Buffer;function o(e,t){for(var r in e)t[r]=e[r]}function a(e,t,r){return i(e,t,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=n:(o(n,t),t.Buffer=a),a.prototype=Object.create(i.prototype),o(i,a),a.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return i(e,t,r)},a.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var n=i(e);return void 0!==t?"string"==typeof r?n.fill(t,r):n.fill(t):n.fill(0),n},a.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return i(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},310(e,t,r){e.exports=i;var n=r(7).EventEmitter;function i(){n.call(this)}r(698)(i,n),i.Readable=r(412),i.Writable=r(708),i.Duplex=r(382),i.Transform=r(610),i.PassThrough=r(600),i.finished=r(238),i.pipeline=r(758),i.Stream=i,i.prototype.pipe=function(e,t){var r=this;function i(t){e.writable&&!1===e.write(t)&&r.pause&&r.pause()}function o(){r.readable&&r.resume&&r.resume()}r.on("data",i),e.on("drain",o),e._isStdio||t&&!1===t.end||(r.on("end",s),r.on("close",u));var a=!1;function s(){a||(a=!0,e.end())}function u(){a||(a=!0,"function"==typeof e.destroy&&e.destroy())}function l(e){if(c(),0===n.listenerCount(this,"error"))throw e}function c(){r.removeListener("data",i),e.removeListener("drain",o),r.removeListener("end",s),r.removeListener("close",u),r.removeListener("error",l),e.removeListener("error",l),r.removeListener("end",c),r.removeListener("close",c),e.removeListener("close",c)}return r.on("error",l),e.on("error",l),r.on("end",c),r.on("close",c),e.on("close",c),e.emit("pipe",r),e}},141(e,t,r){"use strict";var n=r(861).Buffer,i=n.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!=typeof t&&(n.isEncoding===i||!i(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=u,this.end=l,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=c,this.end=f,t=3;break;default:return this.write=h,void(this.end=d)}this.lastNeed=0,this.lastTotal=0,this.lastChar=n.allocUnsafe(t)}function a(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,r=function(e,t){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==r?r:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function u(e,t){if((e.length-t)%2==0){var r=e.toString("utf16le",t);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function l(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,r)}return t}function c(e,t){var r=(e.length-t)%3;return 0===r?e.toString("base64",t):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-r))}function f(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function h(e){return e.toString(this.encoding)}function d(e){return e&&e.length?this.write(e):""}t.I=o,o.prototype.write=function(e){if(0===e.length)return"";var t,r;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<e.length?t?t+this.text(e,r):this.text(e,r):t||""},o.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},o.prototype.text=function(e,t){var r=function(e,t,r){var n=t.length-1;if(n<r)return 0;var i=a(t[n]);return i>=0?(i>0&&(e.lastNeed=i-1),i):--n<r||-2===i?0:(i=a(t[n]))>=0?(i>0&&(e.lastNeed=i-2),i):--n<r||-2===i?0:(i=a(t[n]))>=0?(i>0&&(2===i?i=0:e.lastNeed=i-3),i):0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=r;var n=e.length-(r-this.lastNeed);return e.copy(this.lastChar,0,n),e.toString("utf8",t,n)},o.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},962(e,t,r){function n(){let e;return"undefined"==typeof window&&void 0!==r.g&&r.g.global===r.g&&"function"!=typeof r||(e=function(){let e;try{e=r(10)}catch(e){console.log(e);const t="Error importing the '@themartiancompany/opfs' module as 'opfs'. If you got this error while bundling a webpack for a project depending on this module double check its 'webpack.config.js' file or whether the 'opfs' module is listed in developer dependencies and install them.I'm sorry for this inconvenience but Node packagement system does not currently distinguish 'development' from 'build' dependencies.";throw console.error(t),e}return e}()),e}const i=n();i.isDirSync=function(e){return void 0===e&&(e=n()),function(t){return!e.statSync(t).isFile()}}(i),i.isDir=i.isDirSync,e.exports=i,e.exports.getModule=function(e){let t;if(""==e||void 0===e)t=n();else if("opfs"==e)t=_opfs_module_auto_detect();else{if("fs"!=e){const t="Unknown file system module "+`'${e}'.`.const;throw _error={msg:t},console.error(t),_error}t=r(Object(function(){const e=new Error("Cannot find module 'node:fs'");throw e.code="MODULE_NOT_FOUND",e}())),t.fsWorkerStart=function(e){let t;return t=e.fsWorkerStart,void 0===t&&(t=function(){}),t}(t)}return t}},643(e,t,r){function n(e){try{if(!r.g.localStorage)return!1}catch(e){return!1}var t=r.g.localStorage[e];return null!=t&&"true"===String(t).toLowerCase()}e.exports=function(e,t){if(n("noDeprecation"))return e;var r=!1;return function(){if(!r){if(n("throwDeprecation"))throw new Error(t);n("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}},866(){},340(){},838(){},12(e,t){!function(e){"use strict";var t,r,n,i,o,a,s,u,l,c,f,h,d=e=>{throw TypeError(e)},p=(e,t,r)=>t.has(e)||d("Cannot "+r),y=(e,t,r)=>(p(e,t,"read from private field"),r?r.call(e):t.get(e)),g=(e,t,r)=>t.has(e)?d("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),w=(e,t,r,n)=>(p(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r);const m="KGZ1bmN0aW9uKCl7InVzZSBzdHJpY3QiO2Z1bmN0aW9uIHUobil7aWYobj09PSIvIilyZXR1cm57cGFyZW50Om51bGwsbmFtZToiIn07Y29uc3QgZT1uLnNwbGl0KCIvIikuZmlsdGVyKGk9PmkubGVuZ3RoPjApO2lmKGUubGVuZ3RoPT09MCl0aHJvdyBFcnJvcigiSW52YWxpZCBwYXRoIik7Y29uc3QgYT1lW2UubGVuZ3RoLTFdLHI9Ii8iK2Uuc2xpY2UoMCwtMSkuam9pbigiLyIpO3JldHVybntuYW1lOmEscGFyZW50OnJ9fWFzeW5jIGZ1bmN0aW9uIHcobixlKXtjb25zdHtwYXJlbnQ6YSxuYW1lOnJ9PXUobik7aWYoYT09bnVsbClyZXR1cm4gYXdhaXQgbmF2aWdhdG9yLnN0b3JhZ2UuZ2V0RGlyZWN0b3J5KCk7Y29uc3QgaT1hLnNwbGl0KCIvIikuZmlsdGVyKHQ9PnQubGVuZ3RoPjApO3RyeXtsZXQgdD1hd2FpdCBuYXZpZ2F0b3Iuc3RvcmFnZS5nZXREaXJlY3RvcnkoKTtmb3IoY29uc3QgcyBvZiBpKXQ9YXdhaXQgdC5nZXREaXJlY3RvcnlIYW5kbGUocyx7Y3JlYXRlOmUuY3JlYXRlfSk7aWYoZS5pc0ZpbGUpcmV0dXJuIGF3YWl0IHQuZ2V0RmlsZUhhbmRsZShyLHtjcmVhdGU6ZS5jcmVhdGV9KX1jYXRjaCh0KXtpZih0Lm5hbWU9PT0iTm90Rm91bmRFcnJvciIpcmV0dXJuIG51bGw7dGhyb3cgdH19Y29uc3QgZj17fTtzZWxmLm9ubWVzc2FnZT1hc3luYyBuPT57dmFyIGk7Y29uc3R7ZXZ0VHlwZTplLGFyZ3M6YX09bi5kYXRhO2xldCByPWZbYS5maWxlSWRdO3RyeXtsZXQgdDtjb25zdCBzPVtdO2lmKGU9PT0icmVnaXN0ZXIiKXtjb25zdCBsPWF3YWl0IHcoYS5maWxlUGF0aCx7Y3JlYXRlOiEwLGlzRmlsZTohMH0pO2lmKGw9PW51bGwpdGhyb3cgRXJyb3IoYG5vdCBmb3VuZCBmaWxlOiAke2EuZmlsZUlkfWApO3I9YXdhaXQgbC5jcmVhdGVTeW5jQWNjZXNzSGFuZGxlKHttb2RlOmEubW9kZX0pLGZbYS5maWxlSWRdPXJ9ZWxzZSBpZihlPT09ImNsb3NlIilhd2FpdCByLmNsb3NlKCksZGVsZXRlIGZbYS5maWxlSWRdO2Vsc2UgaWYoZT09PSJ0cnVuY2F0ZSIpYXdhaXQgci50cnVuY2F0ZShhLm5ld1NpemUpO2Vsc2UgaWYoZT09PSJ3cml0ZSIpe2NvbnN0e2RhdGE6bCxvcHRzOm99PW4uZGF0YS5hcmdzO3Q9YXdhaXQgci53cml0ZShsLG8pfWVsc2UgaWYoZT09PSJyZWFkIil7Y29uc3R7b2Zmc2V0Omwsc2l6ZTpvfT1uLmRhdGEuYXJncyxnPW5ldyBVaW50OEFycmF5KG8pLGQ9YXdhaXQgci5yZWFkKGcse2F0Omx9KSxjPWcuYnVmZmVyO3Q9ZD09PW8/YzooKGk9Yy50cmFuc2Zlcik9PW51bGw/dm9pZCAwOmkuY2FsbChjLGQpKT8/Yy5zbGljZSgwLGQpLHMucHVzaCh0KX1lbHNlIGU9PT0iZ2V0U2l6ZSI/dD1hd2FpdCByLmdldFNpemUoKTplPT09ImZsdXNoIiYmYXdhaXQgci5mbHVzaCgpO3NlbGYucG9zdE1lc3NhZ2Uoe2V2dFR5cGU6ImNhbGxiYWNrIixjYklkOm4uZGF0YS5jYklkLHJldHVyblZhbDp0fSxzKX1jYXRjaCh0KXtjb25zdCBzPXQ7c2VsZi5wb3N0TWVzc2FnZSh7ZXZ0VHlwZToidGhyb3dFcnJvciIsY2JJZDpuLmRhdGEuY2JJZCxlcnJNc2c6cy5uYW1lKyI6ICIrcy5tZXNzYWdlK2AKYCtKU09OLnN0cmluZ2lmeShuLmRhdGEpfSl9fX0pKCk7Ci8vIyBzb3VyY2VNYXBwaW5nVVJMPW9wZnMtd29ya2VyLUY0UldscWNfLmpzLm1hcAo=",b=typeof self<"u"&&self.Blob&&new Blob([(_=m,Uint8Array.from(atob(_),e=>e.charCodeAt(0)))],{type:"text/javascript;charset=utf-8"});var _;function v(e){let t;try{if(t=b&&(self.URL||self.webkitURL).createObjectURL(b),!t)throw"";const r=new Worker(t,{name:null==e?void 0:e.name});return r.addEventListener("error",()=>{(self.URL||self.webkitURL).revokeObjectURL(t)}),r}catch{return new Worker("data:text/javascript;base64,"+m,{name:null==e?void 0:e.name})}finally{t&&(self.URL||self.webkitURL).revokeObjectURL(t)}}async function E(e,t,r){const n=function(){if(S.length<3){const t=e();return S.push(t),t}{const e=S[R];return R=(R+1)%S.length,e}function e(){const e=new v;let t=0,r={};return e.onmessage=({data:e})=>{var t,n;"callback"===e.evtType?null==(t=r[e.cbId])||t.resolve(e.returnVal):"throwError"===e.evtType&&(null==(n=r[e.cbId])||n.reject(Error(e.errMsg))),delete r[e.cbId]},async function(n,i,o=[]){t+=1;const a=new Promise((e,n)=>{r[t]={resolve:e,reject:n}});return e.postMessage({cbId:t,evtType:n,args:i},o),a}}}();return await n("register",{fileId:e,filePath:t,mode:r}),{read:async(t,r)=>await n("read",{fileId:e,offset:t,size:r}),write:async(t,r)=>await n("write",{fileId:e,data:t,opts:r},[ArrayBuffer.isView(t)?t.buffer:t]),close:async()=>await n("close",{fileId:e}),truncate:async t=>await n("truncate",{fileId:e,newSize:t}),getSize:async()=>await n("getSize",{fileId:e}),flush:async()=>await n("flush",{fileId:e})}}const S=[];let R=0;function T(e){if("/"===e)return{parent:null,name:""};const t=e.split("/").filter(e=>e.length>0);if(0===t.length)throw Error("Invalid path");return{name:t[t.length-1],parent:"/"+t.slice(0,-1).join("/")}}async function k(e,t){const{parent:r,name:n}=T(e);if(null==r)return await navigator.storage.getDirectory();const i=r.split("/").filter(e=>e.length>0);try{let e=await navigator.storage.getDirectory();for(const r of i)e=await e.getDirectoryHandle(r,{create:t.create});return t.isFile?await e.getFileHandle(n,{create:t.create}):await e.getDirectoryHandle(n,{create:t.create})}catch(e){if("NotFoundError"===e.name)return null;throw e}}async function A(e){const{parent:t,name:r}=T(e);if(null==t){const e=await navigator.storage.getDirectory();for await(const t of e.keys())await e.removeEntry(t,{recursive:!0});return}const n=await k(t,{create:!1,isFile:!1});if(null!=n)try{await n.removeEntry(r,{recursive:!0})}catch(e){if("NotFoundError"===e.name)return;throw e}}function O(e,t){return`${e}/${t}`.replace("//","/")}function x(e){return new L(e)}t=new WeakMap,r=new WeakMap,n=new WeakMap;let L=class e{constructor(e){g(this,t),g(this,r),g(this,n),w(this,t,e);const{parent:i,name:o}=T(e);w(this,r,o),w(this,n,i)}get kind(){return"dir"}get name(){return y(this,r)}get path(){return y(this,t)}get parent(){return null==y(this,n)?null:x(y(this,n))}async create(){return await k(y(this,t),{create:!0,isFile:!1}),x(y(this,t))}async exists(){return await k(y(this,t),{create:!1,isFile:!1})instanceof FileSystemDirectoryHandle}async remove(e={}){for(const t of await this.children())try{await t.remove(e)}catch(e){console.warn(e)}try{await A(y(this,t))}catch(e){console.warn(e)}}async children(){const e=await k(y(this,t),{create:!1,isFile:!1});if(null==e)return[];const r=[];for await(const n of e.values())r.push(("file"===n.kind?U:x)(O(y(this,t),n.name)));return r}async copyTo(t){if(!await this.exists())throw Error(`dir ${this.path} not exists`);if(t instanceof e){const e=await t.exists()?x(O(t.path,this.name)):t;return await e.create(),await Promise.all((await this.children()).map(t=>t.copyTo(e))),e}if(t instanceof FileSystemDirectoryHandle)return await Promise.all((await this.children()).map(async e=>{"file"===e.kind?await e.copyTo(await t.getFileHandle(e.name,{create:!0})):await e.copyTo(await t.getDirectoryHandle(e.name,{create:!0}))})),null;throw Error("Illegal target type")}async moveTo(e){const t=await this.copyTo(e);return await this.remove(),t}};const C=new Map;function U(e,t="rw"){if("rw"===t){const r=C.get(e)??new j(e,t);return C.set(e,r),r}return new j(e,t)}async function I(e,t,r={overwrite:!0}){if(t instanceof j)return void await I(e,await t.stream(),r);const n=await(e instanceof j?e:U(e,"rw")).createWriter();try{if(r.overwrite&&await n.truncate(0),t instanceof ReadableStream){const e=t.getReader();for(;;){const{done:t,value:r}=await e.read();if(t)break;await n.write(r)}}else await n.write(t)}catch(e){throw e}finally{await n.close()}}let M=0;i=new WeakMap,o=new WeakMap,a=new WeakMap,s=new WeakMap,u=new WeakMap,l=new WeakMap,c=new WeakMap,f=new WeakMap,h=new WeakMap;let j=class e{constructor(e,t){g(this,i),g(this,o),g(this,a),g(this,s),g(this,u),g(this,l,0),g(this,c,async()=>{}),g(this,f,(()=>{let e=null;return()=>(w(this,l,y(this,l)+1),null!=e||(e=new Promise(async(t,r)=>{try{const r=await E(y(this,u),y(this,i),y(this,s));w(this,c,async()=>{null!=e&&(e=null,w(this,l,0),await r.close().catch(console.error))}),t([r,async()=>{w(this,l,y(this,l)-1),!(y(this,l)>0)&&(e=null,await r.close())}])}catch(e){r(e)}})),e)})()),g(this,h,!1),w(this,u,++M),w(this,i,e),w(this,s,{r:"read-only",rw:"readwrite","rw-unsafe":"readwrite-unsafe"}[t]);const{parent:r,name:n}=T(e);if(null==r)throw Error("Invalid path");w(this,a,n),w(this,o,r)}get kind(){return"file"}get path(){return y(this,i)}get name(){return y(this,a)}get parent(){return null==y(this,o)?null:x(y(this,o))}async createWriter(){if("read-only"===y(this,s))throw Error("file is read-only");if(y(this,h))throw Error("Other writer have not been closed");w(this,h,!0);try{const e=new TextEncoder,[t,r]=await y(this,f).call(this);let n=await t.getSize(),i=!1;return{write:async(r,o={})=>{if(i)throw Error("Writer is closed");const a="string"==typeof r?e.encode(r):r,s=o.at??n,u=a.byteLength;return n=s+u,await t.write(a,{at:s})},truncate:async e=>{if(i)throw Error("Writer is closed");await t.truncate(e),n>e&&(n=e)},flush:async()=>{if(i)throw Error("Writer is closed");await t.flush()},close:async()=>{if(i)throw Error("Writer is closed");i=!0,w(this,h,!1),await r()}}}catch(e){throw w(this,h,!1),e}}async createReader(){const[e,t]=await y(this,f).call(this);let r=!1,n=0;return{read:async(t,i={})=>{if(r)throw Error("Reader is closed");const o=i.at??n,a=await e.read(o,t);return n=o+a.byteLength,a},getSize:async()=>{if(r)throw Error("Reader is closed");return await e.getSize()},close:async()=>{r||(r=!0,await t())}}}async text(){return(new TextDecoder).decode(await this.arrayBuffer())}async arrayBuffer(){const e=await k(y(this,i),{create:!1,isFile:!0});return null==e?new ArrayBuffer(0):(await e.getFile()).arrayBuffer()}async stream(){const e=await this.getOriginFile();return null==e?new ReadableStream({pull:e=>{e.close()}}):e.stream()}async getOriginFile(){var e;return null==(e=await k(y(this,i),{create:!1,isFile:!0}))?void 0:e.getFile()}async getSize(){const e=await k(y(this,i),{create:!1,isFile:!0});return null==e?0:(await e.getFile()).size}async exists(){return await k(y(this,i),{create:!1,isFile:!0})instanceof FileSystemFileHandle}async remove(e={}){if(!0===e.force)return await y(this,c).call(this),await A(y(this,i)),void C.delete(y(this,i));if(y(this,l)>0)throw Error("exists unclosed reader/writer");await A(y(this,i))}async copyTo(t){if(t instanceof e)return t.path===this.path?this:(await I(t,this),t);if(t instanceof L){if(!await this.exists())throw Error(`file ${this.path} not exists`);return await this.copyTo(U(O(t.path,this.name)))}if(t instanceof FileSystemFileHandle)return await(await this.stream()).pipeTo(await t.createWritable()),null;throw Error("Illegal target type")}async moveTo(e){const t=await this.copyTo(e);return await this.remove(),t}};const B="/.opfs-tools-temp-dir";async function P(e){try{if("file"===e.kind){if(!await e.exists())return!0;const t=await e.createWriter();await t.truncate(0),await t.close(),await e.remove()}else await e.remove();return!0}catch(e){return console.warn(e),!1}}const N=[];let F=!1;(async function(){var e;!0!==globalThis.__opfs_tools_tmpfile_init__&&(globalThis.__opfs_tools_tmpfile_init__=!0,null!=globalThis.FileSystemDirectoryHandle&&null!=globalThis.FileSystemFileHandle&&null!=(null==(e=globalThis.navigator)?void 0:e.storage.getDirectory)&&(setInterval(async()=>{for(const e of await x(B).children()){const t=/^\d+-(\d+)$/.exec(e.name);(null==t||Date.now()-Number(t[1])>2592e5)&&await P(e)}},6e4),await async function(){if(null==globalThis.localStorage)return;const e="OPFS_TOOLS_EXPIRES_TMP_FILES";F||(F=!0,globalThis.addEventListener("unload",()=>{0!==N.length&&localStorage.setItem(e,`${localStorage.getItem(e)??""},${N.join(",")}`)}));let t=localStorage.getItem(e)??"";for(const e of t.split(","))0!==e.length&&await P(U(`${B}/${e}`))&&(t=t.replace(e,""));localStorage.setItem(e,t.replace(/,{2,}/g,","))}()))})(),e.dir=x,e.file=U,e.rollfile=function(e,t){let r=U(e),n=0,i=r.createWriter(),o=r.createReader();return{append:async e=>{const r=await i;n+=await r.write(e),n>=t&&await(async e=>{const t=await(await o).read(n,{at:Math.round(.3*n)});n=await e.write(t,{at:0}),await e.truncate(n)})(r)},text:r.text.bind(r),remove:async()=>{await(await o).close(),await(await i).close(),await r.remove()},getSize:async()=>n}},e.tmpfile=function(){const e=`${Math.random().toString().slice(2)}-${Date.now()}`;return N.push(e),U(`${B}/${e}`)},e.write=I,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}(t)},516(e,t,r){"use strict";r.r(t),r.d(t,{ABORT_ERROR:()=>k,CURRENT_DIR:()=>qe,NOT_FOUND_ERROR:()=>Ve,ROOT_DIR:()=>Xe,TIMEOUT_ERROR:()=>A,TMP_DIR:()=>Je,appendFile:()=>Tt,appendFileSync:()=>mr,assertAbsolutePath:()=>Ke,assertFileUrl:()=>Qe,connectSyncAgent:()=>or,copy:()=>kt,copySync:()=>br,createFile:()=>yt,createFileSync:()=>lr,deleteTemp:()=>Mt,deleteTempSync:()=>Er,downloadFile:()=>Et,emptyDir:()=>At,emptyDirSync:()=>_r,exists:()=>Ot,existsSync:()=>vr,generateTempPath:()=>ut,getFileDataByHandle:()=>pt,getSyncMessenger:()=>ar,isDirectoryHandle:()=>ht,isFileHandle:()=>ft,isFileHandleLike:()=>dt,isOPFSSupported:()=>Zt,isTempPath:()=>lt,mkTemp:()=>It,mkTempSync:()=>Sr,mkdir:()=>gt,mkdirSync:()=>cr,move:()=>xt,moveSync:()=>fr,pruneTemp:()=>jt,pruneTempSync:()=>Rr,readBlobFile:()=>Lt,readBlobFileSync:()=>Tr,readDir:()=>wt,readDirSync:()=>hr,readFile:()=>mt,readFileSync:()=>dr,readJsonFile:()=>Ct,readJsonFileSync:()=>kr,readTextFile:()=>Ut,readTextFileSync:()=>Ar,remove:()=>bt,removeSync:()=>pr,setSyncMessenger:()=>sr,startSyncAgent:()=>ir,stat:()=>_t,statSync:()=>yr,toFileSystemHandleLike:()=>ct,unzip:()=>Pt,unzipFromUrl:()=>Nt,unzipSync:()=>Or,uploadFile:()=>Ft,writeFile:()=>vt,writeFileSync:()=>wr,zip:()=>$t,zipFromUrl:()=>Wt,zipSync:()=>xr});function n(e,t){if(!e)throw new Error("Invariant failed")}function i(e){if("string"!=typeof e)throw new TypeError(`Path must be a string, received "${JSON.stringify(e)}"`)}function o(e,t){if(e.length<=1)return e;let r=e.length;for(let n=e.length-1;n>0&&t(e.charCodeAt(n));n--)r=n;return e.slice(0,r)}function a(e){return 47===e}function s(e){return e=function(e){if("file:"!==(e=e instanceof URL?e:new URL(e)).protocol)throw new TypeError(`URL must be a file URL: received "${e.protocol}"`);return e}(e),decodeURIComponent(e.pathname.replace(/%(?![0-9A-Fa-f]{2})/g,"%25"))}function u(e){e instanceof URL&&(e=s(e)),function(e){i(e),e.length}(e);let t=-1,r=!1;for(let n=e.length-1;n>=1;--n)if(a(e.charCodeAt(n))){if(r){t=n;break}}else r=!0;return-1===t?a(e.charCodeAt(0))?"/":".":o(e.slice(0,t),a)}function l(e,t=""){e instanceof URL&&(e=s(e)),function(e,t){if(i(e),0===e.length)return e;if("string"!=typeof t)throw new TypeError(`Suffix must be a string, received "${JSON.stringify(t)}"`)}(e,t);const r=function(e,t,r=0){let n=!1,i=e.length;for(let o=e.length-1;o>=r;--o)if(t(e.charCodeAt(o))){if(n){r=o+1;break}}else n||(n=!0,i=o+1);return e.slice(r,i)}(e,a),n=o(r,a);return t?function(e,t){if(t.length>=e.length)return e;const r=e.length-t.length;for(let n=t.length-1;n>=0;--n)if(e.charCodeAt(r+n)!==t.charCodeAt(n))return e;return e.slice(0,-t.length)}(n,t):n}function c(e,...t){if(void 0===e)return".";e instanceof URL&&(e=s(e)),(t=e?[e,...t]:t).forEach(e=>i(e));const r=t.filter(e=>e.length>0).join("/");return""===r?".":function(e){e instanceof URL&&(e=s(e)),function(e){i(e),e.length}(e);const t=a(e.charCodeAt(0)),r=a(e.charCodeAt(e.length-1));return e=function(e,t,r,n){let i,o="",a=0,s=-1,u=0;for(let l=0;l<=e.length;++l){if(l<e.length)i=e.charCodeAt(l);else{if(n(i))break;i=47}if(n(i)){if(s===l-1||1===u);else if(s!==l-1&&2===u){if(o.length<2||2!==a||46!==o.charCodeAt(o.length-1)||46!==o.charCodeAt(o.length-2)){if(o.length>2){const e=o.lastIndexOf(r);-1===e?(o="",a=0):(o=o.slice(0,e),a=o.length-1-o.lastIndexOf(r)),s=l,u=0;continue}if(2===o.length||1===o.length){o="",a=0,s=l,u=0;continue}}t&&(o.length>0?o+=`${r}..`:o="..",a=2)}else o.length>0?o+=r+e.slice(s+1,l):o=e.slice(s+1,l),a=l-s-1;s=l,u=0}else 46===i&&-1!==u?++u:u=-1}return o}(e,!t,"/",a),0!==e.length||t||(e="."),e.length>0&&r&&(e+="/"),t?`/${e}`:e}(r)}function f(e){e instanceof URL&&(e=s(e)),i(e);let t=-1,r=0,n=-1,o=!0,u=0;for(let i=e.length-1;i>=0;--i){const s=e.charCodeAt(i);if(a(s)){if(!o){r=i+1;break}}else-1===n&&(o=!1,n=i+1),46===s?-1===t?t=i:1!==u&&(u=1):-1!==t&&(u=-1)}return-1===t||-1===n||0===u||1===u&&t===n-1&&t===r+1?"":e.slice(t,n)}const h=Symbol("Option kind"),d=Symbol("Result kind"),p=Promise.resolve(!0),y=Promise.resolve(!1);function g(e){const t=Object.freeze({[Symbol.toStringTag]:"Option",[h]:"Some",*[Symbol.iterator](){yield e},toString:()=>`Some(${e})`,isSome:()=>!0,isNone:()=>!1,isSomeAnd:t=>t(e),isSomeAndAsync:t=>Promise.resolve(t(e)),isNoneOr:t=>t(e),isNoneOrAsync:t=>Promise.resolve(t(e)),expect:t=>e,unwrap:()=>e,unwrapOr:t=>e,unwrapOrElse:t=>e,unwrapOrElseAsync:t=>Promise.resolve(e),okOr:t=>b(e),okOrElse:t=>b(e),transpose:()=>(S(e),e.isOk()?b(g(e.unwrap())):_(e.unwrapErr())),filter:r=>r(e)?t:w,flatten:()=>(E(e),e),map:t=>g(t(e)),mapOr:(t,r)=>r(e),mapOrElse:(t,r)=>r(e),zip:t=>(E(t),t.isSome()?g([e,t.unwrap()]):w),zipWith:(t,r)=>(E(t),t.isSome()?g(r(e,t.unwrap())):w),unzip(){const t=e;if(!Array.isArray(t)||2!==t.length)throw new TypeError("Option::unzip() requires a 2-element tuple, received "+(Array.isArray(t)?`array with ${t.length} elements`:typeof t));const[r,n]=t;return[g(r),g(n)]},reduce:(r,n)=>(E(r),r.isSome()?g(n(e,r.unwrap())):t),and:e=>(E(e),e),andThen:t=>t(e),andThenAsync:t=>Promise.resolve(t(e)),or:e=>t,orElse:e=>t,orElseAsync:e=>Promise.resolve(t),xor:e=>(E(e),e.isSome()?w:t),inspect:r=>(r(e),t),eq:t=>(E(t),t.isSome()&&t.unwrap()===e)});return t}const w=Object.freeze({[Symbol.toStringTag]:"Option",[h]:"None",*[Symbol.iterator](){},toString:()=>"None",isSome:()=>!1,isNone:()=>!0,isSomeAnd:e=>!1,isSomeAndAsync:e=>y,isNoneOr:e=>!0,isNoneOrAsync:e=>p,expect(e){throw new TypeError(e)},unwrap(){throw new TypeError("Option::unwrap() called on a `None` value")},unwrapOr:e=>e,unwrapOrElse:e=>e(),unwrapOrElseAsync:e=>Promise.resolve(e()),okOr:e=>_(e),okOrElse:e=>_(e()),transpose:()=>b(w),filter:e=>w,flatten:()=>w,map:e=>w,mapOr:(e,t)=>e,mapOrElse:(e,t)=>e(),zip:e=>w,zipWith:(e,t)=>w,unzip:()=>[w,w],reduce:(e,t)=>(E(e),e),and:e=>w,andThen:e=>w,andThenAsync:e=>m,or:e=>(E(e),e),orElse:e=>e(),orElseAsync:e=>Promise.resolve(e()),xor:e=>(E(e),e.isSome()?e:w),inspect:e=>w,eq:e=>(E(e),e===w)}),m=Promise.resolve(w);function b(e){const t=Object.freeze({[Symbol.toStringTag]:"Result",[d]:"Ok",*[Symbol.iterator](){yield e},toString:()=>`Ok(${e})`,isOk:()=>!0,isErr:()=>!1,isOkAnd:t=>t(e),isOkAndAsync:t=>Promise.resolve(t(e)),isErrAnd:e=>!1,isErrAndAsync:e=>y,expect:t=>e,unwrap:()=>e,unwrapOr:t=>e,unwrapOrElse:t=>e,unwrapOrElseAsync:t=>Promise.resolve(e),expectErr(t){throw new TypeError(`${t}: ${e}`)},unwrapErr(){throw new TypeError("Result::unwrapErr() called on an `Ok` value")},intoOk:()=>e,intoErr(){throw new TypeError("Result::intoErr() called on an `Ok` value")},ok:()=>g(e),err:()=>w,transpose:()=>(E(e),e.isSome()?g(b(e.unwrap())):w),map:t=>b(t(e)),mapErr:e=>t,mapOr:(t,r)=>r(e),mapOrElse:(t,r)=>r(e),flatten:()=>(S(e),e),and:e=>(S(e),e),or:e=>t,andThen:t=>t(e),andThenAsync:t=>Promise.resolve(t(e)),orElse:e=>t,orElseAsync:e=>Promise.resolve(t),inspect:r=>(r(e),t),inspectErr:e=>t,eq:t=>(S(t),t.isOk()&&t.unwrap()===e),asOk:()=>t,asErr(){throw new TypeError("Result::asErr() called on an `Ok` value")},andTryAsync(t){try{const r=t(e);return Promise.resolve(r).then(b,_)}catch(e){return Promise.resolve(_(e))}},orTryAsync:e=>Promise.resolve(t)});return t}function _(e){const t=Object.freeze({[Symbol.toStringTag]:"Result",[d]:"Err",*[Symbol.iterator](){},toString:()=>`Err(${e})`,isOk:()=>!1,isErr:()=>!0,isOkAnd:e=>!1,isOkAndAsync:e=>y,isErrAnd:t=>t(e),isErrAndAsync:t=>Promise.resolve(t(e)),expect(t){throw new TypeError(`${t}: ${e}`)},unwrap(){throw new TypeError("Result::unwrap() called on an `Err` value")},unwrapOr:e=>e,unwrapOrElse:t=>t(e),unwrapOrElseAsync:t=>Promise.resolve(t(e)),expectErr:t=>e,unwrapErr:()=>e,intoOk(){throw new TypeError("Result::intoOk() called on an `Err` value")},intoErr:()=>e,ok:()=>w,err:()=>g(e),transpose:()=>g(t),map:e=>t,mapErr:t=>_(t(e)),mapOr:(e,t)=>e,mapOrElse:(t,r)=>t(e),flatten:()=>t,and:e=>t,or:e=>(S(e),e),andThen:e=>t,andThenAsync:e=>Promise.resolve(t),orElse:t=>t(e),orElseAsync:t=>Promise.resolve(t(e)),inspect:e=>t,inspectErr:r=>(r(e),t),eq:t=>(S(t),t.isErr()&&t.unwrapErr()===e),asOk(){throw new TypeError("Result::asOk() called on an `Err` value")},asErr:()=>t,andTryAsync:e=>Promise.resolve(t),orTryAsync(t){try{const r=t(e);return Promise.resolve(r).then(b,_)}catch(e){return Promise.resolve(_(e))}}});return t}function v(e){try{return null===e?"null":void 0===e?"undefined":"object"==typeof e?Object.prototype.toString.call(e):String(e)}catch{return"[unable to stringify]"}}function E(e){if(!function(e){return null!=e&&"object"==typeof e&&h in e}(e))throw new TypeError(`Expected an Option, but received: ${v(e)}`)}function S(e){if(!function(e){return null!=e&&"object"==typeof e&&d in e}(e))throw new TypeError(`Expected a Result, but received: ${v(e)}`)}const R=b(!1),T=b(),k="AbortError",A="TimeoutError";var O=class extends Error{name="FetchError";status;constructor(e,t){super(e),this.status=t}};function x(e,t){const r=function(e){if(e instanceof URL)return e;try{return new URL(e,"undefined"!=typeof location?location.href:void 0)}catch{throw new TypeError(`Invalid URL: ${e}`)}}(e),n=t??{},{retries:i,delay:o,when:a,onRetry:s}=function(e){const{responseType:t,timeout:r,retry:n=0,onProgress:i,onChunk:o}=e;if(null!=t){const e=["text","arraybuffer","blob","json","bytes","stream"];if(!e.includes(t))throw new TypeError(`responseType must be one of ${e.join(", ")} but received ${t}`)}if(null!=r){if("number"!=typeof r)throw new TypeError("timeout must be a number but received "+typeof r);if(r<=0)throw new Error(`timeout must be a number greater than 0 but received ${r}`)}if(null!=i&&"function"!=typeof i)throw new TypeError("onProgress callback must be a function but received "+typeof i);if(null!=o&&"function"!=typeof o)throw new TypeError("onChunk callback must be a function but received "+typeof o);let a,s,u=0,l=0;if("number"==typeof n?u=n:n&&"object"==typeof n&&(u=n.retries??0,l=n.delay??0,a=n.when,s=n.onRetry),!Number.isInteger(u))throw new TypeError(`Retry count must be an integer but received ${u}`);if(u<0)throw new Error(`Retry count must be non-negative but received ${u}`);if("number"==typeof l){if(l<0)throw new Error(`Retry delay must be a non-negative number but received ${l}`)}else if("function"!=typeof l)throw new TypeError("Retry delay must be a number or a function but received "+typeof l);if(null!=a&&!Array.isArray(a)&&"function"!=typeof a)throw new TypeError("Retry when condition must be an array of status codes or a function but received "+typeof a);if(null!=s&&"function"!=typeof s)throw new TypeError("Retry onRetry callback must be a function but received "+typeof s);return{retries:u,delay:l,when:a,onRetry:s}}(n),{abortable:u=!1,responseType:l,timeout:c,onProgress:f,onChunk:h,...d}=n,p=d.signal;let y;u&&(y=new AbortController);const g=(e,t)=>"AbortError"!==e.name&&(a?Array.isArray(a)?e instanceof O&&a.includes(e.status):a(e,t):!(e instanceof O)),w=e=>"function"==typeof o?o(e):o,m=()=>{const e=[];p&&e.push(p),y&&e.push(y.signal),"number"==typeof c&&e.push(function(e){if("function"==typeof AbortSignal.timeout)return AbortSignal.timeout(e);const t=new AbortController,r=function(){const e="The operation timed out.";try{return new DOMException(e,A)}catch{const t=new Error(e);return t.name=A,t}}(),n=setTimeout(()=>{t.abort(r)},e);return"function"==typeof n?.unref&&n.unref(),t.signal}(c)),e.length>0&&(d.signal=1===e.length?e[0]:function(e){if("function"==typeof AbortSignal.any)return AbortSignal.any(e);const t=new AbortController;for(const r of e)if(r.aborted)return t.abort(r.reason),t.signal;const r=e=>{t.abort(e.target.reason)};for(const t of e)t.addEventListener("abort",r);return t.signal.addEventListener("abort",()=>{for(const t of e)t.removeEventListener("abort",r)}),t.signal}(e))},v=async()=>{m();try{const e=await fetch(r,d);return e.ok?await E(e):(e.body?.cancel().catch(()=>{}),_(new O(e.statusText,e.status)))}catch(e){return _(e instanceof Error?e:C(e))}},E=async e=>{switch(e.body&&(f||h)&&(async e=>{let t,r=0;if(f){const r=e.headers.get("content-length");if(null==r)try{f(_(new Error("No content-length in response headers")))}catch{}else t=Number.parseInt(r,10)}const n=e.clone().body;try{for await(const e of n){if(h)try{h(e)}catch{}if(f&&null!=t){r+=e.byteLength;try{f(b({totalByteLength:t,completedByteLength:r}))}catch{}}}}catch{}})(e),l){case"json":if(null==e.body)return b(null);try{return b(await e.json())}catch{return _(new Error("Response is invalid json while responseType is json"))}case"text":return b(await e.text());case"bytes":return"function"==typeof e.bytes?b(await e.bytes()):b(new Uint8Array(await e.arrayBuffer()));case"arraybuffer":return b(await e.arrayBuffer());case"blob":return b(await e.blob());case"stream":return b(e.body);default:return b(e)}},S=(async()=>{let e,t=0;do{if(t>0){if(y?.signal.aborted)return _(y.signal.reason);const r=w(t);if(r>0&&(await L(r),y?.signal.aborted))return _(y.signal.reason);try{s?.(e,t)}catch{}}const r=await v();if(r.isOk())return r;e=r.unwrapErr(),t++}while(t<=i&&g(e,t));return _(e)})();return u&&y?{abort(e){e instanceof Error?y.abort(e):null!=e?y.abort(C(e)):y.abort()},get aborted(){return y.signal.aborted},get result(){return S}}:S}function L(e){return new Promise(t=>setTimeout(t,e))}function C(e){const t=new Error("string"==typeof e?e:String(e));return t.name=k,t.cause=e,t}var U={},I=Uint8Array,M=Uint16Array,j=Int32Array,B=new I([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0,0]),P=new I([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0]),N=new I([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),F=function(e,t){for(var r=new M(31),n=0;n<31;++n)r[n]=t+=1<<e[n-1];var i=new j(r[30]);for(n=1;n<30;++n)for(var o=r[n];o<r[n+1];++o)i[o]=o-r[n]<<5|n;return{b:r,r:i}},D=F(B,2),$=D.b,W=D.r;$[28]=258,W[258]=28;for(var Z=F(P,0),Y=Z.b,z=Z.r,G=new M(32768),H=0;H<32768;++H){var V=(43690&H)>>1|(21845&H)<<1;V=(61680&(V=(52428&V)>>2|(13107&V)<<2))>>4|(3855&V)<<4,G[H]=((65280&V)>>8|(255&V)<<8)>>1}var X=function(e,t,r){for(var n=e.length,i=0,o=new M(t);i<n;++i)e[i]&&++o[e[i]-1];var a,s=new M(t);for(i=1;i<t;++i)s[i]=s[i-1]+o[i-1]<<1;if(r){a=new M(1<<t);var u=15-t;for(i=0;i<n;++i)if(e[i])for(var l=i<<4|e[i],c=t-e[i],f=s[e[i]-1]++<<c,h=f|(1<<c)-1;f<=h;++f)a[G[f]>>u]=l}else for(a=new M(n),i=0;i<n;++i)e[i]&&(a[i]=G[s[e[i]-1]++]>>15-e[i]);return a},q=new I(288);for(H=0;H<144;++H)q[H]=8;for(H=144;H<256;++H)q[H]=9;for(H=256;H<280;++H)q[H]=7;for(H=280;H<288;++H)q[H]=8;var J=new I(32);for(H=0;H<32;++H)J[H]=5;var K=X(q,9,0),Q=X(q,9,1),ee=X(J,5,0),te=X(J,5,1),re=function(e){for(var t=e[0],r=1;r<e.length;++r)e[r]>t&&(t=e[r]);return t},ne=function(e,t,r){var n=t/8|0;return(e[n]|e[n+1]<<8)>>(7&t)&r},ie=function(e,t){var r=t/8|0;return(e[r]|e[r+1]<<8|e[r+2]<<16)>>(7&t)},oe=function(e){return(e+7)/8|0},ae=function(e,t,r){return(null==t||t<0)&&(t=0),(null==r||r>e.length)&&(r=e.length),new I(e.subarray(t,r))},se=["unexpected EOF","invalid block type","invalid length/literal","invalid distance","stream finished","no stream handler",,"no callback","invalid UTF-8 data","extra field too long","date not in range 1980-2099","filename too long","stream finishing","invalid zip data"],ue=function(e,t,r){var n=new Error(t||se[e]);if(n.code=e,Error.captureStackTrace&&Error.captureStackTrace(n,ue),!r)throw n;return n},le=function(e,t,r,n){var i=e.length,o=n?n.length:0;if(!i||t.f&&!t.l)return r||new I(0);var a=!r,s=a||2!=t.i,u=t.i;a&&(r=new I(3*i));var l=function(e){var t=r.length;if(e>t){var n=new I(Math.max(2*t,e));n.set(r),r=n}},c=t.f||0,f=t.p||0,h=t.b||0,d=t.l,p=t.d,y=t.m,g=t.n,w=8*i;do{if(!d){c=ne(e,f,1);var m=ne(e,f+1,3);if(f+=3,!m){var b=e[(L=oe(f)+4)-4]|e[L-3]<<8,_=L+b;if(_>i){u&&ue(0);break}s&&l(h+b),r.set(e.subarray(L,_),h),t.b=h+=b,t.p=f=8*_,t.f=c;continue}if(1==m)d=Q,p=te,y=9,g=5;else if(2==m){var v=ne(e,f,31)+257,E=ne(e,f+10,15)+4,S=v+ne(e,f+5,31)+1;f+=14;for(var R=new I(S),T=new I(19),k=0;k<E;++k)T[N[k]]=ne(e,f+3*k,7);f+=3*E;var A=re(T),O=(1<<A)-1,x=X(T,A,1);for(k=0;k<S;){var L,C=x[ne(e,f,O)];if(f+=15&C,(L=C>>4)<16)R[k++]=L;else{var U=0,M=0;for(16==L?(M=3+ne(e,f,3),f+=2,U=R[k-1]):17==L?(M=3+ne(e,f,7),f+=3):18==L&&(M=11+ne(e,f,127),f+=7);M--;)R[k++]=U}}var j=R.subarray(0,v),F=R.subarray(v);y=re(j),g=re(F),d=X(j,y,1),p=X(F,g,1)}else ue(1);if(f>w){u&&ue(0);break}}s&&l(h+131072);for(var D=(1<<y)-1,W=(1<<g)-1,Z=f;;Z=f){var z=(U=d[ie(e,f)&D])>>4;if((f+=15&U)>w){u&&ue(0);break}if(U||ue(2),z<256)r[h++]=z;else{if(256==z){Z=f,d=null;break}var G=z-254;if(z>264){var H=B[k=z-257];G=ne(e,f,(1<<H)-1)+$[k],f+=H}var V=p[ie(e,f)&W],q=V>>4;if(V||ue(3),f+=15&V,F=Y[q],q>3&&(H=P[q],F+=ie(e,f)&(1<<H)-1,f+=H),f>w){u&&ue(0);break}s&&l(h+131072);var J=h+G;if(h<F){var K=o-F,ee=Math.min(F,J);for(K+h<0&&ue(3);h<ee;++h)r[h]=n[K+h]}for(;h<J;++h)r[h]=r[h-F]}}t.l=d,t.p=Z,t.b=h,t.f=c,d&&(c=1,t.m=y,t.d=p,t.n=g)}while(!c);return h!=r.length&&a?ae(r,0,h):r.subarray(0,h)},ce=function(e,t,r){r<<=7&t;var n=t/8|0;e[n]|=r,e[n+1]|=r>>8},fe=function(e,t,r){r<<=7&t;var n=t/8|0;e[n]|=r,e[n+1]|=r>>8,e[n+2]|=r>>16},he=function(e,t){for(var r=[],n=0;n<e.length;++n)e[n]&&r.push({s:n,f:e[n]});var i=r.length,o=r.slice();if(!i)return{t:be,l:0};if(1==i){var a=new I(r[0].s+1);return a[r[0].s]=1,{t:a,l:1}}r.sort(function(e,t){return e.f-t.f}),r.push({s:-1,f:25001});var s=r[0],u=r[1],l=0,c=1,f=2;for(r[0]={s:-1,f:s.f+u.f,l:s,r:u};c!=i-1;)s=r[r[l].f<r[f].f?l++:f++],u=r[l!=c&&r[l].f<r[f].f?l++:f++],r[c++]={s:-1,f:s.f+u.f,l:s,r:u};var h=o[0].s;for(n=1;n<i;++n)o[n].s>h&&(h=o[n].s);var d=new M(h+1),p=de(r[c-1],d,0);if(p>t){n=0;var y=0,g=p-t,w=1<<g;for(o.sort(function(e,t){return d[t.s]-d[e.s]||e.f-t.f});n<i;++n){var m=o[n].s;if(!(d[m]>t))break;y+=w-(1<<p-d[m]),d[m]=t}for(y>>=g;y>0;){var b=o[n].s;d[b]<t?y-=1<<t-d[b]++-1:++n}for(;n>=0&&y;--n){var _=o[n].s;d[_]==t&&(--d[_],++y)}p=t}return{t:new I(d),l:p}},de=function(e,t,r){return-1==e.s?Math.max(de(e.l,t,r+1),de(e.r,t,r+1)):t[e.s]=r},pe=function(e){for(var t=e.length;t&&!e[--t];);for(var r=new M(++t),n=0,i=e[0],o=1,a=function(e){r[n++]=e},s=1;s<=t;++s)if(e[s]==i&&s!=t)++o;else{if(!i&&o>2){for(;o>138;o-=138)a(32754);o>2&&(a(o>10?o-11<<5|28690:o-3<<5|12305),o=0)}else if(o>3){for(a(i),--o;o>6;o-=6)a(8304);o>2&&(a(o-3<<5|8208),o=0)}for(;o--;)a(i);o=1,i=e[s]}return{c:r.subarray(0,n),n:t}},ye=function(e,t){for(var r=0,n=0;n<t.length;++n)r+=e[n]*t[n];return r},ge=function(e,t,r){var n=r.length,i=oe(t+2);e[i]=255&n,e[i+1]=n>>8,e[i+2]=255^e[i],e[i+3]=255^e[i+1];for(var o=0;o<n;++o)e[i+o+4]=r[o];return 8*(i+4+n)},we=function(e,t,r,n,i,o,a,s,u,l,c){ce(t,c++,r),++i[256];for(var f=he(i,15),h=f.t,d=f.l,p=he(o,15),y=p.t,g=p.l,w=pe(h),m=w.c,b=w.n,_=pe(y),v=_.c,E=_.n,S=new M(19),R=0;R<m.length;++R)++S[31&m[R]];for(R=0;R<v.length;++R)++S[31&v[R]];for(var T=he(S,7),k=T.t,A=T.l,O=19;O>4&&!k[N[O-1]];--O);var x,L,C,U,I=l+5<<3,j=ye(i,q)+ye(o,J)+a,F=ye(i,h)+ye(o,y)+a+14+3*O+ye(S,k)+2*S[16]+3*S[17]+7*S[18];if(u>=0&&I<=j&&I<=F)return ge(t,c,e.subarray(u,u+l));if(ce(t,c,1+(F<j)),c+=2,F<j){x=X(h,d,0),L=h,C=X(y,g,0),U=y;var D=X(k,A,0);for(ce(t,c,b-257),ce(t,c+5,E-1),ce(t,c+10,O-4),c+=14,R=0;R<O;++R)ce(t,c+3*R,k[N[R]]);c+=3*O;for(var $=[m,v],W=0;W<2;++W){var Z=$[W];for(R=0;R<Z.length;++R){var Y=31&Z[R];ce(t,c,D[Y]),c+=k[Y],Y>15&&(ce(t,c,Z[R]>>5&127),c+=Z[R]>>12)}}}else x=K,L=q,C=ee,U=J;for(R=0;R<s;++R){var z=n[R];if(z>255){fe(t,c,x[257+(Y=z>>18&31)]),c+=L[Y+257],Y>7&&(ce(t,c,z>>23&31),c+=B[Y]);var G=31&z;fe(t,c,C[G]),c+=U[G],G>3&&(fe(t,c,z>>5&8191),c+=P[G])}else fe(t,c,x[z]),c+=L[z]}return fe(t,c,x[256]),c+L[256]},me=new j([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),be=new I(0),_e=function(e,t,r,n,i,o){var a=o.z||e.length,s=new I(n+a+5*(1+Math.ceil(a/7e3))+i),u=s.subarray(n,s.length-i),l=o.l,c=7&(o.r||0);if(t){c&&(u[0]=o.r>>3);for(var f=me[t-1],h=f>>13,d=8191&f,p=(1<<r)-1,y=o.p||new M(32768),g=o.h||new M(p+1),w=Math.ceil(r/3),m=2*w,b=function(t){return(e[t]^e[t+1]<<w^e[t+2]<<m)&p},_=new j(25e3),v=new M(288),E=new M(32),S=0,R=0,T=o.i||0,k=0,A=o.w||0,O=0;T+2<a;++T){var x=b(T),L=32767&T,C=g[x];if(y[L]=C,g[x]=L,A<=T){var U=a-T;if((S>7e3||k>24576)&&(U>423||!l)){c=we(e,u,0,_,v,E,R,k,O,T-O,c),k=S=R=0,O=T;for(var N=0;N<286;++N)v[N]=0;for(N=0;N<30;++N)E[N]=0}var F=2,D=0,$=d,Z=L-C&32767;if(U>2&&x==b(T-Z))for(var Y=Math.min(h,U)-1,G=Math.min(32767,T),H=Math.min(258,U);Z<=G&&--$&&L!=C;){if(e[T+F]==e[T+F-Z]){for(var V=0;V<H&&e[T+V]==e[T+V-Z];++V);if(V>F){if(F=V,D=Z,V>Y)break;var X=Math.min(Z,V-2),q=0;for(N=0;N<X;++N){var J=T-Z+N&32767,K=J-y[J]&32767;K>q&&(q=K,C=J)}}}Z+=(L=C)-(C=y[L])&32767}if(D){_[k++]=268435456|W[F]<<18|z[D];var Q=31&W[F],ee=31&z[D];R+=B[Q]+P[ee],++v[257+Q],++E[ee],A=T+F,++S}else _[k++]=e[T],++v[e[T]]}}for(T=Math.max(T,A);T<a;++T)_[k++]=e[T],++v[e[T]];c=we(e,u,l,_,v,E,R,k,O,T-O,c),l||(o.r=7&c|u[c/8|0]<<3,c-=7,o.h=g,o.p=y,o.i=T,o.w=A)}else{for(T=o.w||0;T<a+l;T+=65535){var te=T+65535;te>=a&&(u[c/8|0]=l,te=a),c=ge(u,c+1,e.subarray(T,te))}o.i=a}return ae(s,0,n+oe(c)+i)},ve=function(){for(var e=new Int32Array(256),t=0;t<256;++t){for(var r=t,n=9;--n;)r=(1&r&&-306674912)^r>>>1;e[t]=r}return e}(),Ee=function(e,t,r,n,i){if(!i&&(i={l:1},t.dictionary)){var o=t.dictionary.subarray(-32768),a=new I(o.length+e.length);a.set(o),a.set(e,o.length),e=a,i.w=o.length}return _e(e,null==t.level?6:t.level,null==t.mem?i.l?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(e.length)))):20:12+t.mem,r,n,i)},Se=function(e,t){var r={};for(var n in e)r[n]=e[n];for(var n in t)r[n]=t[n];return r},Re=function(e,t,r){for(var n=e(),i=e.toString(),o=i.slice(i.indexOf("[")+1,i.lastIndexOf("]")).replace(/\s+/g,"").split(","),a=0;a<n.length;++a){var s=n[a],u=o[a];if("function"==typeof s){t+=";"+u+"=";var l=s.toString();if(s.prototype)if(-1!=l.indexOf("[native code]")){var c=l.indexOf(" ",8)+1;t+=l.slice(c,l.indexOf("(",c))}else for(var f in t+=l,s.prototype)t+=";"+u+".prototype."+f+"="+s.prototype[f].toString();else t+=l}else r[u]=s}return t},Te=[],ke=function(){return[I,M,j,B,P,N,$,Y,Q,te,G,se,X,re,ne,ie,oe,ae,ue,le,Be,Oe,xe]},Ae=function(){return[I,M,j,B,P,N,W,z,K,q,ee,J,G,me,be,X,ce,fe,he,de,pe,ye,ge,we,oe,ae,_e,Ee,je,Oe]},Oe=function(e){return postMessage(e,[e.buffer])},xe=function(e){return e&&{out:e.size&&new I(e.size),dictionary:e.dictionary}},Le=function(e,t,r,n,i,o){var a=function(e,t,r,n){if(!Te[r]){for(var i="",o={},a=e.length-1,s=0;s<a;++s)i=Re(e[s],i,o);Te[r]={c:Re(e[a],i,o),e:o}}var u=Se({},Te[r].e);return function(e,t,r,n,i){var o=new Worker(U[t]||(U[t]=URL.createObjectURL(new Blob([e+';addEventListener("error",function(e){e=e.error;postMessage({$e$:[e.message,e.code,e.stack]})})'],{type:"text/javascript"}))));return o.onmessage=function(e){var t=e.data,r=t.$e$;if(r){var n=new Error(r[0]);n.code=r[1],n.stack=r[2],i(n,null)}else i(null,t)},o.postMessage(r,n),o}(Te[r].c+";onmessage=function(e){for(var k in e.data)self[k]=e.data[k];onmessage="+t.toString()+"}",r,u,function(e){var t=[];for(var r in e)e[r].buffer&&t.push((e[r]=new e[r].constructor(e[r])).buffer);return t}(u),n)}(r,n,i,function(e,t){a.terminate(),o(e,t)});return a.postMessage([e,t],t.consume?[e.buffer]:[]),function(){a.terminate()}},Ce=function(e,t){return e[t]|e[t+1]<<8},Ue=function(e,t){return(e[t]|e[t+1]<<8|e[t+2]<<16|e[t+3]<<24)>>>0},Ie=function(e,t){return Ue(e,t)+4294967296*Ue(e,t+4)},Me=function(e,t,r){for(;r;++t)e[t]=r,r>>>=8};function je(e,t){return Ee(e,t||{},0,0)}function Be(e,t){return le(e,{i:2},t&&t.out,t&&t.dictionary)}var Pe=function(e,t,r,n){for(var i in e){var o=e[i],a=t+i,s=n;Array.isArray(o)&&(s=Se(n,o[1]),o=o[0]),ArrayBuffer.isView(o)?r[a]=[o,s]:(r[a+="/"]=[new I(0),s],Pe(o,a,r,n))}},Ne="undefined"!=typeof TextEncoder&&new TextEncoder,Fe="undefined"!=typeof TextDecoder&&new TextDecoder;try{Fe.decode(be,{stream:!0})}catch(e){}function De(e,t){if(t){for(var r=new I(e.length),n=0;n<e.length;++n)r[n]=e.charCodeAt(n);return r}if(Ne)return Ne.encode(e);var i=e.length,o=new I(e.length+(e.length>>1)),a=0,s=function(e){o[a++]=e};for(n=0;n<i;++n){if(a+5>o.length){var u=new I(a+8+(i-n<<1));u.set(o),o=u}var l=e.charCodeAt(n);l<128||t?s(l):l<2048?(s(192|l>>6),s(128|63&l)):l>55295&&l<57344?(s(240|(l=65536+(1047552&l)|1023&e.charCodeAt(++n))>>18),s(128|l>>12&63),s(128|l>>6&63),s(128|63&l)):(s(224|l>>12),s(128|l>>6&63),s(128|63&l))}return ae(o,0,a)}function $e(e,t){if(t){for(var r="",n=0;n<e.length;n+=16384)r+=String.fromCharCode.apply(null,e.subarray(n,n+16384));return r}if(Fe)return Fe.decode(e);var i=function(e){for(var t="",r=0;;){var n=e[r++],i=(n>127)+(n>223)+(n>239);if(r+i>e.length)return{s:t,r:ae(e,r-1)};i?3==i?(n=((15&n)<<18|(63&e[r++])<<12|(63&e[r++])<<6|63&e[r++])-65536,t+=String.fromCharCode(55296|n>>10,56320|1023&n)):t+=1&i?String.fromCharCode((31&n)<<6|63&e[r++]):String.fromCharCode((15&n)<<12|(63&e[r++])<<6|63&e[r++]):t+=String.fromCharCode(n)}}(e),o=i.s;return(r=i.r).length&&ue(8),o}var We=function(e,t,r,n,i,o,a){var s=4294967295==i,u=4294967295==o,l=4294967295==a,c=t+r;if(n&&s+u+l){for(;t+4<c;t+=4+Ce(e,t+2))if(1==Ce(e,t))return[s?Ie(e,t+4+8*u):i,u?Ie(e,t+4):o,l?Ie(e,t+4+8*(u+s)):a,1];n<2&&ue(13)}return[i,o,a,0]},Ze=function(e){var t=0;if(e)for(var r in e){var n=e[r].length;n>65535&&ue(9),t+=n+4}return t},Ye=function(e,t,r,n,i,o,a,s){var u=n.length,l=r.extra,c=s&&s.length,f=Ze(l);Me(e,t,null!=a?33639248:67324752),t+=4,null!=a&&(e[t++]=20,e[t++]=r.os),e[t]=20,t+=2,e[t++]=r.flag<<1|(o<0&&8),e[t++]=i&&8,e[t++]=255&r.compression,e[t++]=r.compression>>8;var h=new Date(null==r.mtime?Date.now():r.mtime),d=h.getFullYear()-1980;if((d<0||d>119)&&ue(10),Me(e,t,d<<25|h.getMonth()+1<<21|h.getDate()<<16|h.getHours()<<11|h.getMinutes()<<5|h.getSeconds()>>1),t+=4,-1!=o&&(Me(e,t,r.crc),Me(e,t+4,o<0?-o-2:o),Me(e,t+8,r.size)),Me(e,t+12,u),Me(e,t+14,f),t+=16,null!=a&&(Me(e,t,c),Me(e,t+6,r.attrs),Me(e,t+10,a),t+=14),e.set(n,t),t+=u,f)for(var p in l){var y=l[p],g=y.length;Me(e,t,+p),Me(e,t+2,g),e.set(y,t+4),t+=4+g}return c&&(e.set(s,t),t+=c),t};function ze(e,t,r){r||(r=t,t={}),"function"!=typeof r&&ue(7);var n={};Pe(e,"",n,t);var i=Object.keys(n),o=i.length,a=0,s=0,u=o,l=new Array(o),c=[],f=function(){for(var e=0;e<c.length;++e)c[e]()},h=function(e,t){Ge(function(){r(e,t)})};Ge(function(){h=r});var d=function(){var e=new I(s+22),t=a,r=s-a;s=0;for(var n=0;n<u;++n){var i=l[n];try{var o=i.c.length;Ye(e,s,i,i.f,i.u,o);var c=30+i.f.length+Ze(i.extra),f=s+c;e.set(i.c,f),Ye(e,a,i,i.f,i.u,o,s,i.m),a+=16+c+(i.m?i.m.length:0),s=f+o}catch(e){return h(e,null)}}(function(e,t,r,n,i){Me(e,t,101010256),Me(e,t+8,r),Me(e,t+10,r),Me(e,t+12,n),Me(e,t+16,i)})(e,a,l.length,r,t),h(null,e)};o||d();for(var p=function(e){var t=i[e],r=n[t],u=r[0],p=r[1],y=function(){var e=-1;return{p:function(t){for(var r=e,n=0;n<t.length;++n)r=ve[255&r^t[n]]^r>>>8;e=r},d:function(){return~e}}}(),g=u.length;y.p(u);var w=De(t),m=w.length,b=p.comment,_=b&&De(b),v=_&&_.length,E=Ze(p.extra),S=0==p.level?0:8,R=function(r,n){if(r)f(),h(r,null);else{var i=n.length;l[e]=Se(p,{size:g,crc:y.d(),c:n,f:w,m:_,u:m!=t.length||_&&b.length!=v,compression:S}),a+=30+m+E+i,s+=76+2*(m+E)+(v||0)+i,--o||d()}};if(m>65535&&R(ue(11,0,1),null),S)if(g<16e4)try{R(null,je(u,p))}catch(e){R(e,null)}else c.push(function(e,t,r){return r||(r=t,t={}),"function"!=typeof r&&ue(7),Le(e,t,[Ae],function(e){return Oe(je(e.data[0],e.data[1]))},0,r)}(u,p,R));else R(null,u)},y=0;y<u;++y)p(y);return f}var Ge="function"==typeof queueMicrotask?queueMicrotask:"function"==typeof setTimeout?setTimeout:function(e){e()};class He{resolve;reject;promise;constructor(){if("function"==typeof Promise.withResolvers){const{promise:e,resolve:t,reject:r}=Promise.withResolvers();this.promise=e,this.resolve=t,this.reject=r}else this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t})}}const Ve="NotFoundError",Xe="/",qe=".",Je="/tmp";function Ke(e){n("string"==typeof e),n(e[0]===Xe)}function Qe(e){n("string"==typeof e)}let et;function tt(e){return e===Xe}async function rt(e,t,r){try{return b(await e.getDirectoryHandle(t,r))}catch(r){const n=r,i=new Error(`${n.name}: ${n.message} When get child directory '${t}' from directory '${e.name||Xe}'.`);return i.name=n.name,_(i)}}async function nt(e,t){let r=await async function(){return et??=await navigator.storage.getDirectory(),et}();if(tt(e))return b(r);let n=e.slice(1);for(;n;){let e="";const i=n.indexOf("/");if(-1===i)e=n,n="";else if(e=n.slice(0,i),n=n.slice(i+1),0===i)continue;const o=await rt(r,e,t);if(o.isErr())return o;r=o.unwrap()}return b(r)}async function it(e,t){const r=t?.create??!1,n=u(e),i=l(e);return(await nt(n,{create:r})).andThenAsync(e=>async function(e,t,r){try{return b(await e.getFileHandle(t,r))}catch(r){const n=r,i=new Error(`${n.name}: ${n.message} When get child file '${t}' from directory '${e.name||Xe}'.`);return i.name=n.name,_(i)}}(e,i,{create:r}))}function ot(e){return e.name===Ve}async function at(e){const t=(await Promise.all(e)).find(e=>e.isErr());return t??T}function st(){const e=new Error;return e.name=k,e}function ut(e){const{isDirectory:t=!1,basename:r="tmp",extname:n=""}=e??{},i=t?"":n;return c(Je,`${r?`${r}-`:""}${crypto.randomUUID()}${i}`)}function lt(e){return e.startsWith(`${Je}/`)}async function ct(e){const{name:t,kind:r}=e;if(ft(e)){const n=await e.getFile(),{size:i,lastModified:o,type:a}=n;return{name:t,kind:r,type:a,size:i,lastModified:o}}return{name:t,kind:r}}function ft(e){return"file"===e.kind}function ht(e){return"directory"===e.kind}function dt(e){return"file"===e.kind}async function pt(e){const t=await e.getFile(),r=await t.arrayBuffer();return new Uint8Array(r)}async function yt(e){return Ke(e),(await it(e,{create:!0})).and(T)}async function gt(e){return Ke(e),(await nt(e,{create:!0})).and(T)}async function wt(e,t){async function*r(n,i){const o=n.entries();for await(const[a,s]of o){const o=i===e?a:c(i,a);yield{path:o,handle:s},ht(s)&&t?.recursive&&(yield*r(await n.getDirectoryHandle(a),o))}}return Ke(e),(await nt(e)).andThen(t=>b(r(t,e)))}async function mt(e,t){return Ke(e),(await it(e)).andThenAsync(async e=>{const r=await e.getFile();switch(t?.encoding){case"blob":return b(r);case"utf8":return b(await r.text());default:return b(await r.arrayBuffer())}})}async function bt(e){Ke(e);const t=u(e),r=l(e),n=await nt(t);return(await n.andThenAsync(async e=>{try{tt(t)&&tt(r)?await e.remove({recursive:!0}):await e.removeEntry(r,{recursive:!0})}catch(e){return _(e)}return T})).orElse(e=>ot(e)?T:_(e))}async function _t(e){Ke(e);const t=u(e),r=l(e),n=await nt(t);return r?n.andThenAsync(async t=>{for await(const[e,n]of t.entries())if(e===r)return b(n);const n=new Error(`${Ve}: '${r}' does not exist. Full path is '${e}'.`);return n.name=Ve,_(n)}):n}async function vt(e,t,r){Ke(e);const{append:n=!1,create:i=!0}=r??{};return(await it(e,{create:i})).andThenAsync(async e=>{const r=await e.createWritable({keepExistingData:n}),i={type:"write",data:t};if(n){const{size:t}=await e.getFile();i.position=t}return await r.write(i),await r.close(),T})}function Et(e,t,r){let n,i;Qe(e),i=!1,"string"==typeof t?Ke(t):(r=t,t=ut({extname:f(e)}),i=!0),n=!1;const o=x(e,{redirect:"follow",...r,abortable:!0}),a=(async()=>(await o.response).andThenAsync(async e=>{const r=await e.blob();return n?_(st()):(await vt(t,r)).and(b(e))}))();return{abort(e){n=!0,o.abort(e)},get aborted(){return n},get response(){return i?a.then(e=>e.map(e=>({tempFilePath:t,rawResponse:e}))):a}}}async function St(e,t){const r=u(t);return(await nt(r,{create:!0})).andThenAsync(async r=>{const n=l(t);try{return await e.move(r,n),T}catch(e){return _(e)}})}async function Rt(e,t,r,n=!0){return Ke(t),(await _t(e)).andThenAsync(async i=>{let o;o=!1;const a=await _t(t);if(a.isErr()){if(!ot(a.unwrapErr()))return a.asErr()}else{o=!0;const e=a.unwrap();if(!(ft(i)&&ft(e)||ht(i)&&ht(e)))return _(new Error("Both 'srcPath' and 'destPath' must both be a file or directory."))}return ft(i)?n||!o?await r(i,t):T:(await wt(e,{recursive:!0})).andThenAsync(async e=>{const i=[gt(t)];for await(const{path:a,handle:s}of e){const e=c(t,a);let u=!1;if(o){const t=await Ot(e);if(t.isErr()){i.push(Promise.resolve(t.asErr()));continue}u=t.unwrap()}const l=ft(s)?n||!u?r(s,e):Promise.resolve(T):gt(e);i.push(l)}return at(i)})})}function Tt(e,t){return vt(e,t,{append:!0})}async function kt(e,t,r){const{overwrite:n=!0}=r??{};return Rt(e,t,async(e,t)=>await vt(t,await e.getFile()),n)}async function At(e){const t=await wt(e);if(t.isErr())return ot(t.unwrapErr())?gt(e):t.asErr();const r=[];for await(const{path:n}of t.unwrap())r.push(bt(c(e,n)));return at(r)}async function Ot(e,t){const{isDirectory:r=!1,isFile:i=!1}=t??{};n(!(r&&i));const o=await _t(e);return o.andThen(e=>b(!(r&&ft(e)||i&&ht(e)))).orElse(e=>ot(e)?R:o.asErr())}async function xt(e,t,r){const{overwrite:n=!0}=r??{};return(await Rt(e,t,St,n)).andThenAsync(()=>bt(e))}function Lt(e){return mt(e,{encoding:"blob"})}async function Ct(e){return(await Ut(e)).andThenAsync(async e=>{try{return b(JSON.parse(e))}catch(e){return _(e)}})}function Ut(e){return mt(e,{encoding:"utf8"})}async function It(e){const{isDirectory:t=!1}=e??{},r=ut(e);return(await(t?gt:yt)(r)).and(b(r))}function Mt(){return bt(Je)}async function jt(e){return n(e instanceof Date),(await wt(Je,{recursive:!0})).andThenAsync(async t=>{try{for await(const{handle:r}of t)ft(r)&&(await r.getFile()).lastModified<=e.getTime()&&await r.remove()}catch(e){return _(e)}return T})}async function Bt(e,t){const r=new Uint8Array(e),n=new He;return function(e,t,r){r||(r=t,t={}),"function"!=typeof r&&ue(7);var n=[],i=function(){for(var e=0;e<n.length;++e)n[e]()},o={},a=function(e,t){Ge(function(){r(e,t)})};Ge(function(){a=r});for(var s=e.length-22;101010256!=Ue(e,s);--s)if(!s||e.length-s>65558)return a(ue(13,0,1),null),i;var u=Ce(e,s+8);if(u){var l=u,c=Ue(e,s+16),f=117853008==Ue(e,s-20);if(f){var h=Ue(e,s-12);(f=101075792==Ue(e,h))&&(l=u=Ue(e,h+32),c=Ue(e,h+48))}for(var d=t&&t.filter,p=function(t){var r=function(e,t,r){var n=Ce(e,t+28),i=Ce(e,t+30),o=$e(e.subarray(t+46,t+46+n),!(2048&Ce(e,t+8))),a=t+46+n,s=We(e,a,i,r,Ue(e,t+20),Ue(e,t+24),Ue(e,t+42)),u=s[0],l=s[1],c=s[2];return[Ce(e,t+10),u,l,o,a+i+Ce(e,t+32),c]}(e,c,f),s=r[0],l=r[1],h=r[2],p=r[3],y=r[4],g=r[5],w=function(e,t){return t+30+Ce(e,t+26)+Ce(e,t+28)}(e,g);c=y;var m=function(e,t){e?(i(),a(e,null)):(t&&(o[p]=t),--u||a(null,o))};if(!d||d({name:p,size:l,originalSize:h,compression:s}))if(s)if(8==s){var b=e.subarray(w,w+l);if(h<524288||l>.8*h)try{m(null,Be(b,{out:new I(h)}))}catch(e){m(e,null)}else n.push(function(e,t,r){return r||(r=t,t={}),"function"!=typeof r&&ue(7),Le(e,t,[ke],function(e){return Oe(Be(e.data[0],xe(e.data[1])))},1,r)}(b,{size:h},m))}else m(ue(14,"unknown compression type "+s,1),null);else m(null,ae(e,w,w+l));else m(null,null)},y=0;y<l;++y)p()}else a(null,{})}(r,async(e,r)=>{if(e)return void n.resolve(_(e));const i=[];for(const e in r)"/"!==e.at(-1)&&i.push(vt(c(t,e),r[e]));n.resolve(at(i))}),await n.promise}async function Pt(e,t){return Ke(t),(await mt(e)).andThenAsync(e=>Bt(e,t))}async function Nt(e,t,r){return Qe(e),Ke(t),(await x(e,{redirect:"follow",...r,responseType:"arraybuffer",abortable:!1})).andThenAsync(e=>Bt(e,t))}function Ft(e,t,r){let n,i;Qe(t),n=!1;const o=(async()=>(await Lt(e)).andThenAsync(async o=>{if(n)return _(st());const{filename:a=l(e),...s}=r??{},u=new FormData;return u.append(a,o,a),i=x(t,{method:"POST",...s,abortable:!0,body:u}),i.response}))();return{abort(e){n=!0,i?.abort(e)},get aborted(){return n},get response(){return o}}}async function Dt(e,t){const r=new He;return ze(e,{consume:!0},async(e,n)=>{if(e)r.resolve(_(e));else if(t){const e=await vt(t,n);r.resolve(e)}else r.resolve(b(n))}),await r.promise}async function $t(e,t,r){return"string"==typeof t?Ke(t):(r=t,t=void 0),(await _t(e)).andThenAsync(async n=>{const i=l(e),o={};if(ft(n)){const e=await pt(n);o[i]=e}else{const t=await wt(e,{recursive:!0});if(t.isErr())return t.asErr();const n=r?.preserveRoot??!0;for await(const{path:e,handle:r}of t.unwrap())if(ft(r)){const t=n?c(i,e):e,a=await pt(r);o[t]=a}}return Dt(o,t)})}async function Wt(e,t,r){return Qe(e),"string"==typeof t?Ke(t):(r=t,t=void 0),(await x(e,{redirect:"follow",...r,responseType:"arraybuffer",abortable:!1})).andThenAsync(r=>{const n={};return n[l(e)]=new Uint8Array(r),Dt(n,t)})}function Zt(){return"function"==typeof navigator?.storage?.getDirectory}function Yt(e){return e?{name:e.name,message:e.message}:e}async function zt(e){const t=await e.arrayBuffer();return{name:e.name,type:e.type,lastModified:e.lastModified,size:t.byteLength,data:t}}let Gt=1e3;var Ht=(e=>(e[e.createFile=0]="createFile",e[e.mkdir=1]="mkdir",e[e.move=2]="move",e[e.readDir=3]="readDir",e[e.remove=4]="remove",e[e.stat=5]="stat",e[e.writeFile=6]="writeFile",e[e.appendFile=7]="appendFile",e[e.copy=8]="copy",e[e.emptyDir=9]="emptyDir",e[e.exists=10]="exists",e[e.deleteTemp=11]="deleteTemp",e[e.mkTemp=12]="mkTemp",e[e.pruneTemp=13]="pruneTemp",e[e.readBlobFile=14]="readBlobFile",e[e.unzip=15]="unzip",e[e.zip=16]="zip",e))(Ht||{});let Vt,Xt;function qt(e){const t=JSON.stringify(e);return(Vt??=new TextEncoder,Vt).encode(t)}function Jt(e){const t=Kt(e);return JSON.parse(t)}function Kt(e){return(Xt??=new TextDecoder,Xt).decode(e)}class Qt{i32a;u8a;headerLength=16;maxDataLength;constructor(e){this.i32a=new Int32Array(e),this.u8a=new Uint8Array(e),this.maxDataLength=e.byteLength-this.headerLength}}async function er(e,t){const{i32a:r,u8a:n,headerLength:i,maxDataLength:o}=e;for(;1!==Atomics.load(r,1););const a=r[2],s=n.slice(i,i+a);let u=await t(s);const l=u.byteLength;if(l>o){const e=`Response is too large: ${l} > ${o}. Consider grow the size of SharedArrayBuffer.`;if(u=qt([{name:"RangeError",message:e}]),u.byteLength>o)throw Atomics.store(r,1,0),new RangeError(e)}r[2]=u.byteLength,n.set(u,i),Atomics.store(r,1,0),Atomics.store(r,0,0)}const tr={[Ht.createFile]:yt,[Ht.mkdir]:gt,[Ht.move]:xt,[Ht.readDir]:wt,[Ht.remove]:bt,[Ht.stat]:_t,[Ht.writeFile]:vt,[Ht.appendFile]:Tt,[Ht.copy]:kt,[Ht.emptyDir]:At,[Ht.exists]:Ot,[Ht.deleteTemp]:Mt,[Ht.mkTemp]:It,[Ht.pruneTemp]:jt,[Ht.readBlobFile]:Lt,[Ht.unzip]:Pt,[Ht.zip]:$t};let rr,nr;function ir(){if("undefined"!=typeof window)throw new Error("Only can use in worker");if(rr)throw new Error("Worker messenger already started");addEventListener("message",e=>{const t=e.data;if(!(t instanceof SharedArrayBuffer))throw new TypeError("Only can post SharedArrayBuffer to Worker");rr=new Qt(t),postMessage(!0),async function(){for(;;)try{await er(rr,async e=>{const[t,...r]=Jt(e);let n;t===Ht.writeFile||t===Ht.appendFile?Array.isArray(r[1])&&(r[1]=new Uint8Array(r[1])):t===Ht.pruneTemp&&(r[0]=new Date(r[0]));const i=tr[t];try{const e=await i(...r);if(e.isErr())n=qt([Yt(e.unwrapErr())]);else{let r;if(t===Ht.readBlobFile){const t=e.unwrap(),n=await zt(t);r={...n,data:[...new Uint8Array(n.data)]}}else if(t===Ht.readDir){const t=e.unwrap(),n=[];for await(const{path:e,handle:r}of t){const t=await ct(r);n.push({path:e,handle:t})}r=n}else if(t===Ht.stat){const t=e.unwrap();r=await ct(t)}else if(t===Ht.zip){const t=e.unwrap();r=t instanceof Uint8Array?[...t]:t}else r=e.unwrap();n=qt([null,r])}}catch(e){n=qt([Yt(e)])}return n})}catch(e){console.error(e instanceof Error?e.stack:e)}}()})}function or(e){if("undefined"==typeof window)throw new Error("Only can use in main thread");if(nr)throw new Error("Main messenger already started");return new Promise(t=>{const{worker:r,bufferLength:i=1048576,opTimeout:o=1e3}=e;n(r instanceof Worker||r instanceof URL||"string"==typeof r&&r),n(i>16&&i%4==0),n(Number.isInteger(o)&&o>0),Gt=o;const a=r instanceof Worker?r:new Worker(r),s=new SharedArrayBuffer(i);a.addEventListener("message",e=>{e.data&&(nr=new Qt(s),t())}),a.postMessage(s)})}function ar(){return nr}function sr(e){n(null!=e),nr=e}function ur(e,...t){if(!nr)return _(new Error("Worker not initialized. Come back later."));const r=qt([e,...t]);try{const e=Jt(function(e,t){const{i32a:r,u8a:n,headerLength:i,maxDataLength:o}=e,a=t.byteLength;if(a>o)throw new RangeError(`Request is too large: ${a} > ${o}. Consider grow the size of SharedArrayBuffer.`);Atomics.store(r,0,1),r[2]=a,n.set(t,i),Atomics.store(r,1,1),function(e){const t=Date.now();for(;!e();)if(Date.now()-t>Gt){const e=new Error("Operating Timeout");throw e.name=A,e}}(()=>0===Atomics.load(r,0));const s=r[2];return n.slice(i,i+s)}(nr,r)),t=e[0],n=t?_(function(e){const t=new Error(e.message);return t.name=e.name,t}(t)):b(e[1]??void 0);return n}catch(e){return _(e)}}function lr(e){return ur(Ht.createFile,e)}function cr(e){return ur(Ht.mkdir,e)}function fr(e,t,r){return ur(Ht.move,e,t,r)}function hr(e,t){return ur(Ht.readDir,e,t)}function dr(e,t){return ur(Ht.readBlobFile,e).map(e=>{const r=new Uint8Array(e.data);switch(e.data=r.buffer.slice(r.byteOffset,r.byteOffset+r.byteLength),t?.encoding){case"blob":return e;case"utf8":return Kt(new Uint8Array(e.data));default:return e.data}})}function pr(e){return ur(Ht.remove,e)}function yr(e){return ur(Ht.stat,e)}function gr(e){return e instanceof ArrayBuffer?[...new Uint8Array(e)]:ArrayBuffer.isView(e)?[...new Uint8Array(e.buffer)]:e}function wr(e,t,r){return ur(Ht.writeFile,e,gr(t),r)}function mr(e,t){return ur(Ht.appendFile,e,gr(t))}function br(e,t,r){return ur(Ht.copy,e,t,r)}function _r(e){return ur(Ht.emptyDir,e)}function vr(e,t){return ur(Ht.exists,e,t)}function Er(){return ur(Ht.deleteTemp)}function Sr(e){return ur(Ht.mkTemp,e)}function Rr(e){return ur(Ht.pruneTemp,e)}function Tr(e){return dr(e,{encoding:"blob"})}function kr(e){return Ar(e).andThen(e=>{try{return b(JSON.parse(e))}catch(e){return _(e)}})}function Ar(e){return dr(e,{encoding:"utf8"})}function Or(e,t){return ur(Ht.unzip,e,t)}function xr(e,t,r){return ur(Ht.zip,e,t,r).map(e=>e?new Uint8Array(e):e)}},843(e,t,r){"use strict";r.d(t,{basename:()=>g,dirname:()=>m,join:()=>v,parse:()=>E});const n=function(){const e=globalThis,t=e.Deno?.build?.os;return"string"==typeof t?"windows"===t:e.navigator?.platform?.startsWith("Win")??e.process?.platform?.startsWith("win")??!1}();function i(e){if("string"!=typeof e)throw new TypeError(`Path must be a string, received "${JSON.stringify(e)}"`)}function o(e,t){if(t.length>=e.length)return e;const r=e.length-t.length;for(let n=t.length-1;n>=0;--n)if(e.charCodeAt(r+n)!==t.charCodeAt(n))return e;return e.slice(0,-t.length)}function a(e,t,r=0){let n=!1,i=e.length;for(let o=e.length-1;o>=r;--o)if(t(e.charCodeAt(o))){if(n){r=o+1;break}}else n||(n=!0,i=o+1);return e.slice(r,i)}function s(e,t){if(i(e),0===e.length)return e;if("string"!=typeof t)throw new TypeError(`Suffix must be a string, received "${JSON.stringify(t)}"`)}function u(e){if("file:"!==(e=e instanceof URL?e:new URL(e)).protocol)throw new TypeError(`URL must be a file URL: received "${e.protocol}"`);return e}function l(e){return e=u(e),decodeURIComponent(e.pathname.replace(/%(?![0-9A-Fa-f]{2})/g,"%25"))}function c(e,t){if(e.length<=1)return e;let r=e.length;for(let n=e.length-1;n>0&&t(e.charCodeAt(n));n--)r=n;return e.slice(0,r)}function f(e){return 47===e}function h(e){return 47===e}function d(e){return 47===e||92===e}function p(e){return e>=97&&e<=122||e>=65&&e<=90}function y(e){e=u(e);let t=decodeURIComponent(e.pathname.replace(/\//g,"\\").replace(/%(?![0-9A-Fa-f]{2})/g,"%25")).replace(/^\\*([A-Za-z]:)(\\|$)/,"$1\\");return""!==e.hostname&&(t=`\\\\${e.hostname}${t}`),t}function g(e,t=""){return n?function(e,t=""){e instanceof URL&&(e=y(e)),s(e,t);let r=0;e.length>=2&&p(e.charCodeAt(0))&&58===e.charCodeAt(1)&&(r=2);const n=c(a(e,d,r),d);return t?o(n,t):n}(e,t):function(e,t=""){e instanceof URL&&(e=l(e)),s(e,t);const r=c(a(e,f),f);return t?o(r,t):r}(e,t)}function w(e){if(i(e),0===e.length)return"."}function m(e){return n?function(e){e instanceof URL&&(e=y(e)),w(e);const t=e.length;let r=-1,n=-1,i=!0,o=0;const a=e.charCodeAt(0);if(t>1)if(d(a)){if(r=o=1,d(e.charCodeAt(1))){let n=2,i=n;for(;n<t&&!d(e.charCodeAt(n));++n);if(n<t&&n!==i){for(i=n;n<t&&d(e.charCodeAt(n));++n);if(n<t&&n!==i){for(i=n;n<t&&!d(e.charCodeAt(n));++n);if(n===t)return e;n!==i&&(r=o=n+1)}}}}else p(a)&&58===e.charCodeAt(1)&&(r=o=2,t>2&&d(e.charCodeAt(2))&&(r=o=3));else if(d(a))return e;for(let r=t-1;r>=o;--r)if(d(e.charCodeAt(r))){if(!i){n=r;break}}else i=!1;if(-1===n){if(-1===r)return".";n=r}return c(e.slice(0,n),h)}(e):function(e){e instanceof URL&&(e=l(e)),w(e);let t=-1,r=!1;for(let n=e.length-1;n>=1;--n)if(f(e.charCodeAt(n))){if(r){t=n;break}}else r=!0;return-1===t?f(e.charCodeAt(0))?"/":".":c(e.slice(0,t),f)}(e)}function b(e){if(i(e),0===e.length)return"."}function _(e,t,r,n){let i,o="",a=0,s=-1,u=0;for(let l=0;l<=e.length;++l){if(l<e.length)i=e.charCodeAt(l);else{if(n(i))break;i=47}if(n(i)){if(s===l-1||1===u);else if(s!==l-1&&2===u){if(o.length<2||2!==a||46!==o.charCodeAt(o.length-1)||46!==o.charCodeAt(o.length-2)){if(o.length>2){const e=o.lastIndexOf(r);-1===e?(o="",a=0):(o=o.slice(0,e),a=o.length-1-o.lastIndexOf(r)),s=l,u=0;continue}if(2===o.length||1===o.length){o="",a=0,s=l,u=0;continue}}t&&(o.length>0?o+=`${r}..`:o="..",a=2)}else o.length>0?o+=r+e.slice(s+1,l):o=e.slice(s+1,l),a=l-s-1;s=l,u=0}else 46===i&&-1!==u?++u:u=-1}return o}function v(e,...t){return n?function(e,...t){if(e instanceof URL&&(e=y(e)),(t=e?[e,...t]:t).forEach(e=>i(e)),t=t.filter(e=>e.length>0),0===t.length)return".";let r=!0,n=0;const o=t[0];if(d(o.charCodeAt(0))){++n;const e=o.length;e>1&&d(o.charCodeAt(1))&&(++n,e>2&&(d(o.charCodeAt(2))?++n:r=!1))}let a=t.join("\\");if(r){for(;n<a.length&&d(a.charCodeAt(n));++n);n>=2&&(a=`\\${a.slice(n)}`)}return function(e){e instanceof URL&&(e=y(e)),b(e);const t=e.length;let r,n=0,i=!1;const o=e.charCodeAt(0);if(t>1)if(d(o))if(i=!0,d(e.charCodeAt(1))){let i=2,o=i;for(;i<t&&!d(e.charCodeAt(i));++i);if(i<t&&i!==o){const a=e.slice(o,i);for(o=i;i<t&&d(e.charCodeAt(i));++i);if(i<t&&i!==o){for(o=i;i<t&&!d(e.charCodeAt(i));++i);if(i===t)return`\\\\${a}\\${e.slice(o)}\\`;i!==o&&(r=`\\\\${a}\\${e.slice(o,i)}`,n=i)}}}else n=1;else p(o)&&58===e.charCodeAt(1)&&(r=e.slice(0,2),n=2,t>2&&d(e.charCodeAt(2))&&(i=!0,n=3));else if(d(o))return"\\";let a;return a=n<t?_(e.slice(n),!i,"\\",d):"",0!==a.length||i||(a="."),a.length>0&&d(e.charCodeAt(t-1))&&(a+="\\"),void 0===r?i?a.length>0?`\\${a}`:"\\":a:i?a.length>0?`${r}\\${a}`:`${r}\\`:r+a}(a)}(e,...t):function(e,...t){if(void 0===e)return".";e instanceof URL&&(e=l(e)),(t=e?[e,...t]:t).forEach(e=>i(e));const r=t.filter(e=>e.length>0).join("/");return""===r?".":function(e){e instanceof URL&&(e=l(e)),b(e);const t=f(e.charCodeAt(0)),r=f(e.charCodeAt(e.length-1));return 0!==(e=_(e,!t,"/",f)).length||t||(e="."),e.length>0&&r&&(e+="/"),t?`/${e}`:e}(r)}(e,...t)}function E(e){return n?function(e){i(e);const t={root:"",dir:"",base:"",ext:"",name:""},r=e.length;if(0===r)return t;let n=0,o=e.charCodeAt(0);if(r>1){if(d(o)){if(n=1,d(e.charCodeAt(1))){let t=2,i=t;for(;t<r&&!d(e.charCodeAt(t));++t);if(t<r&&t!==i){for(i=t;t<r&&d(e.charCodeAt(t));++t);if(t<r&&t!==i){for(i=t;t<r&&!d(e.charCodeAt(t));++t);t===r?n=t:t!==i&&(n=t+1)}}}}else if(p(o)&&58===e.charCodeAt(1)){if(n=2,!(r>2))return t.root=t.dir=e,t;if(d(e.charCodeAt(2))){if(3===r)return t.root=t.dir=e,t.base="\\",t;n=3}}}else if(d(o))return t.root=t.dir=e,t.base="\\",t;n>0&&(t.root=e.slice(0,n));let a=-1,s=n,u=-1,l=!0,c=e.length-1,f=0;for(;c>=n;--c)if(o=e.charCodeAt(c),d(o)){if(!l){s=c+1;break}}else-1===u&&(l=!1,u=c+1),46===o?-1===a?a=c:1!==f&&(f=1):-1!==a&&(f=-1);return-1===a||-1===u||0===f||1===f&&a===u-1&&a===s+1?-1!==u&&(t.base=t.name=e.slice(s,u)):(t.name=e.slice(s,a),t.base=e.slice(s,u),t.ext=e.slice(a,u)),t.base=t.base||"\\",t.dir=s>0&&s!==n?e.slice(0,s-1):t.root,t}(e):function(e){i(e);const t={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return t;const r=f(e.charCodeAt(0));let n;r?(t.root="/",n=1):n=0;let o=-1,a=0,s=-1,u=!0,l=e.length-1,h=0;for(;l>=n;--l){const t=e.charCodeAt(l);if(f(t)){if(!u){a=l+1;break}}else-1===s&&(u=!1,s=l+1),46===t?-1===o?o=l:1!==h&&(h=1):-1!==o&&(h=-1)}return-1===o||-1===s||0===h||1===h&&o===s-1&&o===a+1?(-1!==s&&(t.base=t.name=0===a&&r?e.slice(1,s):e.slice(a,s)),t.base=t.base||"/"):(0===a&&r?(t.name=e.slice(1,o),t.base=e.slice(1,s)):(t.name=e.slice(a,o),t.base=e.slice(a,s)),t.ext=e.slice(o,s)),a>0?t.dir=c(e.slice(0,a-1),f):r&&(t.dir="/"),t}(e)}}};const t={};function r(n){const i=t[n];if(void 0!==i)return i.exports;const o=t[n]={exports:{}};return e[n].call(o.exports,o,o.exports,r),o.exports}r.d=(e,t)=>{if(Array.isArray(t))for(var n=0;n<t.length;){var i=t[n++],o=t[n++];r.o(e,i)?0===o&&n++:0===o?Object.defineProperty(e,i,{enumerable:!0,value:t[n++]}):Object.defineProperty(e,i,{enumerable:!0,get:o})}else for(var i in t)r.o(t,i)&&!r.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r(531)})();
1
+ (()=>{"use strict";var e={531(e,t,r){r.a(e,async(e,t)=>{try{const e=await r.e(35).then(r.bind(r,35)),o=(e._homedir_get,e._msg_error,e._msg_info,e._path_join,e._require),n=await o("evm-chains-info");n._evm_chains_db_path_get,n._rpc_backend_get,n._evm_chain_info_get,n._evm_chains_info,t()}catch(e){t(e)}},1)}};const t={};function r(o){const n=t[o];if(void 0!==n)return n.exports;const c=t[o]={exports:{}};return e[o](c,c.exports,r),c.exports}r.m=e,(()=>{const e=Symbol("webpack queues"),t=Symbol("webpack exports"),o=Symbol("webpack error"),n=e=>{e?.d<1&&(e.d=1,e.forEach(e=>e.r--),e.forEach(e=>e.r--?e.r++:e()))};r.a=(r,c,i)=>{let s;i&&((s=[]).d=-1);const a=new Set,l=r.exports;let u,f,p;const d=new Promise((e,t)=>{p=t,f=e});d[t]=l,d[e]=e=>(s&&e(s),a.forEach(e),d.catch(e=>{})),r.exports=d,c(r=>{let c;u=(r=>r.map(r=>{if(null!==r&&"object"==typeof r){if(r[e])return r;if(r.then){const c=[];c.d=0,r.then(e=>{i[t]=e,n(c)},e=>{i[o]=e,n(c)});const i={};return i[e]=e=>e(c),i}}const c={};return c[e]=e=>{},c[t]=r,c}))(r);const i=()=>u.map(e=>{if(e[o])throw e[o];return e[t]}),l=new Promise(t=>{c=()=>t(i),c.r=0;const r=e=>e!==s&&!a.has(e)&&(a.add(e),e&&!e.d&&(c.r++,e.push(c)));u.forEach(t=>t[e](r))});return c.r?l:i()},e=>(e?p(d[o]=e):f(l),n(s))),s?.d<0&&(s.d=0)}})(),(()=>{const e=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;let t;r.t=function(o,n){if(1&n&&(o=this(o)),8&n)return o;if("object"==typeof o&&o){if(4&n&&o.__esModule)return o;if(16&n&&"function"==typeof o.then)return o}const c=Object.create(null);r.r(c);const i={};t=t||[null,e({}),e([]),e(e)];for(var s=2&n&&o;("object"==typeof s||"function"==typeof s)&&!~t.indexOf(s);s=e(s))Object.getOwnPropertyNames(s).forEach(e=>i[e]=()=>o[e]);return i.default=()=>o,r.d(c,i),c}})(),r.d=(e,t)=>{if(Array.isArray(t))for(var o=0;o<t.length;){var n=t[o++],c=t[o++];r.o(e,n)?0===c&&o++:0===c?Object.defineProperty(e,n,{enumerable:!0,value:t[o++]}):Object.defineProperty(e,n,{enumerable:!0,get:c})}else for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((t,o)=>(r.f[o](e,t),t),[])),r.u=e=>e+".libevm.js",r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{const e={},t="libevm:";r.l=(o,n,c,i)=>{if(e[o])return void e[o].push(n);let s,a;if(void 0!==c){const e=document.getElementsByTagName("script");for(var l=0;l<e.length;l++){const r=e[l];if(r.getAttribute("src")==o||r.getAttribute("data-webpack")==t+c){s=r;break}}}s||(a=!0,s=document.createElement("script"),s.charset="utf-8",r.nc&&s.setAttribute("nonce",r.nc),s.setAttribute("data-webpack",t+c),s.src=o),e[o]=[n];const u=(t,r)=>{s.onerror=s.onload=null,clearTimeout(f);const n=e[o];if(delete e[o],s.parentNode?.removeChild(s),n?.forEach(e=>e(r)),t)return t(r)},f=setTimeout(u.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=u.bind(null,s.onerror),s.onload=u.bind(null,s.onload),a&&document.head.appendChild(s)}})(),r.r=e=>{Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{let e;r.g.importScripts&&(e=r.g.location+"");const t=r.g.document;if(!e&&t&&("SCRIPT"===t.currentScript?.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){const r=t.getElementsByTagName("script");if(r.length){let t=r.length-1;for(;t>-1&&(!e||!/^http(s?):/.test(e));)e=r[t--].src}}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),r.p=e})(),(()=>{const e={792:0};r.f.j=(t,o)=>{let n=r.o(e,t)?e[t]:void 0;if(0!==n)if(n)o.push(n[2]);else{const c=new Promise((r,o)=>n=e[t]=[r,o]);o.push(n[2]=c);const i=r.p+r.u(t),s=new Error,a=o=>{if(r.o(e,t)&&(n=e[t],0!==n&&(e[t]=void 0),n)){const e=o&&("load"===o.type?"missing":o.type),r=o&&o.target&&o.target.src;s.message="Loading chunk "+t+" failed.\n("+e+": "+r+")",s.name="ChunkLoadError",s.type=e,s.request=r,s.event=o,n[1](s)}};r.l(i,a,"chunk-"+t,t)}};const t=(t,o)=>{let[n,c,i]=o;var s,a,l=0;if(n.some(t=>0!==e[t])){for(s in c)r.o(c,s)&&(r.m[s]=c[s]);i&&i(r)}for(t&&t(o);l<n.length;l++)a=n[l],r.o(e,a)&&e[a]&&e[a][0](),e[a]=0},o=self.webpackChunklibevm=self.webpackChunklibevm||[];o.forEach(t.bind(null,0)),o.push=t.bind(null,o.push.bind(o))})(),r(531)})();
@@ -0,0 +1,82 @@
1
+ // SPDX-License-Identifier: GPL-3.0-or-later
2
+
3
+ /** ------------------------------------------------------------------
4
+ * Copyright ©
5
+ * Pellegrino Prevete
6
+ * 2024, 2025, 2026
7
+ *
8
+ * All rights reserved
9
+ * ------------------------------------------------------------------
10
+ *
11
+ * This program is free software: you can redistribute it and/or
12
+ * modify it under the terms of the GNU General Public License as
13
+ * published by the Free Software Foundation, either version 3 of
14
+ * the License, or (at your option) any later version.
15
+ *
16
+ * This program is distributed in the hope that it will be useful,
17
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
+ * GNU General Public License for more details.
20
+ *
21
+ * You should have received a copy of the GNU General Public License
22
+ * along with this program.
23
+ * If not, see <https://www.gnu.org/licenses/>.
24
+ */
25
+
26
+ import js from "@eslint/js";
27
+ import globals from "globals";
28
+ import { defineConfig } from "eslint/config";
29
+
30
+ const
31
+ _project =
32
+ "libevm";
33
+
34
+ const
35
+ _ignores = [
36
+ "build/**",
37
+ "dist/**",
38
+ "eslint.config.js",
39
+ "fs-worker.js",
40
+ "**/*.fs-worker.js",
41
+ `${_project}.js`,
42
+ `**/*.${_project}.js`,
43
+ "man/**",
44
+ "node_modules/**"
45
+ ];
46
+
47
+ export default defineConfig([
48
+ {
49
+ ignores:
50
+ _ignores,
51
+ rules:
52
+ { semi:
53
+ "error",
54
+ "prefer-const":
55
+ "error" },
56
+ files:
57
+ [ "**/*js,mjs,cjs}",
58
+ `**/${_project}*`
59
+ ],
60
+ plugins:
61
+ { js },
62
+ extends:
63
+ [ "js/recommended" ],
64
+ languageOptions:
65
+ { globals:
66
+ { ...globals.browser,
67
+ ...globals.node } } },
68
+ {
69
+ ignores:
70
+ _ignores,
71
+ rules:
72
+ { semi:
73
+ "error",
74
+ "prefer-const":
75
+ "error" },
76
+ files:
77
+ [ "**/*.{cjs,js}",
78
+ ],
79
+ languageOptions:
80
+ { sourceType:
81
+ "commonjs" } },
82
+ ]);
@@ -0,0 +1,82 @@
1
+ // SPDX-License-Identifier: AGPL-3.0-or-later
2
+
3
+ /** ---------------------------------------------------------
4
+ * fs-worker.webpack.config.cjs
5
+ * ---------------------------------------------------------
6
+ * Copyright ©
7
+ * Pellegrino Prevete
8
+ * 2025, 2026
9
+ *
10
+ * All rights reserved
11
+ * ---------------------------------------------------------
12
+ *
13
+ * This program is free software: you can redistribute it and/or
14
+ * modify it under the terms of the GNU General Public License
15
+ * as published by the Free Software Foundation, either
16
+ * version 3 of the License, or (at your option) any later
17
+ * version.
18
+ *
19
+ * This program is distributed in the hope that it will be
20
+ * useful, but WITHOUT ANY WARRANTY; without even the implied
21
+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
22
+ * PURPOSE.
23
+ * See the GNU General Public License for more details.
24
+ *
25
+ * You should have received a copy of the
26
+ * GNU General Public License along with this program.
27
+ * If not, see <https://www.gnu.org/licenses/>.
28
+ */
29
+
30
+ const
31
+ _path =
32
+ require(
33
+ 'path');
34
+ const
35
+ _output_dir =
36
+ _path.resolve(
37
+ __dirname);
38
+ const
39
+ _input_file_name =
40
+ "fs-worker";
41
+ const
42
+ _input_file_path =
43
+ `./node_modules/opfs/${_input_file_name}`;
44
+ const
45
+ _output_file_name =
46
+ `${_input_file_name}.js`;
47
+ const
48
+ _output = {
49
+ path:
50
+ _output_dir,
51
+ filename:
52
+ _output_file_name
53
+ };
54
+ module.exports = {
55
+ entry:
56
+ _input_file_path,
57
+ output:
58
+ _output,
59
+ optimization: {
60
+ moduleIds: 'deterministic',
61
+ },
62
+ resolve: {
63
+ alias: {
64
+ "fs":
65
+ _path.resolve(
66
+ __dirname,
67
+ "node_modules/fs/fs"),
68
+ "node:fs":
69
+ _path.resolve(
70
+ __dirname,
71
+ "node_modules/opfs/opfs"),
72
+ "opfs":
73
+ _path.resolve(
74
+ __dirname,
75
+ 'node_modules/opfs/opfs'),
76
+ "path":
77
+ _path.resolve(
78
+ __dirname,
79
+ 'node_modules/path/mod.js'),
80
+ },
81
+ }
82
+ };
package/libevm CHANGED
@@ -32,57 +32,66 @@
32
32
 
33
33
  const
34
34
  _libcrash =
35
- require(
36
- 'crash-js');
35
+ await import(
36
+ "libcrash-js");
37
37
  /* global
38
38
  _homedir_get:
39
39
  writable */
40
- _homedir_get =
41
- _libcrash._homedir_get;
40
+ const
41
+ _homedir_get =
42
+ _libcrash._homedir_get;
42
43
  /* global
43
44
  _msg_error:
44
45
  writable */
45
- _msg_error =
46
- _libcrash._msg_error;
46
+ const
47
+ _msg_error =
48
+ _libcrash._msg_error;
47
49
  /* global
48
50
  _msg_info:
49
51
  writable */
50
- _msg_info =
51
- _libcrash._msg_info;
52
+ const
53
+ _msg_info =
54
+ _libcrash._msg_info;
52
55
  /* global
53
56
  _path_join:
54
57
  writable */
55
- _path_join =
56
- _libcrash._path_join;
58
+ const
59
+ _path_join =
60
+ _libcrash._path_join;
57
61
  /* global
58
62
  _require:
59
63
  writable */
60
- _require =
61
- _libcrash._require;
64
+ const
65
+ _require =
66
+ _libcrash._require;
62
67
  const
63
68
  _evm_chains_info_module =
64
- _require(
69
+ await _require(
65
70
  'evm-chains-info');
66
71
  /* global
67
72
  _evm_chains_db_path_get:
68
73
  writable */
69
- _evm_chains_db_path_get =
70
- _evm_chains_info_module._evm_chains_db_path_get;
74
+ const
75
+ _evm_chains_db_path_get =
76
+ _evm_chains_info_module._evm_chains_db_path_get;
71
77
  /* global
72
78
  _rpc_backend_get:
73
79
  writable */
74
- _rpc_backend_get =
75
- _evm_chains_info_module._rpc_backend_get;
80
+ const
81
+ _rpc_backend_get =
82
+ _evm_chains_info_module._rpc_backend_get;
76
83
  /* global
77
84
  _evm_chain_info_get:
78
85
  writable */
79
- _evm_chain_info_get =
80
- _evm_chains_info_module._evm_chain_info_get;
86
+ const
87
+ _evm_chain_info_get =
88
+ _evm_chains_info_module._evm_chain_info_get;
81
89
  /* global
82
90
  _evm_chains_info:
83
91
  writable */
84
- _evm_chains_info =
85
- _evm_chains_info_module._evm_chains_info;
92
+ const
93
+ _evm_chains_info =
94
+ _evm_chains_info_module._evm_chains_info;
86
95
 
87
96
  function
88
97
  _libevm_global_variables() {
@@ -576,7 +585,7 @@ async function
576
585
  "";
577
586
  const
578
587
  _evm_wallet_module =
579
- _require(
588
+ await _require(
580
589
  "evm-wallet");
581
590
  const
582
591
  _address_get =
@@ -745,31 +754,52 @@ function
745
754
  return _rpc;
746
755
  }
747
756
 
748
- module.exports = {
749
- _contract_abi_get:
750
- _contract_abi_get,
751
- _contract_bytecode_get:
752
- _contract_bytecode_get,
753
- _contract_compiler_output_get:
754
- _contract_compiler_output_get,
755
- _evm_chains_db_path_get:
756
- _evm_chains_db_path_get,
757
- _evm_chain_info_get:
758
- _evm_chain_info_get,
759
- _libevm_app_cmdline_parse:
760
- _libevm_app_cmdline_parse,
761
- _libevm_cmdline_parse:
762
- _libevm_cmdline_parse,
763
- _libevm_app_global_variables:
764
- _libevm_app_global_variables,
765
- _libevm_global_variables:
766
- _libevm_global_variables,
767
- _libevm_url_parse:
768
- _libevm_url_parse,
769
- _rpc_backend_get:
770
- _rpc_backend_get,
771
- _rpc_get:
772
- _rpc_get,
773
- _wallet_overrides_set:
774
- _wallet_overrides_set
757
+ // ES6 module exports
758
+
759
+ export {
760
+ _contract_abi_get,
761
+ _contract_bytecode_get,
762
+ _contract_compiler_output_get,
763
+ _evm_chains_db_path_get,
764
+ _evm_chain_info_get,
765
+ _libevm_app_cmdline_parse,
766
+ _libevm_cmdline_parse,
767
+ _libevm_app_global_variables,
768
+ _libevm_global_variables,
769
+ _libevm_url_parse,
770
+ _rpc_backend_get,
771
+ _rpc_get,
772
+ _wallet_overrides_set
775
773
  };
774
+
775
+
776
+ // Common Javascript exports
777
+
778
+ // module.exports = {
779
+ // _contract_abi_get:
780
+ // _contract_abi_get,
781
+ // _contract_bytecode_get:
782
+ // _contract_bytecode_get,
783
+ // _contract_compiler_output_get:
784
+ // _contract_compiler_output_get,
785
+ // _evm_chains_db_path_get:
786
+ // _evm_chains_db_path_get,
787
+ // _evm_chain_info_get:
788
+ // _evm_chain_info_get,
789
+ // _libevm_app_cmdline_parse:
790
+ // _libevm_app_cmdline_parse,
791
+ // _libevm_cmdline_parse:
792
+ // _libevm_cmdline_parse,
793
+ // _libevm_app_global_variables:
794
+ // _libevm_app_global_variables,
795
+ // _libevm_global_variables:
796
+ // _libevm_global_variables,
797
+ // _libevm_url_parse:
798
+ // _libevm_url_parse,
799
+ // _rpc_backend_get:
800
+ // _rpc_backend_get,
801
+ // _rpc_get:
802
+ // _rpc_get,
803
+ // _wallet_overrides_set:
804
+ // _wallet_overrides_set
805
+ // };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name":
3
3
  "libevm",
4
4
  "version":
5
- "0.0.33",
5
+ "0.0.35",
6
6
  "description":
7
7
  "Library providing useful functions to write native applications interacting with EVM-compatible blockchain networks.",
8
8
  "funding": {
@@ -19,12 +19,11 @@
19
19
  "COPYING",
20
20
  "README.md",
21
21
  "dist",
22
+ "eslint.config.mjs",
22
23
  "libevm",
23
- "fs-worker.webpack.config.js",
24
- "index.html",
24
+ "fs-worker.webpack.config.cjs",
25
25
  "package.json",
26
- "serve.json",
27
- "webpack.config.js"
26
+ "webpack.config.cjs"
28
27
  ],
29
28
  "keywords": [
30
29
  "ur",
@@ -61,29 +60,29 @@
61
60
  "brace-expansion":
62
61
  "^5.0.9",
63
62
  "crash-js-webpack":
64
- "^0.0.46",
63
+ "^0.0.59",
65
64
  "fast-uri":
66
65
  "^4.1.2",
67
66
  "eslint":
68
- "^10.3.0",
67
+ "^10.9.0",
69
68
  "globals":
70
69
  "^17.3.0",
71
70
  "@eslint/js":
72
71
  "^10.0.1",
73
72
  "safely-serve":
74
- "^0.0.11",
73
+ "^0.0.16",
75
74
  "webpack":
76
75
  "^5.109.2",
77
76
  "webpack-cli":
78
77
  "^7.2.2"
79
78
  },
80
79
  "dependencies": {
81
- "crash-js":
82
- "^0.11111.1111111111111111",
80
+ "libcrash-js":
81
+ "npm:crash-js@^100001.1000000000000001.1000000000000001",
83
82
  "evm-chains-info":
84
- "^0.0.30",
83
+ "^0.0.32",
85
84
  "evm-wallet":
86
- "npm:evm-wallet.js@^0.0.72",
85
+ "npm:evm-wallet.js@^0.0.75",
87
86
  "ws":
88
87
  "^8.21.0",
89
88
  "yargs":
@@ -91,14 +90,14 @@
91
90
  },
92
91
  "overrides": {
93
92
  "evm-chains-info":
94
- "^0.0.30",
93
+ "^0.0.32",
95
94
  "evm-wallet":
96
- "npm:evm-wallet.js@^0.0.72",
95
+ "npm:evm-wallet.js@^0.0.75",
97
96
  "libevm":
98
97
  "./libevm"
99
98
  },
100
99
  "type":
101
- "commonjs",
100
+ "module",
102
101
  "main":
103
102
  "libevm",
104
103
  "scripts": {
@@ -0,0 +1,153 @@
1
+ // SPDX-License-Identifier: AGPL-3.0-or-later
2
+
3
+ /** ----------------------------------------------------------------
4
+ * webpack.config.cjs
5
+ * ----------------------------------------------------------------
6
+ * Copyright ©
7
+ * Pellegrino Prevete
8
+ * 2024, 2025, 2026
9
+ *
10
+ * All rights reserved
11
+ * ----------------------------------------------------------------
12
+ *
13
+ * This program is free software: you can redistribute it and/or
14
+ * modify it under the terms of the GNU General Public License as
15
+ * published by the Free Software Foundation, either version 3 of
16
+ * the License, or (at your option) any later version.
17
+ *
18
+ * This program is distributed in the hope that it will be useful,
19
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
+ * GNU General Public License for more details.
22
+ *
23
+ * You should have received a copy of the GNU General Public License
24
+ * along with this program.
25
+ * If not, see <https://www.gnu.org/licenses/>.
26
+ */
27
+
28
+ const
29
+ _path =
30
+ require(
31
+ 'path');
32
+ const
33
+ _output_dir =
34
+ _path.resolve(
35
+ __dirname);
36
+ const
37
+ _input_file_name =
38
+ `libevm`;
39
+ const
40
+ _input_file_path =
41
+ `./${_input_file_name}`;
42
+ const
43
+ _output_file_name =
44
+ `${_input_file_name}.js`;
45
+ const
46
+ _output = {
47
+ path:
48
+ _output_dir,
49
+ filename:
50
+ _output_file_name
51
+ };
52
+ const
53
+ _node_fs_ignore =
54
+ { resourceRegExp:
55
+ /^node:fs$/ };
56
+ const
57
+ _yargs_ignore =
58
+ { resourceRegExp:
59
+ /^yargs$/ };
60
+ const
61
+ _yargs_helpers_ignore =
62
+ { resourceRegExp:
63
+ /^yargs\/helpers$/ };
64
+ const
65
+ _webpack =
66
+ require(
67
+ "webpack");
68
+ const
69
+ _ignore_plugin =
70
+ _webpack.IgnorePlugin;
71
+ const
72
+ _node_fs_ignore_plugin =
73
+ new _ignore_plugin(
74
+ _node_fs_ignore);
75
+ const
76
+ _yargs_ignore_plugin =
77
+ new _ignore_plugin(
78
+ _yargs_ignore);
79
+ const
80
+ _yargs_helpers_ignore_plugin =
81
+ new _ignore_plugin(
82
+ _yargs_helpers_ignore);
83
+ module.exports = {
84
+ entry:
85
+ _input_file_path,
86
+ output:
87
+ _output,
88
+ optimization: {
89
+ moduleIds: 'deterministic',
90
+ },
91
+ resolve: {
92
+ alias: {
93
+ "node:fs":
94
+ _path.resolve(
95
+ __dirname,
96
+ 'node_modules/opfs/opfs'),
97
+ "evm-chains-info":
98
+ _path.resolve(
99
+ __dirname,
100
+ "node_modules/evm-chains-info/libevm-chains-info"),
101
+ "evm-wallet":
102
+ _path.resolve(
103
+ __dirname,
104
+ "node_modules/evm-wallet/libevm-wallet"),
105
+ "fs":
106
+ _path.resolve(
107
+ __dirname,
108
+ "node_modules/fs/fs"),
109
+ "libevm":
110
+ _path.resolve(
111
+ __dirname,
112
+ "./libevm"),
113
+ "path":
114
+ _path.resolve(
115
+ __dirname,
116
+ 'node_modules/path/mod.js'),
117
+ "web-worker":
118
+ _path.resolve(
119
+ __dirname,
120
+ 'node_modules/web-worker/mod.js'),
121
+ "yargs":
122
+ _path.resolve(
123
+ __dirname,
124
+ 'node_modules/yargs/browser.mjs'),
125
+ "yargs/helpers":
126
+ _path.resolve(
127
+ __dirname,
128
+ 'node_modules/yargs/helpers/helpers.mjs'),
129
+ "yargs-parser":
130
+ _path.resolve(
131
+ __dirname,
132
+ 'node_modules/yargs-parser/browser.mjs'),
133
+ },
134
+ fallback: {
135
+ "utils":
136
+ false,
137
+ "web-worker":
138
+ false,
139
+ "yargs":
140
+ false,
141
+ "yargs/helpers":
142
+ false,
143
+ }
144
+ },
145
+ externals:
146
+ { yargs:
147
+ 'yargs' },
148
+ plugins: [
149
+ _node_fs_ignore_plugin,
150
+ _yargs_ignore_plugin,
151
+ _yargs_helpers_ignore_plugin
152
+ ]
153
+ };