@atomicservice/ascf-toolkit 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/lib/ascf-base/index.js +1 -1
  2. package/lib/ascf-common/index.js +1 -1
  3. package/lib/ascf-compiler/appjson-loader.js +1 -1
  4. package/lib/ascf-compiler/common/appjson-validator.js +1 -1
  5. package/lib/ascf-compiler/common/ascf-define.js +1 -1
  6. package/lib/ascf-compiler/common/ascf-file-cache.js +1 -0
  7. package/lib/ascf-compiler/common/beforeLoaderProcess.js +1 -1
  8. package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
  9. package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
  10. package/lib/ascf-compiler/common/exp-utils.js +1 -1
  11. package/lib/ascf-compiler/common/hash-sum.js +1 -1
  12. package/lib/ascf-compiler/common/hdc-executor.js +1 -1
  13. package/lib/ascf-compiler/common/hjs-utils.js +1 -1
  14. package/lib/ascf-compiler/common/hxml-validator.js +1 -1
  15. package/lib/ascf-compiler/common/logUndefined.js +1 -1
  16. package/lib/ascf-compiler/common/manifest-handler.js +1 -1
  17. package/lib/ascf-compiler/common/manifest-manager.js +1 -1
  18. package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
  19. package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
  20. package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
  21. package/lib/ascf-compiler/common/utils.js +1 -1
  22. package/lib/ascf-compiler/css-process-loader.js +1 -1
  23. package/lib/ascf-compiler/extract-loader.js +1 -1
  24. package/lib/ascf-compiler/hcss-loader.js +1 -1
  25. package/lib/ascf-compiler/hjs-loader.js +1 -1
  26. package/lib/ascf-compiler/hxml-loader.js +1 -1
  27. package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
  28. package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
  29. package/lib/ascf-compiler/js-parser/parser.js +1 -1
  30. package/lib/ascf-compiler/loader-utils.js +1 -1
  31. package/lib/ascf-compiler/path-process-loader.js +1 -1
  32. package/lib/ascf-compiler/plugin/before-loader-plugin.js +1 -1
  33. package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
  34. package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -1
  35. package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
  36. package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
  37. package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
  38. package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
  39. package/lib/ascf-compiler/plugin/quick-service-build-plugin.js +1 -1
  40. package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
  41. package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
  42. package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
  43. package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
  44. package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
  45. package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
  46. package/lib/ascf-compiler/require-loader.js +1 -1
  47. package/lib/ascf-compiler/server/dev-server.js +1 -1
  48. package/lib/ascf-compiler/server/port-manager.js +1 -1
  49. package/lib/ascf-compiler/swc-loader.js +1 -1
  50. package/lib/ascf-compiler/template/attr-utils.js +1 -1
  51. package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
  52. package/lib/ascf-compiler/template/node-name-utils.js +1 -1
  53. package/lib/ascf-compiler/template-compiler/index.js +1 -0
  54. package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
  55. package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
  56. package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
  57. package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
  58. package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
  59. package/lib/ascf-compiler/vue-compiler/vue-compiler.d.ts +8 -0
  60. package/lib/ascf-compiler/vue-compiler/vue-compiler.js +1 -0
  61. package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
  62. package/lib/ascf-compiler/web.webpack.config.js +1 -1
  63. package/lib/ascf-converter/ascfApisDiff.json +1 -1
  64. package/lib/ascf-converter/common/commonConfig.js +1 -1
  65. package/lib/ascf-converter/common/commonUtils.js +1 -1
  66. package/lib/ascf-converter/common/path-validator.js +1 -1
  67. package/lib/ascf-converter/common/textDocument.js +1 -1
  68. package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
  69. package/lib/ascf-converter/convertManager.js +1 -1
  70. package/lib/ascf-converter/features/converter.js +1 -1
  71. package/lib/ascf-converter/features/fileHandle.js +1 -1
  72. package/lib/ascf-converter/features/transformReport.js +1 -1
  73. package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
  74. package/lib/ascf-converter/parse/babelParser.js +1 -1
  75. package/lib/ascf-converter/parse/importVisitor.js +1 -1
  76. package/lib/ascf-converter/parse/wxssParser.js +1 -1
  77. package/lib/ascf-converter/report/js/index.js +1 -1
  78. package/lib/ascf-sign-tools/cli.js +1 -1
  79. package/lib/ascf-sign-tools/index.js +1 -1
  80. package/lib/bin/ascf.js +1 -1
  81. package/lib/commands/ascfbuild/index.js +1 -1
  82. package/lib/commands/build-npm/index.js +1 -1
  83. package/lib/commands/compile.js +1 -1
  84. package/lib/commands/convert.js +1 -1
  85. package/lib/commands/debugger/index.js +1 -1
  86. package/lib/commands/quickservice/index.js +1 -1
  87. package/lib/common/config.js +1 -1
  88. package/lib/common/constants.js +1 -1
  89. package/lib/common/log4js.js +1 -1
  90. package/lib/common/logger-plugin.js +1 -1
  91. package/lib/common/remove-strict-mode-plugin.js +1 -1
  92. package/lib/common/string-utils.js +1 -1
  93. package/lib/common/utils.js +1 -1
  94. package/lib/common/version-check.js +1 -1
  95. package/lib/index.d.ts +1 -1
  96. package/lib/index.js +1 -1
  97. package/package.json +7 -2
  98. package/lib/ascf-base/index.d.ts +0 -79
  99. package/lib/tools/release_64/SSL/ct_log_list.cnf +0 -9
  100. package/lib/tools/release_64/SSL/ct_log_list.cnf.dist +0 -9
  101. package/lib/tools/release_64/SSL/misc/CA.pl +0 -215
  102. package/lib/tools/release_64/SSL/misc/tsget.pl +0 -200
  103. package/lib/tools/release_64/SSL/openssl.cnf +0 -350
  104. package/lib/tools/release_64/SSL/openssl.cnf.dist +0 -350
  105. package/lib/tools/release_64/bin/c_rehash.pl +0 -251
  106. package/lib/tools/release_64/bin/libcrypto-1_1-x64.dll +0 -0
  107. package/lib/tools/release_64/bin/libssl-1_1-x64.dll +0 -0
  108. package/lib/tools/release_64/bin/openssl.exe +0 -0
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- var _global$_ascfCliProgr,_0x1c6c8b=_0x340d;function ownKeys(r,e){var t,n=_0x340d,i=Object.keys(r);return Object[n(608)]&&(t=Object[n(608)](r),e&&(t=t[n(1037)](function(e){var t=n;return Object[t(1254)](r,e)[t(1601)]})),i.push[n(1819)](i,t)),i}function _objectSpread(r){for(var n=_0x340d,e=1;e<arguments[n(878)];e++){var i=null!=arguments[e]?arguments[e]:{};e%2?ownKeys(Object(i),!0)[n(1031)](function(e){_defineProperty(r,e,i[e])}):Object[n(1669)]?Object.defineProperties(r,Object.getOwnPropertyDescriptors(i)):ownKeys(Object(i))[n(1031)](function(e){var t=n;Object[t(568)](r,e,Object[t(1254)](i,e))})}return r}function _defineProperty(e,t,r){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError(_0x340d(1558))}function _iterableToArray(e){var t=_0x340d;if(t(2063)!=typeof Symbol&&null!=e[Symbol[t(1339)]]||null!=e["@@iterator"])return Array[t(1542)](e)}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _regenerator(){var _,g=_0x340d,e=g(1663)==typeof Symbol?Symbol:{},t=e[g(1339)]||"@@iterator",r=e[g(1553)]||g(1999);function n(e,t,r,n){var i,a,o,s,u,c,f,h,l,d,v=g,t=t&&t[v(582)]instanceof y?t:y,t=Object[v(871)](t[v(582)]);return _regeneratorDefine2(t,v(689),(i=e,a=r,h=n||[],l=!1,d={p:f=0,n:0,v:_,a:p,f:p[(c=v)(2005)](_,4),d:function(e,t){return o=e,s=0,u=_,d.n=t,m}},function(e,t,r){var n=c;if(1<f)throw TypeError("Generator is already running");for(l&&1===t&&p(t,r),s=t,u=r;(b=s<2?_:u)||!l;){o||(s?s<3?(1<s&&(d.n=-1),p(s,u)):d.n=u:d.v=u);try{if(f=2,o){if(s||(e=n(1200)),b=o[e]){if(!(b=b[n(1490)](o,u)))throw TypeError("iterator result is not an object");if(!b[n(981)])return b;u=b[n(1885)],s<2&&(s=0)}else 1===s&&(b=o[n(1206)])&&b[n(1490)](o),s<2&&(u=TypeError(n(1153)+e+n(803)),s=1);o=_}else if((b=(l=d.n<0)?u:i[n(1490)](a,d))!==m)break}catch(e){o=_,s=1,u=e}finally{f=1}}return{value:b,done:l}}),!0),t;function p(e,t){for(s=e,u=t,b=0;!l&&f&&!r&&b<h.length;b++){var r,n=h[b],i=d.p,a=n[2];3<e?(r=a===t)&&(u=n[(s=n[4])?5:s=3],n[4]=n[5]=_):n[0]<=i&&((r=e<2&&i<n[1])?(s=0,d.v=t,d.n=n[1]):i<a&&(r=e<3||n[0]>t||a<t)&&(n[4]=e,n[5]=t,d.n=a,s=0))}if(r||1<e)return m;throw l=!0,t}}var m={};function y(){}function i(){}function a(){}var b=Object[g(829)],e=[][t]?b(b([][t]())):(_regeneratorDefine2(b={},t,function(){return this}),b),o=a[g(582)]=y[g(582)]=Object[g(871)](e);function s(e){var t=g;return Object[t(1410)]?Object[t(1410)](e,a):(e.__proto__=a,_regeneratorDefine2(e,r,t(746))),e.prototype=Object.create(o),e}return i.prototype=a,_regeneratorDefine2(o,g(1102),a),_regeneratorDefine2(a,g(1102),i),i[g(1093)]=g(746),_regeneratorDefine2(a,r,g(746)),_regeneratorDefine2(o),_regeneratorDefine2(o,r,g(1742)),_regeneratorDefine2(o,t,function(){return this}),_regeneratorDefine2(o,g(2102),function(){return"[object Generator]"}),(_regenerator=function(){return{w:n,m:s}})()}function _regeneratorDefine2(e,t,r,n){var a=Object.defineProperty;try{a({},"",{})}catch(e){a=0}(_regeneratorDefine2=function(e,t,r,n){var i=_0x340d;t?a?a(e,t,{value:r,enumerable:!n,configurable:!n,writable:!n}):e[t]=r:((n=function(t,r){_regeneratorDefine2(e,t,function(e){return this[_0x340d(689)](t,r,e)})})(i(1200),0),n(i(1069),1),n("return",2))})(e,t,r,n)}function asyncGeneratorStep(e,t,r,n,i,a,o){var s=_0x340d;try{var u=e[a](o),c=u[s(1885)]}catch(e){return void r(e)}u[s(981)]?t(c):Promise[s(1353)](c)[s(951)](n,i)}function _asyncToGenerator(s){return function(){var e=this,o=arguments;return new Promise(function(t,r){var n=s.apply(e,o);function i(e){asyncGeneratorStep(n,t,r,i,a,_0x340d(1200),e)}function a(e){asyncGeneratorStep(n,t,r,i,a,_0x340d(1069),e)}i(void 0)})}}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError(_0x340d(1001))}function _iterableToArrayLimit(e,t){var r=_0x340d,n=null==e?null:r(2063)!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var i,a,o,s,u=[],c=!0,f=!1;try{if(o=(n=n.call(e))[r(1200)],0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(i=o[r(1490)](n)).done)&&(u.push(i[r(1885)]),u[r(878)]!==t);c=!0);}catch(e){f=!0,a=e}finally{try{if(!c&&null!=n[r(1206)]&&(s=n[r(1206)](),Object(s)!==s))return}finally{if(f)throw a}}return u}}function _arrayWithHoles(e){if(Array[_0x340d(875)](e))return e}function _defineProperties(e,t){for(var r=_0x340d,n=0;n<t[r(878)];n++){var i=t[n];i[r(1601)]=i[r(1601)]||!1,i[r(1112)]=!0,r(1885)in i&&(i[r(1194)]=!0),Object[r(568)](e,_toPropertyKey(i.key),i)}}function _createClass(e,t,r){var n=_0x340d;return t&&_defineProperties(e.prototype,t),r&&_defineProperties(e,r),Object[n(568)](e,n(582),{writable:!1}),e}function _toPropertyKey(e){var t=_0x340d,e=_toPrimitive(e,t(847));return t(1058)==_typeof(e)?e:e+""}function _toPrimitive(e,t){var r=_0x340d;if("object"!=_typeof(e)||!e)return e;var n=e[Symbol[r(1018)]];if(void 0===n)return(r(847)===t?String:Number)(e);n=n[r(1490)](e,t||r(1229));if(r(696)!=_typeof(n))return n;throw new TypeError(r(2082))}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _callSuper(e,t,r){var n=_0x340d;return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect[n(1425)](t,r||[],_getPrototypeOf(e).constructor):t.apply(e,r))}function _0x340d(e,t){var r=_0x45b9();return(_0x340d=function(e,t){return r[e-=495]})(e,t)}function _0x45b9(){var e=["statSync","fileComment","hdc.exe","_tr_flush_block","date","start installDeps under ","Invalid Password.\nThe password must contain at least 8 characters and include any two of the following:\n1. Lowercase letters: a-z\n2. Uppercase letters : A-Z\n3. Digits : 0-9\n4. Special characters : `~!@#$%^&*()-_=+\\|[{}];:'\",<.>/?","bin","uninstall","__proto__","pipe","ERROR: Your certificate is Invalid.",", asked index = ","defaultValueDescription","onreadystatechange","_checkForConflictingOptions","argChoices"," or ","write after end","commander.unknownOption","description","modules","rpksBuffer","makeOptionMandatory","subcommandTerm","optional","validatePassword","distdyn","-rf","stringify","connect","uncompressedSize","createArgument","block_start","spawnSync","end","ReadableState","dyn_dtree","writeencoding","good_match","MAX_VALUE_16BITS","Quick service verify sign","DataLengthProbe for ","nodestream","storeOptionsAsProperties","Generator","round","argRequired","SIGN_MAGIC","splice","MessageChannel","getBufferSha256","WebKitMutationObserver","elems","hasOwnProperty","splitOptionFlags","UNHANDLED","Please install openssl or configure PATH.","PK","utf-8 encode","unknownCommand","resignPkg","utf8encode",' | grep -v render | grep -v grep"',"startService","Obtain the private key from the ascf.config.json profilePath","sign/certificate.pem","cert","ucs2","invalid block type","extra_len","The stream '","AscfToolkit","showHelpAfterError","warn","compressWorker","MSBlobBuilder","document","isSymbol","head","outcome","enable debug logging","META-INF/CERT","optionTerm","nameFromFilename","build-profile.json5","_lifeCycleHooks","meta","central","Help","getUTCSeconds","Obtaining the private key using ","_actionHandler","shell","unarmor","pemBuffer","writecb","error: missing required argument '","4.2.1","End of data reached (data length = ","mkdirSync","start install pkg under ","flowing","finally","-EncodedCommand","argumentTerm","debuglog","invalid stored block lengths"," [options]","preset: ","windowBits","_writableState","reader","getManifestData","webLocalPort"," -passout pass:***","resumeScheduled","Start to obtain the private key","getDeviceId","/Applications/DevEco-Studio.app/Contents/tools","inflateRaw","isNull","apply","commander.optionMissingArgument","jsrsasign","check","isTTY","match_length","subPkgs","readString","[object Error]","= \f\n\r\t \u2028\u2029","handleUTF8","' argument missing","> ascf-toolkit %p %c %[%m%]","\n-----END CERTIFICATE-----","isDefault","cert-utils","_combineFlagAndOptionalValue","errMsg","_destroy","helpWidth","getDevices","callback","toUpperCase","zipCommentLength","getUTCMinutes","../sdk","async","Set","externalFileAttributes","resource","uncork","option","setTyped","dyn_ltree","readFileSync","outputHelp","variadic","_readableState","prefinish","data:","loadOptions","commands","extend","getDssKey","_optionValues","parent","hdc"," is used","bundleName","getUTCMonth","May not write null values to stream","stream","signData","apk","objectMode","sign","createOption","signPkgs","dictionary","lstatSync","Calling transform done when ws.length != 0","Rsagen","readAndCheckSignature","inflate","isObject","max_lazy_match","value","deleteDirectory","generatedError","Can not resolve private key file: ","Obtain the public key from the ascf.config.json profilePath","unpipe","application/json","(outputHelp)","start exec resign spk","bufferedRequest","init","****","Path of the file to be verified","randomBytes","userName","unixPermissions","mode","inherits","queue","alias","_hasImplicitHelpCommand","reverse","srcPath","deflate","--no-","PENDING","diskNumber","versionType","decompressed"," exists","writeInt16LE","finalCalled","bits","invalid window size","Z_BUF_ERROR","bl_tree","match"," -nocerts -nodes -out ","unknown header flags set","ERROR: Failed to obtain the signature configuration information.","result","visibleOptions","get","AscfDebugger",".spk","please open url in browser: ","setDssHost","getDebugees error: ","buffer error","^8.4.0","sunos","choices","decode","shortFlag","tag","_name","STORE compression","repeat","onRejected","strstart","lastChar","columns","' is invalid.","configure","3.7.1","/json","whave","signPrivateKeyPath","ConvertWorker to ","newBlob","Option","kill","lastTotal","dirRecords","mergeStreamInfo","resolver must be a function","msg","prependListener","defaultApp","Failed to generate p12","startsWith","allocBuffer","RSA-SHA256","finished","_read() is not implemented","tsup --watch ./src -d ../ascf-toolkit/src/ascf-sign-tools",'"`"',"zip64EndOfCentralSize","stopping","lastBufferedRequest","_dataBinary","_allowUnknownOption","signatures","port2","error: command-argument value '","getDssKeyId",'"ps -ef | grep ',"buf2string","columnNumber","text","[native code]","Failed to verify the signature","has","_processArguments","max_length","_transform","exit","dispose","w_bits","PK","compressedContent","copyInheritedSettings","CommanderError","Z_FINISH","@@toStringTag","Promise","versionCode","getOwnPropertyNames","_args","v0.","bind","start ohpm clean under ","setCurrent","getCertString","build/dist","copy","envVar","_executeSubCommand","ASCF_SIGN_PWD","outputHelp callback must return a string or a Buffer","production","Multi-volumes zip are not supported","disksCount","onerror","pidof","_compressWorker","disable subpackages","header","nodebuffer","_tr_init","extraFields","centralDirRecords","privateKeyPath","deviceId","getSignedZipCertFp","_writev","generateWorker","listeners","module=","havedict","signSpk","shrinkBuf","emitReadable","Corrupted zip or bug: unexpected signature (","The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.","runHdcCmdAsync","sign/private.pem","findExtraFieldUnicodePath","KEYUTIL","Failed to verify the signature: ","slice","accumulate","writableObjectMode","start assembleHap under ","SIGN_MAGIC_APK","bin/npm","zip64ExtensibleData","readCentralPart","padEnd","ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=","_dict_set","getSignData",", expected ","ENOENT","spk-sign-utils","too many length or distance symbols","super_","read","undefined","MAX_SIZE_SPK","_parseCommand","realpathSync","passThroughOptions can not be used without turning on enablePositionalOptions for parent command(s)","clear","encryptPassword","comment","invalid subCmd, should be ","del","setEncoding","otherCallRejected","11.0.0","binary","code","first parameter to parse must be array or undefined","_usage","prepareNextSource","openssl","@@toPrimitive must return a primitive value.","readableHighWaterMark","begin runCmd","visibleCommands","createElement","shift","byteLength","CERT_END","documentElement","have","invalid literal/length code","DATA_DESCRIPTOR","_aliases","beforeAll"," -passin pass:***","tcp:","tcp:9225","_internalType","processAttributes","base64","toString","reason:","memLevel","&timestamp=",".ts","6AzyPDB","getSignatureValueHex","fport ls error: ","split","do read","microsoft-edge","wbits","ASCF_CONFIG_JSON","readLocalFiles","oh_modules","mkdirsSync","force-stop","commander.conflictingOption","getOpensslConfig","promise","_scriptPath","_dispatchSubcommand","transformTo"," is not found","incorrect header check","setIndex","SYSTEMROOT","signchunk","mkdir",", browser url: ","inflateInfo","generateAsync","debug","../tools/release_64/SSL/openssl.cnf","addArgument","previous","max_chain","env","wnext","destroy","localPort","padWidth","readInt32LE","SIGN_TYPE_FULL_PACKAGE","zip64","pipes","external","opt_len","versionMadeBy","package","skip","getOpensslPath","versions",".tsx","setDefaultEncoding","parentNode","X509","utf8decode","isRelease","removeChild","stringifyByChar","after","hash","Buf32","Z_NO_FLUSH","createTextNode","utf8","pid"," bytes.","&appid=","checkIndex","Start ability error","Failed to generate cert","diskWithCentralDirStart","positiveOptions","application/zip","toISOString","STORE","--sign-private-key-path [path]","2.4.0","removeListener","cacheDir removed successfully","base.sspk","Obtaining the private key is complete.","corkedRequestsFree","__esModule","ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/","sync","getDssHost","file error","error: unknown command '","start hap error","program","pending_buf_size","read: emitReadable","longFlag","Super expression must either be null or a function","default: ","Normal","_enablePositionalOptions","publicKeyPath","Get File Certificate Error!","delay","defineProperty","getSignChunk","getDebugUrl ","assembleHap","boolean"," for '","Corrupted zip : CRC32 mismatch","_worker","hasUnpiped","checkBundleName","unknownOption","(close)","write","_outputConfiguration","prototype"," -inkey ","l_buf","start uninstall pkg under ","getSignInfo","REJECTED","dyn_tree","', '"," cannot be used with ","undestroy","getOutHelpWidth","arraySet","lens","blob","_createPako","stopView",".sspk","insert","bufferedRequestCount","usage","uncompressWorker","needDrain","_ascfDebug","load","options","bitFlag","getOwnPropertySymbols","_findOption","Unknown","version","generatePkgDef","[object Array]","ASCF_BUILD"," -check -out ","tail","listenerCount","bl_count","getPEM","lendyn","required","writeInt32LE","terminal","sane","base.spk","'. ","needRm","getPublicKey","commander.version","Argument","Obtaining the public key using ","type","_helpCommandDescription","invalid distance code","WritableState","-default-signed.","installHap","4.4.0","_exitCallback","_chainOrCallHooks","applyFromCharCode","script","_parseOptionsImplied","allowHalfOpen","isInvalid","fportRmV8","binstring2buf","prepareContent","readCertPEM","Invalid spk file.","entriesCount","setOptionValue","last","stderr","DIST_PATH","need readable","lastNeed","_sources","lit_bufsize","magic","onlineConfig","fport","binarystring","repack","asBinary","inflateGetHeader","loadAsync","commandUsage","sData","The packed file is empty.","openBrowser","deprecate","extra_base","privateKeyFilePath","-NonInteractive","commandDescription","Deflate","_write() is not implemented","fileRecord","addOption","ascf","fportWeb","'.\nExpecting one of '","CRYPT_TYPE_RSA_SHA256",'The "data" argument must not be a number',"release","avail_out","assembleHap err","_invoke","fileNameLength","argument","distbits","dosPermissions"," MB.",".cjs","object","dirRecord","state","readingMore","Utf8EncodeWorker","devtoolsFrontendUrl","remotePort","6760019KSQkdH","valueOf","allocUnsafeSlow","decodeStrings","hook","signDataBufList","--output [path]","RegExp out of sync","join","CENTRAL_DIRECTORY_END","preSubcommand","data_type","events","browser","installDeps","hash.json","_defaultCommandName","SIGN_TYPE_FILE_LIST","start startAbility under ","action","exitCode","fatal","getSignDigestOnline","_showSuggestionAfterError","verify","isRegExp"," -nokeys -clcerts -passin pass:","onEnd","profilePath","length less than watermark","--logging [level]","allowExcessArguments","parserZip","error","stat_desc","isStream","MutationObserver","Authorization","startView","deflateInit","replace","Base64","http://localhost:","GeneratorFunction","Obtaining a public Key using a Path","hidden","push","pipeOnDrain","optionMissingArgument","hapPath is not exists","handle error","fport error: ","getOptionValue","drain","onfinish","fileContentDigest","Derived constructors may only return object or undefined","unlinkSync","uninstall hap error","inflateEnd"," pkcs12 -in ","onwrite","process","handle success","inflateInit","MAX_VALUE_32BITS","stop","subcommandDescription","corked","signature","writableHighWaterMark","defaults","js-base64","_argsDescription","fileBuildPath","prev_match","Launched within ","heap","' not executable","@default",', signature="',"name","PK","dualOptions","lineNumber","freebsd","fport v8 error: ","Map","Bypass","_pako","isBuffer","work"," records in central dir, got ","summary","choices: ","Failed to obtain the cert key: ","digests","_tickScheduled","_checkForConflictingLocalOptions",", timestamp=","' method","The selected Atomic Service is not running properly. Please start the Atomic Service first.","emit readable","generateInternalStream","_hasHelpOption","info","hvigorw","_addImplicitHelpCommand","wrap","onload","isApkSign","start","4.8.4","output","internalStream","compression","postMessage","getUTCFullYear","isEncoding","google-chrome-stable","node.exe","flags","InvalidOptionArgumentError","open","SIGN_TYPE_FULL_PACKAGE_APK","commander.executeSubCommandAsync","getPrototypeOf"," | ","heap_max","Object","validityDays","toNodejsStream","entry","update","concat : unsupported type '","hcrc","method","6.9.1","getCurrent","argv","META-INF","passThroughOptions","has_stree","unshift","string",".{1,","listTargets error or no devices found","_passThroughOptions","rimraf","max_code","_executableHandler","PK","nlen","====","windir","pipe count=%d opts=%j","parseOptions","command:*","buf2binstring","nextTick","disableSubpackages","Cannot pipe, not readable","http","err","DataWorker","[object File]","readBlockZip64EndOfCentralLocator","pending","create","argParser","targets","wsize","isArray","timeout","latin1","length","lookahead","Z_NEED_DICT","Unknown encoding: ","To add an Option object use addOption() instead of option() or requiredOption()","output the version number","ascf/ascf_src/ascf.config.json","Transform","writelen","_tr_tally","strategy","Readable","_events","relativeOffsetEndOfZip64CentralDir","--parallel","_helper","readFile","destroyed","pipesCount","file","DevEco Studio","0.0.1","Can not resolve base.sspk file.","crc32"," /T /F","wrapped _read","Buffer","getEntryPkgPath","root","getNotAfter","suggestSimilar","WebKitBlobBuilder","crypto","BEGIN_TAG","closedSource","const.product.name","get device name error","allocUnsafe","bi_valid","gzindex","_optionEx","fport web error: ","POST","service","Obtaining the public Key Using the .p12 File","need dictionary","SlowBuffer","ASCF uncaught error","tsup --watch ./src --sourcemap --no-minify","emit","cur","CLOUDSOA-HMAC-SHA256 appid=","signZipResource","currentSourceOffset","Invalid base64 input, it looks like a data url.","extra","fportRm","addListener","spkHandler","hash_bits","window_size","MAX_SIZE_SSPK","--ps launchMode forceUpdate","error: too many arguments","isFunction","utf-8","writeErr","Command","fillLast","mandatory","extra_bits","execPath","Invalid non-string/buffer chunk","then","strm","getInstance","dssKey","_tr_align","bi_buf","start exec sign spk","pause","_helpCommandName","setImmediate","' }","readData","a default value for a required argument is never used: '","bl_desc","Arguments:","processedArgs","header crc mismatch","v8LocalPort","useUTF8","pako deflate (from Nodeca project)","conflicts","onData","already has forward","manifest.json","requiredOption","resignSpk","SIGHUP","Worker ","start exec repack","index","done","invalid bit length repeat","build/quick_service_build","presetArg"," -passout pass:","reject","decodeFileName","substring","openedSource","time","captureStackTrace","Failed to remove cacheDir:","trim","mkdir error","write callback called multiple times","abs","6LFtVcO","gzhead","getBuffer","copyFileSync","Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","once","Writable","invalid distances set","mainPkg"," x509 -out ","createFolders","tsup --sourcemap --no-minify -d ../ascf-toolkit/src/ascf-sign-tools","getCompressedWorker","heap_len","searched for local subcommand relative to directory '","match_start","files"," unknown (inner file : ","success","extname","_tick","toPrimitive","dirname","clone","No devices found, please connet to phone","Signing failed: ","$1\n","child_process","' argument '","fill","posix","ins_h","_concatValue","WARNING: Your certificate is valid for less than 180 days. Please update it in time.","forEach","Setting the log level","stream.unshift() after end event","valueFromOption","genCert","readInt","filter","No rpk file : ","_transformState","DEVECO_SDK_HOME=","_transform() is not implemented","addCommand","ascf-cache","' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead\n - if the default executable name is not suitable, use the executableFile option to supply a custom name or path\n - ","fportWeb get pid error: ","subarray","missingArgument","compressionMethod","zipPlatform","getUTCHours","_version","hap","send hap error","getTime","getLogger","doLog","instance","symbol","stream.push() after EOF","deflateInfo","readableObjectMode","createHmac","inflateInit2","error : certificate.pem is not exist!","all","display help for command","runCmdAsync","setDssConfig","throw","argOptional","--sign-pwd ***","showSuggestionAfterError","-config ","string2buf","ndist","_flush","optsWithGlobals","usingTmpDir error","ERROR: The signature configuration file is incorrect, the hostvalue is empty.","preAction","contentBuffer","stdout","flow","back","Illegal character at offset ","_excessArguments","Cannot resolve promise with itself","privateKey","map","repackHandler","port1","isFinished","displayName","max_chain_length","raw","close",".js"," error","install","DEFLATE"," -> ","constructor","InvalidArgumentError","PK","data","\0\0\0\0","awaitDrain","127.0.0.1","isError","X-Request-ID","level","configurable","sections","w_size","LOCAL_FILE_HEADER"," -in ","_exit","checkOffset","good_length","path","stopService","Argument must be a number","copyDirectory","microsoft-edge-dev","usingTmpDir","cachedir","total_out","Can't read the data of '"," argument","private key path","deflateSetDictionary","set","signConfig","[object RegExp]","zipComment","parseArg","RAWFILE_DIR","compressionOptions","killed","checkValidity","ERROR: Rpk sign failed!","checkZipBuffer","hash_size","start ability error","882428uegFfd","executableFile","this hasn't been initialised - super() hasn't been called","prev","start ability under ","ncode","isBoolean","fileList","The iterator does not provide a '","chunkSize","setDssKey","ASCF_DEVECO_SDK_HOME","_tickAndRepeat","newBufferFrom","-i, --input <input-directory>","distcode","localabstract:webview_devtools_remote_","obj","signdata","footer","array","min","longestArgumentTermLength","_helpCommandnameAndArgs","errorEmitted","EACCES","argumentDescription","signPublicKeyPath","_storeOptionsAsProperties","add","Your certificate is Invalid.","pattern","printFp","internalFileAttributes","clean","readable","inflateSetDictionary","humanReadableArgName","274515lpLcnZ","message","must be an array","readBlockEndOfCentral","JOINT_TAG","additional","@@iterator","signProfilePath","percent","enablePositionalOptions"," is not supported by this method","writable","finish","reading","### Sign Failed, cannot open file: ","--sign-public-key-path [path]","%d{yyyy-MM-dd hh:mm:ss.SSS} > ascf-toolkit %p %c %m","next","configureOutput","error: option '","help","_ascfCliProgram","certs","return","param","zero","option:","max_lazy","afterAll","longestSubcommandTermLength","CENTRAL_FILE_HEADER","_decompressWorker","len",'`""',"_allowExcessArguments","createSign","build.log","EventEmitter","window","ucs-2","writechunk","pretty","isNode","compressedSize","v0.9.","centralDirOffset","default","deflateSetHeader","Crc32Probe","stream error"," \f\n\r\t \u2028\u2029","Buf8","SIGINT","No sign block!","-h, --help","cleanUp","runCmd stdout","byteAt","assembleHap within ","isDirectory","handle","passwordDigest","matches","asArrayBuffer","total","AscfBuilder","static_tree","aliases","writing","fportV8","postAction","getOwnPropertyDescriptor","helpOption","Corrupted zip: can't find the ZIP64 end of central directory","pendingcb","SHA-256","### Sign Failed, zip file error: ","verifySign","ZIP64_CENTRAL_DIRECTORY_LOCATOR","encoding","assign","support","deflateReset","nice_length","pending_buf","propName","long","processChunk","readable nexttick read 0","Signature verification succeeded.","applyCanBeUsed","next_in","help [command]","offset","_final","lastIndexOf","fportRmWeb","invalid distance too far back","host","writev","short","utf8border","hold","win32","Corrupted zip: can't find the ZIP64 end of central directory locator","readLocalPart","getTypeOf","arraybuffer","leftOver","ascf/ascf_build","microsoft edge","race","versionName","startIndex","DualOptions","negate","stream end","avail_in","sortSubcommands","existsSync","args","Z_OK","lock","Encrypted zip are not supported","substr","../sdk/default/openharmony/toolchains","isSignature","UTC","Request timed out","fromCharCode","Total package is exceed limit ","otherCallFulfilled","test","pending_out","prepareReader","destType","asText","l_desc","getBlob","runCmd exited with code ","skipAscfCompile=true","v1.8.","getResources","util","afterAllHelp","Obtain the private key using the p12 file path specified by the parameter","build path","...","Bug : can't construct the Blob.","No srpk file : ","beforeAllHelp","chrome","crossAtomicService","addResourceToPkg","QUICK_SERVICE_BUILD","xflags","iterator","_outputType","google-chrome","isFile","diskNumberStart","transforming","localHeaderOffset","encodeFileName","debug-log-file","_chainOrCall","the loaded zip file","command","view","PassThrough","resolve","Build spk ","insufficient memory","_helpFlags","random","getContentWorker","basename","hash_mask","Can not resolve certificate file: ","inflateResetKeep","dssHost","app","repack failed: ","_hidden","lastIndexOfSignature","dist","_write","_parseOptionsEnv","currentFile","This method has been removed in JSZip 3.0, please check the upgrade guide.","chunks","log","concat","Uint8Array","_checkForMissingMandatoryOptions","P12_PATH","_showHelpAfterError","writeFileSync","SHA256","getNotBefore","cache","isLocked","unknown","Z_STREAM_END","-ExecutionPolicy","projectRoot","node","uint8array","build","RPK Sig Block 42","stringifyByChunk","isEncrypted","ending","handled","unexpected parse option { from: '","total_in","readableListening","2000TVyKtQ","parseAsync","rawArgs","Obtaining the private Key Using the p12 File","static_len","data error","v0.10","ascii","decompress","centralDirSize","setPrototypeOf","reduce","spawn","includes","pubkey","status","darwin","build/default/outputs/default/","last_lit","Signature Packing","tsup","flush","streamFiles","POST&","chrome://inspect/#devices","construct","resume","afterTransform","inherit","logging","_pakoAction","checkSupport","checkSignature","nice_match","centralDirRecordsOnThisDisk","fileName","_helpLongFlag","sortOptions","--daemon","SIGUSR2","C:\\Windows","_listeners","10956760HPMnJm","install hap error","config","STORE decompression","createCommand","user","_checkNumberOfArguments","nestedError","utf-16le","dmax","negativeOptions","adler","electron","executeCommand","exec","runCmd stderr","createHelp","configureHelp","only the last argument can be variadic '","transform","../tools/release_64/bin/openssl.exe","floor","_read","defaultValue","sign files, use remote sign"," pkcs12 -export -out ","View Fingerprint","Usage: ","Utf8DecodeWorker","1095956aCTTLz","data_length","fileNameStr","hostname","net","_findCommand","optionEnv:","custom","streamInfo","dss","gzip","cancelled","highWaterMark","hsp","Reached max. number of files","cork","call pause flowing=%j","bin/node","emittedReadable","call","_versionOptionName","missingMandatoryOptionValue","_helpConfiguration","parse","toUint8Array","JSZip can't accept a stream when loading a zip file.","Inflate","_summary","incorrect length check","hash_shift","_stream","runningCommand","hvigorClean err","error: unknown option '","w_mask","SIGTERM","extraStreamInfo","max","mimeType","}([\\s​]|$)|[^\\s​]+?([\\s​]|$)","_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","exec repack success, repack package path: ","input","[object Date]","append","find","isPaused","No output type specified.","final","arguments","deflateResetKeep","utf-8 decode","opts","signPwd","error: ","_undestroy","lenbits","FULFILLED","68877ihMqEy","implied","readAsArrayBuffer","--debug","cli","_pakoOptions","Command passed to .addCommand() must have a name\n- specify the name in Command constructor or using .name()","problem with request: ","size","visibleArguments","needReadable","exports","d_desc","from","_description","quick-service-build","findExtraFieldUnicodeComment","sort","[object ArrayBuffer]","taskkill /pid ","defaultEncoding","ended","intermediate output path","runCmd exited.","toStringTag","ASCF sign tools","writeInt8","diskWithZip64CentralDirStart","hex","Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.","Corrupted zip : compression ","cpList","com.atomicservice.","Unexpected value for event passed to hook : '","quick service signature packaging tool","conflictsWith","EntryAbility","DebugPortManager","getEntryPkgPath error, build-profile.json5 file modules is null","needTransform","deflateEnd","d_buf","_executableFile","_helpDescription","toLowerCase","Duplex","bufferProcessing","pathname","Stream","observe","assembleAndInstallHap","onend","charCodeAt","lencode","[options]","Get Certificate error!","_optionValueSources","inspect","incompatible version","match_available","BlobBuilder","number","prefinished","flattenChunks","APK Sig Block 42","preset","Buf16","allBuffers","jszip","dataIsReady","maybeReadMore read 0","pkgName","enumerable","start hvigor clean under ","attributeName","endEmitted","buffer","isPrimitive","bytesWritten","FlateWorker/","command:","next_out","ungzip","Z_SYNC_FLUSH","indexOf","execArgv","Argument must not be a number","inflateReset2","3.7.7","dir","fileContentBuffer","_helpShortFlag","chunk","json5","platform","catch","--incremental","charAt","tsup --env.NODE_ENV development","_upstreamEnded","utf16le"," -passin pass:","_prepareUserArgs","genP12","'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?","_chainOrCallSubCommandHook","). Corrupted zip ?","_getHelpContext","hasInstance","handle ","readdirSync","cwd","fileCommentLength","edge","failed to obtain the public key, please ensure certificate.pem or ascf-build.p12 under sign","ascf-sign-tools","keys","environment variable '","helpInformation","callRejected","last_flush","NONEWITHRSA","unknown compression method","_conflictingOption","DOS","appendChild","getCertBuffer","func","verifySignHandler","encode","localeCompare","575314rbhJbk","prev_length","optimizedBinaryString","function"," ec -in ","fileCommentStr","module","depth","createWorkerFrom","getOwnPropertyDescriptors","operands","setOptionValueWithSource","clearResource","alloc","extraFieldsLength","_data","pako inflate (from Nodeca project)","_executableDir","withStreamInfo","hvigor","2.2.3","commander.missingMandatoryOptionValue","CERT_HEAD","decoder","Signed successfully.","_tr_stored_block","_bindStream","DEP0003","subpackages","StringDecoder","Hex encoding incomplete: 4 bits missing","digest","certFilePath","unhandledRejection","--allow-file-access-from-files","ZIP64_CENTRAL_DIRECTORY_END","cleanup"];return(_0x45b9=function(){return e})()}function _possibleConstructorReturn(e,t){var r=_0x340d;if(t&&("object"==_typeof(t)||r(1663)==typeof t))return t;if(void 0!==t)throw new TypeError(r(759));return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError(_0x340d(1147));return e}function _inherits(e,t){var r=_0x340d;if(r(1663)!=typeof t&&null!==t)throw new TypeError(r(561));e[r(582)]=Object[r(871)](t&&t[r(582)],{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,r(582),{writable:!1}),t&&_setPrototypeOf(e,t)}function _wrapNativeSuper(e){var n=_0x340d,i=n(1663)==typeof Map?new Map:void 0;return(_wrapNativeSuper=function(t){var r=n;if(null===t||!_isNativeFunction(t))return t;if(r(1663)!=typeof t)throw new TypeError(r(561));if(void 0!==i){if(i[r(1987)](t))return i[r(1927)](t);i[r(1132)](t,e)}function e(){var e=r;return _construct(t,arguments,_getPrototypeOf(this)[e(1102)])}return e[r(582)]=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(e,t)})(e)}function _construct(e,t,r){var n,i=_0x340d;return _isNativeReflectConstruct()?Reflect.construct[i(1819)](null,arguments):((n=[null]).push[i(1819)](n,t),t=new(e.bind[i(1819)](e,n)),r&&_setPrototypeOf(t,r[i(582)]),t)}function _isNativeReflectConstruct(){var e=_0x340d;try{var t=!Boolean.prototype[e(704)][e(1490)](Reflect[e(1425)](Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!t})()}function _isNativeFunction(t){var r=_0x340d;try{return-1!==Function[r(2102)].call(t)[r(1613)](r(1985))}catch(e){return r(1663)==typeof t}}function _setPrototypeOf(e,t){var r=_0x340d;return(_setPrototypeOf=Object[r(1410)]?Object[r(1410)].bind():function(e,t){return e.__proto__=t,e})(e,t)}function _getPrototypeOf(e){var r=_0x340d;return(_getPrototypeOf=Object[r(1410)]?Object[r(829)][r(2005)]():function(e){var t=r;return e[t(1706)]||Object[t(829)](e)})(e)}function _createForOfIteratorHelper(e,t){var r,n,i,a,o=_0x340d,s=o(2063)!=typeof Symbol&&e[Symbol.iterator]||e[o(1189)];if(s)return i=!(n=!0),{s:function(){s=s[o(1490)](e)},n:function(){var e=o,t=s.next();return n=t[e(981)],t},e:function(e){i=!0,r=e},f:function(){var e=o;try{n||null==s.return||s[e(1206)]()}finally{if(i)throw r}}};if(Array[o(875)](e)||(s=_unsupportedIterableToArray(e))||t&&e&&o(1590)==typeof e[o(878)])return s&&(e=s),a=0,{s:t=function(){},n:function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:t};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,t){var r,n=_0x340d;if(e)return n(847)==typeof e?_arrayLikeToArray(e,t):(r={}[n(2102)][n(1490)](e)[n(2045)](8,-1),n(832)===r&&e[n(1102)]&&(r=e[n(1102)][n(784)]),n(790)===r||n(1846)===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0)}function _arrayLikeToArray(e,t){var r=_0x340d;(null==t||t>e[r(878)])&&(t=e[r(878)]);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function _typeof(e){var r=_0x340d;return(_typeof=r(1663)==typeof Symbol&&"symbol"==typeof Symbol[r(1339)]?function(e){return typeof e}:function(e){var t=r;return e&&"function"==typeof Symbol&&e[t(1102)]===Symbol&&e!==Symbol[t(582)]?t(1058):typeof e})(e)}(()=>{for(var e=_0x340d,t=_0x45b9();;)try{if(700854==+parseInt(e(1471))+-parseInt(e(1660))/2*(-parseInt(e(2107))/3)+-parseInt(e(1145))/4+-parseInt(e(1183))/5*(-parseInt(e(997))/6)+-parseInt(e(703))/7+-parseInt(e(1442))/8+-parseInt(e(1529))/9*(-parseInt(e(1400))/10))break;t.push(t.shift())}catch(e){t.push(t.shift())}})();var It=function(t,r){return function(){var e=_0x340d;return r||t((r={exports:{}})[e(1540)],r),r[e(1540)]}},Te=It(function(c,e){function t(t,r){return function(){var e=_0x340d;return r||t((r={exports:{}}).exports,r),r[e(1540)]}}function i(r,n,i,a){var o=X;if(n&&_typeof(n)==o(696)||typeof n==o(1663)){var s,t=_createForOfIteratorHelper(m(n));try{for(t.s();!(s=t.n())[o(981)];)(()=>{var e=o,t=s[e(1885)];B[e(1490)](r,t)||t===i||u(r,t,{get:function(){return n[t]},enumerable:!(a=l(n,t))||a.enumerable})})()}catch(e){t.e(e)}finally{t.f()}}return r}function r(e,t,r){var n=X;return r=null!=e?f(y(e)):{},i(!t&&e&&e.__esModule?r:u(r,n(1229),{value:e,enumerable:!0}),e)}var n,X=_0x340d,f=Object[X(871)],u=Object.defineProperty,l=Object[X(1254)],m=Object.getOwnPropertyNames,y=Object[X(829)],B=Object[X(582)].hasOwnProperty,k=t(function(e){var t=X,r=(_inherits(a,_wrapNativeSuper(Error)),_createClass(a)),n=(_inherits(i,r),_createClass(i));function i(e){var t=_0x340d;return _classCallCheck(this,i),e=_callSuper(this,i,[1,"commander.invalidArgument",e]),Error[t(991)](_assertThisInitialized(e),e[t(1102)]),e.name=e.constructor[t(784)],e}function a(e,t,r){var n=_0x340d;return _classCallCheck(this,a),r=_callSuper(this,a,[r]),Error[n(991)](_assertThisInitialized(r),r[n(1102)]),r[n(784)]=r[n(1102)].name,r[n(2077)]=t,r[n(723)]=e,r.nestedError=void 0,r}e.CommanderError=r,e[t(1103)]=n}),x=t(function(e){var a,t=X,o=k().InvalidArgumentError,r=_createClass(function e(t,r){var n=_0x340d;switch(_classCallCheck(this,e),this[n(1717)]=r||"",this[n(1855)]=!1,this.parseArg=void 0,this[n(1465)]=void 0,this.defaultValueDescription=void 0,this[n(1713)]=void 0,t[0]){case"<":this[n(621)]=!0,this[n(1940)]=t[n(2045)](1,-1);break;case"[":this[n(621)]=!1,this[n(1940)]=t[n(2045)](1,-1);break;default:this[n(621)]=!0,this[n(1940)]=t}3<this[n(1940)].length&&this[n(1940)][n(2045)](-3)===n(1330)&&(this[n(1855)]=!0,this[n(1940)]=this[n(1940)][n(2045)](0,-3))},[{key:"name",value:function(){return this[_0x340d(1940)]}},{key:(a=_0x340d)(1029),value:function(e,t){var r=a;return t!==this[r(1465)]&&Array.isArray(t)?t[r(1375)](e):[e]}},{key:a(1229),value:function(e,t){var r=a;return this.defaultValue=e,this[r(1710)]=t,this}},{key:a(872),value:function(e){return this[a(1136)]=e,this}},{key:a(1936),value:function(e){var n=a,i=this;return this[n(1713)]=e[n(2045)](),this.parseArg=function(e,t){var r=n;if(i.argChoices[r(1413)](e))return i[r(1855)]?i._concatValue(e,t):e;throw new o("Allowed choices are "[r(1375)](i[r(1713)][r(711)](", "),"."))},this}},{key:a(1744),value:function(){return this.required=!0,this}},{key:a(1070),value:function(){return this[a(621)]=!1,this}}]);e[t(630)]=r,e[t(1182)]=function(e){var t=_0x340d,r=e[t(784)]()+(!0===e[t(1855)]?"...":"");return e[t(621)]?"<"+r+">":"["+r+"]"}}),E=t(function(e){var c,n=x().humanReadableArgName,t=_createClass(function e(){var t=_0x340d;_classCallCheck(this,e),this[t(1838)]=void 0,this[t(1301)]=!1,this[t(1437)]=!1},[{key:(c=_0x340d)(2085),value:function(e){var t,r,n=c,i=e[n(1860)][n(1037)](function(e){return!e._hidden});return e[n(1905)]()&&(r=(t=_slicedToArray(e[n(1168)][n(1921)](/([^ ]+) *(.*)/),3))[1],t=t[2],(r=e[n(1446)](r)[n(1255)](!1))[n(1717)](e[n(633)]),t&&r[n(1520)](t),i[n(749)](r)),this[n(1301)]&&i[n(1546)](function(e,t){var r=n;return e[r(784)]().localeCompare(t[r(784)]())}),i}},{key:c(1926),value:function(e){var r,n=c,t=e.options.filter(function(e){return!e[_0x340d(748)]}),i=e[n(807)]&&e[n(1620)]&&!e._findOption(e._helpShortFlag),a=e[n(807)]&&!e[n(609)](e[n(1436)]);return(i||a)&&(i=i?a?e[n(1875)](e[n(1356)],e[n(1572)]):e[n(1875)](e[n(1620)],e[n(1572)]):e.createOption(e._helpLongFlag,e[n(1572)]),t.push(i)),this.sortOptions&&(r=function(e){var t=n;return e.short?e[t(1283)][t(743)](/^-/,""):e.long.replace(/^--/,"")},t[n(1546)](function(e,t){return r(e).localeCompare(r(t))})),t}},{key:c(1538),value:function(r){var n=c;return r._argsDescription&&r[n(2003)][n(1031)](function(e){var t=n;e[t(1717)]=e.description||r[t(776)][e[t(784)]()]||""}),r[n(2003)][n(1516)](function(e){return e[n(1717)]})?r._args:[]}},{key:c(1721),value:function(e){var t=c,r=e[t(2003)][t(1089)](function(e){return n(e)}).join(" ");return e[t(1940)]+(e[t(2094)][0]?"|"+e._aliases[0]:"")+(e[t(606)][t(878)]?t(1805):"")+(r?" "+r:"")}},{key:c(1780),value:function(e){return e[c(824)]}},{key:c(1802),value:function(e){return e[c(784)]()}},{key:"longestSubcommandTermLength",value:function(e,n){var i=c;return n[i(2085)](e)[i(1411)](function(e,t){var r=i;return Math[r(1508)](e,n[r(1721)](t)[r(878)])},0)}},{key:"longestOptionTermLength",value:function(e,n){var i=c;return n[i(1926)](e)[i(1411)](function(e,t){var r=i;return Math.max(e,n[r(1780)](t)[r(878)])},0)}},{key:c(1167),value:function(e,n){var i=c;return n.visibleArguments(e)[i(1411)](function(e,t){var r=i;return Math.max(e,n[r(1802)](t)[r(878)])},0)}},{key:"commandUsage",value:function(e){for(var t=c,r=e[t(1940)],n=(e[t(2094)][0]&&(r=r+"|"+e._aliases[0]),""),i=e[t(1864)];i;i=i.parent)n=i[t(784)]()+" "+n;return n+r+" "+e[t(601)]()}},{key:c(676),value:function(e){return e[c(1717)]()}},{key:c(770),value:function(e){return e[c(796)]()||e.description()}},{key:"optionDescription",value:function(e){var t=c,r=[];return e[t(1713)]&&r[t(749)]("choices: "[t(1375)](e[t(1713)][t(1089)](function(e){return JSON[t(1726)](e)})[t(711)](", "))),void 0!==e[t(1465)]&&(e[t(621)]||e[t(1722)]||e[t(1151)]()&&"boolean"==typeof e[t(1465)])&&r[t(749)](t(562)[t(1375)](e[t(1710)]||JSON[t(1726)](e[t(1465)]))),void 0!==e.presetArg&&e.optional&&r.push(t(1806)[t(1375)](JSON[t(1726)](e[t(984)]))),void 0!==e[t(2011)]&&r[t(749)]("env: "[t(1375)](e[t(2011)])),0<r.length?""[t(1375)](e.description," (")[t(1375)](r.join(", "),")"):e.description}},{key:c(1171),value:function(e){var t=c,r=[];return e[t(1713)]&&r.push(t(797).concat(e.argChoices.map(function(e){return JSON[t(1726)](e)}).join(", "))),void 0!==e[t(1465)]&&r[t(749)](t(562)[t(1375)](e.defaultValueDescription||JSON[t(1726)](e[t(1465)]))),0<r.length?(r="("[t(1375)](r[t(711)](", "),")"),e[t(1717)]?""[t(1375)](e[t(1717)]," ")[t(1375)](r):r):e[t(1717)]}},{key:"formatHelp",value:function(e,n){var i=c,a=n[i(506)](e,n),o=n.helpWidth||80;function r(e,t){var r=i;return t?(t=""[r(1375)](e[r(2053)](a+2)).concat(t),n[r(811)](t,o-2,a+2)):e}function t(e){var t=i;return e[t(711)]("\n")[t(743)](/^/gm," ".repeat(2))}var s=[i(1469)[i(1375)](n[i(668)](e)),""],u=n[i(676)](e),u=(0<u[i(878)]&&(s=s[i(1375)]([u,""])),n[i(1538)](e)[i(1089)](function(e){var t=i;return r(n.argumentTerm(e),n[t(1171)](e))})),u=(0<u[i(878)]&&(s=s.concat([i(965),t(u),""])),n[i(1926)](e)[i(1089)](function(e){return r(n[i(1780)](e),n.optionDescription(e))})),u=(0<u.length&&(s=s[i(1375)](["Options:",t(u),""])),n.visibleCommands(e)[i(1089)](function(e){var t=i;return r(n[t(1721)](e),n[t(770)](e))}));return(s=0<u[i(878)]?s[i(1375)](["Commands:",t(u),""]):s)[i(711)]("\n")}},{key:c(506),value:function(e,t){var r=c;return Math[r(1508)](t.longestOptionTermLength(e,t),t[r(1212)](e,t),t[r(1167)](e,t))}},{key:c(811),value:function(e,t,r){var n,i=c,a=3<arguments[i(878)]&&void 0!==arguments[3]?arguments[3]:40;return e[i(1921)](/[\n]\s+/)||(t=t-r)<a?e:(a=e[i(2045)](0,r),e=e[i(2045)](r),n=" ".repeat(r),r=new RegExp(i(848)+(t-1)+i(1510),"g"),a+(e[i(1921)](r)||[]).map(function(e,t){var r=i;return"\n"===e.slice(-1)&&(e=e[r(2045)](0,e.length-1)),(0<t?n:"")+e.trimRight()}).join("\n"))}}]);e.Help=t}),C=t(function(e){var i,a,o=X,s=k()[o(1103)],t=_createClass(function e(t,r){var n=_0x340d,r=(_classCallCheck(this,e),this[n(824)]=t,this[n(1717)]=r||"",this[n(621)]=t[n(1413)]("<"),this[n(1722)]=t[n(1413)]("["),this.variadic=/\w\.\.\.[>\]]$/[n(1315)](t),this[n(947)]=!1,u(t));this[n(1283)]=r[n(1938)],this[n(1269)]=r[n(560)],this[n(1298)]=!1,this[n(1269)]&&(this[n(1298)]=this[n(1269)][n(1965)](n(1909))),this[n(1465)]=void 0,this.defaultValueDescription=void 0,this[n(984)]=void 0,this[n(2011)]=void 0,this[n(1136)]=void 0,this[n(748)]=!1,this[n(1713)]=void 0,this[n(1564)]=[],this[n(1530)]=void 0},[{key:"default",value:function(e,t){var r=_0x340d;return this[r(1465)]=e,this[r(1710)]=t,this}},{key:(a=o)(1594),value:function(e){return this.presetArg=e,this}},{key:a(971),value:function(e){var t=a;return this[t(1564)]=this[t(1564)][t(1375)](e),this}},{key:"implies",value:function(e){var t=a;return this[t(1530)]=Object[t(1263)](this.implied||{},e),this}},{key:"env",value:function(e){return this[a(2011)]=e,this}},{key:"argParser",value:function(e){return this[a(1136)]=e,this}},{key:a(1720),value:function(){var e=a,t=!(0<arguments[e(878)]&&void 0!==arguments[0])||arguments[0];return this[e(947)]=!!t,this}},{key:"hideHelp",value:function(){var e=a,t=!(0<arguments[e(878)]&&void 0!==arguments[0])||arguments[0];return this[e(748)]=!!t,this}},{key:a(1029),value:function(e,t){var r=a;return t!==this[r(1465)]&&Array[r(875)](t)?t[r(1375)](e):[e]}},{key:a(1936),value:function(e){var n=a,i=this;return this[n(1713)]=e[n(2045)](),this.parseArg=function(e,t){var r=n;if(i[r(1713)][r(1413)](e))return i[r(1855)]?i[r(1029)](e,t):e;throw new s("Allowed choices are "[r(1375)](i[r(1713)][r(711)](", "),"."))},this}},{key:a(784),value:function(){var e=a;return this[e(1269)]?this[e(1269)][e(743)](/^--/,""):this.short[e(743)](/^-/,"")}},{key:"attributeName",value:function(){var n,e=a;return this[e(784)]()[e(743)](/^no-/,"")[(n=o)(2110)]("-").reduce(function(e,t){var r=n;return e+t[0][r(1841)]()+t[r(2045)](1)})}},{key:"is",value:function(e){return this[a(1283)]===e||this.long===e}},{key:a(1151),value:function(){var e=a;return!this.required&&!this[e(1722)]&&!this.negate}}]),r=_createClass(function e(t){var n=_0x340d,i=this;_classCallCheck(this,e),this[n(539)]=new Map,this[n(1452)]=new Map,this[n(786)]=new Set,t.forEach(function(e){var t=n;e.negate?i[t(1452)][t(1132)](e[t(1603)](),e):i[t(539)][t(1132)](e.attributeName(),e)}),this[n(1452)].forEach(function(e,t){var r=n;i[r(539)][r(1987)](t)&&i.dualOptions[r(1174)](t)})},[{key:(i=o)(1034),value:function(e,t){var r=i,n=t[r(1603)]();return!this[r(786)][r(1987)](n)||(n=this.negativeOptions.get(n)[r(984)],t.negate===((void 0!==n&&n)===e))}}]);function u(e){var t,r=o,e=e.split(/[ |,]+/);return 1<e[r(878)]&&!/^[[<]/[r(1315)](e[1])&&(t=e.shift()),e=e[r(2087)](),!t&&/^-[^-]$/[r(1315)](e)&&(t=e,e=void 0),{shortFlag:t,longFlag:e}}e.Option=t,e.splitOptionFlags=u,e[o(1297)]=r}),T=t(function(e){e[X(908)]=function(n,e){var i=_0x340d;if(!e||0===e[i(878)])return"";e=Array.from(new Set(e));var t=n[i(1965)]("--"),a=(t&&(n=n[i(2045)](2),e=e[i(1089)](function(e){return e[i(2045)](2)})),[]),o=3;return e[i(1031)](function(e){var t,r=i;e[r(878)]<=1||(t=((e,t)=>{var r=_0x340d;if(3<Math[r(996)](e.length-t.length))return Math[r(1508)](e[r(878)],t[r(878)]);for(var n=[],i=0;i<=e.length;i++)n[i]=[i];for(var a=0;a<=t.length;a++)n[0][a]=a;for(var o=1;o<=t[r(878)];o++)for(var s=1;s<=e[r(878)];s++){var u=1,u=e[s-1]===t[o-1]?0:1;n[s][o]=Math[r(1166)](n[s-1][o]+1,n[s][o-1]+1,n[s-1][o-1]+u),1<s&&1<o&&e[s-1]===t[o-2]&&e[s-2]===t[o-1]&&(n[s][o]=Math[r(1166)](n[s][o],n[s-2][o-2]+1))}return n[e[r(878)]][t[r(878)]]})(n,e),.4<((r=Math[r(1508)](n[r(878)],e.length))-t)/r&&(t<o?(o=t,a=[e]):t===o&&a.push(e)))}),a.sort(function(e,t){return e[i(1659)](t)}),1<(a=t?a[i(1089)](function(e){return"--"[i(1375)](e)}):a)[i(878)]?"\n(Did you mean one of "[i(1375)](a[i(711)](", "),"?)"):1===a[i(878)]?"\n(Did you mean "[i(1375)](a[0],"?)"):""}}),G=t(function(e){var r,d,i=X,t=require("events").EventEmitter,h=require(i(1024)),l=require(i(1120)),v=require("fs"),p=require(i(765)),n=x(),a=n.Argument,o=n[i(1182)],_=k()[i(1997)],s=E()[i(1786)],n=C(),u=n[i(1955)],c=n[i(1752)],f=n[i(1297)],g=T()[i(908)],n=(d=i,_inherits(m,t),_createClass(m,[{key:d(1996),value:function(e){var t=d;return this[t(581)]=e[t(581)],this[t(807)]=e[t(807)],this[t(1356)]=e[t(1356)],this[t(1572)]=e._helpDescription,this[t(1620)]=e._helpShortFlag,this[t(1436)]=e._helpLongFlag,this._helpCommandName=e[t(959)],this._helpCommandnameAndArgs=e[t(1168)],this._helpCommandDescription=e._helpCommandDescription,this[t(1493)]=e._helpConfiguration,this[t(639)]=e._exitCallback,this[t(1173)]=e[t(1173)],this[t(1835)]=e[t(1835)],this._allowExcessArguments=e._allowExcessArguments,this[t(564)]=e[t(564)],this[t(1379)]=e[t(1379)],this[t(726)]=e[t(726)],this}},{key:d(1350),value:function(e,t,r){var n=d,r=("object"==_typeof(t)&&null!==t&&(r=t,t=null),r||{}),e=_slicedToArray(e.match(/([^ ]+) *(.*)/),3),i=e[1],e=e[2],i=this.createCommand(i);return t&&(i[n(1717)](t),i[n(853)]=!0),r[n(1833)]&&(this[n(719)]=i[n(1940)]),i[n(1366)]=!(!r.noHelp&&!r[n(748)]),i[n(1571)]=r[n(1146)]||null,e&&i[n(1520)](e),this[n(1860)][n(749)](i),i[n(1864)]=this,i[n(1996)](this),t?this:i}},{key:d(1446),value:function(e){return new m(e)}},{key:d(1458),value:function(){var e=d;return Object[e(1263)](new s,this[e(1459)]())}},{key:d(1459),value:function(e){var t=d;return void 0===e?this._helpConfiguration:(this[t(1493)]=e,this)}},{key:d(1201),value:function(e){var t=d;return void 0===e?this[t(581)]:(Object[t(1263)](this[t(581)],e),this)}},{key:d(1770),value:function(){var e=d,t=!(0<arguments[e(878)]&&void 0!==arguments[0])||arguments[0];return typeof t!=e(847)&&(t=!!t),this[e(1379)]=t,this}},{key:d(1072),value:function(){var e=d,t=!(0<arguments[e(878)]&&void 0!==arguments[0])||arguments[0];return this[e(726)]=!!t,this}},{key:d(1042),value:function(e,t){var r=d;if(e._name)return(t=t||{})[r(1833)]&&(this[r(719)]=e[r(1940)]),(t.noHelp||t.hidden)&&(e[r(1366)]=!0),this[r(1860)][r(749)](e),e[r(1864)]=this;throw new Error(r(1535))}},{key:d(1729),value:function(e,t){return new a(e,t)}},{key:d(691),value:function(e,t,r,n){var i=d,e=this[i(1729)](e,t);return"function"==typeof r?e[i(1229)](n)[i(872)](r):e[i(1229)](r),this[i(499)](e),this}},{key:"arguments",value:function(e){var t=d,r=this;return e.split(/ +/)[t(1031)](function(e){r[t(691)](e)}),this}},{key:d(499),value:function(e){var t=d,r=this[t(2003)][t(2045)](-1)[0];if(r&&r[t(1855)])throw new Error(t(1460)[t(1375)](r[t(784)](),"'"));if(e[t(621)]&&void 0!==e[t(1465)]&&void 0===e[t(1136)])throw new Error(t(963)[t(1375)](e.name(),"'"));return this._args[t(749)](e),this}},{key:"addHelpCommand",value:function(e,t){var r=d;return!1===e?this[r(810)]=!1:(this[r(810)]=!0,typeof e==r(847)&&(this[r(959)]=e[r(2110)](" ")[0],this[r(1168)]=e),this._helpCommandDescription=t||this[r(633)]),this}},{key:d(1905),value:function(){var e=d;return void 0===this._addImplicitHelpCommand?this.commands[e(878)]&&!this._actionHandler&&!this[e(1476)]("help"):this._addImplicitHelpCommand}},{key:d(707),value:function(e,t){var r=d,n=[r(713),r(1080),r(1253)];if(n[r(1413)](e))return this._lifeCycleHooks[e]?this._lifeCycleHooks[e][r(749)](t):this[r(1783)][e]=[t],this;throw new Error(r(1562)[r(1375)](e,r(683))[r(1375)](n[r(711)](r(589)),"'"))}},{key:"exitOverride",value:function(e){var t=d;return this[t(639)]=e||function(e){if("commander.executeSubCommandAsync"!==e[t(2077)])throw e},this}},{key:d(1117),value:function(e,t,r){var n=d;this[n(639)]&&this[n(639)](new _(e,t,r)),p[n(1991)](e)}},{key:d(722),value:function(n){var i=this;return this[d(1789)]=function(e){var t=_0x340d,r=i[t(2003)][t(878)],e=e.slice(0,r);return i[t(1173)]?e[r]=i:e[r]=i[t(1523)](),e[t(749)](i),n[t(1819)](i,e)},this}},{key:"createOption",value:function(e,t){return new u(e,t)}},{key:d(680),value:function(a){function n(e,t,r){var n=o,i=(null==e&&void 0!==a.presetArg&&(e=a[n(984)]),s[n(755)](u));if(null!==e&&a[n(1136)])try{e=a[n(1136)](e,i)}catch(e){throw"commander.invalidArgument"===e[n(2077)]&&(t=""[n(1375)](t," ")[n(1375)](e[n(1184)]),s[n(736)](t,{exitCode:e[n(723)],code:e[n(2077)]})),e}else null!==e&&a.variadic&&(e=a[n(1029)](e,i));null==e&&(e=!a[n(1298)]&&(!(!a[n(1151)]()&&!a.optional)||"")),s[n(1671)](u,e,r)}var e,o=d,s=this,t=a[o(784)](),u=a[o(1603)]();a[o(1298)]?(e=a[o(1269)].replace(/^--no-/,"--"),this[o(609)](e)||this.setOptionValueWithSource(u,void 0===a[o(1465)]||a[o(1465)],o(1229))):void 0!==a.defaultValue&&this[o(1671)](u,a[o(1465)],"default"),this[o(606)][o(749)](a);return this.on(o(1209)+t,function(e){var t=o,r="error: option '"[t(1375)](a[t(824)],t(1025)).concat(e,t(1947));n(e,r,t(1533))}),a[o(2011)]&&this.on(o(1477)+t,function(e){var t=o,t=t(1202)[t(1375)](a[t(824)],"' value '")[t(1375)](e,"' from env '")[t(1375)](a.envVar,t(1947));n(e,t,"env")}),this}},{key:d(918),value:function(e,t,r,n,i){var a=d;if("object"==_typeof(t)&&t instanceof u)throw new Error(a(882));var o,t=this[a(1875)](t,r);return t[a(1720)](!!e[a(947)]),typeof n==a(1663)?t[a(1229)](i)[a(872)](n):n instanceof RegExp?(o=n,n=function(e,t){e=o[a(1456)](e);return e?e[0]:t},t[a(1229)](i)[a(872)](n)):t.default(n),this[a(680)](t)}},{key:d(1850),value:function(e,t,r,n){return this[d(918)]({},e,t,r,n)}},{key:d(975),value:function(e,t,r,n){return this._optionEx({mandatory:!0},e,t,r,n)}},{key:"combineFlagAndOptionalValue",value:function(){var e=d,t=!(0<arguments[e(878)]&&void 0!==arguments[0])||arguments[0];return this[e(1835)]=!!t,this}},{key:"allowUnknownOption",value:function(){return this._allowUnknownOption=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this}},{key:d(734),value:function(){return this._allowExcessArguments=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this}},{key:d(1192),value:function(){return this._enablePositionalOptions=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this}},{key:d(844),value:function(){var e=d,t=!(0<arguments.length&&void 0!==arguments[0])||arguments[0];if(this[e(850)]=!!t,this[e(1864)]&&t&&!this[e(1864)][e(564)])throw new Error(e(2067));return this}},{key:d(1741),value:function(){var e=d,t=!(0<arguments[e(878)]&&void 0!==arguments[0])||arguments[0];if(this[e(1173)]=!!t,this[e(606)][e(878)])throw new Error("call .storeOptionsAsProperties() before adding options");return this}},{key:"getOptionValue",value:function(e){var t=d;return(this[t(1173)]?this:this[t(1863)])[e]}},{key:d(652),value:function(e,t){var r=d;return this[r(1173)]?this[e]=t:this[r(1863)][e]=t,this}},{key:d(1671),value:function(e,t,r){return this[d(652)](e,t),this._optionValueSources[e]=r,this}},{key:"getOptionValueSource",value:function(e){return this._optionValueSources[e]}},{key:d(1631),value:function(e,t){var r,n=d;if(void 0!==e&&!Array.isArray(e))throw new Error(n(2078));switch(t=t||{},void 0===e&&(e=p[n(842)],p[n(517)])&&p[n(517)][n(1454)]&&(t[n(1542)]="electron"),this[n(1402)]=e.slice(),t[n(1542)]){case void 0:case n(1389):this[n(2122)]=e[1],r=e[n(2045)](2);break;case"electron":r=p[n(1963)]?(this._scriptPath=e[1],e.slice(2)):e[n(2045)](1);break;case n(1447):r=e.slice(0);break;default:throw new Error(n(1397)[n(1375)](t[n(1542)],n(961)))}return!this[n(1940)]&&this[n(2122)]&&this[n(1781)](this._scriptPath),this._name=this._name||n(557),r}},{key:d(1494),value:function(e,t){e=this[d(1631)](e,t);return this._parseCommand([],e),this}},{key:d(1401),value:(r=_asyncToGenerator(_regenerator().m(function e(r,n){var i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return i=this[t(1631)](r,n),e.n=1,this[t(2065)]([],i);case 1:return e.a(2,this)}},e,this)})),function(e,t){return r.apply(this,arguments)})},{key:d(2012),value:function(n,e){var i=d,a=(e=e[i(2045)](),[i(1097),i(2106),i(518),".mjs",i(695)]);function t(e,t){var r=i,n=l[r(1353)](e,t);return v.existsSync(n)?n:!a[r(1413)](l[r(1016)](t))&&(e=a[r(1516)](function(e){var t=r;return v[t(1302)](""[t(1375)](n)[t(1375)](e))}))?""[r(1375)](n)[r(1375)](e):void 0}this[i(1377)](),this[i(1712)]();var r,o,s,u=n[i(1571)]||""[i(1375)](this[i(1940)],"-")[i(1375)](n[i(1940)]),c=this[i(1677)]||"";if(this[i(2122)]){try{r=v[i(2066)](this[i(2122)])}catch(e){r=this[i(2122)]}c=l[i(1353)](l[i(1019)](r),c)}c&&((r=t(c,u))||n[i(1571)]||!this._scriptPath||(o=l[i(1359)](this[i(2122)],l[i(1016)](this[i(2122)])))!==this[i(1940)]&&(r=t(c,"".concat(o,"-")[i(1375)](n[i(1940)]))),u=r||u),o=a[i(1413)](l[i(1016)](u)),(s=p[i(1623)]!==i(1286)?o?(e[i(846)](u),e=b(p[i(1614)])[i(1375)](e),h[i(1412)](p.argv[0],e,{stdio:i(1428)})):h[i(1412)](u,e,{stdio:i(1428)}):(e[i(846)](u),e=b(p[i(1614)])[i(1375)](e),h[i(1412)](p[i(949)],e,{stdio:i(1428)}))).killed||["SIGUSR1",i(1439),i(1506),i(1235),i(977)][i(1031)](function(t){p.on(t,function(){var e=_0x340d;!1===s[e(1139)]&&null===s[e(723)]&&s[e(1956)](t)})});var f=this[i(639)];f?s.on("close",function(){var e=i;f(new _(p[e(723)]||0,"commander.executeSubCommandAsync",e(579)))}):s.on(i(1096),p[i(1991)][i(2005)](p)),s.on(i(736),function(e){var t,r=i;if(e.code===r(2058))throw t=c?r(1011).concat(c,"'"):"no directory for search for local subcommand, use .executableDir() to supply a custom directory",t="'".concat(u,"' does not exist\n - if '")[r(1375)](n[r(1940)],r(1044))[r(1375)](t),new Error(t);if(e[r(2077)]===r(1170))throw new Error("'"[r(1375)](u,r(781)));f?((t=new _(1,r(828),"(error)"))[r(1449)]=e,f(t)):p[r(1991)](1)}),this[i(1502)]=s}},{key:d(2123),value:function(e,t,r){var n=d,i=this,a=this._findCommand(e);return a||this[n(1203)]({error:!0}),e=this[n(1634)](void 0,a,n(713)),this[n(1348)](e,function(){var e=n;if(!a[e(853)])return a[e(2065)](t,r);i[e(2012)](a,t.concat(r))})}},{key:d(1448),value:function(){var n=d,i=this;this[n(2003)][n(1031)](function(e,t){var r=n;e[r(621)]&&null==i[r(1303)][t]&&i[r(1047)](e[r(784)]())}),!(0<this[n(2003)][n(878)]&&this[n(2003)][this._args[n(878)]-1].variadic)&&this[n(1303)][n(878)]>this[n(2003)][n(878)]&&this[n(1086)](this[n(1303)])}},{key:d(1988),value:function(){function i(t,r,n){var i=_0x340d,e=r;if(null!==r&&t.parseArg)try{e=t.parseArg(r,n)}catch(e){throw"commander.invalidArgument"===e[i(2077)]&&(n=i(1979).concat(r,"' is invalid for argument '").concat(t[i(784)](),i(626))[i(1375)](e[i(1184)]),o[i(736)](n,{exitCode:e[i(723)],code:e[i(2077)]})),e}return e}var a=d,o=this,s=(this[a(1448)](),[]);this[a(2003)][a(1031)](function(r,e){var t=a,n=r[t(1465)];r.variadic?e<o[t(1303)].length?(n=o.args[t(2045)](e),r[t(1136)]&&(n=n[t(1411)](function(e,t){return i(r,t,e)},r.defaultValue))):void 0===n&&(n=[]):e<o[t(1303)][t(878)]&&(n=o[t(1303)][e],r[t(1136)])&&(n=i(r,n,r[t(1465)])),s[e]=n}),this.processedArgs=s}},{key:d(1348),value:function(e,t){var r=d;return e&&e[r(951)]&&"function"==typeof e[r(951)]?e.then(function(){return t()}):t()}},{key:d(640),value:function(e,n){var i=d,r=this,a=e,o=[];return w(this)[i(1906)]()[i(1037)](function(e){return void 0!==e[i(1783)][n]}).forEach(function(t){var r=i;t[r(1783)][n][r(1031)](function(e){o[r(749)]({hookedCommand:t,callback:e})})}),n===i(1253)&&o.reverse(),o[i(1031)](function(e){var t=i;a=r[t(1348)](a,function(){return e[t(1840)](e.hookedCommand,r)})}),a}},{key:d(1634),value:function(e,t,r){var n=d,i=this,a=e;return void 0!==this[n(1783)][r]&&this[n(1783)][r].forEach(function(e){a=i._chainOrCall(a,function(){return e(i,t)})}),a}},{key:d(2065),value:function(t,r){var n=d,i=this,a=this[n(859)](r);if(this[n(1370)](),this[n(643)](),t=t[n(1375)](a[n(1670)]),r=a[n(1385)],this.args=t[n(1375)](r),t&&this[n(1476)](t[0]))return this[n(2123)](t[0],t[n(2045)](1),r);if(this[n(1905)]()&&t[0]===this[n(959)])return 1===t[n(878)]&&this[n(1203)](),this[n(2123)](t[1],[],[this[n(1436)]]);if(this[n(719)])return y(this,r),this[n(2123)](this[n(719)],t,r);!this[n(1860)][n(878)]||0!==this[n(1303)][n(878)]||this[n(1789)]||this[n(719)]||this[n(1203)]({error:!0}),y(this,a[n(1385)]),this._checkForMissingMandatoryOptions(),this[n(1712)]();function e(){var e=n;0<a[e(1385)][e(878)]&&i[e(578)](a[e(1385)][0])}var o,s=n(1609)[n(1375)](this.name());if(this[n(1789)])return e(),this[n(1988)](),o=this[n(640)](o,n(1080)),o=this[n(1348)](o,function(){var e=n;return i[e(1789)](i[e(966)])}),this[n(1864)]&&(o=this._chainOrCall(o,function(){var e=n;i.parent[e(927)](s,t,r)})),o=this[n(640)](o,n(1253));if(this.parent&&this.parent[n(617)](s))e(),this._processArguments(),this[n(1864)].emit(s,t,r);else if(t[n(878)]){if(this[n(1476)]("*"))return this[n(2123)]("*",t,r);this[n(617)]("command:*")?this[n(927)](n(860),t,r):this[n(1860)][n(878)]?this[n(1757)]():(e(),this[n(1988)]())}else this[n(1860)][n(878)]?(e(),this[n(1203)]({error:!0})):(e(),this[n(1988)]())}},{key:d(1476),value:function(r){var n=d;if(r)return this[n(1860)].find(function(e){var t=n;return e[t(1940)]===r||e._aliases[t(1413)](r)})}},{key:d(609),value:function(t){var e=d;return this.options[e(1516)](function(e){return e.is(t)})}},{key:d(1377),value:function(){for(var e=d,t=this;t;t=t[e(1864)])(r=>{r.options.forEach(function(e){var t=_0x340d;e[t(947)]&&void 0===r[t(755)](e[t(1603)]())&&r.missingMandatoryOptionValue(e)})})(t)}},{key:d(801),value:function(){var i=d,a=this,t=this[i(606)].filter(function(e){var t=i,e=e.attributeName();return void 0!==a.getOptionValue(e)&&a.getOptionValueSource(e)!==t(1229)});t[i(1037)](function(e){var t=i;return 0<e[t(1564)][t(878)]})[i(1031)](function(r){var n=i,e=t[n(1516)](function(e){var t=n;return r[t(1564)][t(1413)](e[t(1603)]())});e&&a[n(1652)](r,e)})}},{key:d(1712),value:function(){for(var e=d,t=this;t;t=t.parent)t[e(801)]()}},{key:d(859),value:function(e){var t=d,r=[],n=[],i=r,a=e[t(2045)]();function o(e){return 1<e.length&&"-"===e[0]}for(var s=null;a[t(878)];){var u=a[t(2087)]();if("--"===u){i===n&&i.push(u),(f=i)[t(749)][t(1819)](f,_toConsumableArray(a));break}if(s&&!o(u))this[t(927)](t(1209)[t(1375)](s[t(784)]()),u);else{if(s=null,o(u)){var c,f=this[t(609)](u);if(f){f.required?(void 0===(c=a[t(2087)]())&&this[t(751)](f),this[t(927)](t(1209)[t(1375)](f[t(784)]()),c)):f[t(1722)]?(c=null,0<a.length&&!o(a[0])&&(c=a[t(2087)]()),this[t(927)](t(1209)[t(1375)](f[t(784)]()),c)):this[t(927)](t(1209)[t(1375)](f[t(784)]())),s=f[t(1855)]?f:null;continue}}if(2<u.length&&"-"===u[0]&&"-"!==u[1]){var h=this[t(609)]("-"[t(1375)](u[1]));if(h){h[t(621)]||h.optional&&this[t(1835)]?this[t(927)](t(1209).concat(h[t(784)]()),u.slice(2)):(this.emit(t(1209)[t(1375)](h[t(784)]())),a.unshift("-"[t(1375)](u[t(2045)](2))));continue}}if(/^--[^=]+=/[t(1315)](u)){var h=u[t(1613)]("="),l=this[t(609)](u[t(2045)](0,h));if(l&&(l[t(621)]||l[t(1722)])){this[t(927)](t(1209)[t(1375)](l.name()),u[t(2045)](h+1));continue}}if(o(u)&&(i=n),(this._enablePositionalOptions||this[t(850)])&&0===r[t(878)]&&0===n[t(878)]){if(this[t(1476)](u)){r.push(u),0<a[t(878)]&&n.push[t(1819)](n,_toConsumableArray(a));break}if(u===this._helpCommandName&&this[t(1905)]()){r[t(749)](u),0<a[t(878)]&&r[t(749)][t(1819)](r,_toConsumableArray(a));break}if(this[t(719)]){n[t(749)](u),0<a[t(878)]&&n.push[t(1819)](n,_toConsumableArray(a));break}}if(this._passThroughOptions){i[t(749)](u),0<a[t(878)]&&(l=i)[t(749)][t(1819)](l,_toConsumableArray(a));break}i[t(749)](u)}}return{operands:r,unknown:n}}},{key:d(1523),value:function(){var e=d;if(this[e(1173)]){for(var t={},r=this[e(606)].length,n=0;n<r;n++){var i=this.options[n].attributeName();t[i]=i===this[e(1491)]?this[e(1051)]:this[i]}return t}return this._optionValues}},{key:d(1077),value:function(){return w(this).reduce(function(e,t){var r=_0x340d;return Object[r(1263)](e,t[r(1523)]())},{})}},{key:d(736),value:function(e,t){var r=d,t=(this[r(581)].outputError(""[r(1375)](e,"\n"),this._outputConfiguration[r(944)]),typeof this._showHelpAfterError==r(847)?this._outputConfiguration[r(944)]("".concat(this[r(1379)],"\n")):this[r(1379)]&&(this[r(581)].writeErr("\n"),this[r(1854)]({error:!0})),t||{}),n=t.exitCode||1,t=t[r(2077)]||"commander.error";this[r(1117)](n,t,e)}},{key:"_parseOptionsEnv",value:function(){var n=d,i=this;this.options[n(1031)](function(e){var t,r=n;e.envVar&&e.envVar in p[r(502)]&&(t=e.attributeName(),void 0!==i[r(755)](t)&&![r(1229),r(1444),r(502)][r(1413)](i.getOptionValueSource(t))||(e[r(621)]||e[r(1722)]?i[r(927)]("optionEnv:"[r(1375)](e.name()),p[r(502)][e.envVar]):i[r(927)](r(1477)[r(1375)](e.name()))))})}},{key:"_parseOptionsImplied",value:function(){function i(e){var t=a;return void 0!==o[t(755)](e)&&![t(1229),t(1530)][t(1413)](o.getOptionValueSource(e))}var a=d,o=this,r=new f(this[a(606)]);this[a(606)][a(1037)](function(e){var t=a;return void 0!==e[t(1530)]&&i(e.attributeName())&&r.valueFromOption(o[t(755)](e[t(1603)]()),e)})[a(1031)](function(r){var n=a;Object[n(1645)](r[n(1530)]).filter(function(e){return!i(e)})[n(1031)](function(e){var t=n;o[t(1671)](e,r.implied[e],t(1530))})})}},{key:"missingArgument",value:function(e){var t=d,e=t(1794).concat(e,"'");this[t(736)](e,{code:"commander.missingArgument"})}},{key:d(751),value:function(e){var t=d,e=t(1202)[t(1375)](e.flags,t(1830));this[t(736)](e,{code:t(1820)})}},{key:d(1492),value:function(e){var t=d,e="error: required option '"[t(1375)](e[t(824)],"' not specified");this[t(736)](e,{code:t(1681)})}},{key:"_conflictingOption",value:function(e,t){function r(e){var t=_0x340d,r=(e=i(e))[t(1603)]();return"env"===o.getOptionValueSource(r)?t(1646).concat(e[t(2011)],"'"):"option '".concat(e[t(824)],"'")}var n=d,o=this,i=function(e){var r=_0x340d,n=e[r(1603)](),t=o[r(755)](n),i=o.options.find(function(e){var t=r;return e[t(1298)]&&n===e[t(1603)]()}),a=o[r(606)][r(1516)](function(e){return!e[r(1298)]&&n===e.attributeName()});return i&&(void 0===i[r(984)]&&!1===t||void 0!==i[r(984)]&&t===i[r(984)])?i:a||e},e=n(1525)[n(1375)](r(e),n(590))[n(1375)](r(t));this[n(736)](e,{code:n(2119)})}},{key:"unknownOption",value:function(e){var t=d;if(!this[t(1976)]){var r="";if(e[t(1965)]("--")&&this[t(726)]){var n=[],i=this;do{var a=i.createHelp()[t(1926)](i)[t(1037)](function(e){return e[t(1269)]})[t(1089)](function(e){return e[t(1269)]}),n=n[t(1375)](a),i=i[t(1864)]}while(i&&!i[t(564)]);r=g(e,n)}e=t(1504).concat(e,"'").concat(r);this[t(736)](e,{code:t(1716)})}}},{key:d(1086),value:function(e){var t,r,n=d;this[n(1217)]||(t=1===(r=this[n(2003)][n(878)])?"":"s",r=n(941)[n(1375)](this.parent?n(573)[n(1375)](this.name(),"'"):"",". Expected ").concat(r,n(1129))[n(1375)](t," but got ")[n(1375)](e[n(878)],"."),this[n(736)](r,{code:"commander.excessArguments"}))}},{key:d(1757),value:function(){var r,n=d,e=this[n(1303)][0],t="",e=(this._showSuggestionAfterError&&(r=[],this.createHelp()[n(2085)](this).forEach(function(e){var t=n;r[t(749)](e[t(784)]()),e[t(1904)]()&&r[t(749)](e[t(1904)]())}),t=g(e,r)),n(555).concat(e,"'")[n(1375)](t));this[n(736)](e,{code:"commander.unknownCommand"})}},{key:d(611),value:function(t,e,r){var n=d,i=this;if(void 0===t)return this[n(1051)];this[n(1051)]=t,e=e||"-V, --version",r=r||n(883);e=this[n(1875)](e,r);return this[n(1491)]=e.attributeName(),this.options.push(e),this.on("option:"+e[n(784)](),function(){var e=n;i[e(581)].writeOut("".concat(t,"\n")),i[e(1117)](0,e(629),t)}),this}},{key:d(1717),value:function(e,t){var r=d;return void 0===e&&void 0===t?this[r(1543)]:(this[r(1543)]=e,t&&(this._argsDescription=t),this)}},{key:"summary",value:function(e){var t=d;return void 0===e?this[t(1498)]:(this[t(1498)]=e,this)}},{key:d(1904),value:function(e){var t=d;if(void 0===e)return this._aliases[0];var r=this;if(e===(r=0!==this[t(1860)][t(878)]&&this[t(1860)][this[t(1860)][t(878)]-1][t(853)]?this.commands[this[t(1860)][t(878)]-1]:r)[t(1940)])throw new Error("Command alias can't be the same as its name");return r[t(2094)][t(749)](e),this}},{key:d(1250),value:function(e){var t=d,r=this;return void 0===e?this[t(2094)]:(e[t(1031)](function(e){return r.alias(e)}),this)}},{key:"usage",value:function(e){var t,r=d;return void 0===e?this[r(2079)]?this[r(2079)]:(t=this[r(2003)].map(function(e){return o(e)}),[][r(1375)](this.options.length||this[r(807)]?r(1583):[],this.commands[r(878)]?"[command]":[],this._args[r(878)]?t:[])[r(711)](" ")):(this[r(2079)]=e,this)}},{key:d(784),value:function(e){var t=d;return void 0===e?this._name:(this[t(1940)]=e,this)}},{key:d(1781),value:function(e){var t=d;return this._name=l[t(1359)](e,l[t(1016)](e)),this}},{key:"executableDir",value:function(e){var t=d;return void 0===e?this._executableDir:(this[t(1677)]=e,this)}},{key:d(1647),value:function(e){var t=d,r=this[t(1458)]();return void 0===r.helpWidth&&(r[t(1838)]=e&&e[t(736)]?this[t(581)].getErrHelpWidth():this[t(581)][t(592)]()),r.formatHelp(this,r)}},{key:d(1636),value:function(e){var r=d,n=this,t={error:!!(e=e||{})[r(736)]},i=t[r(736)]?function(e){var t=r;return n[t(581)][t(944)](e)}:function(e){return n[r(581)].writeOut(e)};return t[r(580)]=e.write||i,t[r(1350)]=this,t}},{key:d(1854),value:function(e){var t,r=d,n=("function"==typeof e&&(t=e,e=void 0),this[r(1636)](e)),e=(w(this).reverse()[r(1031)](function(e){var t=r;return e[t(927)](t(1333),n)}),this[r(927)]("beforeHelp",n),this[r(1647)](n));if(t&&typeof(e=t(e))!=r(847)&&!Buffer[r(793)](e))throw new Error(r(2014));n[r(580)](e),this.emit(this._helpLongFlag),this[r(927)]("afterHelp",n),w(this).forEach(function(e){var t=r;return e[t(927)](t(1327),n)})}},{key:d(1255),value:function(e,t){var r=d;return typeof e==r(572)?this._hasHelpOption=e:(this[r(1356)]=e||this[r(1356)],this[r(1572)]=t||this._helpDescription,e=c(this[r(1356)]),this[r(1620)]=e[r(1938)],this[r(1436)]=e.longFlag),this}},{key:d(1203),value:function(e){var t=d,r=(this[t(1854)](e),p[t(723)]||0);0===r&&e&&"function"!=typeof e&&e[t(736)]&&(r=1),this._exit(r,"commander.help",t(1892))}},{key:"addHelpText",value:function(e,n){var i=d,t=[i(2095),"before",i(526),i(1211)];if(t.includes(e))return e=""[i(1375)](e,i(1786)),this.on(e,function(e){var t=i,r=typeof n==t(1663)?n({error:e[t(736)],command:e[t(1350)]}):n;r&&e[t(580)](""[t(1375)](r,"\n"))}),this;throw new Error("Unexpected value for position to addHelpText.\nExpecting one of '"[i(1375)](t[i(711)](i(589)),"'"))}}]));function m(e){var t,r=_0x340d;return _classCallCheck(this,m),(t=_callSuper(this,m))[r(1860)]=[],t[r(606)]=[],t.parent=null,t[r(1976)]=!1,t._allowExcessArguments=!0,t._args=[],t.args=[],t[r(1402)]=[],t[r(966)]=[],t[r(2122)]=null,t[r(1940)]=e||"",t[r(1863)]={},t[r(1585)]={},t[r(1173)]=!1,t[r(1789)]=null,t[r(853)]=!1,t[r(1571)]=null,t._executableDir=null,t[r(719)]=null,t[r(639)]=null,t[r(2094)]=[],t[r(1835)]=!0,t[r(1543)]="",t[r(1498)]="",t[r(776)]=void 0,t[r(564)]=!1,t[r(850)]=!1,t[r(1783)]={},t[r(1379)]=!1,t._showSuggestionAfterError=!0,t._outputConfiguration={writeOut:function(e){return p.stdout.write(e)},writeErr:function(e){return p[r(654)].write(e)},getOutHelpWidth:function(){var e=r;return p[e(1082)][e(1823)]?p.stdout[e(1946)]:void 0},getErrHelpWidth:function(){var e=r;return p.stderr[e(1823)]?p[e(654)].columns:void 0},outputError:function(e,t){return t(e)}},t._hidden=!1,t[r(807)]=!0,t[r(1356)]=r(1237),t[r(1572)]=r(1066),t[r(1620)]="-h",t[r(1436)]="--help",t[r(810)]=void 0,t._helpCommandName=r(1203),t._helpCommandnameAndArgs=r(1275),t._helpCommandDescription="display help for command",t._helpConfiguration={},t}function y(t,e){var r=i;t[r(807)]&&e[r(1516)](function(e){return e===t[r(1436)]||e===t._helpShortFlag})&&(t[r(1854)](),t[r(1117)](0,"commander.helpDisplayed","(outputHelp)"))}function b(e){var o=i;return e[o(1089)](function(e){var t,r,n,i,a=o;return e[a(1965)]("--inspect")&&(r="127.0.0.1",n="9229",null!==(i=e[a(1921)](/^(--inspect(-brk)?)$/))?t=i[1]:null!==(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))?(t=i[1],/^\d+$/[a(1315)](i[3])?n=i[3]:r=i[3]):null!==(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))&&(t=i[1],r=i[3],n=i[4]),t)&&"0"!==n?""[a(1375)](t,"=")[a(1375)](r,":")[a(1375)](parseInt(n)+1):e})}function w(e){for(var t=i,r=[],n=e;n;n=n[t(1864)])r[t(749)](n);return r}e[i(945)]=n}),H=t(function(e,t){var r=X,n=x().Argument,i=G()[r(945)],a=k(),o=a.CommanderError,a=a.InvalidArgumentError,s=E()[r(1786)],u=C()[r(1955)];((e=t.exports=new i).program=e)[r(630)]=n,e[r(945)]=i,e[r(1997)]=o,e[r(1786)]=s,e[r(1103)]=a,e[r(825)]=a,e.Option=u}),F=t(function(e,t){var u=X;"u"<(typeof process===u(2063)?u(2063):_typeof(process))||!process[u(611)]||0===process[u(611)][u(1613)](u(2004))||0===process[u(611)][u(1613)]("v1.")&&0!==process[u(611)][u(1613)](u(1324))?t[u(1540)]={nextTick:function(e,t,r,n){var i=u;if(typeof e!=i(1663))throw new TypeError('"callback" argument must be a function');var a,o,s=arguments[i(878)];switch(s){case 0:case 1:return process[i(862)](e);case 2:return process[i(862)](function(){e.call(null,t)});case 3:return process[i(862)](function(){e[i(1490)](null,t,r)});case 4:return process.nextTick(function(){e.call(null,t,r,n)});default:for(a=new Array(s-1),o=0;o<a[i(878)];)a[o++]=arguments[o];return process[i(862)](function(){e.apply(null,a)})}}}:t.exports=process}),U=t(function(e,t){var r=X,n={}.toString;t[r(1540)]=Array.isArray||function(e){return"[object Array]"==n.call(e)}}),P=t(function(e,t){var r=X;t[r(1540)]=require(r(1870))}),I=t(function(e,t){var i=X,r=require(i(1605)),a=r.Buffer;function n(e,t){for(var r in e)t[r]=e[r]}function o(e,t,r){return a(e,t,r)}a[i(1542)]&&a[i(1673)]&&a[i(915)]&&a[i(705)]?t[i(1540)]=r:(n(r,e),e[i(904)]=o),n(a,o),o[i(1542)]=function(e,t,r){if("number"==typeof e)throw new TypeError(i(1615));return a(e,t,r)},o[i(1673)]=function(e,t,r){var n=i;if("number"!=typeof e)throw new TypeError(n(1122));e=a(e);return void 0!==t?"string"==typeof r?e[n(1026)](t,r):e[n(1026)](t):e[n(1026)](0),e},o[i(915)]=function(e){if("number"!=typeof e)throw new TypeError(i(1122));return a(e)},o[i(705)]=function(e){var t=i;if("number"!=typeof e)throw new TypeError(t(1122));return r[t(924)](e)}}),R=t(function(e){var r=X;function n(e){var t=r;return Object[t(582)][t(2102)][t(1490)](e)}e[r(875)]=function(e){var t=_0x340d;return Array.isArray?Array[t(875)](e):"[object Array]"===n(e)},e.isBoolean=function(e){return"boolean"==typeof e},e[r(1818)]=function(e){return null===e},e.isNullOrUndefined=function(e){return null==e},e.isNumber=function(e){return typeof e==r(1590)},e.isString=function(e){return typeof e==r(847)},e[r(1775)]=function(e){var t=r;return _typeof(e)==t(1058)},e.isUndefined=function(e){return void 0===e},e[r(728)]=function(e){var t=r;return n(e)===t(1134)},e[r(1883)]=function(e){var t=r;return _typeof(e)==t(696)&&null!==e},e.isDate=function(e){var t=r;return n(e)===t(1514)},e[r(1109)]=function(e){var t=r;return n(e)===t(1827)||e instanceof Error},e[r(942)]=function(e){return typeof e==r(1663)},e[r(1606)]=function(e){var t=r;return null===e||typeof e==t(572)||typeof e==t(1590)||typeof e==t(847)||_typeof(e)==t(1058)||"u"<_typeof(e)},e[r(793)]=require("buffer")[r(904)].isBuffer}),M=t(function(e,t){var i=X;typeof Object[i(871)]==i(1663)?t[i(1540)]=function(e,t){var r=i;t&&(e[r(2061)]=t,e[r(582)]=Object[r(871)](t[r(582)],{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(e,t){var r,n=i;t&&(e.super_=t,(r=function(){})[n(582)]=t[n(582)],e[n(582)]=new r,e[n(582)][n(1102)]=e)}}),N=t(function(e,t){var r,n=X;try{if(typeof(r=require(n(1326)))[n(1902)]!=n(1663))throw"";t.exports=r[n(1902)]}catch(e){t[n(1540)]=M()}}),q=t(function(e,t){var r=X;var s,u=I()[r(904)],n=require("util");function i(){var e=_0x340d;if(!(this instanceof i))throw new TypeError("Cannot call a class as a function");this[e(1776)]=null,this[e(616)]=null,this[e(878)]=0}t[r(1540)]=(i[(s=r)(582)][s(749)]=function(e){var t=s,e={data:e,next:null};0<this[t(878)]?this[t(616)][t(1200)]=e:this[t(1776)]=e,this[t(616)]=e,++this[t(878)]},i[s(582)][s(846)]=function(e){var t=s,e={data:e,next:this[t(1776)]};0===this[t(878)]&&(this[t(616)]=e),this[t(1776)]=e,++this[t(878)]},i[s(582)][s(2087)]=function(){var e,t=s;if(0!==this[t(878)])return e=this.head[t(1105)],1===this[t(878)]?this[t(1776)]=this[t(616)]=null:this[t(1776)]=this[t(1776)][t(1200)],--this[t(878)],e},i[s(582)][s(2068)]=function(){this[s(1776)]=this.tail=null,this.length=0},i.prototype[s(711)]=function(e){var t=s;if(0===this[t(878)])return"";for(var r=this[t(1776)],n=""+r[t(1105)];r=r[t(1200)];)n+=e+r[t(1105)];return n},i[s(582)][s(1375)]=function(e){var t=s;if(0===this.length)return u[t(1673)](0);for(var r,n,i=u[t(915)](e>>>0),a=this[t(1776)],o=0;a;)r=a.data,n=o,r.copy(i,n),o+=a[t(1105)][t(878)],a=a[t(1200)];return i},i),n&&n[r(1586)]&&n[r(1586)][r(1478)]&&(t.exports[r(582)][n[r(1586)][r(1478)]]=function(){var e=r,t=n[e(1586)]({length:this[e(878)]});return this[e(1102)][e(784)]+" "+t})}),j=t(function(e,t){var r=X,o=F();function s(e,t){var r=_0x340d;e[r(927)](r(736),t)}t[r(1540)]={destroy:function(e,r){var n=_0x340d,i=this,t=this[n(1856)]&&this._readableState[n(895)],a=this._writableState&&this[n(1808)][n(895)];return t||a?r?r(e):e&&(this[n(1808)]?this[n(1808)][n(1169)]||(this[n(1808)].errorEmitted=!0,o[n(862)](s,this,e)):o[n(862)](s,this,e)):(this[n(1856)]&&(this[n(1856)][n(895)]=!0),this[n(1808)]&&(this[n(1808)].destroyed=!0),this[n(1837)](e||null,function(e){var t=n;!r&&e?i._writableState?i[t(1808)][t(1169)]||(i._writableState[t(1169)]=!0,o[t(862)](s,i,e)):o[t(862)](s,i,e):r&&r(e)})),this},undestroy:function(){var e=_0x340d;this[e(1856)]&&(this[e(1856)][e(895)]=!1,this[e(1856)][e(1196)]=!1,this[e(1856)][e(1550)]=!1,this._readableState[e(1604)]=!1),this[e(1808)]&&(this._writableState.destroyed=!1,this[e(1808)][e(1550)]=!1,this[e(1808)][e(1395)]=!1,this[e(1808)][e(1916)]=!1,this[e(1808)][e(1591)]=!1,this[e(1808)][e(1968)]=!1,this[e(1808)][e(1169)]=!1)}}}),K=t(function(e,t){var r=X;t[r(1540)]=require(r(1326)).deprecate}),d=t(function(e,t){var v=X,p=F();function h(o){var e=v,s=this;this[e(1200)]=null,this[e(835)]=null,this[e(1195)]=function(){var e=s,t=o,r=void 0,n=v,i=e.entry;for(e[n(835)]=null;i;){var a=i[n(1840)];t[n(1257)]--,a(r),i=i[n(1200)]}t[n(549)][n(1200)]=e}}t[v(1540)]=c;var o,d=!process.browser&&-1<[v(1406),v(1227)][v(1613)](process[v(611)][v(2045)](0,5))?setImmediate:p[v(862)],t=(c[v(635)]=s,Object[v(871)](R())),r=(t[v(1902)]=N(),{deprecate:K()}),n=P(),_=I()[v(904)],g=(("undefined"==typeof global?v(2063):_typeof(global))<"u"?global:(typeof window===v(2063)?v(2063):_typeof(window))<"u"?window:("undefined"==typeof self?v(2063):_typeof(self))<"u"?self:{})[v(1376)]||function(){};var i,a=j();function m(){}function s(e,l){var t=v,r=(o=o||L(),e=e||{},l instanceof o),n=(this[t(1873)]=!!e[t(1873)],r&&(this[t(1873)]=this.objectMode||!!e[t(2047)]),e[t(1483)]),i=e[t(773)],a=this[t(1873)]?16:16384,n=(n||0===n?this[t(1483)]=n:r&&(i||0===i)?this[t(1483)]=i:this.highWaterMark=a,this.highWaterMark=Math[t(1463)](this[t(1483)]),this[t(1916)]=!1,this[t(603)]=!1,this.ending=!1,this[t(1550)]=!1,this[t(1968)]=!1,(this[t(895)]=!1)===e[t(706)]);this[t(706)]=!n,this[t(1549)]=e[t(1549)]||"utf8",this[t(878)]=0,this[t(1251)]=!1,this[t(771)]=0,this[t(552)]=!0,this[t(1575)]=!1,this[t(764)]=function(e){e=e,n=(t=l)[(r=v)(1808)],i=n[r(552)],a=n[r(1793)];var t,r,n,i,a,o=n,s=v;{var u,c,f,h;(o.writing=!1,o.writecb=null,o[s(878)]-=o.writelen,o[s(886)]=0,e)?(o=t,u=i,c=e,f=a,--(s=n)[(h=v)(1257)],u?(p.nextTick(f,c),p[h(862)](x,o,s),o[h(1808)][h(1169)]=!0,o.emit(h(736),c)):(f(c),o[h(1808)].errorEmitted=!0,o[h(927)]("error",c),x(o,s))):((e=k(n))||n[r(771)]||n[r(1575)]||!n[r(1894)]||w(t,n),i?d(b,t,n,e,a):b(t,n,e,a))}},this[t(1793)]=null,this.writelen=0,this[t(1894)]=null,this[t(1974)]=null,this[t(1257)]=0,this[t(1591)]=!1,this[t(1169)]=!1,this.bufferedRequestCount=0,this[t(549)]=new h(this)}t.inherits(c,n),s[v(582)].getBuffer=function(){for(var e=v,t=this.bufferedRequest,r=[];t;)r[e(749)](t),t=t[e(1200)];return r};var u=v;try{Object[u(568)](s[u(582)],"buffer",{get:r[u(672)](function(){return this[u(999)]()},u(1511),u(1687))})}catch(e){}function c(e){var t=v;if(o=o||L(),!(i[t(1490)](c,this)||this instanceof o))return new c(e);this._writableState=new s(e,this),this.writable=!0,e&&(typeof e[t(580)]==t(1663)&&(this[t(1369)]=e[t(580)]),"function"==typeof e.writev&&(this[t(2030)]=e[t(1282)]),typeof e[t(504)]==t(1663)&&(this._destroy=e.destroy),typeof e.final==t(1663))&&(this._final=e[t(1519)]),n[t(1490)](this)}function y(e,t,r,n,i,a,o){var s=v;t[s(886)]=n,t[s(1793)]=o,t[s(1251)]=!0,t[s(552)]=!0,r?e[s(2030)](i,t.onwrite):e._write(i,a,t[s(764)]),t[s(552)]=!1}function b(e,t,r,n){var i,a,o=v;r||(r=e,a=v,0===(i=t).length&&i[a(603)]&&(i[a(603)]=!1,r[a(927)]("drain"))),t[o(1257)]--,n(),x(e,t)}function w(e,t){var r=v,n=(t[r(1575)]=!0,t.bufferedRequest);if(e[r(2030)]&&n&&n[r(1200)]){var i=t[r(600)],a=new Array(i),i=t.corkedRequestsFree;i.entry=n;for(var o=0,s=!0;n;)(a[o]=n).isBuf||(s=!1),n=n[r(1200)],o+=1;a[r(1596)]=s,y(e,t,!0,t[r(878)],a,"",i[r(1195)]),t[r(1257)]++,t[r(1974)]=null,i[r(1200)]?(t[r(549)]=i[r(1200)],i[r(1200)]=null):t[r(549)]=new h(t),t[r(600)]=0}else{for(;n;){var u=n[r(1621)],c=n.encoding,f=n[r(1840)];if(y(e,t,!1,t[r(1873)]?1:u[r(878)],u,c,f),n=n[r(1200)],t.bufferedRequestCount--,t[r(1251)])break}null===n&&(t[r(1974)]=null)}t[r(1894)]=n,t[r(1575)]=!1}function k(e){var t=v;return e[t(1395)]&&0===e[t(878)]&&null===e[t(1894)]&&!e.finished&&!e.writing}function f(r,n){var i=v;r[i(1277)](function(e){var t=i;n[t(1257)]--,e&&r[t(927)](t(736),e),n.prefinished=!0,r[t(927)](t(1857)),x(r,n)})}function x(e,t){var r,n,i,a=v,o=k(t);return o&&(r=e,i=v,(n=t).prefinished||n.finalCalled||("function"==typeof r[i(1277)]?(n[i(1257)]++,n.finalCalled=!0,p[i(862)](f,r,n)):(n.prefinished=!0,r[i(927)]("prefinish"))),0===t[a(1257)])&&(t[a(1968)]=!0,e.emit("finish")),o}"function"==typeof Symbol&&Symbol[v(1637)]&&typeof Function[v(582)][Symbol[v(1637)]]==v(1663)?(i=Function[v(582)][Symbol[v(1637)]],Object.defineProperty(c,Symbol.hasInstance,{value:function(e){var t=v;return!!i[t(1490)](this,e)||this===c&&e&&e[t(1808)]instanceof s}})):i=function(e){return e instanceof this},c.prototype[v(1707)]=function(){var e=v;this[e(927)]("error",new Error(e(864)))},c[v(582)][v(580)]=function(e,t,r){var n,i,a,o,s,u,c,f=v,h=this._writableState,l=!1,d=!h[f(1873)]&&(d=e,_.isBuffer(d)||d instanceof g);return d&&!_[f(793)](e)&&(c=e,e=_.from(c)),typeof t==f(1663)&&(r=t,t=null),t=d?"buffer":t||h[f(1549)],typeof r!=f(1663)&&(r=m),h[f(1550)]?(c=this,f=r,s=v,u=new Error(s(1715)),c[s(927)]("error",u),p.nextTick(f,u)):(d||(s=this,f=h,u=r,i=v,o=!(a=!0),null===(n=e)?o=new TypeError(i(1869)):typeof n==i(847)||void 0===n||f[i(1873)]||(o=new TypeError(i(950))),o&&(s[i(927)](i(736),o),p[i(862)](u,o),a=!1),a))&&(h.pendingcb++,l=((e,t,r,n,i,a)=>{var o,s=v,u=(r||(u=((e,t,r)=>{var n=v;return t=e[n(1873)]||!1===e.decodeStrings||typeof t!=n(847)?t:_.from(t,r)})(t,n,i),n!==u&&(r=!0,i="buffer",n=u)),t[s(1873)]?1:n.length),c=(t[s(878)]+=u,t[s(878)]<t[s(1483)]);return c||(t[s(603)]=!0),t.writing||t[s(771)]?(o=t[s(1974)],t[s(1974)]={chunk:n,encoding:i,isBuf:r,callback:a,next:null},o?o.next=t[s(1974)]:t[s(1894)]=t.lastBufferedRequest,t.bufferedRequestCount+=1):y(e,t,!1,u,n,i,a),c})(this,h,d,e,t,r)),l},c[v(582)][v(1486)]=function(){var e=v;this[e(1808)][e(771)]++},c[v(582)].uncork=function(){var e=v,t=this[e(1808)];!t[e(771)]||(t[e(771)]--,t[e(1251)])||t.corked||t.bufferProcessing||!t[e(1894)]||w(this,t)},c[v(582)][v(519)]=function(e){var t=v;if(typeof e==t(847)&&(e=e[t(1573)]()),-1<[t(1557),t(531),t(943),t(1407),t(2076),"base64",t(1765),t(1222),t(1629),t(1450),t(1095)][t(1613)]((e+"")[t(1573)]()))return this[t(1808)][t(1549)]=e,this;throw new TypeError(t(881)+e)},Object.defineProperty(c.prototype,v(773),{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),c[v(582)][v(1369)]=function(e,t,r){r(new Error(v(678)))},c[v(582)][v(2030)]=null,c[v(582)][v(1732)]=function(e,t,r){var n=v,i=this[n(1808)];typeof e==n(1663)?(r=e,t=e=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),i[n(771)]&&(i.corked=1,this[n(1849)]()),i[n(1395)]||(e=this,t=r,(n=i)[(r=v)(1395)]=!0,x(e,n),t&&(n[r(1968)]?p.nextTick(t):e[r(1002)](r(1195),t)),n[r(1550)]=!0,e.writable=!1)},Object[v(568)](c[v(582)],v(895),{get:function(){return void 0!==this[v(1808)]&&this._writableState.destroyed},set:function(e){var t=v;this[t(1808)]&&(this[t(1808)][t(895)]=e)}}),c[v(582)][v(504)]=a[v(504)],c[v(582)][v(1526)]=a[v(591)],c.prototype[v(1837)]=function(e,t){this[v(1732)](),t(e)}}),L=t(function(e,t){var r,n,i,a=X,o=F(),s=Object[a(1645)]||function(e){var t,r=a,n=[];for(t in e)n[r(749)](t);return n},t=(t[a(1540)]=f,Object[a(871)](R())),u=(t[a(1902)]=N(),v()),c=d();for(t[a(1902)](f,u),r=s(c[a(582)]),i=0;i<r[a(878)];i++)n=r[i],f[a(582)][n]||(f[a(582)][n]=c[a(582)][n]);function f(e){var t=a;if(!(this instanceof f))return new f(e);u[t(1490)](this,e),c[t(1490)](this,e),e&&!1===e[t(1180)]&&(this.readable=!1),e&&!1===e[t(1194)]&&(this[t(1194)]=!1),this[t(644)]=!0,e&&!1===e[t(644)]&&(this[t(644)]=!1),this[t(1002)](t(1732),h)}function h(){var e=a;this.allowHalfOpen||this[e(1808)][e(1550)]||o[e(862)](l,this)}function l(e){e.end()}Object[a(568)](f[a(582)],a(773),{enumerable:!1,get:function(){var e=a;return this[e(1808)][e(1483)]}}),Object[a(568)](f[a(582)],a(895),{get:function(){var e=a;return void 0!==this._readableState&&void 0!==this[e(1808)]&&this[e(1856)][e(895)]&&this[e(1808)][e(895)]},set:function(e){var t=a;void 0!==this[t(1856)]&&void 0!==this[t(1808)]&&(this[t(1856)][t(895)]=e,this[t(1808)][t(895)]=e)}}),f.prototype[a(1837)]=function(e,t){var r=a;this.push(null),this[r(1732)](),o[r(862)](t,e)}}),z=t(function(e){var o=X,n=I().Buffer,i=n[o(821)]||function(e){var t=o;switch((e=""+e)&&e[t(1573)]()){case t(1557):case t(531):case t(943):case"ascii":case t(2076):case t(2101):case"ucs2":case t(1222):case t(1629):case t(1450):case t(1095):return!0;default:return!1}};function a(e){var t=o,r=(e=>{var t,r=o;if(!e)return"utf8";for(;;)switch(e){case r(531):case r(943):return"utf8";case r(1765):case"ucs-2":case r(1629):case r(1450):return"utf16le";case"latin1":case"binary":return r(877);case r(2101):case r(1407):case r(1557):return e;default:if(t)return;e=(""+e)[r(1573)](),t=!0}})(e);if(typeof r==t(847)||n[t(821)]!==i&&i(e))return r||e;throw new Error("Unknown encoding: "+e)}function t(e){var t,r=o;switch(this[r(1262)]=a(e),this.encoding){case r(1629):this[r(1984)]=c,this[r(1732)]=f,t=4;break;case r(531):this[r(946)]=u,t=4;break;case"base64":this[r(1984)]=h,this.end=l,t=3;break;default:return this.write=d,void(this[r(1732)]=v)}this[r(657)]=0,this[r(1957)]=0,this[r(1945)]=n[r(915)](t)}function s(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function u(e){var t,r,n=o,i=this.lastTotal-this[n(657)],a=(t=this,r=o,128!=(192&(a=e)[0])?(t[r(657)]=0,"�"):1<t.lastNeed&&1<a[r(878)]?128!=(192&a[1])?(t[r(657)]=1,"�"):2<t[r(657)]&&2<a[r(878)]&&128!=(192&a[2])?(t[r(657)]=2,"�"):void 0:void 0);return void 0!==a?a:this[n(657)]<=e[n(878)]?(e[n(2010)](this[n(1945)],i,0,this[n(657)]),this[n(1945)][n(2102)](this[n(1262)],0,this[n(1957)])):(e[n(2010)](this[n(1945)],i,0,e[n(878)]),void(this[n(657)]-=e[n(878)]))}function c(e,t){var r=o;if((e[r(878)]-t)%2!=0)return this.lastNeed=1,this.lastTotal=2,this[r(1945)][0]=e[e.length-1],e[r(2102)](r(1629),t,e[r(878)]-1);t=e.toString(r(1629),t);if(t){var n=t[r(1581)](t[r(878)]-1);if(55296<=n&&n<=56319)return this[r(657)]=2,this.lastTotal=4,this[r(1945)][0]=e[e[r(878)]-2],this.lastChar[1]=e[e.length-1],t[r(2045)](0,-1)}return t}function f(e){var t,r=o,e=e&&e.length?this[r(580)](e):"";return this[r(657)]?(t=this[r(1957)]-this[r(657)],e+this[r(1945)].toString("utf16le",0,t)):e}function h(e,t){var r=o,n=(e[r(878)]-t)%3;return 0==n?e[r(2102)](r(2101),t):(this[r(657)]=3-n,this.lastTotal=3,1==n?this[r(1945)][0]=e[e[r(878)]-1]:(this[r(1945)][0]=e[e[r(878)]-2],this.lastChar[1]=e[e[r(878)]-1]),e[r(2102)](r(2101),t,e[r(878)]-n))}function l(e){var t=o,e=e&&e[t(878)]?this[t(580)](e):"";return this[t(657)]?e+this[t(1945)][t(2102)](t(2101),0,3-this[t(657)]):e}function d(e){var t=o;return e[t(2102)](this[t(1262)])}function v(e){var t=o;return e&&e[t(878)]?this[t(580)](e):""}(e.StringDecoder=t)[o(582)][o(580)]=function(e){var t,r,n=o;if(0===e.length)return"";if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";r=this[n(657)],this.lastNeed=0}else r=0;return r<e.length?t?t+this[n(1984)](e,r):this[n(1984)](e,r):t||""},t[o(582)][o(1732)]=function(e){var t=o,e=e&&e[t(878)]?this[t(580)](e):"";return this[t(657)]?e+"�":e},t[o(582)].text=function(e,t){var r=o,n=((e,t,r)=>{var n,i=t[o(878)]-1;return i<r?0:0<=(n=s(t[i]))?(0<n&&(e.lastNeed=n-1),n):--i<r||-2===n?0:0<=(n=s(t[i]))?(0<n&&(e.lastNeed=n-2),n):!(--i<r||-2===n)&&0<=(n=s(t[i]))?(0<n&&(2===n?n=0:e.lastNeed=n-3),n):0})(this,e,t);if(!this[r(657)])return e[r(2102)](r(531),t);this[r(1957)]=n;n=e[r(878)]-(n-this.lastNeed);return e[r(2010)](this[r(1945)],0,n),e[r(2102)]("utf8",t,n)},t[o(582)][o(946)]=function(e){var t=o;if(this[t(657)]<=e.length)return e[t(2010)](this[t(1945)],this[t(1957)]-this.lastNeed,0,this[t(657)]),this.lastChar[t(2102)](this[t(1262)],0,this[t(1957)]);e[t(2010)](this.lastChar,this.lastTotal-this[t(657)],0,e[t(878)]),this[t(657)]-=e[t(878)]}}),v=t(function(e,t){function g(e,t){var r=m;return e[r(2032)](t)[r(878)]}var o,m=X,y=F(),b=(t[m(1540)]=a,U()),n=(a[m(1733)]=i,require(m(715))[m(1220)],P()),d=I()[m(904)],v=((typeof global===m(2063)?"undefined":_typeof(global))<"u"?global:("undefined"==typeof window?m(2063):_typeof(window))<"u"?window:(typeof self===m(2063)?m(2063):_typeof(self))<"u"?self:{})[m(1376)]||function(){};var s,t=Object[m(871)](R()),r=(t[m(1902)]=N(),require("util")),w=void 0,w=r&&r[m(1803)]?r[m(1803)](m(1870)):function(){},u=q(),r=j(),c=(t[m(1902)](a,n),["error",m(1096),m(504),m(958),"resume"]);function i(e,t){var r=m,t=(e=e||{},t instanceof(o=o||L())),n=(this[r(1873)]=!!e[r(1873)],t&&(this[r(1873)]=this[r(1873)]||!!e[r(1061)]),e[r(1483)]),i=e[r(2083)],a=this[r(1873)]?16:16384;n||0===n?this[r(1483)]=n:t&&(i||0===i)?this.highWaterMark=i:this[r(1483)]=a,this.highWaterMark=Math[r(1463)](this[r(1483)]),this[r(1605)]=new u,this[r(878)]=0,this[r(510)]=null,this[r(896)]=0,this[r(1799)]=null,this[r(1550)]=!1,this[r(1604)]=!1,this.reading=!1,this[r(552)]=!0,this[r(1539)]=!1,this[r(1489)]=!1,this[r(1399)]=!1,this[r(1813)]=!1,this[r(895)]=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this[r(1107)]=0,this[r(699)]=!1,this[r(1683)]=null,this[r(1262)]=null,e[r(1262)]&&(s=s||z().StringDecoder,this[r(1683)]=new s(e[r(1262)]),this[r(1262)]=e.encoding)}function a(e){var t=m;if(o=o||L(),!(this instanceof a))return new a(e);this._readableState=new i(e,this),this[t(1180)]=!0,e&&(typeof e[t(2062)]==t(1663)&&(this[t(1464)]=e[t(2062)]),typeof e.destroy==t(1663))&&(this[t(1837)]=e[t(504)]),n[t(1490)](this)}function f(e,t,r,n,i){var a,o,s,u,c,f,h=m,l=e[h(1856)];return null===t?(l[h(1196)]=!1,o=e,(c=l)[(u=m)(1550)]||(c[u(1683)]&&(s=c.decoder[u(1732)]())&&s[u(878)]&&(c[u(1605)][u(749)](s),c[u(878)]+=c[u(1873)]?1:s[u(878)]),c[u(1550)]=!0,_(o))):(i||(s=l,c=m,a=f=(e=>d[m(793)](e)||e instanceof v)(u=t)||"string"==typeof u||void 0===u||s[c(1873)]?f:new TypeError(c(950))),a?e[h(927)](h(736),a):l.objectMode||t&&0<t[h(878)]?(typeof t==h(847)||l[h(1873)]||Object[h(829)](t)===d.prototype||(o=t,t=d[m(1542)](o)),n?l[h(1604)]?e[h(927)](h(736),new Error(h(1033))):p(e,l,t,!0):l[h(1550)]?e.emit(h(736),new Error(h(1059))):(l.reading=!1,!l.decoder||r||(t=l[h(1683)][h(580)](t),l[h(1873)])||0!==t.length?p(e,l,t,!1):x(e,l))):n||(l[h(1196)]=!1)),!(i=l)[(f=m)(1550)]&&(i.needReadable||i[f(878)]<i[f(1483)]||0===i[f(878)])}function p(e,t,r,n){var i=m;t[i(1799)]&&0===t[i(878)]&&!t[i(552)]?(e.emit(i(1105),r),e.read(0)):(t[i(878)]+=t[i(1873)]?1:r[i(878)],n?t.buffer[i(846)](r):t.buffer[i(749)](r),t.needReadable&&_(e)),x(e,t)}Object[m(568)](a[m(582)],m(895),{get:function(){var e=m;return void 0!==this[e(1856)]&&this[e(1856)][e(895)]},set:function(e){var t=m;this._readableState&&(this[t(1856)][t(895)]=e)}}),a[m(582)][m(504)]=r.destroy,a[m(582)][m(1526)]=r.undestroy,a[m(582)][m(1837)]=function(e,t){this[m(749)](null),t(e)},a[m(582)][m(749)]=function(e,t){var r,n=m,i=this[n(1856)];return i[n(1873)]?r=!0:"string"==typeof e&&((t=t||i[n(1549)])!==i[n(1262)]&&(e=d[n(1542)](e,t),t=""),r=!0),f(this,e,t,!1,r)},a[m(582)][m(846)]=function(e){return f(this,e,null,!0,!1)},a[m(582)][m(1517)]=function(){var e=m;return!1===this[e(1856)][e(1799)]},a[m(582)][m(2073)]=function(e){var t=m;return s=s||z()[t(1689)],this[t(1856)][t(1683)]=new s(e),this[t(1856)][t(1262)]=e,this};var h=8388608;function l(e,t){var r,n=m;return e<=0||0===t[n(878)]&&t[n(1550)]?0:t[n(1873)]?1:e!=e?(t[n(1799)]&&t.length?t[n(1605)][n(1776)][n(1105)]:t)[n(878)]:(e>t[n(1483)]&&(t[n(1483)]=(h<=(r=e)?r=h:(r--,r=(r=(r=(r=(r|=r>>>1)|r>>>2)|r>>>4)|r>>>8)|r>>>16,r++),r)),e<=t[n(878)]?e:t.ended?t.length:(t.needReadable=!0,0))}function _(e){var t=m,r=e[t(1856)];r.needReadable=!1,r[t(1489)]||(w(t(2037),r.flowing),r[t(1489)]=!0,r.sync?y.nextTick(k,e):k(e))}function k(e){w(m(805)),e.emit("readable"),S(e)}function x(e,t){var r=m;t[r(699)]||(t[r(699)]=!0,y.nextTick(E,e,t))}function E(e,t){for(var r=m,n=t.length;!t[r(1196)]&&!t[r(1799)]&&!t[r(1550)]&&t[r(878)]<t[r(1483)]&&(w(r(1599)),e[r(2062)](0),n!==t[r(878)]);)n=t[r(878)];t[r(699)]=!1}function C(e){var t=m;w(t(1271)),e[t(2062)](0)}function A(e,t){var r=m;t[r(1196)]||(w("resume read 0"),e[r(2062)](0)),t[r(1813)]=!1,t[r(1107)]=0,e[r(927)](r(1426)),S(e),t[r(1799)]&&!t.reading&&e[r(2062)](0)}function S(e){var t=m,r=e[t(1856)];for(w(t(1083),r[t(1799)]);r[t(1799)]&&null!==e[t(2062)](););}function D(e,t){var r,n,i,a=m;return 0===t[a(878)]?null:(t.objectMode?r=t[a(1605)][a(2087)]():!e||e>=t[a(878)]?(r=t[a(1683)]?t[a(1605)][a(711)](""):1===t[a(1605)][a(878)]?t.buffer[a(1776)][a(1105)]:t[a(1605)].concat(t[a(878)]),t[a(1605)].clear()):(e=e,n=t[a(1605)],t=t[a(1683)],e<n[(a=m)(1776)][a(1105)][a(878)]?(i=n.head[a(1105)][a(2045)](0,e),n[a(1776)][a(1105)]=n[a(1776)][a(1105)].slice(e)):i=e===n[a(1776)][a(1105)][a(878)]?n[a(2087)]():(t?(e,t)=>{var r=m,n=t.head,i=1,a=n[r(1105)];for(e-=a[r(878)];n=n[r(1200)];){var o=n[r(1105)],s=e>o[r(878)]?o.length:e;if(s===o[r(878)]?a+=o:a+=o[r(2045)](0,e),0===(e-=s)){s===o.length?(++i,n[r(1200)]?t[r(1776)]=n[r(1200)]:t[r(1776)]=t.tail=null):(t[r(1776)]=n)[r(1105)]=o[r(2045)](s);break}++i}return t.length-=i,a}:(e,t)=>{var r=m,n=d.allocUnsafe(e),i=t[r(1776)],a=1;for(i[r(1105)].copy(n),e-=i[r(1105)][r(878)];i=i[r(1200)];){var o=i[r(1105)],s=e>o.length?o[r(878)]:e;if(o[r(2010)](n,n[r(878)]-e,0,s),0===(e-=s)){s===o[r(878)]?(++a,i[r(1200)]?t[r(1776)]=i[r(1200)]:t[r(1776)]=t[r(616)]=null):(t[r(1776)]=i)[r(1105)]=o.slice(s);break}++a}return t[r(878)]-=a,n})(e,n),r=i),r)}function O(e){var t=m,r=e._readableState;if(0<r.length)throw new Error('"endReadable()" called on non-empty stream');r[t(1604)]||(r.ended=!0,y[t(862)](B,r,e))}function B(e,t){var r=m;e[r(1604)]||0!==e[r(878)]||(e[r(1604)]=!0,t[r(1180)]=!1,t.emit("end"))}function T(e,t){for(var r=0,n=e[m(878)];r<n;r++)if(e[r]===t)return r;return-1}a[m(582)][m(2062)]=function(e){var t,r=m,n=(w(r(2062),e),e=parseInt(e,10),this._readableState),i=e;return 0!==e&&(n[r(1489)]=!1),0===e&&n[r(1539)]&&(n[r(878)]>=n.highWaterMark||n[r(1550)])?(w(r(559),n.length,n[r(1550)]),(0===n.length&&n[r(1550)]?O:_)(this),null):0===(e=l(e,n))&&n[r(1550)]?(0===n[r(878)]&&O(this),null):(t=n[r(1539)],w(r(656),t),(0===n[r(878)]||n.length-e<n[r(1483)])&&(t=!0,w(r(732),t)),n[r(1550)]||n[r(1196)]?w("reading or ended",t=!1):t&&(w(r(2111)),n[r(1196)]=!0,n[r(552)]=!0,0===n.length&&(n[r(1539)]=!0),this._read(n.highWaterMark),n[r(552)]=!1,n[r(1196)]||(e=l(i,n))),null===(t=0<e?D(e,n):null)?(n[r(1539)]=!0,e=0):n[r(878)]-=e,0===n[r(878)]&&(n[r(1550)]||(n[r(1539)]=!0),i!==e)&&n[r(1550)]&&O(this),null!==t&&this.emit(r(1105),t),t)},a[m(582)][m(1464)]=function(e){var t=m;this[t(927)](t(736),new Error(t(1969)))},a.prototype[m(1707)]=function(n,e){var i=m,a=this,o=this[i(1856)];switch(o[i(896)]){case 0:o[i(510)]=n;break;case 1:o[i(510)]=[o.pipes,n];break;default:o.pipes[i(749)](n)}o[i(896)]+=1,w(i(858),o.pipesCount,e);e=(!e||!1!==e.end)&&n!==process[i(1082)]&&n!==process[i(654)]?u:_;function s(e,t){var r=i;w("onunpipe"),e===a&&t&&!1===t[r(576)]&&(t.hasUnpiped=!0,w((e=i)(1696)),n.removeListener(e(1096),v),n[e(545)](e(1195),p),n[e(545)](e(756),c),n[e(545)](e(736),d),n[e(545)](e(1890),s),a[e(545)](e(1732),u),a[e(545)](e(1732),_),a[e(545)](e(1105),l),f=!0,!o[e(1107)]||n[e(1808)]&&!n[e(1808)][e(603)]||c())}function u(){var e=i;w(e(1580)),n[e(1732)]()}o[i(1604)]?y[i(862)](e):a.once(i(1732),e),n.on(i(1890),s);r=a;var r,c=function(){var e=_0x340d,t=r[e(1856)];w(e(750),t.awaitDrain),t.awaitDrain&&t[e(1107)]--,0===t.awaitDrain&&g(r,e(1105))&&(t[e(1799)]=!0,S(r))},f=(n.on("drain",c),!1);var h=!1;function l(e){var t=i;w("ondata"),(h=!1)!==n[t(580)](e)||h||((1===o[t(896)]&&o[t(510)]===n||1<o[t(896)]&&-1!==T(o.pipes,n))&&!f&&(w("false write response, pause",o[t(1107)]),o[t(1107)]++,h=!0),a.pause())}function d(e){var t=i;w(t(2018),e),_(),n[t(545)]("error",d),0===g(n,t(736))&&n[t(927)]("error",e)}function v(){n[i(545)]("finish",p),_()}function p(){var e=i;w(e(757)),n[e(545)]("close",v),_()}function _(){var e=i;w(e(1890)),a[e(1890)](n)}return a.on(i(1105),l),((e,t,r)=>{var n=m;if(typeof e[n(1962)]==n(1663))return e.prependListener(t,r);e[n(890)]&&e[n(890)][t]?b(e[n(890)][t])?e[n(890)][t][n(846)](r):e[n(890)][t]=[r,e[n(890)][t]]:e.on(t,r)})(n,i(736),d),n[i(1002)](i(1096),v),n[i(1002)](i(1195),p),n[i(927)]("pipe",a),o[i(1799)]||(w("pipe resume"),a[i(1426)]()),n},a[m(582)][m(1890)]=function(e){var t=m,r=this[t(1856)],n={hasUnpiped:!1};if(0!==r[t(896)])if(1===r[t(896)])e&&e!==r[t(510)]||(e=e||r[t(510)],r[t(510)]=null,r[t(896)]=0,r[t(1799)]=!1,e&&e[t(927)](t(1890),this,n));else if(e){var i=T(r[t(510)],e);-1!==i&&(r.pipes[t(1746)](i,1),--r[t(896)],1===r.pipesCount&&(r.pipes=r[t(510)][0]),e[t(927)](t(1890),this,n))}else{var a=r[t(510)],o=r[t(896)];r[t(510)]=null,r[t(896)]=0,r[t(1799)]=!1;for(var s=0;s<o;s++)a[s][t(927)](t(1890),this,{hasUnpiped:!1})}return this},a[m(582)].on=function(e,t){var r=m,t=n[r(582)].on[r(1490)](this,e,t);return e===r(1105)?!1!==this._readableState[r(1799)]&&this.resume():e!==r(1180)||(e=this[r(1856)])[r(1604)]||e[r(1399)]||(e[r(1399)]=e[r(1539)]=!0,e[r(1489)]=!1,e.reading?e[r(878)]&&_(this):y[r(862)](C,this)),t},a[m(582)][m(935)]=a.prototype.on,a[m(582)][m(1426)]=function(){var e,t=m,r=this[t(1856)];return r.flowing||(w(t(1426)),r[t(1799)]=!0,t=this,(r=r)[(e=m)(1813)]||(r.resumeScheduled=!0,y[e(862)](A,t,r))),this},a[m(582)].pause=function(){var e=m;return w(e(1487),this[e(1856)].flowing),!1!==this[e(1856)].flowing&&(w(e(958)),this[e(1856)][e(1799)]=!1,this[e(927)](e(958))),this},a[m(582)][m(811)]=function(r){var e,n=m,i=this,a=this[n(1856)],o=!1;for(e in r.on("end",function(){var e,t=n;w("wrapped end"),a[t(1683)]&&!a[t(1550)]&&(e=a.decoder[t(1732)]())&&e[t(878)]&&i[t(749)](e),i[t(749)](null)}),r.on(n(1105),function(e){var t=n;w("wrapped data"),a[t(1683)]&&(e=a[t(1683)].write(e)),a[t(1873)]&&null==e||!(a[t(1873)]||e&&e[t(878)])||i.push(e)||(o=!0,r.pause())}),r)void 0===this[e]&&typeof r[e]==n(1663)&&(this[e]=(t=>function(){var e=_0x340d;return r[t][e(1819)](r,arguments)})(e));for(var t=0;t<c[n(878)];t++)r.on(c[t],this[n(927)][n(2005)](this,c[t]));return this[n(1464)]=function(e){var t=n;w(t(903),e),o&&(o=!1,r[t(1426)]())},this},Object.defineProperty(a.prototype,m(2083),{enumerable:!1,get:function(){var e=m;return this[e(1856)][e(1483)]}}),a._fromList=D}),a=t(function(e,t){var a=X,o=(t[a(1540)]=r,L()),t=Object.create(R());function r(e){var t=a;if(!(this instanceof r))return new r(e);o[t(1490)](this,e),this[t(1039)]={afterTransform:function(e,t){var r=a,n=this[r(1039)],i=(n[r(1344)]=!1,n[r(1793)]);if(!i)return this[r(927)]("error",new Error(r(995)));n.writechunk=null,(n[r(1793)]=null)!=t&&this[r(749)](t),i(e),(n=this[r(1856)])[r(1196)]=!1,(n[r(1539)]||n[r(878)]<n[r(1483)])&&this[r(1464)](n[r(1483)])}[t(2005)](this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this[t(1856)][t(1539)]=!0,this[t(1856)][t(552)]=!1,e&&(typeof e.transform==t(1663)&&(this[t(1990)]=e[t(1461)]),typeof e.flush==t(1663))&&(this[t(1076)]=e[t(1421)]),this.on("prefinish",n)}function n(){var e=a,r=this;typeof this[e(1076)]==e(1663)?this._flush(function(e,t){i(r,e,t)}):i(this,null,null)}function i(e,t,r){var n=a;if(t)return e[n(927)](n(736),t);if(null!=r&&e.push(r),e[n(1808)][n(878)])throw new Error(n(1879));if(e[n(1039)].transforming)throw new Error("Calling transform done when still transforming");e[n(749)](null)}t[a(1902)]=N(),t[a(1902)](r,o),r[a(582)].push=function(e,t){var r=a;return this[r(1039)][r(1568)]=!1,o[r(582)].push[r(1490)](this,e,t)},r[a(582)][a(1990)]=function(e,t,r){throw new Error(a(1041))},r.prototype[a(1369)]=function(e,t,r){var n=a,i=this[n(1039)];i[n(1793)]=r,i.writechunk=e,i[n(1735)]=t,!i.transforming&&(r=this[n(1856)],i[n(1568)]||r.needReadable||r.length<r[n(1483)])&&this[n(1464)](r.highWaterMark)},r.prototype[a(1464)]=function(e){var t=a,r=this[t(1039)];null!==r[t(1223)]&&r[t(1793)]&&!r.transforming?(r[t(1344)]=!0,this[t(1990)](r[t(1223)],r[t(1735)],r[t(1427)])):r[t(1568)]=!0},r[a(582)][a(1837)]=function(e,r){var n=a,i=this;o.prototype[n(1837)].call(this,e,function(e){var t=n;r(e),i[t(927)]("close")})}}),Z=t(function(e,t){var r=X,n=(t[r(1540)]=i,a()),t=Object[r(871)](R());function i(e){var t=r;if(!(this instanceof i))return new i(e);n[t(1490)](this,e)}t.inherits=N(),t[r(1902)](i,n),i[r(582)][r(1990)]=function(e,t,r){r(null,e)}}),s=t(function(e,t){var r=X,n=require("stream");"disable"===process[r(502)].READABLE_STREAM&&n?(t[r(1540)]=n,(e=t[r(1540)]=n[r(889)])[r(889)]=n[r(889)],e[r(1003)]=n[r(1003)],e[r(1574)]=n[r(1574)],e.Transform=n[r(885)],e[r(1352)]=n[r(1352)],e.Stream=n):((e=t.exports=v())[r(1577)]=n||e,(e[r(889)]=e)[r(1003)]=d(),e[r(1574)]=L(),e[r(885)]=a(),e[r(1352)]=Z())}),_=t(function(t){var r,n,i=X;if(t.base64=!0,t[i(1165)]=!0,t[i(847)]=!0,t[i(1290)]=(typeof ArrayBuffer===i(2063)?i(2063):_typeof(ArrayBuffer))<"u"&&(typeof Uint8Array===i(2063)?i(2063):_typeof(Uint8Array))<"u",t[i(2023)]=("undefined"==typeof Buffer?i(2063):_typeof(Buffer))<"u",t[i(1390)]=(typeof Uint8Array===i(2063)?i(2063):_typeof(Uint8Array))<"u","u"<(typeof ArrayBuffer===i(2063)?"undefined":_typeof(ArrayBuffer)))t[i(595)]=!1;else{r=new ArrayBuffer(0);try{t[i(595)]=0===new Blob([r],{type:"application/zip"})[i(1537)]}catch(e){try{(n=new(self[i(1589)]||self[i(909)]||self.MozBlobBuilder||self[i(1773)]))[i(1515)](r),t[i(595)]=0===n[i(1321)](i(540))[i(1537)]}catch(e){t.blob=!1}}}try{t.nodestream=!!s()[i(889)]}catch(e){t[i(1740)]=!1}}),p=t(function(e){var l=X,d=A(),v=_(),p=l(2054);e[l(1658)]=function(e){for(var t,r,n,i,a,o,s=l,u=[],c=0,f=e[s(878)],h=d[s(1289)](e)!==s(847);c<e[s(878)];)o=f-c,n=h?(t=e[c++],r=c<f?e[c++]:0,c<f?e[c++]:0):(t=e[s(1581)](c++),r=c<f?e[s(1581)](c++):0,c<f?e[s(1581)](c++):0),i=(3&t)<<4|r>>4,a=1<o?(15&r)<<2|n>>6:64,o=2<o?63&n:64,u.push(p.charAt(t>>2)+p.charAt(i)+p[s(1626)](a)+p[s(1626)](o));return u[s(711)]("")},e[l(1937)]=function(e){var t,r,n,i,a,o,s=l,u=0,c=0,f=s(1858);if(e[s(1307)](0,f[s(878)])===f)throw new Error(s(932));var h,f=3*(e=e[s(743)](/[^A-Za-z0-9\+\/\=]/g,""))[s(878)]/4;if(e[s(1626)](e[s(878)]-1)===p[s(1626)](64)&&f--,e[s(1626)](e.length-2)===p.charAt(64)&&f--,f%1!=0)throw new Error("Invalid base64 input, bad content length.");for(h=new(v[s(1390)]?Uint8Array:Array)(0|f);u<e[s(878)];)n=p[s(1613)](e[s(1626)](u++)),t=(15&(i=p.indexOf(e[s(1626)](u++))))<<4|(a=p[s(1613)](e.charAt(u++)))>>2,r=(3&a)<<6|(o=p[s(1613)](e[s(1626)](u++))),h[c++]=n<<2|i>>4,64!==a&&(h[c++]=t),64!==o&&(h[c++]=r);return h}}),b=t(function(e,t){var n=X;t[n(1540)]={isNode:(typeof Buffer===n(2063)?n(2063):_typeof(Buffer))<"u",newBufferFrom:function(e,t){var r=n;if(Buffer[r(1542)]&&Buffer[r(1542)]!==Uint8Array[r(1542)])return Buffer[r(1542)](e,t);if("number"==typeof e)throw new Error(r(685));return new Buffer(e,t)},allocBuffer:function(e){var t=n;return Buffer[t(1673)]?Buffer[t(1673)](e):((e=new Buffer(e))[t(1026)](0),e)},isBuffer:function(e){return Buffer[n(793)](e)},isStream:function(e){var t=n;return e&&typeof e.on==t(1663)&&typeof e[t(958)]==t(1663)&&typeof e.resume==t(1663)}}}),V=t(function(e,t){var r=X;t[r(1540)]=typeof setImmediate==r(1663)?setImmediate:function(){var e=r,t=[][e(2045)][e(1819)](arguments);t[e(1746)](1,0,0),setTimeout.apply(null,t)}}),J=t(function(e,t){var r,n,i,a,o=X,s=global[o(739)]||global[o(1749)],u=process[o(716)]?s?(r=0,s=new s(f),n=global[o(1774)][o(530)](""),s[o(1578)](n,{characterData:!0}),function(){n[o(1105)]=r=++r%2}):!global[o(960)]&&_typeof(global[o(1747)])<"u"?((i=new global[o(1747)])[o(1091)].onmessage=f,function(){var e=o;i[e(1978)][e(819)](0)}):"document"in global&&o(1711)in global[o(1774)][o(2086)](o(642))?function(){var t=o,r=global[t(1774)].createElement("script");r[t(1711)]=function(){var e=t;f(),r.onreadystatechange=null,r[e(520)][e(524)](r),r=null},global[t(1774)][t(2090)][t(1654)](r)}:function(){setTimeout(f,0)}:function(){process.nextTick(f)},c=[];function f(){var e=o;a=!0;for(var t,r,n=c[e(878)];n;){for(r=c,c=[],t=-1;++t<n;)r[t]();n=c[e(878)]}a=!1}t[o(1540)]=function(e){1!==c.push(e)||a||u()}}),Y=t(function(e,t){var f=X,a=J();function h(){}var o,l={},s=[f(587)],u=[f(1528)],i=[f(1910)];function r(e){var t=f;if("function"!=typeof e)throw new TypeError(t(1960));this[t(698)]=i,this[t(1903)]=[],this[t(1777)]=void 0,process.browser||(this.handled=o),e!==h&&p(this,e)}function c(e,t,r){var n=f;this[n(2121)]=e,typeof t==n(1663)&&(this.onFulfilled=t,this.callFulfilled=this[n(1314)]),"function"==typeof r&&(this[n(1943)]=r,this[n(1648)]=this[n(2074)])}function d(r,n,i){a(function(){var e,t=_0x340d;try{e=n(i)}catch(e){return l[t(986)](r,e)}e===r?l.reject(r,new TypeError(t(1087))):l[t(1353)](r,e)})}function v(e){var t=f,r=e&&e[t(951)];if(e&&(_typeof(e)==t(696)||"function"==typeof e)&&typeof r==t(1663))return function(){r[t(1819)](e,arguments)}}function p(t,e){var r=f,n=!1;function i(e){n||(n=!0,l.reject(t,e))}function a(e){n||(n=!0,l.resolve(t,e))}var o=_(function(){e(a,i)});o[r(1415)]===r(736)&&i(o[r(1885)])}function _(e,t){var r=f,n={};try{n[r(1885)]=e(t),n[r(1415)]=r(1015)}catch(e){n[r(1415)]=r(736),n.value=e}return n}process[f(716)]||(o=[f(1753)]),(t[f(1540)]=r)[f(582)][f(1800)]=function(r){var n,i=f;return typeof r!=i(1663)?this:(n=this[i(1102)],this[i(951)](function(e){var t=i;return n[t(1353)](r())[t(951)](function(){return e})},function(e){var t=i;return n.resolve(r())[t(951)](function(){throw e})}))},r[f(582)][f(1624)]=function(e){return this[f(951)](null,e)},r.prototype[f(951)]=function(e,t){var r,n=f;return typeof e!=n(1663)&&this[n(698)]===u||typeof t!=n(1663)&&this[n(698)]===s?this:(r=new this[n(1102)](h),process.browser||this[n(1396)]===o&&(this[n(1396)]=null),this.state!==i?d(r,this[n(698)]===u?e:t,this[n(1777)]):this.queue.push(new c(r,e,t)),r)},c[f(582)].callFulfilled=function(e){var t=f;l[t(1353)](this[t(2121)],e)},c[f(582)].otherCallFulfilled=function(e){d(this[f(2121)],this.onFulfilled,e)},c[f(582)][f(1648)]=function(e){var t=f;l[t(986)](this[t(2121)],e)},c[f(582)].otherCallRejected=function(e){var t=f;d(this[t(2121)],this[t(1943)],e)},l[f(1353)]=function(e,t){var r=f,n=_(v,t);if(n[r(1415)]===r(736))return l[r(986)](e,n[r(1885)]);n=n[r(1885)];if(n)p(e,n);else{e.state=u,e[r(1777)]=t;for(var i=-1,a=e.queue[r(878)];++i<a;)e.queue[i].callFulfilled(t)}return e},l[f(986)]=function(t,r){var n=f;t[n(698)]=s,t.outcome=r,process[n(716)]||t.handled===o&&a(function(){var e=n;t.handled===o&&process.emit(e(1693),r,t)});for(var e=-1,i=t[n(1903)].length;++e<i;)t[n(1903)][e].callRejected(r);return t},r[f(1353)]=function(e){return e instanceof this?e:l.resolve(new this(h),e)},r[f(986)]=function(e){var t=f,r=new this(h);return l[t(986)](r,e)},r[f(1065)]=function(e){var t=f,i=this;if(Object.prototype[t(2102)][t(1490)](e)!==t(613))return this[t(986)](new TypeError(t(1185)));var a=e[t(878)],o=!1;if(!a)return this.resolve([]);for(var s=new Array(a),u=0,r=-1,c=new this(h);++r<a;)((e,r)=>{var n=t;i[n(1353)](e)[n(951)](function(e){var t=n;s[r]=e,++u!==a||o||(o=!0,l[t(1353)](c,s))},function(e){o||(o=!0,l.reject(c,e))})})(e[r],r);return c},r[f(1294)]=function(e){var r=f,n=this;if(Object[r(582)][r(2102)].call(e)!==r(613))return this.reject(new TypeError(r(1185)));var t=e.length,i=!1;if(!t)return this[r(1353)]([]);for(var a=-1,o=new this(h);++a<t;)(e=>{var t=r;n[t(1353)](e)[t(951)](function(e){i||(i=!0,l[t(1353)](o,e))},function(e){i||(i=!0,l[t(986)](o,e))})})(e[a]);return o}}),g=t(function(e,t){var r=X,n=null,n=(typeof Promise===r(2063)?r(2063):_typeof(Promise))<"u"?Promise:Y();t.exports={Promise:n}}),A=t(function(c){var f=X,h=_(),l=p(),r=b(),n=V(),d=g();function e(e){return e}function v(e,t){for(var r=f,n=0;n<e[r(878)];++n)t[n]=255&e[r(1581)](n);return t}c[f(1954)]=function(t,r){var n=f;c.checkSupport(n(595));try{return new Blob([t],{type:r})}catch(e){try{var i=new(self[n(1589)]||self[n(909)]||self.MozBlobBuilder||self[n(1773)]);return i.append(t),i[n(1321)](r)}catch(e){throw new Error(n(1331))}}};var a={stringifyByChunk:function(e,t,r){var n=f,i=[],a=0,o=e.length;if(o<=r)return String.fromCharCode.apply(null,e);for(;a<o;)t===n(1165)||t===n(2023)?i[n(749)](String[n(1312)][n(1819)](null,e[n(2045)](a,Math.min(a+r,o)))):i[n(749)](String[n(1312)][n(1819)](null,e[n(1046)](a,Math[n(1166)](a+r,o)))),a+=r;return i[n(711)]("")},stringifyByChar:function(e){for(var t=f,r="",n=0;n<e[t(878)];n++)r+=String[t(1312)](e[n]);return r},applyCanBeUsed:{uint8array:(()=>{var e=f;try{return h[e(1390)]&&1===String.fromCharCode.apply(null,new Uint8Array(1))[e(878)]}catch(e){return!1}})(),nodebuffer:(()=>{var e=f;try{return h[e(2023)]&&1===String[e(1312)].apply(null,r[e(1966)](1))[e(878)]}catch(e){return!1}})()}};function t(e){var t=f,r=65536,n=c[t(1289)](e),i=!0;if("uint8array"===n?i=a[t(1273)][t(1390)]:n===t(2023)&&(i=a.applyCanBeUsed[t(2023)]),i)for(;1<r;)try{return a[t(1393)](e,n,r)}catch(e){r=Math.floor(r/2)}return a[t(525)](e)}function i(e,t){for(var r=f,n=0;n<e[r(878)];n++)t[n]=e[n];return t}c.applyFromCharCode=t;var o={};o[f(847)]={string:e,array:function(e){return v(e,new Array(e[f(878)]))},arraybuffer:function(e){var t=f;return o.string[t(1390)](e)[t(1605)]},uint8array:function(e){return v(e,new Uint8Array(e[f(878)]))},nodebuffer:function(e){return v(e,r[f(1966)](e.length))}},o[f(1165)]={string:t,array:e,arraybuffer:function(e){var t=f;return new Uint8Array(e)[t(1605)]},uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return r[f(1158)](e)}},o[f(1290)]={string:function(e){return t(new Uint8Array(e))},array:function(e){var t=f;return i(new Uint8Array(e),new Array(e[t(2088)]))},arraybuffer:e,uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return r[f(1158)](new Uint8Array(e))}},o.uint8array={string:t,array:function(e){return i(e,new Array(e[f(878)]))},arraybuffer:function(e){return e[f(1605)]},uint8array:e,nodebuffer:function(e){return r.newBufferFrom(e)}},o[f(2023)]={string:t,array:function(e){return i(e,new Array(e[f(878)]))},arraybuffer:function(e){var t=f;return o[t(2023)][t(1390)](e)[t(1605)]},uint8array:function(e){return i(e,new Uint8Array(e[f(878)]))},nodebuffer:e},c[f(2124)]=function(e,t){var r=f;if(t=t||"",!e)return t;c[r(1431)](e);r=c[r(1289)](t);return o[r][e](t)},c[f(1289)]=function(e){var t=f;return typeof e==t(847)?t(847):Object.prototype[t(2102)].call(e)===t(613)?"array":h[t(2023)]&&r[t(793)](e)?"nodebuffer":h.uint8array&&e instanceof Uint8Array?"uint8array":h[t(1290)]&&e instanceof ArrayBuffer?t(1290):void 0},c[f(1431)]=function(e){if(!h[e[f(1573)]()])throw new Error(e+" is not supported by this platform")},c[f(1737)]=65535,c[f(768)]=-1,c[f(1224)]=function(e){for(var t,r=f,n="",i=0;i<(e||"")[r(878)];i++)n+="\\x"+((t=e[r(1581)](i))<16?"0":"")+t[r(2102)](16)[r(1841)]();return n},c.delay=function(e,t,r){n(function(){e[_0x340d(1819)](r||null,t||[])})},c[f(1902)]=function(e,t){function r(){}var n=f;r[n(582)]=t[n(582)],e[n(582)]=new r},c[f(1861)]=function(){for(var e,t=f,r={},n=0;n<arguments.length;n++)for(e in arguments[n])arguments[n][t(1751)](e)&&"u"<_typeof(r[e])&&(r[e]=arguments[n][e]);return r},c.prepareContent=function(i,e,a,o,s){var u=f;return d[u(2e3)][u(1353)](e).then(function(t){var a=u;return h[a(595)]&&(t instanceof Blob||-1!==[a(868),"[object Blob]"][a(1613)](Object[a(582)].toString[a(1490)](t)))&&(typeof FileReader===a(2063)?"undefined":_typeof(FileReader))<"u"?new d[a(2e3)](function(r,n){var i=a,e=new FileReader;e[i(812)]=function(e){var t=i;r(e.target[t(1925)])},e[i(2018)]=function(e){var t=i;n(e.target[t(736)])},e[i(1531)](t)}):t})[u(951)](function(e){var t,r=u,n=c[r(1289)](e);return n?(n===r(1290)?e=c[r(2124)](r(1390),e):n===r(847)&&(s?e=l[r(1937)](e):a&&!0!==o&&(e=v(n=e,h[(t=_0x340d)(1390)]?new Uint8Array(n.length):new Array(n[t(878)])))),e):d[r(2e3)].reject(new Error(r(1128)+i+r(1633)))})}}),S=t(function(e,t){var i=X;function r(e){var t=_0x340d;this[t(784)]=e||t(1229),this.streamInfo={},this[t(1887)]=null,this[t(1507)]={},this[t(1517)]=!0,this.isFinished=!1,this[t(1384)]=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}r[i(582)]={push:function(e){this[i(927)]("data",e)},end:function(){var t=i;if(this[t(1092)])return!1;this.flush();try{this[t(927)](t(1732)),this[t(1238)](),this[t(1092)]=!0}catch(e){this.emit(t(736),e)}return!0},error:function(e){var t=i;return!this[t(1092)]&&(this[t(1517)]?this[t(1887)]=e:(this[t(1092)]=!0,this[t(927)](t(736),e),this[t(500)]&&this.previous[t(736)](e),this[t(1238)]()),!0)},on:function(e,t){var r=i;return this[r(1441)][e][r(749)](t),this},cleanUp:function(){var e=i;this.streamInfo=this[e(1887)]=this[e(1507)]=null,this[e(1441)]=[]},emit:function(e,t){var r=i;if(this[r(1441)][e])for(var n=0;n<this[r(1441)][e][r(878)];n++)this[r(1441)][e][n][r(1490)](this,t)},pipe:function(e){return e.registerPrevious(this)},registerPrevious:function(e){var t=i;if(this.isLocked)throw new Error(t(1768)+this+"' has already been used.");this[t(1479)]=e[t(1479)],this.mergeStreamInfo(),this[t(500)]=e;var r=this;return e.on(t(1105),function(e){r[t(1270)](e)}),e.on("end",function(){r.end()}),e.on(t(736),function(e){r[t(736)](e)}),this},pause:function(){var e=i;return!this[e(1517)]&&!this[e(1092)]&&(this[e(1517)]=!0,this.previous&&this[e(500)][e(958)](),!0)},resume:function(){var e,t=i;return!(!this.isPaused||this[t(1092)]||(e=this[t(1517)]=!1,this[t(1887)]&&(this[t(736)](this[t(1887)]),e=!0),this.previous&&this[t(500)][t(1426)](),e))},flush:function(){},processChunk:function(e){this[i(749)](e)},withStreamInfo:function(e,t){var r=i;return this.extraStreamInfo[e]=t,this[r(1959)](),this},mergeStreamInfo:function(){var e,t=i;for(e in this[t(1507)])this[t(1507)][t(1751)](e)&&(this[t(1479)][e]=this[t(1507)][e])},lock:function(){var e=i;if(this[e(1384)])throw new Error(e(1768)+this+"' has already been used.");this[e(1384)]=!0,this[e(500)]&&this[e(500)][e(1305)]()},toString:function(){var e=i,t=e(978)+this.name;return this[e(500)]?this[e(500)]+e(1101)+t:t}},t[i(1540)]=r}),D=t(function(a){for(var e,h=X,c=A(),l=_(),d=b(),t=S(),f=new Array(256),e=0;e<256;e++)f[e]=252<=e?6:248<=e?5:240<=e?4:224<=e?3:192<=e?2:1;f[254]=f[254]=1;function r(){var e=h;t[e(1490)](this,e(1522)),this.leftOver=null}function n(){var e=h;t[e(1490)](this,e(1756))}a[h(1759)]=function(e){var t=h;if(l[t(2023)])return d.newBufferFrom(e,"utf-8");for(var r,n,i,a,o=e,s=_0x340d,u=o[s(878)],c=0,f=0;f<u;f++)55296==(64512&(n=o[s(1581)](f)))&&f+1<u&&56320==(64512&(i=o.charCodeAt(f+1)))&&(n=65536+(n-55296<<10)+(i-56320),f++),c+=n<128?1:n<2048?2:n<65536?3:4;for(r=new(l[s(1390)]?Uint8Array:Array)(c),f=a=0;a<c;f++)55296==(64512&(n=o[s(1581)](f)))&&f+1<u&&56320==(64512&(i=o.charCodeAt(f+1)))&&(n=65536+(n-55296<<10)+(i-56320),f++),n<128?r[a++]=n:(n<2048?r[a++]=192|n>>>6:(n<65536?r[a++]=224|n>>>12:(r[a++]=240|n>>>18,r[a++]=128|n>>>12&63),r[a++]=128|n>>>6&63),r[a++]=128|63&n);return r},a[h(522)]=function(e){var t=h;if(l[t(2023)])return c[t(2124)]("nodebuffer",e)[t(2102)](t(943));for(var r,n,i=e=c[t(2124)](l[t(1390)]?"uint8array":t(1165),e),t=_0x340d,a=i[t(878)],o=new Array(2*a),s=0,u=0;u<a;)if((r=i[u++])<128)o[s++]=r;else if(4<(n=f[r]))o[s++]=65533,u+=n-1;else{for(r&=2===n?31:3===n?15:7;1<n&&u<a;)r=r<<6|63&i[u++],n--;1<n?o[s++]=65533:r<65536?o[s++]=r:(r-=65536,o[s++]=55296|r>>10&1023,o[s++]=56320|1023&r)}return o[t(878)]!==s&&(o.subarray?o=o[t(1046)](0,s):o[t(878)]=s),c[t(641)](o)},c.inherits(r,t),r.prototype.processChunk=function(e){var t=h,r=c[t(2124)](l[t(1390)]?t(1390):t(1165),e.data),n=(this[t(1291)]&&this[t(1291)][t(878)]&&(l[t(1390)]?(n=r,(r=new Uint8Array(n.length+this[t(1291)].length)).set(this[t(1291)],0),r[t(1132)](n,this.leftOver[t(878)])):r=this[t(1291)].concat(r),this[t(1291)]=null),((e,t)=>{for(var r=_0x340d,n=(t=(t=t||e[r(878)])>e[r(878)]?e[r(878)]:t)-1;0<=n&&128==(192&e[n]);)n--;return!(n<0||0===n)&&n+f[e[n]]>t?n:t})(r)),i=r;n!==r[t(878)]&&(l[t(1390)]?(i=r[t(1046)](0,n),this[t(1291)]=r[t(1046)](n,r[t(878)])):(i=r[t(2045)](0,n),this[t(1291)]=r[t(2045)](n,r[t(878)]))),this.push({data:a[t(522)](i),meta:e[t(1784)]})},r[h(582)][h(1421)]=function(){var e=h;this[e(1291)]&&this[e(1291)][e(878)]&&(this.push({data:a[e(522)](this.leftOver),meta:{}}),this.leftOver=null)},a.Utf8DecodeWorker=r,c.inherits(n,t),n[h(582)][h(1270)]=function(e){var t=h;this[t(749)]({data:a.utf8encode(e[t(1105)]),meta:e.meta})},a[h(700)]=n}),Q=t(function(e,t){var r=X,n=S(),i=A();function a(e){var t=_0x340d;n.call(this,t(1953)+e),this[t(1318)]=e}i[r(1902)](a,n),a[r(582)][r(1270)]=function(e){var t=r;this[t(749)]({data:i[t(2124)](this[t(1318)],e[t(1105)]),meta:e.meta})},t[r(1540)]=a}),ee=t(function(e,t){var r=X,o=s()[r(889)];function n(e,t,n){var i=r,a=(o.call(this,t),this[i(893)]=e,this);e.on(i(1105),function(e,t){var r=i;a.push(e)||a[r(893)][r(958)](),n&&n(t)}).on("error",function(e){a[i(927)]("error",e)}).on(i(1732),function(){a.push(null)})}A()[r(1902)](n,o),n[r(582)][r(1464)]=function(){this[r(893)].resume()},t[r(1540)]=n}),w=t(function(e,t){var f=X,h=A(),a=Q(),o=S(),l=p(),r=_(),n=g(),i=null;if(r[f(1740)])try{i=ee()}catch(e){}function s(e,u){var c=f;return new n[c(2e3)](function(t,r){var n=c,i=[],a=e[n(2099)],o=e[n(1340)],s=e._mimeType;e.on(n(1105),function(e,t){i[n(749)](e),u&&u(t)}).on("error",function(e){i=[],r(e)}).on(n(1732),function(){try{var e=((e,t,r)=>{var n=f;switch(e){case n(595):return h.newBlob(h.transformTo(n(1290),t),r);case n(2101):return l[n(1658)](t);default:return h[n(2124)](e,t)}})(o,((e,t)=>{for(var r=f,n=0,i=null,a=0,o=0;o<t[r(878)];o++)a+=t[o][r(878)];switch(e){case r(847):return t.join("");case r(1165):return Array[r(582)].concat[r(1819)]([],t);case r(1390):for(i=new Uint8Array(a),o=0;o<t[r(878)];o++)i.set(t[o],n),n+=t[o].length;return i;case r(2023):return Buffer[r(1375)](t);default:throw new Error(r(837)+e+"'")}})(a,i),s);t(e)}catch(e){r(e)}i=[]})[n(1426)]()})}function u(e,t,r){var n=f,i=t;switch(t){case n(595):case n(1290):i=n(1390);break;case n(2101):i="string"}try{this[n(2099)]=i,this[n(1340)]=t,this._mimeType=r,h[n(1431)](i),this[n(575)]=e[n(1707)](new a(i)),e[n(1305)]()}catch(e){this[n(575)]=new o(n(736)),this[n(575)][n(736)](e)}}u.prototype={accumulate:function(e){return s(this,e)},on:function(e,r){var n=f,i=this;return e===n(1105)?this[n(575)].on(e,function(e){var t=n;r[t(1490)](i,e[t(1105)],e[t(1784)])}):this[n(575)].on(e,function(){h.delay(r,arguments,i)}),this},resume:function(){var e=f;return h[e(567)](this._worker.resume,[],this[e(575)]),this},pause:function(){var e=f;return this[e(575)][e(958)](),this},toNodejsStream:function(e){var t=f;if(h[t(1431)](t(1740)),"nodebuffer"!==this[t(1340)])throw new Error(this[t(1340)]+t(1193));return new i(this,{objectMode:this[t(1340)]!==t(2023)},e)}},t[f(1540)]=u}),te=t(function(e){var t=X;e[t(2101)]=!1,e.binary=!1,e[t(1618)]=!1,e[t(1007)]=!0,e[t(1701)]=null,e[t(818)]=null,e[t(1138)]=null,e[t(2070)]=null,e.unixPermissions=null,e[t(693)]=null}),re=t(function(e,t){var n=X,i=A(),a=S();function r(e){var r=_0x340d,n=(a[r(1490)](this,r(867)),this);this[r(1598)]=!1,this[r(980)]=0,this.max=0,this.data=null,this[r(632)]="",this[r(800)]=!1,e.then(function(e){var t=r;n.dataIsReady=!0,n[t(1105)]=e,n.max=e&&e.length||0,n[t(632)]=i[t(1289)](e),n.isPaused||n[t(1157)]()},function(e){n[r(736)](e)})}i[n(1902)](r,a),r.prototype[n(1238)]=function(){var e=n;a[e(582)][e(1238)][e(1490)](this),this[e(1105)]=null},r.prototype[n(1426)]=function(){var e=n;return!!a.prototype[e(1426)][e(1490)](this)&&(!this[e(800)]&&this[e(1598)]&&(this._tickScheduled=!0,i.delay(this[e(1157)],[],this)),!0)},r.prototype[n(1157)]=function(){var e=n;this[e(800)]=!1,this.isPaused||this[e(1092)]||(this[e(1017)](),this[e(1092)])||(i[e(567)](this[e(1157)],[],this),this[e(800)]=!0)},r.prototype[n(1017)]=function(){var e=n;if(this.isPaused||this[e(1092)])return!1;var t=null,r=Math[e(1166)](this[e(1508)],this[e(980)]+16384);if(this[e(980)]>=this[e(1508)])return this[e(1732)]();switch(this[e(632)]){case"string":t=this[e(1105)][e(988)](this[e(980)],r);break;case e(1390):t=this[e(1105)][e(1046)](this[e(980)],r);break;case e(1165):case e(2023):t=this[e(1105)][e(2045)](this[e(980)],r)}return this.index=r,this[e(749)]({data:t,meta:{percent:this[e(1508)]?this[e(980)]/this[e(1508)]*100:0}})},t[n(1540)]=r}),h=t(function(e,t){var n=X,i=A();var s=(()=>{for(var e=[],t=0;t<256;t++){for(var r=t,n=0;n<8;n++)r=1&r?3988292384^r>>>1:r>>>1;e[t]=r}return e})();t[n(1540)]=function(e,t){var r=n;return"u"<_typeof(e)||!e[r(878)]?0:(i[r(1289)](e)!==r(847)?(e,t,r,n)=>{var i=s,a=n+r;e^=-1;for(var o=n;o<a;o++)e=e>>>8^i[255&(e^t[o])];return-1^e}:(e,t,r,n)=>{var i=s,a=n+r;e^=-1;for(var o=n;o<a;o++)e=e>>>8^i[255&(e^t.charCodeAt(o))];return-1^e})(0|t,e,e[r(878)],0)}}),ne=t(function(e,t){var r=X,n=S(),i=h();function a(){var e=_0x340d;n.call(this,e(1231)),this[e(1678)](e(901),0)}A().inherits(a,n),a[r(582)][r(1270)]=function(e){var t=r;this[t(1479)][t(901)]=i(e.data,this.streamInfo[t(901)]||0),this[t(749)](e)},t.exports=a}),ie=t(function(e,t){var n=X,r=A(),i=S();function a(e){var t=_0x340d;i[t(1490)](this,t(1739)+e),this.propName=e,this[t(1678)](e,0)}r.inherits(a,i),a[n(582)].processChunk=function(e){var t,r=n;e&&(t=this[r(1479)][this[r(1268)]]||0,this[r(1479)][this.propName]=t+e[r(1105)][r(878)]),i[r(582)][r(1270)][r(1490)](this,e)},t[n(1540)]=a}),O=t(function(e,t){var r=X,n=g(),i=re(),a=ne(),o=ie();function s(e,t,r,n,i){var a=_0x340d;this[a(1226)]=e,this[a(1728)]=t,this.crc32=r,this[a(818)]=n,this[a(1995)]=i}s.prototype={getContentWorker:function(){var t=_0x340d,e=new i(n[t(2e3)].resolve(this[t(1995)])).pipe(this[t(818)][t(602)]())[t(1707)](new o(t(1472))),r=this;return e.on(t(1732),function(){var e=t;if(this[e(1479)][e(1472)]!==r[e(1728)])throw new Error("Bug : uncompressed data size mismatch")}),e},getCompressedWorker:function(){var e=_0x340d;return new i(n[e(2e3)][e(1353)](this[e(1995)]))[e(1678)](e(1226),this[e(1226)]).withStreamInfo("uncompressedSize",this[e(1728)]).withStreamInfo(e(901),this[e(901)])[e(1678)](e(818),this[e(818)])}},s.createWorkerFrom=function(e,t,r){var n=_0x340d;return e[n(1707)](new a)[n(1707)](new o(n(1728)))[n(1707)](t.compressWorker(r))[n(1707)](new o(n(1226)))[n(1678)](n(818),t)},t[r(1540)]=s}),ae=t(function(e,t){for(var r,n=X,o=w(),i=re(),s=D(),a=O(),u=S(),c=function(e,t,r){var n=_0x340d;this[n(784)]=e,this[n(1618)]=r[n(1618)],this.date=r[n(1701)],this[n(2070)]=r.comment,this[n(1900)]=r[n(1900)],this[n(693)]=r[n(693)],this[n(1675)]=t,this._dataBinary=r.binary,this[n(606)]={compression:r.compression,compressionOptions:r[n(1138)]}},f=(c.prototype={internalStream:function(e){var t=_0x340d,r=null,n=t(847);try{if(!e)throw new Error(t(1518));var i=(n=e[t(1573)]())===t(847)||n===t(1984),a=(n!==t(663)&&n!==t(1984)||(n=t(847)),r=this[t(1214)](),!this[t(1975)]);a&&!i&&(r=r[t(1707)](new s.Utf8EncodeWorker)),!a&&i&&(r=r[t(1707)](new s[t(1470)]))}catch(e){(r=new u(t(736)))[t(736)](e)}return new o(r,n,"")},async:function(e,t){var r=_0x340d;return this[r(817)](e)[r(2046)](t)},nodeStream:function(e,t){var r=_0x340d;return this[r(817)](e||r(2023))[r(834)](t)},_compressWorker:function(e,t){var r,n=_0x340d;return this._data instanceof a&&this[n(1675)][n(818)].magic===e.magic?this[n(1675)][n(1009)]():(r=this[n(1214)](),this[n(1975)]||(r=r.pipe(new s[n(700)])),a[n(1668)](r,e,t))},_decompressWorker:function(){var e=_0x340d;return this[e(1675)]instanceof a?this[e(1675)][e(1358)]():this[e(1675)]instanceof u?this._data:new i(this._data)}},[n(1319),n(665),"asNodeBuffer","asUint8Array",n(1246)]),h=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},r=0;r<f.length;r++)c.prototype[f[r]]=h;t[n(1540)]=c}),$=t(function(r){var u=X,e=("undefined"==typeof Uint8Array?u(2063):_typeof(Uint8Array))<"u"&&(typeof Uint16Array===u(2063)?u(2063):_typeof(Uint16Array))<"u"&&("undefined"==typeof Int32Array?"undefined":_typeof(Int32Array))<"u";r[u(1263)]=function(e){for(var t,r,n,i=u,a=Array[i(582)][i(2045)].call(arguments,1);a[i(878)];){var o=a[i(2087)]();if(o){if(_typeof(o)!=i(696))throw new TypeError(o+"must be non-object");for(var s in o)t=o,r=s,n=void 0,n=u,Object[n(582)].hasOwnProperty[n(1490)](t,r)&&(e[s]=o[s])}}return e},r[u(2036)]=function(e,t){var r=u;return e[r(878)]===t?e:e[r(1046)]?e[r(1046)](0,t):(e.length=t,e)};var n={arraySet:function(e,t,r,n,i){var a=u;if(t[a(1046)]&&e[a(1046)])e[a(1132)](t[a(1046)](r,r+n),i);else for(var o=0;o<n;o++)e[i+o]=t[r+o]},flattenChunks:function(e){for(var t,r,n,i=u,a=0,o=0,s=e[i(878)];o<s;o++)a+=e[o].length;for(n=new Uint8Array(a),o=t=0,s=e[i(878)];o<s;o++)r=e[o],n[i(1132)](r,t),t+=r[i(878)];return n}},i={arraySet:function(e,t,r,n,i){for(var a=0;a<n;a++)e[i+a]=t[r+a]},flattenChunks:function(e){var t=u;return[][t(1375)][t(1819)]([],e)}};r[u(1851)]=function(e){var t=u;e?(r[t(1234)]=Uint8Array,r[t(1595)]=Uint16Array,r.Buf32=Int32Array,r[t(1263)](r,n)):(r[t(1234)]=Array,r[t(1595)]=Array,r[t(528)]=Array,r[t(1263)](r,i))},r[u(1851)](e)}),oe=t(function(e){var t=X,o=$(),l=0,d=1;function r(e){for(var t=e[_0x340d(878)];0<=--t;)e[t]=0}var u,c,f,h=29,v=256,p=v+1+h,_=30,g=19,S=2*p+1,D=15,i=16,z=7,m=256,y=16,b=17,w=18,k=[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],x=[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],G=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],E=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],C=new Array(2*(p+2)),A=(r(C),new Array(2*_)),O=(r(A),new Array(512)),B=(r(O),new Array(256)),T=(r(B),new Array(h)),F=(r(T),new Array(_));function P(e,t,r,n,i){var a=_0x340d;this.static_tree=e,this[a(948)]=t,this.extra_base=r,this[a(1750)]=n,this[a(1989)]=i,this.has_stree=e&&e[a(878)]}function I(e,t){var r=_0x340d;this[r(588)]=e,this.max_code=0,this[r(737)]=t}function H(e){return e<256?O[e]:O[256+(e>>>7)]}function a(e,t){var r=_0x340d;e.pending_buf[e.pending++]=255&t,e.pending_buf[e[r(870)]++]=t>>>8&255}function R(e,t,r){var n=_0x340d;e[n(916)]>i-r?(e.bi_buf|=t<<e.bi_valid&65535,a(e,e[n(956)]),e[n(956)]=t>>i-e.bi_valid,e[n(916)]+=r-i):(e[n(956)]|=t<<e.bi_valid&65535,e.bi_valid+=r)}function N(e,t,r){R(e,r[2*t],r[2*t+1])}function U(e,t){for(var r=0;r|=1&e,e>>>=1,r<<=1,0<--t;);return r>>>1}function M(e,t,r){for(var n,i=new Array(D+1),a=0,o=1;o<=D;o++)i[o]=a=a+r[o-1]<<1;for(n=0;n<=t;n++){var s=e[2*n+1];0!==s&&(e[2*n]=U(i[s]++,s))}}function q(e){for(var t=_0x340d,r=0;r<p;r++)e.dyn_ltree[2*r]=0;for(r=0;r<_;r++)e.dyn_dtree[2*r]=0;for(r=0;r<g;r++)e[t(1920)][2*r]=0;e[t(1852)][2*m]=1,e[t(512)]=e[t(1404)]=0,e.last_lit=e.matches=0}function K(e){var t=_0x340d;8<e[t(916)]?a(e,e[t(956)]):0<e[t(916)]&&(e[t(1267)][e[t(870)]++]=e[t(956)]),e.bi_buf=0,e[t(916)]=0}function s(e,t,r,n){var i=2*t,a=2*r;return e[i]<e[a]||e[i]===e[a]&&n[t]<=n[r]}function j(e,t,r){for(var n=_0x340d,i=e.heap[r],a=r<<1;a<=e[n(1010)]&&(a<e[n(1010)]&&s(t,e[n(780)][a+1],e[n(780)][a],e.depth)&&a++,!s(t,i,e[n(780)][a],e.depth));)e[n(780)][r]=e.heap[a],r=a,a<<=1;e[n(780)][r]=i}function Z(e,t,r){var n,i,a,o,s=_0x340d,u=0;if(0!==e[s(1418)])for(;n=e[s(1267)][e.d_buf+2*u]<<8|e[s(1267)][e[s(1570)]+2*u+1],i=e.pending_buf[e[s(584)]+u],u++,0==n?N(e,i,t):(N(e,(a=B[i])+v+1,t),0!==(o=k[a])&&R(e,i-=T[a],o),N(e,a=H(--n),r),0!==(o=x[a])&&R(e,n-=F[a],o)),u<e[s(1418)];);N(e,m,t)}function L(e,t){var r,n,i,a=_0x340d,o=t.dyn_tree,s=t[a(737)][a(1249)],u=t[a(737)].has_stree,c=t[a(737)][a(1750)],f=-1;for(e[a(1010)]=0,e[a(831)]=S,r=0;r<c;r++)0!==o[2*r]?(e[a(780)][++e.heap_len]=f=r,e.depth[r]=0):o[2*r+1]=0;for(;e[a(1010)]<2;)o[2*(i=e[a(780)][++e[a(1010)]]=f<2?++f:0)]=1,e[a(1667)][i]=0,e.opt_len--,u&&(e[a(1404)]-=s[2*i+1]);for(t[a(852)]=f,r=e.heap_len>>1;1<=r;r--)j(e,o,r);for(i=c;r=e[a(780)][1],e[a(780)][1]=e[a(780)][e[a(1010)]--],j(e,o,1),n=e.heap[1],e[a(780)][--e.heap_max]=r,e[a(780)][--e.heap_max]=n,o[2*i]=o[2*r]+o[2*n],e.depth[i]=(e[a(1667)][r]>=e[a(1667)][n]?e.depth[r]:e[a(1667)][n])+1,o[2*r+1]=o[2*n+1]=i,e[a(780)][1]=i++,j(e,o,1),2<=e.heap_len;);e[a(780)][--e[a(831)]]=e.heap[1];for(var h,l,d,v,p,_=e,g=_0x340d,m=t[g(588)],y=t[g(852)],b=t.stat_desc[g(1249)],w=t.stat_desc[g(845)],k=t.stat_desc[g(948)],x=t[g(737)][g(673)],E=t[g(737)].max_length,C=0,A=0;A<=D;A++)_.bl_count[A]=0;for(m[2*_[g(780)][_.heap_max]+1]=0,h=_[g(831)]+1;h<S;h++)E<(A=m[2*m[2*(l=_[g(780)][h])+1]+1]+1)&&(A=E,C++),m[2*l+1]=A,y<l||(_[g(618)][A]++,v=0,x<=l&&(v=k[l-x]),p=m[2*l],_[g(512)]+=p*(A+v),!w)||(_[g(1404)]+=p*(b[2*l+1]+v));if(0!==C){do{for(A=E-1;0===_[g(618)][A];)A--}while(_[g(618)][A]--,_.bl_count[A+1]+=2,_[g(618)][E]--,0<(C-=2));for(A=E;0!==A;A--)for(l=_.bl_count[A];0!==l;)y<(d=_[g(780)][--h])||(m[2*d+1]!==A&&(_[g(512)]+=(A-m[2*d+1])*m[2*d],m[2*d+1]=A),l--)}M(o,f,e.bl_count)}function W(e,t,r){var n,i,a=_0x340d,o=-1,s=t[1],u=0,c=7,f=4;for(0===s&&(c=138,f=3),t[2*(r+1)+1]=65535,n=0;n<=r;n++)i=s,s=t[2*(n+1)+1],++u<c&&i===s||(u<f?e.bl_tree[2*i]+=u:0!==i?(i!==o&&e[a(1920)][2*i]++,e[a(1920)][2*y]++):u<=10?e[a(1920)][2*b]++:e.bl_tree[2*w]++,o=i,f=(u=0)===s?(c=138,3):i===s?(c=6,3):(c=7,4))}function V(e,t,r){var n,i,a=_0x340d,o=-1,s=t[1],u=0,c=7,f=4;for(0===s&&(c=138,f=3),n=0;n<=r;n++)if(i=s,s=t[2*(n+1)+1],!(++u<c&&i===s)){if(u<f)for(;N(e,i,e[a(1920)]),0!=--u;);else 0!==i?(i!==o&&(N(e,i,e[a(1920)]),u--),N(e,y,e.bl_tree),R(e,u-3,2)):u<=10?(N(e,b,e[a(1920)]),R(e,u-3,3)):(N(e,w,e.bl_tree),R(e,u-11,7));o=i,f=(u=0)===s?(c=138,3):i===s?(c=6,3):(c=7,4)}}r(F);var J=!1;function Y(e,t,r,n){var i;R(e,0+(n?1:0),3),n=t,t=r,r=!0,i=_0x340d,K(e=e),r&&(a(e,t),a(e,~t)),o[i(593)](e[i(1267)],e.window,n,t,e[i(870)]),e.pending+=t}e[t(2024)]=function(e){var t=_0x340d;if(!J){for(var r,n,i,a=new Array(D+1),o=0,s=0;s<h-1;s++)for(T[s]=o,r=0;r<1<<k[s];r++)B[o++]=s;for(B[o-1]=s,s=i=0;s<16;s++)for(F[s]=i,r=0;r<1<<x[s];r++)O[i++]=s;for(i>>=7;s<_;s++)for(F[s]=i<<7,r=0;r<1<<x[s]-7;r++)O[256+i++]=s;for(n=0;n<=D;n++)a[n]=0;for(r=0;r<=143;)C[2*r+1]=8,r++,a[8]++;for(;r<=255;)C[2*r+1]=9,r++,a[9]++;for(;r<=279;)C[2*r+1]=7,r++,a[7]++;for(;r<=287;)C[2*r+1]=8,r++,a[8]++;for(M(C,p+1,a),r=0;r<_;r++)A[2*r+1]=5,A[2*r]=U(r,5);u=new P(C,k,v+1,p,D),c=new P(A,x,0,_,D),f=new P(new Array(0),G,0,g,z),J=!0}e[t(1320)]=new I(e[t(1852)],u),e[t(1541)]=new I(e.dyn_dtree,c),e[t(964)]=new I(e[t(1920)],f),e.bi_buf=0,e[t(916)]=0,q(e)},e[t(1685)]=Y,e[t(1700)]=function(e,t,r,n){var i,a,o=_0x340d,s=0;if(0<e[o(1111)]?(2===e[o(952)][o(714)]&&(e[o(952)][o(714)]=(e=>{for(var t=_0x340d,r=4093624447,n=0;n<=31;n++,r>>>=1)if(1&r&&0!==e.dyn_ltree[2*n])return l;if(0!==e[t(1852)][18]||0!==e[t(1852)][20]||0!==e.dyn_ltree[26])return d;for(n=32;n<v;n++)if(0!==e.dyn_ltree[2*n])return d;return l})(e)),L(e,e[o(1320)]),L(e,e[o(1541)]),s=(e=>{var t,r=_0x340d;for(W(e,e.dyn_ltree,e[r(1320)].max_code),W(e,e[r(1734)],e.d_desc[r(852)]),L(e,e[r(964)]),t=g-1;3<=t&&0===e[r(1920)][2*E[t]+1];t--);return e[r(512)]+=3*(t+1)+5+5+4,t})(e),i=e[o(512)]+3+7>>>3,(a=e.static_len+3+7>>>3)<=i&&(i=a)):i=a=r+5,r+4<=i&&-1!==t)Y(e,t,r,n);else if(4===e[o(888)]||a===i)R(e,2+(n?1:0),3),Z(e,C,A);else{R(e,4+(n?1:0),3);var u,c=e,f=(t=e[o(1320)][o(852)]+1,r=e[o(1541)][o(852)]+1,s+1),h=_0x340d;for(R(c,t-257,5),R(c,r-1,5),R(c,f-4,4),u=0;u<f;u++)R(c,c[h(1920)][2*E[u]+1],3);V(c,c[h(1852)],t-1),V(c,c.dyn_dtree,r-1),Z(e,e.dyn_ltree,e[o(1734)])}q(e),n&&K(e)},e[t(887)]=function(e,t,r){var n=_0x340d;return e[n(1267)][e[n(1570)]+2*e[n(1418)]]=t>>>8&255,e[n(1267)][e.d_buf+2*e[n(1418)]+1]=255&t,e[n(1267)][e[n(584)]+e[n(1418)]]=255&r,e[n(1418)]++,0===t?e[n(1852)][2*r]++:(e[n(1245)]++,t--,e[n(1852)][2*(B[r]+v+1)]++,e[n(1734)][2*H(t)]++),e[n(1418)]===e[n(659)]-1},e[t(955)]=function(e){var t;R(e,2,3),N(e,m,C),16===(e=e)[(t=_0x340d)(916)]?(a(e,e[t(956)]),e[t(956)]=0,e[t(916)]=0):8<=e[t(916)]&&(e[t(1267)][e[t(870)]++]=255&e[t(956)],e[t(956)]>>=8,e.bi_valid-=8)}}),se=t(function(e,t){t[X(1540)]=function(e,t,r,n){for(var i=65535&e|0,a=e>>>16&65535|0,o=0;0!==r;){for(r-=o=2e3<r?2e3:r;a=a+(i=i+t[n++]|0)|0,--o;);i%=65521,a%=65521}return i|a<<16|0}}),ue=t(function(e,t){var r=X;var s=(()=>{for(var e=[],t=0;t<256;t++){for(var r=t,n=0;n<8;n++)r=1&r?3988292384^r>>>1:r>>>1;e[t]=r}return e})();t[r(1540)]=function(e,t,r,n){var i=s,a=n+r;e^=-1;for(var o=n;o<a;o++)e=e>>>8^i[255&(e^t[o])];return-1^e}}),W=t(function(e,t){var r=X;t[r(1540)]={2:r(923),1:r(1299),0:"","-1":r(554),"-2":r(1232),"-3":r(1405),"-4":r(1355),"-5":r(1933),"-6":r(1587)}}),ce=t(function(e){var u,t=X,d=$(),c=oe(),v=se(),p=ue(),N=W(),f=0,h=4,l=0,_=-2,j=-1,L=4,z=2,g=8,G=9,r=286,H=30,U=19,M=2*r+1,q=15,m=3,y=258,b=y+m+1,w=42,k=113,x=1,E=2,C=3,A=4;function S(e,t){return e.msg=N[t],t}function D(e){return(e<<1)-(4<e?9:0)}function O(e){for(var t=e[_0x340d(878)];0<=--t;)e[t]=0}function B(e){var t=_0x340d,r=e[t(698)],n=r.pending;0!==(n=n>e[t(687)]?e.avail_out:n)&&(d[t(593)](e[t(816)],r[t(1267)],r[t(1316)],n,e[t(1610)]),e.next_out+=n,r[t(1316)]+=n,e.total_out+=n,e[t(687)]-=n,r[t(870)]-=n,0===r[t(870)])&&(r[t(1316)]=0)}function T(e,t){var r=_0x340d;c._tr_flush_block(e,0<=e[r(1730)]?e[r(1730)]:-1,e[r(1944)]-e[r(1730)],t),e[r(1730)]=e[r(1944)],B(e.strm)}function F(e,t){var r=_0x340d;e[r(1267)][e[r(870)]++]=t}function P(e,t){var r=_0x340d;e[r(1267)][e[r(870)]++]=t>>>8&255,e.pending_buf[e[r(870)]++]=255&t}function o(e,t){var r,n,i=_0x340d,a=e.max_chain_length,o=e[i(1944)],s=e[i(1661)],u=e[i(1433)],c=e[i(1944)]>e.w_size-b?e[i(1944)]-(e[i(1114)]-b):0,f=e[i(1221)],h=e[i(1505)],l=e[i(1148)],d=e[i(1944)]+y,v=f[o+s-1],p=f[o+s];e[i(1661)]>=e[i(1736)]&&(a>>=2),u>e[i(879)]&&(u=e[i(879)]);do{if(f[(r=t)+s]===p&&f[r+s-1]===v&&f[r]===f[o]&&f[++r]===f[o+1]){for(o+=2,r++;f[++o]===f[++r]&&f[++o]===f[++r]&&f[++o]===f[++r]&&f[++o]===f[++r]&&f[++o]===f[++r]&&f[++o]===f[++r]&&f[++o]===f[++r]&&f[++o]===f[++r]&&o<d;);if(n=y-(d-o),o=d-y,s<n){if(e[i(1012)]=t,u<=(s=n))break;v=f[o+s-1],p=f[o+s]}}}while((t=l[t&h])>c&&0!=--a);return s<=e[i(879)]?s:e[i(879)]}function I(e){var t,r,n,i,a,o,s,u,c,f,h=_0x340d,l=e[h(1114)];do{if(u=e[h(938)]-e[h(879)]-e.strstart,e[h(1944)]>=l+(l-b)){for(d.arraySet(e[h(1221)],e[h(1221)],l,l,0),e.match_start-=l,e[h(1944)]-=l,e.block_start-=l,t=r=e[h(1143)];n=e.head[--t],e.head[t]=l<=n?n-l:0,--r;);for(t=r=l;n=e[h(1148)][--t],e[h(1148)][t]=l<=n?n-l:0,--r;);u+=l}if(0===e[h(952)][h(1300)])break;if(a=e[h(952)],o=e[h(1221)],s=e[h(1944)]+e[h(879)],u=u,f=c=void 0,f=a[(c=_0x340d)(1300)],r=0===(f=u<f?u:f)?0:(a[c(1300)]-=f,d.arraySet(o,a[c(1513)],a[c(1274)],f,s),1===a[c(698)][c(811)]?a.adler=v(a[c(1453)],o,f,s):2===a.state.wrap&&(a.adler=p(a.adler,o,f,s)),a[c(1274)]+=f,a.total_in+=f,f),e[h(879)]+=r,e[h(879)]+e[h(599)]>=m)for(i=e[h(1944)]-e.insert,e[h(1028)]=e[h(1221)][i],e[h(1028)]=(e[h(1028)]<<e.hash_shift^e[h(1221)][i+1])&e.hash_mask;e[h(599)]&&(e[h(1028)]=(e.ins_h<<e[h(1500)]^e[h(1221)][i+m-1])&e[h(1360)],e[h(1148)][i&e[h(1505)]]=e.head[e[h(1028)]],e[h(1776)][e[h(1028)]]=i,i++,e.insert--,!(e[h(879)]+e[h(599)]<m)););}while(e[h(879)]<b&&0!==e[h(952)][h(1300)])}function n(e,t){for(var r,n,i=_0x340d;;){if(e[i(879)]<b){if(I(e),e[i(879)]<b&&t===f)return x;if(0===e[i(879)])break}if(r=0,e[i(879)]>=m&&(e.ins_h=(e.ins_h<<e.hash_shift^e[i(1221)][e.strstart+m-1])&e[i(1360)],r=e.prev[e.strstart&e[i(1505)]]=e[i(1776)][e.ins_h],e[i(1776)][e[i(1028)]]=e.strstart),0!==r&&e.strstart-r<=e[i(1114)]-b&&(e[i(1824)]=o(e,r)),e[i(1824)]>=m)if(n=c[i(887)](e,e[i(1944)]-e[i(1012)],e[i(1824)]-m),e[i(879)]-=e.match_length,e[i(1824)]<=e[i(1884)]&&e[i(879)]>=m){for(e[i(1824)]--;e[i(1944)]++,e.ins_h=(e[i(1028)]<<e[i(1500)]^e[i(1221)][e[i(1944)]+m-1])&e[i(1360)],r=e[i(1148)][e[i(1944)]&e.w_mask]=e[i(1776)][e.ins_h],e[i(1776)][e[i(1028)]]=e[i(1944)],0!=--e[i(1824)];);e[i(1944)]++}else e.strstart+=e.match_length,e[i(1824)]=0,e[i(1028)]=e[i(1221)][e.strstart],e[i(1028)]=(e[i(1028)]<<e.hash_shift^e[i(1221)][e[i(1944)]+1])&e[i(1360)];else n=c[i(887)](e,0,e[i(1221)][e[i(1944)]]),e[i(879)]--,e.strstart++;if(n&&(T(e,!1),0===e[i(952)][i(687)]))return x}return e[i(599)]=e[i(1944)]<m-1?e.strstart:m-1,t===h?(T(e,!0),0===e.strm[i(687)]?C:A):e[i(1418)]&&(T(e,!1),0===e[i(952)][i(687)])?x:E}function i(e,t){for(var r,n,i,a=_0x340d;;){if(e[a(879)]<b){if(I(e),e[a(879)]<b&&t===f)return x;if(0===e.lookahead)break}if(r=0,e[a(879)]>=m&&(e.ins_h=(e[a(1028)]<<e.hash_shift^e[a(1221)][e[a(1944)]+m-1])&e[a(1360)],r=e[a(1148)][e[a(1944)]&e[a(1505)]]=e[a(1776)][e[a(1028)]],e[a(1776)][e[a(1028)]]=e[a(1944)]),e[a(1661)]=e.match_length,e[a(778)]=e[a(1012)],e[a(1824)]=m-1,0!==r&&e[a(1661)]<e.max_lazy_match&&e[a(1944)]-r<=e[a(1114)]-b&&(e[a(1824)]=o(e,r),e[a(1824)]<=5)&&(1===e.strategy||e.match_length===m&&4096<e[a(1944)]-e.match_start)&&(e.match_length=m-1),e[a(1661)]>=m&&e[a(1824)]<=e[a(1661)]){for(i=e[a(1944)]+e[a(879)]-m,n=c._tr_tally(e,e[a(1944)]-1-e[a(778)],e[a(1661)]-m),e[a(879)]-=e[a(1661)]-1,e[a(1661)]-=2;++e[a(1944)]<=i&&(e[a(1028)]=(e[a(1028)]<<e.hash_shift^e.window[e.strstart+m-1])&e[a(1360)],r=e[a(1148)][e.strstart&e[a(1505)]]=e[a(1776)][e[a(1028)]],e[a(1776)][e[a(1028)]]=e[a(1944)]),0!=--e.prev_length;);if(e[a(1588)]=0,e[a(1824)]=m-1,e.strstart++,n&&(T(e,!1),0===e[a(952)][a(687)]))return x}else if(e[a(1588)]){if((n=c[a(887)](e,0,e[a(1221)][e[a(1944)]-1]))&&T(e,!1),e[a(1944)]++,e[a(879)]--,0===e[a(952)][a(687)])return x}else e[a(1588)]=1,e[a(1944)]++,e.lookahead--}return e[a(1588)]&&(n=c[a(887)](e,0,e[a(1221)][e[a(1944)]-1]),e[a(1588)]=0),e[a(599)]=e.strstart<m-1?e[a(1944)]:m-1,t===h?(T(e,!0),0===e.strm.avail_out?C:A):e[a(1418)]&&(T(e,!1),0===e.strm.avail_out)?x:E}function a(e,t,r,n,i){var a=_0x340d;this[a(1119)]=e,this[a(1210)]=t,this[a(1266)]=r,this[a(501)]=n,this[a(1656)]=i}function K(){var e=_0x340d;this[e(952)]=null,this.status=0,this.pending_buf=null,this[e(558)]=0,this[e(1316)]=0,this.pending=0,this[e(811)]=0,this[e(998)]=null,this[e(917)]=0,this.method=g,this[e(1649)]=-1,this[e(1114)]=0,this[e(1993)]=0,this.w_mask=0,this[e(1221)]=null,this.window_size=0,this[e(1148)]=null,this[e(1776)]=null,this[e(1028)]=0,this[e(1143)]=0,this[e(937)]=0,this.hash_mask=0,this.hash_shift=0,this[e(1730)]=0,this[e(1824)]=0,this[e(778)]=0,this[e(1588)]=0,this[e(1944)]=0,this[e(1012)]=0,this.lookahead=0,this[e(1661)]=0,this[e(1094)]=0,this[e(1884)]=0,this.level=0,this.strategy=0,this.good_match=0,this[e(1433)]=0,this[e(1852)]=new d.Buf16(2*M),this.dyn_dtree=new d[e(1595)](2*(2*H+1)),this.bl_tree=new d[e(1595)](2*(2*U+1)),O(this[e(1852)]),O(this.dyn_dtree),O(this[e(1920)]),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this[e(618)]=new d.Buf16(q+1),this[e(780)]=new d[e(1595)](2*r+1),O(this.heap),this[e(1010)]=0,this[e(831)]=0,this[e(1667)]=new d[e(1595)](2*r+1),O(this[e(1667)]),this[e(584)]=0,this[e(659)]=0,this[e(1418)]=0,this[e(1570)]=0,this[e(512)]=0,this[e(1404)]=0,this[e(1245)]=0,this.insert=0,this.bi_buf=0,this[e(916)]=0}function s(e){var t,r=_0x340d;return e&&e.state?(e[r(1398)]=e.total_out=0,e[r(714)]=z,(t=e.state)[r(870)]=0,t.pending_out=0,t[r(811)]<0&&(t.wrap=-t[r(811)]),t.status=t[r(811)]?w:k,e.adler=2===t[r(811)]?0:1,t[r(1649)]=f,c._tr_init(t),l):S(e,_)}function R(e){var t=_0x340d,r=s(e);return r===l&&((e=e[t(698)])[(t=_0x340d)(938)]=2*e.w_size,O(e[t(1776)]),e[t(1884)]=u[e[t(1111)]][t(1210)],e[t(1736)]=u[e.level][t(1119)],e[t(1433)]=u[e[t(1111)]][t(1266)],e[t(1094)]=u[e[t(1111)]][t(501)],e[t(1944)]=0,e.block_start=0,e.lookahead=0,e.insert=0,e[t(1824)]=e[t(1661)]=m-1,e[t(1588)]=0,e[t(1028)]=0),r}function Z(e,t,r,n,i,a){var o=_0x340d;if(!e)return _;var s=1;if(t===j&&(t=6),n<0?(s=0,n=-n):15<n&&(s=2,n-=16),i<1||G<i||r!==g||n<8||15<n||t<0||9<t||a<0||L<a)return S(e,_);8===n&&(n=9);var u=new K;return(e[o(698)]=u)[o(952)]=e,u[o(811)]=s,u.gzhead=null,u.w_bits=n,u[o(1114)]=1<<u[o(1993)],u[o(1505)]=u[o(1114)]-1,u.hash_bits=i+7,u[o(1143)]=1<<u[o(937)],u[o(1360)]=u.hash_size-1,u[o(1500)]=~~((u[o(937)]+m-1)/m),u[o(1221)]=new d[o(1234)](2*u[o(1114)]),u[o(1776)]=new d[o(1595)](u[o(1143)]),u[o(1148)]=new d[o(1595)](u[o(1114)]),u[o(659)]=1<<i+6,u[o(558)]=4*u[o(659)],u[o(1267)]=new d[o(1234)](u.pending_buf_size),u[o(1570)]=+u.lit_bufsize,u[o(584)]=3*u.lit_bufsize,u.level=t,u[o(888)]=a,u[o(839)]=r,R(e)}u=[new a(0,0,0,0,function(e,t){var r=_0x340d,n=65535;for(n>e[r(558)]-5&&(n=e[r(558)]-5);;){if(e.lookahead<=1){if(I(e),0===e[r(879)]&&t===f)return x;if(0===e.lookahead)break}e[r(1944)]+=e.lookahead,e[r(879)]=0;var i=e[r(1730)]+n;if((0===e[r(1944)]||e.strstart>=i)&&(e.lookahead=e.strstart-i,e[r(1944)]=i,T(e,!1),0===e[r(952)][r(687)])||e.strstart-e[r(1730)]>=e[r(1114)]-b&&(T(e,!1),0===e.strm[r(687)]))return x}return e[r(599)]=0,t===h?(T(e,!0),0===e[r(952)][r(687)]?C:A):(e[r(1944)]>e[r(1730)]&&(T(e,!1),e[r(952)][r(687)]),x)}),new a(4,4,8,4,n),new a(4,5,16,8,n),new a(4,6,32,32,n),new a(4,4,16,16,i),new a(8,16,32,32,i),new a(8,16,128,128,i),new a(8,32,128,256,i),new a(32,128,258,1024,i),new a(32,258,258,4096,i)],e[t(742)]=function(e,t){return Z(e,t,g,15,8,0)},e.deflateInit2=Z,e[t(1265)]=R,e[t(1521)]=s,e[t(1230)]=function(e,t){var r=_0x340d;return e&&e[r(698)]&&2===e.state[r(811)]?(e[r(698)][r(998)]=t,l):_},e.deflate=function(e,t){var r,n,i,a,o=_0x340d;if(!e||!e[o(698)]||5<t||t<0)return e?S(e,_):_;if(n=e[o(698)],!e[o(816)]||!e[o(1513)]&&0!==e[o(1300)]||666===n[o(1415)]&&t!==h)return S(e,0===e[o(687)]?-5:_);if(n.strm=e,r=n[o(1649)],n[o(1649)]=t,n[o(1415)]===w&&(2===n[o(811)]?(e.adler=0,F(n,31),F(n,139),F(n,8),n[o(998)]?(F(n,(n[o(998)].text?1:0)+(n.gzhead.hcrc?2:0)+(n[o(998)][o(933)]?4:0)+(n[o(998)][o(784)]?8:0)+(n.gzhead[o(2070)]?16:0)),F(n,255&n[o(998)][o(990)]),F(n,n[o(998)][o(990)]>>8&255),F(n,n[o(998)].time>>16&255),F(n,n[o(998)][o(990)]>>24&255),F(n,9===n[o(1111)]?2:2<=n[o(888)]||n[o(1111)]<2?4:0),F(n,255&n[o(998)].os),n.gzhead[o(933)]&&n.gzhead[o(933)][o(878)]&&(F(n,255&n.gzhead[o(933)].length),F(n,n[o(998)].extra[o(878)]>>8&255)),n[o(998)][o(838)]&&(e.adler=p(e.adler,n.pending_buf,n[o(870)],0)),n.gzindex=0,n[o(1415)]=69):(F(n,0),F(n,0),F(n,0),F(n,0),F(n,0),F(n,9===n[o(1111)]?2:2<=n[o(888)]||n[o(1111)]<2?4:0),F(n,3),n[o(1415)]=k)):(s=g+(n[o(1993)]-8<<4)<<8,s|=(2<=n[o(888)]||n[o(1111)]<2?0:n[o(1111)]<6?1:6===n[o(1111)]?2:3)<<6,0!==n[o(1944)]&&(s|=32),s+=31-s%31,n[o(1415)]=k,P(n,s),0!==n[o(1944)]&&(P(n,e.adler>>>16),P(n,65535&e.adler)),e.adler=1)),69===n[o(1415)])if(n[o(998)][o(933)]){for(i=n[o(870)];n[o(917)]<(65535&n.gzhead[o(933)][o(878)])&&(n.pending!==n[o(558)]||(n[o(998)][o(838)]&&n[o(870)]>i&&(e[o(1453)]=p(e[o(1453)],n[o(1267)],n[o(870)]-i,i)),B(e),i=n[o(870)],n.pending!==n[o(558)]));)F(n,255&n.gzhead[o(933)][n[o(917)]]),n[o(917)]++;n[o(998)].hcrc&&n.pending>i&&(e[o(1453)]=p(e[o(1453)],n.pending_buf,n.pending-i,i)),n[o(917)]===n[o(998)][o(933)][o(878)]&&(n[o(917)]=0,n[o(1415)]=73)}else n[o(1415)]=73;if(73===n[o(1415)])if(n[o(998)].name){i=n[o(870)];do{if(n[o(870)]===n.pending_buf_size&&(n[o(998)][o(838)]&&n[o(870)]>i&&(e[o(1453)]=p(e[o(1453)],n.pending_buf,n.pending-i,i)),B(e),i=n[o(870)],n[o(870)]===n.pending_buf_size)){a=1;break}}while(a=n[o(917)]<n[o(998)][o(784)][o(878)]?255&n.gzhead[o(784)][o(1581)](n[o(917)]++):0,F(n,a),0!==a);n[o(998)][o(838)]&&n[o(870)]>i&&(e[o(1453)]=p(e[o(1453)],n[o(1267)],n.pending-i,i)),0===a&&(n[o(917)]=0,n.status=91)}else n[o(1415)]=91;if(91===n[o(1415)])if(n[o(998)][o(2070)]){i=n[o(870)];do{if(n[o(870)]===n[o(558)]&&(n[o(998)][o(838)]&&n[o(870)]>i&&(e[o(1453)]=p(e[o(1453)],n.pending_buf,n.pending-i,i)),B(e),i=n[o(870)],n[o(870)]===n[o(558)])){a=1;break}}while(a=n[o(917)]<n[o(998)].comment[o(878)]?255&n[o(998)][o(2070)][o(1581)](n.gzindex++):0,F(n,a),0!==a);n.gzhead[o(838)]&&n[o(870)]>i&&(e.adler=p(e[o(1453)],n[o(1267)],n[o(870)]-i,i)),0===a&&(n[o(1415)]=103)}else n[o(1415)]=103;if(103===n[o(1415)]&&(n[o(998)][o(838)]?(n[o(870)]+2>n[o(558)]&&B(e),n[o(870)]+2<=n[o(558)]&&(F(n,255&e[o(1453)]),F(n,e.adler>>8&255),e[o(1453)]=0,n[o(1415)]=k)):n[o(1415)]=k),0!==n.pending){if(B(e),0===e.avail_out)return n[o(1649)]=-1,l}else if(0===e[o(1300)]&&D(t)<=D(r)&&t!==h)return S(e,-5);if(666===n[o(1415)]&&0!==e[o(1300)])return S(e,-5);if(0!==e[o(1300)]||0!==n[o(879)]||t!==f&&666!==n[o(1415)]){var s=2===n[o(888)]?((e,t)=>{for(var r,n=_0x340d;;){if(0===e[n(879)]&&(I(e),0===e[n(879)])){if(t===f)return x;break}if(e[n(1824)]=0,r=c[n(887)](e,0,e[n(1221)][e[n(1944)]]),e[n(879)]--,e.strstart++,r&&(T(e,!1),0===e[n(952)].avail_out))return x}return e.insert=0,t===h?(T(e,!0),0===e[n(952)][n(687)]?C:A):e[n(1418)]&&(T(e,!1),0===e[n(952)].avail_out)?x:E})(n,t):3===n[o(888)]?((e,t)=>{for(var r,n,i,a,o=_0x340d,s=e[o(1221)];;){if(e.lookahead<=y){if(I(e),e[o(879)]<=y&&t===f)return x;if(0===e[o(879)])break}if(e[o(1824)]=0,e[o(879)]>=m&&0<e.strstart&&(n=s[i=e.strstart-1])===s[++i]&&n===s[++i]&&n===s[++i]){for(a=e[o(1944)]+y;n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&n===s[++i]&&i<a;);e.match_length=y-(a-i),e[o(1824)]>e.lookahead&&(e[o(1824)]=e[o(879)])}if(e[o(1824)]>=m?(r=c[o(887)](e,1,e.match_length-m),e[o(879)]-=e[o(1824)],e.strstart+=e[o(1824)],e[o(1824)]=0):(r=c[o(887)](e,0,e.window[e.strstart]),e[o(879)]--,e[o(1944)]++),r&&(T(e,!1),0===e[o(952)][o(687)]))return x}return e[o(599)]=0,t===h?(T(e,!0),0===e[o(952)][o(687)]?C:A):e.last_lit&&(T(e,!1),0===e[o(952)][o(687)])?x:E})(n,t):u[n[o(1111)]][o(1656)](n,t);if(s!==C&&s!==A||(n[o(1415)]=666),s===x||s===C)return 0===e[o(687)]&&(n[o(1649)]=-1),l;if(s===E&&(1===t?c[o(955)](n):5!==t&&(c[o(1685)](n,0,0,!1),3===t)&&(O(n.head),0===n[o(879)])&&(n.strstart=0,n[o(1730)]=0,n.insert=0),B(e),0===e.avail_out))return n[o(1649)]=-1,l}return t!==h||!(n[o(811)]<=0)&&(2===n[o(811)]?(F(n,255&e[o(1453)]),F(n,e.adler>>8&255),F(n,e.adler>>16&255),F(n,e.adler>>24&255),F(n,255&e.total_in),F(n,e[o(1398)]>>8&255),F(n,e[o(1398)]>>16&255),F(n,e[o(1398)]>>24&255)):(P(n,e[o(1453)]>>>16),P(n,65535&e[o(1453)])),B(e),0<n[o(811)]&&(n[o(811)]=-n[o(811)]),0!==n[o(870)])?l:1},e[t(1569)]=function(e){var t=_0x340d;return e&&e[t(698)]?(t=e.state[t(1415)])!==w&&69!==t&&73!==t&&91!==t&&103!==t&&t!==k&&666!==t?S(e,_):(e.state=null,t===k?S(e,-3):l):_},e[t(1131)]=function(e,t){var r,n,i,a,o,s,u,c=_0x340d,f=t[c(878)];if(!e||!e[c(698)]||2===(a=(r=e[c(698)])[c(811)])||1===a&&r[c(1415)]!==w||r[c(879)])return _;for(1===a&&(e[c(1453)]=v(e[c(1453)],t,f,0)),r.wrap=0,f>=r.w_size&&(0===a&&(O(r[c(1776)]),r[c(1944)]=0,r[c(1730)]=0,r[c(599)]=0),u=new d[c(1234)](r[c(1114)]),d.arraySet(u,t,f-r.w_size,r[c(1114)],0),t=u,f=r[c(1114)]),u=e[c(1300)],o=e.next_in,s=e[c(1513)],e.avail_in=f,e[c(1274)]=0,e[c(1513)]=t,I(r);r.lookahead>=m;){for(n=r.strstart,i=r.lookahead-(m-1);r.ins_h=(r.ins_h<<r[c(1500)]^r[c(1221)][n+m-1])&r.hash_mask,r[c(1148)][n&r.w_mask]=r[c(1776)][r[c(1028)]],r[c(1776)][r[c(1028)]]=n,n++,--i;);r[c(1944)]=n,r[c(879)]=m-1,I(r)}return r[c(1944)]+=r[c(879)],r.block_start=r[c(1944)],r.insert=r[c(879)],r[c(879)]=0,r[c(1824)]=r[c(1661)]=m-1,r[c(1588)]=0,e[c(1274)]=o,e[c(1513)]=s,e[c(1300)]=u,r[c(811)]=a,l},e[t(1060)]=t(970)}),fe=t(function(e){var c=X,f=$(),a=!0,o=!0;try{String[c(1312)][c(1819)](null,[0])}catch(e){a=!1}try{String[c(1312)].apply(null,new Uint8Array(1))}catch(e){o=!1}for(var t,u=new f[c(1234)](256),t=0;t<256;t++)u[t]=252<=t?6:248<=t?5:240<=t?4:224<=t?3:192<=t?2:1;function h(e,t){var r=c;if(t<65534&&(e[r(1046)]&&o||!e.subarray&&a))return String[r(1312)][r(1819)](null,f[r(2036)](e,t));for(var n="",i=0;i<t;i++)n+=String[r(1312)](e[i]);return n}u[254]=u[254]=1,e[c(1074)]=function(e){for(var t,r,n,i,a=c,o=e[a(878)],s=0,u=0;u<o;u++)55296==(64512&(r=e.charCodeAt(u)))&&u+1<o&&56320==(64512&(n=e[a(1581)](u+1)))&&(r=65536+(r-55296<<10)+(n-56320),u++),s+=r<128?1:r<2048?2:r<65536?3:4;for(t=new f[a(1234)](s),u=i=0;i<s;u++)55296==(64512&(r=e[a(1581)](u)))&&u+1<o&&56320==(64512&(n=e[a(1581)](u+1)))&&(r=65536+(r-55296<<10)+(n-56320),u++),r<128?t[i++]=r:(r<2048?t[i++]=192|r>>>6:(r<65536?t[i++]=224|r>>>12:(t[i++]=240|r>>>18,t[i++]=128|r>>>12&63),t[i++]=128|r>>>6&63),t[i++]=128|63&r);return t},e[c(861)]=function(e){return h(e,e[c(878)])},e[c(647)]=function(e){for(var t=c,r=new f[t(1234)](e[t(878)]),n=0,i=r[t(878)];n<i;n++)r[n]=e[t(1581)](n);return r},e[c(1982)]=function(e,t){for(var r,n,i=t||e[c(878)],a=new Array(2*i),o=0,s=0;s<i;)if((r=e[s++])<128)a[o++]=r;else if(4<(n=u[r]))a[o++]=65533,s+=n-1;else{for(r&=2===n?31:3===n?15:7;1<n&&s<i;)r=r<<6|63&e[s++],n--;1<n?a[o++]=65533:r<65536?a[o++]=r:(r-=65536,a[o++]=55296|r>>10&1023,a[o++]=56320|1023&r)}return h(a,o)},e[c(1284)]=function(e,t){for(var r=c,n=(t=(t=t||e[r(878)])>e[r(878)]?e[r(878)]:t)-1;0<=n&&128==(192&e[n]);)n--;return!(n<0||0===n)&&n+u[e[n]]>t?n:t}}),he=t(function(e,t){t.exports=function(){var e=_0x340d;this.input=null,this[e(1274)]=0,this[e(1300)]=0,this[e(1398)]=0,this[e(816)]=null,this.next_out=0,this.avail_out=0,this[e(1127)]=0,this[e(1961)]="",this[e(698)]=null,this[e(714)]=2,this[e(1453)]=0}}),le=t(function(e){var s=X,u=ce(),c=$(),f=fe(),n=W(),i=he(),h=Object[s(582)][s(2102)];function a(e){var t=s;if(!(this instanceof a))return new a(e);this.options=c.assign({level:-1,method:8,chunkSize:16384,windowBits:15,memLevel:8,strategy:0,to:""},e||{});e=this[t(606)];if(e[t(1095)]&&0<e.windowBits?e.windowBits=-e[t(1807)]:e[t(1481)]&&0<e[t(1807)]&&e[t(1807)]<16&&(e.windowBits+=16),this[t(866)]=0,this.msg="",this[t(1550)]=!1,this[t(1373)]=[],this[t(952)]=new i,(this[t(952)][t(687)]=0)!==(r=u.deflateInit2(this.strm,e[t(1111)],e[t(839)],e[t(1807)],e[t(2104)],e[t(888)])))throw new Error(n[r]);if(e[t(2022)]&&u.deflateSetHeader(this[t(952)],e[t(2022)]),e[t(1877)]){var r,e=typeof e[t(1877)]==t(847)?f.string2buf(e[t(1877)]):h[t(1490)](e.dictionary)===t(1547)?new Uint8Array(e[t(1877)]):e[t(1877)];if(0!==(r=u[t(1131)](this[t(952)],e)))throw new Error(n[r]);this[t(2055)]=!0}}function r(e,t){var r=s,t=new a(t);if(t.push(e,!0),t[r(866)])throw t[r(1961)]||n[t[r(866)]];return t.result}a[s(582)][s(749)]=function(e,t){var r,n,i=s,a=this[i(952)],o=this[i(606)][i(1154)];if(this.ended)return!1;n=t===~~t?t:!0===t?4:0,typeof e==i(847)?a[i(1513)]=f[i(1074)](e):h.call(e)===i(1547)?a[i(1513)]=new Uint8Array(e):a[i(1513)]=e,a[i(1274)]=0,a[i(1300)]=a[i(1513)][i(878)];do{if(0===a[i(687)]&&(a[i(816)]=new c[i(1234)](o),a.next_out=0,a.avail_out=o),1!==(r=u[i(1908)](a,n))&&0!==r)return this.onEnd(r),!(this[i(1550)]=!0)}while(0!==a[i(687)]&&(0!==a[i(1300)]||4!==n&&2!==n)||(this[i(606)].to===i(847)?this[i(972)](f[i(861)](c[i(2036)](a.output,a[i(1610)]))):this[i(972)](c[i(2036)](a.output,a[i(1610)]))),(0<a[i(1300)]||0===a.avail_out)&&1!==r);return 4===n?(r=u.deflateEnd(this[i(952)]),this[i(730)](r),this[i(1550)]=!0,0===r):(2===n&&(this[i(730)](0),a[i(687)]=0),!0)},a.prototype[s(972)]=function(e){var t=s;this[t(1373)][t(749)](e)},a[s(582)].onEnd=function(e){var t=s;0===e&&(this[t(606)].to===t(847)?this[t(1925)]=this.chunks[t(711)](""):this[t(1925)]=c[t(1592)](this.chunks)),this.chunks=[],this[t(866)]=e,this[t(1961)]=this[t(952)][t(1961)]},e[s(677)]=a,e[s(1908)]=r,e.deflateRaw=function(e,t){return(t=t||{}).raw=!0,r(e,t)},e[s(1481)]=function(e,t){return(t=t||{})[s(1481)]=!0,r(e,t)}}),de=t(function(e,t){t.exports=function(e,t){var r,n,i,a,o,s,u=_0x340d,c=e[u(698)],f=e[u(1274)],h=e[u(1513)],l=f+(e[u(1300)]-5),d=e.next_out,v=e[u(816)],p=d-(t-e[u(687)]),_=d+(e[u(687)]-257),g=c.dmax,m=c[u(874)],y=c[u(1951)],b=c.wnext,w=c[u(1221)],k=c.hold,x=c[u(1917)],E=c[u(1582)],C=c[u(1160)],A=(1<<c[u(1527)])-1,S=(1<<c[u(692)])-1;e:do{for(x<15&&(k+=h[f++]<<x,x+=8,k+=h[f++]<<x,x+=8),r=E[k&A];;){if(k>>>=n=r>>>24,x-=n,0===(n=r>>>16&255))v[d++]=65535&r;else{if(!(16&n)){if(0==(64&n)){r=E[(65535&r)+(k&(1<<n)-1)];continue}if(32&n){c[u(1901)]=12;break e}e.msg=u(2092),c[u(1901)]=30;break e}for(i=65535&r,(n&=15)&&(x<n&&(k+=h[f++]<<x,x+=8),i+=k&(1<<n)-1,k>>>=n,x-=n),x<15&&(k+=h[f++]<<x,x+=8,k+=h[f++]<<x,x+=8),r=C[k&S];;){if(k>>>=n=r>>>24,x-=n,!(16&(n=r>>>16&255))){if(0==(64&n)){r=C[(65535&r)+(k&(1<<n)-1)];continue}e[u(1961)]="invalid distance code",c[u(1901)]=30;break e}if(a=65535&r,x<(n&=15)&&(k+=h[f++]<<x,(x+=8)<n)&&(k+=h[f++]<<x,x+=8),g<(a+=k&(1<<n)-1)){e[u(1961)]="invalid distance too far back",c[u(1901)]=30;break e}if(k>>>=n,x-=n,(n=d-p)<a){if(y<(n=a-n)&&c[u(624)]){e.msg=u(1280),c.mode=30;break e}if(s=w,(o=0)===b){if(o+=m-n,n<i){for(i-=n;v[d++]=w[o++],--n;);o=d-a,s=v}}else if(b<n){if(o+=m+b-n,(n-=b)<i){for(i-=n;v[d++]=w[o++],--n;);if(o=0,b<i){for(i-=n=b;v[d++]=w[o++],--n;);o=d-a,s=v}}}else if(o+=b-n,n<i){for(i-=n;v[d++]=w[o++],--n;);o=d-a,s=v}for(;2<i;)v[d++]=s[o++],v[d++]=s[o++],v[d++]=s[o++],i-=3;i&&(v[d++]=s[o++],1<i)&&(v[d++]=s[o++])}else{for(o=d-a;v[d++]=v[o++],v[d++]=v[o++],v[d++]=v[o++],2<(i-=3););i&&(v[d++]=v[o++],1<i)&&(v[d++]=v[o++])}break}}break}}while(f<l&&d<_);f-=i=x>>3,k&=(1<<(x-=i<<3))-1,e[u(1274)]=f,e.next_out=d,e.avail_in=f<l?l-f+5:5-(f-l),e.avail_out=d<_?_-d+257:257-(d-_),c[u(1285)]=k,c[u(1917)]=x}}),ve=t(function(e,t){var R=X,N=$(),j=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],L=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],z=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],G=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];t[R(1540)]=function(e,t,r,n,i,a,o,s){for(var u,c,f,h,l,d,v,p,_,g=R,m=s[g(1917)],y=0,b=0,w=0,k=0,x=0,E=0,C=0,A=0,S=0,D=0,O=null,B=0,T=new N.Buf16(16),F=new N[g(1595)](16),P=null,I=0,y=0;y<=15;y++)T[y]=0;for(b=0;b<n;b++)T[t[r+b]]++;for(x=m,k=15;1<=k&&0===T[k];k--);if(k<x&&(x=k),0===k)i[a++]=20971520,i[a++]=20971520,s.bits=1;else{for(w=1;w<k&&0===T[w];w++);for(x<w&&(x=w),y=A=1;y<=15;y++)if((A=(A<<1)-T[y])<0)return-1;if(0<A&&(0===e||1!==k))return-1;for(F[1]=0,y=1;y<15;y++)F[y+1]=F[y]+T[y];for(b=0;b<n;b++)0!==t[r+b]&&(o[F[t[r+b]]++]=b);if(d=0===e?(O=P=o,19):1===e?(O=j,B-=257,P=L,I-=257,256):(O=z,P=G,-1),y=w,l=a,C=b=D=0,f=-1,h=(S=1<<(E=x))-1,1===e&&852<S||2===e&&592<S)return 1;for(;;){for(_=o[b]<d?(p=0,o[b]):o[b]>d?(p=P[I+o[b]],O[B+o[b]]):(p=96,0),u=1<<(v=y-C),w=c=1<<E;i[l+(D>>C)+(c-=u)]=v<<24|p<<16|_|0,0!==c;);for(u=1<<y-1;D&u;)u>>=1;if(0!==u?D=(D&u-1)+u:D=0,b++,0==--T[y]){if(y===k)break;y=t[r+o[b]]}if(x<y&&(D&h)!==f){for(l+=w,A=1<<(E=y-(C=0===C?x:C));E+C<k&&!((A-=T[E+C])<=0);)E++,A<<=1;if(S+=1<<E,1===e&&852<S||2===e&&592<S)return 1;i[f=D&h]=x<<24|E<<16|l-a|0}}0!==D&&(i[l+D]=y-C<<24|64<<16|0),s[g(1917)]=x}return 0}}),pe=t(function(e){var t=X,P=$(),I=se(),R=ue(),N=de(),j=ve(),L=1,z=2,G=0,H=-2,U=1,n=852,i=592;function M(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function a(){var e=_0x340d;this[e(1901)]=0,this[e(653)]=!1,this[e(811)]=0,this[e(2034)]=!1,this[e(824)]=0,this[e(1451)]=0,this[e(1822)]=0,this[e(1247)]=0,this[e(1776)]=null,this[e(2113)]=0,this.wsize=0,this[e(1951)]=0,this[e(503)]=0,this[e(1221)]=null,this[e(1285)]=0,this[e(1917)]=0,this.length=0,this.offset=0,this[e(933)]=0,this[e(1582)]=null,this[e(1160)]=null,this.lenbits=0,this[e(692)]=0,this[e(1150)]=0,this.nlen=0,this.ndist=0,this.have=0,this[e(1200)]=null,this[e(594)]=new P[e(1595)](320),this.work=new P[e(1595)](288),this[e(620)]=null,this.distdyn=null,this[e(624)]=0,this[e(1084)]=0,this.was=0}function o(e){var t,r=_0x340d;return e&&e[r(698)]?(t=e[r(698)],e.total_in=e[r(1127)]=t[r(1247)]=0,e[r(1961)]="",t.wrap&&(e[r(1453)]=1&t[r(811)]),t[r(1901)]=U,t[r(653)]=0,t[r(2034)]=0,t[r(1451)]=32768,t[r(1776)]=null,t.hold=0,t[r(1917)]=0,t[r(1582)]=t[r(620)]=new P[r(528)](n),t.distcode=t[r(1724)]=new P[r(528)](i),t[r(624)]=1,t.back=-1,G):H}function s(e){var t,r=_0x340d;return e&&e[r(698)]?((t=e[r(698)])[r(874)]=0,t[r(1951)]=0,t.wnext=0,o(e)):H}function u(e,t){var r,n,i=_0x340d;return!e||!e[i(698)]||(n=e[i(698)],t<0?(r=0,t=-t):(r=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15<t))?H:(null!==n[i(1221)]&&n[i(2113)]!==t&&(n[i(1221)]=null),n[i(811)]=r,n[i(2113)]=t,s(e))}function r(e,t){var r,n=_0x340d;return e?(r=new a,(e.state=r)[n(1221)]=null,(r=u(e,t))!==G&&(e[n(698)]=null),r):H}var q,K,Z=!0;function W(e,t,r,n){var i,a=_0x340d,e=e.state;return null===e[a(1221)]&&(e[a(874)]=1<<e[a(2113)],e.wnext=0,e[a(1951)]=0,e.window=new P[a(1234)](e[a(874)])),n>=e[a(874)]?(P[a(593)](e.window,t,r-e[a(874)],e[a(874)],0),e[a(503)]=0,e[a(1951)]=e[a(874)]):(n<(i=e[a(874)]-e[a(503)])&&(i=n),P[a(593)](e[a(1221)],t,r-n,i,e[a(503)]),(n-=i)?(P[a(593)](e[a(1221)],t,r-n,n,0),e[a(503)]=n,e.whave=e[a(874)]):(e[a(503)]+=i,e[a(503)]===e[a(874)]&&(e[a(503)]=0),e[a(1951)]<e[a(874)]&&(e[a(1951)]+=i))),0}e.inflateReset=s,e[t(1616)]=u,e[t(1362)]=o,e[t(767)]=function(e){return r(e,15)},e[t(1063)]=r,e.inflate=function(e,t){var r,n,i,a,o,s,u,c,f,h,l,d,v,p,_,g,m,y,b,w,k,x,E,C,A=_0x340d,S=0,D=new P.Buf8(4),O=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e[A(698)]||!e.output||!e.input&&0!==e[A(1300)])return H;12===(r=e.state)[A(1901)]&&(r[A(1901)]=13),o=e[A(1610)],i=e[A(816)],u=e[A(687)],a=e[A(1274)],n=e.input,s=e[A(1300)],c=r.hold,f=r[A(1917)],h=s,l=u,x=G;e:for(;;)switch(r[A(1901)]){case U:if(0===r[A(811)])r[A(1901)]=13;else{for(;f<16;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}if(2&r.wrap&&35615===c)D[r[A(1822)]=0]=255&c,D[1]=c>>>8&255,r[A(1822)]=R(r[A(1822)],D,2,0),f=c=0,r[A(1901)]=2;else if(r.flags=0,r.head&&(r.head[A(981)]=!1),!(1&r[A(811)])||(((255&c)<<8)+(c>>8))%31)e[A(1961)]=A(2126),r.mode=30;else if(8!=(15&c))e[A(1961)]="unknown compression method",r[A(1901)]=30;else{if(f-=4,k=8+(15&(c>>>=4)),0===r[A(2113)])r[A(2113)]=k;else if(k>r[A(2113)]){e.msg=A(1918),r[A(1901)]=30;break}r[A(1451)]=1<<k,e[A(1453)]=r[A(1822)]=1,r[A(1901)]=512&c?10:12,f=c=0}}break;case 2:for(;f<16;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}if(r[A(824)]=c,8!=(255&r.flags)){e[A(1961)]=A(1651),r[A(1901)]=30;break}if(57344&r[A(824)]){e.msg=A(1923),r[A(1901)]=30;break}r[A(1776)]&&(r.head[A(1984)]=c>>8&1),512&r[A(824)]&&(D[0]=255&c,D[1]=c>>>8&255,r[A(1822)]=R(r[A(1822)],D,2,0)),f=c=0,r.mode=3;case 3:for(;f<32;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}r.head&&(r.head[A(990)]=c),512&r[A(824)]&&(D[0]=255&c,D[1]=c>>>8&255,D[2]=c>>>16&255,D[3]=c>>>24&255,r[A(1822)]=R(r[A(1822)],D,4,0)),f=c=0,r.mode=4;case 4:for(;f<16;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}r[A(1776)]&&(r.head[A(1338)]=255&c,r[A(1776)].os=c>>8),512&r[A(824)]&&(D[0]=255&c,D[1]=c>>>8&255,r[A(1822)]=R(r[A(1822)],D,2,0)),f=c=0,r[A(1901)]=5;case 5:if(1024&r[A(824)]){for(;f<16;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}r[A(878)]=c,r[A(1776)]&&(r.head[A(1767)]=c),512&r.flags&&(D[0]=255&c,D[1]=c>>>8&255,r[A(1822)]=R(r[A(1822)],D,2,0)),f=c=0}else r[A(1776)]&&(r.head[A(933)]=null);r.mode=6;case 6:if(1024&r[A(824)]&&((d=s<(d=r[A(878)])?s:d)&&(r[A(1776)]&&(k=r[A(1776)][A(1767)]-r[A(878)],r[A(1776)][A(933)]||(r[A(1776)][A(933)]=new Array(r.head[A(1767)])),P[A(593)](r[A(1776)][A(933)],n,a,d,k)),512&r[A(824)]&&(r[A(1822)]=R(r[A(1822)],n,d,a)),s-=d,a+=d,r.length-=d),r[A(878)]))break e;r[A(878)]=0,r.mode=7;case 7:if(2048&r[A(824)]){if(0===s)break e;for(d=0;k=n[a+d++],r[A(1776)]&&k&&r[A(878)]<65536&&(r[A(1776)][A(784)]+=String.fromCharCode(k)),k&&d<s;);if(512&r[A(824)]&&(r[A(1822)]=R(r[A(1822)],n,d,a)),s-=d,a+=d,k)break e}else r[A(1776)]&&(r[A(1776)][A(784)]=null);r[A(878)]=0,r[A(1901)]=8;case 8:if(4096&r[A(824)]){if(0===s)break e;for(d=0;k=n[a+d++],r.head&&k&&r[A(878)]<65536&&(r[A(1776)][A(2070)]+=String[A(1312)](k)),k&&d<s;);if(512&r[A(824)]&&(r[A(1822)]=R(r[A(1822)],n,d,a)),s-=d,a+=d,k)break e}else r[A(1776)]&&(r[A(1776)][A(2070)]=null);r[A(1901)]=9;case 9:if(512&r[A(824)]){for(;f<16;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}if(c!==(65535&r[A(1822)])){e.msg=A(967),r[A(1901)]=30;break}f=c=0}r[A(1776)]&&(r[A(1776)][A(838)]=r[A(824)]>>9&1,r.head[A(981)]=!0),e[A(1453)]=r[A(1822)]=0,r[A(1901)]=12;break;case 10:for(;f<32;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}e[A(1453)]=r.check=M(c),f=c=0,r.mode=11;case 11:if(0===r[A(2034)])return e[A(1610)]=o,e[A(687)]=u,e.next_in=a,e[A(1300)]=s,r[A(1285)]=c,r[A(1917)]=f,2;e[A(1453)]=r[A(1822)]=1,r.mode=12;case 12:if(5===t||6===t)break e;case 13:if(r[A(653)])c>>>=7&f,f-=7&f,r[A(1901)]=27;else{for(;f<3;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}switch(r[A(653)]=1&c,--f,3&(c>>>=1)){case 0:r[A(1901)]=14;break;case 1:B=F=T=void 0;var B,T=r,F=_0x340d;if(Z){for(q=new P[F(528)](512),K=new P.Buf32(32),B=0;B<144;)T[F(594)][B++]=8;for(;B<256;)T[F(594)][B++]=9;for(;B<280;)T[F(594)][B++]=7;for(;B<288;)T[F(594)][B++]=8;for(j(L,T[F(594)],0,288,q,0,T[F(794)],{bits:9}),B=0;B<32;)T[F(594)][B++]=5;j(z,T[F(594)],0,32,K,0,T[F(794)],{bits:5}),Z=!1}if(T[F(1582)]=q,T.lenbits=9,T[F(1160)]=K,T[F(692)]=5,r[A(1901)]=20,6!==t)break;c>>>=2,f-=2;break e;case 2:r[A(1901)]=17;break;case 3:e[A(1961)]=A(1766),r[A(1901)]=30}c>>>=2,f-=2}break;case 14:for(c>>>=7&f,f-=7&f;f<32;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}if((65535&c)!=(c>>>16^65535)){e.msg=A(1804),r[A(1901)]=30;break}if(r.length=65535&c,f=c=0,r.mode=15,6===t)break e;case 15:r[A(1901)]=16;case 16:if(d=r[A(878)]){if(0===(d=u<(d=s<d?s:d)?u:d))break e;P.arraySet(i,n,a,d,o),s-=d,a+=d,u-=d,o+=d,r[A(878)]-=d}else r[A(1901)]=12;break;case 17:for(;f<14;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}if(r[A(855)]=257+(31&c),c>>>=5,f-=5,r.ndist=1+(31&c),c>>>=5,f-=5,r[A(1150)]=4+(15&c),c>>>=4,f-=4,286<r.nlen||30<r[A(1075)]){e[A(1961)]=A(2060),r[A(1901)]=30;break}r.have=0,r[A(1901)]=18;case 18:for(;r[A(2091)]<r[A(1150)];){for(;f<3;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}r.lens[O[r[A(2091)]++]]=7&c,c>>>=3,f-=3}for(;r[A(2091)]<19;)r[A(594)][O[r.have++]]=0;if(r.lencode=r[A(620)],r[A(1527)]=7,E={bits:r[A(1527)]},x=j(0,r[A(594)],0,19,r[A(1582)],0,r[A(794)],E),r.lenbits=E[A(1917)],x){e[A(1961)]="invalid code lengths set",r[A(1901)]=30;break}r[A(2091)]=0,r[A(1901)]=19;case 19:for(;r.have<r[A(855)]+r[A(1075)];){for(;g=(S=r[A(1582)][c&(1<<r[A(1527)])-1])>>>16&255,m=65535&S,!((_=S>>>24)<=f);){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}if(m<16)c>>>=_,f-=_,r.lens[r[A(2091)]++]=m;else{if(16===m){for(C=_+2;f<C;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}if(c>>>=_,f-=_,0===r[A(2091)]){e.msg=A(982),r.mode=30;break}k=r.lens[r[A(2091)]-1],d=3+(3&c),c>>>=2,f-=2}else if(17===m){for(C=_+3;f<C;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}k=0,d=3+(7&(c>>>=_)),c>>>=3,f=f-_-3}else{for(C=_+7;f<C;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}k=0,d=11+(127&(c>>>=_)),c>>>=7,f=f-_-7}if(r[A(2091)]+d>r[A(855)]+r[A(1075)]){e[A(1961)]=A(982),r.mode=30;break}for(;d--;)r[A(594)][r.have++]=k}}if(30===r.mode)break;if(0===r.lens[256]){e[A(1961)]="invalid code -- missing end-of-block",r[A(1901)]=30;break}if(r[A(1527)]=9,E={bits:r.lenbits},x=j(L,r[A(594)],0,r.nlen,r.lencode,0,r[A(794)],E),r[A(1527)]=E[A(1917)],x){e[A(1961)]="invalid literal/lengths set",r[A(1901)]=30;break}if(r.distbits=6,r[A(1160)]=r.distdyn,E={bits:r[A(692)]},x=j(z,r[A(594)],r[A(855)],r[A(1075)],r.distcode,0,r[A(794)],E),r[A(692)]=E[A(1917)],x){e.msg=A(1004),r[A(1901)]=30;break}if(r.mode=20,6===t)break e;case 20:r[A(1901)]=21;case 21:if(6<=s&&258<=u){e[A(1610)]=o,e[A(687)]=u,e[A(1274)]=a,e[A(1300)]=s,r.hold=c,r[A(1917)]=f,N(e,l),o=e[A(1610)],i=e[A(816)],u=e.avail_out,a=e[A(1274)],n=e[A(1513)],s=e.avail_in,c=r[A(1285)],f=r[A(1917)],12===r[A(1901)]&&(r[A(1084)]=-1);break}for(r[A(1084)]=0;g=(S=r[A(1582)][c&(1<<r[A(1527)])-1])>>>16&255,m=65535&S,!((_=S>>>24)<=f);){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}if(g&&0==(240&g)){for(y=_,b=g,w=m;g=(S=r.lencode[w+((c&(1<<y+b)-1)>>y)])>>>16&255,m=65535&S,!(y+(_=S>>>24)<=f);){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}c>>>=y,f-=y,r[A(1084)]+=y}if(c>>>=_,f-=_,r[A(1084)]+=_,r[A(878)]=m,0===g){r[A(1901)]=26;break}if(32&g){r[A(1084)]=-1,r[A(1901)]=12;break}if(64&g){e[A(1961)]=A(2092),r[A(1901)]=30;break}r.extra=15&g,r[A(1901)]=22;case 22:if(r[A(933)]){for(C=r[A(933)];f<C;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}r.length+=c&(1<<r[A(933)])-1,c>>>=r[A(933)],f-=r[A(933)],r.back+=r[A(933)]}r.was=r.length,r[A(1901)]=23;case 23:for(;g=(S=r[A(1160)][c&(1<<r[A(692)])-1])>>>16&255,m=65535&S,!((_=S>>>24)<=f);){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}if(0==(240&g)){for(y=_,b=g,w=m;g=(S=r[A(1160)][w+((c&(1<<y+b)-1)>>y)])>>>16&255,m=65535&S,!(y+(_=S>>>24)<=f);){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}c>>>=y,f-=y,r[A(1084)]+=y}if(c>>>=_,f-=_,r[A(1084)]+=_,64&g){e[A(1961)]=A(634),r.mode=30;break}r.offset=m,r.extra=15&g,r[A(1901)]=24;case 24:if(r[A(933)]){for(C=r[A(933)];f<C;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}r[A(1276)]+=c&(1<<r[A(933)])-1,c>>>=r.extra,f-=r[A(933)],r[A(1084)]+=r[A(933)]}if(r[A(1276)]>r[A(1451)]){e[A(1961)]=A(1280),r.mode=30;break}r[A(1901)]=25;case 25:if(0===u)break e;if(d=l-u,r[A(1276)]>d){if((d=r[A(1276)]-d)>r[A(1951)]&&r[A(624)]){e[A(1961)]=A(1280),r[A(1901)]=30;break}v=d>r[A(503)]?(d-=r[A(503)],r[A(874)]-d):r.wnext-d,d>r[A(878)]&&(d=r.length),p=r.window}else p=i,v=o-r[A(1276)],d=r.length;for(u-=d=u<d?u:d,r[A(878)]-=d;i[o++]=p[v++],--d;);0===r[A(878)]&&(r.mode=21);break;case 26:if(0===u)break e;i[o++]=r[A(878)],u--,r[A(1901)]=21;break;case 27:if(r[A(811)]){for(;f<32;){if(0===s)break e;s--,c|=n[a++]<<f,f+=8}if(l-=u,e[A(1127)]+=l,r.total+=l,l&&(e.adler=r[A(1822)]=(r.flags?R:I)(r[A(1822)],i,l,o-l)),l=u,(r[A(824)]?c:M(c))!==r[A(1822)]){e[A(1961)]="incorrect data check",r[A(1901)]=30;break}f=c=0}r[A(1901)]=28;case 28:if(r[A(811)]&&r[A(824)]){for(;f<32;){if(0===s)break e;s--,c+=n[a++]<<f,f+=8}if(c!==(4294967295&r[A(1247)])){e.msg=A(1499),r[A(1901)]=30;break}f=c=0}r.mode=29;case 29:x=1;break e;case 30:x=-3;break e;case 31:return-4;default:return H}return e[A(1610)]=o,e[A(687)]=u,e[A(1274)]=a,e[A(1300)]=s,r[A(1285)]=c,r[A(1917)]=f,(r[A(874)]||l!==e[A(687)]&&r[A(1901)]<30&&(r.mode<27||4!==t))&&W(e,e[A(816)],e[A(1610)],l-e[A(687)])?(r[A(1901)]=31,-4):(h-=e[A(1300)],l-=e[A(687)],e.total_in+=h,e[A(1127)]+=l,r[A(1247)]+=l,r[A(811)]&&l&&(e[A(1453)]=r[A(1822)]=(r[A(824)]?R:I)(r[A(1822)],i,l,e[A(1610)]-l)),e.data_type=r[A(1917)]+(r.last?64:0)+(12===r.mode?128:0)+(20===r[A(1901)]||15===r[A(1901)]?256:0),x=(0==h&&0===l||4===t)&&x===G?-5:x)},e[t(762)]=function(e){var t,r=_0x340d;return e&&e[r(698)]?((t=e.state)[r(1221)]&&(t.window=null),e[r(698)]=null,G):H},e[t(666)]=function(e,t){var r=_0x340d;return e&&e.state&&0!=(2&(e=e.state)[r(811)])?((e[r(1776)]=t)[r(981)]=!1,G):H},e[t(1181)]=function(e,t){var r,n=_0x340d,i=t[n(878)];return e&&e[n(698)]&&(0===(r=e[n(698)])[n(811)]||11===r.mode)?11===r.mode&&I(1,t,i,0)!==r[n(1822)]?-3:W(e,t,i,i)?(r[n(1901)]=31,-4):(r.havedict=1,G):H},e[t(495)]=t(1676)}),_e=t(function(e,t){t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}}),ge=t(function(e,t){t.exports=function(){var e=_0x340d;this[e(1984)]=0,this[e(990)]=0,this[e(1338)]=0,this.os=0,this[e(933)]=null,this[e(1767)]=0,this[e(784)]="",this.comment="",this.hcrc=0,this[e(981)]=!1}}),me=t(function(e){var l=X,d=pe(),v=$(),p=fe(),_=_e(),n=W(),i=he(),a=ge(),g=Object[l(582)][l(2102)];function o(e){var t=l;if(!(this instanceof o))return new o(e);this[t(606)]=v.assign({chunkSize:16384,windowBits:0,to:""},e||{});var r=this[t(606)],e=(r.raw&&0<=r[t(1807)]&&r[t(1807)]<16&&(r[t(1807)]=-r[t(1807)],0===r.windowBits)&&(r[t(1807)]=-15),!(0<=r[t(1807)]&&r.windowBits<16)||e&&e[t(1807)]||(r.windowBits+=32),15<r[t(1807)]&&r[t(1807)]<48&&0==(15&r[t(1807)])&&(r[t(1807)]|=15),this[t(866)]=0,this[t(1961)]="",this[t(1550)]=!1,this[t(1373)]=[],this[t(952)]=new i,this[t(952)][t(687)]=0,d[t(1063)](this[t(952)],r[t(1807)]));if(e!==_[t(1304)])throw new Error(n[e]);if(this.header=new a,d[t(666)](this.strm,this[t(2022)]),r.dictionary&&(typeof r[t(1877)]==t(847)?r[t(1877)]=p[t(1074)](r[t(1877)]):"[object ArrayBuffer]"===g.call(r[t(1877)])&&(r.dictionary=new Uint8Array(r.dictionary)),r.raw)&&(e=d.inflateSetDictionary(this[t(952)],r[t(1877)]))!==_[t(1304)])throw new Error(n[e])}function r(e,t){var r=l,t=new o(t);if(t[r(749)](e,!0),t.err)throw t[r(1961)]||n[t[r(866)]];return t[r(1925)]}o[l(582)][l(749)]=function(e,t){var r,n,i,a,o,s=l,u=this[s(952)],c=this[s(606)][s(1154)],f=this[s(606)][s(1877)],h=!1;if(this[s(1550)])return!1;n=t===~~t?t:!0===t?_[s(1998)]:_[s(529)],typeof e==s(847)?u[s(1513)]=p.binstring2buf(e):g[s(1490)](e)===s(1547)?u[s(1513)]=new Uint8Array(e):u.input=e,u[s(1274)]=0,u[s(1300)]=u[s(1513)][s(878)];do{if(0===u[s(687)]&&(u[s(816)]=new v.Buf8(c),u.next_out=0,u[s(687)]=c),(r=(r=d[s(1882)](u,_[s(529)]))===_[s(880)]&&f?d[s(1181)](this.strm,f):r)===_[s(1919)]&&!0===h&&(r=_[s(1304)],h=!1),r!==_[s(1386)]&&r!==_.Z_OK)return this[s(730)](r),!(this[s(1550)]=!0)}while(!u[s(1610)]||0!==u[s(687)]&&r!==_[s(1386)]&&(0!==u[s(1300)]||n!==_[s(1998)]&&n!==_[s(1612)])||(this[s(606)].to===s(847)?(i=p[s(1284)](u.output,u[s(1610)]),a=u[s(1610)]-i,o=p[s(1982)](u[s(816)],i),u[s(1610)]=a,u[s(687)]=c-a,a&&v[s(593)](u[s(816)],u[s(816)],i,a,0),this[s(972)](o)):this[s(972)](v[s(2036)](u[s(816)],u[s(1610)]))),0===u[s(1300)]&&0===u[s(687)]&&(h=!0),(0<u[s(1300)]||0===u[s(687)])&&r!==_[s(1386)]);return(n=r===_[s(1386)]?_[s(1998)]:n)===_.Z_FINISH?(r=d[s(762)](this[s(952)]),this.onEnd(r),this.ended=!0,r===_.Z_OK):(n===_[s(1612)]&&(this[s(730)](_[s(1304)]),u[s(687)]=0),!0)},o.prototype[l(972)]=function(e){var t=l;this[t(1373)][t(749)](e)},o[l(582)][l(730)]=function(e){var t=l;e===_[t(1304)]&&("string"===this[t(606)].to?this[t(1925)]=this.chunks.join(""):this.result=v[t(1592)](this[t(1373)])),this[t(1373)]=[],this[t(866)]=e,this.msg=this[t(952)][t(1961)]},e[l(1497)]=o,e[l(1882)]=r,e[l(1817)]=function(e,t){return(t=t||{}).raw=!0,r(e,t)},e[l(1611)]=r}),ye=t(function(e,t){var r=X,n={};(0,$().assign)(n,le(),me(),_e()),t[r(1540)]=n}),be=t(function(e){var i=X,t=(typeof Uint8Array===i(2063)?i(2063):_typeof(Uint8Array))<"u"&&(typeof Uint16Array===i(2063)?i(2063):_typeof(Uint16Array))<"u"&&("undefined"==typeof Uint32Array?"undefined":_typeof(Uint32Array))<"u",a=ye(),r=A(),n=S(),o=t?i(1390):"array";function s(e,t){var r=i;n[r(1490)](this,r(1608)+e),this[r(792)]=null,this[r(1430)]=e,this[r(1534)]=t,this[r(1784)]={}}e[i(660)]="\b\0",r[i(1902)](s,n),s.prototype[i(1270)]=function(e){var t=i;this.meta=e[t(1784)],null===this._pako&&this[t(596)](),this._pako[t(749)](r[t(2124)](o,e[t(1105)]),!1)},s[i(582)][i(1421)]=function(){var e=i;n.prototype.flush[e(1490)](this),null===this[e(792)]&&this[e(596)](),this._pako[e(749)]([],!0)},s.prototype[i(1238)]=function(){var e=i;n[e(582)][e(1238)].call(this),this._pako=null},s[i(582)][i(596)]=function(){var r=i,n=(this[r(792)]=new a[this[r(1430)]]({raw:!0,level:this[r(1534)].level||-1}),this);this[r(792)][r(972)]=function(e){var t=r;n[t(749)]({data:e,meta:n[t(1784)]})}},e[i(1772)]=function(e){return new s("Deflate",e)},e[i(602)]=function(){return new s(i(1497),{})}}),we=t(function(e){var t=X,r=S();e[t(542)]={magic:"\0\0",compressWorker:function(e){return new r(t(1941))},uncompressWorker:function(){return new r(t(1445))}},e[t(1100)]=be()}),ke=t(function(e){var t=X;e[t(1115)]=t(1994),e.CENTRAL_FILE_HEADER=t(854),e[t(712)]=t(785),e[t(1261)]=t(1755),e[t(1695)]=t(1104),e[t(2093)]="PK\b"}),xe=t(function(e,t){function y(e,t){for(var r=_0x340d,n="",i=0;i<t;i++)n+=String[r(1312)](255&e),e>>>=8;return n}function i(e,t,r,n,i,a){var o=_0x340d,s=e[o(897)],u=e[o(818)],c=a!==w.utf8encode,f=b[o(2124)](o(847),a(s.name)),h=b[o(2124)](o(847),w[o(1759)](s[o(784)])),l=s.comment,a=b[o(2124)](o(847),a(l)),d=b.transformTo(o(847),w[o(1759)](l)),v=h[o(878)]!==s[o(784)].length,l=d[o(878)]!==l.length,p="",_=s[o(1618)],g=s[o(1701)],m={crc32:0,compressedSize:0,uncompressedSize:0},r=(t&&!r||(m[o(901)]=e.crc32,m[o(1226)]=e[o(1226)],m[o(1728)]=e.uncompressedSize),0),e=(t&&(r|=8),c||!v&&!l||(r|=2048),0),t=0,g=(_&&(e|=16),"UNIX"===i?(t=798,e|=(c=s.unixPermissions,i=_,(65535&(c?c:i?16893:33204))<<16)):(t=20,e|=63&(s[o(693)]||0)),_=g[o(1050)](),_<<=6,_=(_=(_|g[o(1843)]())<<5)|g[o(1787)]()/2,c=g[o(820)]()-1980,c=(c=((c<<=4)|g[o(1868)]()+1)<<5)|g.getUTCDate(),v&&(i=y(1,1)+y(k(f),4)+h,p+="up"+y(i[o(878)],2)+i),l&&(s=y(1,1)+y(k(a),4)+d,p+="uc"+y(s[o(878)],2)+s),""),g=(g=(g=(g=(g=(g=(g=(g=(g=(g+="\n\0")+y(r,2))+u[o(660)])+y(_,2))+y(c,2))+y(m.crc32,4))+y(m.compressedSize,4))+y(m[o(1728)],4))+y(f[o(878)],2))+y(p[o(878)],2);return{fileRecord:x[o(1115)]+g+f+p,dirRecord:x[o(1213)]+y(t,2)+g+y(a[o(878)],2)+o(1106)+y(e,4)+y(n,4)+f+p+a}}var u=X,b=A(),a=S(),w=D(),k=h(),x=ke();function r(e,t,r,n){var i=_0x340d;a[i(1490)](this,"ZipFileWorker"),this.bytesWritten=0,this[i(1135)]=t,this[i(1049)]=r,this[i(1346)]=n,this.streamFiles=e,this[i(2046)]=!1,this[i(1081)]=[],this[i(1958)]=[],this[i(931)]=0,this[i(651)]=0,this.currentFile=null,this[i(658)]=[]}b[u(1902)](r,a),r[u(582)][u(749)]=function(e){var t=u,r=e[t(1784)][t(1191)]||0,n=this[t(651)],i=this[t(658)][t(878)];this[t(2046)]?this.contentBuffer[t(749)](e):(this.bytesWritten+=e[t(1105)][t(878)],a[t(582)].push[t(1490)](this,{data:e[t(1105)],meta:{currentFile:this[t(1371)],percent:n?(r+100*(n-i-1))/n:100}}))},r[u(582)].openedSource=function(e){var t=u,r=(this.currentSourceOffset=this.bytesWritten,this.currentFile=e[t(897)][t(784)],this[t(1422)]&&!e.file.dir);r?(e=i(e,r,!1,this[t(931)],this.zipPlatform,this[t(1346)]),this[t(749)]({data:e[t(679)],meta:{percent:0}})):this.accumulate=!0},r[u(582)][u(912)]=function(e){var t=u,r=(this.accumulate=!1,this[t(1422)]&&!e.file[t(1618)]),n=i(e,r,!0,this[t(931)],this[t(1049)],this[t(1346)]);if(this.dirRecords[t(749)](n[t(697)]),r)this.push({data:(r=e,x[(e=_0x340d)(2093)]+y(r[e(901)],4)+y(r[e(1226)],4)+y(r.uncompressedSize,4)),meta:{percent:100}});else for(this.push({data:n.fileRecord,meta:{percent:0}});this[t(1081)][t(878)];)this[t(749)](this.contentBuffer[t(2087)]());this[t(1371)]=null},r[u(582)][u(1421)]=function(){for(var e=u,t=this[e(1607)],r=0;r<this.dirRecords.length;r++)this[e(749)]({data:this[e(1958)][r],meta:{percent:100}});var n,i,a,o=this[e(1607)]-t,s=(n=this.dirRecords[e(878)],o=o,t=t,s=this[e(1135)],i=this.encodeFileName,i=b[(a=_0x340d)(2124)](a(847),i(s)),x[a(712)]+"\0\0\0\0"+y(n,2)+y(n,2)+y(o,4)+y(t,4)+y(i[a(878)],2)+i);this[e(749)]({data:s,meta:{percent:100}})},r[u(582)].prepareNextSource=function(){var e=u;this[e(500)]=this[e(658)][e(2087)](),this[e(989)](this[e(500)][e(1479)]),this[e(1517)]?this[e(500)][e(958)]():this[e(500)][e(1426)]()},r[u(582)].registerPrevious=function(e){var t=u,r=(this._sources[t(749)](e),this);return e.on(t(1105),function(e){r.processChunk(e)}),e.on("end",function(){var e=t;r[e(912)](r[e(500)].streamInfo),r[e(658)][e(878)]?r[e(2080)]():r[e(1732)]()}),e.on(t(736),function(e){r[t(736)](e)}),this},r[u(582)][u(1426)]=function(){var e=u;return!!a[e(582)][e(1426)].call(this)&&(!this.previous&&this[e(658)][e(878)]?(this[e(2080)](),!0):this.previous||this[e(658)][e(878)]||this.generatedError?void 0:(this[e(1732)](),!0))},r[u(582)][u(736)]=function(e){var t=u,r=this._sources;if(!a.prototype[t(736)].call(this,e))return!1;for(var n=0;n<r[t(878)];n++)try{r[n][t(736)](e)}catch(e){}return!0},r[u(582)][u(1305)]=function(){var e=u;a.prototype[e(1305)].call(this);for(var t=this[e(658)],r=0;r<t[e(878)];r++)t[r][e(1305)]()},t[u(1540)]=r}),Ee=t(function(e){var r=X,h=we(),n=xe();e[r(2031)]=function(e,s,t){var u=r,c=new n(s.streamFiles,t,s[u(1623)],s[u(1346)]),f=0;try{e[u(1031)](function(e,t){var r=u,n=(f++,((e,t)=>{if(t=h[e=e||t])return t;throw new Error(e+" is not a valid compression method !")})(t.options.compression,s[r(818)])),i=t[r(606)][r(1138)]||s.compressionOptions||{},a=t[r(1618)],o=t[r(1701)];t[r(2020)](n,i)[r(1678)](r(897),{name:e,dir:a,date:o,comment:t[r(2070)]||"",unixPermissions:t[r(1900)],dosPermissions:t[r(693)]}).pipe(c)}),c[u(651)]=f}catch(e){c[u(736)](e)}return c}}),Ce=t(function(e,t){var i=X,r=A(),n=S();function a(e,t){var r=_0x340d;n.call(this,"Nodejs stream input adapter for "+e),this[r(1628)]=!1,this[r(1686)](t)}r[i(1902)](a,n),a[i(582)]._bindStream=function(e){var r=i,n=this;(this._stream=e).pause(),e.on(r(1105),function(e){n.push({data:e,meta:{percent:0}})}).on(r(736),function(e){var t=r;n.isPaused?this[t(1887)]=e:n.error(e)}).on(r(1732),function(){var e=r;n[e(1517)]?n._upstreamEnded=!0:n[e(1732)]()})},a[i(582)][i(958)]=function(){var e=i;return!!n[e(582)][e(958)][e(1490)](this)&&(this[e(1501)][e(958)](),!0)},a[i(582)][i(1426)]=function(){var e=i;return!!n[e(582)][e(1426)][e(1490)](this)&&(this[e(1628)]?this[e(1732)]():this[e(1501)].resume(),!0)},t[i(1540)]=a}),Ae=t(function(e,t){function s(e){var t=_0x340d,r=(e="/"===e[t(2045)](-1)?e[t(988)](0,e[t(878)]-1):e).lastIndexOf("/");return 0<r?e[t(988)](0,r):""}function u(e,t){var r=_0x340d;return t=_typeof(t)<"u"?t:h[r(1007)],e=m(e),this.files[e]||g[r(1490)](this,e,null,{dir:!0,createFolders:t}),this[r(1013)][e]}var r=X,a=D(),c=A(),f=S(),o=w(),h=te(),l=O(),d=ae(),v=Ee(),p=b(),_=Ce(),g=function(e,t,r){var n=_0x340d,i=c[n(1289)](t),a=c[n(1861)](r||{},h),o=(a[n(1701)]=a[n(1701)]||new Date,null!==a[n(818)]&&(a[n(818)]=a.compression[n(1841)]()),typeof a[n(1900)]==n(847)&&(a[n(1900)]=parseInt(a.unixPermissions,8)),a[n(1900)]&&16384&a[n(1900)]&&(a[n(1618)]=!0),a[n(693)]&&16&a[n(693)]&&(a.dir=!0),a.dir&&(e=m(e)),a[n(1007)]&&(o=s(e))&&u[n(1490)](this,o,!0),i===n(847)&&!1===a[n(2076)]&&!1===a.base64);(!r||"u"<_typeof(r[n(2076)]))&&(a.binary=!o);(t instanceof l&&0===t[n(1728)]||a[n(1618)]||!t||0===t[n(878)])&&(a.base64=!1,a[n(2076)]=!0,t="",a[n(818)]=n(542),n(847));i=null,i=t instanceof l||t instanceof f?t:p.isNode&&p[n(738)](t)?new _(e,t):c[n(648)](e,t,a[n(2076)],a.optimizedBinaryString,a.base64),r=new d(e,i,a);this.files[e]=r},m=function(e){return"/"!==e.slice(-1)&&(e+="/"),e};function y(e){var t=_0x340d;return Object[t(582)][t(2102)][t(1490)](e)===t(1134)}var n={load:function(){throw new Error(_0x340d(1372))},forEach:function(e){var t,r,n,i=_0x340d;for(t in this.files)n=this[i(1013)][t],r=t.slice(this[i(906)][i(878)],t.length),r&&t.slice(0,this[i(906)][i(878)])===this.root&&e(r,n)},filter:function(r){var n=[];return this[_0x340d(1031)](function(e,t){r(e,t)&&n.push(t)}),n},file:function(e,t,r){var n,i,a=_0x340d;return 1===arguments.length?y(e)?(n=e,this.filter(function(e,t){return!t[_0x340d(1618)]&&n.test(e)})):(i=this[a(1013)][this[a(906)]+e])&&!i[a(1618)]?i:null:(e=this.root+e,g[a(1490)](this,e,t,r),this)},folder:function(n){var e,t,i=_0x340d;return n?y(n)?this[i(1037)](function(e,t){var r=i;return t[r(1618)]&&n[r(1315)](e)}):(e=this[i(906)]+n,e=u.call(this,e),(t=this.clone()).root=e[i(784)],t):this},remove:function(n){var i=_0x340d,e=(n=this.root+n,this.files[n]);if(e||("/"!==n[i(2045)](-1)&&(n+="/"),e=this.files[n]),e&&!e[i(1618)])delete this.files[n];else for(var t=this[i(1037)](function(e,t){var r=i;return t[r(784)][r(2045)](0,n.length)===n}),r=0;r<t[i(878)];r++)delete this[i(1013)][t[r][i(784)]];return this},generate:function(e){throw new Error(_0x340d(1372))},generateInternalStream:function(e){var t=_0x340d,r={};try{if((r=c.extend(e||{},{streamFiles:!1,compression:t(542),compressionOptions:null,type:"",platform:t(1653),comment:null,mimeType:t(540),encodeFileName:a[t(1759)]}))[t(632)]=r[t(632)].toLowerCase(),r[t(818)]=r[t(818)][t(1841)](),r[t(632)]===t(663)&&(r[t(632)]=t(847)),!r[t(632)])throw new Error(t(1518));c[t(1431)](r[t(632)]),"darwin"!==r[t(1623)]&&r[t(1623)]!==t(788)&&"linux"!==r[t(1623)]&&r[t(1623)]!==t(1935)||(r.platform="UNIX"),r[t(1623)]===t(1286)&&(r[t(1623)]="DOS");var n=r[t(2070)]||this.comment||"",i=v.generateWorker(this,r,n)}catch(e){(i=new f("error"))[t(736)](e)}return new o(i,r[t(632)]||t(847),r[t(1509)])},generateAsync:function(e,t){return this[_0x340d(806)](e).accumulate(t)},generateNodeStream:function(e,t){var r=_0x340d;return(e=e||{}).type||(e[r(632)]=r(2023)),this[r(806)](e)[r(834)](t)}};t[r(1540)]=n}),Se=t(function(e,t){var i=X,r=A();function n(e){var t=_0x340d;this[t(1105)]=e,this[t(878)]=e.length,this[t(980)]=0,this.zero=0}n[i(582)]={checkOffset:function(e){var t=i;this[t(535)](this[t(980)]+e)},checkIndex:function(e){var t=i;if(this[t(878)]<this.zero+e||e<0)throw new Error(t(1796)+this.length+t(1709)+e+t(1635))},setIndex:function(e){var t=i;this[t(535)](e),this[t(980)]=e},skip:function(e){var t=i;this[t(2127)](this[t(980)]+e)},byteAt:function(e){},readInt:function(e){var t,r=i,n=0;for(this.checkOffset(e),t=this.index+e-1;t>=this.index;t--)n=(n<<8)+this[r(1240)](t);return this[r(980)]+=e,n},readString:function(e){var t=i;return r[t(2124)](t(847),this.readData(e))},readData:function(e){},lastIndexOfSignature:function(e){},readAndCheckSignature:function(e){},readDate:function(){var e=i,t=this[e(1036)](4);return new Date(Date[e(1310)](1980+(t>>25&127),(t>>21&15)-1,t>>16&31,t>>11&31,t>>5&63,(31&t)<<1))}},t.exports=n}),De=t(function(e,t){var s=X,n=Se();function r(e){var t=_0x340d;n.call(this,e);for(var r=0;r<this[t(1105)].length;r++)e[r]=255&e[r]}A().inherits(r,n),r.prototype[s(1240)]=function(e){var t=s;return this[t(1105)][this[t(1208)]+e]},r[s(582)][s(1367)]=function(e){for(var t=s,r=e[t(1581)](0),n=e[t(1581)](1),i=e[t(1581)](2),a=e[t(1581)](3),o=this.length-4;0<=o;--o)if(this[t(1105)][o]===r&&this[t(1105)][o+1]===n&&this[t(1105)][o+2]===i&&this[t(1105)][o+3]===a)return o-this[t(1208)];return-1},r.prototype.readAndCheckSignature=function(e){var t=s,r=e.charCodeAt(0),n=e[t(1581)](1),i=e[t(1581)](2),e=e.charCodeAt(3),t=this[t(962)](4);return r===t[0]&&n===t[1]&&i===t[2]&&e===t[3]},r[s(582)].readData=function(e){var t,r=s;return this[r(1118)](e),0===e?[]:(t=this[r(1105)][r(2045)](this[r(1208)]+this[r(980)],this[r(1208)]+this[r(980)]+e),this[r(980)]+=e,t)},t[s(1540)]=r}),Oe=t(function(e,t){var n=X,r=Se();function i(e){r[_0x340d(1490)](this,e)}A()[n(1902)](i,r),i[n(582)].byteAt=function(e){var t=n;return this.data.charCodeAt(this[t(1208)]+e)},i.prototype[n(1367)]=function(e){var t=n;return this[t(1105)][t(1278)](e)-this[t(1208)]},i[n(582)][n(1881)]=function(e){return e===this[n(962)](4)},i[n(582)].readData=function(e){var t=n,r=(this.checkOffset(e),this.data.slice(this[t(1208)]+this[t(980)],this[t(1208)]+this[t(980)]+e));return this[t(980)]+=e,r},t[n(1540)]=i}),Be=t(function(e,t){var n=X,r=De();function i(e){r[_0x340d(1490)](this,e)}A()[n(1902)](i,r),i[n(582)][n(962)]=function(e){var t,r=n;return this[r(1118)](e),0===e?new Uint8Array(0):(t=this[r(1105)].subarray(this[r(1208)]+this[r(980)],this.zero+this[r(980)]+e),this[r(980)]+=e,t)},t[n(1540)]=i}),Te=t(function(e,t){var n=X,r=Be();function i(e){r[_0x340d(1490)](this,e)}A()[n(1902)](i,r),i.prototype[n(962)]=function(e){var t=n,r=(this[t(1118)](e),this[t(1105)][t(2045)](this[t(1208)]+this.index,this.zero+this[t(980)]+e));return this[t(980)]+=e,r},t.exports=i}),Fe=t(function(e,t){var n=A(),i=_(),a=De(),o=Oe(),s=Te(),u=Be();t.exports=function(e){var t=_0x340d,r=n[t(1289)](e);return n[t(1431)](r),"string"!==r||i[t(1390)]?"nodebuffer"===r?new s(e):i[t(1390)]?new u(n[t(2124)](t(1390),e)):new a(n.transformTo("array",e)):new o(e)}}),Pe=t(function(e,t){var r=X,n=Fe(),i=A(),a=O(),o=h(),s=D(),u=we(),c=_();function f(e,t){this[_0x340d(606)]=e,this.loadOptions=t}f.prototype={isEncrypted:function(){return 1==(1&this[_0x340d(607)])},useUTF8:function(){return 2048==(2048&this[_0x340d(607)])},readLocalPart:function(e){var t,r=_0x340d;if(e.skip(22),this.fileNameLength=e[r(1036)](2),t=e[r(1036)](2),this[r(1435)]=e[r(962)](this[r(690)]),e[r(515)](t),-1===this.compressedSize||-1===this[r(1728)])throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if(null===(t=(e=>{var t,r=_0x340d;for(t in u)if(u[r(1751)](t)&&u[t][r(660)]===e)return u[t];return null})(this[r(1048)])))throw new Error(r(1559)+i[r(1224)](this[r(1048)])+r(1014)+i.transformTo("string",this[r(1435)])+")");this[r(1913)]=new a(this[r(1226)],this.uncompressedSize,this[r(901)],t,e.readData(this[r(1226)]))},readCentralPart:function(e){var t=_0x340d,r=(this[t(513)]=e.readInt(2),e[t(515)](2),this.bitFlag=e.readInt(2),this[t(1048)]=e[t(1826)](2),this[t(1701)]=e.readDate(),this[t(901)]=e.readInt(4),this[t(1226)]=e.readInt(4),this[t(1728)]=e[t(1036)](4),e[t(1036)](2));if(this.extraFieldsLength=e.readInt(2),this[t(1641)]=e[t(1036)](2),this[t(1343)]=e[t(1036)](2),this[t(1178)]=e.readInt(2),this[t(1847)]=e[t(1036)](4),this[t(1345)]=e[t(1036)](4),this[t(1394)]())throw new Error(t(1306));e.skip(r),this.readExtraFields(e),this.parseZIP64ExtraField(e),this.fileComment=e[t(962)](this.fileCommentLength)},processAttributes:function(){var e=_0x340d,t=(this[e(1900)]=null,this[e(693)]=null,this.versionMadeBy>>8);this[e(1618)]=!!(16&this[e(1847)]),0==t&&(this[e(693)]=63&this.externalFileAttributes),3==t&&(this.unixPermissions=this[e(1847)]>>16&65535),this[e(1618)]||"/"!==this[e(1473)][e(2045)](-1)||(this.dir=!0)},parseZIP64ExtraField:function(e){var t,r=_0x340d;this[r(2025)][1]&&(t=n(this[r(2025)][1][r(1885)]),this.uncompressedSize===i[r(768)]&&(this.uncompressedSize=t[r(1036)](8)),this[r(1226)]===i[r(768)]&&(this[r(1226)]=t[r(1036)](8)),this.localHeaderOffset===i[r(768)]&&(this.localHeaderOffset=t[r(1036)](8)),this.diskNumberStart===i[r(768)])&&(this[r(1343)]=t[r(1036)](4))},readExtraFields:function(e){var t,r,n,i=_0x340d,a=e[i(980)]+this[i(1674)];for(this.extraFields||(this[i(2025)]={});e[i(980)]+4<a;)t=e[i(1036)](2),r=e[i(1036)](2),n=e.readData(r),this[i(2025)][t]={id:t,length:r,value:n};e[i(2127)](a)},handleUTF8:function(){var e,t=_0x340d,r=c[t(1390)]?"uint8array":"array";this[t(969)]()?(this[t(1473)]=s.utf8decode(this[t(1435)]),this[t(1665)]=s[t(522)](this[t(1698)])):(null!==(e=this[t(2042)]())?this[t(1473)]=e:(e=i[t(2124)](r,this[t(1435)]),this.fileNameStr=this.loadOptions[t(987)](e)),null!==(e=this[t(1545)]())?this[t(1665)]=e:(e=i[t(2124)](r,this[t(1698)]),this[t(1665)]=this[t(1859)][t(987)](e)))},findExtraFieldUnicodePath:function(){var e,t=_0x340d,r=this[t(2025)][28789];return!r||1!==(e=n(r[t(1885)]))[t(1036)](1)||o(this[t(1435)])!==e[t(1036)](4)?null:s.utf8decode(e[t(962)](r.length-5))},findExtraFieldUnicodeComment:function(){var e,t=_0x340d,r=this.extraFields[25461];return!r||1!==(e=n(r[t(1885)])).readInt(1)||o(this[t(1698)])!==e.readInt(4)?null:s[t(522)](e[t(962)](r[t(878)]-5))}},t[r(1540)]=f}),Ie=t(function(e,t){var a=X,r=Fe(),n=A(),i=ke(),o=Pe(),s=(D(),_());function u(e){var t=_0x340d;this[t(1013)]=[],this[t(1859)]=e}u[a(582)]={checkSignature:function(e){var t,r=a;if(!this[r(1809)][r(1881)](e))throw this[r(1809)][r(980)]-=4,t=this[r(1809)][r(1826)](4),new Error(r(2038)+n[r(1224)](t)+r(2057)+n.pretty(e)+")")},isSignature:function(e,t){var r=a,n=this[r(1809)][r(980)];this[r(1809)][r(2127)](e);e=this[r(1809)][r(1826)](4)===t;return this[r(1809)][r(2127)](n),e},readBlockEndOfCentral:function(){var e=a,t=(this.diskNumber=this[e(1809)][e(1036)](2),this[e(538)]=this[e(1809)].readInt(2),this[e(1434)]=this[e(1809)][e(1036)](2),this.centralDirRecords=this[e(1809)][e(1036)](2),this.centralDirSize=this[e(1809)][e(1036)](4),this[e(1228)]=this[e(1809)][e(1036)](4),this.zipCommentLength=this[e(1809)][e(1036)](2),this[e(1809)][e(962)](this[e(1842)])),r=s[e(1390)]?e(1390):e(1165),r=n[e(2124)](r,t);this.zipComment=this.loadOptions[e(987)](r)},readBlockZip64EndOfCentral:function(){var e=a;this[e(1972)]=this.reader[e(1036)](8),this[e(1809)][e(515)](4),this[e(1911)]=this[e(1809)][e(1036)](4),this.diskWithCentralDirStart=this.reader[e(1036)](4),this[e(1434)]=this[e(1809)][e(1036)](8),this[e(2026)]=this[e(1809)][e(1036)](8),this.centralDirSize=this.reader[e(1036)](8),this.centralDirOffset=this[e(1809)][e(1036)](8),this[e(2051)]={};for(var t,r,n,i=this[e(1972)]-44;0<i;)t=this[e(1809)][e(1036)](2),r=this[e(1809)][e(1036)](4),n=this[e(1809)][e(962)](r),this[e(2051)][t]={id:t,length:r,value:n}},readBlockZip64EndOfCentralLocator:function(){var e=a;if(this[e(1556)]=this[e(1809)][e(1036)](4),this[e(891)]=this[e(1809)][e(1036)](8),this[e(2017)]=this[e(1809)].readInt(4),1<this[e(2017)])throw new Error(e(2016))},readLocalFiles:function(){for(var e,t=a,r=0;r<this[t(1013)][t(878)];r++)e=this[t(1013)][r],this.reader.setIndex(e.localHeaderOffset),this[t(1432)](i.LOCAL_FILE_HEADER),e[t(1288)](this[t(1809)]),e[t(1829)](),e[t(2100)]()},readCentralDir:function(){var e,t=a;for(this[t(1809)][t(2127)](this[t(1228)]);this[t(1809)][t(1881)](i[t(1213)]);)(e=new o({zip64:this[t(509)]},this[t(1859)]))[t(2052)](this.reader),this.files.push(e);if(this[t(2026)]!==this.files[t(878)]&&0!==this[t(2026)]&&0===this[t(1013)].length)throw new Error("Corrupted zip or bug: expected "+this[t(2026)]+t(795)+this[t(1013)][t(878)])},readEndOfCentral:function(){var e=a,t=this[e(1809)][e(1367)](i.CENTRAL_DIRECTORY_END);if(t<0)throw!this[e(1309)](0,i[e(1115)])?new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html"):new Error("Corrupted zip: can't find end of central directory");this[e(1809)][e(2127)](t);var r=t;if(this[e(1432)](i[e(712)]),this[e(1186)](),this[e(1911)]===n[e(1737)]||this.diskWithCentralDirStart===n.MAX_VALUE_16BITS||this[e(1434)]===n[e(1737)]||this.centralDirRecords===n[e(1737)]||this[e(1409)]===n[e(768)]||this[e(1228)]===n[e(768)]){if(this[e(509)]=!0,(t=this[e(1809)].lastIndexOfSignature(i.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error(e(1287));if(this.reader[e(2127)](t),this[e(1432)](i[e(1261)]),this[e(869)](),!this[e(1309)](this[e(891)],i[e(1695)])&&(this[e(891)]=this[e(1809)].lastIndexOfSignature(i[e(1695)]),this[e(891)]<0))throw new Error(e(1256));this[e(1809)].setIndex(this[e(891)]),this.checkSignature(i[e(1695)]),this.readBlockZip64EndOfCentral()}t=this[e(1228)]+this[e(1409)],t=r-(t=this[e(509)]?(t+=20)+(12+this[e(1972)]):t);if(0<t)this.isSignature(r,i[e(1213)])||(this[e(1809)][e(1208)]=t);else if(t<0)throw new Error("Corrupted zip: missing "+Math[e(996)](t)+e(533))},prepareReader:function(e){this.reader=r(e)},load:function(e){var t=a;this[t(1317)](e),this.readEndOfCentral(),this.readCentralDir(),this[t(2115)]()}},t[a(1540)]=u}),Re=t(function(e,t){var r=A(),u=g(),n=D(),i=Ie(),c=ne(),f=b();t.exports=function(e,a){var o=_0x340d,s=this;return a=r[o(1861)](a||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:n[o(522)]}),f[o(1225)]&&f[o(738)](e)?u[o(2e3)][o(986)](new Error(o(1496))):r[o(648)](o(1349),e,!0,a[o(1662)],a.base64)[o(951)](function(e){var t=o,r=new i(a);return r[t(605)](e),r})[o(951)](function(e){var t=o,r=[u[t(2e3)][t(1353)](e)],n=e[t(1013)];if(a.checkCRC32)for(var i=0;i<n[t(878)];i++)r[t(749)]((a=>new u.Promise(function(t,r){var n=_0x340d,i=a.decompressed[n(1358)]()[n(1707)](new c);i.on(n(736),function(e){r(e)}).on("end",function(){var e=n;i[e(1479)].crc32!==a[e(1913)][e(901)]?r(new Error(e(574))):t()}).resume()}))(n[i]));return u[t(2e3)].all(r)}).then(function(e){for(var t=o,e=e[t(2087)](),r=e[t(1013)],n=0;n<r[t(878)];n++){var i=r[n];s.file(i.fileNameStr,i.decompressed,{binary:!0,optimizedBinaryString:!0,date:i[t(1701)],dir:i.dir,comment:i.fileCommentStr[t(878)]?i[t(1665)]:null,unixPermissions:i[t(1900)],dosPermissions:i[t(693)],createFolders:a[t(1007)]})}return e[t(1135)][t(878)]&&(s[t(2070)]=e.zipComment),s})}}),Ne=t(function(e,t){var r=X;function n(){var e=_0x340d;if(!(this instanceof n))return new n;if(arguments[e(878)])throw new Error(e(2039));this[e(1013)]=Object[e(871)](null),this[e(2070)]=null,this[e(906)]="",this[e(1020)]=function(){var e,t=new n;for(e in this)"function"!=typeof this[e]&&(t[e]=this[e]);return t}}n[r(582)]=Ae(),n[r(582)][r(667)]=Re(),n[r(1264)]=_(),n[r(774)]=te(),n[r(611)]=r(1949),n[r(667)]=function(e,t){return(new n).loadAsync(e,t)},n[r(511)]=g(),t.exports=n}),o={},je=o,Le={Command:function(){return ze},jszip:function(){return Ge.default}};for(n in Le)u(je,n,{get:Le[n],enumerable:!0});e.exports=(e=o,i(u({},X(550),{value:!0}),e));var o=r(H(),1)[X(1229)],ze=(o[X(557)],o[X(1446)],o[X(1729)],o[X(1875)],o[X(1997)],o[X(1103)],o[X(825)],o.Command),Ge=(o.Argument,o[X(1955)],o.Help,r(Ne()))}),An=It(function(e,t){var r=_0x340d;t[r(1540)]={name:r(1644),version:r(899),description:r(1554),main:"./lib/index.js",scripts:{build:r(1420),dev:r(1627),watch:r(926),"build:ascf-toolkit":"tsup --minify --dts -d ../ascf-toolkit/src/ascf-sign-tools","dev:ascf-toolkit":r(1008),"watch:ascf-toolkit":r(1970)},dependencies:{typescript:r(815),decompress:r(1795),"js-base64":r(1617),json5:r(1680),jsrsasign:r(2075),rimraf:r(638),cachedir:r(544),log4js:r(840)},devDependencies:{tsup:r(1934)},bin:{"ascf-sign-tools":"./lib/bin/index.js"}}}),ge=It(function(N,e){function i(r,n,i,a){var o=u;if(n&&_typeof(n)==o(696)||typeof n==o(1663)){var s,t=_createForOfIteratorHelper(z(n));try{for(t.s();!(s=t.n())[o(981)];)(()=>{var e=o,t=s.value;H[e(1490)](r,t)||t===i||c(r,t,{get:function(){return n[t]},enumerable:!(a=L(n,t))||a[e(1601)]})})()}catch(e){t.e(e)}finally{t.f()}}return r}function t(e,t,r){var n=u;return r=null!=e?j(G(e)):{},i(!t&&e&&e[n(550)]?r:c(r,n(1229),{value:e,enumerable:!0}),e)}var r,u=_0x340d,j=Object[u(871)],c=Object.defineProperty,L=Object[u(1254)],z=Object[u(2002)],G=Object[u(829)],H=Object[u(582)][u(1751)],n={},U=n,M={ASCF_LOG_FILE:function(){return J},AscfBuilder:function(){return at},AscfDebugger:function(){return it},getDevEcoSdkHome:function(){return oe},getHdcPath:function(){return _},getHvigorwPath:function(){return p},getLogger:function(){return a},getNodePath:function(){return ie},getNpmPath:function(){return ae},getOhpmPath:function(){return v},getPath:function(){return d},openInBrowser:function(){return ft},setLoggerConfig:function(){return Y}};for(r in M)c(U,r,{get:M[r],enumerable:!0});e[u(1540)]=(e=n,i(c({},u(550),{value:!0}),e));var f=t(require("log4js")),q=t(require("path")),K=t(require(u(1126))),Z={isRelease:!0},W=[u(497),"info",u(1771),u(736),"fatal"],V=u(1769),J=q[u(1353)]((0,K.default)(u(1043)),u(1219));function Y(e){var t,r=u,e=(t=u,(e=e)&&W[t(1413)](e[t(1573)]())?e[t(1573)]():t(808));f[r(1948)]({appenders:{default:{type:"stdout",layout:{type:"pattern",pattern:r(1831)}},"debug-log-file":{type:"fileSync",filename:q[r(1353)]((0,K[r(1229)])("ascf-cache"),r(1219)),maxLogSize:10485760,backups:9,layout:{type:r(1176),pattern:r(1199)}}},categories:{default:{appenders:[r(1229)],level:e},AscfToolkit:{appenders:[r(1347)],level:"debug"}}})}var h,X=_createClass(function e(t){_classCallCheck(this,e),this.categories=t},[{key:(h=u)(1056),value:function(e,t,r){var n=h,i=3<arguments[n(878)]&&void 0!==arguments[3]&&arguments[3],a="",o=("info"!==e&&(a=function(e){var t=u,r="";if(Z[t(523)]){for(var n=arguments[t(878)],i=new Array(1<n?n-1:0),a=1;a<n;a++)i[a-1]=arguments[a];i[t(846)](e);for(var o=0;o<i[t(878)];o++){var s="";typeof i[o]==t(847)&&(s=i[o]),(s=i[o]instanceof Error?i[o].message:s).startsWith("\n")?r+=String(s)[t(2110)]("\n")[1]:r+=String(s).split("\n")[0]}}return r}.apply(void 0,[t][n(1375)](_toConsumableArray(r)))),f.getLogger(this.categories)),s=f[n(1055)](V);""!==a?(o[e](a),s[e](a)):(o[e][n(1819)](o,[t][n(1375)](_toConsumableArray(r))),s[e].apply(s,[t].concat(_toConsumableArray(r)))),i&&process[n(1991)](1)}},{key:h(808),value:function(e){for(var t=h,r=arguments[t(878)],n=new Array(1<r?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return this[t(1056)](t(808),e,n)}},{key:h(1771),value:function(e){for(var t=h,r=arguments[t(878)],n=new Array(1<r?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return this[t(1056)]("warn",e,n)}},{key:h(497),value:function(e){for(var t=arguments.length,r=new Array(1<t?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return this.doLog("debug",e,r)}},{key:h(736),value:function(e){for(var t=h,r=arguments[t(878)],n=new Array(1<r?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return this[t(1056)]("error",e,n)}},{key:h(724),value:function(e){for(var t=h,r=arguments.length,n=new Array(1<r?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return this[t(1056)](t(724),e,n,!0)}}]);function a(e){return new X(e)}function l(){return $.apply(this,arguments)}function $(){var e=u;return($=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return e.p=0,e.n=1,t;case 1:return r=e.v,e.a(2,{data:r});case 2:return e.p=2,e.a(2,{err:e.v})}},e,null,[[0,2]])})))[e(1819)](this,arguments)}var Q=t(require(u(865)));var ee=require("child_process"),o=t(require("fs")),te=t(require("json5")),re=t(require(u(1120))),s="win32"===process[u(1623)],n=u(1816),ne=s?"C:\\Program Files\\Huawei\\DevEco Studio\\tools":n;function d(){for(var e=u,t=arguments[e(878)],r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];var i=process[e(502)][e(898)]||process[e(502)].DEVECO_SDK_HOME||process[e(502)][e(1156)],i=i?i[e(2110)](";")[0][e(993)]()+"/../tools/":ne,i=re[e(711)][e(1819)](re,[i][e(1375)](r));return s&&i[e(1413)](" ")?'"'.concat(i,'"'):i}function ie(){var e=u;return d("node",e(s?823:1488))}function ae(){var e=u;return d(e(1389),s?"npm.cmd":e(2050))}function v(){return d("ohpm",u(1704),"ohpm")}function p(){var e=u;return d(e(1679),"bin",e(809))}function oe(){var e=u;return d(e(1844))[e(743)](/"/g,"")}function _(){var e=u;return d(e(1308),e(s?1699:1865))}function se(e){var t=u;return e&&(e[t(878)]<4?"*"[t(1942)](e[t(878)]):e[t(2045)](0,-4)+t(1896))}var g=a(u(1865));function ue(e){var r=u;return null==e?void 0:e[r(743)](/--sign-pwd\s+\S+/g,r(1071))[r(743)](/-t\s+(\S+)/g,function(e,t){return"-t "[r(1375)](se(t))})}function ce(e,t,r,n){var i=u,a=(g.info(i(2084),e,ue(null==t?void 0:t[i(711)](" "))),oe()),a=(g[i(497)](i(1040)+a),Object.assign({shell:!0,env:_objectSpread(_objectSpread({},process[i(502)]||{}),{},{DEVECO_SDK_HOME:a})},n)),e=(0,ee[i(1412)])(e,t,a),o=[],s=[];return e[i(1082)].on("data",function(e){var t=i,e=e[t(2102)]()[t(993)]();null!=n&&n.sensitive||g[t(497)](t(1239),ue(e)),o.push(e)}),e.stderr.on(i(1105),function(e){var t=i,e=e[t(2102)]()[t(993)]();g[t(736)](t(1457),e),s[t(749)](e)}),e.on(i(1096),function(e){var t=i;0!==e?(e=t(1322)[t(1375)](e,"."),g[t(736)](e),null!=r&&r(e+" errors:\n"+s[t(711)]("\n"))):(e=o[t(711)]("\n"),/failed to start ability/[t(1315)](e)?null!=r&&r(t(1144)):(null!=r&&r(null,e),g[t(497)](t(1552))))}),e}function m(){return fe.apply(this,arguments)}function fe(){var e=u;return(fe=_asyncToGenerator(_regenerator().m(function e(t,i,a,o){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,new Promise(function(r,n){var e=ce(t,i,function(e,t){if(e)return n(e);r(t)},a);null!=o&&o(e)}))},e)})))[e(1819)](this,arguments)}function y(){return he[u(1819)](this,arguments)}function he(){var e=u;return(he=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,m(_(),t,r))},e)})))[e(1819)](this,arguments)}function le(){return(le=_asyncToGenerator(_regenerator().m(function e(){var r;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,l(y(["list",t(873)],{sensitive:!0}));case 1:return r=e.v,e.a(2,r[t(866)]?(g[t(736)]("list targets error: "+r[t(866)]),[]):null==(r=r[t(1105)])||null==(r=r.trim())||null==(r=r[t(2110)]("\n"))?void 0:r.map(function(e){return e[t(993)]()}))}},e)}))).apply(this,arguments)}function de(){var e=u;return(de=_asyncToGenerator(_regenerator().m(function e(r){var n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,l(y(["-t",r,"shell",t(1207),t(1927),t(913)]));case 1:return n=e.v,e.a(2,n[t(866)]||/(\[Fail\])/[t(1315)](n[t(1105)])?(g[t(736)](t(914),n[t(866)]),t(610)):null==(n=n.data)?void 0:n[t(993)]())}},e)})))[e(1819)](this,arguments)}function b(e){var t,r=u,e=""[r(1375)](e,"/AppScope/app.json5");if(o[r(1302)](e))return t=o[r(1853)](e,"utf-8"),null==(t=te[r(1494)](t))||null==(t=t[r(1364)])?void 0:t[r(1867)];throw g[r(736)]("".concat(e," is not found")),new Error(""[r(1375)](e,r(2125)))}function ve(e){var t,r=u,e=""[r(1375)](e,"/build-profile.json5");if(o[r(1302)](e))return t=o[r(1853)](e,"utf-8"),te[r(1494)](t);throw g[r(736)](""[r(1375)](e,r(2125))),new Error("".concat(e,r(2125)))}function pe(){return _e.apply(this,arguments)}function _e(){var e=u;return(_e=_asyncToGenerator(_regenerator().m(function e(r,n){var i,a;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return g[t(808)](t(721).concat(r)),i=b(r),e.n=1,l(y(["-t",n,"shell","aa",t(2118),i]));case 1:return e.n=2,l(y(["-t",n,t(1790),"aa",t(814),"-a",t(1565),"-b",i,t(940)]));case 2:if((a=e.v).err)return g.error(t(556),a.err),g.error(t(536)),e.a(2);e.n=3;break;case 3:return e.a(2)}},e)})))[e(1819)](this,arguments)}function ge(){var e=u;return(ge=_asyncToGenerator(_regenerator().m(function e(r){var n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return g.info(t(1702).concat(r)),e.n=1,l(m(v(),[t(836)],{chdir:!0,cwd:r}));case 1:(n=e.v)[t(866)]&&g[t(736)]("installDeps err",n[t(866)]);case 2:return e.a(2)}},e)})))[e(1819)](this,arguments)}function me(){var e=u;return(me=_asyncToGenerator(_regenerator().m(function e(r){var n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return g[t(808)](t(2006)[t(1375)](r)),e.n=1,l(m(v(),[t(1179)],{chdir:!0,cwd:r}));case 1:(n=e.v)[t(866)]&&g[t(736)]("ohpmClean err",n[t(866)]);case 2:return e.a(2)}},e)})))[e(1819)](this,arguments)}function ye(){var e=u;return(ye=_asyncToGenerator(_regenerator().m(function e(r){var n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return g[t(808)](t(1602)[t(1375)](r)),e.n=1,l(m(p(),[t(1179),"--parallel"],{chdir:!0,cwd:r}));case 1:(n=e.v)[t(866)]&&g[t(736)](t(1503),n.err);case 2:return e.a(2)}},e)})))[e(1819)](this,arguments)}var be,we,w,ke=_createClass(function e(){_classCallCheck(this,e)}),e=_createClass(k,[{key:(w=u)(1839),value:(we=_asyncToGenerator(_regenerator().m(function e(){var r,n,a,i,o=this;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,l(function(){return le[u(1819)](this,arguments)}());case 1:if((n=e.v)[t(866)]||null==n||null==(r=n[t(1105)])||!r[t(878)]||/(\[Empty\])|(\[Fail\])/[t(1315)](null==(r=n[t(1105)])?void 0:r.join("\n")))return e.a(2,(g[t(736)](t(849)),[]));e.n=2;break;case 2:return g[t(497)]("found devices: ",null==(r=n[t(1105)])?void 0:r.map(se)[t(711)]("\n")),a=!1,e.n=3,Promise[t(1065)](n[t(1105)][t(1089)]((()=>{var t=_asyncToGenerator(_regenerator().m(function e(r){var n,i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(o[t(928)]&&o[t(928)].sn===r&&(a=!0),o.cache[t(1987)](r))return e.a(2,o.cache[t(1927)](r));e.n=1;break;case 1:return(n=new ke).sn=r,e.n=2,function(){return de[u(1819)](this,arguments)}(r);case 2:return i=e.v,e.a(2,(n[t(784)]=i,o[t(1383)][t(1132)](r,n),n))}},e)}));return function(e){return t[_0x340d(1819)](this,arguments)}})()));case 3:return i=e.v,e.a(2,(a||(this[t(928)]=i.length?i[0]:null),i))}},e,this)})),function(){return we[_0x340d(1819)](this,arguments)})},{key:w(841),value:function(){return this[w(928)]}},{key:w(2007),value:function(e){var t=w;e&&this[t(1383)][t(1987)](e)&&(e=this[t(1383)][t(1927)](e),this[t(928)]=e)}},{key:"getDeviceId",value:(be=_asyncToGenerator(_regenerator().m(function e(){var r;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,this[t(1839)]();case 1:if(r=null==(r=this[t(841)]())?void 0:r.sn){e.n=2;break}return g.error(t(1021)),e.a(2);case 2:return e.a(2,r)}},e,this)})),function(){return be[_0x340d(1819)](this,arguments)})}],[{key:w(953),value:function(){return k[w(1057)]}}]);function k(){var e=_0x340d;_classCallCheck(this,k),this[e(1383)]=new Map,this[e(928)]=null}e[u(1057)]=new e;var x=e,xe=t(require(u(1475)));function Ee(){var e=u;return(Ee=_asyncToGenerator(_regenerator().m(function e(o){var s,t,u,r,n=arguments;return _regenerator().w(function(e){for(var a=_0x340d;;)switch(e.p=e.n){case 0:return r=1<n[a(878)]&&void 0!==n[1]?n[1]:{},t=r.host,s=void 0===t?a(1108):t,t=r[a(876)],u=void 0===t?1e3:t,r=new Promise(function(e,t){function r(){i[_0x340d(504)](),t()}var n=a,i=new xe.Socket;i.once(n(736),r),i[n(1002)](n(876),r),i.setTimeout(u),i[n(1727)](o,s,function(){i.end(),e(o)})}),e.p=1,e.n=2,r;case 2:return e.a(2,!0);case 3:return e.p=3,e.a(2,!1)}},e,null,[[1,3]])})))[e(1819)](this,arguments)}var E=a(u(1566)),C="Please check the following: 1.The device is connected to the computer. 2. The screen is on. 3. Check whether the debugging port is occupied.";function A(){return Ce[u(1819)](this,arguments)}function Ce(){var e=u;return(Ce=_asyncToGenerator(_regenerator().m(function e(o){var t,s,u,n,i,a=arguments;return _regenerator().w(function(e){for(var r=_0x340d;;)switch(e.n){case 0:return s=1<a[r(878)]&&void 0!==a[1]&&a[1],u=2<a.length&&void 0!==a[2]?a[2]:"",e.n=1,l(y(["-t",o,r(662),"ls"]));case 1:(n=e.v)[r(866)]?(E.error(r(2109),C),i=[],e.n=4):e.n=2;break;case 2:return e.n=3,Promise[r(1065)](null==(t=n.data)?void 0:t[r(993)]().split("\n")[r(1089)]((()=>{var t=_asyncToGenerator(_regenerator().m(function e(r){var n,i,a;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(i=r[t(2110)](/\s+/),n=null==(n=i[1])?void 0:n[t(993)](),i=null==(i=i[2])?void 0:i[t(993)](),a=s&&n==="tcp:"[t(1375)](u))return e.n=1,l(y(["-t",o,t(662),"rm",n,i]));e.n=1;break;case 1:return e.a(2,{localPort:n,remotePort:i,needRm:a})}},e)}));return function(e){return t[_0x340d(1819)](this,arguments)}})()));case 3:i=e.v.filter(function(e){var t=r;return e[t(505)]&&!e[t(627)]});case 4:return e.a(2,i)}},e)})))[e(1819)](this,arguments)}function Ae(){return Se.apply(this,arguments)}function Se(){var e=u;return(Se=_asyncToGenerator(_regenerator().m(function e(i,a,o){var r,s,n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,A(i);case 1:return r=e.v,s=!1,n=a[t(993)]()[t(743)](t(2097),""),e.n=2,Promise.all(r[t(1089)]((()=>{var t=_asyncToGenerator(_regenerator().m(function e(r){var n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(r.localPort&&r.remotePort){e.n=1;break}return e.a(2);case 1:if(n=!1,r[t(505)]===a&&r[t(702)]===o?s=!0:r.localPort!==a&&r[t(702)]!==o||(n=!0),n)return e.n=2,l(y(["-t",i,t(662),"rm",r[t(505)],r[t(702)]]));e.n=2;break;case 2:return e.a(2)}},e)}));return function(e){return t[_0x340d(1819)](this,arguments)}})()));case 2:if(s)return E[t(1771)](t(973)),e.a(2);e.n=3;break;case 3:return e.n=4,function(){return Ee.apply(this,arguments)}(n);case 4:if(e.v)return E.error("port "[t(1375)](n,t(1866))),e.a(2);e.n=5;break;case 5:return e.n=6,l(y(["-t",i,t(662),a,o]));case 6:if(e.v.err)return E.error(t(754),C),e.a(2);e.n=7;break;case 7:return e.a(2)}},e)})))[e(1819)](this,arguments)}function De(){return(De=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,A(t,!0,r);case 1:return e.a(2,e.v)}},e)}))).apply(this,arguments)}var Oe,Be,Te,Fe,Pe,Ie,S,n=_createClass(function e(){var t=_0x340d;_classCallCheck(this,e),this[t(1811)]=9222,this[t(968)]=9229},[{key:(S=u)(682),value:(Ie=_asyncToGenerator(_regenerator().m(function e(r,n){var i,a,o,s;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(s=!r)return e.n=1,x[t(953)]()[t(1815)]();e.n=2;break;case 1:r=e.v,s=!r;case 2:if(s)return e.a(2);e.n=3;break;case 3:return e.n=4,l(y(["-t",r,t(1790),t(1981)[t(1375)](n,t(1760))]));case 4:if((a=e.v)[t(866)]||null==(i=a[t(1105)])||!i.length)return E[t(736)](t(1045),C),e.a(2);e.n=5;break;case 5:return o=null==(i=a[t(1105)])||null==(i=i[t(993)]()[t(2110)]("\n"))?void 0:i[0][t(993)]()[t(2110)](/\s+/)[1][t(993)](),e.n=6,l(Ae(r,"tcp:"+this.webLocalPort,t(1161)[t(1375)](o)));case 6:if(e.v[t(866)])return E.error(t(919),C),e.a(2);e.n=7;break;case 7:return e.a(2)}},e,this)})),function(e,t){return Ie.apply(this,arguments)})},{key:"fportV8",value:(Pe=_asyncToGenerator(_regenerator().m(function e(r){var n,i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(i=!r)return e.n=1,x[t(953)]()[t(1815)]();e.n=2;break;case 1:r=e.v,i=!r;case 2:if(n=!i)return e.n=3,l(Ae(r,t(2097)+this.v8LocalPort,t(2098)));e.n=4;break;case 3:n=e.v[t(866)];case 4:if(n)return E[t(736)](t(789),C),e.a(2);e.n=5;break;case 5:return e.a(2)}},e,this)})),function(e){return Pe[_0x340d(1819)](this,arguments)})},{key:S(646),value:(Fe=_asyncToGenerator(_regenerator().m(function e(r){return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,this[t(934)](r,String(this[t(968)]));case 1:return e.a(2)}},e,this)})),function(e){return Fe.apply(this,arguments)})},{key:S(1279),value:(Te=_asyncToGenerator(_regenerator().m(function e(r){return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,this.fportRm(r,String(this[t(1811)]));case 1:return e.a(2)}},e,this)})),function(e){return Te[_0x340d(1819)](this,arguments)})},{key:S(934),value:(Be=_asyncToGenerator(_regenerator().m(function e(r,n){var i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(i=!r)return e.n=1,x[t(953)]()[t(1815)]();e.n=2;break;case 1:r=e.v,i=!r;case 2:if(i){e.n=3;break}return e.n=3,function(){return De[u(1819)](this,arguments)}(r,n);case 3:return e.a(2)}},e)})),function(e,t){return Be[_0x340d(1819)](this,arguments)})},{key:"status",value:(Oe=_asyncToGenerator(_regenerator().m(function e(r){var n,i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(n=!r)return e.n=1,x[t(953)]().getDeviceId();e.n=2;break;case 1:r=e.v,n=!r;case 2:n?(i=[],e.n=5):e.n=3;break;case 3:return e.n=4,A(r);case 4:i=e.v;case 5:return e.a(2,i)}},e)})),function(e){return Oe.apply(this,arguments)})}],[{key:"getInstance",value:function(){return this[S(1057)]}}]),D=(n.instance=new n,n),O=a(u(1928)),Re=u(804);function Ne(){return(Ne=_asyncToGenerator(_regenerator().m(function e(n){var i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:i=[],e.p=1,e.n=2;var r=t(745)[t(1375)](n,t(1950)),o={timeout:3e3};return new Promise(function(n,i){var a=_0x340d,e=Object[a(1263)]({timeout:6e3},o),t=Q.default[a(1927)](r,function(e){var t=a,r="";e.on(t(1105),function(e){r+=e}),e.on(t(1732),function(){var e=t;try{n(JSON[e(1494)](r))}catch(e){i(new Error("Invalid JSON"))}})});t.setTimeout(e[a(876)],function(){var e=a;t.abort(),i(new Error(e(1311)))}),t.on(a(736),i),t.end()});case 2:i=e.v,e.n=4;break;case 3:e.p=3,O[t(736)](t(1932),C);case 4:return e.a(2,i)}},e,null,[[1,3]])}))).apply(this,arguments)}function je(){return Le.apply(this,arguments)}function Le(){var e=u;return(Le=_asyncToGenerator(_regenerator().m(function e(r){var n,i,a,o,s;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:if(r){e.n=1;break}return e.a(2,"");case 1:return e.p=1,e.n=2,function(){return Ne[u(1819)](this,arguments)}(r);case 2:if(n=e.v,a=null===n){e.n=3;break}a=void 0===n;case 3:if(i=a){e.n=4;break}i=null==(n=n[0]);case 4:i?(o=void 0,e.n=6):e.n=5;break;case 5:o=n[t(701)];case 6:return e.a(2,o);case 7:return e.p=7,s=e.v,O.error(t(570)[t(1375)](r,t(1098)),s),e.a(2,"")}},e,null,[[1,7]])})))[e(1819)](this,arguments)}var ze,Ge,He,Ue,Me,qe,Ke,Ze,We,Ve,B,Je,Ye,Xe,$e,Qe,et,tt,rt,nt,T,it=_createClass(function e(t){var r=_0x340d;_classCallCheck(this,e),O[r(808)]("init AscfDebugger with options",t),this[r(606)]=Object[r(1263)]({open:""},t)},[{key:(T=u)(1243),value:function(e){var r=T,t=this,n=(O[r(808)](r(1638)[r(1375)](e)),{status:function(){return t[r(1415)]()},start:function(){return t.start()},stop:function(){return t.stop()},"start-view":function(){return t.startView()},"start-service":function(){return t[r(1761)]()},"stop-view":function(){return t[r(597)]()},"stop-service":function(){return t[r(1121)]()}});n[e]?n[e]().then(function(){return O[r(808)]("handle end")})[r(1624)](function(e){var t=r;return O[t(736)](t(753),e)}):O[r(736)](r(2071)+Object[r(1645)](n)[r(711)](","))}},{key:T(1415),value:(nt=_asyncToGenerator(_regenerator().m(function e(){var r,n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return O[t(808)]("status"),r=(r=this[t(606)][t(1867)])||b(process[t(1640)]()),e.n=1,this[t(577)](r);case 1:if(e.v){e.n=2;break}return e.a(2);case 2:return e.n=3,D[t(953)]()[t(1415)](this[t(606)][t(2028)]);case 3:return r=e.v,e.n=4,Promise[t(1065)](null==r?void 0:r[t(1089)]((()=>{var t=_asyncToGenerator(_regenerator().m(function e(r){var n,i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:r.localPort!=="tcp:"[t(1375)](D[t(953)]()[t(1811)])?e.n=1:(n=t(1351),e.n=3);break;case 1:r[t(505)]!==t(2097)[t(1375)](D[t(953)]()[t(968)])?e.n=2:(n=t(921),e.n=3);break;case 2:return e.a(2);case 3:return e.n=4,je(r[t(505)][t(743)](t(2097),""));case 4:return i=e.v,e.a(2,i?(n===t(1351)&&(i="chrome://inspect#devices"),""[t(1375)](n," ")[t(1375)](r[t(505)]," ")[t(1375)](r.remotePort,t(2131))[t(1375)](i)):"")}},e)}));return function(e){return t[_0x340d(1819)](this,arguments)}})()));case 4:0!==(n=(n=e.v)[t(1037)](Boolean))[t(878)]&&O[t(808)]("ports:\n"+n[t(711)]("\n"));case 5:return e.a(2)}},e,this)})),function(){return nt[_0x340d(1819)](this,arguments)})},{key:"start",value:(rt=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return O[t(808)](t(814)),e.n=1,this[t(741)]();case 1:return e.n=2,this.startService();case 2:return e.a(2)}},e,this)})),function(){return rt[_0x340d(1819)](this,arguments)})},{key:T(769),value:(tt=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return O[t(808)](t(769)),e.n=1,this[t(597)]();case 1:return e.n=2,this[t(1121)]();case 2:return e.a(2)}},e,this)})),function(){return tt[_0x340d(1819)](this,arguments)})},{key:T(741),value:(et=_asyncToGenerator(_regenerator().m(function e(){var r;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return O.info(t(741)),r=(r=this[t(606)][t(1867)])||b(process[t(1640)]()),e.n=1,this[t(577)](r);case 1:if(e.v)return e.n=2,D[t(953)]()[t(682)](this[t(606)].deviceId,r);e.n=3;break;case 2:return e.n=3,this[t(671)](D[t(953)]()[t(1811)],t(1424));case 3:return e.a(2)}},e,this)})),function(){return et[_0x340d(1819)](this,arguments)})},{key:T(1761),value:(Qe=_asyncToGenerator(_regenerator().m(function e(){var r;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return O[t(808)]("startService"),r=(r=this.options[t(1867)])||b(process.cwd()),e.n=1,this[t(577)](r);case 1:if(e.v)return e.n=2,D[t(953)]()[t(1252)](this.options[t(2028)]);e.n=3;break;case 2:return e.n=3,this[t(671)](D[t(953)]()[t(968)]);case 3:return e.a(2)}},e,this)})),function(){return Qe[_0x340d(1819)](this,arguments)})},{key:"stopView",value:($e=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return O[t(808)]("stopView"),e.n=1,D[t(953)]()[t(1279)](this[t(606)][t(2028)]);case 1:return e.a(2)}},e,this)})),function(){return $e.apply(this,arguments)})},{key:"stopService",value:(Xe=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return O.info(t(1121)),e.n=1,D[t(953)]().fportRmV8(this[t(606)][t(2028)]);case 1:return e.a(2)}},e,this)})),function(){return Xe.apply(this,arguments)})},{key:T(577),value:(Ye=_asyncToGenerator(_regenerator().m(function e(r){var n,i,a,o,s,u;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(i=this[t(606)][t(2028)],o=!i)return e.n=1,x[t(953)]()[t(1815)]();e.n=2;break;case 1:i=e.v,o=!i;case 2:if(o)return e.a(2,!1);e.n=3;break;case 3:return e.n=4,l(y(["-t",i,t(1790),t(2019),r]));case 4:if(n=e.v.data,s=null===n){e.n=5;break}s=void 0===n;case 5:s?(u=void 0,e.n=7):e.n=6;break;case 6:u=n[t(993)]();case 7:return a=u,e.a(2,(a||O[t(736)](Re),a))}},e,this)})),function(e){return Ye.apply(this,arguments)})},{key:T(671),value:(Je=_asyncToGenerator(_regenerator().m(function e(r){var n,i,a=arguments;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(n=1<a[t(878)]&&void 0!==a[1]?a[1]:"",O.info("openBrowser"),this[t(606)].open)return e.n=1,je(r);e.n=3;break;case 1:if(i=e.v){e.n=2;break}return O[t(808)]("openBrowser error, please try later"),e.a(2);case 2:n&&(i=n),O[t(808)](t(1930),i);case 3:return e.a(2)}},e,this)})),function(e){return Je[_0x340d(1819)](this,arguments)})}]),F=t(require("fs")),P=t(require("path")),I=a(u(1248)),at=_createClass(function e(t){var r=_0x340d;_classCallCheck(this,e),this[r(1560)]=[],this[r(623)]=null,this.stopping=!1,this[r(606)]=Object[r(1263)]({buildMode:r(497),buildTarget:"atomicservice"},t)},[{key:"handle",value:function(e){var r=_0x340d,t=this,n=(I.info(r(1638)[r(1375)](e)),{start:function(){return t[r(814)]()},installDeps:function(){return t[r(717)]()},assembleHap:function(){return t[r(571)]()},installHap:function(){return t[r(637)]()},assembleAndInstallHap:function(){return t[r(1579)]()},uninstall:function(){return t[r(1705)]()},clean:function(){return t[r(1179)]()},stop:function(){return t[r(769)]()}});n[e]?n[e]()[r(951)](function(){var e=r;return I[e(808)](e(766))}).catch(function(e){var t=r;return I[t(736)](t(753),e)}):I[r(736)](r(2071)+Object[r(1645)](n)[r(711)](","))}},{key:(B=u)(1174),value:function(e){this.cpList.push(e)}},{key:B(2072),value:function(e){var t=B,e=this[t(1560)][t(1613)](e);-1!==e&&this[t(1560)].splice(e,1)}},{key:B(769),value:function(){this[B(1973)]=!0,this.dispose()}},{key:B(1992),value:function(){for(var e=B;this[e(1560)].length;){var t=this[e(1560)].pop(),r=(i=n=r=void 0,t),n=u;if(r){var i=process[n(1623)];try{i===n(1286)?(0,ee.execSync)(n(1548)[n(1375)](r[n(532)],n(902))):i===n(1416)&&r[n(532)]?process[n(1956)](r[n(532)]):r[n(1956)]()}catch(e){g.error("killProcess error",e)}}}}},{key:B(1895),value:function(){}},{key:B(1067),value:(Ve=_asyncToGenerator(_regenerator().m(function e(t,o,s){var u=this;return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,new Promise(function(r,n){var i,a=_0x340d;u.stopping?n(a(1482)):(i=ce(t,o,function(e,t){if(u[a(2072)](i),e)return n(e);r(t)},s),u[a(1174)](i))}))},e)})),function(e,t,r){return Ve.apply(this,arguments)})},{key:B(2040),value:(We=_asyncToGenerator(_regenerator().m(function e(r,n){return _regenerator().w(function(e){for(var t=_0x340d;;)if(0===e.n)return e.a(2,this[t(1067)](_(),r,n))},e,this)})),function(e,t){return We.apply(this,arguments)})},{key:B(814),value:(Ze=_asyncToGenerator(_regenerator().m(function e(){var r,n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(r=this[t(606)].projectRoot,I[t(808)](t(1149)[t(1375)](r)),n=this[t(606)][t(2028)]){e.n=2;break}return e.n=1,x.getInstance()[t(1815)]();case 1:n=e.v;case 2:return e.n=3,l(pe(r,n));case 3:return e.a(2)}},e,this)})),function(){return Ze[_0x340d(1819)](this,arguments)})},{key:"installDeps",value:(Ke=_asyncToGenerator(_regenerator().m(function e(){var r;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return r=this[t(606)].projectRoot,I[t(808)]("start installDeps under "[t(1375)](r)),e.n=1,l(function(){return ge[u(1819)](this,arguments)}(r));case 1:return e.a(2)}},e,this)})),function(){return Ke[_0x340d(1819)](this,arguments)})},{key:B(571),value:(qe=_asyncToGenerator(_regenerator().m(function e(){var t,n,i,a;return _regenerator().w(function(e){for(var r=_0x340d;;)switch(e.n){case 0:return t=this[r(606)][r(1388)],I.info(r(2048).concat(t)),n=(new Date)[r(1054)](),F.existsSync(P[r(1353)](t,r(2116)))||this[r(717)](),e.n=1,l(this.runCmdAsync(p(),["--sync"],{cwd:t}));case 1:return i=null==(i=ve(t))||null==(i=i.modules)?void 0:i[r(1089)](function(e){var t=r;return""[t(1375)](e[t(784)],t(782))}),e.n=2,l(this[r(1067)](p(),["-m",r(1666),"-p",r(2033)[r(1375)](null==i?void 0:i[r(711)](",")),"assembleHap",1<i[r(878)]?"assembleHsp":"",r(892),r(1625),r(1438),"-p",r(1323)],{chdir:!0,cwd:t}));case 2:(i=e.v).err&&I[r(736)](r(688),i.err),a=Math[r(1743)](((new Date)[r(1054)]()-n)/1e3),I.info(r(1241)[r(1375)](a," s"));case 3:return e.a(2)}},e,this)})),function(){return qe[_0x340d(1819)](this,arguments)})},{key:B(1125),value:(Me=_asyncToGenerator(_regenerator().m(function e(r,n){var i,a;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return i="/data/local/tmp/"+((new Date)[t(1054)]()+Math[t(1743)](1e3*Math[t(1357)]())),e.n=1,l(this[t(2040)](["-t",r,t(1790),t(2130),i]));case 1:if((a=e.v)[t(866)])return I[t(736)](t(994),a[t(866)]),e.a(2);e.n=2;break;case 2:return e.n=3,l(n(i));case 3:return(a=e.v)[t(866)]&&I.error(t(1078),a.err),e.n=4,l(this[t(2040)](["-t",r,t(1790),"rm",t(1725),i]));case 4:return e.a(2)}},e,this)})),function(e,t){return Me[_0x340d(1819)](this,arguments)})},{key:"installHap",value:(Ue=_asyncToGenerator(_regenerator().m(function e(){var n,r,o,i,s=this;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(n=this[t(606)][t(1388)],I[t(808)](t(1798)[t(1375)](n)),r=(new Date)[t(1054)](),o=this[t(606)][t(2028)]){e.n=2;break}return e.n=1,x[t(953)]().getDeviceId();case 1:o=e.v;case 2:return e.n=3,l(this.usingTmpDir(o,(()=>{var t=_asyncToGenerator(_regenerator().m(function e(i){var a,t;return _regenerator().w(function(e){for(var r=_0x340d;;)switch(e.n){case 0:return t=null==(t=ve(n))||null==(t=t[r(1718)])?void 0:t[r(1089)](function(e){var t=r;return P[t(1353)](n,e[t(1907)],t(1417)[t(1375)](e[t(784)],t(636)).concat(e.name===t(835)?t(1052):t(1484)))}),a=!1,e.n=1,Promise[r(1065)](null==t?void 0:t[r(1089)]((()=>{var t=_asyncToGenerator(_regenerator().m(function e(r){var n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(F[t(1302)](r)){e.n=1;break}return I[t(736)](t(752),r),a=!0,e.a(2);case 1:return e.n=2,l(s.runHdcCmdAsync(["-t",o,t(897),"send",r,i]));case 2:(n=e.v)[t(866)]&&(I[t(736)](t(1053),n[t(866)]),a=!0);case 3:return e.a(2)}},e)}));return function(e){return t[_0x340d(1819)](this,arguments)}})()));case 1:if(a)return e.a(2);e.n=2;break;case 2:return e.n=3,l(s[r(2040)](["-t",o,r(1790),"bm",r(1099),"-p",i]));case 3:if((t=e.v)[r(866)])return I.error(r(1443),t[r(866)]),e.a(2);e.n=4;break;case 4:pe(n,o);case 5:return e.a(2)}},e)}));return function(e){return t[_0x340d(1819)](this,arguments)}})()));case 3:i=Math[t(1743)](((new Date)[t(1054)]()-r)/1e3),I.info(t(779)[t(1375)](i," s"));case 4:return e.a(2)}},e,this)})),function(){return Ue[_0x340d(1819)](this,arguments)})},{key:B(1579),value:(He=_asyncToGenerator(_regenerator().m(function e(){var r;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return this[t(1973)]=!1,e.n=1,x[t(953)]()[t(1815)]();case 1:if(e.v){e.n=2;break}return e.a(2);case 2:return e.n=3,l(this[t(571)]());case 3:if((r=e.v)[t(866)])return I.error("assembleHap error",r[t(866)]),e.a(2);e.n=4;break;case 4:return e.n=5,l(this[t(637)]());case 5:return e.a(2)}},e,this)})),function(){return He[_0x340d(1819)](this,arguments)})},{key:B(1705),value:(Ge=_asyncToGenerator(_regenerator().m(function e(){var r,n,i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(r=this[t(606)][t(1388)],I[t(808)](t(585)[t(1375)](r)),n=this[t(606)][t(2028)]){e.n=2;break}return e.n=1,x[t(953)]()[t(1815)]();case 1:n=e.v;case 2:return i=b(r),e.n=3,l(this[t(2040)](["-t",n,"uninstall",i]));case 3:if((i=e.v)[t(866)])return I.error(t(761),i.err),e.a(2);e.n=4;break;case 4:return e.a(2)}},e,this)})),function(){return Ge[_0x340d(1819)](this,arguments)})},{key:B(1179),value:(ze=_asyncToGenerator(_regenerator().m(function e(){var t,n;return _regenerator().w(function(e){for(var r=_0x340d;;)switch(e.n){case 0:if(void 0===(t=this[r(606)][r(1388)]))return e.a(2);e.n=1;break;case 1:return e.n=2,function(){return me[u(1819)](this,arguments)}(t);case 2:return e.n=3,function(){return ye[u(1819)](this,arguments)}(t);case 3:n=P[r(1353)](t,r(681),r(1391),".pack_cache"),F.rm(n,{recursive:!0,force:!0},function(e){var t=r;e?console[t(736)](t(992),e):console[t(1374)](t(546))});case 4:return e.a(2)}},e,this)})),function(){return ze[_0x340d(1819)](this,arguments)})}]),R=t(require(u(765))),ot=require("buffer"),st=t(require("child_process")),ut={chrome:{darwin:"google chrome",win32:"chrome",linux:[u(1341),u(822),"chromium"]},edge:{darwin:u(1293),win32:"msedge",linux:[u(2112),u(1124)]}};function ct(e,t){var r=u,n=R[r(1623)],i=null==(i=ut[e])?void 0:i[n];if(!i)throw new Error(""[r(1375)](e," is not supported"));var e=r(826),a=[],o=[];n===r(1416)?(e=r(826),o[r(749)]("-a",i),/^(chrome|edge):/i[r(1315)](t)&&o.push(r(1694))):n===r(1286)&&(e=""[r(1375)](R[r(502)][r(2128)]||R[r(502)][r(857)]||r(1440),"\\System32\\WindowsPowerShell\\v1.0\\powershell"),o[r(749)]("-NoProfile",r(675),r(1387),r(791),r(1801)),n=["Start"],i?(n[r(749)]('"`"'[r(1375)](i,r(1216))),t&&(a[r(749)]("--disable-web-security","--allow-file-access-from-files"),a[r(749)](t))):t&&n[r(749)]('"'[r(1375)](t,'"')),0<a.length&&(a=a[r(1089)](function(e){var t=r;return t(1971).concat(e,t(1216))}),n[r(749)]("-ArgumentList",a[r(711)](","))),t=ot[r(904)][r(1542)](n[r(711)](" "),"utf16le")[r(2102)]("base64")),t&&o[r(749)](t),st[r(1412)](e,o).unref()}function ft(t){var r=u,n=1<arguments[r(878)]&&void 0!==arguments[1]?arguments[1]:r(1334);try{ct(n,t)}catch(e){ct(n===r(1334)?r(1642):r(1334),t)}}}),ze=It(function(e,t){var r,n,i=_0x340d,a="rpk",o=i(1335);t[i(1540)]={MAX_SIZE_SSPK:2097152,MAX_SIZE_SPK:20971520,SIGN_MAGIC:i(1392),SIGN_MAGIC_APK:i(1593),SIGN_TYPE_FULL_PACKAGE:16777473,SIGN_TYPE_FULL_PACKAGE_APK:1896449818,SIGN_TYPE_FILE_LIST:16777729,CRYPT_TYPE_RSA_SHA256:259,SIGN_HEADER:[48,49,48,13,6,9,96,134,72,1,101,3,4,2,1,5,0,4,32],BEGIN_TAG:165,JOINT_TAG:90,CERT_HEAD:"-----BEGIN CERTIFICATE-----\n",CERT_END:i(1832),setSignType:function(e){return a=e},isApkSign:function(){return a===i(1872)},setDssHost:function(e){return r=e},setDssKey:function(e){return n=e},setDssKeyId:function(e){return o=e},getDssHost:function(){return r},getDssKey:function(){return n},getDssKeyId:function(){return o},setDssConfig:function(e){var t=i;r=e[t(1363)],n=e[t(954)]}}}),Dr=It(function(e,t){var r=_0x340d,h=ze(),l=22,d=67324752,v=33639248,p=101010256,_=16;t[r(1540)]={parserZip:function(e,t){var r,n,i,a,o,s,u,c=_0x340d,f={tag:!1,length:e.length,sections:{header:null,central:null,footer:null}};return f.sections[c(1164)]=(e=>{var t=_0x340d,r={tag:!1};if(e&&!(e.length<l))for(var n=e[t(878)]-l;0<=n;n--)if(p===e.readInt32LE(n)){r[t(1939)]=!0,r.startIndex=n,r[t(1215)]=e[t(878)]-n,r[t(500)]=e[t(507)](n+_);break}return r})(e),f[c(1113)][c(1164)][c(1939)]&&(f[c(1113)].central=(i=e,a=f[c(1113)][c(1164)].previous,o=f.sections[c(1164)][c(1296)]-f[c(1113)].footer[c(500)],s=_0x340d,u={tag:!1},!i||i.length<a||v===i[s(507)](a)&&(u[s(1939)]=!0,u[s(1296)]=a,u[s(1215)]=o,u[s(500)]=i[s(507)](a+42)),u),f.sections.central[c(1939)])&&(o=f[c(1113)][c(1785)][c(500)],i=f[c(1113)].central[c(1296)]-f.sections[c(1785)][c(500)],t&&(f[c(1113)][c(1874)]=(s=o,a=_0x340d,u={tag:!1},!(t=e)||t[a(878)]<s||(s=h[a(813)]()?h[a(2049)]:h[a(1745)],0<(s=t[a(1613)](s))&&(r=t[a(507)](s-8),n=s+16-r-8,t[a(507)](n)===r)&&(u[a(1939)]=!0,u[a(1215)]=r,u[a(1296)]=s+16,u.previous=n)),u),o=0,i=f[c(1113)][c(1874)].startIndex-f[c(1113)][c(1874)][c(1215)]-8),f[c(1113)][c(2022)]=(t=o,r=i,a=_0x340d,s={tag:!1},!(n=e)||n[a(878)]<t||d===n[a(507)](t)&&(s[a(1939)]=!0,s[a(1296)]=t,s[a(1215)]=r,s[a(500)]=-1),s),f.sections[c(2022)][c(1939)]&&(f.tag=!0)),f},checkZipBuffer:function(e,t){var r=_0x340d;return!e||e.length<=4?(console[r(1374)](r(1197),t),!1):d===e[r(507)](0)||(console[r(1374)](r(1259),t),!1)}}}),Xn=It(function(e,t){var u,c=_0x340d,n={};n[c(1937)]=function(e){var t=c;if(void 0===u){var r=t(1828);for(u=[],o=0;o<64;++o)u[t(551).charAt(o)]=o;for(o=0;o<r[t(878)];++o)u[r.charAt(o)]=-1}for(var n=[],i=0,a=0,o=0;o<e[t(878)];++o){var s=e[t(1626)](o);if("="===s)break;if(-1!==(s=u[s])){if(void 0===s)throw t(1085)+o;i|=s,4<=++a?(n[n[t(878)]]=i>>16,n[n[t(878)]]=i>>8&255,n[n[t(878)]]=255&i,a=i=0):i<<=6}}switch(a){case 1:throw"Base64 encoding incomplete: at least 2 bits missing";case 2:n[n[t(878)]]=i>>10;break;case 3:n[n[t(878)]]=i>>16,n[n.length]=i>>8&255}return n},n.re=/-----BEGIN [^-]+-----([A-Za-z\d+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z\d+\/=\s]+)====/,n[c(1791)]=function(e){var t=c,r=n.re[t(1456)](e);if(r)if(r[1])e=r[1];else{if(!r[2])throw t(710);e=r[2]}return n[t(1937)](e)},t.exports=n}),ei=It(function(e,t){var c,f=_0x340d,r={};r[f(1937)]=function(e){var t=f;if(void 0===c){var r="0123456789ABCDEF",n=t(1233);for(c=[],s=0;s<16;++s)c[r[t(1626)](s)]=s;for(r=r[t(1573)](),s=10;s<16;++s)c[r[t(1626)](s)]=s;for(s=0;s<n.length;++s)c[n[t(1626)](s)]=-1}for(var i=[],a=0,o=0,s=0;s<e[t(878)];++s){var u=e.charAt(s);if("="===u)break;if(-1!==(u=c[u])){if(void 0===u)throw t(1085)+s;a|=u,2<=++o?(i[i.length]=a,o=a=0):a<<=4}}if(o)throw t(1690);return i},t[f(1540)]=r}),ii=It(function(e,t){var o=_0x340d,r={};r[o(1691)]=function(e,t){var r,n=o;void 0===t&&(t=0);t^=-1;for(var i=0,a=e[n(878)];i<a;i++)r=255&(t^e[n(1581)](i)),t=t>>>8^"0x"+"00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F 63066CD9 FA0F3D63 8D080DF5 3B6E20C8 4C69105E D56041E4 A2677172 3C03E4D1 4B04D447 D20D85FD A50AB56B 35B5A8FA 42B2986C DBBBC9D6 ACBCF940 32D86CE3 45DF5C75 DCD60DCF ABD13D59 26D930AC 51DE003A C8D75180 BFD06116 21B4F4B5 56B3C423 CFBA9599 B8BDA50F 2802B89E 5F058808 C60CD9B2 B10BE924 2F6F7C87 58684C11 C1611DAB B6662D3D 76DC4190 01DB7106 98D220BC EFD5102A 71B18589 06B6B51F 9FBFE4A5 E8B8D433 7807C9A2 0F00F934 9609A88E E10E9818 7F6A0DBB 086D3D2D 91646C97 E6635C01 6B6B51F4 1C6C6162 856530D8 F262004E 6C0695ED 1B01A57B 8208F4C1 F50FC457 65B0D9C6 12B7E950 8BBEB8EA FCB9887C 62DD1DDF 15DA2D49 8CD37CF3 FBD44C65 4DB26158 3AB551CE A3BC0074 D4BB30E2 4ADFA541 3DD895D7 A4D1C46D D3D6F4FB 4369E96A 346ED9FC AD678846 DA60B8D0 44042D73 33031DE5 AA0A4C5F DD0D7CC9 5005713C 270241AA BE0B1010 C90C2086 5768B525 206F85B3 B966D409 CE61E49F 5EDEF90E 29D9C998 B0D09822 C7D7A8B4 59B33D17 2EB40D81 B7BD5C3B C0BA6CAD EDB88320 9ABFB3B6 03B6E20C 74B1D29A EAD54739 9DD277AF 04DB2615 73DC1683 E3630B12 94643B84 0D6D6A3E 7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D 806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 F1D4E242 68DDB3F8 1FDA836E 81BE16CD F6B9265B 6FB077E1 18B74777 88085AE6 FF0F6A70 66063BCA 11010B5C 8F659EFF F862AE69 616BFFD3 166CCF45 A00AE278 D70DD2EE 4E048354 3903B3C2 A7672661 D06016F7 4969474D 3E6E77DB AED16A4A D9D65ADC 40DF0B66 37D83BF0 A9BCAE53 DEBB9EC5 47B2CF7F 30B5FFE9 BDBDF21C CABAC28A 53B39330 24B4A3A6 BAD03605 CDD70693 54DE5729 23D967BF B3667A2E C4614AB8 5D681B02 2A6F2B94 B40BBE37 C30C8EA1 5A05DF1B 2D02EF8D".substr(9*r,8);return-1^t},t[o(1540)]=r}),Or=It(function(e,t){var r=Xn(),n=ei(),i=ii();t.exports={Base64:r,Hex:n,CRC32:i}}),Ir=It(function(e,t){var c=_0x340d,f=require(c(910)),h=require(c(865)),l=ze(),d=require(c(775)).encodeURL;var v={"Content-Type":c(1891)};function a(e){var t,r,n,a=c,o={version:"1",payload:d(e),paddingMode:"1"},e=(new Date)[a(1054)](),i=a(740),s=(v[i]=(i=o,t=c,r=(new Date)[t(1054)](),i=t(1423)+new URL(l.getDssHost())[t(1576)]+"&&"+JSON.stringify(i)+t(534)+l[t(1980)]()+t(2105)+r,n=l[t(1862)](),n=f[t(1062)]("sha256",n)[t(836)](i).digest(t(2101)),t(929)[t(1375)](l[t(1980)](),t(802)).concat(r,t(783))[t(1375)](n,'"')),v[a(1110)]=e,new URL(l[a(553)]())),u=s[a(1576)];return new Promise(function(n){var i=a,e=h.request({host:s[i(1474)],port:8108,method:i(920),path:u,headers:v},function(e){var t=i,r="";e.on("data",function(e){r+=e}),e.on(t(1732),function(){n(JSON[t(1494)](r))})});e.on("error",function(e){console.error("sign request error: ".concat(e.message))}),e[i(580)](JSON.stringify(o)),e[i(1732)]()})}function i(e){return r[c(1819)](this,arguments)}function r(){var e=c;return(r=_asyncToGenerator(_regenerator().m(function e(r){var n,i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,a(r);case 1:return n=e.v,console[t(1374)](n),i={},e.a(2,(n&&0===n[t(1415)]?(i[t(1764)]=n[t(1925)][t(1764)],i.signature=n.result[t(772)]):console[t(736)]("sign request error:"+(n?n[t(1925)][t(1836)]:"")),i))}},e)})))[e(1819)](this,arguments)}function o(e){var t,r=c;if(e)return t=(e=e[r(743)](/-/g,"+")[r(743)](/_/g,"/"))[r(878)]%4,e+r(856)[r(988)](0,t)}function n(){var e=c;return(n=_asyncToGenerator(_regenerator().m(function e(r){var n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return l[t(1068)](r),e.n=1,i("abc");case 1:return n=e.v,n=o(n[t(1764)])[t(743)](/(.{64})/g,t(1023)),e.a(2,l[t(1682)]+n+l[t(2089)])}},e)})))[e(1819)](this,arguments)}t.exports={getSignDigestOnline:i,Base64UrlToBase64:o,setOnlineParam:function(e,t){var r=c;l[r(1155)](e),l[r(1931)](t)},generateCertificate:function(e){return n[c(1819)](this,arguments)}}}),Tr=It(function(e,t){var k=_0x340d,x=ze(),v=Dr(),r=require(k(775)),n=r.encode,p=r[k(744)],u=require(k(865)),i=require("fs"),_=require(k(910)),s=Or(),g=Ir(),c=k(1880),f="Rsagen-V3.0.1.20190615",h=k(563),l=k(1650),d=k(1871);function m(e,t){var r=k,n=t[r(1296)],i=t[r(1296)]+t[r(1215)],e=e[r(2045)](n,i),n=Buffer[r(1673)](5+t[r(1215)]);n[0]=x[r(911)],n.writeInt32LE(e.length,1),e[r(2010)](n,5),t.sign=T(n)}function y(e){var t=k;function r(e){var t=_0x340d;e[t(2010)](i,a),a+=e[t(878)]}var e=e[t(1113)],n=e[t(2022)].sign.length+e.central[t(1874)][t(878)]+e[t(1164)][t(1874)][t(878)]+5,i=Buffer.alloc(n),a=0;return i[t(1555)](x[t(1187)],0),i[t(622)](3,1),a+=5,r(e[t(2022)][t(1874)]),r(e[t(1785)][t(1874)]),r(e[t(1164)][t(1874)]),T(i)}function b(e,t){var r=k,a={keyId:t.keyId,clientType:c,clientVersion:f,algorithmType:h,userName:t[r(1899)],unSignData:n(e),passwordDigest:t[r(1244)],algorithm:l,outFileNameArray:[d],encryptPassword:t[r(2069)]},o=new URL(t[r(1281)]),s=o.pathname;return new Promise(function(n){var i=r,e=u.request({host:o[i(1474)],method:"POST",path:s,headers:{"Content-Type":i(1891)}},function(e){var t=i,r="";e.on("data",function(e){r+=e}),e.on(t(1732),function(){n(JSON[t(1494)](r))})});e.on(i(736),function(e){var t=i;console[t(736)](t(1536)[t(1375)](e[t(1184)]))}),e.write(JSON[i(1726)](a)),e[i(1732)]()})}function w(e){var t=k,r=Buffer[t(1542)](x.SIGN_HEADER),e=T(e),n=Buffer[t(1673)](e[t(878)]+r[t(878)]),i=0;return r[t(2010)](n,0),i+=r[t(878)],e[t(2010)](n,i),n}function E(e){var t=k,r=Buffer[t(1673)](e[t(878)]+12);return r[t(622)](e[t(878)]+8,0),r[t(622)](x[t(684)],4),r[t(622)](e.length,8),e[t(2010)](r,12),{len:r.length,buffer:r}}function C(e,t){var r=k,n={len:12,digests:{size:0,data:[]},certs:{size:0,data:[]},additional:0};return n[r(799)][r(1105)][r(749)](e),n.digests[r(1537)]+=e[r(1215)],n[r(1215)]+=e[r(1215)],n[r(1205)][r(1105)][r(749)](t),n[r(1205)][r(1537)]+=t[r(1215)],n[r(1215)]+=t.len,n}function A(){var e=k;return(A=_asyncToGenerator(_regenerator().m(function e(r,n){var i,a,o,s,u;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if((i={len:16+n.cert[t(1792)].length,size:12+n[t(1764)][t(1792)][t(878)],signdata:{size:0,buffer:null},signatures:{size:0,data:[]},pubkey:{size:n.cert[t(1792)][t(878)],buffer:n[t(1764)][t(1792)]}})[t(1163)].buffer=D(r),i[t(1163)][t(1537)]=r[t(1215)],i.size+=r[t(1215)],i.len+=r[t(1215)],x[t(813)]())return e.n=1,g.getSignDigestOnline(i[t(1163)][t(1605)]);e.n=2;break;case 1:a=e.v,a=Buffer[t(1542)](p[t(1495)](a[t(772)])),e.n=8;break;case 2:if(n[t(632)]===t(1480))return e.n=3,g[t(725)](i[t(1163)][t(1605)]);e.n=4;break;case 3:o=e.v,a=Buffer[t(1542)](p[t(1495)](o.signature)),e.n=8;break;case 4:if(n.signOnline)return o=w(i[t(1163)][t(1605)]),e.n=5,b(o,n[t(661)]);e.n=7;break;case 5:if((s=e.v)[t(1015)]){e.n=6;break}throw new Error(s.message);case 6:a=Buffer.from(p.toUint8Array(s[t(1105)].signData)),e.n=8;break;case 7:(u=_.createSign(t(1967)))[t(836)](i[t(1163)][t(1605)]),a=u.sign(n[t(1088)]);case 8:return u={len:a.length+12,size:a[t(878)]+8,id:x[t(684)],buffer:a},e.a(2,(i.signatures[t(1105)].push(u),i[t(1977)].size+=u[t(1215)],i[t(1537)]+=u[t(1215)],i.len+=u[t(1215)],i))}},e)})))[e(1819)](this,arguments)}function S(){var e=k;return(S=_asyncToGenerator(_regenerator().m(function e(r,n,i){var a,o,s;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if((a={len:4+n[t(1215)],size:n[t(1215)],data:[]}).data[t(749)](n),o=x.isApkSign()?x.SIGN_TYPE_FULL_PACKAGE_APK:x[t(508)],o={len:a[t(1215)]+12,size:a[t(1215)]+4,id:o,value:a},(a={len:32+o[t(1215)],size:24+o.len,data:[]})[t(1105)][t(749)](o),r[t(1013)]&&!x[t(813)]())return e.n=1,function(){return B[k(1819)](this,arguments)}(r[t(1013)],i);e.n=2;break;case 1:(o=e.v)&&((s={len:4+o[t(878)],size:o[t(878)],data:[]}).data[t(749)](o),s={len:s[t(1215)]+12,size:s[t(1215)]+4,id:x.SIGN_TYPE_FILE_LIST,value:s},a[t(1105)].push(s),a[t(1537)]+=s[t(1215)],a.len+=s[t(1215)]);case 2:return e.a(2,a)}},e)})))[e(1819)](this,arguments)}function D(e){var r=k,n=Buffer[r(1673)](e[r(1215)]),i=0;return n[r(622)](e[r(799)].size,i),i+=4,e[r(799)].data[r(1031)](function(e){var t=r;e[t(1605)].copy(n,i),i+=e[t(1215)]}),n[r(622)](e[r(1205)][r(1537)],i),i+=4,e[r(1205)][r(1105)][r(1031)](function(e){var t=r;e.buffer.copy(n,i),i+=e[t(1215)]}),n[r(622)](e[r(1188)],i),n}function O(e){var a=k,o={len:8,size:4,digests:[],sign:null};return e[a(1031)](function(e){var t=a,r=s.CRC32.digest(e[t(784)].toString()),n=6+e[t(527)][t(878)],i=Buffer[t(1673)](n);i.writeInt32LE(r,0),i[t(1915)](e[t(527)][t(878)],4),e[t(527)][t(2010)](i,6),o[t(799)].push(i),o[t(1537)]+=n,o.len+=n}),o}function B(){return(B=_asyncToGenerator(_regenerator().m(function e(o,s){var u,c,f,h,l,d,v;return _regenerator().w(function(e){for(var t,r,n,i,a=_0x340d;;)switch(e.n){case 0:u=O(o),c=Buffer[a(1673)](u[a(1537)]),f=0,u[a(799)][a(1031)](function(e){var t=a;e[t(2010)](c,f),f+=e[t(878)]}),s[a(1874)]?(console[a(1374)](a(1466)),h=s.sign,e.n=7):e.n=1;break;case 1:if("dss"===s[a(632)])return e.n=2,g[a(725)](c);e.n=3;break;case 2:l=e.v,h=Buffer[a(1542)](p[a(1495)](l[a(772)])),e.n=7;break;case 3:if(s.signOnline)return l=w(c),e.n=4,b(l,s[a(661)]);e.n=6;break;case 4:if((d=e.v)[a(1015)]){e.n=5;break}throw new Error(d.message);case 5:h=Buffer[a(1542)](p.toUint8Array(d[a(1105)][a(1871)])),e.n=7;break;case 6:(v=_[a(1218)](a(1967))).update(c),h=v[a(1874)](s[a(1088)]);case 7:return e.a(2,(u[a(799)]=c[a(2045)](),u[a(1874)]={len:12+h[a(878)],size:8+h[a(878)],id:x[a(684)],data:h},u[a(1215)]+=u[a(1874)].len,t=u,i=n=r=void 0,r=k,n=Buffer[r(1673)](t.len),i=0,n[r(622)](t[r(1537)],0),i+=4,t[r(799)][r(2010)](n,4),i+=t[r(799)][r(878)],n.writeInt32LE(t[r(1874)][r(1537)],i),i+=4,n[r(622)](t[r(1874)].id,i),i+=4,n[r(622)](t[r(1874)].data.length,i),i+=4,t[r(1874)][r(1105)][r(2010)](n,i),n))}},e)}))).apply(this,arguments)}function a(){var e=k;return(a=_asyncToGenerator(_regenerator().m(function e(u,c,f){var h,l,d;return _regenerator().w(function(e){for(var t,r,n,i,a,o,s=_0x340d;;)switch(e.n){case 0:if(v[s(1142)](u)){e.n=1;break}return e.a(2,null);case 1:if((h=v[s(735)](u))[s(606)]={files:c},h[s(1939)]){e.n=2;break}return e.a(2,null);case 2:return Object[s(1645)](h[s(1113)]).forEach(function(e){e=h[s(1113)][e];m(u,e)}),l=y(h),l=E(l),l=C(l,f[s(1764)].obj),e.n=3,function(){return A[k(1819)](this,arguments)}(l,f);case 3:return l=e.v,e.n=4,function(){return S.apply(this,arguments)}(h.options,l,f);case 4:return d=e.v,e.a(2,(h[s(2129)]=(e=>{var t=k,i=Buffer[t(1673)](e.len),a=0,r=(i[t(622)](e[t(1537)],a),a+=4,i[t(622)](0,a),a+=4,x[t(813)]()?x[t(827)]:x[t(508)]),e=(e[t(1105)][t(1031)](function(e){var n=t;i[n(622)](e[n(1537)],a),a+=4,i.writeInt32LE(0,a),a+=4,i[n(622)](e.id,a),a+=4,i.writeInt32LE(e[n(1885)][n(1537)],a),a+=4,r===e.id?e.value[n(1105)][n(1031)](function(e){var r=n;i[r(622)](e[r(1537)],a),a+=4,i[r(622)](e[r(1163)][r(1537)],a),a+=4,e[r(1163)][r(1605)][r(2010)](i,a),a+=e[r(1163)].buffer[r(878)],i[r(622)](e.signatures.size,a),a+=4,e.signatures[r(1105)][r(1031)](function(e){var t=r;i[t(622)](e.size,a),a+=4,i[t(622)](e.id,a),a+=4,i.writeInt32LE(e[t(1605)][t(878)],a),a+=4,e[t(1605)][t(2010)](i,a),a+=e.buffer[t(878)]}),i[r(622)](e[r(1414)].size,a),a+=4,e[r(1414)][r(1605)][r(2010)](i,a),a+=e[r(1414)][r(1605)].length}):x[n(720)]===e.id&&e[n(1885)][n(1105)].forEach(function(e){var t=n;e[t(2010)](i,a),a+=e[t(878)]})}),i[t(622)](e[t(1537)],a),a+=4,i[t(622)](0,a),a+=4,x[t(813)]()?x[t(2049)]:x[t(1745)]);return Buffer[t(1542)](e)[t(2010)](i,a),i})(d),t=u,r=h,o=a=i=n=void 0,n=k,i=Buffer[n(1673)](t[n(878)]+r.signchunk.length),a=0,o=r[n(1113)],t.copy(i,0,o[n(2022)][n(1296)],o[n(2022)][n(1296)]+o[n(2022)][n(1215)]),a+=o.header.len,r.signchunk[n(2010)](i,a),a+=r[n(2129)].length,t.copy(i,a,o[n(1785)].startIndex,o[n(1785)][n(1296)]+o[n(1785)].len),a+=o[n(1785)][n(1215)],t[n(622)](o.central[n(1296)]+r[n(2129)][n(878)],o[n(1164)][n(1296)]+16),t.copy(i,a,o[n(1164)][n(1296)],o[n(1164)][n(1296)]+o[n(1164)][n(1215)]),i))}},e)})))[e(1819)](this,arguments)}function o(){var e=k;return(o=_asyncToGenerator(_regenerator().m(function e(r,n,i){var a,o;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(v.checkZipBuffer(r)){e.n=1;break}return e.a(2,null);case 1:if((a=v[t(735)](r))[t(606)]={files:n},a.tag){e.n=2;break}return e.a(2,null);case 2:return Object[t(1645)](a.sections)[t(1031)](function(e){e=a[t(1113)][e];m(r,e)}),o=y(a),o=E(o),o=C(o,i[t(1764)].obj),e.a(2,D(o))}},e)})))[e(1819)](this,arguments)}function T(e){var t=k,r=_.createHash(t(1381));return r[t(836)](e),r[t(1691)]()}function F(e,t){var r=k,n={};return n.size=e[r(507)](t),t+=4,n[r(1605)]=e.slice(t,t+n[r(1537)]),{obj:n,i:t+=n[r(1537)]}}t[k(1540)]={hashFile:function(e){return T(i[k(1853)](e))},signZipResource:function(e,t,r){return a[k(1819)](this,arguments)},getBufferSha256:T,getSignChunk:function(e,t){for(var r,n,i,a,o,s,u,c=k,f=(w=t[c(500)]+8)+t.len,h=[],l={},d=(l[c(708)]=[],x[c(813)]()?x.SIGN_TYPE_FULL_PACKAGE_APK:x[c(508)]);w<f;){o=w,u=s=void 0,(u={}).size=(v=e)[(s=k)(507)](o),o+=8,u.id=v[s(507)](o),o+=4,u[s(1885)]={},u[s(1885)].size=v[s(507)](o),u.value.data=[];var v={data:u,index:o+=4},p=v[c(1105)],_=(w=v[c(980)])+p[c(1885)].size,g={};if(d===p.id)for(;w<_;){g[c(1537)]=e[c(507)](w);var m=F(e,w+=4),y=(g.signdata=m[c(1162)],w=m.i,l[c(708)][c(749)](g.signdata[c(1605)]),g[c(1977)]={},g[c(1977)][c(1537)]=e[c(507)](w),(w+=4)+g[c(1977)][c(1537)]);for(g[c(1977)][c(1105)]=[];w<y;){b=e,r=w,a=i=n=void 0,(i={})[(n=k)(1537)]=b[n(507)](r),i.id=b.readInt32LE(r+=4),a=b.readInt32LE(r+=4),r+=4,i[n(1605)]=b[n(2045)](r,r+a);var b={sData:i,index:r+=a},w=b[c(980)];g[c(1977)][c(1105)][c(749)](b[c(669)])}m=F(e,w);g[c(1414)]=m[c(1162)],w=m.i,p[c(1885)].data[c(749)](g)}else x[c(720)]===p.id&&(g=e[c(2045)](w,w+p[c(1885)].size),p[c(1885)].data[c(749)](g));h.push(p)}return l[c(1105)]=h,l.size=t[c(1537)],l},getCertBuffer:function(e){var t,r,n=k;if(e)return e[n(708)]&&0<e[n(708)].length?(t=(t=0)+(4+e[n(708)][0][n(507)](0))+4,r=e.signDataBufList[0][n(507)](t),t+=4,e=e[n(708)][0][n(2045)](t,t+r),x[n(1682)]+e[n(2102)](n(2101))+x.CERT_END):void 0;console[n(736)]("no sign chunk!")},getSignFilesObject:O,getSignData:function(e,t,r){return o[k(1819)](this,arguments)}}}),qe=It(function(e,t){var _=_0x340d,c=require("path"),g=require("fs"),m=require(_(910)),y=Te().jszip,b=Tr(),h=require(_(1821)),l=Or(),w=Dr(),k=Tr(),d=Ir(),x=(0,ge()[_(1055)])(_(2059)),u=_(1779),s=_(718),E={type:"nodebuffer",compression:_(1100),compressionOptions:{level:9}};function f(){return(f=_asyncToGenerator(_regenerator().m(function e(t,r){var i,a,o;return _regenerator().w(function(e){for(var n=_0x340d;;)switch(e.n){case 0:return i={},t[n(1031)](function(e){var t=n,r=e[t(777)],e=e.fileContentDigest;return i[r]=e.toString(t(1557))}),(a=new y).file(s,JSON[n(1726)]({algorithm:n(1258),digests:i})),e.n=1,a[n(496)](E);case 1:return a=e.v,o={name:s,hash:b.getBufferSha256(a)},e.n=2,b.signZipResource(a,[o],r);case 2:return e.a(2,e.v)}},e)}))).apply(this,arguments)}function C(){return r[_(1819)](this,arguments)}function r(){var e=_;return(r=_asyncToGenerator(_regenerator().m(function e(t,r){var i,a,o,s;return _regenerator().w(function(e){for(var n=_0x340d;;)switch(e.n){case 0:return i=t[n(1152)],a=new y,o=i[n(1089)](function(e){var t=n;return{name:e[t(777)],hash:e[t(758)]}}),e.n=1,function(){return f[_(1819)](this,arguments)}(i,r);case 1:return s=e.v,a.file(u,s),o[n(846)]({name:u,hash:b[n(1748)](s)}),s=Object.assign({},E),i.forEach(function(e){var t=n,r=e[t(777)],e=e[t(1619)];a[t(897)](r,e)}),e.n=2,a[n(496)](s);case 2:return s=e.v,e.n=3,b[n(930)](s,o,r);case 3:return e.a(2,e.v)}},e)})))[e(1819)](this,arguments)}function a(){var e=_;return(a=_asyncToGenerator(_regenerator().m(function e(t,r,i,a,o){var s,u,c,f,h,l,d,v,p;return _regenerator().w(function(e){for(var n=_0x340d;;)switch(e.n){case 0:return e.n=1,C(i,r);case 1:if(s=e.v,a[n(878)]){e.n=2;break}return e.a(2,{rpkBuffer:s});case 2:if(u=new y,c=[],f=Object[n(1263)]({},E),o[n(863)]&&"false"!==o[n(863)]){e.n=4;break}return l=a[n(1089)](function(e){return C(e,r)}),e.n=3,Promise.all(l)[n(1624)](function(){new Error("ERROR: Rpk sign failed!")});case 3:e.v[n(1031)](function(e,t){var r=n,t="".concat(a[t][r(1600)]);e.length,u[r(897)](t,e),c[r(749)]({name:t,hash:b[r(1748)](e)})}),e.n=6;break;case 4:return h=a[0],e.n=5,C(h,r).catch(function(){new Error(n(1141))});case 5:l=e.v,d=""[n(1375)](h[n(1600)]),l[n(878)],u[n(897)](d,l),c[n(749)]({name:d,hash:b[n(1748)](l)});case 6:return e.n=7,u.generateAsync(f);case 7:return d=e.v,e.n=8,b.signZipResource(d,c,r);case 8:return v=e.v,p=s,e.a(2,{rpksBuffer:v,rpkBuffer:p})}},e)})))[e(1819)](this,arguments)}function n(){var e=_;return(n=_asyncToGenerator(_regenerator().m(function e(r,n){var i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return i=g[t(1853)](n),e.n=1,b[t(930)](i,[],r);case 1:return i=e.v,e.a(2,{apkBuffer:i})}},e)})))[e(1819)](this,arguments)}function v(e,t,r,n){var i=_;e[i(1152)][i(749)]({fileBuildPath:t,fileContentBuffer:r,fileContentDigest:n})}function i(e){var t,r,n,i,a,o,s,u=_,e=e[u(1921)](/^(\d{2}|\d{4})(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)(|\.\d+)Z$/);if(e)return o=e[1],s=parseInt(o),2===o[u(878)]&&(50<=s&&s<100?s=1900+s:0<=s&&s<50&&(s=2e3+s)),o=parseInt(e[2])-1,t=parseInt(e[3]),r=parseInt(e[4]),n=parseInt(e[5]),i=parseInt(e[6]),a=0,""!==(e=e[7])&&(e=(e.substr(1)+"00")[u(1307)](0,3),a=parseInt(e)),Date[u(1310)](s,o,t,r,n,i,a);throw new Error(u(1175))}function A(e,t,r){return o[_(1819)](this,arguments)}function o(){var e=_;return(o=_asyncToGenerator(_regenerator().m(function e(r,n,i){var a,o,s,u,c,f=arguments;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(o=3<f[t(878)]&&void 0!==f[3]?f[3]:{},a={signOnline:null!=i,privateKey:n,onlineConfig:i},o&&o.dssHost&&o.dssKey)return e.n=1,d.generateCertificate(o);e.n=2;break;case 1:r=e.v,a[t(632)]="dss";case 2:return(o=new h[t(521)]).readCertPEM(r[t(2102)]()),s=h[t(2043)][t(619)](o.getPublicKey()),u=Buffer[t(1542)](l[t(744)].unarmor(r)),c=Buffer[t(1673)](u[t(878)]+4),e.a(2,(c[t(622)](u[t(878)],0),u[t(2010)](c,4),a[t(1764)]={content:r,obj:{len:c[t(878)],buffer:c},pemBuffer:Buffer[t(1542)](l.Base64[t(1791)](s))},a))}},e)})))[e(1819)](this,arguments)}function p(e){var t=_,r=new h[t(521)],e=(r[t(649)](e),r[t(2108)]()),r=Buffer[t(1542)](e,"hex").toString(t(2101)),e=k[t(1748)](r);return Buffer[t(1542)](e)[t(2102)](t(1557))}function S(){var e=_;return(S=_asyncToGenerator(_regenerator().m(function e(s){var u,c,f,h,l,d,v,p;return _regenerator().w(function(e){for(var t,r,n,i,a,o=_0x340d;;)switch(e.n){case 0:if(s&&g.existsSync(s)){e.n=1;break}throw new Error(o(1038)+s);case 1:if(u=g[o(1853)](s),w[o(1142)](u)){e.n=2;break}throw new Error(o(566));case 2:if((c=w[o(735)](u,!0))[o(1113)][o(1874)].tag){e.n=3;break}throw new Error(o(1236));case 3:if(f=k.getSignChunk(u,c.sections[o(1874)]),h=k[o(1655)](f)){e.n=4;break}throw new Error(o(1584));case 4:return l=f[o(1105)][0][o(1885)].data[0][o(1977)][o(1105)][0][o(1605)],d=[],t=u,a=i=n=void 0,n=_,r=(r=c).sections,i=Buffer[n(1673)](r[n(2022)][n(1215)]+r.central[n(1215)]+r[n(1164)][n(1215)]),a=0,t.copy(i,0,r[n(2022)][n(1296)],r.header[n(1296)]+r[n(2022)].len),a+=r.header[n(1215)],t[n(2010)](i,a,r.central.startIndex,r[n(1785)][n(1296)]+r[n(1785)][n(1215)]),a+=r.central.len,t.copy(i,a,r.footer[n(1296)],r[n(1164)][n(1296)]+r[n(1164)][n(1215)]),i[n(622)](r.header[n(1215)],i[n(878)]-6),v=i,e.n=5,A(h);case 5:return p=e.v,e.n=6,b[o(2056)](v,d,p);case 6:p=e.v,m.createVerify(o(1967))[o(836)](p)[o(727)](h,l)||(x[o(736)](o(1986)),process[o(1991)](-1));case 7:return e.a(2)}},e)})))[e(1819)](this,arguments)}t.exports={generatePkgDef:function(){var r=_,e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[],n=[],t={pkgName:r(625),fileList:[]},i={pkgName:"base.sspk",fileList:[]};return e[r(1031)](function(e){var t=r,e=e[t(1848)];n[t(749)]({pkgName:"".concat(e,t(598)),fileList:[],root:e})}),{mainPkg:t,subPkgs:e[r(878)]?[i].concat(n):[i]}},addResourceToPkg:function(e,t,r,s){var u=_;e[u(1031)](function(n){var i,a=u,e=g[a(1853)](c.join(t,n)),o=[n,e,b[a(1748)](e)];v[a(1819)](void 0,[r][a(1375)](o)),s[a(878)]&&(i=!0,s[a(2045)](1)[a(1031)](function(e){var t=a,r=n[t(2110)]("/");r[0]===e[t(906)]&&(o[0]=r.slice(1)[t(711)]("/"),v[t(1819)](void 0,[e][t(1375)](o)),i=!1)}),i)&&v.apply(void 0,[s[0]].concat(o))})},signPkgs:function(e,t,r,n,i){return a[_(1819)](this,arguments)},DIGEST_PATH:u,getResources:function(e){var t=_;return function n(i,a){var o=_0x340d,s=[],u=c.posix[o(711)](i,a);return g[o(1639)](u)[o(1031)](function(e){var t=o,r=c[t(1027)].join(u,e),e=c[t(1027)][t(711)](a,e);g[t(1697)](r)[t(1342)]()?s[t(749)](e):s=s.concat(n(i,e))}),s}(e,".")[t(1037)](function(e){return e!==u})},checkValidity:function(e){(t=new h[(r=_)(521)])[r(649)](String(e));var e=i(t[r(907)]()),t=i(t[r(1382)]()),r=Number(new Date);return{validityDays:Number(e-r)/864e5,isInvalid:0<Number(t)-r}},getSignInfo:A,getApkSignInfo:function(e){var t=_,r={signOnline:!1,onlineConfig:null},n=((n=new h[t(521)]).readCertPEM(e[t(2102)]()),h[t(2043)][t(619)](n[t(628)]())),i=Buffer[t(1542)](l.Base64.unarmor(e)),a=Buffer[t(1673)](i.length+4);return a[t(622)](i.length,0),i[t(2010)](a,4),r[t(1764)]={content:e,obj:{len:a[t(878)],buffer:a},pemBuffer:Buffer[t(1542)](l[t(744)].unarmor(n))},r},getSignedZipCertFp:function(e){return S.apply(this,arguments)},getCertFp:function(e){var t=_;if(g[t(1302)](e))return p(g[t(1853)](e)[t(2102)]());console[t(736)](t(1064))},signFullApk:function(e,t){return n[_(1819)](this,arguments)},getCertString:function(e){var t=_;if(!e||!g[t(1302)](e))throw new Error(t(1332)+e);if(e=g[t(1853)](e),!w.checkZipBuffer(e))throw new Error("Get File Certificate Error!");var r=w.parserZip(e,!0);if(!r[t(1113)].sign.tag)throw new Error("No sign block!");if(e=k[t(569)](e,r[t(1113)][t(1874)]),r=k[t(1655)](e))return p(r);throw new Error(t(1584))}}}),we=It(function(e,t){var f=_0x340d,h=require("path"),l=require("fs"),n=require(f(1622)),i=require(f(851)),d=require(f(1408)),r="src/main/resources/rawfile",a=f(1292),o=f(884),s=f(983),u=f(2009),c=(0,ge()[f(1055)])("utils"),v=require("child_process"),p=v[f(1456)],_=v[f(1731)];function g(e){var t,r=f,n=h[r(1353)](e,r(1782));if(!l.existsSync(n))return h.join(e,r(835));n=m(n);if(0<(null==n||null==(t=n[r(1718)])?void 0:t[r(878)]))return h.join(e,n[r(1718)][0][r(1907)]);throw new Error(r(1567))}function m(t){var r=f;if(!l[r(1302)](t))return{};var e={};try{e=n[r(1494)](l.readFileSync(t,r(943))[r(2102)]()||"{}")}catch(e){throw new Error("parse json file error at "[r(1375)](t,":")[r(1375)](e[r(787)],":")[r(1375)](e[r(1983)]," "))}return e}var y=function(e){var n=f;return Promise[n(1065)](e[n(1089)](function(t){var r=n;if(l[r(1302)](t))return new Promise(function(e){i[r(552)](t),e()})}))};function b(){var e=f;return(b=_asyncToGenerator(_regenerator().m(function e(r,n){var i,a,o,s,u,c,f;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:return e.p=0,e.n=1,d(r,n);case 1:a=l[t(1639)](n,{withFileTypes:!0}),i=[],a=_createForOfIteratorHelper(a),e.p=2,a.s();case 3:if((f=a.n())[t(981)])e.n=9;else{if(o=f[t(1885)],s=h.resolve(h[t(711)](n,o[t(784)])),u="",o[t(784)]===t(547))return e.n=4,d(s,n);e.n=5}break;case 4:u=h[t(1353)](h[t(711)](n,t(843))),e.n=7;break;case 5:return c=o.name[t(2110)](".")[0],e.n=6,d(s,h[t(1353)](n,c));case 6:u=h.resolve(h.resolve(n,c,t(843)));case 7:i.push(u),l[t(760)](s);case 8:e.n=3;break;case 9:e.n=11;break;case 10:e.p=10,f=e.v,a.e(f);case 11:return e.p=11,a.f(),e.f(11);case 12:return e.n=13,y(i);case 13:e.n=15;break;case 14:throw e.p=14,e.v;case 15:return e.a(2)}},e,null,[[2,10,11,12],[0,14]])})))[e(1819)](this,arguments)}t[f(1540)]={RAWFILE_DIR:r,ASCF_BUILD:a,ASCF_CONFIG_JSON:o,P12_PATH:"sign/ascf-build.p12",QUICK_SERVICE_BUILD:s,DIST_PATH:u,getManifestData:function(e){var t=f;return m(h[t(1353)](g(e),r,t(974)))},getEntryPkgPath:g,readJsonFile:m,clearResource:y,copyDirectory:function e(t,r){var n,i=f;if(l[i(1797)](r,{recursive:!0}),l[i(1697)](t)[i(1342)]())n=h[i(711)](r,h[i(1359)](t)),l.copyFileSync(t,n);else{var a,o=_createForOfIteratorHelper(l[i(1639)](t,{withFileTypes:!0}));try{for(o.s();!(a=o.n())[i(981)];){var s=a.value,u=h.resolve(h[i(711)](t,s[i(784)])),c=h[i(711)](r,s[i(784)]);s.isDirectory()?e(u,c):l[i(1e3)](u,c)}}catch(e){o.e(e)}finally{o.f()}}},mkdirsSync:function e(t){var r=f;if(!l[r(1302)](t)){if(l[r(1302)](h.dirname(t))||!e(h[r(1019)](t)))return l.mkdirSync(t);print("mkdirSync err : ".concat(t))}},formatHexString:function(e){var t=f;if(64!==e[t(878)])throw new Error("指纹格式错误");for(var r="",n=0;n<e[t(878)];n+=2)r+=e.substr(n,2)+":";return r[t(2045)](0,-1)[t(1841)]()},extractspk:function(e,t){return b.apply(this,arguments)},deleteDirectory:function r(n){var i=f;l.existsSync(n)&&(l[i(1639)](n)[i(1031)](function(e){var t=i,e=h[t(711)](n,e);l[t(1878)](e)[t(1242)]()?r(e):l[t(760)](e)}),l.rmdirSync(n))},executeCommand:function(a){var o=/^mac verified ok/i;return new Promise(function(t,r){var e,n=_0x340d,i=p(a);null!=(e=i[n(1082)])&&e.on("data",function(e){c[n(497)](e)}),null!=(e=i[n(654)])&&e.on(n(1105),function(e){var t=n;!e[t(1921)](o)&&a[t(1413)]("pkcs12")&&r(e)}),null!=(e=i.stderr)&&e.on(n(736),function(e){r(e)}),i.on(n(1096),function(e){t(e)})})},checkOpenSSL:function(e){var t=f;if(0===(e=_(e,[t(611)],{encoding:t(943)})).status)return c[t(497)](e[t(1082)]),!0;throw new Error(t(1754)+e[t(654)])},validatePassword:function(){var e,t=f,r=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"";return!(r[t(878)]<8)&&(e=0,/[a-z]/[t(1315)](r)&&e++,/[A-Z]/[t(1315)](r)&&e++,/[0-9]/.test(r)&&e++,/[`~!@#$%^&*()\-_=+\\|[{}];:'",<.>\/?]/[t(1315)](r)&&e++,2<=e)}}}),$r=It(function(e,t){var r=_0x340d,n=require("path"),i=require("os"),a=we().checkOpenSSL,o=i.platform(),s=(0,ge()[r(1055)])(r(2081)),u=!1;t.exports={getOpensslPath:function(){var e=r,t="openssl";return"win32"===o&&(t=n[e(711)](__dirname,e(1462))),u||(s[e(497)](t),u=a(t)),t},getOpensslConfig:function(){var e=r,t="";return t="win32"===o?e(1073)[e(1375)](n[e(711)](__dirname,e(498))):t}}}),Zi=It(function(N,e){var d,h=_0x340d,f=require(h(910)),v=require(h(1120)),p=require("fs"),s=Te()[h(1597)],_=qe(),t=ge()[h(1055)],r=we(),g=r[h(1137)],m=r[h(614)],y=r[h(1672)],b=r[h(1123)],w=r[h(905)],k=r[h(1810)],j=r.readJsonFile,x=r[h(2114)],l=r[h(1378)],L=r[h(1337)],z=r[h(655)],E=r.executeCommand,C=$r()[h(516)],A=t("generate-spk"),c=100,G=1e4,H=0;function S(){return n.apply(this,arguments)}function n(){var e=h;return(n=_asyncToGenerator(_regenerator().m(function e(r,n){var i,a,o;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return i=v[t(1353)](r,x),e.n=1,function(){return D[h(1819)](this,arguments)}(n,r,i);case 1:return a=e.v,e.n=2,function(){return u.apply(this,arguments)}(n,r,i);case 2:return o=e.v,e.a(2,_[t(586)](o,a,d))}},e)})))[e(1819)](this,arguments)}function u(){var e=h;return(u=_asyncToGenerator(_regenerator().m(function e(a,o,s){var u,c,f;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(u="",p[t(1302)](a[t(1172)])&&(A[t(497)](t(747)),u=p[t(1853)](a[t(1172)])),!u&&p[t(1302)](a[t(1190)]))return A[t(497)]("Obtain the private key using the p12 file path specified by the parameter"),e.n=1,R(a[t(1190)],P(a[t(1524)]));e.n=2;break;case 1:u=e.v;case 2:u||!p.existsSync(s)?e.n=5:(c=null==(c=JSON.parse(p[t(1853)](s).toString()))?void 0:c[t(1133)],p[t(1302)](null==c?void 0:c[t(565)])?(A[t(497)]("Obtain the public key from the ascf.config.json publicKeyPath"),u=p[t(1853)](c.publicKeyPath),e.n=5):e.n=3);break;case 3:if(p[t(1302)](null==c?void 0:c[t(731)]))return A[t(497)](t(1889)),e.n=4,R(c[t(731)],P(a.signPwd));e.n=5;break;case 4:u=e.v;case 5:if(f=v[t(1353)](o,t(1763)),!u&&p[t(1302)](f)&&(A.debug(t(631)[t(1375)](f)),u=p[t(1853)](f)),f=v.resolve(o,l),!u&&p[t(1302)](f))return A[t(497)](t(922)),e.n=6,R(f,P(a.signPwd));e.n=7;break;case 6:u=e.v;case 7:u||(A[t(736)](t(1643)),process[t(1991)](-1)),i=n=r=void 0;var r=u,n=h,i=(r=_[n(1140)](r))[n(833)],r=r[n(645)];if(i<0||r)throw new Error(n(1708));return i<180&&A.warn(n(1030)),e.a(2,u)}},e)})))[e(1819)](this,arguments)}function D(){var e=h;return(D=_asyncToGenerator(_regenerator().m(function e(r,n,i){var a,o,s;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:if(a="",p.existsSync(r[t(1952)])&&(A[t(497)]("Obtaining a private Key using a Path"),a=p[t(1853)](r.signPrivateKeyPath)),!a&&p[t(1302)](r.signProfilePath))return A.debug(t(1328)),e.n=1,I(r[t(1190)],P(r[t(1524)]));e.n=2;break;case 1:a=e.v;case 2:a||!p[t(1302)](i)?e.n=5:(o=null==(o=JSON[t(1494)](p.readFileSync(i).toString()))?void 0:o[t(1133)],p[t(1302)](null==o?void 0:o[t(2027)])?(A.debug("Obtain the private key from the ascf.config.json privateKeyPath"),a=p[t(1853)](o[t(2027)]),e.n=5):e.n=3);break;case 3:if(p[t(1302)](null==o?void 0:o[t(731)]))return A.debug(t(1762)),e.n=4,I(o[t(731)],P(r.signPwd));e.n=5;break;case 4:a=e.v;case 5:if(s=v[t(1353)](n,t(2041)),!a&&p[t(1302)](s)&&(A[t(497)](t(1788)[t(1375)](s)),a=p[t(1853)](s)),s=v[t(1353)](n,l),!a&&p[t(1302)](s))return A[t(497)](t(1403)),e.n=6,I(s,P(r[t(1524)]));e.n=7;break;case 6:a=e.v;case 7:return a||(A[t(736)]("failed to obtain the private key, please ensure private.pem or ascf-build.p12 under sign"),process.exit(-1)),e.a(2,a)}},e)})))[e(1819)](this,arguments)}function O(){return i[h(1819)](this,arguments)}function i(){var e=h;return(i=_asyncToGenerator(_regenerator().m(function e(o,t,s,u){return _regenerator().w(function(e){for(var t,r,n,i,a=_0x340d;;)if(0===e.n)return e.a(2,(p[a(1302)](o)||p.mkdirSync(o),t=s.rpksBuffer,r=o,i=void 0,(n=u)[(i=h)(878)]>c&&(n=n[i(2045)](0,c)),r=v[i(711)](r,n),p[i(1380)](r,t),A.info(i(1354)[i(1375)](r)),r))},e)})))[e(1819)](this,arguments)}function B(e){var t=h;if(!e.package||!e.package[t(1965)](t(1561)))throw new Error("The package in the app.json file cannot be empty and must start with com.atomicservice.");if(!e[t(1295)]||!e.versionCode)throw new Error("The versionName and versionCode fields in the app.json file cannot be empty.")}function T(e){var t=h,r=(new Date)[t(541)]().split("T")[0][t(2110)]("-")[t(711)](""),n=process[t(502)].NODE_ENV===t(2015)?t(686):"debug";return""[t(1375)](e[t(514)],"-")[t(1375)](e[t(2001)],"-")[t(1375)](n,"-")[t(1375)](r,t(1929))}function a(){var e=h;return(a=_asyncToGenerator(_regenerator().m(function e(i,t){var r,a,o,s,u,c,f,h,l;return _regenerator().w(function(e){for(var n=_0x340d;;)switch(e.n){case 0:if(r=v.join(i,x),(d=(p.existsSync(r)?require(r):{})[n(1874)])&&!d[n(1281)])throw new Error(n(1079));e.n=1;break;case 1:return e.n=2,S(i,t);case 2:if(a=e.v){e.n=3;break}throw new Error(n(1924));case 3:return o=v.resolve(i,z),s=v[n(1353)](i,L),e.n=4,y([s]);case 4:if(B(u=k(i)),c=T(u),null!=(r=u[n(1688)])&&r[n(1031)](function(e){var t=n,r=v[t(1353)](i,m,e[t(1848)],g);b(r,v[t(1353)](s,e.resource))}),b(v[n(1353)](w(i),g),s),h=_.generatePkgDef(u[n(1688)]),f=h[n(1005)],h=h[n(1825)],(l=0<(l=[])[n(878)]?l:_[n(1325)](s))[n(878)]){e.n=5;break}throw new Error(n(670));case 5:return e.a(2,(_[n(1336)](l,s,f,h),_.signPkgs("",a,f,h,t).then((()=>{var t=_asyncToGenerator(_regenerator().m(function e(r){var n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,O(o,u[t(1688)],r,c);case 1:if(n=e.v,u[t(1912)]===t(686))return e.n=2,F(n);e.n=2;break;case 2:return e.a(2,n)}},e)}));return function(e){return t.apply(this,arguments)}})())))}},e)})))[e(1819)](this,arguments)}function o(){var e=h;return(o=_asyncToGenerator(_regenerator().m(function e(r,n,i,a){var o,s,u,c,f,h,l;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return o={signPrivateKeyPath:i,signPublicKeyPath:n,disableSubpackages:!1},e.n=1,S("",o);case 1:if(s=e.v,h=v.resolve(r,t(974)),u=j(h),c=T(u),B(u),h=_[t(612)](u.subpackages),f=h[t(1005)],h=h[t(1825)],(l=0<(l=[])[t(878)]?l:_[t(1325)](r))[t(878)]){e.n=2;break}throw new Error(t(670));case 2:_[t(1336)](l,r,f,h),a=null!=a?a:v[t(1353)](r,"dist"),_[t(1876)]("",s,f,h,o)[t(951)]((()=>{var t=_asyncToGenerator(_regenerator().m(function e(r){var n;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,O(a,u[t(1688)],r,c);case 1:if(n=e.v,u[t(1912)]===t(686))return e.n=2,F(n);e.n=2;break;case 2:return e.a(2,n)}},e)}));return function(e){return t[_0x340d(1819)](this,arguments)}})());case 3:return e.a(2)}},e)})))[e(1819)](this,arguments)}function F(e){var t=h,r=ze(),o=r[t(939)],r=r[t(2064)];if(p.statSync(e).size>r)throw new Error(t(1313)[t(1375)](r/1024/1024," MB."));return new Promise(function(i,a){var n=t;p[n(894)](e,function(e,t){var r=n;if(e)return a(e);s.loadAsync(t)[r(951)](function(e){var n=null;if(e.forEach(function(e,t){var r=_0x340d;if(G<++H)throw r(1485);!n&&t[r(1675)][r(1226)]>o&&(n=new Error("Package is exceed limit ".concat(o/1024/1024,r(694))))}),n)return a(n);i()})})})}function P(e){var t=h,e=null!=e?e:process[t(502)][t(2013)];return e||(A[t(736)]("signPwd is null, please configure through cli options, ascf.config.json or env ASCF_SIGN_PWD"),process.exit(-1)),e}function I(u,c){return new Promise((r=_asyncToGenerator(_regenerator().m(function e(r,n){var i,a,o,s;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:return A[t(497)](t(1814)),i=f[t(1898)](16)[t(2102)](t(1557)),a=f.randomBytes(16).toString(t(1557)),e.p=1,o=""[t(1375)](C(),t(763)).concat(u,t(1922)).concat(i,t(1630)).concat(c),A[t(497)](""[t(1375)](C(),t(763))[t(1375)](u,t(1922))[t(1375)](i,t(2096))),e.n=2,E(o);case 2:return o=""[t(1375)](C()," ec -in ").concat(i,t(615))[t(1375)](a),A[t(497)]("".concat(C(),t(1664))[t(1375)](i," -check -out ").concat(a)),e.n=3,E(o);case 3:return p[t(1302)](i)&&p.unlinkSync(i),s="",e.a(2,(p[t(1302)](a)&&(s=p[t(1853)](a),p[t(760)](a)),A[t(497)](t(548)),r(s)));case 4:e.p=4,s=e.v,p[t(1302)](i)&&p.unlinkSync(i),p[t(1302)](a)&&p[t(760)](a),n("Failed to obtain the private key: "[t(1375)](s));case 5:return e.a(2)}},e,null,[[1,4]])})),function(e,t){return r.apply(this,arguments)}));var r}function R(s,u){return new Promise((r=_asyncToGenerator(_regenerator().m(function e(r,n){var i,a,o;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:return i=f[t(1898)](16)[t(2102)](t(1557)),e.p=1,a=""[t(1375)](C()," pkcs12 -in ")[t(1375)](s,t(729))[t(1375)](u,t(830))[t(1375)](C(),t(1006))[t(1375)](i),A[t(497)](""[t(1375)](C(),t(763))[t(1375)](s," -nokeys -clcerts -passin pass:*** | ").concat(C(),t(1006)).concat(i)),e.n=2,E(a);case 2:if(p.existsSync(i))return a=p[t(1853)](i),e.a(2,(p.unlinkSync(i),r(a)));e.n=3;break;case 3:e.n=5;break;case 4:e.p=4,o=e.v,p.existsSync(i)&&p[t(760)](i),n(t(798)[t(1375)](o));case 5:return e.a(2)}},e,null,[[1,4]])})),function(e,t){return r[_0x340d(1819)](this,arguments)}));var r}e[h(1540)]={signSpk:function(e,t){return a[h(1819)](this,arguments)},resignSpk:function(e,t,r,n){return o[h(1819)](this,arguments)}}}),Ji=It(function(e,t){var r=_0x340d,s=(require("path"),require("fs")),n=ge()[r(1055)],i=we(),u=i[r(1455)],c=i[r(1723)],i=$r(),f=i[r(516)],o=i[r(2120)],h=n(r(1834));function a(){var e=r;return(a=_asyncToGenerator(_regenerator().m(function e(r,n){var i,a;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:if(s[t(1302)](r)||s.existsSync(n))throw new Error("".concat(r,t(1714)).concat(n,t(1914)));e.n=1;break;case 1:return e.p=1,i=""[t(1375)](f()," ecparam -name secp256r1 -genkey -noout -out ").concat(r),h[t(497)](i),e.n=2,u(i);case 2:return i=""[t(1375)](f()," req -new -x509 -key ").concat(r," -out ")[t(1375)](n,' -days 3650 -sha256 -subj "/CN=ASCF/OU=/O=/L=/ST=/C=CN" ')[t(1375)](o()),h.debug(i),e.n=3,u(i);case 3:e.n=5;break;case 4:e.p=4,a=e.v,h[t(736)](t(537),a),s[t(1302)](tempKeyPath)&&s.unlinkSync(tempKeyPath),s[t(1302)](tempCertPath)&&s[t(760)](tempCertPath);case 5:return e.a(2)}},e,null,[[1,4]])})))[e(1819)](this,arguments)}function l(){var e=r;return(l=_asyncToGenerator(_regenerator().m(function e(r,n,i,a){var o;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:if(c(a)){e.n=1;break}throw new Error(t(1703));case 1:if(s[t(1302)](r))throw new Error("".concat(r," exists"));e.n=2;break;case 2:return e.p=2,o="".concat(f(),t(1467))[t(1375)](r,t(583)).concat(n," -in ")[t(1375)](i,t(985))[t(1375)](a),h.debug(""[t(1375)](f(),t(1467))[t(1375)](r,t(583))[t(1375)](n,t(1116))[t(1375)](i,t(1812))),e.n=3,u(o);case 3:e.n=5;break;case 4:e.p=4,o=e.v,h.error(t(1964),o),s[t(1302)](r)&&s.unlinkSync(r);case 5:return e.a(2)}},e,null,[[2,4]])})))[e(1819)](this,arguments)}t[r(1540)]={genCert:function(e,t){return a[r(1819)](this,arguments)},genP12:function(e,t,r,n){return l.apply(this,arguments)}}}),Xi=It(function(e){var t=_0x340d,i=require("path"),a=require(t(1408)),o=qe()[t(2029)],r=we(),s=r[t(1672)],u=r[t(1886)];function n(){var e=t;return(n=_asyncToGenerator(_regenerator().m(function e(r,n){return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return n=null!=n?n:i.resolve(i.dirname(r),t(1368)),e.n=1,o(r);case 1:return e.n=2,s([n]);case 2:return e.n=3,a(r,n);case 3:u(i[t(1353)](n,"META-INF"));case 4:return e.a(2)}},e)})))[e(1819)](this,arguments)}e[t(1657)]=function(e,t){return n.apply(this,arguments)}}),rs=It(function(e,t){var v=_0x340d,g=require("fs"),m=require("path"),a=Te()[v(1597)],r=we(),y=r[v(2117)],p=r.extractspk,_=r[v(1672)],b=qe(),o="manifest.json",w="";function k(){var e=v;return(k=_asyncToGenerator(_regenerator().m(function e(r,n,i,a){var o,s,u,c,f,h,l,d,v,p,_;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return y(n),o=r[t(514)],s=r.versionType,u=r[t(2001)],v=a[t(674)],f=a[t(1692)],f=g[t(1853)](f),v=g[t(1853)](v),e.n=1,b.getSignInfo(f,v);case 1:if(c=e.v,f=b[t(612)](r[t(1688)]),h=f.mainPkg,l=f[t(1825)],(d=0<(d=[])[t(878)]?d:b[t(1325)](i))[t(878)]){e.n=2;break}throw new Error(t(670));case 2:return b.addResourceToPkg(d,i,h,l),e.n=3,b[t(1876)](o,c,h,l,{disableSubpackages:!1});case 3:v=e.v,p=v[t(1719)],_=(new Date)[t(541)]()[t(2110)]("T")[0].split("-").join(""),w=m[t(711)](n,""[t(1375)](o,"-")[t(1375)](u,"-")[t(1375)](s,"-")[t(1375)](_,t(1929))),g.writeFileSync(w,p);case 4:return e.a(2)}},e)})))[e(1819)](this,arguments)}function x(){return(x=_asyncToGenerator(_regenerator().m(function e(r){var n,i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return e.n=1,(new a)[t(667)](g.readFileSync(r));case 1:if((n=e.v)[t(1013)][t(547)]){e.n=2;break}throw new Error(t(900));case 2:return e.n=3,n[t(1013)][t(547)][t(1845)](t(2023));case 3:return i=e.v,e.n=4,(new a)[t(667)](i);case 4:return e.n=5,e.v[t(897)](o)[t(1845)](t(847));case 5:return i=e.v,e.a(2,JSON[t(1494)](i)||{})}},e)}))).apply(this,arguments)}t.exports={spkHandler:function(c,f,h,l,d){return new Promise((r=_asyncToGenerator(_regenerator().m(function e(i,a){var o,s,u;return _regenerator().w(function(e){for(var t,r,n=_0x340d;;)switch(e.n){case 0:if(g.existsSync(c)){e.n=1;break}return e.a(2,a(new Error("Can not resolve spk file: "[n(1375)](c))));case 1:if(g[n(1302)](f)){e.n=2;break}return e.a(2,a(new Error(n(1361).concat(f))));case 2:if(g.existsSync(h)){e.n=3;break}return e.a(2,a(new Error(n(1888)[n(1375)](h))));case 3:return e.n=4,function(){return x[v(1819)](this,arguments)}(c);case 4:if(o=e.v,t=o,r=void 0,r=v,0===Object[r(1645)](t)[r(878)])return e.a(2,a(new Error(n(650))));e.n=5;break;case 5:return s=o[n(514)],u=m[n(1019)](c),u=m[n(711)](u,s),s=m[n(711)](null!=l?l:u,n(1544)),u=m[n(711)](null!=l?l:u,"dist"),e.n=6,_([s,u]);case 6:return y(s),e.n=7,p(c,s);case 7:return o[n(1912)]=null!=d?d:o[n(1912)],g[n(1380)](m[n(1353)](s,n(974)),JSON[n(1726)](o,null,2)),e.n=8,function(){return k[v(1819)](this,arguments)}(o,u,s,{privateKeyFilePath:h,certFilePath:f});case 8:return e.a(2,i(w))}},e)})),function(e,t){return r[_0x340d(1819)](this,arguments)}));var r}}}),is=It(function(e,t){var i=_0x340d,r=Zi(),a=r[i(2035)],s=r[i(976)],r=Ji(),n=r[i(1035)],r=r[i(1632)],o=we().formatHexString,u=Xi()[i(1657)],c=ge()[i(1055)],f=rs()[i(936)],h=qe()[i(2008)],l=c(i(980));function d(){var e=i;return(d=_asyncToGenerator(_regenerator().m(function e(r,n){var i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:return e.p=0,l[t(808)](t(957)),e.n=1,a(r,n);case 1:return i=e.v,e.a(2,(l.info(t(1684)),i));case 2:e.p=2,i=e.v,l.fatal(t(1022)+i),process[t(1991)](-1);case 3:return e.a(2)}},e,null,[[0,2]])})))[e(1819)](this,arguments)}function v(){var e=i;return(v=_asyncToGenerator(_regenerator().m(function e(r,n,i,a){var o;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:return e.p=0,l[t(808)](t(1893)),e.n=1,s(r,n,i,a);case 1:l[t(808)]("Signed successfully."),e.n=3;break;case 2:e.p=2,o=e.v,l.fatal(t(1022)+o),process[t(1991)](-1);case 3:return e.a(2)}},e,null,[[0,2]])})))[e(1819)](this,arguments)}function p(){return(p=_asyncToGenerator(_regenerator().m(function e(r,n){var i;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:return e.p=0,l[t(808)]("start exec verify sign"),e.n=1,u(r,n);case 1:l[t(808)](t(1272)),e.n=3;break;case 2:e.p=2,i=e.v,l.info(t(2044),i),process.exit(-1);case 3:return e.a(2)}},e,null,[[0,2]])}))).apply(this,arguments)}function _(){return(_=_asyncToGenerator(_regenerator().m(function e(r,n,i,a,o){var s;return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.p=e.n){case 0:return e.p=0,l[t(808)](t(979)),e.n=1,f(r,n,i,a,o);case 1:s=e.v,l.info(t(1512)+s),e.n=3;break;case 2:e.p=2,s=e.v,l[t(724)](t(1365)+s),process[t(1991)](-1);case 3:return e.a(2)}},e,null,[[0,2]])}))).apply(this,arguments)}process.on("uncaughtException",function(e){var t=i;l[t(736)](t(925),e)}),process.on(i(1693),function(e,t){var r=i;l[r(736)]("ASCF unhandled rejection at:",t,r(2103),e)}),t[i(1540)]={signPkg:function(e,t){return d[i(1819)](this,arguments)},resignPkg:function(e,t,r,n){return v[i(1819)](this,arguments)},verifySign:function(e,t){return p[i(1819)](this,arguments)},repackHandler:function(e,t,r,n,i){return _.apply(this,arguments)},printFp:function(e){var t=i;try{l.info("start exec print fingerprints");var r=h(e),n=o(r);l[t(808)]("exec print fingerprints success, fingerprints info: "+n)}catch(e){l[t(724)]("failed to obtain the fingerprint: "+e),process[t(1991)](-1)}},genCert:n,genP12:r}}),_Te4=Te(),au=_Te4[_0x1c6c8b(945)],ou=An(),ve=new au,_ge7=ge(),cr=_ge7.setLoggerConfig,_is=is(),lu=_is.verifySign,uu=_is[_0x1c6c8b(1090)],cu=_is[_0x1c6c8b(1177)],hu=_is[_0x1c6c8b(1758)],hr="ascf-sign-tools";ve.version(ou.version)[_0x1c6c8b(1717)](_0x1c6c8b(1563))[_0x1c6c8b(1850)](_0x1c6c8b(1532),_0x1c6c8b(1778))[_0x1c6c8b(1850)](_0x1c6c8b(733),"Setting the log level"),ve[_0x1c6c8b(1350)](_0x1c6c8b(664))[_0x1c6c8b(1717)]("Quick service resignature").requiredOption(_0x1c6c8b(1159),"spk file path")[_0x1c6c8b(975)](_0x1c6c8b(1198),"public key path")[_0x1c6c8b(975)]("--sign-private-key-path [path]",_0x1c6c8b(1130)).option(_0x1c6c8b(709),_0x1c6c8b(1551)).option("--version-type [type]","version type")[_0x1c6c8b(722)]((()=>{var t=_asyncToGenerator(_regenerator().m(function e(r){return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return cr(r[t(1429)],hr),e.n=1,uu(r[t(1513)],r.signPublicKeyPath,r[t(1952)],r[t(816)],r[t(1912)]);case 1:return e.a(2)}},e)}));return function(e){return t[_0x340d(1819)](this,arguments)}})()),ve.command("signPkg")[_0x1c6c8b(1717)](_0x1c6c8b(1419))[_0x1c6c8b(975)](_0x1c6c8b(1159),_0x1c6c8b(1329)).option("--disable-subpackages [true or false]",_0x1c6c8b(2021)).requiredOption(_0x1c6c8b(543),"private key path")[_0x1c6c8b(975)]("--sign-public-key-path [path]","public key path")[_0x1c6c8b(1850)](_0x1c6c8b(709),_0x1c6c8b(1551)).action((()=>{var t=_asyncToGenerator(_regenerator().m(function e(r){return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return cr(r[t(1429)],hr),e.n=1,hu(r[t(1513)],r[t(1172)],r.signPrivateKeyPath,r[t(816)]);case 1:return e.a(2)}},e)}));return function(e){return t[_0x340d(1819)](this,arguments)}})()),ve[_0x1c6c8b(1350)](_0x1c6c8b(1260))[_0x1c6c8b(1850)](_0x1c6c8b(733),_0x1c6c8b(1032))[_0x1c6c8b(1717)](_0x1c6c8b(1738))[_0x1c6c8b(975)](_0x1c6c8b(1159),_0x1c6c8b(1897))[_0x1c6c8b(1850)](_0x1c6c8b(709),"Output path")[_0x1c6c8b(722)]((()=>{var t=_asyncToGenerator(_regenerator().m(function e(r){return _regenerator().w(function(e){for(var t=_0x340d;;)switch(e.n){case 0:return cr(r.logging,hr),e.n=1,lu(r[t(1513)],r.output);case 1:return e.a(2)}},e)}));return function(e){return t.apply(this,arguments)}})()),ve[_0x1c6c8b(1350)](_0x1c6c8b(1177))[_0x1c6c8b(1717)](_0x1c6c8b(1468))[_0x1c6c8b(1850)](_0x1c6c8b(733),"Setting the log level")[_0x1c6c8b(975)](_0x1c6c8b(1159))[_0x1c6c8b(722)](function(e){var t=_0x1c6c8b;cr(e[t(1429)],hr),cu(e[t(1513)])}),ve[_0x1c6c8b(1494)](process.argv),global[_0x1c6c8b(1204)]=ve,global[_0x1c6c8b(604)]=!(null==(_global$_ascfCliProgr=global[_0x1c6c8b(1204)][_0x1c6c8b(1523)]())||!_global$_ascfCliProgr[_0x1c6c8b(497)]);
2
+ var _global$_ascfCliProgr;function ownKeys(t,e){var r,n=Object.keys(t);return Object.getOwnPropertySymbols&&(r=Object.getOwnPropertySymbols(t),e&&(r=r.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n.push.apply(n,r)),n}function _objectSpread(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?ownKeys(Object(r),!0).forEach(function(e){_defineProperty(t,e,r[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))})}return t}function _defineProperty(e,t,r){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray(e)}function _regenerator(){var p,e="function"==typeof Symbol?Symbol:{},t=e.iterator||"@@iterator",r=e.toStringTag||"@@toStringTag";function n(e,t,r,n){var i,a,o,s,c,u,l,f,h,t=t&&t.prototype instanceof m?t:m,t=Object.create(t.prototype);return _regeneratorDefine2(t,"_invoke",(i=e,a=r,l=n||[],f=!1,h={p:u=0,n:0,v:p,a:d,f:d.bind(p,4),d:function(e,t){return o=e,s=0,c=p,h.n=t,g}},function(e,t,r){if(1<u)throw TypeError("Generator is already running");for(f&&1===t&&d(t,r),s=t,c=r;(_=s<2?p:c)||!f;){o||(s?s<3?(1<s&&(h.n=-1),d(s,c)):h.n=c:h.v=c);try{if(u=2,o){if(_=o[e=s?e:"next"]){if(!(_=_.call(o,c)))throw TypeError("iterator result is not an object");if(!_.done)return _;c=_.value,s<2&&(s=0)}else 1===s&&(_=o.return)&&_.call(o),s<2&&(c=TypeError("The iterator does not provide a '"+e+"' method"),s=1);o=p}else if((_=(f=h.n<0)?c:i.call(a,h))!==g)break}catch(e){o=p,s=1,c=e}finally{u=1}}return{value:_,done:f}}),!0),t;function d(e,t){for(s=e,c=t,_=0;!f&&u&&!r&&_<l.length;_++){var r,n=l[_],i=h.p,a=n[2];3<e?(r=a===t)&&(c=n[(s=n[4])?5:s=3],n[4]=n[5]=p):n[0]<=i&&((r=e<2&&i<n[1])?(s=0,h.v=t,h.n=n[1]):i<a&&(r=e<3||n[0]>t||a<t)&&(n[4]=e,n[5]=t,h.n=a,s=0))}if(r||1<e)return g;throw f=!0,t}}var g={};function m(){}function i(){}function a(){}var _=Object.getPrototypeOf,e=[][t]?_(_([][t]())):(_regeneratorDefine2(_={},t,function(){return this}),_),o=a.prototype=m.prototype=Object.create(e);function s(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,a):(e.__proto__=a,_regeneratorDefine2(e,r,"GeneratorFunction")),e.prototype=Object.create(o),e}return _regeneratorDefine2(o,"constructor",i.prototype=a),_regeneratorDefine2(a,"constructor",i),_regeneratorDefine2(a,r,i.displayName="GeneratorFunction"),_regeneratorDefine2(o),_regeneratorDefine2(o,r,"Generator"),_regeneratorDefine2(o,t,function(){return this}),_regeneratorDefine2(o,"toString",function(){return"[object Generator]"}),(_regenerator=function(){return{w:n,m:s}})()}function _regeneratorDefine2(e,t,r,n){var a=Object.defineProperty;try{a({},"",{})}catch(e){a=0}(_regeneratorDefine2=function(e,t,r,n){function i(t,r){_regeneratorDefine2(e,t,function(e){return this._invoke(t,r,e)})}t?a?a(e,t,{value:r,enumerable:!n,configurable:!n,writable:!n}):e[t]=r:(i("next",0),i("throw",1),i("return",2))})(e,t,r,n)}function asyncGeneratorStep(e,t,r,n,i,a,o){try{var s=e[a](o),c=s.value}catch(e){return void r(e)}s.done?t(c):Promise.resolve(c).then(n,i)}function _asyncToGenerator(s){return function(){var e=this,o=arguments;return new Promise(function(t,r){var n=s.apply(e,o);function i(e){asyncGeneratorStep(n,t,r,i,a,"next",e)}function a(e){asyncGeneratorStep(n,t,r,i,a,"throw",e)}i(void 0)})}}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArrayLimit(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,i,a,o,s=[],c=!0,u=!1;try{if(a=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=a.call(r)).done)&&(s.push(n.value),s.length!==t);c=!0);}catch(e){u=!0,i=e}finally{try{if(!c&&null!=r.return&&(o=r.return(),Object(o)!==o))return}finally{if(u)throw i}}return s}}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _defineProperties(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,_toPropertyKey(n.key),n)}}function _createClass(e,t,r){return t&&_defineProperties(e.prototype,t),r&&_defineProperties(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function _toPropertyKey(e){e=_toPrimitive(e,"string");return"symbol"==_typeof(e)?e:e+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0===r)return("string"===t?String:Number)(e);r=r.call(e,t||"default");if("object"!=_typeof(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _callSuper(e,t,r){return t=_getPrototypeOf(t),_possibleConstructorReturn(e,_isNativeReflectConstruct()?Reflect.construct(t,r||[],_getPrototypeOf(e).constructor):t.apply(e,r))}function _possibleConstructorReturn(e,t){if(t&&("object"==_typeof(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _wrapNativeSuper(e){var r="function"==typeof Map?new Map:void 0;return(_wrapNativeSuper=function(e){if(null===e||!_isNativeFunction(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==r){if(r.has(e))return r.get(e);r.set(e,t)}function t(){return _construct(e,arguments,_getPrototypeOf(this).constructor)}return t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(t,e)})(e)}function _construct(e,t,r){var n;return _isNativeReflectConstruct()?Reflect.construct.apply(null,arguments):((n=[null]).push.apply(n,t),t=new(e.bind.apply(e,n)),r&&_setPrototypeOf(t,r.prototype),t)}function _isNativeReflectConstruct(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(_isNativeReflectConstruct=function(){return!!e})()}function _isNativeFunction(t){try{return-1!==Function.toString.call(t).indexOf("[native code]")}catch(e){return"function"==typeof t}}function _setPrototypeOf(e,t){return(_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function _getPrototypeOf(e){return(_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function _createForOfIteratorHelper(e,t){var r,n,i,a,o="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(o)return i=!(n=!0),{s:function(){o=o.call(e)},n:function(){var e=o.next();return n=e.done,e},e:function(e){i=!0,r=e},f:function(){try{n||null==o.return||o.return()}finally{if(i)throw r}}};if(Array.isArray(e)||(o=_unsupportedIterableToArray(e))||t&&e&&"number"==typeof e.length)return o&&(e=o),a=0,{s:t=function(){},n:function(){return a>=e.length?{done:!0}:{done:!1,value:e[a++]}},e:function(e){throw e},f:t};throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,t){var r;if(e)return"string"==typeof e?_arrayLikeToArray(e,t):"Map"===(r="Object"===(r={}.toString.call(e).slice(8,-1))&&e.constructor?e.constructor.name:r)||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var Be=function(e,t){return function(){return t||e((t={exports:{}}).exports,t),t.exports}},qt=Be(function(u,e){function t(e,t){return function(){return t||e((t={exports:{}}).exports,t),t.exports}}function n(t,r,n,i){if(r&&"object"==_typeof(r)||"function"==typeof r){var a,o=_createForOfIteratorHelper(v(r));try{for(o.s();!(a=o.n()).done;)(()=>{var e=a.value;z.call(t,e)||e===n||s(t,e,{get:function(){return r[e]},enumerable:!(i=_(r,e))||i.enumerable})})()}catch(e){o.e(e)}finally{o.f()}}return t}function r(e,t,r){return r=null!=e?f(T(e)):{},n(!t&&e&&e.__esModule?r:s(r,"default",{value:e,enumerable:!0}),e)}var i,f=Object.create,s=Object.defineProperty,_=Object.getOwnPropertyDescriptor,v=Object.getOwnPropertyNames,T=Object.getPrototypeOf,z=Object.prototype.hasOwnProperty,b=t(function(e){_inherits(i,_wrapNativeSuper(Error));var t=_createClass(i),r=(_inherits(n,t),_createClass(n));function n(e){return _classCallCheck(this,n),e=_callSuper(this,n,[1,"commander.invalidArgument",e]),Error.captureStackTrace(_assertThisInitialized(e),e.constructor),e.name=e.constructor.name,e}function i(e,t,r){return _classCallCheck(this,i),r=_callSuper(this,i,[r]),Error.captureStackTrace(_assertThisInitialized(r),r.constructor),r.name=r.constructor.name,r.code=t,r.exitCode=e,r.nestedError=void 0,r}e.CommanderError=t,e.InvalidArgumentError=r}),w=t(function(e){var n=b().InvalidArgumentError,t=_createClass(function e(t,r){switch(_classCallCheck(this,e),this.description=r||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,t[0]){case"<":this.required=!0,this._name=t.slice(1,-1);break;case"[":this.required=!1,this._name=t.slice(1,-1);break;default:this.required=!0,this._name=t}3<this._name.length&&"..."===this._name.slice(-3)&&(this.variadic=!0,this._name=this._name.slice(0,-3))},[{key:"name",value:function(){return this._name}},{key:"_concatValue",value:function(e,t){return t!==this.defaultValue&&Array.isArray(t)?t.concat(e):[e]}},{key:"default",value:function(e,t){return this.defaultValue=e,this.defaultValueDescription=t,this}},{key:"argParser",value:function(e){return this.parseArg=e,this}},{key:"choices",value:function(e){var r=this;return this.argChoices=e.slice(),this.parseArg=function(e,t){if(r.argChoices.includes(e))return r.variadic?r._concatValue(e,t):e;throw new n("Allowed choices are ".concat(r.argChoices.join(", "),"."))},this}},{key:"argRequired",value:function(){return this.required=!0,this}},{key:"argOptional",value:function(){return this.required=!1,this}}]);e.Argument=t,e.humanReadableArgName=function(e){var t=e.name()+(!0===e.variadic?"...":"");return e.required?"<"+t+">":"["+t+"]"}}),k=t(function(e){var r=w().humanReadableArgName,t=_createClass(function e(){_classCallCheck(this,e),this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1},[{key:"visibleCommands",value:function(e){var t,r,n=e.commands.filter(function(e){return!e._hidden});return e._hasImplicitHelpCommand()&&(r=(t=_slicedToArray(e._helpCommandnameAndArgs.match(/([^ ]+) *(.*)/),3))[1],t=t[2],(r=e.createCommand(r).helpOption(!1)).description(e._helpCommandDescription),t&&r.arguments(t),n.push(r)),this.sortSubcommands&&n.sort(function(e,t){return e.name().localeCompare(t.name())}),n}},{key:"visibleOptions",value:function(e){var r,t=e.options.filter(function(e){return!e.hidden}),n=e._hasHelpOption&&e._helpShortFlag&&!e._findOption(e._helpShortFlag),i=e._hasHelpOption&&!e._findOption(e._helpLongFlag);return(n||i)&&(n=n?i?e.createOption(e._helpFlags,e._helpDescription):e.createOption(e._helpShortFlag,e._helpDescription):e.createOption(e._helpLongFlag,e._helpDescription),t.push(n)),this.sortOptions&&(r=function(e){return e.short?e.short.replace(/^-/,""):e.long.replace(/^--/,"")},t.sort(function(e,t){return r(e).localeCompare(r(t))})),t}},{key:"visibleArguments",value:function(t){return t._argsDescription&&t._args.forEach(function(e){e.description=e.description||t._argsDescription[e.name()]||""}),t._args.find(function(e){return e.description})?t._args:[]}},{key:"subcommandTerm",value:function(e){var t=e._args.map(function(e){return r(e)}).join(" ");return e._name+(e._aliases[0]?"|"+e._aliases[0]:"")+(e.options.length?" [options]":"")+(t?" "+t:"")}},{key:"optionTerm",value:function(e){return e.flags}},{key:"argumentTerm",value:function(e){return e.name()}},{key:"longestSubcommandTermLength",value:function(e,r){return r.visibleCommands(e).reduce(function(e,t){return Math.max(e,r.subcommandTerm(t).length)},0)}},{key:"longestOptionTermLength",value:function(e,r){return r.visibleOptions(e).reduce(function(e,t){return Math.max(e,r.optionTerm(t).length)},0)}},{key:"longestArgumentTermLength",value:function(e,r){return r.visibleArguments(e).reduce(function(e,t){return Math.max(e,r.argumentTerm(t).length)},0)}},{key:"commandUsage",value:function(e){for(var t=e._name,r=(e._aliases[0]&&(t=t+"|"+e._aliases[0]),""),n=e.parent;n;n=n.parent)r=n.name()+" "+r;return r+t+" "+e.usage()}},{key:"commandDescription",value:function(e){return e.description()}},{key:"subcommandDescription",value:function(e){return e.summary()||e.description()}},{key:"optionDescription",value:function(e){var t=[];return e.argChoices&&t.push("choices: ".concat(e.argChoices.map(function(e){return JSON.stringify(e)}).join(", "))),void 0!==e.defaultValue&&(e.required||e.optional||e.isBoolean()&&"boolean"==typeof e.defaultValue)&&t.push("default: ".concat(e.defaultValueDescription||JSON.stringify(e.defaultValue))),void 0!==e.presetArg&&e.optional&&t.push("preset: ".concat(JSON.stringify(e.presetArg))),void 0!==e.envVar&&t.push("env: ".concat(e.envVar)),0<t.length?"".concat(e.description," (").concat(t.join(", "),")"):e.description}},{key:"argumentDescription",value:function(e){var t=[];return e.argChoices&&t.push("choices: ".concat(e.argChoices.map(function(e){return JSON.stringify(e)}).join(", "))),void 0!==e.defaultValue&&t.push("default: ".concat(e.defaultValueDescription||JSON.stringify(e.defaultValue))),0<t.length?(t="(".concat(t.join(", "),")"),e.description?"".concat(e.description," ").concat(t):t):e.description}},{key:"formatHelp",value:function(e,r){var n=r.padWidth(e,r),i=r.helpWidth||80;function t(e,t){return t?(t="".concat(e.padEnd(n+2)).concat(t),r.wrap(t,i-2,n+2)):e}function a(e){return e.join("\n").replace(/^/gm," ".repeat(2))}var o=["Usage: ".concat(r.commandUsage(e)),""],s=r.commandDescription(e),s=(0<s.length&&(o=o.concat([s,""])),r.visibleArguments(e).map(function(e){return t(r.argumentTerm(e),r.argumentDescription(e))})),s=(0<s.length&&(o=o.concat(["Arguments:",a(s),""])),r.visibleOptions(e).map(function(e){return t(r.optionTerm(e),r.optionDescription(e))})),s=(0<s.length&&(o=o.concat(["Options:",a(s),""])),r.visibleCommands(e).map(function(e){return t(r.subcommandTerm(e),r.subcommandDescription(e))}));return(o=0<s.length?o.concat(["Commands:",a(s),""]):o).join("\n")}},{key:"padWidth",value:function(e,t){return Math.max(t.longestOptionTermLength(e,t),t.longestSubcommandTermLength(e,t),t.longestArgumentTermLength(e,t))}},{key:"wrap",value:function(e,t,r){var n,i=3<arguments.length&&void 0!==arguments[3]?arguments[3]:40;return e.match(/[\n]\s+/)||(t=t-r)<i?e:(i=e.slice(0,r),e=e.slice(r),n=" ".repeat(r),r=new RegExp(".{1,"+(t-1)+"}([\\s​]|$)|[^\\s​]+?([\\s​]|$)","g"),i+(e.match(r)||[]).map(function(e,t){return"\n"===e.slice(-1)&&(e=e.slice(0,e.length-1)),(0<t?n:"")+e.trimRight()}).join("\n"))}}]);e.Help=t}),S=t(function(e){var n=b().InvalidArgumentError,t=_createClass(function e(t,r){_classCallCheck(this,e),this.flags=t,this.description=r||"",this.required=t.includes("<"),this.optional=t.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(t),this.mandatory=!1;r=i(t);this.short=r.shortFlag,this.long=r.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0},[{key:"default",value:function(e,t){return this.defaultValue=e,this.defaultValueDescription=t,this}},{key:"preset",value:function(e){return this.presetArg=e,this}},{key:"conflicts",value:function(e){return this.conflictsWith=this.conflictsWith.concat(e),this}},{key:"implies",value:function(e){return this.implied=Object.assign(this.implied||{},e),this}},{key:"env",value:function(e){return this.envVar=e,this}},{key:"argParser",value:function(e){return this.parseArg=e,this}},{key:"makeOptionMandatory",value:function(){return this.mandatory=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this}},{key:"hideHelp",value:function(){return this.hidden=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this}},{key:"_concatValue",value:function(e,t){return t!==this.defaultValue&&Array.isArray(t)?t.concat(e):[e]}},{key:"choices",value:function(e){var r=this;return this.argChoices=e.slice(),this.parseArg=function(e,t){if(r.argChoices.includes(e))return r.variadic?r._concatValue(e,t):e;throw new n("Allowed choices are ".concat(r.argChoices.join(", "),"."))},this}},{key:"name",value:function(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}},{key:"attributeName",value:function(){return this.name().replace(/^no-/,"").split("-").reduce(function(e,t){return e+t[0].toUpperCase()+t.slice(1)})}},{key:"is",value:function(e){return this.short===e||this.long===e}},{key:"isBoolean",value:function(){return!this.required&&!this.optional&&!this.negate}}]),r=_createClass(function e(t){var r=this;_classCallCheck(this,e),this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,t.forEach(function(e){(e.negate?r.negativeOptions:r.positiveOptions).set(e.attributeName(),e)}),this.negativeOptions.forEach(function(e,t){r.positiveOptions.has(t)&&r.dualOptions.add(t)})},[{key:"valueFromOption",value:function(e,t){var r=t.attributeName();return!this.dualOptions.has(r)||(r=this.negativeOptions.get(r).presetArg,t.negate===((void 0!==r&&r)===e))}}]);function i(e){var t,e=e.split(/[ |,]+/);return 1<e.length&&!/^[[<]/.test(e[1])&&(t=e.shift()),e=e.shift(),!t&&/^-[^-]$/.test(e)&&(t=e,e=void 0),{shortFlag:t,longFlag:e}}e.Option=t,e.splitOptionFlags=i,e.DualOptions=r}),H=t(function(e){e.suggestSimilar=function(n,e){if(!e||0===e.length)return"";e=Array.from(new Set(e));var t=n.startsWith("--"),i=(t&&(n=n.slice(2),e=e.map(function(e){return e.slice(2)})),[]),a=3;return e.forEach(function(e){var t,r;e.length<=1||(t=((e,t)=>{if(3<Math.abs(e.length-t.length))return Math.max(e.length,t.length);for(var r=[],n=0;n<=e.length;n++)r[n]=[n];for(var i=0;i<=t.length;i++)r[0][i]=i;for(var a=1;a<=t.length;a++)for(var o=1;o<=e.length;o++){var s=1,s=e[o-1]===t[a-1]?0:1;r[o][a]=Math.min(r[o-1][a]+1,r[o][a-1]+1,r[o-1][a-1]+s),1<o&&1<a&&e[o-1]===t[a-2]&&e[o-2]===t[a-1]&&(r[o][a]=Math.min(r[o][a],r[o-2][a-2]+1))}return r[e.length][t.length]})(n,e),.4<((r=Math.max(n.length,e.length))-t)/r&&(t<a?(a=t,i=[e]):t===a&&i.push(e)))}),i.sort(function(e,t){return e.localeCompare(t)}),1<(i=t?i.map(function(e){return"--".concat(e)}):i).length?"\n(Did you mean one of ".concat(i.join(", "),"?)"):1===i.length?"\n(Did you mean ".concat(i[0],"?)"):""}}),G=t(function(e){var r,t=require("events").EventEmitter,l=require("child_process"),f=require("path"),h=require("fs"),d=require("process"),n=w(),i=n.Argument,a=n.humanReadableArgName,p=b().CommanderError,o=k().Help,n=S(),s=n.Option,c=n.splitOptionFlags,u=n.DualOptions,g=H().suggestSimilar,n=(_inherits(m,t),_createClass(m,[{key:"copyInheritedSettings",value:function(e){return this._outputConfiguration=e._outputConfiguration,this._hasHelpOption=e._hasHelpOption,this._helpFlags=e._helpFlags,this._helpDescription=e._helpDescription,this._helpShortFlag=e._helpShortFlag,this._helpLongFlag=e._helpLongFlag,this._helpCommandName=e._helpCommandName,this._helpCommandnameAndArgs=e._helpCommandnameAndArgs,this._helpCommandDescription=e._helpCommandDescription,this._helpConfiguration=e._helpConfiguration,this._exitCallback=e._exitCallback,this._storeOptionsAsProperties=e._storeOptionsAsProperties,this._combineFlagAndOptionalValue=e._combineFlagAndOptionalValue,this._allowExcessArguments=e._allowExcessArguments,this._enablePositionalOptions=e._enablePositionalOptions,this._showHelpAfterError=e._showHelpAfterError,this._showSuggestionAfterError=e._showSuggestionAfterError,this}},{key:"command",value:function(e,t,r){"object"==_typeof(t)&&null!==t&&(r=t,t=null);var r=r||{},e=_slicedToArray(e.match(/([^ ]+) *(.*)/),3),n=e[1],e=e[2],n=this.createCommand(n);return t&&(n.description(t),n._executableHandler=!0),r.isDefault&&(this._defaultCommandName=n._name),n._hidden=!(!r.noHelp&&!r.hidden),n._executableFile=r.executableFile||null,e&&n.arguments(e),this.commands.push(n),n.parent=this,n.copyInheritedSettings(this),t?this:n}},{key:"createCommand",value:function(e){return new m(e)}},{key:"createHelp",value:function(){return Object.assign(new o,this.configureHelp())}},{key:"configureHelp",value:function(e){return void 0===e?this._helpConfiguration:(this._helpConfiguration=e,this)}},{key:"configureOutput",value:function(e){return void 0===e?this._outputConfiguration:(Object.assign(this._outputConfiguration,e),this)}},{key:"showHelpAfterError",value:function(){var e=!(0<arguments.length&&void 0!==arguments[0])||arguments[0];return this._showHelpAfterError=e="string"!=typeof e?!!e:e,this}},{key:"showSuggestionAfterError",value:function(){return this._showSuggestionAfterError=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this}},{key:"addCommand",value:function(e,t){if(e._name)return(t=t||{}).isDefault&&(this._defaultCommandName=e._name),(t.noHelp||t.hidden)&&(e._hidden=!0),this.commands.push(e),e.parent=this;throw new Error("Command passed to .addCommand() must have a name\n- specify the name in Command constructor or using .name()")}},{key:"createArgument",value:function(e,t){return new i(e,t)}},{key:"argument",value:function(e,t,r,n){e=this.createArgument(e,t);return"function"==typeof r?e.default(n).argParser(r):e.default(r),this.addArgument(e),this}},{key:"arguments",value:function(e){var t=this;return e.split(/ +/).forEach(function(e){t.argument(e)}),this}},{key:"addArgument",value:function(e){var t=this._args.slice(-1)[0];if(t&&t.variadic)throw new Error("only the last argument can be variadic '".concat(t.name(),"'"));if(e.required&&void 0!==e.defaultValue&&void 0===e.parseArg)throw new Error("a default value for a required argument is never used: '".concat(e.name(),"'"));return this._args.push(e),this}},{key:"addHelpCommand",value:function(e,t){return!1===e?this._addImplicitHelpCommand=!1:(this._addImplicitHelpCommand=!0,"string"==typeof e&&(this._helpCommandName=e.split(" ")[0],this._helpCommandnameAndArgs=e),this._helpCommandDescription=t||this._helpCommandDescription),this}},{key:"_hasImplicitHelpCommand",value:function(){return void 0===this._addImplicitHelpCommand?this.commands.length&&!this._actionHandler&&!this._findCommand("help"):this._addImplicitHelpCommand}},{key:"hook",value:function(e,t){var r=["preSubcommand","preAction","postAction"];if(r.includes(e))return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(t):this._lifeCycleHooks[e]=[t],this;throw new Error("Unexpected value for event passed to hook : '".concat(e,"'.\nExpecting one of '").concat(r.join("', '"),"'"))}},{key:"exitOverride",value:function(e){return this._exitCallback=e||function(e){if("commander.executeSubCommandAsync"!==e.code)throw e},this}},{key:"_exit",value:function(e,t,r){this._exitCallback&&this._exitCallback(new p(e,t,r)),d.exit(e)}},{key:"action",value:function(r){var n=this;return this._actionHandler=function(e){var t=n._args.length,e=e.slice(0,t);return n._storeOptionsAsProperties?e[t]=n:e[t]=n.opts(),e.push(n),r.apply(n,e)},this}},{key:"createOption",value:function(e,t){return new s(e,t)}},{key:"addOption",value:function(i){function r(e,t,r){null==e&&void 0!==i.presetArg&&(e=i.presetArg);var n=a.getOptionValue(o);if(null!==e&&i.parseArg)try{e=i.parseArg(e,n)}catch(e){throw"commander.invalidArgument"===e.code&&(t="".concat(t," ").concat(e.message),a.error(t,{exitCode:e.exitCode,code:e.code})),e}else null!==e&&i.variadic&&(e=i._concatValue(e,n));null==e&&(e=!i.negate&&(!(!i.isBoolean()&&!i.optional)||"")),a.setOptionValueWithSource(o,e,r)}var e,a=this,t=i.name(),o=i.attributeName();i.negate?(e=i.long.replace(/^--no-/,"--"),this._findOption(e)||this.setOptionValueWithSource(o,void 0===i.defaultValue||i.defaultValue,"default")):void 0!==i.defaultValue&&this.setOptionValueWithSource(o,i.defaultValue,"default"),this.options.push(i);return this.on("option:"+t,function(e){var t="error: option '".concat(i.flags,"' argument '").concat(e,"' is invalid.");r(e,t,"cli")}),i.envVar&&this.on("optionEnv:"+t,function(e){var t="error: option '".concat(i.flags,"' value '").concat(e,"' from env '").concat(i.envVar,"' is invalid.");r(e,t,"env")}),this}},{key:"_optionEx",value:function(e,t,r,n,i){if("object"==_typeof(t)&&t instanceof s)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");var a,t=this.createOption(t,r);return t.makeOptionMandatory(!!e.mandatory),"function"==typeof n?t.default(i).argParser(n):n instanceof RegExp?(a=n,n=function(e,t){e=a.exec(e);return e?e[0]:t},t.default(i).argParser(n)):t.default(n),this.addOption(t)}},{key:"option",value:function(e,t,r,n){return this._optionEx({},e,t,r,n)}},{key:"requiredOption",value:function(e,t,r,n){return this._optionEx({mandatory:!0},e,t,r,n)}},{key:"combineFlagAndOptionalValue",value:function(){return this._combineFlagAndOptionalValue=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this}},{key:"allowUnknownOption",value:function(){return this._allowUnknownOption=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this}},{key:"allowExcessArguments",value:function(){return this._allowExcessArguments=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this}},{key:"enablePositionalOptions",value:function(){return this._enablePositionalOptions=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this}},{key:"passThroughOptions",value:function(){var e=!(0<arguments.length&&void 0!==arguments[0])||arguments[0];if(this._passThroughOptions=!!e,this.parent&&e&&!this.parent._enablePositionalOptions)throw new Error("passThroughOptions can not be used without turning on enablePositionalOptions for parent command(s)");return this}},{key:"storeOptionsAsProperties",value:function(){if(this._storeOptionsAsProperties=!!(!(0<arguments.length&&void 0!==arguments[0])||arguments[0]),this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");return this}},{key:"getOptionValue",value:function(e){return(this._storeOptionsAsProperties?this:this._optionValues)[e]}},{key:"setOptionValue",value:function(e,t){return this._storeOptionsAsProperties?this[e]=t:this._optionValues[e]=t,this}},{key:"setOptionValueWithSource",value:function(e,t,r){return this.setOptionValue(e,t),this._optionValueSources[e]=r,this}},{key:"getOptionValueSource",value:function(e){return this._optionValueSources[e]}},{key:"_prepareUserArgs",value:function(e,t){if(void 0!==e&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");var r;switch(t=t||{},void 0===e&&(e=d.argv,d.versions)&&d.versions.electron&&(t.from="electron"),this.rawArgs=e.slice(),t.from){case void 0:case"node":this._scriptPath=e[1],r=e.slice(2);break;case"electron":r=d.defaultApp?(this._scriptPath=e[1],e.slice(2)):e.slice(1);break;case"user":r=e.slice(0);break;default:throw new Error("unexpected parse option { from: '".concat(t.from,"' }"))}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",r}},{key:"parse",value:function(e,t){e=this._prepareUserArgs(e,t);return this._parseCommand([],e),this}},{key:"parseAsync",value:(r=_asyncToGenerator(_regenerator().m(function e(t,r){var n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return n=this._prepareUserArgs(t,r),e.n=1,this._parseCommand([],n);case 1:return e.a(2,this)}},e,this)})),function(e,t){return r.apply(this,arguments)})},{key:"_executeSubCommand",value:function(r,e){e=e.slice();var n=[".js",".ts",".tsx",".mjs",".cjs"];function t(e,t){var r=f.resolve(e,t);return h.existsSync(r)?r:!n.includes(f.extname(t))&&(e=n.find(function(e){return h.existsSync("".concat(r).concat(e))}))?"".concat(r).concat(e):void 0}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();var i,a,o,s=r._executableFile||"".concat(this._name,"-").concat(r._name),c=this._executableDir||"";if(this._scriptPath){try{i=h.realpathSync(this._scriptPath)}catch(e){i=this._scriptPath}c=f.resolve(f.dirname(i),c)}c&&((i=t(c,s))||r._executableFile||!this._scriptPath||(a=f.basename(this._scriptPath,f.extname(this._scriptPath)))!==this._name&&(i=t(c,"".concat(a,"-").concat(r._name))),s=i||s),a=n.includes(f.extname(s)),(o="win32"!==d.platform?a?(e.unshift(s),e=v(d.execArgv).concat(e),l.spawn(d.argv[0],e,{stdio:"inherit"})):l.spawn(s,e,{stdio:"inherit"}):(e.unshift(s),e=v(d.execArgv).concat(e),l.spawn(d.execPath,e,{stdio:"inherit"}))).killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(function(e){d.on(e,function(){!1===o.killed&&null===o.exitCode&&o.kill(e)})});var u=this._exitCallback;u?o.on("close",function(){u(new p(d.exitCode||0,"commander.executeSubCommandAsync","(close)"))}):o.on("close",d.exit.bind(d)),o.on("error",function(e){var t;if("ENOENT"===e.code)throw t=c?"searched for local subcommand relative to directory '".concat(c,"'"):"no directory for search for local subcommand, use .executableDir() to supply a custom directory",t="'".concat(s,"' does not exist\n - if '").concat(r._name,"' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead\n - if the default executable name is not suitable, use the executableFile option to supply a custom name or path\n - ").concat(t),new Error(t);if("EACCES"===e.code)throw new Error("'".concat(s,"' not executable"));u?((t=new p(1,"commander.executeSubCommandAsync","(error)")).nestedError=e,u(t)):d.exit(1)}),this.runningCommand=o}},{key:"_dispatchSubcommand",value:function(e,t,r){var n=this,i=this._findCommand(e);return i||this.help({error:!0}),e=this._chainOrCallSubCommandHook(void 0,i,"preSubcommand"),this._chainOrCall(e,function(){if(!i._executableHandler)return i._parseCommand(t,r);n._executeSubCommand(i,t.concat(r))})}},{key:"_checkNumberOfArguments",value:function(){var r=this;this._args.forEach(function(e,t){e.required&&null==r.args[t]&&r.missingArgument(e.name())}),!(0<this._args.length&&this._args[this._args.length-1].variadic)&&this.args.length>this._args.length&&this._excessArguments(this.args)}},{key:"_processArguments",value:function(){function n(t,r,n){var e=r;if(null!==r&&t.parseArg)try{e=t.parseArg(r,n)}catch(e){throw"commander.invalidArgument"===e.code&&(n="error: command-argument value '".concat(r,"' is invalid for argument '").concat(t.name(),"'. ").concat(e.message),i.error(n,{exitCode:e.exitCode,code:e.code})),e}return e}var i=this,a=(this._checkNumberOfArguments(),[]);this._args.forEach(function(r,e){var t=r.defaultValue;r.variadic?e<i.args.length?(t=i.args.slice(e),r.parseArg&&(t=t.reduce(function(e,t){return n(r,t,e)},r.defaultValue))):void 0===t&&(t=[]):e<i.args.length&&(t=i.args[e],r.parseArg)&&(t=n(r,t,r.defaultValue)),a[e]=t}),this.processedArgs=a}},{key:"_chainOrCall",value:function(e,t){return e&&e.then&&"function"==typeof e.then?e.then(function(){return t()}):t()}},{key:"_chainOrCallHooks",value:function(e,r){var t=this,n=e,i=[];return y(this).reverse().filter(function(e){return void 0!==e._lifeCycleHooks[r]}).forEach(function(t){t._lifeCycleHooks[r].forEach(function(e){i.push({hookedCommand:t,callback:e})})}),"postAction"===r&&i.reverse(),i.forEach(function(e){n=t._chainOrCall(n,function(){return e.callback(e.hookedCommand,t)})}),n}},{key:"_chainOrCallSubCommandHook",value:function(e,t,r){var n=this,i=e;return void 0!==this._lifeCycleHooks[r]&&this._lifeCycleHooks[r].forEach(function(e){i=n._chainOrCall(i,function(){return e(n,t)})}),i}},{key:"_parseCommand",value:function(e,t){var r=this,n=this.parseOptions(t);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(n.operands),t=n.unknown,this.args=e.concat(t),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),t);if(this._hasImplicitHelpCommand()&&e[0]===this._helpCommandName)return 1===e.length&&this.help(),this._dispatchSubcommand(e[1],[],[this._helpLongFlag]);if(this._defaultCommandName)return _(this,t),this._dispatchSubcommand(this._defaultCommandName,e,t);!this.commands.length||0!==this.args.length||this._actionHandler||this._defaultCommandName||this.help({error:!0}),_(this,n.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();function i(){0<n.unknown.length&&r.unknownOption(n.unknown[0])}var a,o="command:".concat(this.name());if(this._actionHandler)return i(),this._processArguments(),a=this._chainOrCallHooks(a,"preAction"),a=this._chainOrCall(a,function(){return r._actionHandler(r.processedArgs)}),this.parent&&(a=this._chainOrCall(a,function(){r.parent.emit(o,e,t)})),a=this._chainOrCallHooks(a,"postAction");if(this.parent&&this.parent.listenerCount(o))i(),this._processArguments(),this.parent.emit(o,e,t);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,t);this.listenerCount("command:*")?this.emit("command:*",e,t):this.commands.length?this.unknownCommand():(i(),this._processArguments())}else this.commands.length?(i(),this.help({error:!0})):(i(),this._processArguments())}},{key:"_findCommand",value:function(t){if(t)return this.commands.find(function(e){return e._name===t||e._aliases.includes(t)})}},{key:"_findOption",value:function(t){return this.options.find(function(e){return e.is(t)})}},{key:"_checkForMissingMandatoryOptions",value:function(){for(var e=this;e;e=e.parent)(t=>{t.options.forEach(function(e){e.mandatory&&void 0===t.getOptionValue(e.attributeName())&&t.missingMandatoryOptionValue(e)})})(e)}},{key:"_checkForConflictingLocalOptions",value:function(){var r=this,n=this.options.filter(function(e){e=e.attributeName();return void 0!==r.getOptionValue(e)&&"default"!==r.getOptionValueSource(e)});n.filter(function(e){return 0<e.conflictsWith.length}).forEach(function(t){var e=n.find(function(e){return t.conflictsWith.includes(e.attributeName())});e&&r._conflictingOption(t,e)})}},{key:"_checkForConflictingOptions",value:function(){for(var e=this;e;e=e.parent)e._checkForConflictingLocalOptions()}},{key:"parseOptions",value:function(e){var t=[],r=[],n=t,i=e.slice();function a(e){return 1<e.length&&"-"===e[0]}for(var o=null;i.length;){var s=i.shift();if("--"===s){n===r&&n.push(s),n.push.apply(n,_toConsumableArray(i));break}if(o&&!a(s))this.emit("option:".concat(o.name()),s);else{if(o=null,a(s)){var c,u=this._findOption(s);if(u){u.required?(void 0===(c=i.shift())&&this.optionMissingArgument(u),this.emit("option:".concat(u.name()),c)):u.optional?(c=null,0<i.length&&!a(i[0])&&(c=i.shift()),this.emit("option:".concat(u.name()),c)):this.emit("option:".concat(u.name())),o=u.variadic?u:null;continue}}if(2<s.length&&"-"===s[0]&&"-"!==s[1]){u=this._findOption("-".concat(s[1]));if(u){u.required||u.optional&&this._combineFlagAndOptionalValue?this.emit("option:".concat(u.name()),s.slice(2)):(this.emit("option:".concat(u.name())),i.unshift("-".concat(s.slice(2))));continue}}if(/^--[^=]+=/.test(s)){var l=s.indexOf("="),f=this._findOption(s.slice(0,l));if(f&&(f.required||f.optional)){this.emit("option:".concat(f.name()),s.slice(l+1));continue}}if(a(s)&&(n=r),(this._enablePositionalOptions||this._passThroughOptions)&&0===t.length&&0===r.length){if(this._findCommand(s)){t.push(s),0<i.length&&r.push.apply(r,_toConsumableArray(i));break}if(s===this._helpCommandName&&this._hasImplicitHelpCommand()){t.push(s),0<i.length&&t.push.apply(t,_toConsumableArray(i));break}if(this._defaultCommandName){r.push(s),0<i.length&&r.push.apply(r,_toConsumableArray(i));break}}if(this._passThroughOptions){n.push(s),0<i.length&&n.push.apply(n,_toConsumableArray(i));break}n.push(s)}}return{operands:t,unknown:r}}},{key:"opts",value:function(){if(this._storeOptionsAsProperties){for(var e={},t=this.options.length,r=0;r<t;r++){var n=this.options[r].attributeName();e[n]=n===this._versionOptionName?this._version:this[n]}return e}return this._optionValues}},{key:"optsWithGlobals",value:function(){return y(this).reduce(function(e,t){return Object.assign(e,t.opts())},{})}},{key:"error",value:function(e,t){this._outputConfiguration.outputError("".concat(e,"\n"),this._outputConfiguration.writeErr),"string"==typeof this._showHelpAfterError?this._outputConfiguration.writeErr("".concat(this._showHelpAfterError,"\n")):this._showHelpAfterError&&(this._outputConfiguration.writeErr("\n"),this.outputHelp({error:!0}));var t=t||{},r=t.exitCode||1;this._exit(r,t.code||"commander.error",e)}},{key:"_parseOptionsEnv",value:function(){var r=this;this.options.forEach(function(e){var t;e.envVar&&e.envVar in d.env&&(t=e.attributeName(),void 0!==r.getOptionValue(t)&&!["default","config","env"].includes(r.getOptionValueSource(t))||(e.required||e.optional?r.emit("optionEnv:".concat(e.name()),d.env[e.envVar]):r.emit("optionEnv:".concat(e.name()))))})}},{key:"_parseOptionsImplied",value:function(){function r(e){return void 0!==n.getOptionValue(e)&&!["default","implied"].includes(n.getOptionValueSource(e))}var n=this,t=new u(this.options);this.options.filter(function(e){return void 0!==e.implied&&r(e.attributeName())&&t.valueFromOption(n.getOptionValue(e.attributeName()),e)}).forEach(function(t){Object.keys(t.implied).filter(function(e){return!r(e)}).forEach(function(e){n.setOptionValueWithSource(e,t.implied[e],"implied")})})}},{key:"missingArgument",value:function(e){e="error: missing required argument '".concat(e,"'");this.error(e,{code:"commander.missingArgument"})}},{key:"optionMissingArgument",value:function(e){e="error: option '".concat(e.flags,"' argument missing");this.error(e,{code:"commander.optionMissingArgument"})}},{key:"missingMandatoryOptionValue",value:function(e){e="error: required option '".concat(e.flags,"' not specified");this.error(e,{code:"commander.missingMandatoryOptionValue"})}},{key:"_conflictingOption",value:function(e,t){function r(e){t=(e=e).attributeName(),n=a.getOptionValue(t),i=a.options.find(function(e){return e.negate&&t===e.attributeName()}),r=a.options.find(function(e){return!e.negate&&t===e.attributeName()});var t,r,n=i&&(void 0===i.presetArg&&!1===n||void 0!==i.presetArg&&n===i.presetArg)?i:r||e,i=n.attributeName();return"env"===a.getOptionValueSource(i)?"environment variable '".concat(n.envVar,"'"):"option '".concat(n.flags,"'")}var a=this,e="error: ".concat(r(e)," cannot be used with ").concat(r(t));this.error(e,{code:"commander.conflictingOption"})}},{key:"unknownOption",value:function(e){if(!this._allowUnknownOption){var t="";if(e.startsWith("--")&&this._showSuggestionAfterError){var r=[],n=this;do{var i=n.createHelp().visibleOptions(n).filter(function(e){return e.long}).map(function(e){return e.long}),r=r.concat(i),n=n.parent}while(n&&!n._enablePositionalOptions);t=g(e,r)}e="error: unknown option '".concat(e,"'").concat(t);this.error(e,{code:"commander.unknownOption"})}}},{key:"_excessArguments",value:function(e){var t,r;this._allowExcessArguments||(t=1===(r=this._args.length)?"":"s",r="error: too many arguments".concat(this.parent?" for '".concat(this.name(),"'"):"",". Expected ").concat(r," argument").concat(t," but got ").concat(e.length,"."),this.error(r,{code:"commander.excessArguments"}))}},{key:"unknownCommand",value:function(){var t,e=this.args[0],r="",e=(this._showSuggestionAfterError&&(t=[],this.createHelp().visibleCommands(this).forEach(function(e){t.push(e.name()),e.alias()&&t.push(e.alias())}),r=g(e,t)),"error: unknown command '".concat(e,"'").concat(r));this.error(e,{code:"commander.unknownCommand"})}},{key:"version",value:function(e,t,r){var n=this;if(void 0===e)return this._version;this._version=e;t=this.createOption(t=t||"-V, --version",r=r||"output the version number");return this._versionOptionName=t.attributeName(),this.options.push(t),this.on("option:"+t.name(),function(){n._outputConfiguration.writeOut("".concat(e,"\n")),n._exit(0,"commander.version",e)}),this}},{key:"description",value:function(e,t){return void 0===e&&void 0===t?this._description:(this._description=e,t&&(this._argsDescription=t),this)}},{key:"summary",value:function(e){return void 0===e?this._summary:(this._summary=e,this)}},{key:"alias",value:function(e){if(void 0===e)return this._aliases[0];var t=this;if(e===(t=0!==this.commands.length&&this.commands[this.commands.length-1]._executableHandler?this.commands[this.commands.length-1]:t)._name)throw new Error("Command alias can't be the same as its name");return t._aliases.push(e),this}},{key:"aliases",value:function(e){var t=this;return void 0===e?this._aliases:(e.forEach(function(e){return t.alias(e)}),this)}},{key:"usage",value:function(e){var t;return void 0===e?this._usage||(t=this._args.map(function(e){return a(e)}),[].concat(this.options.length||this._hasHelpOption?"[options]":[],this.commands.length?"[command]":[],this._args.length?t:[]).join(" ")):(this._usage=e,this)}},{key:"name",value:function(e){return void 0===e?this._name:(this._name=e,this)}},{key:"nameFromFilename",value:function(e){return this._name=f.basename(e,f.extname(e)),this}},{key:"executableDir",value:function(e){return void 0===e?this._executableDir:(this._executableDir=e,this)}},{key:"helpInformation",value:function(e){var t=this.createHelp();return void 0===t.helpWidth&&(t.helpWidth=e&&e.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()),t.formatHelp(this,t)}},{key:"_getHelpContext",value:function(e){var t=this,r={error:!!(e=e||{}).error},n=r.error?function(e){return t._outputConfiguration.writeErr(e)}:function(e){return t._outputConfiguration.writeOut(e)};return r.write=e.write||n,r.command=this,r}},{key:"outputHelp",value:function(e){"function"==typeof e&&(t=e,e=void 0);var t,r=this._getHelpContext(e),e=(y(this).reverse().forEach(function(e){return e.emit("beforeAllHelp",r)}),this.emit("beforeHelp",r),this.helpInformation(r));if(t&&"string"!=typeof(e=t(e))&&!Buffer.isBuffer(e))throw new Error("outputHelp callback must return a string or a Buffer");r.write(e),this.emit(this._helpLongFlag),this.emit("afterHelp",r),y(this).forEach(function(e){return e.emit("afterAllHelp",r)})}},{key:"helpOption",value:function(e,t){return"boolean"==typeof e?this._hasHelpOption=e:(this._helpFlags=e||this._helpFlags,this._helpDescription=t||this._helpDescription,e=c(this._helpFlags),this._helpShortFlag=e.shortFlag,this._helpLongFlag=e.longFlag),this}},{key:"help",value:function(e){this.outputHelp(e);var t=d.exitCode||0;0===t&&e&&"function"!=typeof e&&e.error&&(t=1),this._exit(t,"commander.help","(outputHelp)")}},{key:"addHelpText",value:function(e,r){var t=["beforeAll","before","after","afterAll"];if(t.includes(e))return e="".concat(e,"Help"),this.on(e,function(e){var t="function"==typeof r?r({error:e.error,command:e.command}):r;t&&e.write("".concat(t,"\n"))}),this;throw new Error("Unexpected value for position to addHelpText.\nExpecting one of '".concat(t.join("', '"),"'"))}}]));function m(e){var t;return _classCallCheck(this,m),(t=_callSuper(this,m)).commands=[],t.options=[],t.parent=null,t._allowUnknownOption=!1,t._allowExcessArguments=!0,t._args=[],t.args=[],t.rawArgs=[],t.processedArgs=[],t._scriptPath=null,t._name=e||"",t._optionValues={},t._optionValueSources={},t._storeOptionsAsProperties=!1,t._actionHandler=null,t._executableHandler=!1,t._executableFile=null,t._executableDir=null,t._defaultCommandName=null,t._exitCallback=null,t._aliases=[],t._combineFlagAndOptionalValue=!0,t._description="",t._summary="",t._argsDescription=void 0,t._enablePositionalOptions=!1,t._passThroughOptions=!1,t._lifeCycleHooks={},t._showHelpAfterError=!1,t._showSuggestionAfterError=!0,t._outputConfiguration={writeOut:function(e){return d.stdout.write(e)},writeErr:function(e){return d.stderr.write(e)},getOutHelpWidth:function(){return d.stdout.isTTY?d.stdout.columns:void 0},getErrHelpWidth:function(){return d.stderr.isTTY?d.stderr.columns:void 0},outputError:function(e,t){return t(e)}},t._hidden=!1,t._hasHelpOption=!0,t._helpFlags="-h, --help",t._helpDescription="display help for command",t._helpShortFlag="-h",t._helpLongFlag="--help",t._addImplicitHelpCommand=void 0,t._helpCommandName="help",t._helpCommandnameAndArgs="help [command]",t._helpCommandDescription="display help for command",t._helpConfiguration={},t}function _(t,e){t._hasHelpOption&&e.find(function(e){return e===t._helpLongFlag||e===t._helpShortFlag})&&(t.outputHelp(),t._exit(0,"commander.helpDisplayed","(outputHelp)"))}function v(e){return e.map(function(e){var t,r,n,i;return e.startsWith("--inspect")&&(r="127.0.0.1",n="9229",null!==(i=e.match(/^(--inspect(-brk)?)$/))?t=i[1]:null!==(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))?(t=i[1],/^\d+$/.test(i[3])?n=i[3]:r=i[3]):null!==(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))&&(t=i[1],r=i[3],n=i[4]),t)&&"0"!==n?"".concat(t,"=").concat(r,":").concat(parseInt(n)+1):e})}function y(e){for(var t=[],r=e;r;r=r.parent)t.push(r);return t}e.Command=n}),M=t(function(e,t){var r=w().Argument,n=G().Command,i=b(),a=i.CommanderError,i=i.InvalidArgumentError,o=k().Help,s=S().Option;((e=t.exports=new n).program=e).Argument=r,e.Command=n,e.CommanderError=a,e.Help=o,e.InvalidArgumentError=i,e.InvalidOptionArgumentError=i,e.Option=s}),B=t(function(e,t){"u"<("undefined"==typeof process?"undefined":_typeof(process))||!process.version||0===process.version.indexOf("v0.")||0===process.version.indexOf("v1.")&&0!==process.version.indexOf("v1.8.")?t.exports={nextTick:function(e,t,r,n){if("function"!=typeof e)throw new TypeError('"callback" argument must be a function');var i,a,o=arguments.length;switch(o){case 0:case 1:return process.nextTick(e);case 2:return process.nextTick(function(){e.call(null,t)});case 3:return process.nextTick(function(){e.call(null,t,r)});case 4:return process.nextTick(function(){e.call(null,t,r,n)});default:for(i=new Array(o-1),a=0;a<i.length;)i[a++]=arguments[a];return process.nextTick(function(){e.apply(null,i)})}}}:t.exports=process}),U=t(function(e,t){var r={}.toString;t.exports=Array.isArray||function(e){return"[object Array]"==r.call(e)}}),I=t(function(e,t){t.exports=require("stream")}),P=t(function(e,t){var r=require("buffer"),n=r.Buffer;function i(e,t){for(var r in e)t[r]=e[r]}function a(e,t,r){return n(e,t,r)}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?t.exports=r:(i(r,e),e.Buffer=a),i(n,a),a.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return n(e,t,r)},a.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");e=n(e);return void 0!==t?"string"==typeof r?e.fill(t,r):e.fill(t):e.fill(0),e},a.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}}),F=t(function(e){function t(e){return Object.prototype.toString.call(e)}e.isArray=function(e){return Array.isArray?Array.isArray(e):"[object Array]"===t(e)},e.isBoolean=function(e){return"boolean"==typeof e},e.isNull=function(e){return null===e},e.isNullOrUndefined=function(e){return null==e},e.isNumber=function(e){return"number"==typeof e},e.isString=function(e){return"string"==typeof e},e.isSymbol=function(e){return"symbol"==_typeof(e)},e.isUndefined=function(e){return void 0===e},e.isRegExp=function(e){return"[object RegExp]"===t(e)},e.isObject=function(e){return"object"==_typeof(e)&&null!==e},e.isDate=function(e){return"[object Date]"===t(e)},e.isError=function(e){return"[object Error]"===t(e)||e instanceof Error},e.isFunction=function(e){return"function"==typeof e},e.isPrimitive=function(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==_typeof(e)||"u"<_typeof(e)},e.isBuffer=require("buffer").Buffer.isBuffer}),q=t(function(e,t){"function"==typeof Object.create?t.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:t.exports=function(e,t){var r;t&&(e.super_=t,(r=function(){}).prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e)}}),R=t(function(e,t){try{if("function"!=typeof(r=require("util")).inherits)throw"";t.exports=r.inherits}catch(e){t.exports=q()}var r}),V=t(function(e,t){var o=P().Buffer,r=require("util");function n(){if(!(this instanceof n))throw new TypeError("Cannot call a class as a function");this.head=null,this.tail=null,this.length=0}t.exports=(n.prototype.push=function(e){e={data:e,next:null};0<this.length?this.tail.next=e:this.head=e,this.tail=e,++this.length},n.prototype.unshift=function(e){e={data:e,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length},n.prototype.shift=function(){var e;if(0!==this.length)return e=this.head.data,1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e},n.prototype.clear=function(){this.head=this.tail=null,this.length=0},n.prototype.join=function(e){if(0===this.length)return"";for(var t=this.head,r=""+t.data;t=t.next;)r+=e+t.data;return r},n.prototype.concat=function(e){if(0===this.length)return o.alloc(0);for(var t,r,n=o.allocUnsafe(e>>>0),i=this.head,a=0;i;)t=i.data,r=a,t.copy(n,r),a+=i.data.length,i=i.next;return n},n),r&&r.inspect&&r.inspect.custom&&(t.exports.prototype[r.inspect.custom]=function(){var e=r.inspect({length:this.length});return this.constructor.name+" "+e})}),j=t(function(e,t){var a=B();function o(e,t){e.emit("error",t)}t.exports={destroy:function(e,t){var r=this,n=this._readableState&&this._readableState.destroyed,i=this._writableState&&this._writableState.destroyed;return n||i?t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,a.nextTick(o,this,e)):a.nextTick(o,this,e)):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,function(e){!t&&e?r._writableState?r._writableState.errorEmitted||(r._writableState.errorEmitted=!0,a.nextTick(o,r,e)):a.nextTick(o,r,e):t&&t(e)})),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)}}}),Z=t(function(e,t){t.exports=require("util").deprecate}),h=t(function(e,t){var d=B();function f(a){var o=this;this.next=null,this.entry=null,this.finish=function(){var e=o,t=a,r=void 0,n=e.entry;for(e.entry=null;n;){var i=n.callback;t.pendingcb--,i(r),n=n.next}t.corkedRequestsFree.next=e}}t.exports=c;var a,h=!process.browser&&-1<["v0.10","v0.9."].indexOf(process.version.slice(0,5))?setImmediate:d.nextTick,t=(c.WritableState=s,Object.create(F())),r=(t.inherits=R(),{deprecate:Z()}),n=I(),p=P().Buffer,g=(("undefined"==typeof global?"undefined":_typeof(global))<"u"?global:("undefined"==typeof window?"undefined":_typeof(window))<"u"?window:("undefined"==typeof self?"undefined":_typeof(self))<"u"?self:{}).Uint8Array||function(){};var i,o=j();function m(){}function s(e,l){a=a||L(),e=e||{};var t=l instanceof a,r=(this.objectMode=!!e.objectMode,t&&(this.objectMode=this.objectMode||!!e.writableObjectMode),e.highWaterMark),n=e.writableHighWaterMark,i=this.objectMode?16:16384,r=(this.highWaterMark=r||0===r?r:t&&(n||0===n)?n:i,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,(this.destroyed=!1)===e.decodeStrings);this.decodeStrings=!r,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){e=e,r=(t=l)._writableState,n=r.sync,i=r.writecb;var t,r,n,i,a=r;{var o,s,c,u;(a.writing=!1,a.writecb=null,a.length-=a.writelen,a.writelen=0,e)?(a=t,s=n,c=e,u=i,--(o=r).pendingcb,s?(d.nextTick(u,c),d.nextTick(w,a,o),a._writableState.errorEmitted=!0,a.emit("error",c)):(u(c),a._writableState.errorEmitted=!0,a.emit("error",c),w(a,o))):((e=b(r))||r.corked||r.bufferProcessing||!r.bufferedRequest||y(t,r),n?h(v,t,r,e,i):v(t,r,e,i))}},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new f(this)}t.inherits(c,n),s.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t};try{Object.defineProperty(s.prototype,"buffer",{get:r.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}function c(e){if(a=a||L(),!(i.call(c,this)||this instanceof a))return new c(e);this._writableState=new s(e,this),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),n.call(this)}function _(e,t,r,n,i,a,o){t.writelen=n,t.writecb=o,t.writing=!0,t.sync=!0,r?e._writev(i,t.onwrite):e._write(i,a,t.onwrite),t.sync=!1}function v(e,t,r,n){var i;r||(r=e,0===(i=t).length&&i.needDrain&&(i.needDrain=!1,r.emit("drain"))),t.pendingcb--,n(),w(e,t)}function y(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var n=t.bufferedRequestCount,i=new Array(n),n=t.corkedRequestsFree;n.entry=r;for(var a=0,o=!0;r;)(i[a]=r).isBuf||(o=!1),r=r.next,a+=1;i.allBuffers=o,_(e,t,!0,t.length,i,"",n.finish),t.pendingcb++,t.lastBufferedRequest=null,n.next?(t.corkedRequestsFree=n.next,n.next=null):t.corkedRequestsFree=new f(t),t.bufferedRequestCount=0}else{for(;r;){var s=r.chunk,c=r.encoding,u=r.callback;if(_(e,t,!1,t.objectMode?1:s.length,s,c,u),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function b(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function u(t,r){t._final(function(e){r.pendingcb--,e&&t.emit("error",e),r.prefinished=!0,t.emit("prefinish"),w(t,r)})}function w(e,t){var r,n,i=b(t);return i&&(r=e,(n=t).prefinished||n.finalCalled||("function"==typeof r._final?(n.pendingcb++,n.finalCalled=!0,d.nextTick(u,r,n)):(n.prefinished=!0,r.emit("prefinish"))),0===t.pendingcb)&&(t.finished=!0,e.emit("finish")),i}"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(i=Function.prototype[Symbol.hasInstance],Object.defineProperty(c,Symbol.hasInstance,{value:function(e){return!!i.call(this,e)||this===c&&e&&e._writableState instanceof s}})):i=function(e){return e instanceof this},c.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},c.prototype.write=function(e,t,r){var n,i,a,o,s,c,u,l=this._writableState,f=!1,h=!l.objectMode&&(h=e,p.isBuffer(h)||h instanceof g);return h&&!p.isBuffer(e)&&(u=e,e=p.from(u)),"function"==typeof t&&(r=t,t=null),t=h?"buffer":t||l.defaultEncoding,"function"!=typeof r&&(r=m),l.ended?(u=this,s=r,c=new Error("write after end"),u.emit("error",c),d.nextTick(s,c)):(h||(s=this,c=l,i=r,o=!(a=!0),null===(n=e)?o=new TypeError("May not write null values to stream"):"string"==typeof n||void 0===n||c.objectMode||(o=new TypeError("Invalid non-string/buffer chunk")),o&&(s.emit("error",o),d.nextTick(i,o),a=!1),a))&&(l.pendingcb++,f=((e,t,r,n,i,a)=>{r||(s=((e,t,r)=>t=e.objectMode||!1===e.decodeStrings||"string"!=typeof t?t:p.from(t,r))(t,n,i),n!==s&&(r=!0,i="buffer",n=s));var o,s=t.objectMode?1:n.length,c=(t.length+=s,t.length<t.highWaterMark);return c||(t.needDrain=!0),t.writing||t.corked?(o=t.lastBufferedRequest,t.lastBufferedRequest={chunk:n,encoding:i,isBuf:r,callback:a,next:null},o?o.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1):_(e,t,!1,s,n,i,a),c})(this,l,h,e,t,r)),f},c.prototype.cork=function(){this._writableState.corked++},c.prototype.uncork=function(){var e=this._writableState;!e.corked||(e.corked--,e.writing)||e.corked||e.bufferProcessing||!e.bufferedRequest||y(this,e)},c.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),-1<["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase()))return this._writableState.defaultEncoding=e,this;throw new TypeError("Unknown encoding: "+e)},Object.defineProperty(c.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),c.prototype._write=function(e,t,r){r(new Error("_write() is not implemented"))},c.prototype._writev=null,c.prototype.end=function(e,t,r){var n=this._writableState;"function"==typeof e?(r=e,t=e=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),n.corked&&(n.corked=1,this.uncork()),n.ending||(e=this,t=r,(r=n).ending=!0,w(e,r),t&&(r.finished?d.nextTick(t):e.once("finish",t)),r.ended=!0,e.writable=!1)},Object.defineProperty(c.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),c.prototype.destroy=o.destroy,c.prototype._undestroy=o.undestroy,c.prototype._destroy=function(e,t){this.end(),t(e)}}),L=t(function(e,t){var r,n,i,a=B(),o=Object.keys||function(e){var t,r=[];for(t in e)r.push(t);return r},t=(t.exports=u,Object.create(F())),s=(t.inherits=R(),d()),c=h();for(t.inherits(u,s),r=o(c.prototype),i=0;i<r.length;i++)n=r[i],u.prototype[n]||(u.prototype[n]=c.prototype[n]);function u(e){if(!(this instanceof u))return new u(e);s.call(this,e),c.call(this,e),e&&!1===e.readable&&(this.readable=!1),e&&!1===e.writable&&(this.writable=!1),this.allowHalfOpen=!0,e&&!1===e.allowHalfOpen&&(this.allowHalfOpen=!1),this.once("end",l)}function l(){this.allowHalfOpen||this._writableState.ended||a.nextTick(f,this)}function f(e){e.end()}Object.defineProperty(u.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(u.prototype,"destroyed",{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)}}),u.prototype._destroy=function(e,t){this.push(null),this.end(),a.nextTick(t,e)}}),N=t(function(e){var r=P().Buffer,n=r.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 i(e){var t=(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||r.isEncoding!==n&&n(e))return t||e;throw new Error("Unknown encoding: "+e)}function t(e){var t;switch(this.encoding=i(e),this.encoding){case"utf16le":this.text=s,this.end=c,t=4;break;case"utf8":this.fillLast=o,t=4;break;case"base64":this.text=u,this.end=l,t=3;break;default:return this.write=f,void(this.end=h)}this.lastNeed=0,this.lastTotal=0,this.lastChar=r.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 o(e){var t,r=this.lastTotal-this.lastNeed,n=(t=this,128!=(192&(n=e)[0])?(t.lastNeed=0,"�"):1<t.lastNeed&&1<n.length?128!=(192&n[1])?(t.lastNeed=1,"�"):2<t.lastNeed&&2<n.length&&128!=(192&n[2])?(t.lastNeed=2,"�"):void 0:void 0);return void 0!==n?n:this.lastNeed<=e.length?(e.copy(this.lastChar,r,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,r,0,e.length),void(this.lastNeed-=e.length))}function s(e,t){if((e.length-t)%2!=0)return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1);t=e.toString("utf16le",t);if(t){var r=t.charCodeAt(t.length-1);if(55296<=r&&r<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],t.slice(0,-1)}return t}function c(e){var t,e=e&&e.length?this.write(e):"";return this.lastNeed?(t=this.lastTotal-this.lastNeed,e+this.lastChar.toString("utf16le",0,t)):e}function u(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 l(e){e=e&&e.length?this.write(e):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function f(e){return e.toString(this.encoding)}function h(e){return e&&e.length?this.write(e):""}(e.StringDecoder=t).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||""},t.prototype.end=function(e){e=e&&e.length?this.write(e):"";return this.lastNeed?e+"�":e},t.prototype.text=function(e,t){var r=((e,t,r)=>{var n,i=t.length-1;return i<r?0:0<=(n=a(t[i]))?(0<n&&(e.lastNeed=n-1),n):--i<r||-2===n?0:0<=(n=a(t[i]))?(0<n&&(e.lastNeed=n-2),n):!(--i<r||-2===n)&&0<=(n=a(t[i]))?(0<n&&(2===n?n=0:e.lastNeed=n-3),n):0})(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=r;r=e.length-(r-this.lastNeed);return e.copy(this.lastChar,0,r),e.toString("utf8",t,r)},t.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}}),d=t(function(e,t){function g(e,t){return e.listeners(t).length}var a,m=B(),_=(t.exports=u,U()),r=(u.ReadableState=i,require("events").EventEmitter,I()),f=P().Buffer,h=(("undefined"==typeof global?"undefined":_typeof(global))<"u"?global:("undefined"==typeof window?"undefined":_typeof(window))<"u"?window:("undefined"==typeof self?"undefined":_typeof(self))<"u"?self:{}).Uint8Array||function(){};var o,t=Object.create(F()),n=(t.inherits=R(),require("util")),v=void 0,v=n&&n.debuglog?n.debuglog("stream"):function(){},s=V(),n=j(),c=(t.inherits(u,r),["error","close","destroy","pause","resume"]);function i(e,t){e=e||{};var t=t instanceof(a=a||L()),r=(this.objectMode=!!e.objectMode,t&&(this.objectMode=this.objectMode||!!e.readableObjectMode),e.highWaterMark),n=e.readableHighWaterMark,i=this.objectMode?16:16384;this.highWaterMark=r||0===r?r:t&&(n||0===n)?n:i,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new s,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(o=o||N().StringDecoder,this.decoder=new o(e.encoding),this.encoding=e.encoding)}function u(e){if(a=a||L(),!(this instanceof u))return new u(e);this._readableState=new i(e,this),this.readable=!0,e&&("function"==typeof e.read&&(this._read=e.read),"function"==typeof e.destroy)&&(this._destroy=e.destroy),r.call(this)}function l(e,t,r,n,i){var a,o,s,c,u,l=e._readableState;return null===t?(l.reading=!1,o=e,(c=l).ended||(c.decoder&&(s=c.decoder.end())&&s.length&&(c.buffer.push(s),c.length+=c.objectMode?1:s.length),c.ended=!0,b(o))):(i||(s=l,a=u=(e=>f.isBuffer(e)||e instanceof h)(c=t)||"string"==typeof c||void 0===c||s.objectMode?u:new TypeError("Invalid non-string/buffer chunk")),a?e.emit("error",a):l.objectMode||t&&0<t.length?("string"==typeof t||l.objectMode||Object.getPrototypeOf(t)===f.prototype||(o=t,t=f.from(o)),n?l.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):d(e,l,t,!0):l.ended?e.emit("error",new Error("stream.push() after EOF")):(l.reading=!1,!l.decoder||r||(t=l.decoder.write(t),l.objectMode)||0!==t.length?d(e,l,t,!1):k(e,l))):n||(l.reading=!1)),!(i=l).ended&&(i.needReadable||i.length<i.highWaterMark||0===i.length)}function d(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(e.emit("data",r),e.read(0)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&b(e)),k(e,t)}Object.defineProperty(u.prototype,"destroyed",{get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),u.prototype.destroy=n.destroy,u.prototype._undestroy=n.undestroy,u.prototype._destroy=function(e,t){this.push(null),t(e)},u.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=f.from(e,t),t=""),r=!0),l(this,e,t,!1,r)},u.prototype.unshift=function(e){return l(this,e,null,!0,!1)},u.prototype.isPaused=function(){return!1===this._readableState.flowing},u.prototype.setEncoding=function(e){return o=o||N().StringDecoder,this._readableState.decoder=new o(e),this._readableState.encoding=e,this};var p=8388608;function y(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?(t.flowing&&t.length?t.buffer.head.data:t).length:(e>t.highWaterMark&&(t.highWaterMark=(p<=(r=e)?r=p:(r--,r=(r=(r=(r=(r|=r>>>1)|r>>>2)|r>>>4)|r>>>8)|r>>>16,r++),r)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0));var r}function b(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(v("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?m.nextTick(w,e):w(e))}function w(e){v("emit readable"),e.emit("readable"),A(e)}function k(e,t){t.readingMore||(t.readingMore=!0,m.nextTick(S,e,t))}function S(e,t){for(var r=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length<t.highWaterMark&&(v("maybeReadMore read 0"),e.read(0),r!==t.length);)r=t.length;t.readingMore=!1}function C(e){v("readable nexttick read 0"),e.read(0)}function E(e,t){t.reading||(v("resume read 0"),e.read(0)),t.resumeScheduled=!1,t.awaitDrain=0,e.emit("resume"),A(e),t.flowing&&!t.reading&&e.read(0)}function A(e){var t=e._readableState;for(v("flow",t.flowing);t.flowing&&null!==e.read(););}function x(e,t){var r,n,i;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.head.data:t.buffer.concat(t.length),t.buffer.clear()):(e=e,n=t.buffer,t=t.decoder,e<n.head.data.length?(i=n.head.data.slice(0,e),n.head.data=n.head.data.slice(e)):i=e===n.head.data.length?n.shift():(t?(e,t)=>{var r=t.head,n=1,i=r.data;for(e-=i.length;r=r.next;){var a=r.data,o=e>a.length?a.length:e;if(i+=o===a.length?a:a.slice(0,e),0===(e-=o)){o===a.length?(++n,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r).data=a.slice(o);break}++n}return t.length-=n,i}:(e,t)=>{var r=f.allocUnsafe(e),n=t.head,i=1;for(n.data.copy(r),e-=n.data.length;n=n.next;){var a=n.data,o=e>a.length?a.length:e;if(a.copy(r,r.length-e,0,o),0===(e-=o)){o===a.length?(++i,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n).data=a.slice(o);break}++i}return t.length-=i,r})(e,n),r=i),r)}function D(e){var t=e._readableState;if(0<t.length)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,m.nextTick(O,t,e))}function O(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function T(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}u.prototype.read=function(e){v("read",e),e=parseInt(e,10);var t,r=this._readableState,n=e;return 0!==e&&(r.emittedReadable=!1),0===e&&r.needReadable&&(r.length>=r.highWaterMark||r.ended)?(v("read: emitReadable",r.length,r.ended),(0===r.length&&r.ended?D:b)(this),null):0===(e=y(e,r))&&r.ended?(0===r.length&&D(this),null):(t=r.needReadable,v("need readable",t),(0===r.length||r.length-e<r.highWaterMark)&&v("length less than watermark",t=!0),r.ended||r.reading?v("reading or ended",t=!1):t&&(v("do read"),r.reading=!0,r.sync=!0,0===r.length&&(r.needReadable=!0),this._read(r.highWaterMark),r.sync=!1,r.reading||(e=y(n,r))),null===(t=0<e?x(e,r):null)?(r.needReadable=!0,e=0):r.length-=e,0===r.length&&(r.ended||(r.needReadable=!0),n!==e)&&r.ended&&D(this),null!==t&&this.emit("data",t),t)},u.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},u.prototype.pipe=function(r,e){var n=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=r;break;case 1:i.pipes=[i.pipes,r];break;default:i.pipes.push(r)}i.pipesCount+=1,v("pipe count=%d opts=%j",i.pipesCount,e);e=(!e||!1!==e.end)&&r!==process.stdout&&r!==process.stderr?o:p;function a(e,t){v("onunpipe"),e===n&&t&&!1===t.hasUnpiped&&(t.hasUnpiped=!0,v("cleanup"),r.removeListener("close",h),r.removeListener("finish",d),r.removeListener("drain",s),r.removeListener("error",f),r.removeListener("unpipe",a),n.removeListener("end",o),n.removeListener("end",p),n.removeListener("data",l),c=!0,!i.awaitDrain||r._writableState&&!r._writableState.needDrain||s())}function o(){v("onend"),r.end()}i.endEmitted?m.nextTick(e):n.once("end",e),r.on("unpipe",a);t=n;var t,s=function(){var e=t._readableState;v("pipeOnDrain",e.awaitDrain),e.awaitDrain&&e.awaitDrain--,0===e.awaitDrain&&g(t,"data")&&(e.flowing=!0,A(t))},c=(r.on("drain",s),!1);var u=!1;function l(e){v("ondata"),(u=!1)!==r.write(e)||u||((1===i.pipesCount&&i.pipes===r||1<i.pipesCount&&-1!==T(i.pipes,r))&&!c&&(v("false write response, pause",i.awaitDrain),i.awaitDrain++,u=!0),n.pause())}function f(e){v("onerror",e),p(),r.removeListener("error",f),0===g(r,"error")&&r.emit("error",e)}function h(){r.removeListener("finish",d),p()}function d(){v("onfinish"),r.removeListener("close",h),p()}function p(){v("unpipe"),n.unpipe(r)}return n.on("data",l),((e,t,r)=>{if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?_(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)})(r,"error",f),r.once("close",h),r.once("finish",d),r.emit("pipe",n),i.flowing||(v("pipe resume"),n.resume()),r},u.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0!==t.pipesCount)if(1===t.pipesCount)e&&e!==t.pipes||(e=e||t.pipes,t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r));else if(e){var n=T(t.pipes,e);-1!==n&&(t.pipes.splice(n,1),--t.pipesCount,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r))}else{var i=t.pipes,a=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o<a;o++)i[o].emit("unpipe",this,{hasUnpiped:!1})}return this},u.prototype.addListener=u.prototype.on=function(e,t){t=r.prototype.on.call(this,e,t);return"data"===e?!1!==this._readableState.flowing&&this.resume():"readable"!==e||(e=this._readableState).endEmitted||e.readableListening||(e.readableListening=e.needReadable=!0,e.emittedReadable=!1,e.reading?e.length&&b(this):m.nextTick(C,this)),t},u.prototype.resume=function(){var e,t=this._readableState;return t.flowing||(v("resume"),t.flowing=!0,e=this,(t=t).resumeScheduled||(t.resumeScheduled=!0,m.nextTick(E,e,t))),this},u.prototype.pause=function(){return v("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(v("pause"),this._readableState.flowing=!1,this.emit("pause")),this},u.prototype.wrap=function(t){var e,r=this,n=this._readableState,i=!1;for(e in t.on("end",function(){var e;v("wrapped end"),n.decoder&&!n.ended&&(e=n.decoder.end())&&e.length&&r.push(e),r.push(null)}),t.on("data",function(e){v("wrapped data"),n.decoder&&(e=n.decoder.write(e)),n.objectMode&&null==e||!(n.objectMode||e&&e.length)||r.push(e)||(i=!0,t.pause())}),t)void 0===this[e]&&"function"==typeof t[e]&&(this[e]=(e=>function(){return t[e].apply(t,arguments)})(e));for(var a=0;a<c.length;a++)t.on(c[a],this.emit.bind(this,c[a]));return this._read=function(e){v("wrapped _read",e),i&&(i=!1,t.resume())},this},Object.defineProperty(u.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),u._fromList=x}),a=t(function(e,t){t.exports=r;var n=L(),t=Object.create(F());function r(e){if(!(this instanceof r))return new r(e);n.call(this,e),this._transformState={afterTransform:function(e,t){var r=this._transformState,n=(r.transforming=!1,r.writecb);if(!n)return this.emit("error",new Error("write callback called multiple times"));r.writechunk=null,(r.writecb=null)!=t&&this.push(t),n(e),(r=this._readableState).reading=!1,(r.needReadable||r.length<r.highWaterMark)&&this._read(r.highWaterMark)}.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",i)}function i(){var r=this;"function"==typeof this._flush?this._flush(function(e,t){a(r,e,t)}):a(this,null,null)}function a(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new Error("Calling transform done when ws.length != 0");if(e._transformState.transforming)throw new Error("Calling transform done when still transforming");e.push(null)}t.inherits=R(),t.inherits(r,n),r.prototype.push=function(e,t){return this._transformState.needTransform=!1,n.prototype.push.call(this,e,t)},r.prototype._transform=function(e,t,r){throw new Error("_transform() is not implemented")},r.prototype._write=function(e,t,r){var n=this._transformState;n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming&&(r=this._readableState,n.needTransform||r.needReadable||r.length<r.highWaterMark)&&this._read(r.highWaterMark)},r.prototype._read=function(e){var t=this._transformState;null!==t.writechunk&&t.writecb&&!t.transforming?(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform)):t.needTransform=!0},r.prototype._destroy=function(e,t){var r=this;n.prototype._destroy.call(this,e,function(e){t(e),r.emit("close")})}}),K=t(function(e,t){t.exports=n;var r=a(),t=Object.create(F());function n(e){if(!(this instanceof n))return new n(e);r.call(this,e)}t.inherits=R(),t.inherits(n,r),n.prototype._transform=function(e,t,r){r(null,e)}}),o=t(function(e,t){var r=require("stream");"disable"===process.env.READABLE_STREAM&&r?(t.exports=r,(e=t.exports=r.Readable).Readable=r.Readable,e.Writable=r.Writable,e.Duplex=r.Duplex,e.Transform=r.Transform,e.PassThrough=r.PassThrough,e.Stream=r):((e=t.exports=d()).Stream=r||e,(e.Readable=e).Writable=h(),e.Duplex=L(),e.Transform=a(),e.PassThrough=K())}),p=t(function(t){if(t.base64=!0,t.array=!0,t.string=!0,t.arraybuffer=("undefined"==typeof ArrayBuffer?"undefined":_typeof(ArrayBuffer))<"u"&&("undefined"==typeof Uint8Array?"undefined":_typeof(Uint8Array))<"u",t.nodebuffer=("undefined"==typeof Buffer?"undefined":_typeof(Buffer))<"u",t.uint8array=("undefined"==typeof Uint8Array?"undefined":_typeof(Uint8Array))<"u","u"<("undefined"==typeof ArrayBuffer?"undefined":_typeof(ArrayBuffer)))t.blob=!1;else{r=new ArrayBuffer(0);try{t.blob=0===new Blob([r],{type:"application/zip"}).size}catch(e){try{(n=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder)).append(r),t.blob=0===n.getBlob("application/zip").size}catch(e){t.blob=!1}}}var r,n;try{t.nodestream=!!o().Readable}catch(e){t.nodestream=!1}}),g=t(function(e){var f=C(),h=p(),d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";e.encode=function(e){for(var t,r,n,i,a,o,s=[],c=0,u=e.length,l="string"!==f.getTypeOf(e);c<e.length;)o=u-c,n=l?(t=e[c++],r=c<u?e[c++]:0,c<u?e[c++]:0):(t=e.charCodeAt(c++),r=c<u?e.charCodeAt(c++):0,c<u?e.charCodeAt(c++):0),i=(3&t)<<4|r>>4,a=1<o?(15&r)<<2|n>>6:64,o=2<o?63&n:64,s.push(d.charAt(t>>2)+d.charAt(i)+d.charAt(a)+d.charAt(o));return s.join("")},e.decode=function(e){var t,r,n,i,a,o,s=0,c=0;if("data:"===e.substr(0,"data:".length))throw new Error("Invalid base64 input, it looks like a data url.");var u,l=3*(e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"")).length/4;if(e.charAt(e.length-1)===d.charAt(64)&&l--,e.charAt(e.length-2)===d.charAt(64)&&l--,l%1!=0)throw new Error("Invalid base64 input, bad content length.");for(u=new(h.uint8array?Uint8Array:Array)(0|l);s<e.length;)n=d.indexOf(e.charAt(s++)),t=(15&(i=d.indexOf(e.charAt(s++))))<<4|(a=d.indexOf(e.charAt(s++)))>>2,r=(3&a)<<6|(o=d.indexOf(e.charAt(s++))),u[c++]=n<<2|i>>4,64!==a&&(u[c++]=t),64!==o&&(u[c++]=r);return u}}),y=t(function(e,t){t.exports={isNode:("undefined"==typeof Buffer?"undefined":_typeof(Buffer))<"u",newBufferFrom:function(e,t){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(e,t);if("number"==typeof e)throw new Error('The "data" argument must not be a number');return new Buffer(e,t)},allocBuffer:function(e){return Buffer.alloc?Buffer.alloc(e):((e=new Buffer(e)).fill(0),e)},isBuffer:function(e){return Buffer.isBuffer(e)},isStream:function(e){return e&&"function"==typeof e.on&&"function"==typeof e.pause&&"function"==typeof e.resume}}}),Y=t(function(e,t){t.exports="function"==typeof setImmediate?setImmediate:function(){var e=[].slice.apply(arguments);e.splice(1,0,0),setTimeout.apply(null,e)}}),X=t(function(e,t){var r,n,i,a,o=global.MutationObserver||global.WebKitMutationObserver,s=process.browser?o?(r=0,o=new o(u),n=global.document.createTextNode(""),o.observe(n,{characterData:!0}),function(){n.data=r=++r%2}):!global.setImmediate&&_typeof(global.MessageChannel)<"u"?((i=new global.MessageChannel).port1.onmessage=u,function(){i.port2.postMessage(0)}):"document"in global&&"onreadystatechange"in global.document.createElement("script")?function(){var e=global.document.createElement("script");e.onreadystatechange=function(){u(),e.onreadystatechange=null,e.parentNode.removeChild(e),e=null},global.document.documentElement.appendChild(e)}:function(){setTimeout(u,0)}:function(){process.nextTick(u)},c=[];function u(){a=!0;for(var e,t,r=c.length;r;){for(t=c,c=[],e=-1;++e<r;)t[e]();r=c.length}a=!1}t.exports=function(e){1!==c.push(e)||a||s()}}),$=t(function(e,t){var i=X();function c(){}var a,u={},o=["REJECTED"],s=["FULFILLED"],n=["PENDING"];function r(e){if("function"!=typeof e)throw new TypeError("resolver must be a function");this.state=n,this.queue=[],this.outcome=void 0,process.browser||(this.handled=a),e!==c&&d(this,e)}function l(e,t,r){this.promise=e,"function"==typeof t&&(this.onFulfilled=t,this.callFulfilled=this.otherCallFulfilled),"function"==typeof r&&(this.onRejected=r,this.callRejected=this.otherCallRejected)}function f(t,r,n){i(function(){var e;try{e=r(n)}catch(e){return u.reject(t,e)}e===t?u.reject(t,new TypeError("Cannot resolve promise with itself")):u.resolve(t,e)})}function h(e){var t=e&&e.then;if(e&&("object"==_typeof(e)||"function"==typeof e)&&"function"==typeof t)return function(){t.apply(e,arguments)}}function d(t,e){var r=!1;function n(e){r||(r=!0,u.reject(t,e))}function i(e){r||(r=!0,u.resolve(t,e))}var a=p(function(){e(i,n)});"error"===a.status&&n(a.value)}function p(e,t){var r={};try{r.value=e(t),r.status="success"}catch(e){r.status="error",r.value=e}return r}process.browser||(a=["UNHANDLED"]),(t.exports=r).prototype.finally=function(t){var r;return"function"!=typeof t?this:(r=this.constructor,this.then(function(e){return r.resolve(t()).then(function(){return e})},function(e){return r.resolve(t()).then(function(){throw e})}))},r.prototype.catch=function(e){return this.then(null,e)},r.prototype.then=function(e,t){var r;return"function"!=typeof e&&this.state===s||"function"!=typeof t&&this.state===o?this:(r=new this.constructor(c),process.browser||this.handled===a&&(this.handled=null),this.state!==n?f(r,this.state===s?e:t,this.outcome):this.queue.push(new l(r,e,t)),r)},l.prototype.callFulfilled=function(e){u.resolve(this.promise,e)},l.prototype.otherCallFulfilled=function(e){f(this.promise,this.onFulfilled,e)},l.prototype.callRejected=function(e){u.reject(this.promise,e)},l.prototype.otherCallRejected=function(e){f(this.promise,this.onRejected,e)},u.resolve=function(e,t){var r=p(h,t);if("error"===r.status)return u.reject(e,r.value);r=r.value;if(r)d(e,r);else{e.state=s,e.outcome=t;for(var n=-1,i=e.queue.length;++n<i;)e.queue[n].callFulfilled(t)}return e},u.reject=function(e,t){e.state=o,e.outcome=t,process.browser||e.handled===a&&i(function(){e.handled===a&&process.emit("unhandledRejection",t,e)});for(var r=-1,n=e.queue.length;++r<n;)e.queue[r].callRejected(t);return e},r.resolve=function(e){return e instanceof this?e:u.resolve(new this(c),e)},r.reject=function(e){var t=new this(c);return u.reject(t,e)},r.all=function(e){var r=this;if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var n=e.length,i=!1;if(!n)return this.resolve([]);for(var a=new Array(n),o=0,t=-1,s=new this(c);++t<n;)((e,t)=>{r.resolve(e).then(function(e){a[t]=e,++o!==n||i||(i=!0,u.resolve(s,a))},function(e){i||(i=!0,u.reject(s,e))})})(e[t],t);return s},r.race=function(e){var t=this;if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var r=e.length,n=!1;if(!r)return this.resolve([]);for(var i=-1,a=new this(c);++i<r;)(e=>{t.resolve(e).then(function(e){n||(n=!0,u.resolve(a,e))},function(e){n||(n=!0,u.reject(a,e))})})(e[i]);return a}}),m=t(function(e,t){var r=null,r=("undefined"==typeof Promise?"undefined":_typeof(Promise))<"u"?Promise:$();t.exports={Promise:r}}),C=t(function(o){var s=p(),c=g(),t=y(),n=Y(),u=m();function e(e){return e}function l(e,t){for(var r=0;r<e.length;++r)t[r]=255&e.charCodeAt(r);return t}o.newBlob=function(t,r){o.checkSupport("blob");try{return new Blob([t],{type:r})}catch(e){try{var n=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return n.append(t),n.getBlob(r)}catch(e){throw new Error("Bug : can't construct the Blob.")}}};var i={stringifyByChunk:function(e,t,r){var n=[],i=0,a=e.length;if(a<=r)return String.fromCharCode.apply(null,e);for(;i<a;)n.push("array"===t||"nodebuffer"===t?String.fromCharCode.apply(null,e.slice(i,Math.min(i+r,a))):String.fromCharCode.apply(null,e.subarray(i,Math.min(i+r,a)))),i+=r;return n.join("")},stringifyByChar:function(e){for(var t="",r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return t},applyCanBeUsed:{uint8array:(()=>{try{return s.uint8array&&1===String.fromCharCode.apply(null,new Uint8Array(1)).length}catch(e){return!1}})(),nodebuffer:(()=>{try{return s.nodebuffer&&1===String.fromCharCode.apply(null,t.allocBuffer(1)).length}catch(e){return!1}})()}};function r(e){var t=65536,r=o.getTypeOf(e),n=!0;if("uint8array"===r?n=i.applyCanBeUsed.uint8array:"nodebuffer"===r&&(n=i.applyCanBeUsed.nodebuffer),n)for(;1<t;)try{return i.stringifyByChunk(e,r,t)}catch(e){t=Math.floor(t/2)}return i.stringifyByChar(e)}function a(e,t){for(var r=0;r<e.length;r++)t[r]=e[r];return t}o.applyFromCharCode=r;var f={};f.string={string:e,array:function(e){return l(e,new Array(e.length))},arraybuffer:function(e){return f.string.uint8array(e).buffer},uint8array:function(e){return l(e,new Uint8Array(e.length))},nodebuffer:function(e){return l(e,t.allocBuffer(e.length))}},f.array={string:r,array:e,arraybuffer:function(e){return new Uint8Array(e).buffer},uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return t.newBufferFrom(e)}},f.arraybuffer={string:function(e){return r(new Uint8Array(e))},array:function(e){return a(new Uint8Array(e),new Array(e.byteLength))},arraybuffer:e,uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return t.newBufferFrom(new Uint8Array(e))}},f.uint8array={string:r,array:function(e){return a(e,new Array(e.length))},arraybuffer:function(e){return e.buffer},uint8array:e,nodebuffer:function(e){return t.newBufferFrom(e)}},f.nodebuffer={string:r,array:function(e){return a(e,new Array(e.length))},arraybuffer:function(e){return f.nodebuffer.uint8array(e).buffer},uint8array:function(e){return a(e,new Uint8Array(e.length))},nodebuffer:e},o.transformTo=function(e,t){if(t=t||"",!e)return t;o.checkSupport(e);var r=o.getTypeOf(t);return f[r][e](t)},o.getTypeOf=function(e){return"string"==typeof e?"string":"[object Array]"===Object.prototype.toString.call(e)?"array":s.nodebuffer&&t.isBuffer(e)?"nodebuffer":s.uint8array&&e instanceof Uint8Array?"uint8array":s.arraybuffer&&e instanceof ArrayBuffer?"arraybuffer":void 0},o.checkSupport=function(e){if(!s[e.toLowerCase()])throw new Error(e+" is not supported by this platform")},o.MAX_VALUE_16BITS=65535,o.MAX_VALUE_32BITS=-1,o.pretty=function(e){for(var t,r="",n=0;n<(e||"").length;n++)r+="\\x"+((t=e.charCodeAt(n))<16?"0":"")+t.toString(16).toUpperCase();return r},o.delay=function(e,t,r){n(function(){e.apply(r||null,t||[])})},o.inherits=function(e,t){function r(){}r.prototype=t.prototype,e.prototype=new r},o.extend=function(){for(var e,t={},r=0;r<arguments.length;r++)for(e in arguments[r])arguments[r].hasOwnProperty(e)&&"u"<_typeof(t[e])&&(t[e]=arguments[r][e]);return t},o.prepareContent=function(r,e,n,i,a){return u.Promise.resolve(e).then(function(n){return s.blob&&(n instanceof Blob||-1!==["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(n)))&&("undefined"==typeof FileReader?"undefined":_typeof(FileReader))<"u"?new u.Promise(function(t,r){var e=new FileReader;e.onload=function(e){t(e.target.result)},e.onerror=function(e){r(e.target.error)},e.readAsArrayBuffer(n)}):n}).then(function(e){var t=o.getTypeOf(e);return t?("arraybuffer"===t?e=o.transformTo("uint8array",e):"string"===t&&(a?e=c.decode(e):n&&!0!==i&&(e=l(t=e,new(s.uint8array?Uint8Array:Array)(t.length)))),e):u.Promise.reject(new Error("Can't read the data of '"+r+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}}),E=t(function(e,t){function r(e){this.name=e||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}r.prototype={push:function(e){this.emit("data",e)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(e){this.emit("error",e)}return!0},error:function(e){return!this.isFinished&&(this.isPaused?this.generatedError=e:(this.isFinished=!0,this.emit("error",e),this.previous&&this.previous.error(e),this.cleanUp()),!0)},on:function(e,t){return this._listeners[e].push(t),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(e,t){if(this._listeners[e])for(var r=0;r<this._listeners[e].length;r++)this._listeners[e][r].call(this,t)},pipe:function(e){return e.registerPrevious(this)},registerPrevious:function(e){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=e.streamInfo,this.mergeStreamInfo(),this.previous=e;var t=this;return e.on("data",function(e){t.processChunk(e)}),e.on("end",function(){t.end()}),e.on("error",function(e){t.error(e)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){var e;return!(!this.isPaused||this.isFinished||(e=this.isPaused=!1,this.generatedError&&(this.error(this.generatedError),e=!0),this.previous&&this.previous.resume(),e))},flush:function(){},processChunk:function(e){this.push(e)},withStreamInfo:function(e,t){return this.extraStreamInfo[e]=t,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var e in this.extraStreamInfo)this.extraStreamInfo.hasOwnProperty(e)&&(this.streamInfo[e]=this.extraStreamInfo[e])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var e="Worker "+this.name;return this.previous?this.previous+" -> "+e:e}},t.exports=r}),A=t(function(i){for(var e,c=C(),u=p(),l=y(),t=E(),f=new Array(256),e=0;e<256;e++)f[e]=252<=e?6:248<=e?5:240<=e?4:224<=e?3:192<=e?2:1;f[254]=f[254]=1;function r(){t.call(this,"utf-8 decode"),this.leftOver=null}function n(){t.call(this,"utf-8 encode")}i.utf8encode=function(e){if(u.nodebuffer)return l.newBufferFrom(e,"utf-8");for(var t,r,n,i,a=e,o=a.length,s=0,c=0;c<o;c++)55296==(64512&(r=a.charCodeAt(c)))&&c+1<o&&56320==(64512&(n=a.charCodeAt(c+1)))&&(r=65536+(r-55296<<10)+(n-56320),c++),s+=r<128?1:r<2048?2:r<65536?3:4;for(t=new(u.uint8array?Uint8Array:Array)(s),c=i=0;i<s;c++)55296==(64512&(r=a.charCodeAt(c)))&&c+1<o&&56320==(64512&(n=a.charCodeAt(c+1)))&&(r=65536+(r-55296<<10)+(n-56320),c++),r<128?t[i++]=r:(r<2048?t[i++]=192|r>>>6:(r<65536?t[i++]=224|r>>>12:(t[i++]=240|r>>>18,t[i++]=128|r>>>12&63),t[i++]=128|r>>>6&63),t[i++]=128|63&r);return t},i.utf8decode=function(e){if(u.nodebuffer)return c.transformTo("nodebuffer",e).toString("utf-8");for(var t,r,n=e=c.transformTo(u.uint8array?"uint8array":"array",e),i=n.length,a=new Array(2*i),o=0,s=0;s<i;)if((t=n[s++])<128)a[o++]=t;else if(4<(r=f[t]))a[o++]=65533,s+=r-1;else{for(t&=2===r?31:3===r?15:7;1<r&&s<i;)t=t<<6|63&n[s++],r--;1<r?a[o++]=65533:t<65536?a[o++]=t:(t-=65536,a[o++]=55296|t>>10&1023,a[o++]=56320|1023&t)}return a.length!==o&&(a.subarray?a=a.subarray(0,o):a.length=o),c.applyFromCharCode(a)},c.inherits(r,t),r.prototype.processChunk=function(e){var t=c.transformTo(u.uint8array?"uint8array":"array",e.data),r=(this.leftOver&&this.leftOver.length&&(u.uint8array?(r=t,(t=new Uint8Array(r.length+this.leftOver.length)).set(this.leftOver,0),t.set(r,this.leftOver.length)):t=this.leftOver.concat(t),this.leftOver=null),((e,t)=>{for(var r=(t=(t=t||e.length)>e.length?e.length:t)-1;0<=r&&128==(192&e[r]);)r--;return!(r<0||0===r)&&r+f[e[r]]>t?r:t})(t)),n=t;r!==t.length&&(u.uint8array?(n=t.subarray(0,r),this.leftOver=t.subarray(r,t.length)):(n=t.slice(0,r),this.leftOver=t.slice(r,t.length))),this.push({data:i.utf8decode(n),meta:e.meta})},r.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:i.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},i.Utf8DecodeWorker=r,c.inherits(n,t),n.prototype.processChunk=function(e){this.push({data:i.utf8encode(e.data),meta:e.meta})},i.Utf8EncodeWorker=n}),Q=t(function(e,t){var r=E(),n=C();function i(e){r.call(this,"ConvertWorker to "+e),this.destType=e}n.inherits(i,r),i.prototype.processChunk=function(e){this.push({data:n.transformTo(this.destType,e.data),meta:e.meta})},t.exports=i}),ee=t(function(e,t){var i=o().Readable;function r(e,t,r){i.call(this,t),this._helper=e;var n=this;e.on("data",function(e,t){n.push(e)||n._helper.pause(),r&&r(t)}).on("error",function(e){n.emit("error",e)}).on("end",function(){n.push(null)})}C().inherits(r,i),r.prototype._read=function(){this._helper.resume()},t.exports=r}),x=t(function(e,t){var c=C(),i=Q(),a=E(),u=g(),r=p(),n=m(),o=null;if(r.nodestream)try{o=ee()}catch(e){}function s(e,s){return new n.Promise(function(t,r){var n=[],i=e._internalType,a=e._outputType,o=e._mimeType;e.on("data",function(e,t){n.push(e),s&&s(t)}).on("error",function(e){n=[],r(e)}).on("end",function(){try{var e=((e,t,r)=>{switch(e){case"blob":return c.newBlob(c.transformTo("arraybuffer",t),r);case"base64":return u.encode(t);default:return c.transformTo(e,t)}})(a,((e,t)=>{for(var r=0,n=null,i=0,a=0;a<t.length;a++)i+=t[a].length;switch(e){case"string":return t.join("");case"array":return Array.prototype.concat.apply([],t);case"uint8array":for(n=new Uint8Array(i),a=0;a<t.length;a++)n.set(t[a],r),r+=t[a].length;return n;case"nodebuffer":return Buffer.concat(t);default:throw new Error("concat : unsupported type '"+e+"'")}})(i,n),o);t(e)}catch(e){r(e)}n=[]}).resume()})}function l(e,t,r){var n=t;switch(t){case"blob":case"arraybuffer":n="uint8array";break;case"base64":n="string"}try{this._internalType=n,this._outputType=t,this._mimeType=r,c.checkSupport(n),this._worker=e.pipe(new i(n)),e.lock()}catch(e){this._worker=new a("error"),this._worker.error(e)}}l.prototype={accumulate:function(e){return s(this,e)},on:function(e,t){var r=this;return"data"===e?this._worker.on(e,function(e){t.call(r,e.data,e.meta)}):this._worker.on(e,function(){c.delay(t,arguments,r)}),this},resume:function(){return c.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(e){if(c.checkSupport("nodestream"),"nodebuffer"!==this._outputType)throw new Error(this._outputType+" is not supported by this method");return new o(this,{objectMode:"nodebuffer"!==this._outputType},e)}},t.exports=l}),D=t(function(e){e.base64=!1,e.binary=!1,e.dir=!1,e.createFolders=!0,e.date=null,e.compression=null,e.compressionOptions=null,e.comment=null,e.unixPermissions=null,e.dosPermissions=null}),te=t(function(e,t){var r=C(),n=E();function i(e){n.call(this,"DataWorker");var t=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,e.then(function(e){t.dataIsReady=!0,t.data=e,t.max=e&&e.length||0,t.type=r.getTypeOf(e),t.isPaused||t._tickAndRepeat()},function(e){t.error(e)})}r.inherits(i,n),i.prototype.cleanUp=function(){n.prototype.cleanUp.call(this),this.data=null},i.prototype.resume=function(){return!!n.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,r.delay(this._tickAndRepeat,[],this)),!0)},i.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished)||(r.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0)},i.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var e=null,t=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":e=this.data.substring(this.index,t);break;case"uint8array":e=this.data.subarray(this.index,t);break;case"array":case"nodebuffer":e=this.data.slice(this.index,t)}return this.index=t,this.push({data:e,meta:{percent:this.max?this.index/this.max*100:0}})},t.exports=i}),l=t(function(e,t){var r=C();var s=(()=>{for(var e=[],t=0;t<256;t++){for(var r=t,n=0;n<8;n++)r=1&r?3988292384^r>>>1:r>>>1;e[t]=r}return e})();t.exports=function(e,t){return"u"<_typeof(e)||!e.length?0:("string"!==r.getTypeOf(e)?(e,t,r,n)=>{var i=s,a=n+r;e^=-1;for(var o=n;o<a;o++)e=e>>>8^i[255&(e^t[o])];return-1^e}:(e,t,r,n)=>{var i=s,a=n+r;e^=-1;for(var o=n;o<a;o++)e=e>>>8^i[255&(e^t.charCodeAt(o))];return-1^e})(0|t,e,e.length,0)}}),re=t(function(e,t){var r=E(),n=l();function i(){r.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}C().inherits(i,r),i.prototype.processChunk=function(e){this.streamInfo.crc32=n(e.data,this.streamInfo.crc32||0),this.push(e)},t.exports=i}),ne=t(function(e,t){var r=C(),n=E();function i(e){n.call(this,"DataLengthProbe for "+e),this.propName=e,this.withStreamInfo(e,0)}r.inherits(i,n),i.prototype.processChunk=function(e){var t;e&&(t=this.streamInfo[this.propName]||0,this.streamInfo[this.propName]=t+e.data.length),n.prototype.processChunk.call(this,e)},t.exports=i}),O=t(function(e,t){var r=m(),n=te(),i=re(),a=ne();function o(e,t,r,n,i){this.compressedSize=e,this.uncompressedSize=t,this.crc32=r,this.compression=n,this.compressedContent=i}o.prototype={getContentWorker:function(){var e=new n(r.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new a("data_length")),t=this;return e.on("end",function(){if(this.streamInfo.data_length!==t.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),e},getCompressedWorker:function(){return new n(r.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},o.createWorkerFrom=function(e,t,r){return e.pipe(new i).pipe(new a("uncompressedSize")).pipe(t.compressWorker(r)).pipe(new a("compressedSize")).withStreamInfo("compression",t)},t.exports=o}),ie=t(function(e,t){for(var r,a=x(),n=te(),o=A(),i=O(),s=E(),c=function(e,t,r){this.name=e,this.dir=r.dir,this.date=r.date,this.comment=r.comment,this.unixPermissions=r.unixPermissions,this.dosPermissions=r.dosPermissions,this._data=t,this._dataBinary=r.binary,this.options={compression:r.compression,compressionOptions:r.compressionOptions}},u=(c.prototype={internalStream:function(e){var t=null,r="string";try{if(!e)throw new Error("No output type specified.");var n="string"===(r=e.toLowerCase())||"text"===r,i=("binarystring"!==r&&"text"!==r||(r="string"),t=this._decompressWorker(),!this._dataBinary);i&&!n&&(t=t.pipe(new o.Utf8EncodeWorker)),!i&&n&&(t=t.pipe(new o.Utf8DecodeWorker))}catch(e){(t=new s("error")).error(e)}return new a(t,r,"")},async:function(e,t){return this.internalStream(e).accumulate(t)},nodeStream:function(e,t){return this.internalStream(e||"nodebuffer").toNodejsStream(t)},_compressWorker:function(e,t){var r;return this._data instanceof i&&this._data.compression.magic===e.magic?this._data.getCompressedWorker():(r=this._decompressWorker(),this._dataBinary||(r=r.pipe(new o.Utf8EncodeWorker)),i.createWorkerFrom(r,e,t))},_decompressWorker:function(){return this._data instanceof i?this._data.getContentWorker():this._data instanceof s?this._data:new n(this._data)}},["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"]),l=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},r=0;r<u.length;r++)c.prototype[u[r]]=l;t.exports=c}),J=t(function(t){var e=("undefined"==typeof Uint8Array?"undefined":_typeof(Uint8Array))<"u"&&("undefined"==typeof Uint16Array?"undefined":_typeof(Uint16Array))<"u"&&("undefined"==typeof Int32Array?"undefined":_typeof(Int32Array))<"u";t.assign=function(e){for(var t,r,n=Array.prototype.slice.call(arguments,1);n.length;){var i=n.shift();if(i){if("object"!=_typeof(i))throw new TypeError(i+"must be non-object");for(var a in i)t=i,r=a,Object.prototype.hasOwnProperty.call(t,r)&&(e[a]=i[a])}}return e},t.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var r={arraySet:function(e,t,r,n,i){if(t.subarray&&e.subarray)e.set(t.subarray(r,r+n),i);else for(var a=0;a<n;a++)e[i+a]=t[r+a]},flattenChunks:function(e){for(var t,r,n,i=0,a=0,o=e.length;a<o;a++)i+=e[a].length;for(n=new Uint8Array(i),a=t=0,o=e.length;a<o;a++)r=e[a],n.set(r,t),t+=r.length;return n}},n={arraySet:function(e,t,r,n,i){for(var a=0;a<n;a++)e[i+a]=t[r+a]},flattenChunks:function(e){return[].concat.apply([],e)}};t.setTyped=function(e){e?(t.Buf8=Uint8Array,t.Buf16=Uint16Array,t.Buf32=Int32Array,t.assign(t,r)):(t.Buf8=Array,t.Buf16=Array,t.Buf32=Array,t.assign(t,n))},t.setTyped(e)}),ae=t(function(e){var a=J(),l=0,f=1;function t(e){for(var t=e.length;0<=--t;)e[t]=0}var s,c,u,h=29,d=256,p=d+1+h,g=30,m=19,E=2*p+1,A=15,n=16,z=7,_=256,v=16,y=17,b=18,w=[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],k=[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],H=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],S=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],C=new Array(2*(p+2)),x=(t(C),new Array(2*g)),D=(t(x),new Array(512)),O=(t(D),new Array(256)),T=(t(O),new Array(h)),B=(t(T),new Array(g));function I(e,t,r,n,i){this.static_tree=e,this.extra_bits=t,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=e&&e.length}function P(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function F(e){return e<256?D[e]:D[256+(e>>>7)]}function i(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function R(e,t,r){e.bi_valid>n-r?(e.bi_buf|=t<<e.bi_valid&65535,i(e,e.bi_buf),e.bi_buf=t>>n-e.bi_valid,e.bi_valid+=r-n):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=r)}function j(e,t,r){R(e,r[2*t],r[2*t+1])}function G(e,t){for(var r=0;r|=1&e,e>>>=1,r<<=1,0<--t;);return r>>>1}function M(e,t,r){for(var n,i=new Array(A+1),a=0,o=1;o<=A;o++)i[o]=a=a+r[o-1]<<1;for(n=0;n<=t;n++){var s=e[2*n+1];0!==s&&(e[2*n]=G(i[s]++,s))}}function U(e){for(var t=0;t<p;t++)e.dyn_ltree[2*t]=0;for(t=0;t<g;t++)e.dyn_dtree[2*t]=0;for(t=0;t<m;t++)e.bl_tree[2*t]=0;e.dyn_ltree[2*_]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function q(e){8<e.bi_valid?i(e,e.bi_buf):0<e.bi_valid&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function o(e,t,r,n){var i=2*t,a=2*r;return e[i]<e[a]||e[i]===e[a]&&n[t]<=n[r]}function L(e,t,r){for(var n=e.heap[r],i=r<<1;i<=e.heap_len&&(i<e.heap_len&&o(t,e.heap[i+1],e.heap[i],e.depth)&&i++,!o(t,n,e.heap[i],e.depth));)e.heap[r]=e.heap[i],r=i,i<<=1;e.heap[r]=n}function V(e,t,r){var n,i,a,o,s=0;if(0!==e.last_lit)for(;n=e.pending_buf[e.d_buf+2*s]<<8|e.pending_buf[e.d_buf+2*s+1],i=e.pending_buf[e.l_buf+s],s++,0==n?j(e,i,t):(j(e,(a=O[i])+d+1,t),0!==(o=w[a])&&R(e,i-=T[a],o),j(e,a=F(--n),r),0!==(o=k[a])&&R(e,n-=B[a],o)),s<e.last_lit;);j(e,_,t)}function N(e,t){var r,n,i,a=t.dyn_tree,o=t.stat_desc.static_tree,s=t.stat_desc.has_stree,c=t.stat_desc.elems,u=-1;for(e.heap_len=0,e.heap_max=E,r=0;r<c;r++)0!==a[2*r]?(e.heap[++e.heap_len]=u=r,e.depth[r]=0):a[2*r+1]=0;for(;e.heap_len<2;)a[2*(i=e.heap[++e.heap_len]=u<2?++u:0)]=1,e.depth[i]=0,e.opt_len--,s&&(e.static_len-=o[2*i+1]);for(t.max_code=u,r=e.heap_len>>1;1<=r;r--)L(e,a,r);for(i=c;r=e.heap[1],e.heap[1]=e.heap[e.heap_len--],L(e,a,1),n=e.heap[1],e.heap[--e.heap_max]=r,e.heap[--e.heap_max]=n,a[2*i]=a[2*r]+a[2*n],e.depth[i]=(e.depth[r]>=e.depth[n]?e.depth[r]:e.depth[n])+1,a[2*r+1]=a[2*n+1]=i,e.heap[1]=i++,L(e,a,1),2<=e.heap_len;);e.heap[--e.heap_max]=e.heap[1];for(var l,f,h,d,p,g=e,m=t.dyn_tree,_=t.max_code,v=t.stat_desc.static_tree,y=t.stat_desc.has_stree,b=t.stat_desc.extra_bits,w=t.stat_desc.extra_base,k=t.stat_desc.max_length,S=0,C=0;C<=A;C++)g.bl_count[C]=0;for(m[2*g.heap[g.heap_max]+1]=0,l=g.heap_max+1;l<E;l++)k<(C=m[2*m[2*(f=g.heap[l])+1]+1]+1)&&(C=k,S++),m[2*f+1]=C,_<f||(g.bl_count[C]++,d=0,w<=f&&(d=b[f-w]),p=m[2*f],g.opt_len+=p*(C+d),!y)||(g.static_len+=p*(v[2*f+1]+d));if(0!==S){do{for(C=k-1;0===g.bl_count[C];)C--}while(g.bl_count[C]--,g.bl_count[C+1]+=2,g.bl_count[k]--,0<(S-=2));for(C=k;0!==C;C--)for(f=g.bl_count[C];0!==f;)_<(h=g.heap[--l])||(m[2*h+1]!==C&&(g.opt_len+=(C-m[2*h+1])*m[2*h],m[2*h+1]=C),f--)}M(a,u,e.bl_count)}function W(e,t,r){var n,i,a=-1,o=t[1],s=0,c=7,u=4;for(0===o&&(c=138,u=3),t[2*(r+1)+1]=65535,n=0;n<=r;n++)i=o,o=t[2*(n+1)+1],++s<c&&i===o||(s<u?e.bl_tree[2*i]+=s:0!==i?(i!==a&&e.bl_tree[2*i]++,e.bl_tree[2*v]++):s<=10?e.bl_tree[2*y]++:e.bl_tree[2*b]++,a=i,u=(s=0)===o?(c=138,3):i===o?(c=6,3):(c=7,4))}function Z(e,t,r){var n,i,a=-1,o=t[1],s=0,c=7,u=4;for(0===o&&(c=138,u=3),n=0;n<=r;n++)if(i=o,o=t[2*(n+1)+1],!(++s<c&&i===o)){if(s<u)for(;j(e,i,e.bl_tree),0!=--s;);else 0!==i?(i!==a&&(j(e,i,e.bl_tree),s--),j(e,v,e.bl_tree),R(e,s-3,2)):s<=10?(j(e,y,e.bl_tree),R(e,s-3,3)):(j(e,b,e.bl_tree),R(e,s-11,7));a=i,u=(s=0)===o?(c=138,3):i===o?(c=6,3):(c=7,4)}}t(B);var K=!1;function Y(e,t,r,n){R(e,0+(n?1:0),3),n=t,t=r,r=!0,q(e=e),r&&(i(e,t),i(e,~t)),a.arraySet(e.pending_buf,e.window,n,t,e.pending),e.pending+=t}e._tr_init=function(e){if(!K){for(var t,r,n,i=new Array(A+1),a=0,o=0;o<h-1;o++)for(T[o]=a,t=0;t<1<<w[o];t++)O[a++]=o;for(O[a-1]=o,o=n=0;o<16;o++)for(B[o]=n,t=0;t<1<<k[o];t++)D[n++]=o;for(n>>=7;o<g;o++)for(B[o]=n<<7,t=0;t<1<<k[o]-7;t++)D[256+n++]=o;for(r=0;r<=A;r++)i[r]=0;for(t=0;t<=143;)C[2*t+1]=8,t++,i[8]++;for(;t<=255;)C[2*t+1]=9,t++,i[9]++;for(;t<=279;)C[2*t+1]=7,t++,i[7]++;for(;t<=287;)C[2*t+1]=8,t++,i[8]++;for(M(C,p+1,i),t=0;t<g;t++)x[2*t+1]=5,x[2*t]=G(t,5);s=new I(C,w,d+1,p,A),c=new I(x,k,0,g,A),u=new I(new Array(0),H,0,m,z),K=!0}e.l_desc=new P(e.dyn_ltree,s),e.d_desc=new P(e.dyn_dtree,c),e.bl_desc=new P(e.bl_tree,u),e.bi_buf=0,e.bi_valid=0,U(e)},e._tr_stored_block=Y,e._tr_flush_block=function(e,t,r,n){var i,a,o,s=0;if(0<e.level?(2===e.strm.data_type&&(e.strm.data_type=(e=>{for(var t=4093624447,r=0;r<=31;r++,t>>>=1)if(1&t&&0!==e.dyn_ltree[2*r])return l;if(0!==e.dyn_ltree[18]||0!==e.dyn_ltree[20]||0!==e.dyn_ltree[26])return f;for(r=32;r<d;r++)if(0!==e.dyn_ltree[2*r])return f;return l})(e)),N(e,e.l_desc),N(e,e.d_desc),s=(e=>{var t;for(W(e,e.dyn_ltree,e.l_desc.max_code),W(e,e.dyn_dtree,e.d_desc.max_code),N(e,e.bl_desc),t=m-1;3<=t&&0===e.bl_tree[2*S[t]+1];t--);return e.opt_len+=3*(t+1)+5+5+4,t})(e),(a=e.static_len+3+7>>>3)<=(i=e.opt_len+3+7>>>3)&&(i=a)):i=a=r+5,r+4<=i&&-1!==t)Y(e,t,r,n);else if(4===e.strategy||a===i)R(e,2+(n?1:0),3),V(e,C,x);else{R(e,4+(n?1:0),3);var c=e,u=(t=e.l_desc.max_code+1,r=e.d_desc.max_code+1,s+1);for(R(c,t-257,5),R(c,r-1,5),R(c,u-4,4),o=0;o<u;o++)R(c,c.bl_tree[2*S[o]+1],3);Z(c,c.dyn_ltree,t-1),Z(c,c.dyn_dtree,r-1),V(e,e.dyn_ltree,e.dyn_dtree)}U(e),n&&q(e)},e._tr_tally=function(e,t,r){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&r,e.last_lit++,0===t?e.dyn_ltree[2*r]++:(e.matches++,t--,e.dyn_ltree[2*(O[r]+d+1)]++,e.dyn_dtree[2*F(t)]++),e.last_lit===e.lit_bufsize-1},e._tr_align=function(e){R(e,2,3),j(e,_,C),16===(e=e).bi_valid?(i(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):8<=e.bi_valid&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}}),oe=t(function(e,t){t.exports=function(e,t,r,n){for(var i=65535&e|0,a=e>>>16&65535|0,o=0;0!==r;){for(r-=o=2e3<r?2e3:r;a=a+(i=i+t[n++]|0)|0,--o;);i%=65521,a%=65521}return i|a<<16|0}}),se=t(function(e,t){var s=(()=>{for(var e=[],t=0;t<256;t++){for(var r=t,n=0;n<8;n++)r=1&r?3988292384^r>>>1:r>>>1;e[t]=r}return e})();t.exports=function(e,t,r,n){var i=s,a=n+r;e^=-1;for(var o=n;o<a;o++)e=e>>>8^i[255&(e^t[o])];return-1^e}}),W=t(function(e,t){t.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}}),ce=t(function(e){var s,f=J(),c=ae(),h=oe(),d=se(),j=W(),u=0,l=4,p=0,g=-2,L=-1,N=4,z=2,m=8,H=9,t=286,G=30,M=19,U=2*t+1,q=15,_=3,v=258,y=v+_+1,b=42,w=113,k=1,S=2,C=3,E=4;function A(e,t){return e.msg=j[t],t}function x(e){return(e<<1)-(4<e?9:0)}function D(e){for(var t=e.length;0<=--t;)e[t]=0}function O(e){var t=e.state,r=t.pending;0!==(r=e.avail_out<r?e.avail_out:r)&&(f.arraySet(e.output,t.pending_buf,t.pending_out,r,e.next_out),e.next_out+=r,t.pending_out+=r,e.total_out+=r,e.avail_out-=r,t.pending-=r,0===t.pending)&&(t.pending_out=0)}function T(e,t){c._tr_flush_block(e,0<=e.block_start?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,O(e.strm)}function B(e,t){e.pending_buf[e.pending++]=t}function I(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function a(e,t){var r,n,i=e.max_chain_length,a=e.strstart,o=e.prev_length,s=e.nice_match,c=e.w_size-y<e.strstart?e.strstart-(e.w_size-y):0,u=e.window,l=e.w_mask,f=e.prev,h=e.strstart+v,d=u[a+o-1],p=u[a+o];e.good_match<=e.prev_length&&(i>>=2),e.lookahead<s&&(s=e.lookahead);do{if(u[(r=t)+o]===p&&u[r+o-1]===d&&u[r]===u[a]&&u[++r]===u[a+1]){for(a+=2,r++;u[++a]===u[++r]&&u[++a]===u[++r]&&u[++a]===u[++r]&&u[++a]===u[++r]&&u[++a]===u[++r]&&u[++a]===u[++r]&&u[++a]===u[++r]&&u[++a]===u[++r]&&a<h;);if(n=v-(h-a),a=h-v,o<n){if(e.match_start=t,s<=(o=n))break;d=u[a+o-1],p=u[a+o]}}}while((t=f[t&l])>c&&0!=--i);return o<=e.lookahead?o:e.lookahead}function P(e){var t,r,n,i,a,o,s,c,u,l=e.w_size;do{if(c=e.window_size-e.lookahead-e.strstart,l+(l-y)<=e.strstart){for(f.arraySet(e.window,e.window,l,l,0),e.match_start-=l,e.strstart-=l,e.block_start-=l,t=r=e.hash_size;n=e.head[--t],e.head[t]=l<=n?n-l:0,--r;);for(t=r=l;n=e.prev[--t],e.prev[t]=l<=n?n-l:0,--r;);c+=l}if(0===e.strm.avail_in)break;if(o=e.window,s=e.strstart+e.lookahead,c=c,u=void 0,u=(a=e.strm).avail_in,r=0===(u=c<u?c:u)?0:(a.avail_in-=u,f.arraySet(o,a.input,a.next_in,u,s),1===a.state.wrap?a.adler=h(a.adler,o,u,s):2===a.state.wrap&&(a.adler=d(a.adler,o,u,s)),a.next_in+=u,a.total_in+=u,u),e.lookahead+=r,_<=e.lookahead+e.insert)for(i=e.strstart-e.insert,e.ins_h=e.window[i],e.ins_h=(e.ins_h<<e.hash_shift^e.window[i+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[i+_-1])&e.hash_mask,e.prev[i&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=i,i++,e.insert--,!(e.lookahead+e.insert<_)););}while(e.lookahead<y&&0!==e.strm.avail_in)}function r(e,t){for(var r,n;;){if(e.lookahead<y){if(P(e),e.lookahead<y&&t===u)return k;if(0===e.lookahead)break}if(r=0,_<=e.lookahead&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+_-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!==r&&e.strstart-r<=e.w_size-y&&(e.match_length=a(e,r)),_<=e.match_length)if(n=c._tr_tally(e,e.strstart-e.match_start,e.match_length-_),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=_){for(e.match_length--;e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+_-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart,0!=--e.match_length;);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else n=c._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(n&&(T(e,!1),0===e.strm.avail_out))return k}return e.insert=e.strstart<_-1?e.strstart:_-1,t===l?(T(e,!0),0===e.strm.avail_out?C:E):e.last_lit&&(T(e,!1),0===e.strm.avail_out)?k:S}function n(e,t){for(var r,n,i;;){if(e.lookahead<y){if(P(e),e.lookahead<y&&t===u)return k;if(0===e.lookahead)break}if(r=0,_<=e.lookahead&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+_-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=_-1,0!==r&&e.prev_length<e.max_lazy_match&&e.strstart-r<=e.w_size-y&&(e.match_length=a(e,r),e.match_length<=5)&&(1===e.strategy||e.match_length===_&&4096<e.strstart-e.match_start)&&(e.match_length=_-1),_<=e.prev_length&&e.match_length<=e.prev_length){for(i=e.strstart+e.lookahead-_,n=c._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-_),e.lookahead-=e.prev_length-1,e.prev_length-=2;++e.strstart<=i&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+_-1])&e.hash_mask,r=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),0!=--e.prev_length;);if(e.match_available=0,e.match_length=_-1,e.strstart++,n&&(T(e,!1),0===e.strm.avail_out))return k}else if(e.match_available){if((n=c._tr_tally(e,0,e.window[e.strstart-1]))&&T(e,!1),e.strstart++,e.lookahead--,0===e.strm.avail_out)return k}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&(n=c._tr_tally(e,0,e.window[e.strstart-1]),e.match_available=0),e.insert=e.strstart<_-1?e.strstart:_-1,t===l?(T(e,!0),0===e.strm.avail_out?C:E):e.last_lit&&(T(e,!1),0===e.strm.avail_out)?k:S}function i(e,t,r,n,i){this.good_length=e,this.max_lazy=t,this.nice_length=r,this.max_chain=n,this.func=i}function V(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=m,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new f.Buf16(2*U),this.dyn_dtree=new f.Buf16(2*(2*G+1)),this.bl_tree=new f.Buf16(2*(2*M+1)),D(this.dyn_ltree),D(this.dyn_dtree),D(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new f.Buf16(q+1),this.heap=new f.Buf16(2*t+1),D(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new f.Buf16(2*t+1),D(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function o(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=z,(t=e.state).pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?b:w,e.adler=2===t.wrap?0:1,t.last_flush=u,c._tr_init(t),p):A(e,g)}function F(e){var t=o(e);return t===p&&((e=e.state).window_size=2*e.w_size,D(e.head),e.max_lazy_match=s[e.level].max_lazy,e.good_match=s[e.level].good_length,e.nice_match=s[e.level].nice_length,e.max_chain_length=s[e.level].max_chain,e.strstart=0,e.block_start=0,e.lookahead=0,e.insert=0,e.match_length=e.prev_length=_-1,e.match_available=0,e.ins_h=0),t}function R(e,t,r,n,i,a){if(!e)return g;var o=1;if(t===L&&(t=6),n<0?(o=0,n=-n):15<n&&(o=2,n-=16),i<1||H<i||r!==m||n<8||15<n||t<0||9<t||a<0||N<a)return A(e,g);8===n&&(n=9);var s=new V;return(e.state=s).strm=e,s.wrap=o,s.gzhead=null,s.w_bits=n,s.w_size=1<<s.w_bits,s.w_mask=s.w_size-1,s.hash_bits=i+7,s.hash_size=1<<s.hash_bits,s.hash_mask=s.hash_size-1,s.hash_shift=~~((s.hash_bits+_-1)/_),s.window=new f.Buf8(2*s.w_size),s.head=new f.Buf16(s.hash_size),s.prev=new f.Buf16(s.w_size),s.lit_bufsize=1<<i+6,s.pending_buf_size=4*s.lit_bufsize,s.pending_buf=new f.Buf8(s.pending_buf_size),s.d_buf=+s.lit_bufsize,s.l_buf=3*s.lit_bufsize,s.level=t,s.strategy=a,s.method=r,F(e)}s=[new i(0,0,0,0,function(e,t){var r=65535;for(r>e.pending_buf_size-5&&(r=e.pending_buf_size-5);;){if(e.lookahead<=1){if(P(e),0===e.lookahead&&t===u)return k;if(0===e.lookahead)break}e.strstart+=e.lookahead,e.lookahead=0;var n=e.block_start+r;if((0===e.strstart||e.strstart>=n)&&(e.lookahead=e.strstart-n,e.strstart=n,T(e,!1),0===e.strm.avail_out)||e.strstart-e.block_start>=e.w_size-y&&(T(e,!1),0===e.strm.avail_out))return k}return e.insert=0,t===l?(T(e,!0),0===e.strm.avail_out?C:E):(e.strstart>e.block_start&&(T(e,!1),e.strm.avail_out),k)}),new i(4,4,8,4,r),new i(4,5,16,8,r),new i(4,6,32,32,r),new i(4,4,16,16,n),new i(8,16,32,32,n),new i(8,16,128,128,n),new i(8,32,128,256,n),new i(32,128,258,1024,n),new i(32,258,258,4096,n)],e.deflateInit=function(e,t){return R(e,t,m,15,8,0)},e.deflateInit2=R,e.deflateReset=F,e.deflateResetKeep=o,e.deflateSetHeader=function(e,t){return e&&e.state&&2===e.state.wrap?(e.state.gzhead=t,p):g},e.deflate=function(e,t){var r,n,i,a;if(!e||!e.state||5<t||t<0)return e?A(e,g):g;if(n=e.state,!e.output||!e.input&&0!==e.avail_in||666===n.status&&t!==l)return A(e,0===e.avail_out?-5:g);if(n.strm=e,r=n.last_flush,n.last_flush=t,n.status===b&&(2===n.wrap?(e.adler=0,B(n,31),B(n,139),B(n,8),n.gzhead?(B(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),B(n,255&n.gzhead.time),B(n,n.gzhead.time>>8&255),B(n,n.gzhead.time>>16&255),B(n,n.gzhead.time>>24&255),B(n,9===n.level?2:2<=n.strategy||n.level<2?4:0),B(n,255&n.gzhead.os),n.gzhead.extra&&n.gzhead.extra.length&&(B(n,255&n.gzhead.extra.length),B(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(e.adler=d(e.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=69):(B(n,0),B(n,0),B(n,0),B(n,0),B(n,0),B(n,9===n.level?2:2<=n.strategy||n.level<2?4:0),B(n,3),n.status=w)):(o=m+(n.w_bits-8<<4)<<8,o|=(2<=n.strategy||n.level<2?0:n.level<6?1:6===n.level?2:3)<<6,0!==n.strstart&&(o|=32),o+=31-o%31,n.status=w,I(n,o),0!==n.strstart&&(I(n,e.adler>>>16),I(n,65535&e.adler)),e.adler=1)),69===n.status)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(65535&n.gzhead.extra.length)&&(n.pending!==n.pending_buf_size||(n.gzhead.hcrc&&n.pending>i&&(e.adler=d(e.adler,n.pending_buf,n.pending-i,i)),O(e),i=n.pending,n.pending!==n.pending_buf_size));)B(n,255&n.gzhead.extra[n.gzindex]),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(e.adler=d(e.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=73)}else n.status=73;if(73===n.status)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(e.adler=d(e.adler,n.pending_buf,n.pending-i,i)),O(e),i=n.pending,n.pending===n.pending_buf_size)){a=1;break}}while(a=n.gzindex<n.gzhead.name.length?255&n.gzhead.name.charCodeAt(n.gzindex++):0,B(n,a),0!==a);n.gzhead.hcrc&&n.pending>i&&(e.adler=d(e.adler,n.pending_buf,n.pending-i,i)),0===a&&(n.gzindex=0,n.status=91)}else n.status=91;if(91===n.status)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(e.adler=d(e.adler,n.pending_buf,n.pending-i,i)),O(e),i=n.pending,n.pending===n.pending_buf_size)){a=1;break}}while(a=n.gzindex<n.gzhead.comment.length?255&n.gzhead.comment.charCodeAt(n.gzindex++):0,B(n,a),0!==a);n.gzhead.hcrc&&n.pending>i&&(e.adler=d(e.adler,n.pending_buf,n.pending-i,i)),0===a&&(n.status=103)}else n.status=103;if(103===n.status&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&O(e),n.pending+2<=n.pending_buf_size&&(B(n,255&e.adler),B(n,e.adler>>8&255),e.adler=0,n.status=w)):n.status=w),0!==n.pending){if(O(e),0===e.avail_out)return n.last_flush=-1,p}else if(0===e.avail_in&&x(t)<=x(r)&&t!==l)return A(e,-5);if(666===n.status&&0!==e.avail_in)return A(e,-5);if(0!==e.avail_in||0!==n.lookahead||t!==u&&666!==n.status){var o=2===n.strategy?((e,t)=>{for(var r;;){if(0===e.lookahead&&(P(e),0===e.lookahead)){if(t===u)return k;break}if(e.match_length=0,r=c._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,r&&(T(e,!1),0===e.strm.avail_out))return k}return e.insert=0,t===l?(T(e,!0),0===e.strm.avail_out?C:E):e.last_lit&&(T(e,!1),0===e.strm.avail_out)?k:S})(n,t):3===n.strategy?((e,t)=>{for(var r,n,i,a,o=e.window;;){if(e.lookahead<=v){if(P(e),e.lookahead<=v&&t===u)return k;if(0===e.lookahead)break}if(e.match_length=0,_<=e.lookahead&&0<e.strstart&&(n=o[i=e.strstart-1])===o[++i]&&n===o[++i]&&n===o[++i]){for(a=e.strstart+v;n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&i<a;);e.match_length=v-(a-i),e.lookahead<e.match_length&&(e.match_length=e.lookahead)}if(_<=e.match_length?(r=c._tr_tally(e,1,e.match_length-_),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(r=c._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),r&&(T(e,!1),0===e.strm.avail_out))return k}return e.insert=0,t===l?(T(e,!0),0===e.strm.avail_out?C:E):e.last_lit&&(T(e,!1),0===e.strm.avail_out)?k:S})(n,t):s[n.level].func(n,t);if(o!==C&&o!==E||(n.status=666),o===k||o===C)return 0===e.avail_out&&(n.last_flush=-1),p;if(o===S&&(1===t?c._tr_align(n):5!==t&&(c._tr_stored_block(n,0,0,!1),3===t)&&(D(n.head),0===n.lookahead)&&(n.strstart=0,n.block_start=0,n.insert=0),O(e),0===e.avail_out))return n.last_flush=-1,p}return t!==l||!(n.wrap<=0)&&(2===n.wrap?(B(n,255&e.adler),B(n,e.adler>>8&255),B(n,e.adler>>16&255),B(n,e.adler>>24&255),B(n,255&e.total_in),B(n,e.total_in>>8&255),B(n,e.total_in>>16&255),B(n,e.total_in>>24&255)):(I(n,e.adler>>>16),I(n,65535&e.adler)),O(e),0<n.wrap&&(n.wrap=-n.wrap),0!==n.pending)?p:1},e.deflateEnd=function(e){var t;return e&&e.state?(t=e.state.status)!==b&&69!==t&&73!==t&&91!==t&&103!==t&&t!==w&&666!==t?A(e,g):(e.state=null,t===w?A(e,-3):p):g},e.deflateSetDictionary=function(e,t){var r,n,i,a,o,s,c,u=t.length;if(!e||!e.state||2===(a=(r=e.state).wrap)||1===a&&r.status!==b||r.lookahead)return g;for(1===a&&(e.adler=h(e.adler,t,u,0)),r.wrap=0,u>=r.w_size&&(0===a&&(D(r.head),r.strstart=0,r.block_start=0,r.insert=0),c=new f.Buf8(r.w_size),f.arraySet(c,t,u-r.w_size,r.w_size,0),t=c,u=r.w_size),c=e.avail_in,o=e.next_in,s=e.input,e.avail_in=u,e.next_in=0,e.input=t,P(r);r.lookahead>=_;){for(n=r.strstart,i=r.lookahead-(_-1);r.ins_h=(r.ins_h<<r.hash_shift^r.window[n+_-1])&r.hash_mask,r.prev[n&r.w_mask]=r.head[r.ins_h],r.head[r.ins_h]=n,n++,--i;);r.strstart=n,r.lookahead=_-1,P(r)}return r.strstart+=r.lookahead,r.block_start=r.strstart,r.insert=r.lookahead,r.lookahead=0,r.match_length=r.prev_length=_-1,r.match_available=0,e.next_in=o,e.input=s,e.avail_in=c,r.wrap=a,p},e.deflateInfo="pako deflate (from Nodeca project)"}),ue=t(function(e){var c=J(),i=!0,a=!0;try{String.fromCharCode.apply(null,[0])}catch(e){i=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){a=!1}for(var t,u=new c.Buf8(256),t=0;t<256;t++)u[t]=252<=t?6:248<=t?5:240<=t?4:224<=t?3:192<=t?2:1;function l(e,t){if(t<65534&&(e.subarray&&a||!e.subarray&&i))return String.fromCharCode.apply(null,c.shrinkBuf(e,t));for(var r="",n=0;n<t;n++)r+=String.fromCharCode(e[n]);return r}u[254]=u[254]=1,e.string2buf=function(e){for(var t,r,n,i,a=e.length,o=0,s=0;s<a;s++)55296==(64512&(r=e.charCodeAt(s)))&&s+1<a&&56320==(64512&(n=e.charCodeAt(s+1)))&&(r=65536+(r-55296<<10)+(n-56320),s++),o+=r<128?1:r<2048?2:r<65536?3:4;for(t=new c.Buf8(o),s=i=0;i<o;s++)55296==(64512&(r=e.charCodeAt(s)))&&s+1<a&&56320==(64512&(n=e.charCodeAt(s+1)))&&(r=65536+(r-55296<<10)+(n-56320),s++),r<128?t[i++]=r:(r<2048?t[i++]=192|r>>>6:(r<65536?t[i++]=224|r>>>12:(t[i++]=240|r>>>18,t[i++]=128|r>>>12&63),t[i++]=128|r>>>6&63),t[i++]=128|63&r);return t},e.buf2binstring=function(e){return l(e,e.length)},e.binstring2buf=function(e){for(var t=new c.Buf8(e.length),r=0,n=t.length;r<n;r++)t[r]=e.charCodeAt(r);return t},e.buf2string=function(e,t){for(var r,n,i=t||e.length,a=new Array(2*i),o=0,s=0;s<i;)if((r=e[s++])<128)a[o++]=r;else if(4<(n=u[r]))a[o++]=65533,s+=n-1;else{for(r&=2===n?31:3===n?15:7;1<n&&s<i;)r=r<<6|63&e[s++],n--;1<n?a[o++]=65533:r<65536?a[o++]=r:(r-=65536,a[o++]=55296|r>>10&1023,a[o++]=56320|1023&r)}return l(a,o)},e.utf8border=function(e,t){for(var r=(t=(t=t||e.length)>e.length?e.length:t)-1;0<=r&&128==(192&e[r]);)r--;return!(r<0||0===r)&&r+u[e[r]]>t?r:t}}),le=t(function(e,t){t.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}}),fe=t(function(e){var o=ce(),s=J(),c=ue(),r=W(),n=le(),u=Object.prototype.toString;function i(e){if(!(this instanceof i))return new i(e);this.options=s.assign({level:-1,method:8,chunkSize:16384,windowBits:15,memLevel:8,strategy:0,to:""},e||{});e=this.options;if(e.raw&&0<e.windowBits?e.windowBits=-e.windowBits:e.gzip&&0<e.windowBits&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new n,(this.strm.avail_out=0)!==(t=o.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy)))throw new Error(r[t]);if(e.header&&o.deflateSetHeader(this.strm,e.header),e.dictionary){var t,e="string"==typeof e.dictionary?c.string2buf(e.dictionary):"[object ArrayBuffer]"===u.call(e.dictionary)?new Uint8Array(e.dictionary):e.dictionary;if(0!==(t=o.deflateSetDictionary(this.strm,e)))throw new Error(r[t]);this._dict_set=!0}}function a(e,t){t=new i(t);if(t.push(e,!0),t.err)throw t.msg||r[t.err];return t.result}i.prototype.push=function(e,t){var r,n,i=this.strm,a=this.options.chunkSize;if(this.ended)return!1;n=t===~~t?t:!0===t?4:0,"string"==typeof e?i.input=c.string2buf(e):"[object ArrayBuffer]"===u.call(e)?i.input=new Uint8Array(e):i.input=e,i.next_in=0,i.avail_in=i.input.length;do{if(0===i.avail_out&&(i.output=new s.Buf8(a),i.next_out=0,i.avail_out=a),1!==(r=o.deflate(i,n))&&0!==r)return this.onEnd(r),!(this.ended=!0)}while(0!==i.avail_out&&(0!==i.avail_in||4!==n&&2!==n)||("string"===this.options.to?this.onData(c.buf2binstring(s.shrinkBuf(i.output,i.next_out))):this.onData(s.shrinkBuf(i.output,i.next_out))),(0<i.avail_in||0===i.avail_out)&&1!==r);return 4===n?(r=o.deflateEnd(this.strm),this.onEnd(r),this.ended=!0,0===r):(2===n&&(this.onEnd(0),i.avail_out=0),!0)},i.prototype.onData=function(e){this.chunks.push(e)},i.prototype.onEnd=function(e){0===e&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=s.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},e.Deflate=i,e.deflate=a,e.deflateRaw=function(e,t){return(t=t||{}).raw=!0,a(e,t)},e.gzip=function(e,t){return(t=t||{}).gzip=!0,a(e,t)}}),he=t(function(e,t){t.exports=function(e,t){var r,n,i,a,o,s,c=e.state,u=e.next_in,l=e.input,f=u+(e.avail_in-5),h=e.next_out,d=e.output,p=h-(t-e.avail_out),g=h+(e.avail_out-257),m=c.dmax,_=c.wsize,v=c.whave,y=c.wnext,b=c.window,w=c.hold,k=c.bits,S=c.lencode,C=c.distcode,E=(1<<c.lenbits)-1,A=(1<<c.distbits)-1;e:do{for(k<15&&(w+=l[u++]<<k,k+=8,w+=l[u++]<<k,k+=8),r=S[w&E];;){if(w>>>=n=r>>>24,k-=n,0===(n=r>>>16&255))d[h++]=65535&r;else{if(!(16&n)){if(0==(64&n)){r=S[(65535&r)+(w&(1<<n)-1)];continue}if(32&n){c.mode=12;break e}e.msg="invalid literal/length code",c.mode=30;break e}for(i=65535&r,(n&=15)&&(k<n&&(w+=l[u++]<<k,k+=8),i+=w&(1<<n)-1,w>>>=n,k-=n),k<15&&(w+=l[u++]<<k,k+=8,w+=l[u++]<<k,k+=8),r=C[w&A];;){if(w>>>=n=r>>>24,k-=n,!(16&(n=r>>>16&255))){if(0==(64&n)){r=C[(65535&r)+(w&(1<<n)-1)];continue}e.msg="invalid distance code",c.mode=30;break e}if(a=65535&r,k<(n&=15)&&(w+=l[u++]<<k,(k+=8)<n)&&(w+=l[u++]<<k,k+=8),m<(a+=w&(1<<n)-1)){e.msg="invalid distance too far back",c.mode=30;break e}if(w>>>=n,k-=n,(n=h-p)<a){if(v<(n=a-n)&&c.sane){e.msg="invalid distance too far back",c.mode=30;break e}if(s=b,(o=0)===y){if(o+=_-n,n<i){for(i-=n;d[h++]=b[o++],--n;);o=h-a,s=d}}else if(y<n){if(o+=_+y-n,(n-=y)<i){for(i-=n;d[h++]=b[o++],--n;);if(o=0,y<i){for(i-=n=y;d[h++]=b[o++],--n;);o=h-a,s=d}}}else if(o+=y-n,n<i){for(i-=n;d[h++]=b[o++],--n;);o=h-a,s=d}for(;2<i;)d[h++]=s[o++],d[h++]=s[o++],d[h++]=s[o++],i-=3;i&&(d[h++]=s[o++],1<i)&&(d[h++]=s[o++])}else{for(o=h-a;d[h++]=d[o++],d[h++]=d[o++],d[h++]=d[o++],2<(i-=3););i&&(d[h++]=d[o++],1<i)&&(d[h++]=d[o++])}break}}break}}while(u<f&&h<g);w&=(1<<(k-=(i=k>>3)<<3))-1,e.next_in=u-=i,e.next_out=h,e.avail_in=u<f?f-u+5:5-(u-f),e.avail_out=h<g?g-h+257:257-(h-g),c.hold=w,c.bits=k}}),de=t(function(e,t){var F=J(),R=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],j=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],L=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],N=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];t.exports=function(e,t,r,n,i,a,o,s){for(var c,u,l,f,h,d,p,g,m,_=s.bits,v=0,y=0,b=0,w=0,k=0,S=0,C=0,E=0,A=0,x=0,D=null,O=0,T=new F.Buf16(16),B=new F.Buf16(16),I=null,P=0,v=0;v<=15;v++)T[v]=0;for(y=0;y<n;y++)T[t[r+y]]++;for(k=_,w=15;1<=w&&0===T[w];w--);if(w<k&&(k=w),0===w)i[a++]=20971520,i[a++]=20971520,s.bits=1;else{for(b=1;b<w&&0===T[b];b++);for(k<b&&(k=b),v=E=1;v<=15;v++)if((E=(E<<1)-T[v])<0)return-1;if(0<E&&(0===e||1!==w))return-1;for(B[1]=0,v=1;v<15;v++)B[v+1]=B[v]+T[v];for(y=0;y<n;y++)0!==t[r+y]&&(o[B[t[r+y]]++]=y);if(d=0===e?(D=I=o,19):1===e?(D=R,O-=257,I=j,P-=257,256):(D=L,I=N,-1),v=b,h=a,C=y=x=0,l=-1,f=(A=1<<(S=k))-1,1===e&&852<A||2===e&&592<A)return 1;for(;;){for(m=o[y]<d?(g=0,o[y]):o[y]>d?(g=I[P+o[y]],D[O+o[y]]):(g=96,0),c=1<<(p=v-C),b=u=1<<S;i[h+(x>>C)+(u-=c)]=p<<24|g<<16|m|0,0!==u;);for(c=1<<v-1;x&c;)c>>=1;if(0!==c?x=(x&c-1)+c:x=0,y++,0==--T[v]){if(v===w)break;v=t[r+o[y]]}if(k<v&&(x&f)!==l){for(h+=b,E=1<<(S=v-(C=0===C?k:C));S+C<w&&!((E-=T[S+C])<=0);)S++,E<<=1;if(A+=1<<S,1===e&&852<A||2===e&&592<A)return 1;i[l=x&f]=k<<24|S<<16|h-a|0}}0!==x&&(i[h+x]=v-C<<24|64<<16|0),s.bits=k}return 0}}),pe=t(function(e){var B=J(),I=oe(),P=se(),F=he(),R=de(),j=1,L=2,N=0,z=-2,H=1,r=852,n=592;function G(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function i(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new B.Buf16(320),this.work=new B.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function a(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=H,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new B.Buf32(r),t.distcode=t.distdyn=new B.Buf32(n),t.sane=1,t.back=-1,N):z}function o(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,a(e)):z}function s(e,t){var r,n;return!e||!e.state||(n=e.state,t<0?(r=0,t=-t):(r=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15<t))?z:(null!==n.window&&n.wbits!==t&&(n.window=null),n.wrap=r,n.wbits=t,o(e))}function t(e,t){var r;return e?(r=new i,(e.state=r).window=null,(r=s(e,t))!==N&&(e.state=null),r):z}var M,U,q=!0;function V(e,t,r,n){var i,e=e.state;return null===e.window&&(e.wsize=1<<e.wbits,e.wnext=0,e.whave=0,e.window=new B.Buf8(e.wsize)),e.wsize<=n?(B.arraySet(e.window,t,r-e.wsize,e.wsize,0),e.wnext=0,e.whave=e.wsize):(n<(i=e.wsize-e.wnext)&&(i=n),B.arraySet(e.window,t,r-n,i,e.wnext),(n-=i)?(B.arraySet(e.window,t,r-n,n,0),e.wnext=n,e.whave=e.wsize):(e.wnext+=i,e.wnext===e.wsize&&(e.wnext=0),e.whave<e.wsize&&(e.whave+=i))),0}e.inflateReset=o,e.inflateReset2=s,e.inflateResetKeep=a,e.inflateInit=function(e){return t(e,15)},e.inflateInit2=t,e.inflate=function(e,t){var r,n,i,a,o,s,c,u,l,f,h,d,p,g,m,_,v,y,b,w,k,S,C,E,A=0,x=new B.Buf8(4),D=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&0!==e.avail_in)return z;12===(r=e.state).mode&&(r.mode=13),o=e.next_out,i=e.output,a=e.next_in,n=e.input,u=r.hold,l=r.bits,f=s=e.avail_in,h=c=e.avail_out,S=N;e:for(;;)switch(r.mode){case H:if(0===r.wrap)r.mode=13;else{for(;l<16;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}if(2&r.wrap&&35615===u)x[r.check=0]=255&u,x[1]=u>>>8&255,r.check=P(r.check,x,2,0),l=u=0,r.mode=2;else if(r.flags=0,r.head&&(r.head.done=!1),!(1&r.wrap)||(((255&u)<<8)+(u>>8))%31)e.msg="incorrect header check",r.mode=30;else if(8!=(15&u))e.msg="unknown compression method",r.mode=30;else{if(l-=4,k=8+(15&(u>>>=4)),0===r.wbits)r.wbits=k;else if(k>r.wbits){e.msg="invalid window size",r.mode=30;break}r.dmax=1<<k,e.adler=r.check=1,r.mode=512&u?10:12,l=u=0}}break;case 2:for(;l<16;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}if(r.flags=u,8!=(255&r.flags)){e.msg="unknown compression method",r.mode=30;break}if(57344&r.flags){e.msg="unknown header flags set",r.mode=30;break}r.head&&(r.head.text=u>>8&1),512&r.flags&&(x[0]=255&u,x[1]=u>>>8&255,r.check=P(r.check,x,2,0)),l=u=0,r.mode=3;case 3:for(;l<32;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}r.head&&(r.head.time=u),512&r.flags&&(x[0]=255&u,x[1]=u>>>8&255,x[2]=u>>>16&255,x[3]=u>>>24&255,r.check=P(r.check,x,4,0)),l=u=0,r.mode=4;case 4:for(;l<16;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}r.head&&(r.head.xflags=255&u,r.head.os=u>>8),512&r.flags&&(x[0]=255&u,x[1]=u>>>8&255,r.check=P(r.check,x,2,0)),l=u=0,r.mode=5;case 5:if(1024&r.flags){for(;l<16;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}r.length=u,r.head&&(r.head.extra_len=u),512&r.flags&&(x[0]=255&u,x[1]=u>>>8&255,r.check=P(r.check,x,2,0)),l=u=0}else r.head&&(r.head.extra=null);r.mode=6;case 6:if(1024&r.flags&&((d=s<(d=r.length)?s:d)&&(r.head&&(k=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),B.arraySet(r.head.extra,n,a,d,k)),512&r.flags&&(r.check=P(r.check,n,d,a)),s-=d,a+=d,r.length-=d),r.length))break e;r.length=0,r.mode=7;case 7:if(2048&r.flags){if(0===s)break e;for(d=0;k=n[a+d++],r.head&&k&&r.length<65536&&(r.head.name+=String.fromCharCode(k)),k&&d<s;);if(512&r.flags&&(r.check=P(r.check,n,d,a)),s-=d,a+=d,k)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=8;case 8:if(4096&r.flags){if(0===s)break e;for(d=0;k=n[a+d++],r.head&&k&&r.length<65536&&(r.head.comment+=String.fromCharCode(k)),k&&d<s;);if(512&r.flags&&(r.check=P(r.check,n,d,a)),s-=d,a+=d,k)break e}else r.head&&(r.head.comment=null);r.mode=9;case 9:if(512&r.flags){for(;l<16;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}if(u!==(65535&r.check)){e.msg="header crc mismatch",r.mode=30;break}l=u=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),e.adler=r.check=0,r.mode=12;break;case 10:for(;l<32;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}e.adler=r.check=G(u),l=u=0,r.mode=11;case 11:if(0===r.havedict)return e.next_out=o,e.avail_out=c,e.next_in=a,e.avail_in=s,r.hold=u,r.bits=l,2;e.adler=r.check=1,r.mode=12;case 12:if(5===t||6===t)break e;case 13:if(r.last)u>>>=7&l,l-=7&l,r.mode=27;else{for(;l<3;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}switch(r.last=1&u,--l,3&(u>>>=1)){case 0:r.mode=14;break;case 1:O=T=void 0;var O,T=r;if(q){for(M=new B.Buf32(512),U=new B.Buf32(32),O=0;O<144;)T.lens[O++]=8;for(;O<256;)T.lens[O++]=9;for(;O<280;)T.lens[O++]=7;for(;O<288;)T.lens[O++]=8;for(R(j,T.lens,0,288,M,0,T.work,{bits:9}),O=0;O<32;)T.lens[O++]=5;R(L,T.lens,0,32,U,0,T.work,{bits:5}),q=!1}if(T.lencode=M,T.lenbits=9,T.distcode=U,T.distbits=5,r.mode=20,6!==t)break;u>>>=2,l-=2;break e;case 2:r.mode=17;break;case 3:e.msg="invalid block type",r.mode=30}u>>>=2,l-=2}break;case 14:for(u>>>=7&l,l-=7&l;l<32;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}if((65535&u)!=(u>>>16^65535)){e.msg="invalid stored block lengths",r.mode=30;break}if(r.length=65535&u,l=u=0,r.mode=15,6===t)break e;case 15:r.mode=16;case 16:if(d=r.length){if(0===(d=c<(d=s<d?s:d)?c:d))break e;B.arraySet(i,n,a,d,o),s-=d,a+=d,c-=d,o+=d,r.length-=d}else r.mode=12;break;case 17:for(;l<14;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}if(r.nlen=257+(31&u),u>>>=5,l-=5,r.ndist=1+(31&u),u>>>=5,l-=5,r.ncode=4+(15&u),u>>>=4,l-=4,286<r.nlen||30<r.ndist){e.msg="too many length or distance symbols",r.mode=30;break}r.have=0,r.mode=18;case 18:for(;r.have<r.ncode;){for(;l<3;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}r.lens[D[r.have++]]=7&u,u>>>=3,l-=3}for(;r.have<19;)r.lens[D[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,C={bits:r.lenbits},S=R(0,r.lens,0,19,r.lencode,0,r.work,C),r.lenbits=C.bits,S){e.msg="invalid code lengths set",r.mode=30;break}r.have=0,r.mode=19;case 19:for(;r.have<r.nlen+r.ndist;){for(;_=(A=r.lencode[u&(1<<r.lenbits)-1])>>>16&255,v=65535&A,!((m=A>>>24)<=l);){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}if(v<16)u>>>=m,l-=m,r.lens[r.have++]=v;else{if(16===v){for(E=m+2;l<E;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}if(u>>>=m,l-=m,0===r.have){e.msg="invalid bit length repeat",r.mode=30;break}k=r.lens[r.have-1],d=3+(3&u),u>>>=2,l-=2}else if(17===v){for(E=m+3;l<E;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}k=0,d=3+(7&(u>>>=m)),u>>>=3,l=l-m-3}else{for(E=m+7;l<E;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}k=0,d=11+(127&(u>>>=m)),u>>>=7,l=l-m-7}if(r.have+d>r.nlen+r.ndist){e.msg="invalid bit length repeat",r.mode=30;break}for(;d--;)r.lens[r.have++]=k}}if(30===r.mode)break;if(0===r.lens[256]){e.msg="invalid code -- missing end-of-block",r.mode=30;break}if(r.lenbits=9,C={bits:r.lenbits},S=R(j,r.lens,0,r.nlen,r.lencode,0,r.work,C),r.lenbits=C.bits,S){e.msg="invalid literal/lengths set",r.mode=30;break}if(r.distbits=6,r.distcode=r.distdyn,C={bits:r.distbits},S=R(L,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,C),r.distbits=C.bits,S){e.msg="invalid distances set",r.mode=30;break}if(r.mode=20,6===t)break e;case 20:r.mode=21;case 21:if(6<=s&&258<=c){e.next_out=o,e.avail_out=c,e.next_in=a,e.avail_in=s,r.hold=u,r.bits=l,F(e,h),o=e.next_out,i=e.output,c=e.avail_out,a=e.next_in,n=e.input,s=e.avail_in,u=r.hold,l=r.bits,12===r.mode&&(r.back=-1);break}for(r.back=0;_=(A=r.lencode[u&(1<<r.lenbits)-1])>>>16&255,v=65535&A,!((m=A>>>24)<=l);){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}if(_&&0==(240&_)){for(y=m,b=_,w=v;_=(A=r.lencode[w+((u&(1<<y+b)-1)>>y)])>>>16&255,v=65535&A,!(y+(m=A>>>24)<=l);){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}u>>>=y,l-=y,r.back+=y}if(u>>>=m,l-=m,r.back+=m,r.length=v,0===_){r.mode=26;break}if(32&_){r.back=-1,r.mode=12;break}if(64&_){e.msg="invalid literal/length code",r.mode=30;break}r.extra=15&_,r.mode=22;case 22:if(r.extra){for(E=r.extra;l<E;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}r.length+=u&(1<<r.extra)-1,u>>>=r.extra,l-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=23;case 23:for(;_=(A=r.distcode[u&(1<<r.distbits)-1])>>>16&255,v=65535&A,!((m=A>>>24)<=l);){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}if(0==(240&_)){for(y=m,b=_,w=v;_=(A=r.distcode[w+((u&(1<<y+b)-1)>>y)])>>>16&255,v=65535&A,!(y+(m=A>>>24)<=l);){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}u>>>=y,l-=y,r.back+=y}if(u>>>=m,l-=m,r.back+=m,64&_){e.msg="invalid distance code",r.mode=30;break}r.offset=v,r.extra=15&_,r.mode=24;case 24:if(r.extra){for(E=r.extra;l<E;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}r.offset+=u&(1<<r.extra)-1,u>>>=r.extra,l-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){e.msg="invalid distance too far back",r.mode=30;break}r.mode=25;case 25:if(0===c)break e;if(r.offset>(d=h-c)){if((d=r.offset-d)>r.whave&&r.sane){e.msg="invalid distance too far back",r.mode=30;break}p=d>r.wnext?(d-=r.wnext,r.wsize-d):r.wnext-d,d>r.length&&(d=r.length),g=r.window}else g=i,p=o-r.offset,d=r.length;for(c-=d=c<d?c:d,r.length-=d;i[o++]=g[p++],--d;);0===r.length&&(r.mode=21);break;case 26:if(0===c)break e;i[o++]=r.length,c--,r.mode=21;break;case 27:if(r.wrap){for(;l<32;){if(0===s)break e;s--,u|=n[a++]<<l,l+=8}if(h-=c,e.total_out+=h,r.total+=h,h&&(e.adler=r.check=(r.flags?P:I)(r.check,i,h,o-h)),h=c,(r.flags?u:G(u))!==r.check){e.msg="incorrect data check",r.mode=30;break}l=u=0}r.mode=28;case 28:if(r.wrap&&r.flags){for(;l<32;){if(0===s)break e;s--,u+=n[a++]<<l,l+=8}if(u!==(4294967295&r.total)){e.msg="incorrect length check",r.mode=30;break}l=u=0}r.mode=29;case 29:S=1;break e;case 30:S=-3;break e;case 31:return-4;default:return z}return e.next_out=o,e.avail_out=c,e.next_in=a,e.avail_in=s,r.hold=u,r.bits=l,(r.wsize||h!==e.avail_out&&r.mode<30&&(r.mode<27||4!==t))&&V(e,e.output,e.next_out,h-e.avail_out)?(r.mode=31,-4):(f-=e.avail_in,h-=e.avail_out,e.total_in+=f,e.total_out+=h,r.total+=h,r.wrap&&h&&(e.adler=r.check=(r.flags?P:I)(r.check,i,h,e.next_out-h)),e.data_type=r.bits+(r.last?64:0)+(12===r.mode?128:0)+(20===r.mode||15===r.mode?256:0),S=(0==f&&0===h||4===t)&&S===N?-5:S)},e.inflateEnd=function(e){var t;return e&&e.state?((t=e.state).window&&(t.window=null),e.state=null,N):z},e.inflateGetHeader=function(e,t){return e&&e.state&&0!=(2&(e=e.state).wrap)?((e.head=t).done=!1,N):z},e.inflateSetDictionary=function(e,t){var r,n=t.length;return e&&e.state&&(0===(r=e.state).wrap||11===r.mode)?11===r.mode&&I(1,t,n,0)!==r.check?-3:V(e,t,n,n)?(r.mode=31,-4):(r.havedict=1,N):z},e.inflateInfo="pako inflate (from Nodeca project)"}),ge=t(function(e,t){t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}}),me=t(function(e,t){t.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}}),_e=t(function(e){var f=pe(),h=J(),d=ue(),p=ge(),r=W(),n=le(),i=me(),g=Object.prototype.toString;function a(e){if(!(this instanceof a))return new a(e);this.options=h.assign({chunkSize:16384,windowBits:0,to:""},e||{});var t=this.options,e=(t.raw&&0<=t.windowBits&&t.windowBits<16&&(t.windowBits=-t.windowBits,0===t.windowBits)&&(t.windowBits=-15),!(0<=t.windowBits&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),15<t.windowBits&&t.windowBits<48&&0==(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new n,this.strm.avail_out=0,f.inflateInit2(this.strm,t.windowBits));if(e!==p.Z_OK)throw new Error(r[e]);if(this.header=new i,f.inflateGetHeader(this.strm,this.header),t.dictionary&&("string"==typeof t.dictionary?t.dictionary=d.string2buf(t.dictionary):"[object ArrayBuffer]"===g.call(t.dictionary)&&(t.dictionary=new Uint8Array(t.dictionary)),t.raw)&&(e=f.inflateSetDictionary(this.strm,t.dictionary))!==p.Z_OK)throw new Error(r[e])}function o(e,t){t=new a(t);if(t.push(e,!0),t.err)throw t.msg||r[t.err];return t.result}a.prototype.push=function(e,t){var r,n,i,a,o,s=this.strm,c=this.options.chunkSize,u=this.options.dictionary,l=!1;if(this.ended)return!1;n=t===~~t?t:!0===t?p.Z_FINISH:p.Z_NO_FLUSH,"string"==typeof e?s.input=d.binstring2buf(e):"[object ArrayBuffer]"===g.call(e)?s.input=new Uint8Array(e):s.input=e,s.next_in=0,s.avail_in=s.input.length;do{if(0===s.avail_out&&(s.output=new h.Buf8(c),s.next_out=0,s.avail_out=c),(r=(r=f.inflate(s,p.Z_NO_FLUSH))===p.Z_NEED_DICT&&u?f.inflateSetDictionary(this.strm,u):r)===p.Z_BUF_ERROR&&!0===l&&(r=p.Z_OK,l=!1),r!==p.Z_STREAM_END&&r!==p.Z_OK)return this.onEnd(r),!(this.ended=!0)}while(!s.next_out||0!==s.avail_out&&r!==p.Z_STREAM_END&&(0!==s.avail_in||n!==p.Z_FINISH&&n!==p.Z_SYNC_FLUSH)||("string"===this.options.to?(i=d.utf8border(s.output,s.next_out),a=s.next_out-i,o=d.buf2string(s.output,i),s.next_out=a,s.avail_out=c-a,a&&h.arraySet(s.output,s.output,i,a,0),this.onData(o)):this.onData(h.shrinkBuf(s.output,s.next_out))),0===s.avail_in&&0===s.avail_out&&(l=!0),(0<s.avail_in||0===s.avail_out)&&r!==p.Z_STREAM_END);return(n=r===p.Z_STREAM_END?p.Z_FINISH:n)===p.Z_FINISH?(r=f.inflateEnd(this.strm),this.onEnd(r),this.ended=!0,r===p.Z_OK):(n===p.Z_SYNC_FLUSH&&(this.onEnd(p.Z_OK),s.avail_out=0),!0)},a.prototype.onData=function(e){this.chunks.push(e)},a.prototype.onEnd=function(e){e===p.Z_OK&&("string"===this.options.to?this.result=this.chunks.join(""):this.result=h.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},e.Inflate=a,e.inflate=o,e.inflateRaw=function(e,t){return(t=t||{}).raw=!0,o(e,t)},e.ungzip=o}),ve=t(function(e,t){var r={};(0,J().assign)(r,fe(),_e(),ge()),t.exports=r}),ye=t(function(e){var t=("undefined"==typeof Uint8Array?"undefined":_typeof(Uint8Array))<"u"&&("undefined"==typeof Uint16Array?"undefined":_typeof(Uint16Array))<"u"&&("undefined"==typeof Uint32Array?"undefined":_typeof(Uint32Array))<"u",r=ve(),n=C(),i=E(),a=t?"uint8array":"array";function o(e,t){i.call(this,"FlateWorker/"+e),this._pako=null,this._pakoAction=e,this._pakoOptions=t,this.meta={}}e.magic="\b\0",n.inherits(o,i),o.prototype.processChunk=function(e){this.meta=e.meta,null===this._pako&&this._createPako(),this._pako.push(n.transformTo(a,e.data),!1)},o.prototype.flush=function(){i.prototype.flush.call(this),null===this._pako&&this._createPako(),this._pako.push([],!0)},o.prototype.cleanUp=function(){i.prototype.cleanUp.call(this),this._pako=null},o.prototype._createPako=function(){this._pako=new r[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var t=this;this._pako.onData=function(e){t.push({data:e,meta:t.meta})}},e.compressWorker=function(e){return new o("Deflate",e)},e.uncompressWorker=function(){return new o("Inflate",{})}}),be=t(function(e){var t=E();e.STORE={magic:"\0\0",compressWorker:function(e){return new t("STORE compression")},uncompressWorker:function(){return new t("STORE decompression")}},e.DEFLATE=ye()}),we=t(function(e){e.LOCAL_FILE_HEADER="PK",e.CENTRAL_FILE_HEADER="PK",e.CENTRAL_DIRECTORY_END="PK",e.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK",e.ZIP64_CENTRAL_DIRECTORY_END="PK",e.DATA_DESCRIPTOR="PK\b"}),ke=t(function(e,t){function v(e,t){for(var r="",n=0;n<t;n++)r+=String.fromCharCode(255&e),e>>>=8;return r}function n(e,t,r,n,i,a){var o=e.file,s=e.compression,c=a!==b.utf8encode,u=y.transformTo("string",a(o.name)),l=y.transformTo("string",b.utf8encode(o.name)),f=o.comment,a=y.transformTo("string",a(f)),h=y.transformTo("string",b.utf8encode(f)),d=l.length!==o.name.length,f=h.length!==f.length,p="",g=o.dir,m=o.date,_={crc32:0,compressedSize:0,uncompressedSize:0},r=(t&&!r||(_.crc32=e.crc32,_.compressedSize=e.compressedSize,_.uncompressedSize=e.uncompressedSize),0),e=(t&&(r|=8),c||!d&&!f||(r|=2048),0),t=0,m=(g&&(e|=16),"UNIX"===i?(t=798,e|=(c=o.unixPermissions,i=g,(65535&(c?c:i?16893:33204))<<16)):(t=20,e|=63&(o.dosPermissions||0)),g=m.getUTCHours(),g<<=6,g=(g=(g|m.getUTCMinutes())<<5)|m.getUTCSeconds()/2,c=m.getUTCFullYear()-1980,c=(c=((c<<=4)|m.getUTCMonth()+1)<<5)|m.getUTCDate(),d&&(i=v(1,1)+v(w(u),4)+l,p+="up"+v(i.length,2)+i),f&&(o=v(1,1)+v(w(a),4)+h,p+="uc"+v(o.length,2)+o),""),m=(m=(m=(m=(m=(m=(m=(m=(m=(m+="\n\0")+v(r,2))+s.magic)+v(g,2))+v(c,2))+v(_.crc32,4))+v(_.compressedSize,4))+v(_.uncompressedSize,4))+v(u.length,2))+v(p.length,2);return{fileRecord:k.LOCAL_FILE_HEADER+m+u+p,dirRecord:k.CENTRAL_FILE_HEADER+v(t,2)+m+v(a.length,2)+"\0\0\0\0"+v(e,4)+v(n,4)+u+p+a}}var y=C(),i=E(),b=A(),w=l(),k=we();function r(e,t,r,n){i.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=t,this.zipPlatform=r,this.encodeFileName=n,this.streamFiles=e,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}y.inherits(r,i),r.prototype.push=function(e){var t=e.meta.percent||0,r=this.entriesCount,n=this._sources.length;this.accumulate?this.contentBuffer.push(e):(this.bytesWritten+=e.data.length,i.prototype.push.call(this,{data:e.data,meta:{currentFile:this.currentFile,percent:r?(t+100*(r-n-1))/r:100}}))},r.prototype.openedSource=function(e){this.currentSourceOffset=this.bytesWritten,this.currentFile=e.file.name;var t=this.streamFiles&&!e.file.dir;t?(e=n(e,t,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName),this.push({data:e.fileRecord,meta:{percent:0}})):this.accumulate=!0},r.prototype.closedSource=function(e){this.accumulate=!1;var t=this.streamFiles&&!e.file.dir,r=n(e,t,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(r.dirRecord),t)this.push({data:(t=e,k.DATA_DESCRIPTOR+v(t.crc32,4)+v(t.compressedSize,4)+v(t.uncompressedSize,4)),meta:{percent:100}});else for(this.push({data:r.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},r.prototype.flush=function(){for(var e=this.bytesWritten,t=0;t<this.dirRecords.length;t++)this.push({data:this.dirRecords[t],meta:{percent:100}});var r=this.bytesWritten-e,r=((e,t,r,n,i)=>(i=y.transformTo("string",i(n)),k.CENTRAL_DIRECTORY_END+"\0\0\0\0"+v(e,2)+v(e,2)+v(t,4)+v(r,4)+v(i.length,2)+i))(this.dirRecords.length,r,e,this.zipComment,this.encodeFileName);this.push({data:r,meta:{percent:100}})},r.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},r.prototype.registerPrevious=function(e){this._sources.push(e);var t=this;return e.on("data",function(e){t.processChunk(e)}),e.on("end",function(){t.closedSource(t.previous.streamInfo),t._sources.length?t.prepareNextSource():t.end()}),e.on("error",function(e){t.error(e)}),this},r.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},r.prototype.error=function(e){var t=this._sources;if(!i.prototype.error.call(this,e))return!1;for(var r=0;r<t.length;r++)try{t[r].error(e)}catch(e){}return!0},r.prototype.lock=function(){i.prototype.lock.call(this);for(var e=this._sources,t=0;t<e.length;t++)e[t].lock()},t.exports=r}),Se=t(function(e){var u=be(),r=ke();e.generateWorker=function(e,o,t){var s=new r(o.streamFiles,t,o.platform,o.encodeFileName),c=0;try{e.forEach(function(e,t){c++;var r=((e,t)=>{if(t=u[e=e||t])return t;throw new Error(e+" is not a valid compression method !")})(t.options.compression,o.compression),n=t.options.compressionOptions||o.compressionOptions||{},i=t.dir,a=t.date;t._compressWorker(r,n).withStreamInfo("file",{name:e,dir:i,date:a,comment:t.comment||"",unixPermissions:t.unixPermissions,dosPermissions:t.dosPermissions}).pipe(s)}),s.entriesCount=c}catch(e){s.error(e)}return s}}),Ce=t(function(e,t){var r=C(),n=E();function i(e,t){n.call(this,"Nodejs stream input adapter for "+e),this._upstreamEnded=!1,this._bindStream(t)}r.inherits(i,n),i.prototype._bindStream=function(e){var t=this;(this._stream=e).pause(),e.on("data",function(e){t.push({data:e,meta:{percent:0}})}).on("error",function(e){t.isPaused?this.generatedError=e:t.error(e)}).on("end",function(){t.isPaused?t._upstreamEnded=!0:t.end()})},i.prototype.pause=function(){return!!n.prototype.pause.call(this)&&(this._stream.pause(),!0)},i.prototype.resume=function(){return!!n.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},t.exports=i}),Ee=t(function(e,t){function o(e){var t=(e="/"===e.slice(-1)?e.substring(0,e.length-1):e).lastIndexOf("/");return 0<t?e.substring(0,t):""}function s(e,t){return t=_typeof(t)<"u"?t:l.createFolders,e=_(e),this.files[e]||m.call(this,e,null,{dir:!0,createFolders:t}),this.files[e]}var i=A(),c=C(),u=E(),a=x(),l=D(),f=O(),h=ie(),d=Se(),p=y(),g=Ce(),m=function(e,t,r){var n=c.getTypeOf(t),i=c.extend(r||{},l),a=(i.date=i.date||new Date,null!==i.compression&&(i.compression=i.compression.toUpperCase()),"string"==typeof i.unixPermissions&&(i.unixPermissions=parseInt(i.unixPermissions,8)),i.unixPermissions&&16384&i.unixPermissions&&(i.dir=!0),i.dosPermissions&&16&i.dosPermissions&&(i.dir=!0),i.dir&&(e=_(e)),i.createFolders&&(a=o(e))&&s.call(this,a,!0),"string"===n&&!1===i.binary&&!1===i.base64);(!r||"u"<_typeof(r.binary))&&(i.binary=!a);(t instanceof f&&0===t.uncompressedSize||i.dir||!t||0===t.length)&&(i.base64=!1,i.binary=!0,t="",i.compression="STORE");n=null,n=t instanceof f||t instanceof u?t:p.isNode&&p.isStream(t)?new g(e,t):c.prepareContent(e,t,i.binary,i.optimizedBinaryString,i.base64),r=new h(e,n,i);this.files[e]=r},_=function(e){return"/"!==e.slice(-1)&&(e+="/"),e};function v(e){return"[object RegExp]"===Object.prototype.toString.call(e)}t.exports={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(e){var t,r,n;for(t in this.files)n=this.files[t],r=t.slice(this.root.length,t.length),r&&t.slice(0,this.root.length)===this.root&&e(r,n)},filter:function(r){var n=[];return this.forEach(function(e,t){r(e,t)&&n.push(t)}),n},file:function(e,t,r){var n,i;return 1===arguments.length?v(e)?(n=e,this.filter(function(e,t){return!t.dir&&n.test(e)})):(i=this.files[this.root+e])&&!i.dir?i:null:(e=this.root+e,m.call(this,e,t,r),this)},folder:function(r){var e,t;return r?v(r)?this.filter(function(e,t){return t.dir&&r.test(e)}):(e=this.root+r,e=s.call(this,e),(t=this.clone()).root=e.name,t):this},remove:function(r){r=this.root+r;var e=this.files[r];if(e||("/"!==r.slice(-1)&&(r+="/"),e=this.files[r]),e&&!e.dir)delete this.files[r];else for(var t=this.filter(function(e,t){return t.name.slice(0,r.length)===r}),n=0;n<t.length;n++)delete this.files[t[n].name];return this},generate:function(e){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(e){var t={};try{if((t=c.extend(e||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:i.utf8encode})).type=t.type.toLowerCase(),t.compression=t.compression.toUpperCase(),"binarystring"===t.type&&(t.type="string"),!t.type)throw new Error("No output type specified.");c.checkSupport(t.type),"darwin"!==t.platform&&"freebsd"!==t.platform&&"linux"!==t.platform&&"sunos"!==t.platform||(t.platform="UNIX"),"win32"===t.platform&&(t.platform="DOS");var r=t.comment||this.comment||"",n=d.generateWorker(this,t,r)}catch(e){(n=new u("error")).error(e)}return new a(n,t.type||"string",t.mimeType)},generateAsync:function(e,t){return this.generateInternalStream(e).accumulate(t)},generateNodeStream:function(e,t){return(e=e||{}).type||(e.type="nodebuffer"),this.generateInternalStream(e).toNodejsStream(t)}}}),Ae=t(function(e,t){var r=C();function n(e){this.data=e,this.length=e.length,this.index=0,this.zero=0}n.prototype={checkOffset:function(e){this.checkIndex(this.index+e)},checkIndex:function(e){if(this.length<this.zero+e||e<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+e+"). Corrupted zip ?")},setIndex:function(e){this.checkIndex(e),this.index=e},skip:function(e){this.setIndex(this.index+e)},byteAt:function(e){},readInt:function(e){var t,r=0;for(this.checkOffset(e),t=this.index+e-1;t>=this.index;t--)r=(r<<8)+this.byteAt(t);return this.index+=e,r},readString:function(e){return r.transformTo("string",this.readData(e))},readData:function(e){},lastIndexOfSignature:function(e){},readAndCheckSignature:function(e){},readDate:function(){var e=this.readInt(4);return new Date(Date.UTC(1980+(e>>25&127),(e>>21&15)-1,e>>16&31,e>>11&31,e>>5&63,(31&e)<<1))}},t.exports=n}),xe=t(function(e,t){var r=Ae();function n(e){r.call(this,e);for(var t=0;t<this.data.length;t++)e[t]=255&e[t]}C().inherits(n,r),n.prototype.byteAt=function(e){return this.data[this.zero+e]},n.prototype.lastIndexOfSignature=function(e){for(var t=e.charCodeAt(0),r=e.charCodeAt(1),n=e.charCodeAt(2),i=e.charCodeAt(3),a=this.length-4;0<=a;--a)if(this.data[a]===t&&this.data[a+1]===r&&this.data[a+2]===n&&this.data[a+3]===i)return a-this.zero;return-1},n.prototype.readAndCheckSignature=function(e){var t=e.charCodeAt(0),r=e.charCodeAt(1),n=e.charCodeAt(2),e=e.charCodeAt(3),i=this.readData(4);return t===i[0]&&r===i[1]&&n===i[2]&&e===i[3]},n.prototype.readData=function(e){var t;return this.checkOffset(e),0===e?[]:(t=this.data.slice(this.zero+this.index,this.zero+this.index+e),this.index+=e,t)},t.exports=n}),De=t(function(e,t){var r=Ae();function n(e){r.call(this,e)}C().inherits(n,r),n.prototype.byteAt=function(e){return this.data.charCodeAt(this.zero+e)},n.prototype.lastIndexOfSignature=function(e){return this.data.lastIndexOf(e)-this.zero},n.prototype.readAndCheckSignature=function(e){return e===this.readData(4)},n.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=n}),Oe=t(function(e,t){var r=xe();function n(e){r.call(this,e)}C().inherits(n,r),n.prototype.readData=function(e){var t;return this.checkOffset(e),0===e?new Uint8Array(0):(t=this.data.subarray(this.zero+this.index,this.zero+this.index+e),this.index+=e,t)},t.exports=n}),Te=t(function(e,t){var r=Oe();function n(e){r.call(this,e)}C().inherits(n,r),n.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=n}),Be=t(function(e,t){var r=C(),n=p(),i=xe(),a=De(),o=Te(),s=Oe();t.exports=function(e){var t=r.getTypeOf(e);return r.checkSupport(t),"string"!==t||n.uint8array?"nodebuffer"===t?new o(e):n.uint8array?new s(r.transformTo("uint8array",e)):new i(r.transformTo("array",e)):new a(e)}}),Ie=t(function(e,t){var r=Be(),n=C(),i=O(),a=l(),o=A(),s=be(),c=p();function u(e,t){this.options=e,this.loadOptions=t}u.prototype={isEncrypted:function(){return 1==(1&this.bitFlag)},useUTF8:function(){return 2048==(2048&this.bitFlag)},readLocalPart:function(e){var t;if(e.skip(22),this.fileNameLength=e.readInt(2),t=e.readInt(2),this.fileName=e.readData(this.fileNameLength),e.skip(t),-1===this.compressedSize||-1===this.uncompressedSize)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if(null===(t=(e=>{for(var t in s)if(s.hasOwnProperty(t)&&s[t].magic===e)return s[t];return null})(this.compressionMethod)))throw new Error("Corrupted zip : compression "+n.pretty(this.compressionMethod)+" unknown (inner file : "+n.transformTo("string",this.fileName)+")");this.decompressed=new i(this.compressedSize,this.uncompressedSize,this.crc32,t,e.readData(this.compressedSize))},readCentralPart:function(e){this.versionMadeBy=e.readInt(2),e.skip(2),this.bitFlag=e.readInt(2),this.compressionMethod=e.readString(2),this.date=e.readDate(),this.crc32=e.readInt(4),this.compressedSize=e.readInt(4),this.uncompressedSize=e.readInt(4);var t=e.readInt(2);if(this.extraFieldsLength=e.readInt(2),this.fileCommentLength=e.readInt(2),this.diskNumberStart=e.readInt(2),this.internalFileAttributes=e.readInt(2),this.externalFileAttributes=e.readInt(4),this.localHeaderOffset=e.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");e.skip(t),this.readExtraFields(e),this.parseZIP64ExtraField(e),this.fileComment=e.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var e=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),0==e&&(this.dosPermissions=63&this.externalFileAttributes),3==e&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||"/"!==this.fileNameStr.slice(-1)||(this.dir=!0)},parseZIP64ExtraField:function(e){var t;this.extraFields[1]&&(t=r(this.extraFields[1].value),this.uncompressedSize===n.MAX_VALUE_32BITS&&(this.uncompressedSize=t.readInt(8)),this.compressedSize===n.MAX_VALUE_32BITS&&(this.compressedSize=t.readInt(8)),this.localHeaderOffset===n.MAX_VALUE_32BITS&&(this.localHeaderOffset=t.readInt(8)),this.diskNumberStart===n.MAX_VALUE_32BITS)&&(this.diskNumberStart=t.readInt(4))},readExtraFields:function(e){var t,r,n,i=e.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});e.index+4<i;)t=e.readInt(2),r=e.readInt(2),n=e.readData(r),this.extraFields[t]={id:t,length:r,value:n};e.setIndex(i)},handleUTF8:function(){var e,t=c.uint8array?"uint8array":"array";this.useUTF8()?(this.fileNameStr=o.utf8decode(this.fileName),this.fileCommentStr=o.utf8decode(this.fileComment)):(null!==(e=this.findExtraFieldUnicodePath())?this.fileNameStr=e:(e=n.transformTo(t,this.fileName),this.fileNameStr=this.loadOptions.decodeFileName(e)),null!==(e=this.findExtraFieldUnicodeComment())?this.fileCommentStr=e:(e=n.transformTo(t,this.fileComment),this.fileCommentStr=this.loadOptions.decodeFileName(e)))},findExtraFieldUnicodePath:function(){var e,t=this.extraFields[28789];return!t||1!==(e=r(t.value)).readInt(1)||a(this.fileName)!==e.readInt(4)?null:o.utf8decode(e.readData(t.length-5))},findExtraFieldUnicodeComment:function(){var e,t=this.extraFields[25461];return!t||1!==(e=r(t.value)).readInt(1)||a(this.fileComment)!==e.readInt(4)?null:o.utf8decode(e.readData(t.length-5))}},t.exports=u}),Pe=t(function(e,t){var r=Be(),n=C(),i=we(),a=Ie(),o=(A(),p());function s(e){this.files=[],this.loadOptions=e}s.prototype={checkSignature:function(e){var t;if(!this.reader.readAndCheckSignature(e))throw this.reader.index-=4,t=this.reader.readString(4),new Error("Corrupted zip or bug: unexpected signature ("+n.pretty(t)+", expected "+n.pretty(e)+")")},isSignature:function(e,t){var r=this.reader.index;this.reader.setIndex(e);e=this.reader.readString(4)===t;return this.reader.setIndex(r),e},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var e=this.reader.readData(this.zipCommentLength),t=o.uint8array?"uint8array":"array",t=n.transformTo(t,e);this.zipComment=this.loadOptions.decodeFileName(t)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var e,t,r,n=this.zip64EndOfCentralSize-44;0<n;)e=this.reader.readInt(2),t=this.reader.readInt(4),r=this.reader.readData(t),this.zip64ExtensibleData[e]={id:e,length:t,value:r}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){for(var e,t=0;t<this.files.length;t++)e=this.files[t],this.reader.setIndex(e.localHeaderOffset),this.checkSignature(i.LOCAL_FILE_HEADER),e.readLocalPart(this.reader),e.handleUTF8(),e.processAttributes()},readCentralDir:function(){var e;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(i.CENTRAL_FILE_HEADER);)(e=new a({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(e);if(this.centralDirRecords!==this.files.length&&0!==this.centralDirRecords&&0===this.files.length)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var e=this.reader.lastIndexOfSignature(i.CENTRAL_DIRECTORY_END);if(e<0)throw!this.isSignature(0,i.LOCAL_FILE_HEADER)?new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html"):new Error("Corrupted zip: can't find end of central directory");this.reader.setIndex(e);var t=e;if(this.checkSignature(i.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===n.MAX_VALUE_16BITS||this.diskWithCentralDirStart===n.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===n.MAX_VALUE_16BITS||this.centralDirRecords===n.MAX_VALUE_16BITS||this.centralDirSize===n.MAX_VALUE_32BITS||this.centralDirOffset===n.MAX_VALUE_32BITS){if(this.zip64=!0,(e=this.reader.lastIndexOfSignature(i.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(e),this.checkSignature(i.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,i.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(i.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(i.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}e=this.centralDirOffset+this.centralDirSize,e=t-(e=this.zip64?e+20+(12+this.zip64EndOfCentralSize):e);if(0<e)this.isSignature(t,i.CENTRAL_FILE_HEADER)||(this.reader.zero=e);else if(e<0)throw new Error("Corrupted zip: missing "+Math.abs(e)+" bytes.")},prepareReader:function(e){this.reader=r(e)},load:function(e){this.prepareReader(e),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},t.exports=s}),Fe=t(function(e,t){var r=C(),o=m(),n=A(),s=Pe(),c=re(),u=y();t.exports=function(e,i){var a=this;return i=r.extend(i||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:n.utf8decode}),u.isNode&&u.isStream(e)?o.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):r.prepareContent("the loaded zip file",e,!0,i.optimizedBinaryString,i.base64).then(function(e){var t=new s(i);return t.load(e),t}).then(function(e){var t=[o.Promise.resolve(e)],r=e.files;if(i.checkCRC32)for(var n=0;n<r.length;n++)t.push((n=>new o.Promise(function(e,t){var r=n.decompressed.getContentWorker().pipe(new c);r.on("error",function(e){t(e)}).on("end",function(){r.streamInfo.crc32!==n.decompressed.crc32?t(new Error("Corrupted zip : CRC32 mismatch")):e()}).resume()}))(r[n]));return o.Promise.all(t)}).then(function(e){for(var e=e.shift(),t=e.files,r=0;r<t.length;r++){var n=t[r];a.file(n.fileNameStr,n.decompressed,{binary:!0,optimizedBinaryString:!0,date:n.date,dir:n.dir,comment:n.fileCommentStr.length?n.fileCommentStr:null,unixPermissions:n.unixPermissions,dosPermissions:n.dosPermissions,createFolders:i.createFolders})}return e.zipComment.length&&(a.comment=e.zipComment),a})}}),Re=t(function(e,t){function r(){if(!(this instanceof r))return new r;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var e,t=new r;for(e in this)"function"!=typeof this[e]&&(t[e]=this[e]);return t}}(r.prototype=Ee()).loadAsync=Fe(),r.support=p(),r.defaults=D(),r.version="3.7.1",r.loadAsync=function(e,t){return(new r).loadAsync(e,t)},r.external=m(),t.exports=r}),c={},je=c,Le={Command:function(){return Ne},jszip:function(){return ze.default}};for(i in Le)s(je,i,{get:Le[i],enumerable:!0});e.exports=(e=c,n(s({},"__esModule",{value:!0}),e));var c=r(M(),1).default,Ne=(c.program,c.Command),ze=r(Re())}),Jn=Be(function(e,t){t.exports={name:"ascf-sign-tools",version:"0.0.1",description:"ASCF sign tools",main:"./lib/index.js",scripts:{build:"tsup",dev:"tsup --env.NODE_ENV development",watch:"tsup --watch ./src --sourcemap --no-minify","build:ascf-toolkit":"tsup --minify --dts -d ../ascf-toolkit/src/ascf-sign-tools","dev:ascf-toolkit":"tsup --sourcemap --no-minify -d ../ascf-toolkit/src/ascf-sign-tools","watch:ascf-toolkit":"tsup --watch ./src -d ../ascf-toolkit/src/ascf-sign-tools"},dependencies:{semver:"7.5.4",tar:"7.4.3",express:"4.21.0",typescript:"4.8.4",decompress:"4.2.1","js-base64":"3.7.7",json5:"2.2.3",jsrsasign:"11.0.0",rimraf:"4.4.0",cachedir:"2.4.0",log4js:"6.9.1"},devDependencies:{tsup:"^8.4.0"},bin:{"ascf-sign-tools":"./lib/bin/index.js"}}}),bt=Be(function(j,e){function L(t,r,n,i){if(r&&"object"==_typeof(r)||"function"==typeof r){var a,o=_createForOfIteratorHelper(G(r));try{for(o.s();!(a=o.n()).done;)(()=>{var e=a.value;U.call(t,e)||e===n||s(t,e,{get:function(){return r[e]},enumerable:!(i=H(r,e))||i.enumerable})})()}catch(e){o.e(e)}finally{o.f()}}return t}function t(e,t,r){return r=null!=e?z(M(e)):{},L(!t&&e&&e.__esModule?r:s(r,"default",{value:e,enumerable:!0}),e)}var N,z=Object.create,s=Object.defineProperty,H=Object.getOwnPropertyDescriptor,G=Object.getOwnPropertyNames,M=Object.getPrototypeOf,U=Object.prototype.hasOwnProperty,r={},q=r,V={$async:function(){return v},ASCF_LOG_FILE:function(){return $},AscfBuilder:function(){return Bn},AscfDebugger:function(){return Rr},AsyncResult:function(){return ie},BUILD_MODE_DEBUG:function(){return yn},BUILD_MODE_RELEASE:function(){return bn},BUILD_TARGET_AS:function(){return pt},BUILD_TARGET_QS:function(){return gt},BuildProcessFactory:function(){return ei},DebuggerProcessFactory:function(){return ti},ERROR_MSG:function(){return S},HOS_DEVICE:function(){return _},LEGACY_DEVICE:function(){return m},ascfCompile:function(){return an},ascfConvert:function(){return sn},ascfGenCert:function(){return un},ascfGenP12:function(){return fn},ascfRun:function(){return B},clearAscfDepDirCache:function(){return Zr},configureLogger:function(){return ee},devicesLegacyShared:function(){return be},execSafe:function(){return Gt},findAvailablePort:function(){return Vt},fixHvigorPath:function(){return Yr},fportCmd:function(){return Xe},fportListCmd:function(){return Ye},fportRmCmd:function(){return Je},getAdbPath:function(){return Ge},getAscfDebuggerPidFile:function(){return vn},getAscfDepDir:function(){return Xr},getBundleInfo:function(){return Tt},getDebugServerInfo:function(){return mn},getDebugees:function(){return _r},getDevEcoSdkHome:function(){return _e},getDevEcoToolsDir:function(){return de},getDeviceName:function(){return Ve},getDevicesCmd:function(){return et},getHdcPath:function(){return u},getHvigorwPath:function(){return c},getLegacyDeviceName:function(){return tt},getLegacyPackInfo:function(){return nt},getLegacyProcess:function(){return rt},getLogLevelGetter:function(){return re},getLogger:function(){return i},getNodePath:function(){return pe},getNpmPath:function(){return ge},getOhpmPath:function(){return me},getPath:function(){return o},getPid:function(){return at},getProjectConfig:function(){return Bt},getSpkInfo:function(){return Ot},hasHvigor:function(){return Wr},hdcDeviceShared:function(){return At},hdcShared:function(){return mt},installAscfTools:function(){return ze},installSpkShared:function(){return zn},isPortReachable:function(){return Ut},listTargets:function(){return qe},maskLast4:function(){return g},mergeJson:function(){return Be},normalizeBuildMode:function(){return wn},openInBrowser:function(){return pr},optArgIf:function(){return Tn},parseJsonFile:function(){return l},parseJsonSafe:function(){return Te},portManagerShared:function(){return Zt},rportCmd:function(){return $e},rportRmCmd:function(){return Qe},runAdbCmdAsync:function(){return h},setLogLevelGetter:function(){return te},setLoggerConfig:function(){return Q},startDebugServerCmd:function(){return dn},startHostPkg:function(){return Ze},startHostPkgUrl:function(){return Ke},stopDebugServer:function(){return gn},tryAdbPortReversing:function(){return We},tryHdcPortReversing:function(){return ft}};for(N in V)s(q,N,{get:V[N],enumerable:!0});e.exports=(e=r,L(s({},"__esModule",{value:!0}),e));var n=t(require("log4js")),W=t(require("path")),Z=t(require("cachedir")),K=!1,Y=["debug","info","warn","error","fatal"],J="info",X=function(){return J||"info"},$=W.resolve((0,Z.default)("ascf-cache"),"build.log");function Q(e){e=(e=e)&&Y.includes(e.toLowerCase())?e.toLowerCase():"info";J=e,n.configure({appenders:{default:{type:"stdout",layout:{type:"pattern",pattern:"%d{hh:mm:ss.SSS} > %p %c %[%m%]"}},"debug-log-file":{type:"fileSync",filename:W.resolve((0,Z.default)("ascf-cache"),"build.log"),maxLogSize:10485760,backups:9,layout:{type:"pattern",pattern:"%d{yyyy-MM-dd hh:mm:ss.SSS} > %p %c %m"}}},categories:{default:{appenders:["default"],level:e},AscfToolkit:{appenders:["debug-log-file"],level:"debug"}}})}function ee(e){n.configure(e)}function te(e){X=e}function re(){return X}var ne=_createClass(function e(t){_classCallCheck(this,e),this.categories=t,this.logger=n.getLogger(t),global._ascfCliProgram&&(this.fileLogger=n.getLogger("AscfToolkit"))},[{key:"doLog",value:function(e,t,r){var n,i=3<arguments.length&&void 0!==arguments[3]&&arguments[3],a="";""!==(a="info"!==e?function(e){var t="";if(K){for(var r=arguments.length,n=new Array(1<r?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];n.unshift(e);for(var a=0;a<n.length;a++){var o="";"string"==typeof n[a]&&(o=n[a]),(o=n[a]instanceof Error?n[a].message:o).startsWith("\n")?t+=String(o).split("\n")[1]:t+=String(o).split("\n")[0]}}return t}.apply(void 0,[t].concat(_toConsumableArray(r))):a)?(this.logger[e](a),null!=(n=this.fileLogger)&&n[e](a)):((n=this.logger)[e].apply(n,[t].concat(_toConsumableArray(r))),null!=(a=this.fileLogger)&&a[e].apply(a,[t].concat(_toConsumableArray(r)))),i&&process.exit(1)}},{key:"info",value:function(e){for(var t=arguments.length,r=new Array(1<t?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return this.doLog("info",e,r)}},{key:"warn",value:function(e){for(var t=arguments.length,r=new Array(1<t?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return this.doLog("warn",e,r)}},{key:"debug",value:function(e){for(var t=arguments.length,r=new Array(1<t?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return this.doLog("debug",e,r)}},{key:"error",value:function(e){for(var t=arguments.length,r=new Array(1<t?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return this.doLog("error",e,r)}},{key:"fatal",value:function(e){for(var t=arguments.length,r=new Array(1<t?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return this.doLog("fatal",e,r,!0)}}]);function i(e){return new ne(e)}var ie=_createClass(function e(){_classCallCheck(this,e)});function v(e){return ae.apply(this,arguments)}function ae(){return(ae=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return e.p=0,e.n=1,t;case 1:return r=e.v,e.a(2,{data:r});case 2:return e.p=2,e.a(2,{err:e.v})}},e,null,[[0,2]])}))).apply(this,arguments)}var oe=require("child_process"),se=t(require("fs")),ce=t(require("fs")),ue=t(require("path")),le=i("deveco"),fe=!1,a="win32"===process.platform,he=a?"C:\\Program Files\\Huawei\\DevEco Studio\\tools":"/Applications/DevEco-Studio.app/Contents/tools";function de(){var e=process.env["DevEco Studio"]||process.env.DEVECO_SDK_HOME||process.env.ASCF_DEVECO_SDK_HOME,e=e?e.split(";")[0].trim()+"/../tools/":he;return fe||ce.existsSync(e)||(fe=!0,le.error("DEVECO_SDK_HOME is not found, please set environment DEVECO_SDK_HOME")),e}function o(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=de(),n=ue.join.apply(ue,[n].concat(t));return a&&n.includes(" ")?'"'.concat(n,'"'):n}function pe(){return o("node",a?"node.exe":"bin/node")}function ge(){return o("node",a?"npm.cmd":"bin/npm")}function me(){return o("ohpm","bin","ohpm")}function c(){return o("hvigor","bin","hvigorw")}function _e(){return o("../sdk").replace(/"/g,"")}function u(){return o("../sdk/default/openharmony/toolchains",a?"hdc.exe":"hdc")}var ve=t(require("path")),ye=require("os");function be(e){var c=e.logger,u=e.runAdbCmdAsync;function t(){return(t=_asyncToGenerator(_regenerator().m(function e(){var t;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,v(u(["devices","-l"]));case 1:return t=e.v,e.a(2,t.err?(c.error("list targets error: "+t.err),[]):null==(t=t.data)||null==(t=t.trim())||null==(t=t.split("\n"))?void 0:t.map(function(e){return e.trim()}))}},e)}))).apply(this,arguments)}function r(){return(r=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,v(u(["-s",t,"shell","getprop","ro.product.name"]));case 1:return r=e.v,e.a(2,r.err||/(\[Fail\])/.test(r.data)?(c.error("get device name error",r.err),"Unknown"):null==(r=r.data)?void 0:r.trim())}},e)}))).apply(this,arguments)}function l(e,t){return n.apply(this,arguments)}function n(){return(n=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o,s=arguments;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return i=2<s.length&&void 0!==s[2]?s[2]:0,a=Math.floor(64512*Math.random())+1024,e.n=1,v(u(["-s",t,"reverse","tcp:".concat(a),"tcp:".concat(r)]));case 1:if((o=e.v).err)return c.warn("Adb reverse tcp:".concat(a," tcp:").concat(r),o.err),e.a(2);e.n=2;break;case 2:return e.a(2,o.data&&10!==i?null!=(n=o.data)&&n.includes(String(a))?a:l(t,r,++i):0)}},e)}))).apply(this,arguments)}var i="com.huawei.ascf.sample/com.huawei.ascf.main.AscfActivity";function a(){return(a=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,u(["-s",t,"shell","am","start","-n",i,"-S","--es","ascfPackageName",r]))},e)}))).apply(this,arguments)}function o(){return(o=_asyncToGenerator(_regenerator().m(function e(t,r,n){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,u(["-s",t,"shell","am","start","-n",i,"-S","--es","startMode","installAndRunDebugPkg","--es","pkgUrl",n,"--es","ascfPackageName",r,"--es","app_id",r.split("com.atomicservice.")[1]]))},e)}))).apply(this,arguments)}function s(){return(s=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,u(["-s",t,"forward","--list"],{sensitive:!0}))},e)}))).apply(this,arguments)}function f(){return(f=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,u(["-s",t,"forward","--remove",r]))},e)}))).apply(this,arguments)}function h(){return(h=_asyncToGenerator(_regenerator().m(function e(t,r,n){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,u(["-s",t,"forward",r,n]))},e)}))).apply(this,arguments)}function d(){return(d=_asyncToGenerator(_regenerator().m(function e(t,r,n){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,u(["-s",t,"reverse","tcp:".concat(n),"tcp".concat(r)]))},e)}))).apply(this,arguments)}function p(){return(p=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,u(["-s",t,"reverse","--remove",r]))},e)}))).apply(this,arguments)}function g(){return(g=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,u(["devices","-l"],{sensitive:!0}))},e)}))).apply(this,arguments)}function m(){return(m=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,u(["-s",t,"shell","getprop","ro.product.model"]))},e)}))).apply(this,arguments)}function _(){return(_=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return n=1,e.n=1,v(u(["-s",t,"shell",'"dumpsys activity activities | grep mResumedActivity"']));case 1:return i=e.v,e.a(2,(i.data&&(n=null!=(i=Number(null==(i=/AscfContainerActivity(\d+)/.exec(i.data))?void 0:i[1]))?i:1),u(["-s",t,"shell",'"ps -ef | grep '.concat(r,":ascf").concat(n,' | grep -v render | grep -v grep"')])))}},e)}))).apply(this,arguments)}return{listTargets:function(){return t.apply(this,arguments)},getDeviceName:function(e){return r.apply(this,arguments)},tryAdbPortReversing:l,startHostPkg:function(e,t){return a.apply(this,arguments)},startHostPkgUrl:function(e,t,r){return o.apply(this,arguments)},fportListCmd:function(e){return s.apply(this,arguments)},fportRmCmd:function(e,t){return f.apply(this,arguments)},fportCmd:function(e,t,r){return h.apply(this,arguments)},rportCmd:function(e,t,r){return d.apply(this,arguments)},rportRmCmd:function(e,t){return p.apply(this,arguments)},getDevicesCmd:function(){return g.apply(this,arguments)},getLegacyDeviceName:function(e){return m.apply(this,arguments)},getLegacyProcess:function(e,t){return _.apply(this,arguments)}}}var we=require("https"),d=require("fs"),ke=require("path"),Se=t(require("tar")),Ce=t(require("zlib")),Ee=t(require("stream")),Ae=require("crypto"),xe=t(require("fs")),De=require("json5"),Oe=i("json");function Te(e,t){try{var r;return(null!=(r=De.default)?r:De).parse(e)}catch(e){Oe.error("parse json error",e)}return t}function l(e,t){return xe.existsSync(e)?Te(xe.readFileSync(e,"utf-8"),t):t}function Be(e,t){for(var r in t){var n;"object"==_typeof(t[r])?Array.isArray(t[r])?(Object.prototype.hasOwnProperty.call(e,r)||(e[r]=[]),(n=e[r]).push.apply(n,_toConsumableArray(t[r]))):(Object.prototype.hasOwnProperty.call(e,r)&&"object"==_typeof(e[r])||(e[r]={}),Be(e[r],t[r])):e[r]=t[r]}return e}var r=t(require("cachedir")),e=t(require("path")),Ie=t(require("fs")),r=(0,r.default)("ascf-cache"),f=e.join(r,"ascfTools"),p=i("npmUtils");function Pe(){return(Pe=_asyncToGenerator(_regenerator().m(function e(t,o,s){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,new Promise(function(i,a){(0,we.get)(t,function(e){var r,n;200!==e.statusCode?a(new Error("Download failed: ".concat(e.statusCode))):(r=(0,Ae.createHash)("sha512"),n=[],e.on("data",function(e){r.update(e),n.push(e)}),e.on("end",function(){var e,t;"sha512-".concat(r.digest("base64"))!==s?a("Verify integrity failed"):(p.debug("Extracting to ".concat(o)),t=Buffer.concat(n),(e=new Ee.PassThrough).end(t),(t=Se.x({cwd:o,strip:1,noChmod:!0,noMtime:!0,preserveOwner:!1,onwarn:function(e,t,r){p.warn("extract entry error",e,t)}})).on("end",i),t.on("error",a),e.pipe(Ce.createGunzip()).pipe(t).on("error",function(e){return p.error("Extract error:",e)}).on("close",i))}),e.on("finish",i),e.on("error",a))}).on("error",a)}))},e)}))).apply(this,arguments)}var Fe={pkg:"@chrome-devtools/js-app",version:"1.20251708.0",baseFolder:"",existsFlag:"js_app.html"},Re={pkg:"@atomicservice/ascf-toolkit",version:"1.0.9",baseFolder:"",existsFlag:"lib/tools/platform-tools-windows/adb.exe"};function je(){return Le.apply(this,arguments)}function Le(){return(Le=_asyncToGenerator(_regenerator().m(function e(n,i){var a,o,s,c,u,l,f,h;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:if(a=i.pkg,o=i.version,c=i.baseFolder,u=i.existsFlag,s="".concat(a,"@").concat(o),p.info("begin to download ".concat(s)),c=(0,ke.join)(n,c),u=(0,ke.join)(c,u),(0,d.existsSync)(u))return e.a(2,(p.debug("".concat(u," is exists, skip download and extract")),c));e.n=1;break;case 1:if(t=a,r=o,f=(null==(t=Te(Gt("".concat(ge()," info --json ").concat(t,"@").concat(r)),{}))?void 0:t.dist)||{},l=f.tarball,f=f.integrity,l){e.n=2;break}return p.error("".concat(s," is not found")),e.a(2);case 2:return(0,d.mkdirSync)(n,{recursive:!0}),e.p=3,e.n=4,function(){return Pe.apply(this,arguments)}(l,n,f);case 4:e.n=6;break;case 5:return e.p=5,h=e.v,p.error("downloadAndExtract ".concat(l," error"),h),(0,d.existsSync)(n)&&(0,d.rmdirSync)(n,{recursive:!0}),e.a(2);case 6:if((0,d.existsSync)(u))return e.a(2,(p.info("download ".concat(s," to ").concat(n," success")),c));e.n=7;break;case 7:p.error("download ".concat(s," to ").concat(n," failed"));case 8:return e.a(2)}var t,r},e,null,[[3,5]])}))).apply(this,arguments)}function Ne(){return(Ne=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,je(t,Fe);case 1:return e.a(2,e.v)}},e)}))).apply(this,arguments)}function ze(){return He.apply(this,arguments)}function He(){return(He=_asyncToGenerator(_regenerator().m(function e(){var t,r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:Ie.existsSync(f)?(p.debug("ascfTools is aleady at ".concat(f)),t=f,e.n=4):e.n=1;break;case 1:return e.n=2,je(f,Re);case 2:if(r=e.v){e.n=3;break}r=f;case 3:t=r;case 4:return e.a(2,t)}},e)}))).apply(this,arguments)}function Ge(){return Me.apply(this,arguments)}function Me(){return(Me=_asyncToGenerator(_regenerator().m(function e(){var t;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,ze();case 1:return t=e.v,e.a(2,"win32"===(0,ye.platform)()?ve.default.join(t,"/lib/tools/platform-tools-windows/adb.exe"):"darwin"===(0,ye.platform)()?ve.default.join(t,"/lib/tools/platform-tools-darwin/adb"):ve.default.join(t,"/lib/tools/platform-tools-linux/adb"))}},e)}))).apply(this,arguments)}function h(e,t){return Ue.apply(this,arguments)}function Ue(){return(Ue=_asyncToGenerator(_regenerator().m(function e(t,r){var n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return n=b,e.n=1,Ge();case 1:return e.a(2,n(e.v,t,r))}},e)}))).apply(this,arguments)}var e=be({logger:i("legacy"),runAdbCmdAsync:h}),qe=e.listTargets,Ve=e.getDeviceName,We=e.tryAdbPortReversing,Ze=e.startHostPkg,Ke=e.startHostPkgUrl,Ye=e.fportListCmd,Je=e.fportRmCmd,Xe=e.fportCmd,$e=e.rportCmd,Qe=e.rportRmCmd,et=e.getDevicesCmd,tt=e.getLegacyDeviceName,rt=e.getLegacyProcess;function nt(e,t){return it.apply(this,arguments)}function it(){return(it=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,h(["-s",t,"shell",'"pm list packages -f | grep '.concat(r,'"')]))},e)}))).apply(this,arguments)}function at(e,t){return ot.apply(this,arguments)}function ot(){return(ot=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,v(h(["-s",t,"shell","pidof",r]));case 1:if(n=e.v.data,i=null===n){e.n=2;break}i=void 0===n;case 2:i?(a=void 0,e.n=4):e.n=3;break;case 3:a=n.trim();case 4:return e.a(2,a)}},e)}))).apply(this,arguments)}var st=i("hos");function ct(){return ut.apply(this,arguments)}function ut(){return(ut=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,b(u(),t,r))},e)}))).apply(this,arguments)}function lt(){return(lt=_asyncToGenerator(_regenerator().m(function e(){var t;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,v(ct(["list","targets"],{sensitive:!0}));case 1:return t=e.v,e.a(2,t.err?(st.error("list targets error: "+t.err),[]):null==(t=t.data)||null==(t=t.trim())||null==(t=t.split("\n"))?void 0:t.map(function(e){return e.trim()}))}},e)}))).apply(this,arguments)}function ft(e,t){return ht.apply(this,arguments)}function ht(){return(ht=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o,s=arguments;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return i=2<s.length&&void 0!==s[2]?s[2]:0,a=Math.floor(64512*Math.random())+1024,e.n=1,v(ct(["-t",t,"rport","tcp:".concat(a),"tcp:".concat(r)]));case 1:if((o=e.v).err)return st.warn("hdc rport tcp:".concat(a," tcp:").concat(r),o.err),e.a(2);e.n=2;break;case 2:return e.a(2,o.data&&10!==i?null!=(n=o.data)&&n.includes("Forwardport result:OK")?a:ft(t,r,++i):0)}},e)}))).apply(this,arguments)}var dt=require("child_process");function g(e){return e&&(e.length<4?"*".repeat(e.length):e.slice(0,-4)+"****")}var pt="atomicservice",gt="crossAtomicService";function mt(e){var l=e.logger,f=e.getDevEcoSdkHome,h=e.getPath,n=e.getHdcPath;function d(e){return null==e?void 0:e.replace(/--sign-pwd\s+\S+/g,"--sign-pwd ***").replace(/(--deviceId|-t|-s)\s+(\S+)/g,function(e,t,r){return"".concat(t," ").concat(g(r))})}function s(e,t,n,i,r){l.debug("begin runCmd: ",e," ",d(null==t?void 0:t.join(" "))),!1===(null==i?void 0:i.shell)&&(e=e.replace(/"/g,""));function a(e){null!=i&&i.sensitive||l.debug("runCmd stdout: ",d(e)),c.push(e)}var o,s=(0,dt.spawn)(e,t,(e=i,t=f(),s=h("node"),l.debug("DEVECO_SDK_HOME="+t),o=s+";"+(null!=(o=process.env.PATH)?o:""),Object.assign({shell:!0,env:_objectSpread(_objectSpread({},process.env||{}),{},{NODE_HOME:s,PATH:o,DEVECO_SDK_HOME:t})},e))),c=(null!=r&&r(s),[]),u=[];return s.stdout.on("data",function(e){e=e.toString().trim();a(e)}),s.stderr.on("data",function(e){var e=e.toString().trim();/<i> \[(webpack-dev-server)|(webpack-dev-middleware)\]/.test(e)?a(e):(/hvigor /.test(e=e)&&/WARN/.test(e)?(l.warn("runCmd stdout: ",e),c):(l.error("runCmd stderr: ",e),u)).push(e)}),s.on("close",function(e){var t,r=c.join("\n");0===e||null!=i&&null!=(t=i.ignoreError)&&t.call(i,e)?/failed to start ability/.test(r)?null!=n&&n("start ability error"):(null!=n&&n(null,r),l.debug("runCmd exited.")):(t="runCmd exited with code ".concat(e,"."),l.error(t),null!=n&&n(t+" errors:\n"+u.join("\n"),r))}),s}function i(e,t,r,n){return a.apply(this,arguments)}function a(){return(a=_asyncToGenerator(_regenerator().m(function e(t,i,a,o){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,new Promise(function(r,n){s(t,i,function(e,t){if(e)return n(e);r(t)},a,o)}))},e)}))).apply(this,arguments)}function o(e,t){return r.apply(this,arguments)}function r(){return(r=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,i(n(),t,r))},e)}))).apply(this,arguments)}function t(){return(t=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,v(o(["-t",t,"shell","param","get","const.product.name"]));case 1:return r=e.v,e.a(2,r.err||/(\[Fail\])/.test(r.data)?(l.error("get device name error",r.err),"Unknown"):null==(r=r.data)?void 0:r.trim())}},e)}))).apply(this,arguments)}return{runCmd:s,runCmdAsync:i,runExecAsync:function(t,r,a){return new Promise(function(n,i){var e=[t].concat(_toConsumableArray(r||[])).join(" ");l.debug("begin runExecAsync",e),(0,dt.exec)(e,_objectSpread({encoding:"utf8"},a||{}),function(e,t,r){if(e)return l.error("runExecAsync stderr",r),i(r);l.debug("runExecAsync stdout",t),n(t)})})},runHdcCmd:function(e,t,r){return s(n(),e,t,r)},runHdcCmdAsync:o,getDeviceName:function(e){return t.apply(this,arguments)}}}var _t,vt,yt,bt,wt,kt,St,m="legacy",_="hos",Ct=_createClass(function e(){var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:_;_classCallCheck(this,e),this.type=t}),Et=_createClass(function e(t){_classCallCheck(this,e),this.cache=new Map,this.cur=null,this.isInit=!1,this.devices=[],this.adapter=t},[{key:"getDevices",value:(St=_asyncToGenerator(_regenerator().m(function e(){var t,r,n,i=arguments;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(r=1<i.length&&void 0!==i[1]&&i[1],!(0<i.length&&void 0!==i[0]&&i[0])&&this.isInit&&null!=(t=this.devices)&&t.length)return e.a(2,this.devices);e.n=1;break;case 1:return n=r?null:(null==(t=global._ascfCliOptions)?void 0:t.deviceType)||_,e.n=2,this.getDevicesInner(n);case 2:return n=e.v,e.a(2,(this.devices=n,this.isInit=!0,n))}},e,this)})),function(){return St.apply(this,arguments)})},{key:"getDevicesInner",value:(kt=_asyncToGenerator(_regenerator().m(function e(t){var r,n,i,a,o,s;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(r=[],t===_)return e.n=1,this.getHosDevices();e.n=2;break;case 1:r=e.v,e.n=4;break;case 2:if(t===m)return e.n=3,this.getLegacyDevices();e.n=4;break;case 3:r=e.v;case 4:if(r.length){e.n=8;break}return a=Promise,e.n=5,this.getHosDevices();case 5:return o=e.v,e.n=6,this.getLegacyDevices();case 6:return s=e.v,e.n=7,a.all.call(a,[o,s]);case 7:s=e.v,i=_slicedToArray(s,2),n=i[0],i=i[1],r=[].concat(_toConsumableArray(n),_toConsumableArray(i));case 8:return e.a(2,(r.length||this.adapter.logger.debug("listTargets error or no devices found"),r))}},e,this)})),function(e){return kt.apply(this,arguments)})},{key:"getHosDevices",value:(wt=_asyncToGenerator(_regenerator().m(function e(){var t,r,i,n,a=this;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,v(this.adapter.listTargets());case 1:if((r=e.v).err||null==r||null==(t=r.data)||!t.length||/(\[Empty\])|(\[Fail\])/.test(null==(t=r.data)?void 0:t.join("\n")))return e.a(2,(this.cur=null,this.adapter.logger.debug("hos listTargets error or no devices found",r.err),[]));e.n=2;break;case 2:return this.adapter.logger.debug("found devices: ",null==(t=r.data)?void 0:t.map(g).join("\n")),i=!1,e.n=3,Promise.all(r.data.map((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){var r,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(a.cur&&a.cur.sn===t&&(i=!0),a.cache.has(t))return e.a(2,a.cache.get(t));e.n=1;break;case 1:return(r=new Ct(_)).sn=t,e.n=2,a.adapter.getDeviceName(t);case 2:return n=e.v,e.a(2,(r.name="[HOS] ".concat(n),a.cache.set(t,r),r))}},e)}));return function(e){return t.apply(this,arguments)}})()));case 3:return n=e.v,e.a(2,(i||(this.cur=n.length?n[0]:null),n))}},e,this)})),function(){return wt.apply(this,arguments)})},{key:"getLegacyDevices",value:(bt=_asyncToGenerator(_regenerator().m(function e(){var t,r,i,n,a=this;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,v(this.adapter.getDevicesCmd());case 1:if((t=e.v).err||null==t||null==(r=t.data)||!r.length||/^List of devices attached$/.test(t.data))return e.a(2,(this.adapter.logger.debug("legacy listTargets error or no devices found"),[]));e.n=2;break;case 2:return(r=t.data.split("\n")).shift(),r=r.map(function(e){return e.split(" ")[0]}),this.adapter.logger.debug("found devices: ",null==(n=r)?void 0:n.map(g).join("\n")),i=!1,e.n=3,Promise.all(r.map((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){var r,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(a.cur&&a.cur.sn===t&&(i=!0),a.cache.has(t))return e.a(2,a.cache.get(t));e.n=1;break;case 1:return(r=new Ct(m)).sn=t,e.n=2,a.adapter.getLegacyDeviceName(t);case 2:return n=e.v,e.a(2,(r.name=n,a.cache.set(t,r),r))}},e)}));return function(e){return t.apply(this,arguments)}})()));case 3:return n=e.v,e.a(2,(i||(this.cur=n.length?n[0]:null),n))}},e,this)})),function(){return bt.apply(this,arguments)})},{key:"getCurrent",value:function(){return this.cur}},{key:"setCurrent",value:function(e){e&&this.cache.has(e)&&(e=this.cache.get(e),this.cur=e)}},{key:"checkAndGetCurrent",value:(yt=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,this.getDevices();case 1:return e.a(2,this.getCurrent())}},e,this)})),function(){return yt.apply(this,arguments)})},{key:"getDeviceId",value:(vt=_asyncToGenerator(_regenerator().m(function e(){var t;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,this.getDevices();case 1:if(t=null==(t=this.getCurrent())?void 0:t.sn){e.n=2;break}return this.adapter.onError(this.adapter.NO_DEVICE_ERROR),e.a(2);case 2:return e.a(2,t)}},e,this)})),function(){return vt.apply(this,arguments)})},{key:"getDeviceType",value:(_t=_asyncToGenerator(_regenerator().m(function e(t){var r,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,this.getDevices();case 1:if(r=t?null==(r=this.devices)?void 0:r.find(function(e){return e.sn===t}):null)return e.a(2,r.type);e.n=2;break;case 2:if(n=null==(n=this.getCurrent())?void 0:n.type){e.n=3;break}return this.adapter.onError(this.adapter.NO_DEVICE_ERROR),e.a(2);case 3:return e.a(2,n)}},e,this)})),function(e){return _t.apply(this,arguments)})}]);function At(e){var t=_createClass(r,null,[{key:"getInstance",value:function(){return r.instance}}]);function r(){_classCallCheck(this,r)}return t.instance=new Et(e),{DeviceInfo:Ct,DeviceManager:t}}var xt=t(require("fs")),Dt=i("bundle");function Ot(e,t){var e=Tt(e,!0),r=e.bundleName,e=e.versionCode,n=(new Date).toISOString().split("T")[0].split("-").join("");return{bundleName:r,spkName:"".concat(r,"-").concat(e,"-").concat(t,"-").concat(n,".spk")}}function Tt(e){var t={bundleName:"",versionCode:""};if(1<arguments.length&&void 0!==arguments[1]&&arguments[1]){var r="".concat(e,"/ascf/ascf_src/app.json");if(xt.default.existsSync(r)){r=JSON.parse(xt.default.readFileSync(r,"utf8"));if(null!=r&&r.package)return t.bundleName=null==r?void 0:r.package,t.versionCode=null==r?void 0:r.versionCode,t}}var r="".concat(e,"/AppScope/app.json5");if(xt.default.existsSync(r))return e=l(r,{}),t.bundleName=null==e||null==(r=e.app)?void 0:r.bundleName,t.versionCode=null==e||null==(r=e.app)?void 0:r.versionCode,t;if(t.bundleName&&t.versionCode)return t;throw Dt.error(e="bundleName or versionCode is not configured"),new Error(e)}function Bt(e){return l("".concat(e,"/ascf/ascf_src/ascf.config.json"),{})}var y=i("hdc"),r=mt({logger:y,getDevEcoSdkHome:_e,getPath:o,getHdcPath:u}),It=r.runCmd,b=r.runCmdAsync,w=r.runHdcCmdAsync;function Pt(e){var t,e="".concat(e,"/AppScope/app.json5");if(se.existsSync(e))return null==(t=l(e,{}))||null==(t=t.app)?void 0:t.bundleName;throw y.error("".concat(e," is not found")),new Error("".concat(e," is not found"))}function Ft(e){e="".concat(e,"/build-profile.json5");if(se.existsSync(e))return l(e,{});throw y.error("".concat(e," is not found")),new Error("".concat(e," is not found"))}function Rt(){return jt.apply(this,arguments)}function jt(){return(jt=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return y.info("start startAbility under ".concat(t)),n=Pt(t),e.n=1,v(w(["-t",r,"shell","aa","force-stop",n]));case 1:return i=["-t",r,"shell","aa","start","-a","EntryAbility","-b",n,"--ps launchMode forceUpdate"],"brk"===(null==(a=Bt(t))?void 0:a.ascfDebugger)&&i.push("--ps ascfDebugger brk"),e.n=2,v(w(i));case 2:if((a=e.v).err)return y.error("start hap error",a.err),y.error("Start ability error"),e.a(2);e.n=3;break;case 3:return e.a(2)}},e)}))).apply(this,arguments)}function Lt(){return(Lt=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return y.info("start installDeps under ".concat(t)),e.n=1,v(b(me(),["update"],{chdir:!0,cwd:t}));case 1:(r=e.v).err&&y.error("installDeps err",r.err);case 2:return e.a(2)}},e)}))).apply(this,arguments)}function Nt(){return(Nt=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return y.info("start ohpm clean under ".concat(t)),e.n=1,v(b(me(),["clean"],{chdir:!0,cwd:t}));case 1:(r=e.v).err&&y.error("ohpmClean err",r.err);case 2:return e.a(2)}},e)}))).apply(this,arguments)}function zt(){return(zt=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return y.info("start hvigor clean under ".concat(t)),e.n=1,v(b(c(),["clean","--parallel"],{chdir:!0,cwd:t}));case 1:(r=e.v).err&&y.error("hvigorClean err",r.err);case 2:return e.a(2)}},e)}))).apply(this,arguments)}function Ht(e){if(e){var t=process.platform;try{"win32"===t?(0,oe.execSync)("taskkill /pid ".concat(e.pid," /T /F")):"darwin"===t&&e.pid?process.kill(e.pid):e.kill()}catch(e){y.warn("killProcess error")}}}var e=At({logger:y,listTargets:function(){return lt.apply(this,arguments)},getDeviceName:r.getDeviceName,getDevicesCmd:et,getLegacyDeviceName:tt,NO_DEVICE_ERROR:"No devices found, please connect to phone",onError:function(e){throw new Error(e)}}),k=(e.DeviceInfo,e.DeviceManager);function Gt(e){var t,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};try{return null==(t=(0,oe.execSync)(e,r))?void 0:t.toString("utf8")}catch(e){y.warn("exec cmd error",e)}}var Mt=t(require("net"));function Ut(e){return qt.apply(this,arguments)}function qt(){return(qt=_asyncToGenerator(_regenerator().m(function e(i){var a,t,o,r,n=arguments;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return t=(r=1<n.length&&void 0!==n[1]?n[1]:{}).host,a=void 0===t?"127.0.0.1":t,o=void 0===(t=r.timeout)?1e3:t,r=new Promise(function(e,t){function r(){n.destroy(),t()}var n=new Mt.Socket;n.once("error",r),n.once("timeout",r),n.setTimeout(o),n.connect(i,a,function(){n.end(),e(i)})}),e.p=1,e.n=2,r;case 2:return e.a(2,!0);case 3:return e.p=3,e.a(2,!1)}},e,null,[[1,3]])}))).apply(this,arguments)}function Vt(){return Wt.apply(this,arguments)}function Wt(){return(Wt=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,new Promise(function(r,n){var t,i;t=function(e,t){t?r(t):n(e)},(i=Mt.createServer()).listen(0,"127.0.0.1",function(){var e=null==(e=i.address())?void 0:e.port;i.close(),t(null,e)}),i.on("error",function(e){t(e)})}))},e)}))).apply(this,arguments)}var S="Please check the following: 1.The device is connected to the computer. 2. The screen is on. 3. Check whether the debugging port is occupied. Reference ".concat("https://developer.huawei.com/consumer/cn/doc/atomic-ascf/debug-ascf-code#section1738615814111"," for more details.");function Zt(e){var c=e.logger,u=e.fportListCmd,l=e.fportRmCmd,s=e.isPortReachable,f=e.fportCmd;function h(e){return t.apply(this,arguments)}function t(){return(t=_asyncToGenerator(_regenerator().m(function e(a){var t,o,s,r,n,i=arguments;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return o=1<i.length&&void 0!==i[1]&&i[1],s=2<i.length&&void 0!==i[2]?i[2]:"",e.n=1,v(u(a));case 1:!(r=e.v).err&&r.data?e.n=2:(c.error("fport ls error: ",S),n=[],e.n=4);break;case 2:return e.n=3,Promise.all(null==(t=r.data)?void 0:t.trim().split("\n").map((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){var r,n,i;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(n=t.split(/\s+/),r=null==(r=n[1])?void 0:r.trim(),n=null==(n=n[2])?void 0:n.trim(),i=o&&r==="tcp:".concat(s))return e.n=1,v(l(a,r,n));e.n=1;break;case 1:return e.a(2,{localPort:r,remotePort:n,needRm:i})}},e)}));return function(e){return t.apply(this,arguments)}})()));case 3:n=e.v.filter(function(e){return e.localPort&&!e.needRm});case 4:return e.a(2,n)}},e)}))).apply(this,arguments)}function n(){return(n=_asyncToGenerator(_regenerator().m(function e(n,i,a){var t,o,r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,h(n);case 1:return t=e.v,o=!1,r=i.trim().replace("tcp:",""),e.n=2,Promise.all(t.map((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(t.localPort&&t.remotePort){e.n=1;break}return e.a(2);case 1:if(r=!1,t.localPort===i&&t.remotePort===a?o=!0:t.localPort!==i&&t.remotePort!==a||(r=!0),r)return e.n=2,v(l(n,i,a));e.n=2;break;case 2:return e.a(2)}},e)}));return function(e){return t.apply(this,arguments)}})()));case 2:if(o)return c.warn("already has forward"),e.a(2);e.n=3;break;case 3:return e.n=4,s(r);case 4:if(e.v)return c.error("port ".concat(r," is used")),e.a(2);e.n=5;break;case 5:return e.n=6,v(f(n,i,a));case 6:if(e.v.err)return c.error("fport error: ",S),e.a(2);e.n=7;break;case 7:return e.a(2)}},e)}))).apply(this,arguments)}function r(){return(r=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,h(t,!0,r);case 1:return e.a(2,e.v)}},e)}))).apply(this,arguments)}return{fportList:h,fport:function(e,t,r){return n.apply(this,arguments)},fportRm:function(e,t){return r.apply(this,arguments)}}}function Kt(e){var t,r,n,i,a,o,s=e.logger,c=e.DeviceManager,u=e.getPid,l=e.ERROR_MSG,f=e.fport,h=e.fportRm,d=e.fportList,e=e.remoteV8Port,p=void 0===e?9225:e,e=_createClass(function e(){_classCallCheck(this,e),this.webLocalPort=9222,this.v8LocalPort=9229},[{key:"fportWeb",value:(o=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(o=!t)return e.n=1,c.getInstance().getDeviceId();e.n=2;break;case 1:t=e.v,o=!t;case 2:if(o)return e.a(2);e.n=3;break;case 3:return e.n=4,v(u(t,r));case 4:if((i=e.v).err||null==(n=i.data)||!n.length)return s.error("fportWeb get pid error: ",l),e.a(2);e.n=5;break;case 5:return a=null==(n=i.data)||null==(n=n.trim().split("\n"))?void 0:n[0].trim().split(/\s+/)[1].trim(),e.n=6,v(f(t,"tcp:"+this.webLocalPort,"localabstract:webview_devtools_remote_".concat(a)));case 6:if(e.v.err)return s.error("fport web error: ",l),e.a(2);e.n=7;break;case 7:return e.a(2)}},e,this)})),function(e,t){return o.apply(this,arguments)})},{key:"fportV8",value:(a=_asyncToGenerator(_regenerator().m(function e(t){var r,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(n=!t)return e.n=1,c.getInstance().getDeviceId();e.n=2;break;case 1:t=e.v,n=!t;case 2:if(r=!n)return e.n=3,v(f(t,"tcp:"+this.v8LocalPort,"tcp:".concat(p)));e.n=4;break;case 3:r=e.v.err;case 4:if(r)return s.error("fport v8 error: ",l),e.a(2);e.n=5;break;case 5:return e.a(2)}},e,this)})),function(e){return a.apply(this,arguments)})},{key:"fportRmV8",value:(i=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,this.fportRm(t,String(this.v8LocalPort));case 1:return e.a(2)}},e,this)})),function(e){return i.apply(this,arguments)})},{key:"fportRmWeb",value:(n=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,this.fportRm(t,String(this.webLocalPort));case 1:return e.a(2)}},e,this)})),function(e){return n.apply(this,arguments)})},{key:"fportRm",value:(r=_asyncToGenerator(_regenerator().m(function e(t,r){var n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(n=!t)return e.n=1,c.getInstance().getDeviceId();e.n=2;break;case 1:t=e.v,n=!t;case 2:if(n){e.n=3;break}return e.n=3,h(t,r);case 3:return e.a(2)}},e)})),function(e,t){return r.apply(this,arguments)})},{key:"status",value:(t=_asyncToGenerator(_regenerator().m(function e(t){var r,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(r=!t)return e.n=1,c.getInstance().getDeviceId();e.n=2;break;case 1:t=e.v,r=!t;case 2:r?(n=[],e.n=5):e.n=3;break;case 3:return e.n=4,d(t);case 4:n=e.v;case 5:return e.a(2,n)}},e)})),function(e){return t.apply(this,arguments)})}],[{key:"getInstance",value:function(){return this.instance}}]);return e.instance=new e,{DebugPortManager:e}}var r=i("DebugPortManager"),e=Zt({logger:r,isPortReachable:Ut,fportListCmd:function(e){return w(["-t",e,"fport","ls"])},fportRmCmd:function(e,t,r){return w(["-t",e,"fport","rm",t,r])},fportCmd:function(e,t,r){return w(["-t",e,"fport",t,r])}}),Yt=e.fportList,Jt=Kt({logger:r,DeviceManager:k,ERROR_MSG:S,fport:e.fport,fportRm:e.fportRm,fportList:Yt,getPid:function(e,t){return w(["-t",e,"shell",'"ps -ef | grep '.concat(t,' | grep -v render | grep -v grep"')])}}).DebugPortManager,Xt="com.huawei.ascf.sample",$t="legacy",C="service",r=i("LegacyDebugPortManager"),e=Zt({logger:r,fportListCmd:Ye,fportRmCmd:Je,isPortReachable:Ut,fportCmd:Xe}),Yt=e.fportList,Qt=Kt({logger:r,DeviceManager:k,ERROR_MSG:S,fport:e.fport,fportRm:e.fportRm,fportList:Yt,getPid:function(e,t){return rt(e,Xt)},remoteV8Port:9229}).DebugPortManager,r=t(require("path")),er=t(require("http"));function tr(i,a){return new Promise(function(r,n){var e=Object.assign({timeout:6e3},a),t=er.default.get(i,function(e){var t="";e.on("data",function(e){t+=e}),e.on("end",function(){try{r(JSON.parse(t))}catch(e){n(new Error("Invalid JSON"))}})});t.setTimeout(e.timeout,function(){t.abort(),n(new Error("Request timed out"))}),t.on("error",n),t.end()})}var rr=t(require("fs")),nr=t(require("path")),ir=t(require("express")),ar=t(require("cachedir")),or=i("DebugServer");function sr(){return nr.resolve((0,ar.default)("ascf-cache"),"ascf.debugger.".concat(process.pid,".json"))}function cr(){return(cr=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o,s,c;return _regenerator().w(function(e){for(;;)if(0===e.n)return i=(n=!1,ir.default)(),a=nr.normalize(t),i.use(ir.default.static(a)),i.get("/debugServer/status",function(e,t){t.json({code:0,isStart:n,port:r})}),i.get("/debugServer/stop",function(e,t){c(),t.json({code:0})}),o=i.listen(r,"127.0.0.1",function(){or.info("Debug Server is running on http://127.0.0.1:".concat(r)),n=!0}),s=!1,c=function(){var e;s||(or.info("Debug Server stopping ..."),e=sr(),rr.existsSync(e)&&rr.unlink(e,function(e){return e&&or.warn("delete ascf debugger pid file error",e)}),o.close(function(){or.info("Debug Server has been stopped"),s=!0}))},e.a(2,{port:r,stop:c})},e)}))).apply(this,arguments)}var ur=t(require("process")),lr=require("buffer"),fr=t(require("child_process")),hr={chrome:{darwin:"google chrome",win32:"chrome",linux:["google-chrome","google-chrome-stable","chromium"]},edge:{darwin:"microsoft edge",win32:"msedge",linux:["microsoft-edge","microsoft-edge-dev"]}};function dr(e,t){var r=ur.platform,n=null==(n=hr[e])?void 0:n[r];if(!n)throw new Error("".concat(e," is not supported"));var e="open",i=[],a=[];"darwin"===r?(e="open",a.push("-a",n),/^(chrome|edge):/i.test(t)&&a.push("--allow-file-access-from-files")):"win32"===r&&(e="".concat(ur.env.SYSTEMROOT||ur.env.windir||"C:\\Windows","\\System32\\WindowsPowerShell\\v1.0\\powershell"),a.push("-NoProfile","-NonInteractive","-ExecutionPolicy","Bypass","-EncodedCommand"),r=["Start"],n?(r.push('"`"'.concat(n,'`""')),t&&(/^(chrome|edge):/i.test(t)&&i.push("--disable-web-security","--allow-file-access-from-files"),i.push(t))):t&&r.push('"'.concat(t,'"')),0<i.length&&(i=i.map(function(e){return'"`"'.concat(e,'`""')}),r.push("-ArgumentList",i.join(","))),t=lr.Buffer.from(r.join(" "),"utf16le").toString("base64")),t&&a.push(t),fr.spawn(e,a).unref()}function pr(t){var r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"chrome";try{dr(r,t)}catch(e){dr("chrome"===r?"edge":"chrome",t)}}var e=t(require("cachedir")),E=i("DebuggerProcess"),Yt=(0,e.default)("ascf-cache"),gr=r.join(Yt,"chrome-devtools-frontend"),mr=["exit","SIGINT","SIGTERM"];function _r(e){return vr.apply(this,arguments)}function vr(){return(vr=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return r=[],e.p=1,e.n=2,tr("http://127.0.0.1:".concat(t,"/json"),{timeout:3e3});case 2:r=e.v,e.n=4;break;case 3:e.p=3,E.error("getDebugees ".concat(t," error: "),S);case 4:return e.a(2,r)}},e,null,[[1,3]])}))).apply(this,arguments)}function yr(){return br.apply(this,arguments)}function br(){return(br=_asyncToGenerator(_regenerator().m(function e(t){var r,n,i,a,o;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:if(t){e.n=1;break}return e.a(2,"");case 1:return e.p=1,e.n=2,_r(t);case 2:if(r=e.v,i=null===r){e.n=3;break}i=void 0===r;case 3:if(n=i){e.n=4;break}n=null==(r=r[0]);case 4:n?(a=void 0,e.n=6):e.n=5;break;case 5:a=r.devtoolsFrontendUrl;case 6:return e.a(2,a);case 7:return e.p=7,o=e.v,E.error("getDebugUrl ".concat(t," error"),o),e.a(2,"")}},e,null,[[1,7]])}))).apply(this,arguments)}var wr,kr,Sr,Cr,Er,Ar,xr,Dr,Or,Tr,Br,Ir,Pr,Fr,e=_createClass(function e(t){_classCallCheck(this,e),this.lastDebugServer=null,this.options=Object.assign({open:""},t)},[{key:"handle",value:function(e){var t=this,r=(E.info("handle ".concat(e)),{status:function(){return t.status()},start:function(){return t.start()},stop:function(){return t.stop()},"start-view":function(){return t.startView()},"start-service":function(){return t.startService()},"stop-view":function(){return t.stopView()},"stop-service":function(){return t.stopService()}});r[e]?r[e]().then(function(){return E.info("handle end")}).catch(function(e){return E.error("handle error",e)}):E.error("invalid subCmd, should be "+Object.keys(r).join(","))}},{key:"openBrowser",value:(Fr=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o=arguments;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:i=2<o.length&&void 0!==o[2]?o[2]:"",E.info("openBrowser",t,r),t!==C||(null==(n=this.options)?void 0:n.deviceType)!==m?e.n=1:(a="devtools://devtools/bundled/js_app.html?v8only=true&ws=127.0.0.1:9229",e.n=3);break;case 1:return e.n=2,yr(r);case 2:a=e.v;case 3:if(a){e.n=4;break}return E.info("openBrowser error, please try later"),e.a(2);case 4:t===C?this.startDebugServer(a):(i&&(a=i),E.info("please open url in browser: ",a));case 5:return e.a(2)}},e,this)})),function(e,t){return Fr.apply(this,arguments)})},{key:"startDebugServer",value:(Pr=_asyncToGenerator(_regenerator().m(function e(r){var n,i,a,o,s;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return this.stopDebugServer(),e.p=1,e.n=2,function(){return Ne.apply(this,arguments)}(gr);case 2:if(n=e.v){e.n=3;break}return E.error("install devtools failed, please open chrome://inspect in browser(chrome/edge) to debug"),e.a(2);case 3:return e.n=4,Vt();case 4:return i=e.v,a=r.replace("devtools://devtools/bundled/js_app.html","http://127.0.0.1:".concat(i,"/js_app.html")),a+=(a.includes("?")?"&":"?")+"panel=sources",t={port:i,debugUrl:a},rr.writeFileSync(sr(),JSON.stringify(t),"utf8"),e.n=5,function(){return cr.apply(this,arguments)}(n,i);case 5:o=e.v,this.lastDebugServer=o,mr.forEach(function(e){process.on(e,o.stop)}),E.info("start debug server url: ".concat(a)),null!=(i=this.options)&&i.open&&pr(a,this.options.open),e.n=7;break;case 6:e.p=6,s=e.v,E.error("startDebugServer error",s),this.stopDebugServer();case 7:return e.a(2)}var t},e,this,[[1,6]])})),function(e){return Pr.apply(this,arguments)})},{key:"stopDebugServer",value:function(){var t=this;this.lastDebugServer&&(mr.forEach(function(e){process.removeListener(e,t.lastDebugServer.stop)}),this.lastDebugServer.stop(),this.lastDebugServer=null)}}]),A=i("AscfDebugger"),Rr=(_inherits(Vr,e),_createClass(Vr,[{key:"isLegacy",value:function(){return this.options.deviceType===$t}},{key:"getPortManager",value:function(){return(this.isLegacy()?Qt:Jt).getInstance()}},{key:"status",value:(Ir=_asyncToGenerator(_regenerator().m(function e(){var t,o=this;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return A.info("status"),e.n=1,this.checkAndGetBundleName();case 1:if(e.v){e.n=2;break}return e.a(2);case 2:return e.n=3,this.getPortManager().status(this.options.deviceId);case 3:return t=e.v,e.n=4,Promise.all(null==t?void 0:t.map((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){var r,n,i,a;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:t.localPort!=="tcp:".concat(o.getPortManager().webLocalPort)?e.n=1:(r="view",e.n=3);break;case 1:t.localPort!=="tcp:".concat(o.getPortManager().v8LocalPort)?e.n=2:(r=C,e.n=3);break;case 2:return e.a(2);case 3:if(n="",i=!(r===C&&o.isLegacy()))return e.n=4,yr(t.localPort.replace("tcp:",""));e.n=5;break;case 4:n=e.v,i=!n;case 5:i?(a="",e.n=7):e.n=6;break;case 6:"view"===r&&(n="chrome://inspect#devices"),a="".concat(r," ").concat(t.localPort," ").concat(t.remotePort,", browser url: ").concat(n);case 7:return e.a(2,a)}},e)}));return function(e){return t.apply(this,arguments)}})()));case 4:0!==(t=(t=e.v).filter(Boolean)).length&&A.info("ports:\n"+t.join("\n"));case 5:return e.a(2)}},e,this)})),function(){return Ir.apply(this,arguments)})},{key:"start",value:(Br=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return A.info("start"),e.n=1,this.startView();case 1:return e.n=2,this.startService();case 2:return e.a(2)}},e,this)})),function(){return Br.apply(this,arguments)})},{key:"stop",value:(Tr=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return A.info("stop"),e.n=1,this.stopView();case 1:return e.n=2,this.stopService();case 2:return e.a(2)}},e,this)})),function(){return Tr.apply(this,arguments)})},{key:"startView",value:(Or=_asyncToGenerator(_regenerator().m(function e(){var t;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return A.info("startView"),e.n=1,this.checkAndGetBundleName();case 1:if(t=e.v)return e.n=2,this.getPortManager().fportWeb(this.options.deviceId,t);e.n=3;break;case 2:return e.n=3,this.openBrowser("view",this.getPortManager().webLocalPort,"chrome://inspect/#devices");case 3:return e.a(2)}},e,this)})),function(){return Or.apply(this,arguments)})},{key:"startService",value:(Dr=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return A.info("startService"),e.n=1,this.checkAndGetBundleName();case 1:if(e.v)return e.n=2,this.getPortManager().fportV8(this.options.deviceId);e.n=3;break;case 2:return e.n=3,this.openBrowser(C,this.getPortManager().v8LocalPort);case 3:return e.a(2)}},e,this)})),function(){return Dr.apply(this,arguments)})},{key:"stopView",value:(xr=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return A.info("stopView"),e.n=1,this.getPortManager().fportRmWeb(this.options.deviceId);case 1:return e.a(2)}},e,this)})),function(){return xr.apply(this,arguments)})},{key:"stopService",value:(Ar=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return A.info("stopService"),e.n=1,this.getPortManager().fportRmV8(this.options.deviceId);case 1:return e.a(2)}},e,this)})),function(){return Ar.apply(this,arguments)})},{key:"checkAndGetBundleName",value:(Er=_asyncToGenerator(_regenerator().m(function e(){var t,r,n,i,a,o,s,c,u;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(n=this.options,r=n.deviceType,n=n.targets===gt?"com.enjoy.now.hmos":this.options.bundleName,n=r===$t?Xt:n||Pt(process.cwd()),i=this.options.deviceId,s=!i)return e.n=1,k.getInstance().getDeviceId();e.n=2;break;case 1:i=e.v,s=!i;case 2:if(s)return e.a(2,!1);e.n=3;break;case 3:if(a="",r===$t)return e.n=4,v(nt(i,n));e.n=5;break;case 4:o=e.v,a=!(o.err||!o.data),e.n=10;break;case 5:return e.n=6,v(w(["-t",i,"shell","pidof",n]));case 6:if(t=e.v.data,c=null===t){e.n=7;break}c=void 0===t;case 7:c?(u=void 0,e.n=9):e.n=8;break;case 8:u=t.trim();case 9:a=u;case 10:return e.a(2,(a||A.error("The selected Atomic Service is not running properly. Please start the Atomic Service first."),n))}},e,this)})),function(){return Er.apply(this,arguments)})}])),jr=t(require("fs")),Lr=t(require("path")),Nr=t(require("fs")),zr=t(require("path")),x=i("BuildProcess"),r=_createClass(function e(t){_classCallCheck(this,e),this.cpList=[],this.terminal=null,this.stopping=!1,this.options=Object.assign({buildMode:"debug"},t)},[{key:"handle",value:function(e){var t=this,r=(x.info("handle ".concat(e)),{start:function(){return t.start()},installDeps:function(){return t.installDeps()},assembleHap:function(){return t.assembleHap()},assembleApp:function(){return t.assembleApp()},installHap:function(){return t.installHap()},assembleAndInstallHap:function(){return t.assembleAndInstallHap()},uninstall:function(){return t.uninstall()},clean:function(){return t.clean()},stop:function(){return t.stop()}});r[e]?r[e]().then(function(){return x.info("handle success")}).catch(function(e){return x.error("handle error",e)}):x.error("invalid subCmd, should be "+Object.keys(r).join(","))}},{key:"installDeps",value:(Cr=_asyncToGenerator(_regenerator().m(function e(){var t;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return t=this.options.projectRoot,x.info("start installDeps under ".concat(t)),e.n=1,v(function(){return Lt.apply(this,arguments)}(t));case 1:return e.a(2)}},e,this)})),function(){return Cr.apply(this,arguments)})},{key:"prepareAssemble",value:(Sr=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(Nr.existsSync(zr.resolve(t,"oh_modules"))){e.n=1;break}return e.n=1,this.installDeps();case 1:return x.info("start hvigorw --sync, please waiting ..."),e.n=2,v(this.runCmdAsync(c(),["--sync"].concat(_toConsumableArray(r||[])),{cwd:t}));case 2:return e.a(2)}},e,this)})),function(e,t){return Sr.apply(this,arguments)})},{key:"add",value:function(e){this.cpList.push(e)}},{key:"del",value:function(e){e=this.cpList.indexOf(e);-1!==e&&this.cpList.splice(e,1)}},{key:"stop",value:function(){this.stopping=!0,this.dispose()}},{key:"dispose",value:function(){for(;this.cpList.length;)Ht(this.cpList.pop())}},{key:"init",value:function(){}},{key:"runCmdAsync",value:(kr=_asyncToGenerator(_regenerator().m(function e(t,a,o){var s=this;return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,new Promise(function(r,n){var i;s.stopping?n("cancelled"):(i=It(t,a,function(e,t){if(s.del(i),e)return n(e);r(t)},o),s.add(i))}))},e)})),function(e,t,r){return kr.apply(this,arguments)})},{key:"clean",value:(wr=_asyncToGenerator(_regenerator().m(function e(){var t,r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(void 0===(t=this.options.projectRoot))return e.a(2);e.n=1;break;case 1:return e.n=2,function(){return Nt.apply(this,arguments)}(t);case 2:return e.n=3,function(){return zt.apply(this,arguments)}(t);case 3:r=zr.resolve(t,"ascf","build",".pack_cache"),Nr.rm(r,{recursive:!0,force:!0},function(e){e?x.error("Failed to remove cacheDir:",e):x.info("cacheDir removed successfully")});case 4:return e.a(2)}},e,this)})),function(){return wr.apply(this,arguments)})}]),D=t(require("path")),O=t(require("fs")),Hr=t(require("os")),Gr=t(require("crypto")),Mr=t(require("semver")),Ur=t(require("cachedir")),T=i("toolkit"),qr=/ASCF_GET_HVIGOR_DEPS_CACHES_DIR=(.+)$/m;function Vr(e){return _classCallCheck(this,Vr),_callSuper(this,Vr,[e])}function Wr(e){e=D.join(e,"hvigor/hvigor-config.json5");return O.existsSync(e)}function Zr(e){}var Kr=function(e){return Gr.createHash("MD5").update(e).digest("hex")};function Yr(t){try{return O.realpathSync.native(t)}catch(e){return t}}function Jr(e){e="".concat(D.resolve(process.env.HVIGOR_USER_HOME||D.resolve(Hr.homedir(),".hvigor"),"project_caches",Kr(D.resolve(e)),"workspace"),"/node_modules/@atomicservice/ascf-toolkit/lib");return O.existsSync("".concat(e,"/bin/ascf.js"))?e:void 0}function Xr(e){return $r.apply(this,arguments)}function $r(){return($r=_asyncToGenerator(_regenerator().m(function e(t){var r,n,i,a;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(T.info("getAscfDepDir under ".concat(t)),r="",Wr(t)){if(!process.env.ASCF_DISABLE_CACHE_DEP_DIR&&(r=Jr(t)))return e.a(2,r);e.n=1}else e.n=3;break;case 1:return e.n=2,v(b(c(),["GetHvigorDepsCachesDir","--no-daemon"],{chdir:!0,cwd:t}));case 2:(i=e.v).err&&T.error("getAscfDepDir err",i.err),i=null!=(i=i.data)?i:"",r=null==(i=qr.exec(i))?void 0:i[1],e.n=6;break;case 3:if(n=D.join(t,"ascf/ascf_src/package.json"),!O.existsSync(n)){e.n=5;break}if(r=D.join(t,"ascf/ascf_src/node_modules/@atomicservice/ascf-toolkit/lib"),O.existsSync("".concat(r,"/bin/ascf.js"))){e.n=4;break}throw i="".concat(r,"/bin/ascf.js is not found for project, please install using package manager first."),T.error(i),new Error(i);case 4:e.n=6;break;case 5:a="".concat(n," is not found for project, will use global ascf"),T.error(a);case 6:return e.a(2,(T.debug("getAscfDepDir",r),r))}},e)}))).apply(this,arguments)}function Qr(){return en.apply(this,arguments)}function en(){return(en=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,Xr(t);case 1:return n=e.v,i="ascf",a=[],n?(i=pe(),a.push("".concat(n,"/bin/ascf.js"))):T.warn("get ascf dep dir failed, fallback to use global ascf"),o=null==(o=X)?void 0:o(),e.a(2,(o&&"info"!==o&&a.push("--logging",o),a.push.apply(a,_toConsumableArray((null==r?void 0:r.args)||[])),{cmd:i,args:a,ascfVerCmd:n?"".concat(i," ").concat(a[0]," -V"):"ascf -V"}))}},e)}))).apply(this,arguments)}var tn,rn=function(e,t,r){t=e.indexOf(t);return-1!==t&&(null==(e=e[t+1])?void 0:e.includes(r))};function B(e,t,r){return nn.apply(this,arguments)}function nn(){return(nn=_asyncToGenerator(_regenerator().m(function e(n,i,a){var o,s,c;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,Qr(n,i);case 1:if(s=e.v,o=s.cmd,c=s.ascfVerCmd,rn(s=s.args,"--deviceType",m)){t=void 0;r=void 0;var t=c;var r=global.__ASCF_MIN_TOOLKIT_VERSION;if(r){t=Gt(t);if(t&&Mr.gt(r,t))throw new Error("ascf toolkit version is below ".concat(r,", please upgrade ascf toolkit or hvigor plugin"))}}return e.n=2,v(b(o,s,_objectSpread(_objectSpread({},(null==i?void 0:i.opts)||{}),{},{chdir:!0,cwd:n}),a));case 2:if((c=e.v).err)throw T.error("ascf run err",c.err),c.err;e.n=3;break;case 3:return e.a(2)}},e)}))).apply(this,arguments)}function an(e,t,r){return on.apply(this,arguments)}function on(){return(on=_asyncToGenerator(_regenerator().m(function e(t,r,n){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,B(t,Object.assign({args:["compile",t].concat(_toConsumableArray((null==r?void 0:r.extraArgs)||[]))},r),n))},e)}))).apply(this,arguments)}function sn(e,t,r){return cn.apply(this,arguments)}function cn(){return(cn=_asyncToGenerator(_regenerator().m(function e(t,r,n){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,B(r,Object.assign({args:["convert","-i",t,"-o",r].concat(_toConsumableArray((null==n?void 0:n.extraArgs)||[]))},n)))},e)}))).apply(this,arguments)}function un(e,t){return ln.apply(this,arguments)}function ln(){return(ln=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,B(t,Object.assign({args:["signtools","generate-keypair","-r",t].concat(_toConsumableArray((null==r?void 0:r.extraArgs)||[]))},r)))},e)}))).apply(this,arguments)}function fn(e,t){return hn.apply(this,arguments)}function hn(){return(hn=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,B(t,Object.assign({args:["signtools","generate-p12","-r",t].concat(_toConsumableArray((null==r?void 0:r.extraArgs)||[]))},r)))},e)}))).apply(this,arguments)}function dn(e,t){return pn.apply(this,arguments)}function pn(){return(pn=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return gn(),n=["debugger","start"],["deviceType","deviceId"].forEach(function(e){r[e]&&n.push("--".concat(e),r[e])}),e.n=1,Qr(t,{args:n});case 1:return i=e.v,a=i.cmd,o=i.args,e.a(2,new Promise(function(r,e){It(a,o,function(e,t){},{shell:!1,chdir:!0,cwd:t,ignoreError:function(e){return!0}},function(e){var t=vn(null==(e=tn=e)?void 0:e.pid);T.debug("trying to get ascf debugger server info: ".concat(t)),function(r,n){var i=2<arguments.length&&void 0!==arguments[2]?arguments[2]:500,a=3<arguments.length&&void 0!==arguments[3]?arguments[3]:6e4,o=(I&&clearInterval(I),0);I=setInterval(function(){var e=a<o,t=O.existsSync(r);(e||t)&&(clearInterval(I),I=0,n(t)),o+=i},i)}(t,function(e){r(e?l(t,{}):{})})})}))}},e)}))).apply(this,arguments)}function gn(){tn&&(Ht(tn),tn=void 0)}function mn(e,t){return _n.apply(this,arguments)}function _n(){return(_n=_asyncToGenerator(_regenerator().m(function e(t,r){var n;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return e.p=0,e.n=1,tr("http://127.0.0.1:".concat(t,"/").concat(r),{timeout:3e3});case 1:return e.a(2,e.v);case 2:e.p=2,n=e.v,T.error("getDebugees error",n);case 3:return e.a(2)}},e,null,[[0,2]])}))).apply(this,arguments)}function vn(e){if(e)return D.resolve((0,Ur.default)("ascf-cache"),"ascf.debugger.".concat(e,".json"))}var I=0;var yn="debug",bn="release";function wn(e){return e&&(!0===e||/debug|development/i.test(e))?yn:bn}var kn,Sn,Cn,En,An,xn,Dn,On,Tn=function(e,t,r){return t===r?[]:[e,t]},P=i("AscfBuilder"),Bn=(_inherits(jn,r),_createClass(jn,[{key:"runHdcCmdAsync",value:(On=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,this.runCmdAsync(u(),t,r))},e,this)})),function(e,t){return On.apply(this,arguments)})},{key:"start",value:(Dn=_asyncToGenerator(_regenerator().m(function e(){var t,r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(t=this.options.projectRoot,P.info("start ability under ".concat(t)),r=this.options.deviceId){e.n=2;break}return e.n=1,k.getInstance().getDeviceId();case 1:r=e.v;case 2:return e.n=3,v(Rt(t,r));case 3:return e.a(2)}},e,this)})),function(){return Dn.apply(this,arguments)})},{key:"assembleHap",value:(xn=_asyncToGenerator(_regenerator().m(function e(){var t,r,n,i,a;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return n=this.options,t=n.projectRoot,n=n.buildMode,P.info("start assembleHap under ".concat(t)),r=(new Date).getTime(),n=["-p","buildMode=".concat(wn(n)),"--parallel","--incremental"],e.n=1,this.prepareAssemble(t,n);case 1:return i=null==(i=Ft(t))||null==(i=i.modules)?void 0:i.map(function(e){return"".concat(e.name,"@default")}),e.n=2,v(this.runCmdAsync(c(),["-m","module","-p","module=".concat(null==i?void 0:i.join(","))].concat(n,["assembleHap",1<i.length?"assembleHsp":"","--daemon"]),{chdir:!0,cwd:t}));case 2:(i=e.v).err&&P.error("assembleHap err",i.err),a=Math.round(((new Date).getTime()-r)/1e3),P.info("assembleHap within ".concat(a," s"));case 3:return e.a(2)}},e,this)})),function(){return xn.apply(this,arguments)})},{key:"assembleApp",value:(An=_asyncToGenerator(_regenerator().m(function e(){var t,r,n,i;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return n=this.options,t=n.projectRoot,n=n.buildMode,P.info("start assembleApp under ".concat(t)),r=(new Date).getTime(),n=["-p","product=default","-p","buildMode=".concat(wn(n)),"--parallel","--incremental"],e.n=1,this.prepareAssemble(t,n);case 1:return P.info("start assembleApp, please waiting ..."),e.n=2,v(this.runCmdAsync(c(),["-m","project","assembleApp"].concat(n,["--daemon"]),{chdir:!0,cwd:t}));case 2:(i=e.v).err&&P.error("assembleApp err",i.err),i=Math.round(((new Date).getTime()-r)/1e3),P.info("assembleApp within ".concat(i," s"));case 3:return e.a(2)}},e,this)})),function(){return An.apply(this,arguments)})},{key:"usingTmpDir",value:(En=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return n="/data/local/tmp/"+((new Date).getTime()+Math.round(1e3*Math.random())),e.n=1,v(this.runHdcCmdAsync(["-t",t,"shell","mkdir",n]));case 1:if((i=e.v).err)return P.error("mkdir error",i.err),e.a(2);e.n=2;break;case 2:return e.n=3,v(r(n));case 3:return(i=e.v).err&&P.error("usingTmpDir error",i.err),e.n=4,v(this.runHdcCmdAsync(["-t",t,"shell","rm","-rf",n]));case 4:return e.a(2)}},e,this)})),function(e,t){return En.apply(this,arguments)})},{key:"installHap",value:(Cn=_asyncToGenerator(_regenerator().m(function e(){var r,t,a,n,o=this;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(r=this.options.projectRoot,P.info("start install pkg under ".concat(r)),t=(new Date).getTime(),a=this.options.deviceId){e.n=2;break}return e.n=1,k.getInstance().getDeviceId();case 1:a=e.v;case 2:return e.n=3,v(this.usingTmpDir(a,(()=>{var t=_asyncToGenerator(_regenerator().m(function e(n){var i,t;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return t=null==(t=Ft(r))||null==(t=t.modules)?void 0:t.map(function(e){return Lr.resolve(r,e.srcPath,"build/default/outputs/default/".concat(e.name,"-default-signed.").concat("entry"===e.name?"hap":"hsp"))}),i=!1,e.n=1,Promise.all(null==t?void 0:t.map((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(jr.existsSync(t)){e.n=1;break}return P.error("hapPath is not exists",t),i=!0,e.a(2);case 1:return e.n=2,v(o.runHdcCmdAsync(["-t",a,"file","send",t,n]));case 2:(r=e.v).err&&(P.error("send hap error",r.err),i=!0);case 3:return e.a(2)}},e)}));return function(e){return t.apply(this,arguments)}})()));case 1:if(i)return e.a(2);e.n=2;break;case 2:return e.n=3,v(o.runHdcCmdAsync(["-t",a,"shell","bm","install","-p",n]));case 3:if((t=e.v).err)return P.error("install hap error",t.err),e.a(2);e.n=4;break;case 4:Rt(r,a);case 5:return e.a(2)}},e)}));return function(e){return t.apply(this,arguments)}})()));case 3:n=Math.round(((new Date).getTime()-t)/1e3),P.info("Launched within ".concat(n," s"));case 4:return e.a(2)}},e,this)})),function(){return Cn.apply(this,arguments)})},{key:"assembleAndInstallHap",value:(Sn=_asyncToGenerator(_regenerator().m(function e(){var t;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return this.stopping=!1,e.n=1,k.getInstance().getDeviceId();case 1:if(e.v){e.n=2;break}return e.a(2);case 2:return e.n=3,v(this.assembleHap());case 3:if((t=e.v).err)return P.error("assembleHap error",t.err),e.a(2);e.n=4;break;case 4:return e.n=5,v(this.installHap());case 5:return e.a(2)}},e,this)})),function(){return Sn.apply(this,arguments)})},{key:"uninstall",value:(kn=_asyncToGenerator(_regenerator().m(function e(){var t,r,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(t=this.options.projectRoot,P.info("start uninstall pkg under ".concat(t)),r=this.options.deviceId){e.n=2;break}return e.n=1,k.getInstance().getDeviceId();case 1:r=e.v;case 2:return n=Pt(t),e.n=3,v(this.runHdcCmdAsync(["-t",r,"uninstall",n]));case 3:if((n=e.v).err)return P.error("uninstall hap error",n.err),e.a(2);e.n=4;break;case 4:return e.a(2)}},e,this)})),function(){return kn.apply(this,arguments)})}])),In=t(require("path")),Pn=t(require("http")),Fn=t(require("fs")),Rn=t(require("path")),F=i("BuildProcess");function jn(e){return _classCallCheck(this,jn),_callSuper(this,jn,[e])}function Ln(e,t){return Nn.apply(this,arguments)}function Nn(){return(Nn=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,Ut(t);case 1:if(e.v){e.n=3;break}return F.warn("Port ".concat(t," is not available, try find available")),e.n=2,Vt();case 2:t=e.v;case 3:return e.a(2,((e,t)=>{var a=[],r=Pn.createServer(function(r,n){var e,i=(new Date).getTime();F.debug("request ".concat(r.url)),"GET"===r.method?(e=Rn.join(t,r.url),Fn.readFile(e,function(e,t){e?(n.writeHead(404,{"Content-Type":"text/plain"}),n.end("File not found")):(n.writeHead(200,{"Content-Type":"application/octet-stream"}),n.end(t),F.debug("request ".concat(r.url," elapsed ").concat((new Date).getTime()-i," ms")),a.push(r.url))})):(n.writeHead(405,{"Content-Type":"text/plain"}),n.end("Method not allowed"))});return r.listen(e,function(){F.debug("Server running at http://127.0.0.1:".concat(e,"/"))}),r.on("error",function(e){F.error("Server error:",e)}),{server:r,port:e,close:function(){r.close(function(){F.debug("Server has been closed.")})},hasReq:function(t){return t&&a.some(function(e){return e&&t.endsWith(e)})}}})(t,r))}},e)}))).apply(this,arguments)}var R=i("AdbBuilder");function zn(e){return Hn.apply(this,arguments)}function Hn(){return(Hn=_asyncToGenerator(_regenerator().m(function e(t){var r,n,i,a,o,s,c,u,l,f,h,d,p,g;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return r=t.logger,u=t.projectRoot,n=t.deviceId,c=t.getSpkInfo,s=t.buildMode,d=t.startServer,i=t.tryAdbPortReversing,a=t.startHostPkgUrl,o=t.rportRmCmd,r.info("start install start spk under ".concat(u)),c=c(u,s),s=c.bundleName,c=c.spkName,u=In.join(u,"build/dist"),e.n=1,d(3e3,u);case 1:return l=e.v,e.n=2,i(n,l.port,0);case 2:if(f=e.v){e.n=3;break}return r.error("hdc rport error, maybe find remote port error"),e.a(2);case 3:return h="http://127.0.0.1:".concat(f,"/").concat(c),e.n=4,v(a(n,s,h));case 4:if((d=e.v).err)return r.error("install spk error",d.err),e.a(2);e.n=5;break;case 5:r.info("waiting download and install package ..."),p=0,g=setInterval(function(){l.hasReq(h)||60<p?(o(n,"tcp:".concat(f)),l.close(),clearInterval(g)):p++},1e3);case 6:return e.a(2)}},e)}))).apply(this,arguments)}_inherits(Jn,r);var Gn,Mn,Un,qn,Vn,Wn,Zn,Kn=_createClass(Jn,[{key:"start",value:(Zn=_asyncToGenerator(_regenerator().m(function e(){var t,r,n,i;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return r=this.options,t=r.projectRoot,r=r.buildMode,R.info("start ability under ".concat(t)),e.n=1,this.getDeviceId();case 1:return n=e.v,i=Ot(t,r),i=i.bundleName,e.n=2,v(Ze(n,i));case 2:return e.a(2)}},e,this)})),function(){return Zn.apply(this,arguments)})},{key:"assembleHap",value:(Wn=_asyncToGenerator(_regenerator().m(function e(){var t,r,n,i;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return t=this.options.projectRoot,R.info("start assembleSpk under ".concat(t)),r=(new Date).getTime(),e.n=1,this.prepareAssemble(t);case 1:return e.n=2,v(an(t,{extraArgs:["-c","--targets",this.options.targets,"debug"===this.options.buildMode?"-m":""]}));case 2:if((n=e.v).err)throw R.error("generateSpk err",n.err),n.err;e.n=3;break;case 3:n.data&&R.info("generateSpk info",n.data),n.err&&R.error("assembleSpk err",n.err),i=Math.round(((new Date).getTime()-r)/1e3),R.info("assembleSpk within ".concat(i," s"));case 4:return e.a(2)}},e,this)})),function(){return Wn.apply(this,arguments)})},{key:"assembleApp",value:(Vn=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,this.assembleHap())},e,this)})),function(){return Vn.apply(this,arguments)})},{key:"installHap",value:(qn=_asyncToGenerator(_regenerator().m(function e(){var t,r,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return r=this.options,t=r.projectRoot,r=r.buildMode,R.info("start install pkg under ".concat(t)),e.n=1,this.getDeviceId();case 1:return n=e.v,e.a(2,zn({logger:R,projectRoot:t,deviceId:n,getSpkInfo:Ot,buildMode:r,startServer:Ln,tryAdbPortReversing:We,startHostPkgUrl:Ke,rportRmCmd:Qe}))}},e,this)})),function(){return qn.apply(this,arguments)})},{key:"assembleAndInstallHap",value:(Un=_asyncToGenerator(_regenerator().m(function e(){var t;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return this.stopping=!1,e.n=1,v(this.assembleHap());case 1:if((t=e.v).err)return R.error("assembleSpk error",t.err),e.a(2);e.n=2;break;case 2:return e.n=3,v(this.installHap());case 3:return e.a(2)}},e,this)})),function(){return Un.apply(this,arguments)})},{key:"uninstall",value:(Mn=_asyncToGenerator(_regenerator().m(function e(){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:R.warn("Uninstall not supported.");case 1:return e.a(2)}},e)})),function(){return Mn.apply(this,arguments)})},{key:"getDeviceId",value:(Gn=_asyncToGenerator(_regenerator().m(function e(){var t,r,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:null==(t=this.options.deviceId)?e.n=1:(n=t,e.n=3);break;case 1:return e.n=2,k.getInstance().getDeviceId();case 2:n=e.v;case 3:if(r=n){e.n=4;break}throw new Error("No device found.");case 4:return e.a(2,r)}},e,this)})),function(){return Gn.apply(this,arguments)})}]),Yn=_defineProperty(_defineProperty({},$t,function(e){return new Kn(e)}),"hos",function(e){return new Bn(e)});function Jn(e){return _classCallCheck(this,Jn),_callSuper(this,Jn,[e])}function Xn(){return(Xn=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(i=(i=t.deviceType)&&!r[i]?"hos":i){e.n=5;break}return e.n=1,v(k.getInstance().getDeviceType(t.deviceId));case 1:if(n=e.v.data,!(a=null!==n)){e.n=2;break}a=void 0!==n;case 2:a?(o=n,e.n=4):e.n=3;break;case 3:o="hos";case 4:i=o;case 5:return e.a(2,r[i](t))}},e)}))).apply(this,arguments)}var $n,Qn,ei=_createClass(function e(){_classCallCheck(this,e)},null,[{key:"create",value:(Qn=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,function(){return Xn.apply(this,arguments)}(t,Yn))},e)})),function(e){return Qn.apply(this,arguments)})}]),ti=_createClass(function e(){_classCallCheck(this,e)},null,[{key:"create",value:($n=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,new Rr(t))},e)})),function(e){return $n.apply(this,arguments)})}])}),Qt=Be(function(e,t){var r,n,i="rpk",a="crossAtomicService";t.exports={MAX_SIZE_SSPK:2097152,MAX_SIZE_SPK:20971520,SIGN_MAGIC:"RPK Sig Block 42",SIGN_MAGIC_APK:"APK Sig Block 42",SIGN_TYPE_FULL_PACKAGE:16777473,SIGN_TYPE_FULL_PACKAGE_APK:1896449818,SIGN_TYPE_FILE_LIST:16777729,CRYPT_TYPE_RSA_SHA256:259,SIGN_HEADER:[48,49,48,13,6,9,96,134,72,1,101,3,4,2,1,5,0,4,32],BEGIN_TAG:165,JOINT_TAG:90,CERT_HEAD:"-----BEGIN CERTIFICATE-----\n",CERT_END:"\n-----END CERTIFICATE-----",setSignType:function(e){return i=e},isApkSign:function(){return"apk"===i},setDssHost:function(e){return r=e},setDssKey:function(e){return n=e},setDssKeyId:function(e){return a=e},getDssHost:function(){return r},getDssKey:function(){return n},getDssKeyId:function(){return a},setDssConfig:function(e){r=e.dssHost,n=e.dssKey}}}),Yr=Be(function(e,t){var u=Qt(),l=22,f=67324752,h=33639248,d=101010256,p=16;t.exports={parserZip:function(e,t){var r,n,i,a,o,s,c={tag:!1,length:e.length,sections:{header:null,central:null,footer:null}};return c.sections.footer=(e=>{var t={tag:!1};if(e&&!(e.length<l))for(var r=e.length-l;0<=r;r--)if(d===e.readInt32LE(r)){t.tag=!0,t.startIndex=r,t.len=e.length-r,t.previous=e.readInt32LE(r+p);break}return t})(e),c.sections.footer.tag&&(c.sections.central=(i=e,a=c.sections.footer.previous,o=c.sections.footer.startIndex-c.sections.footer.previous,s={tag:!1},!i||i.length<a||h===i.readInt32LE(a)&&(s.tag=!0,s.startIndex=a,s.len=o,s.previous=i.readInt32LE(a+42)),s),c.sections.central.tag)&&(o=c.sections.central.previous,i=c.sections.central.startIndex-c.sections.central.previous,t&&(c.sections.sign=(a=o,s={tag:!1},!(t=e)||t.length<a||(a=u.isApkSign()?u.SIGN_MAGIC_APK:u.SIGN_MAGIC,0<(a=t.indexOf(a))&&(r=t.readInt32LE(a-8),n=a+16-r-8,t.readInt32LE(n)===r)&&(s.tag=!0,s.len=r,s.startIndex=a+16,s.previous=n)),s),o=0,i=c.sections.sign.startIndex-c.sections.sign.len-8),c.sections.header=(t=o,r=i,a={tag:!1},!(n=e)||n.length<t||f===n.readInt32LE(t)&&(a.tag=!0,a.startIndex=t,a.len=r,a.previous=-1),a),c.sections.header.tag&&(c.tag=!0)),c},checkZipBuffer:function(e,t){return!e||e.length<=4?(console.log("### Sign Failed, cannot open file: ",t),!1):f===e.readInt32LE(0)||(console.log("### Sign Failed, zip file error: ",t),!1)}}}),xs=Be(function(e,t){var s,r={decode:function(e){if(void 0===s){var t="= \f\n\r\t \u2028\u2029";for(s=[],a=0;a<64;++a)s["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(a)]=a;for(a=0;a<t.length;++a)s[t.charAt(a)]=-1}for(var r=[],n=0,i=0,a=0;a<e.length;++a){var o=e.charAt(a);if("="===o)break;if(-1!==(o=s[o])){if(void 0===o)throw"Illegal character at offset "+a;n|=o,4<=++i?(r[r.length]=n>>16,r[r.length]=n>>8&255,r[r.length]=255&n,i=n=0):n<<=6}}switch(i){case 1:throw"Base64 encoding incomplete: at least 2 bits missing";case 2:r[r.length]=n>>10;break;case 3:r[r.length]=n>>16,r[r.length]=n>>8&255}return r},re:/-----BEGIN [^-]+-----([A-Za-z\d+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z\d+\/=\s]+)====/,unarmor:function(e){var t=r.re.exec(e);if(t)if(t[1])e=t[1];else{if(!t[2])throw"RegExp out of sync";e=t[2]}return r.decode(e)}};t.exports=r}),Is=Be(function(e,t){var c,r={decode:function(e){if(void 0===c){var t="0123456789ABCDEF",r=" \f\n\r\t \u2028\u2029";for(c=[],o=0;o<16;++o)c[t.charAt(o)]=o;for(t=t.toLowerCase(),o=10;o<16;++o)c[t.charAt(o)]=o;for(o=0;o<r.length;++o)c[r.charAt(o)]=-1}for(var n=[],i=0,a=0,o=0;o<e.length;++o){var s=e.charAt(o);if("="===s)break;if(-1!==(s=c[s])){if(void 0===s)throw"Illegal character at offset "+o;i|=s,2<=++a?(n[n.length]=i,a=i=0):i<<=4}}if(a)throw"Hex encoding incomplete: 4 bits missing";return n}};t.exports=r}),Ps=Be(function(e,t){var r={};r.digest=function(e,t){void 0===t&&(t=0);var r;t^=-1;for(var n=0,i=e.length;n<i;n++)r=255&(t^e.charCodeAt(n)),t=t>>>8^"0x"+"00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F 63066CD9 FA0F3D63 8D080DF5 3B6E20C8 4C69105E D56041E4 A2677172 3C03E4D1 4B04D447 D20D85FD A50AB56B 35B5A8FA 42B2986C DBBBC9D6 ACBCF940 32D86CE3 45DF5C75 DCD60DCF ABD13D59 26D930AC 51DE003A C8D75180 BFD06116 21B4F4B5 56B3C423 CFBA9599 B8BDA50F 2802B89E 5F058808 C60CD9B2 B10BE924 2F6F7C87 58684C11 C1611DAB B6662D3D 76DC4190 01DB7106 98D220BC EFD5102A 71B18589 06B6B51F 9FBFE4A5 E8B8D433 7807C9A2 0F00F934 9609A88E E10E9818 7F6A0DBB 086D3D2D 91646C97 E6635C01 6B6B51F4 1C6C6162 856530D8 F262004E 6C0695ED 1B01A57B 8208F4C1 F50FC457 65B0D9C6 12B7E950 8BBEB8EA FCB9887C 62DD1DDF 15DA2D49 8CD37CF3 FBD44C65 4DB26158 3AB551CE A3BC0074 D4BB30E2 4ADFA541 3DD895D7 A4D1C46D D3D6F4FB 4369E96A 346ED9FC AD678846 DA60B8D0 44042D73 33031DE5 AA0A4C5F DD0D7CC9 5005713C 270241AA BE0B1010 C90C2086 5768B525 206F85B3 B966D409 CE61E49F 5EDEF90E 29D9C998 B0D09822 C7D7A8B4 59B33D17 2EB40D81 B7BD5C3B C0BA6CAD EDB88320 9ABFB3B6 03B6E20C 74B1D29A EAD54739 9DD277AF 04DB2615 73DC1683 E3630B12 94643B84 0D6D6A3E 7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D 806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 F1D4E242 68DDB3F8 1FDA836E 81BE16CD F6B9265B 6FB077E1 18B74777 88085AE6 FF0F6A70 66063BCA 11010B5C 8F659EFF F862AE69 616BFFD3 166CCF45 A00AE278 D70DD2EE 4E048354 3903B3C2 A7672661 D06016F7 4969474D 3E6E77DB AED16A4A D9D65ADC 40DF0B66 37D83BF0 A9BCAE53 DEBB9EC5 47B2CF7F 30B5FFE9 BDBDF21C CABAC28A 53B39330 24B4A3A6 BAD03605 CDD70693 54DE5729 23D967BF B3667A2E C4614AB8 5D681B02 2A6F2B94 B40BBE37 C30C8EA1 5A05DF1B 2D02EF8D".substr(9*r,8);return-1^t},t.exports=r}),Xr=Be(function(e,t){var r=xs(),n=Is(),i=Ps();t.exports={Base64:r,Hex:n,CRC32:i}}),en=Be(function(e,t){var s=require("crypto"),c=require("http"),u=Qt(),l=require("js-base64").encodeURL;var f={"Content-Type":"application/json"};function i(e){var t,r,n,i={version:"1",payload:l(e),paddingMode:"1"},e=(new Date).getTime(),a=(f.Authorization=(t=i,r=(new Date).getTime(),t="POST&"+new URL(u.getDssHost()).pathname+"&&"+JSON.stringify(t)+"&appid="+u.getDssKeyId()+"&timestamp="+r,n=u.getDssKey(),n=s.createHmac("sha256",n).update(t).digest("base64"),"CLOUDSOA-HMAC-SHA256 appid=".concat(u.getDssKeyId(),", timestamp=").concat(r,', signature="').concat(n,'"')),f["X-Request-ID"]=e,new URL(u.getDssHost())),o=a.pathname;return new Promise(function(r){var e=c.request({host:a.hostname,port:8108,method:"POST",path:o,headers:f},function(e){var t="";e.on("data",function(e){t+=e}),e.on("end",function(){r(JSON.parse(t))})});e.on("error",function(e){console.error("sign request error: ".concat(e.message))}),e.write(JSON.stringify(i)),e.end()})}function n(e){return r.apply(this,arguments)}function r(){return(r=_asyncToGenerator(_regenerator().m(function e(t){var r,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,i(t);case 1:return r=e.v,console.log(r),n={},e.a(2,(r&&0===r.status?(n.cert=r.result.cert,n.signature=r.result.signature):console.error("sign request error:"+(r?r.result.errMsg:"")),n))}},e)}))).apply(this,arguments)}function a(e){var t;if(e)return t=(e=e.replace(/-/g,"+").replace(/_/g,"/")).length%4,e+"====".substring(0,t)}function o(){return(o=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return u.setDssConfig(t),e.n=1,n("abc");case 1:return r=e.v,r=a(r.cert).replace(/(.{64})/g,"$1\n"),e.a(2,u.CERT_HEAD+r+u.CERT_END)}},e)}))).apply(this,arguments)}t.exports={getSignDigestOnline:n,Base64UrlToBase64:a,setOnlineParam:function(e,t){u.setDssKey(e),u.setDssHost(t)},generateCertificate:function(e){return o.apply(this,arguments)}}}),nn=Be(function(e,t){var y=Qt(),h=Yr(),r=require("js-base64"),o=r.encode,d=r.Base64,s=require("http"),n=require("fs"),p=require("crypto"),a=Xr(),g=en(),c="Rsagen",u="Rsagen-V3.0.1.20190615",l="Normal",f="NONEWITHRSA",m="signData";function _(e,t){var r=t.startIndex,e=e.slice(r,t.startIndex+t.len),r=Buffer.alloc(5+t.len);r[0]=y.BEGIN_TAG,r.writeInt32LE(e.length,1),e.copy(r,5),t.sign=T(r)}function v(e){function t(e){e.copy(n,i),i+=e.length}var e=e.sections,r=e.header.sign.length+e.central.sign.length+e.footer.sign.length+5,n=Buffer.alloc(r),i=0;return n.writeInt8(y.JOINT_TAG,0),n.writeInt32LE(3,1),i+=5,t(e.header.sign),t(e.central.sign),t(e.footer.sign),T(n)}function b(e,t){var n={keyId:t.keyId,clientType:c,clientVersion:u,algorithmType:l,userName:t.userName,unSignData:o(e),passwordDigest:t.passwordDigest,algorithm:f,outFileNameArray:[m],encryptPassword:t.encryptPassword},i=new URL(t.host),a=i.pathname;return new Promise(function(r){var e=s.request({host:i.hostname,method:"POST",path:a,headers:{"Content-Type":"application/json"}},function(e){var t="";e.on("data",function(e){t+=e}),e.on("end",function(){r(JSON.parse(t))})});e.on("error",function(e){console.error("problem with request: ".concat(e.message))}),e.write(JSON.stringify(n)),e.end()})}function w(e){var t=Buffer.from(y.SIGN_HEADER),e=T(e),r=Buffer.alloc(e.length+t.length),n=0;return t.copy(r,0),n+=t.length,e.copy(r,n),r}function k(e){var t=Buffer.alloc(e.length+12);return t.writeInt32LE(e.length+8,0),t.writeInt32LE(y.CRYPT_TYPE_RSA_SHA256,4),t.writeInt32LE(e.length,8),e.copy(t,12),{len:t.length,buffer:t}}function S(e,t){var r={len:12,digests:{size:0,data:[]},certs:{size:0,data:[]},additional:0};return r.digests.data.push(e),r.digests.size+=e.len,r.len+=e.len,r.certs.data.push(t),r.certs.size+=t.len,r.len+=t.len,r}function C(){return(C=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o,s;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if((n={len:16+r.cert.pemBuffer.length,size:12+r.cert.pemBuffer.length,signdata:{size:0,buffer:null},signatures:{size:0,data:[]},pubkey:{size:r.cert.pemBuffer.length,buffer:r.cert.pemBuffer}}).signdata.buffer=A(t),n.signdata.size=t.len,n.size+=t.len,n.len+=t.len,y.isApkSign())return e.n=1,g.getSignDigestOnline(n.signdata.buffer);e.n=2;break;case 1:i=e.v,i=Buffer.from(d.toUint8Array(i.signature)),e.n=8;break;case 2:if("dss"===r.type)return e.n=3,g.getSignDigestOnline(n.signdata.buffer);e.n=4;break;case 3:a=e.v,i=Buffer.from(d.toUint8Array(a.signature)),e.n=8;break;case 4:if(r.signOnline)return a=w(n.signdata.buffer),e.n=5,b(a,r.onlineConfig);e.n=7;break;case 5:if((o=e.v).success){e.n=6;break}throw new Error(o.message);case 6:i=Buffer.from(d.toUint8Array(o.data.signData)),e.n=8;break;case 7:(s=p.createSign("RSA-SHA256")).update(n.signdata.buffer),i=s.sign(r.privateKey);case 8:return s={len:i.length+12,size:i.length+8,id:y.CRYPT_TYPE_RSA_SHA256,buffer:i},e.a(2,(n.signatures.data.push(s),n.signatures.size+=s.len,n.size+=s.len,n.len+=s.len,n))}},e)}))).apply(this,arguments)}function E(){return(E=_asyncToGenerator(_regenerator().m(function e(t,r,n){var i,a,o;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if((i={len:4+r.len,size:r.len,data:[]}).data.push(r),a=y.isApkSign()?y.SIGN_TYPE_FULL_PACKAGE_APK:y.SIGN_TYPE_FULL_PACKAGE,(i={len:32+(a={len:i.len+12,size:i.len+4,id:a,value:i}).len,size:24+a.len,data:[]}).data.push(a),t.files&&!y.isApkSign())return e.n=1,function(){return D.apply(this,arguments)}(t.files,n);e.n=2;break;case 1:(a=e.v)&&((o={len:4+a.length,size:a.length,data:[]}).data.push(a),o={len:o.len+12,size:o.len+4,id:y.SIGN_TYPE_FILE_LIST,value:o},i.data.push(o),i.size+=o.len,i.len+=o.len);case 2:return e.a(2,i)}},e)}))).apply(this,arguments)}function A(e){var t=Buffer.alloc(e.len),r=0;return t.writeInt32LE(e.digests.size,r),r+=4,e.digests.data.forEach(function(e){e.buffer.copy(t,r),r+=e.len}),t.writeInt32LE(e.certs.size,r),r+=4,e.certs.data.forEach(function(e){e.buffer.copy(t,r),r+=e.len}),t.writeInt32LE(e.additional,r),t}function x(e){var i={len:8,size:4,digests:[],sign:null};return e.forEach(function(e){var t=a.CRC32.digest(e.name.toString()),r=6+e.hash.length,n=Buffer.alloc(r);n.writeInt32LE(t,0),n.writeInt16LE(e.hash.length,4),e.hash.copy(n,6),i.digests.push(n),i.size+=r,i.len+=r}),i}function D(){return(D=_asyncToGenerator(_regenerator().m(function e(i,a){var o,s,c,u,l,f,h;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:o=x(i),s=Buffer.alloc(o.size),c=0,o.digests.forEach(function(e){e.copy(s,c),c+=e.length}),a.sign?(console.log("sign files, use remote sign"),u=a.sign,e.n=7):e.n=1;break;case 1:if("dss"===a.type)return e.n=2,g.getSignDigestOnline(s);e.n=3;break;case 2:l=e.v,u=Buffer.from(d.toUint8Array(l.signature)),e.n=7;break;case 3:if(a.signOnline)return l=w(s),e.n=4,b(l,a.onlineConfig);e.n=6;break;case 4:if((f=e.v).success){e.n=5;break}throw new Error(f.message);case 5:u=Buffer.from(d.toUint8Array(f.data.signData)),e.n=7;break;case 6:(h=p.createSign("RSA-SHA256")).update(s),u=h.sign(a.privateKey);case 7:return e.a(2,(o.digests=s.slice(),o.sign={len:12+u.length,size:8+u.length,id:y.CRYPT_TYPE_RSA_SHA256,data:u},o.len+=o.sign.len,t=o,n=r=void 0,r=Buffer.alloc(t.len),n=0,r.writeInt32LE(t.size,0),n+=4,t.digests.copy(r,4),n+=t.digests.length,r.writeInt32LE(t.sign.size,n),n+=4,r.writeInt32LE(t.sign.id,n),n+=4,r.writeInt32LE(t.sign.data.length,n),n+=4,t.sign.data.copy(r,n),r))}var t,r,n},e)}))).apply(this,arguments)}function i(){return(i=_asyncToGenerator(_regenerator().m(function e(o,s,c){var u,l,f;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(h.checkZipBuffer(o)){e.n=1;break}return e.a(2,null);case 1:if((u=h.parserZip(o)).options={files:s},u.tag){e.n=2;break}return e.a(2,null);case 2:return Object.keys(u.sections).forEach(function(e){e=u.sections[e];_(o,e)}),l=v(u),l=k(l),l=S(l,c.cert.obj),e.n=3,function(){return C.apply(this,arguments)}(l,c);case 3:return l=e.v,e.n=4,function(){return E.apply(this,arguments)}(u.options,l,c);case 4:return f=e.v,e.a(2,(u.signchunk=(e=>{var t=Buffer.alloc(e.len),r=0,n=(t.writeInt32LE(e.size,r),r+=4,t.writeInt32LE(0,r),r+=4,y.isApkSign()?y.SIGN_TYPE_FULL_PACKAGE_APK:y.SIGN_TYPE_FULL_PACKAGE),e=(e.data.forEach(function(e){t.writeInt32LE(e.size,r),r+=4,t.writeInt32LE(0,r),r+=4,t.writeInt32LE(e.id,r),r+=4,t.writeInt32LE(e.value.size,r),r+=4,n===e.id?e.value.data.forEach(function(e){t.writeInt32LE(e.size,r),r+=4,t.writeInt32LE(e.signdata.size,r),r+=4,e.signdata.buffer.copy(t,r),r+=e.signdata.buffer.length,t.writeInt32LE(e.signatures.size,r),r+=4,e.signatures.data.forEach(function(e){t.writeInt32LE(e.size,r),r+=4,t.writeInt32LE(e.id,r),r+=4,t.writeInt32LE(e.buffer.length,r),r+=4,e.buffer.copy(t,r),r+=e.buffer.length}),t.writeInt32LE(e.pubkey.size,r),r+=4,e.pubkey.buffer.copy(t,r),r+=e.pubkey.buffer.length}):y.SIGN_TYPE_FILE_LIST===e.id&&e.value.data.forEach(function(e){e.copy(t,r),r+=e.length})}),t.writeInt32LE(e.size,r),r+=4,t.writeInt32LE(0,r),r+=4,y.isApkSign()?y.SIGN_MAGIC_APK:y.SIGN_MAGIC);return Buffer.from(e).copy(t,r),t})(f),t=o,r=u,a=i=n=void 0,n=Buffer.alloc(t.length+r.signchunk.length),i=0,a=r.sections,t.copy(n,0,a.header.startIndex,a.header.startIndex+a.header.len),i+=a.header.len,r.signchunk.copy(n,i),i+=r.signchunk.length,t.copy(n,i,a.central.startIndex,a.central.startIndex+a.central.len),i+=a.central.len,t.writeInt32LE(a.central.startIndex+r.signchunk.length,a.footer.startIndex+16),t.copy(n,i,a.footer.startIndex,a.footer.startIndex+a.footer.len),n))}var t,r,n,i,a},e)}))).apply(this,arguments)}function O(){return(O=_asyncToGenerator(_regenerator().m(function e(t,r,n){var i,a;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(h.checkZipBuffer(t)){e.n=1;break}return e.a(2,null);case 1:if((i=h.parserZip(t)).options={files:r},i.tag){e.n=2;break}return e.a(2,null);case 2:return Object.keys(i.sections).forEach(function(e){e=i.sections[e];_(t,e)}),a=v(i),a=k(a),a=S(a,n.cert.obj),e.a(2,A(a))}},e)}))).apply(this,arguments)}function T(e){var t=p.createHash("SHA256");return t.update(e),t.digest()}function B(e,t){var r={};return r.size=e.readInt32LE(t),r.buffer=e.slice(t+=4,t+r.size),{obj:r,i:t+=r.size}}t.exports={hashFile:function(e){return T(n.readFileSync(e))},signZipResource:function(e,t,r){return i.apply(this,arguments)},getBufferSha256:T,getSignChunk:function(e,t){for(var r,n,i,a,o,s=(v=t.previous+8)+t.len,c=[],u={signDataBufList:[]},l=y.isApkSign()?y.SIGN_TYPE_FULL_PACKAGE_APK:y.SIGN_TYPE_FULL_PACKAGE;v<s;){a=v,void 0,(o={}).size=(f=e).readInt32LE(a),o.id=f.readInt32LE(a+=8),a+=4,o.value={},o.value.size=f.readInt32LE(a),o.value.data=[];var f={data:o,index:a+=4},h=f.data,d=(v=f.index)+h.value.size,p={};if(l===h.id)for(;v<d;){p.size=e.readInt32LE(v);var g=B(e,v+=4),m=(p.signdata=g.obj,v=g.i,u.signDataBufList.push(p.signdata.buffer),p.signatures={},p.signatures.size=e.readInt32LE(v),(v+=4)+p.signatures.size);for(p.signatures.data=[];v<m;){r=v,i=n=void 0,(n={}).size=(_=e).readInt32LE(r),n.id=_.readInt32LE(r+=4),i=_.readInt32LE(r+=4),n.buffer=_.slice(r+=4,r+i);var _={sData:n,index:r+=i},v=_.index;p.signatures.data.push(_.sData)}g=B(e,v);p.pubkey=g.obj,v=g.i,h.value.data.push(p)}else y.SIGN_TYPE_FILE_LIST===h.id&&(p=e.slice(v,v+h.value.size),h.value.data.push(p));c.push(h)}return u.data=c,u.size=t.size,u},getCertBuffer:function(e){var t,r;if(e)return e.signDataBufList&&0<e.signDataBufList.length?(r=e.signDataBufList[t=0].readInt32LE(0),r=e.signDataBufList[0].readInt32LE(t=t+(4+r)+4),e=e.signDataBufList[0].slice(t+=4,t+r),y.CERT_HEAD+e.toString("base64")+y.CERT_END):void 0;console.error("no sign chunk!")},getSignFilesObject:x,getSignData:function(e,t,r){return O.apply(this,arguments)}}}),ir=Be(function(e,t){var s=require("path"),p=require("fs"),g=require("crypto"),m=qt().jszip,_=nn(),l=require("jsrsasign"),f=Xr(),v=Yr(),y=nn(),h=en(),b=(0,bt().getLogger)("spk-sign-utils"),c="META-INF/CERT",o="hash.json",w={type:"nodebuffer",compression:"DEFLATE",compressionOptions:{level:9}};function u(){return(u=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return n={},t.forEach(function(e){var t=e.fileBuildPath,e=e.fileContentDigest;return n[t]=e.toString("hex")}),(i=new m).file(o,JSON.stringify({algorithm:"SHA-256",digests:n})),e.n=1,i.generateAsync(w);case 1:return i=e.v,a={name:o,hash:_.getBufferSha256(i)},e.n=2,_.signZipResource(i,[a],r);case 2:return e.a(2,e.v)}},e)}))).apply(this,arguments)}function k(){return r.apply(this,arguments)}function r(){return(r=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return n=t.fileList,i=new m,a=n.map(function(e){return{name:e.fileBuildPath,hash:e.fileContentDigest}}),e.n=1,function(){return u.apply(this,arguments)}(n,r);case 1:return o=e.v,i.file(c,o),a.unshift({name:c,hash:_.getBufferSha256(o)}),o=Object.assign({},w),n.forEach(function(e){var t=e.fileBuildPath;i.file(t,e.fileContentBuffer)}),e.n=2,i.generateAsync(o);case 2:return o=e.v,e.n=3,_.signZipResource(o,a,r);case 3:return e.a(2,e.v)}},e)}))).apply(this,arguments)}function a(){return(a=_asyncToGenerator(_regenerator().m(function e(t,r,n,i,a){var o,s,c,u,l,f,h,d,p;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,k(n,r);case 1:if(o=e.v,i.length){e.n=2;break}return e.a(2,{rpkBuffer:o});case 2:if(s=new m,c=[],u=Object.assign({},w),a.disableSubpackages&&"false"!==a.disableSubpackages){e.n=4;break}return f=i.map(function(e){return k(e,r)}),e.n=3,Promise.all(f).catch(function(){new Error("ERROR: Rpk sign failed!")});case 3:e.v.forEach(function(e,t){t="".concat(i[t].pkgName);e.length,s.file(t,e),c.push({name:t,hash:_.getBufferSha256(e)})}),e.n=6;break;case 4:return l=i[0],e.n=5,k(l,r).catch(function(){new Error("ERROR: Rpk sign failed!")});case 5:f=e.v,h="".concat(l.pkgName),f.length,s.file(h,f),c.push({name:h,hash:_.getBufferSha256(f)});case 6:return e.n=7,s.generateAsync(u);case 7:return h=e.v,e.n=8,_.signZipResource(h,c,r);case 8:return d=e.v,p=o,e.a(2,{rpksBuffer:d,rpkBuffer:p})}},e)}))).apply(this,arguments)}function n(){return(n=_asyncToGenerator(_regenerator().m(function e(t,r){var n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return n=p.readFileSync(r),e.n=1,_.signZipResource(n,[],t);case 1:return n=e.v,e.a(2,{apkBuffer:n})}},e)}))).apply(this,arguments)}function d(e,t,r,n){e.fileList.push({fileBuildPath:t,fileContentBuffer:r,fileContentDigest:n})}function i(e){var t,r,n,i,a,o,s,e=e.match(/^(\d{2}|\d{4})(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)(|\.\d+)Z$/);if(e)return o=e[1],s=parseInt(o),2===o.length&&(50<=s&&s<100?s=1900+s:0<=s&&s<50&&(s=2e3+s)),o=parseInt(e[2])-1,t=parseInt(e[3]),r=parseInt(e[4]),n=parseInt(e[5]),i=parseInt(e[6]),a=0,""!==(e=e[7])&&(e=(e.substr(1)+"00").substr(0,3),a=parseInt(e)),Date.UTC(s,o,t,r,n,i,a);throw new Error("Your certificate is Invalid.")}function S(e,t,r){return C.apply(this,arguments)}function C(){return(C=_asyncToGenerator(_regenerator().m(function e(t,r,n){var i,a,o,s,c,u=arguments;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(i={signOnline:null!=n,privateKey:r,onlineConfig:n},(a=3<u.length&&void 0!==u[3]?u[3]:{})&&a.dssHost&&a.dssKey)return e.n=1,h.generateCertificate(a);e.n=2;break;case 1:t=e.v,i.type="dss";case 2:return(a=new l.X509).readCertPEM(t.toString()),o=l.KEYUTIL.getPEM(a.getPublicKey()),s=Buffer.from(f.Base64.unarmor(t)),c=Buffer.alloc(s.length+4),e.a(2,(c.writeInt32LE(s.length,0),s.copy(c,4),i.cert={content:t,obj:{len:c.length,buffer:c},pemBuffer:Buffer.from(f.Base64.unarmor(o))},i))}},e)}))).apply(this,arguments)}function E(e){var t=new l.X509,e=(t.readCertPEM(e),t.getSignatureValueHex()),t=Buffer.from(e,"hex").toString("base64"),e=y.getBufferSha256(t);return Buffer.from(e).toString("hex")}function A(){return(A=_asyncToGenerator(_regenerator().m(function e(a){var o,s,c,u,l,f,h,d;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(a&&p.existsSync(a)){e.n=1;break}throw new Error("No rpk file : "+a);case 1:if(o=p.readFileSync(a),v.checkZipBuffer(o)){e.n=2;break}throw new Error("Get File Certificate Error!");case 2:if((s=v.parserZip(o,!0)).sections.sign.tag){e.n=3;break}throw new Error("No sign block!");case 3:if(c=y.getSignChunk(o,s.sections.sign),u=y.getCertBuffer(c)){e.n=4;break}throw new Error("Get Certificate error!");case 4:return l=c.data[0].value.data[0].signatures.data[0].buffer,f=[],t=o,i=n=void 0,r=(r=s).sections,n=Buffer.alloc(r.header.len+r.central.len+r.footer.len),i=0,t.copy(n,0,r.header.startIndex,r.header.startIndex+r.header.len),i+=r.header.len,t.copy(n,i,r.central.startIndex,r.central.startIndex+r.central.len),i+=r.central.len,t.copy(n,i,r.footer.startIndex,r.footer.startIndex+r.footer.len),n.writeInt32LE(r.header.len,n.length-6),h=n,e.n=5,S(u);case 5:return d=e.v,e.n=6,_.getSignData(h,f,d);case 6:d=e.v,g.createVerify("RSA-SHA256").update(d).verify(u,l)||(b.error("Failed to verify the signature"),process.exit(-1));case 7:return e.a(2)}var t,r,n,i},e)}))).apply(this,arguments)}t.exports={generatePkgDef:function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:[],t=[],r={pkgName:"base.sspk",fileList:[]};return e.forEach(function(e){e=e.resource;t.push({pkgName:"".concat(e,".sspk"),fileList:[],root:e})}),{mainPkg:{pkgName:"base.spk",fileList:[]},subPkgs:e.length?[r].concat(t):[r]}},addResourceToPkg:function(e,t,a,o){e.forEach(function(r){var n,e=p.readFileSync(s.join(t,r)),i=[r,e,_.getBufferSha256(e)];d.apply(void 0,[a].concat(i)),o.length&&(n=!0,o.slice(1).forEach(function(e){var t=r.split("/");t[0]===e.root&&(i[0]=t.slice(1).join("/"),d.apply(void 0,[e].concat(i)),n=!1)}),n)&&d.apply(void 0,[o[0]].concat(i))})},signPkgs:function(e,t,r,n,i){return a.apply(this,arguments)},DIGEST_PATH:c,getResources:function(e){return function r(n,i){var a=[],o=s.posix.join(n,i);return p.readdirSync(o).forEach(function(e){var t=s.posix.join(o,e),e=s.posix.join(i,e);p.statSync(t).isFile()?a.push(e):a=a.concat(r(n,e))}),a}(e,".").filter(function(e){return e!==c})},checkValidity:function(e){(t=new l.X509).readCertPEM(String(e));var e=i(t.getNotAfter()),t=i(t.getNotBefore()),r=Number(new Date);return{validityDays:Number(e-r)/864e5,isInvalid:0<Number(t)-r}},getSignInfo:S,getApkSignInfo:function(e){var t={signOnline:!1,onlineConfig:null},r=((r=new l.X509).readCertPEM(e.toString()),l.KEYUTIL.getPEM(r.getPublicKey())),n=Buffer.from(f.Base64.unarmor(e)),i=Buffer.alloc(n.length+4);return i.writeInt32LE(n.length,0),n.copy(i,4),t.cert={content:e,obj:{len:i.length,buffer:i},pemBuffer:Buffer.from(f.Base64.unarmor(r))},t},getSignedZipCertFp:function(e){return A.apply(this,arguments)},getCertFp:function(e){if(p.existsSync(e))return E(p.readFileSync(e).toString());console.error("error : certificate.pem is not exist!")},signFullApk:function(e,t){return n.apply(this,arguments)},getCertString:function(e){if(!e||!p.existsSync(e))throw new Error("No srpk file : "+e);if(e=p.readFileSync(e),!v.checkZipBuffer(e))throw new Error("Get File Certificate Error!");var t=v.parserZip(e,!0);if(!t.sections.sign.tag)throw new Error("No sign block!");if(e=y.getSignChunk(e,t.sections.sign),t=y.getCertBuffer(e))return E(t);throw new Error("Get Certificate error!")}}}),Et=Be(function(e,t){var l=require("path"),f=require("fs"),r=require("json5"),n=require("rimraf"),h=require("decompress"),i="src/main/resources/rawfile",o=(0,bt().getLogger)("utils"),a=require("child_process"),s=a.exec,c=a.spawnSync;function u(e){var t,r=l.resolve(e,"build-profile.json5");if(!f.existsSync(r))return l.join(e,"entry");r=d(r);if(0<(null==r||null==(t=r.modules)?void 0:t.length))return l.join(e,r.modules[0].srcPath);throw new Error("getEntryPkgPath error, build-profile.json5 file modules is null")}function d(t){if(!f.existsSync(t))return{};var e={};try{e=r.parse(f.readFileSync(t,"utf-8").toString()||"{}")}catch(e){throw new Error("parse json file error at ".concat(t,":").concat(e.lineNumber,":").concat(e.columnNumber," "))}return e}var p=function(e){return Promise.all(e.map(function(t){if(f.existsSync(t))return new Promise(function(e){n.sync(t),e()})}))};function g(){return(g=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o,s,c,u;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return e.p=0,e.n=1,h(t,r);case 1:i=f.readdirSync(r,{withFileTypes:!0}),n=[],i=_createForOfIteratorHelper(i),e.p=2,i.s();case 3:if((u=i.n()).done)e.n=9;else{if(a=u.value,o=l.resolve(l.join(r,a.name)),s="","base.sspk"===a.name)return e.n=4,h(o,r);e.n=5}break;case 4:s=l.resolve(l.join(r,"META-INF")),e.n=7;break;case 5:return c=a.name.split(".")[0],e.n=6,h(o,l.resolve(r,c));case 6:s=l.resolve(l.resolve(r,c,"META-INF"));case 7:n.push(s),f.unlinkSync(o);case 8:e.n=3;break;case 9:e.n=11;break;case 10:e.p=10,u=e.v,i.e(u);case 11:return e.p=11,i.f(),e.f(11);case 12:return e.n=13,p(n);case 13:e.n=15;break;case 14:throw e.p=14,e.v;case 15:return e.a(2)}},e,null,[[2,10,11,12],[0,14]])}))).apply(this,arguments)}t.exports={RAWFILE_DIR:i,ASCF_BUILD:"ascf/ascf_build",ASCF_CONFIG_JSON:"ascf/ascf_src/ascf.config.json",P12_PATH:"sign/ascf-build.p12",QUICK_SERVICE_BUILD:"build/quick_service_build",DIST_PATH:"build/dist",getManifestData:function(e){return d(l.resolve(u(e),i,"manifest.json"))},getEntryPkgPath:u,readJsonFile:d,clearResource:p,copyDirectory:function e(t,r){var n;if(f.mkdirSync(r,{recursive:!0}),f.statSync(t).isFile())n=l.join(r,l.basename(t)),f.copyFileSync(t,n);else{var i,a=_createForOfIteratorHelper(f.readdirSync(t,{withFileTypes:!0}));try{for(a.s();!(i=a.n()).done;){var o=i.value,s=l.resolve(l.join(t,o.name)),c=l.join(r,o.name);o.isDirectory()?e(s,c):f.copyFileSync(s,c)}}catch(e){a.e(e)}finally{a.f()}}},mkdirsSync:function e(t){if(!f.existsSync(t)){if(f.existsSync(l.dirname(t))||!e(l.dirname(t)))return f.mkdirSync(t);print("mkdirSync err : ".concat(t))}},formatHexString:function(e){if(64!==e.length)throw new Error("指纹格式错误");for(var t="",r=0;r<e.length;r+=2)t+=e.substr(r,2)+":";return t.slice(0,-1).toUpperCase()},extractspk:function(e,t){return g.apply(this,arguments)},deleteDirectory:function t(r){f.existsSync(r)&&(f.readdirSync(r).forEach(function(e){e=l.join(r,e),f.lstatSync(e).isDirectory()?t(e):f.unlinkSync(e)}),f.rmdirSync(r))},executeCommand:function(i){var a=/^mac verified ok/i;return new Promise(function(t,r){var e,n=s(i);null!=(e=n.stdout)&&e.on("data",function(e){o.debug(e)}),null!=(e=n.stderr)&&e.on("data",function(e){!e.match(a)&&i.includes("pkcs12")&&r(e)}),null!=(e=n.stderr)&&e.on("error",function(e){r(e)}),n.on("close",function(e){t(e)})})},checkOpenSSL:function(e){if(0===(e=c(e,["version"],{encoding:"utf-8"})).status)return o.debug(e.stdout),!0;throw new Error("Please install openssl or configure PATH."+e.stderr)},validatePassword:function(){var e,t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"";return!(t.length<8)&&(e=0,/[a-z]/.test(t)&&e++,/[A-Z]/.test(t)&&e++,/[0-9]/.test(t)&&e++,/[`~!@#$%^&*()\-_=+\\|[{}];:'",<.>\/?]/.test(t)&&e++,2<=e)}}}),hn=Be(function(e,t){var n=require("path"),r=require("os"),i=Et().checkOpenSSL,a=r.platform(),r=bt(),o=r.getLogger,s=r.installAscfTools,c=o("openssl"),u=!1;function l(){return(l=_asyncToGenerator(_regenerator().m(function e(){var t,r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(t="openssl","win32"===a)return e.n=1,s();e.n=2;break;case 1:r=e.v,t=n.join(r,"/lib/tools/release_64/bin/openssl.exe");case 2:return e.a(2,(u||(c.debug(t),u=i(t)),t))}},e)}))).apply(this,arguments)}function f(){return(f=_asyncToGenerator(_regenerator().m(function e(){var t,r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(t="","win32"===a)return e.n=1,s();e.n=2;break;case 1:r=e.v,t="-config ".concat(n.join(r,"/lib/tools/release_64/SSL/openssl.cnf"));case 2:return e.a(2,t)}},e)}))).apply(this,arguments)}t.exports={getOpensslPath:function(){return l.apply(this,arguments)},getOpensslConfig:function(){return f.apply(this,arguments)}}}),Ea=Be(function(j,e){var h,l=require("crypto"),d=require("path"),p=require("fs"),r=qt().jszip,g=ir(),t=bt().getLogger,n=Et(),m=n.RAWFILE_DIR,_=n.ASCF_BUILD,v=n.clearResource,y=n.copyDirectory,b=n.getEntryPkgPath,w=n.getManifestData,k=n.readJsonFile,S=n.ASCF_CONFIG_JSON,u=n.P12_PATH,L=n.QUICK_SERVICE_BUILD,N=n.DIST_PATH,f=n.executeCommand,C=hn().getOpensslPath,E=t("generate-spk"),s=100,z=1e4,H=0;function A(){return i.apply(this,arguments)}function i(){return(i=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return n=d.resolve(t,S),e.n=1,function(){return c.apply(this,arguments)}(r,t,n);case 1:return i=e.v,e.n=2,function(){return o.apply(this,arguments)}(r,t,n);case 2:return a=e.v,e.a(2,g.getSignInfo(a,i,h))}},e)}))).apply(this,arguments)}function o(){return(o=_asyncToGenerator(_regenerator().m(function e(n,i,a){var o,s,c;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(o="",p.existsSync(n.signPublicKeyPath)&&(E.debug("Obtaining a public Key using a Path"),o=p.readFileSync(n.signPublicKeyPath)),!o&&p.existsSync(n.signProfilePath))return E.debug("Obtain the private key using the p12 file path specified by the parameter"),e.n=1,R(n.signProfilePath,P(n.signPwd));e.n=2;break;case 1:o=e.v;case 2:o||!p.existsSync(a)?e.n=5:(s=null==(s=JSON.parse(p.readFileSync(a).toString()))?void 0:s.signConfig,p.existsSync(null==s?void 0:s.publicKeyPath)?(E.debug("Obtain the public key from the ascf.config.json publicKeyPath"),o=p.readFileSync(s.publicKeyPath),e.n=5):e.n=3);break;case 3:if(p.existsSync(null==s?void 0:s.profilePath))return E.debug("Obtain the public key from the ascf.config.json profilePath"),e.n=4,R(s.profilePath,P(n.signPwd));e.n=5;break;case 4:o=e.v;case 5:if(c=d.resolve(i,"sign/certificate.pem"),!o&&p.existsSync(c)&&(E.debug("Obtaining the public key using ".concat(c)),o=p.readFileSync(c)),c=d.resolve(i,u),!o&&p.existsSync(c))return E.debug("Obtaining the public Key Using the .p12 File"),e.n=6,R(c,P(n.signPwd));e.n=7;break;case 6:o=e.v;case 7:o||(E.error("failed to obtain the public key, please ensure certificate.pem or ascf-build.p12 under sign"),process.exit(-1)),r=t=void 0;var t=o,r=(t=g.checkValidity(t)).validityDays,t=t.isInvalid;if(r<0||t)throw new Error("ERROR: Your certificate is Invalid.");return r<180&&E.warn("WARNING: Your certificate is valid for less than 180 days. Please update it in time."),e.a(2,o)}},e)}))).apply(this,arguments)}function c(){return(c=_asyncToGenerator(_regenerator().m(function e(t,r,n){var i,a,o;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(i="",p.existsSync(t.signPrivateKeyPath)&&(E.debug("Obtaining a private Key using a Path"),i=p.readFileSync(t.signPrivateKeyPath)),!i&&p.existsSync(t.signProfilePath))return E.debug("Obtain the private key using the p12 file path specified by the parameter"),e.n=1,F(t.signProfilePath,P(t.signPwd));e.n=2;break;case 1:i=e.v;case 2:i||!p.existsSync(n)?e.n=5:(a=null==(a=JSON.parse(p.readFileSync(n).toString()))?void 0:a.signConfig,p.existsSync(null==a?void 0:a.privateKeyPath)?(E.debug("Obtain the private key from the ascf.config.json privateKeyPath"),i=p.readFileSync(a.privateKeyPath),e.n=5):e.n=3);break;case 3:if(p.existsSync(null==a?void 0:a.profilePath))return E.debug("Obtain the private key from the ascf.config.json profilePath"),e.n=4,F(a.profilePath,P(t.signPwd));e.n=5;break;case 4:i=e.v;case 5:if(o=d.resolve(r,"sign/private.pem"),!i&&p.existsSync(o)&&(E.debug("Obtaining the private key using ".concat(o)),i=p.readFileSync(o)),o=d.resolve(r,u),!i&&p.existsSync(o))return E.debug("Obtaining the private Key Using the p12 File"),e.n=6,F(o,P(t.signPwd));e.n=7;break;case 6:i=e.v;case 7:return i||(E.error("failed to obtain the private key, please ensure private.pem or ascf-build.p12 under sign"),process.exit(-1)),e.a(2,i)}},e)}))).apply(this,arguments)}function x(){return a.apply(this,arguments)}function a(){return(a=_asyncToGenerator(_regenerator().m(function e(i,t,a,o){return _regenerator().w(function(e){for(;;)if(0===e.n)return e.a(2,(p.existsSync(i)||p.mkdirSync(i),t=a.rpksBuffer,r=i,(n=o).length>s&&(n=n.slice(0,s)),r=d.join(r,n),p.writeFileSync(r,t),E.info("Build spk ".concat(r)),r));var t,r,n},e)}))).apply(this,arguments)}function D(e){if(!e.package||!e.package.startsWith("com.atomicservice."))throw new Error("The package in the app.json file cannot be empty and must start with com.atomicservice.");if(!e.versionName||!e.versionCode)throw new Error("The versionName and versionCode fields in the app.json file cannot be empty.")}function O(e){var t=(new Date).toISOString().split("T")[0].split("-").join(""),r="production"===process.env.NODE_ENV?"release":"debug";return"".concat(e.package,"-").concat(e.versionCode,"-").concat(r,"-").concat(t,".spk")}function T(){return(T=_asyncToGenerator(_regenerator().m(function e(r,t){var n,i,a,o,s,c,u,l,f;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(n=d.join(r,S),(h=(p.existsSync(n)?require(n):{}).sign)&&!h.host)throw new Error("ERROR: The signature configuration file is incorrect, the hostvalue is empty.");e.n=1;break;case 1:return e.n=2,A(r,t);case 2:if(i=e.v){e.n=3;break}throw new Error("ERROR: Failed to obtain the signature configuration information.");case 3:return a=d.resolve(r,N),o=d.resolve(r,L),e.n=4,v([o]);case 4:if(D(s=w(r)),c=O(s),null!=(n=s.subpackages)&&n.forEach(function(e){var t=d.resolve(r,_,e.resource,m);y(t,d.resolve(o,e.resource))}),y(d.resolve(b(r),m),o),l=g.generatePkgDef(s.subpackages),u=l.mainPkg,l=l.subPkgs,(f=0<(f=[]).length?f:g.getResources(o)).length){e.n=5;break}throw new Error("The packed file is empty.");case 5:return e.a(2,(g.addResourceToPkg(f,o,u,l),g.signPkgs("",i,u,l,t).then((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,x(a,s.subpackages,t,c);case 1:if(r=e.v,"release"===s.versionType)return e.n=2,I(r);e.n=2;break;case 2:return e.a(2,r)}},e)}));return function(e){return t.apply(this,arguments)}})())))}},e)}))).apply(this,arguments)}function B(){return(B=_asyncToGenerator(_regenerator().m(function e(t,r,n,i){var a,o,s,c,u,l,f;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return a={signPrivateKeyPath:n,signPublicKeyPath:r,disableSubpackages:!1},e.n=1,A("",a);case 1:if(o=e.v,l=d.resolve(t,"manifest.json"),s=k(l),c=O(s),D(s),l=g.generatePkgDef(s.subpackages),u=l.mainPkg,l=l.subPkgs,(f=0<(f=[]).length?f:g.getResources(t)).length){e.n=2;break}throw new Error("The packed file is empty.");case 2:g.addResourceToPkg(f,t,u,l),i=null!=i?i:d.resolve(t,"dist"),g.signPkgs("",o,u,l,a).then((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){var r;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,x(i,s.subpackages,t,c);case 1:if(r=e.v,"release"===s.versionType)return e.n=2,I(r);e.n=2;break;case 2:return e.a(2,r)}},e)}));return function(e){return t.apply(this,arguments)}})());case 3:return e.a(2)}},e)}))).apply(this,arguments)}function I(e){var t=Qt(),a=t.MAX_SIZE_SSPK,t=t.MAX_SIZE_SPK;if(p.statSync(e).size>t)throw new Error("Total package is exceed limit ".concat(t/1024/1024," MB."));return new Promise(function(n,i){p.readFile(e,function(e,t){if(e)return i(e);r.loadAsync(t).then(function(e){var r=null;if(e.forEach(function(e,t){if(z<++H)throw"Reached max. number of files";!r&&t._data.compressedSize>a&&(r=new Error("Package is exceed limit ".concat(a/1024/1024," MB.")))}),r)return i(r);n()})})})}function P(e){e=null!=e?e:process.env.ASCF_SIGN_PWD;return e||(E.error("signPwd is null, please configure through cli options, ascf.config.json or env ASCF_SIGN_PWD"),process.exit(-1)),e}function F(c,u){return new Promise((r=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o,s;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return E.debug("Start to obtain the private key"),n=l.randomBytes(16).toString("hex"),i=l.randomBytes(16).toString("hex"),e.p=1,e.n=2,C();case 2:return a=e.v,o="".concat(a," pkcs12 -in ").concat(c," -nocerts -nodes -out ").concat(n," -passin pass:").concat(u),E.debug("".concat(a," pkcs12 -in ").concat(c," -nocerts -nodes -out ").concat(n," -passin pass:***")),e.n=3,f(o);case 3:return o="".concat(a," ec -in ").concat(n," -check -out ").concat(i),E.debug("".concat(a," ec -in ").concat(n," -check -out ").concat(i)),e.n=4,f(o);case 4:return p.existsSync(n)&&p.unlinkSync(n),s="",e.a(2,(p.existsSync(i)&&(s=p.readFileSync(i),p.unlinkSync(i)),E.debug("Obtaining the private key is complete."),t(s)));case 5:e.p=5,s=e.v,p.existsSync(n)&&p.unlinkSync(n),p.existsSync(i)&&p.unlinkSync(i),r("Failed to obtain the private key: ".concat(s));case 6:return e.a(2)}},e,null,[[1,5]])})),function(e,t){return r.apply(this,arguments)}));var r}function R(o,s){return new Promise((r=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return n=l.randomBytes(16).toString("hex"),e.p=1,e.n=2,C();case 2:return i=e.v,a="".concat(i," pkcs12 -in ").concat(o," -nokeys -clcerts -passin pass:").concat(s," | ").concat(i," x509 -out ").concat(n),E.debug("".concat(i," pkcs12 -in ").concat(o," -nokeys -clcerts -passin pass:*** | ").concat(i," x509 -out ").concat(n)),e.n=3,f(a);case 3:if(p.existsSync(n))return i=p.readFileSync(n),e.a(2,(p.unlinkSync(n),t(i)));e.n=4;break;case 4:e.n=6;break;case 5:e.p=5,a=e.v,p.existsSync(n)&&p.unlinkSync(n),r("Failed to obtain the cert key: ".concat(a));case 6:return e.a(2)}},e,null,[[1,5]])})),function(e,t){return r.apply(this,arguments)}));var r}e.exports={signSpk:function(e,t){return T.apply(this,arguments)},resignSpk:function(e,t,r,n){return B.apply(this,arguments)}}}),Da=Be(function(e,t){require("path");var s=require("fs"),r=bt().getLogger,n=Et(),c=n.executeCommand,u=n.validatePassword,n=hn(),l=n.getOpensslPath,f=n.getOpensslConfig,h=r("cert-utils");function i(){return(i=_asyncToGenerator(_regenerator().m(function e(t,r){var n,i,a,o;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:if(s.existsSync(t)||s.existsSync(r))throw new Error("".concat(t," or ").concat(r," exists"));e.n=1;break;case 1:return e.p=1,e.n=2,l();case 2:return n=e.v,e.n=3,f();case 3:return i=e.v,a="".concat(n," ecparam -name secp256r1 -genkey -noout -out ").concat(t),h.debug(a),e.n=4,c(a);case 4:return a="".concat(n," req -new -x509 -key ").concat(t," -out ").concat(r,' -days 3650 -sha256 -subj "/CN=ASCF/OU=/O=/L=/ST=/C=CN" ').concat(i),h.debug(a),e.n=5,c(a);case 5:e.n=7;break;case 6:e.p=6,o=e.v,h.error("Failed to generate cert",o),s.existsSync(t)&&s.unlinkSync(t),s.existsSync(r)&&s.unlinkSync(r);case 7:return e.a(2)}},e,null,[[1,6]])}))).apply(this,arguments)}function a(){return(a=_asyncToGenerator(_regenerator().m(function e(t,r,n,i){var a,o;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:if(u(i)){e.n=1;break}throw new Error("Invalid Password.\nThe password must contain at least 8 characters and include any two of the following:\n1. Lowercase letters: a-z\n2. Uppercase letters : A-Z\n3. Digits : 0-9\n4. Special characters : `~!@#$%^&*()-_=+\\|[{}];:'\",<.>/?");case 1:if(s.existsSync(t))throw new Error("".concat(t," exists"));e.n=2;break;case 2:return e.p=2,e.n=3,l();case 3:return o=e.v,a="".concat(o," pkcs12 -export -out ").concat(t," -inkey ").concat(r," -in ").concat(n," -passout pass:").concat(i),h.debug("".concat(o," pkcs12 -export -out ").concat(t," -inkey ").concat(r," -in ").concat(n," -passout pass:***")),e.n=4,c(a);case 4:e.n=6;break;case 5:e.p=5,o=e.v,h.error("Failed to generate p12",o),s.existsSync(t)&&s.unlinkSync(t);case 6:return e.a(2)}},e,null,[[2,5]])}))).apply(this,arguments)}t.exports={genCert:function(e,t){return i.apply(this,arguments)},genP12:function(e,t,r,n){return a.apply(this,arguments)}}}),Ia=Be(function(e){var n=require("path"),i=require("decompress"),a=ir().getSignedZipCertFp,t=Et(),o=t.clearResource,s=t.deleteDirectory;function r(){return(r=_asyncToGenerator(_regenerator().m(function e(t,r){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return r=null!=r?r:n.resolve(n.dirname(t),"dist"),e.n=1,a(t);case 1:return e.n=2,o([r]);case 2:return e.n=3,i(t,r);case 3:s(n.resolve(r,"META-INF"));case 4:return e.a(2)}},e)}))).apply(this,arguments)}e.verifySignHandler=function(e,t){return r.apply(this,arguments)}}),Ta=Be(function(e,t){var m=require("fs"),_=require("path"),i=qt().jszip,r=Et(),v=r.mkdirsSync,h=r.extractspk,d=r.clearResource,y=ir(),a="manifest.json",b="";function p(){return(p=_asyncToGenerator(_regenerator().m(function e(t,r,n,i){var a,o,s,c,u,l,f,h,d,p,g;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return v(r),a=t.package,o=t.versionType,s=t.versionCode,d=i.privateKeyFilePath,u=i.certFilePath,u=m.readFileSync(u),d=m.readFileSync(d),e.n=1,y.getSignInfo(u,d);case 1:if(c=e.v,u=y.generatePkgDef(t.subpackages),l=u.mainPkg,f=u.subPkgs,(h=0<(h=[]).length?h:y.getResources(n)).length){e.n=2;break}throw new Error("The packed file is empty.");case 2:return y.addResourceToPkg(h,n,l,f),e.n=3,y.signPkgs(a,c,l,f,{disableSubpackages:!1});case 3:d=e.v,p=d.rpksBuffer,g=(new Date).toISOString().split("T")[0].split("-").join(""),b=_.join(r,"".concat(a,"-").concat(s,"-").concat(o,"-").concat(g,".spk")),m.writeFileSync(b,p);case 4:return e.a(2)}},e)}))).apply(this,arguments)}function g(){return(g=_asyncToGenerator(_regenerator().m(function e(t){var r,n;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return e.n=1,(new i).loadAsync(m.readFileSync(t));case 1:if((r=e.v).files["base.sspk"]){e.n=2;break}throw new Error("Can not resolve base.sspk file.");case 2:return e.n=3,r.files["base.sspk"].async("nodebuffer");case 3:return n=e.v,e.n=4,(new i).loadAsync(n);case 4:return e.n=5,e.v.file(a).async("string");case 5:return n=e.v,e.a(2,JSON.parse(n)||{})}},e)}))).apply(this,arguments)}t.exports={spkHandler:function(s,c,u,l,f){return new Promise((r=_asyncToGenerator(_regenerator().m(function e(r,n){var i,a,o;return _regenerator().w(function(e){for(;;)switch(e.n){case 0:if(m.existsSync(s)){e.n=1;break}return e.a(2,n(new Error("Can not resolve spk file: ".concat(s))));case 1:if(m.existsSync(c)){e.n=2;break}return e.a(2,n(new Error("Can not resolve certificate file: ".concat(c))));case 2:if(m.existsSync(u)){e.n=3;break}return e.a(2,n(new Error("Can not resolve private key file: ".concat(u))));case 3:return e.n=4,function(){return g.apply(this,arguments)}(s);case 4:if(i=e.v,t=i,0===Object.keys(t).length)return e.a(2,n(new Error("Invalid spk file.")));e.n=5;break;case 5:return a=i.package,o=_.dirname(s),o=_.join(o,a),a=_.join(null!=l?l:o,"quick-service-build"),o=_.join(null!=l?l:o,"dist"),e.n=6,d([a,o]);case 6:return v(a),e.n=7,h(s,a);case 7:return i.versionType=null!=f?f:i.versionType,m.writeFileSync(_.resolve(a,"manifest.json"),JSON.stringify(i,null,2)),e.n=8,function(){return p.apply(this,arguments)}(i,o,a,{privateKeyFilePath:u,certFilePath:c});case 8:return e.a(2,r(b))}var t},e)})),function(e,t){return r.apply(this,arguments)}));var r}}}),La=Be(function(e,t){var r=Ea(),i=r.signSpk,o=r.resignSpk,r=Da(),n=r.genCert,r=r.genP12,a=Et().formatHexString,s=Ia().verifySignHandler,c=bt().getLogger,u=Ta().spkHandler,l=ir().getCertString,f=c("index");function h(){return(h=_asyncToGenerator(_regenerator().m(function e(t,r){var n;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return e.p=0,f.info("start exec sign spk"),e.n=1,i(t,r);case 1:return n=e.v,e.a(2,(f.info("Signed successfully."),n));case 2:e.p=2,n=e.v,f.fatal("Signing failed: "+n),process.exit(-1);case 3:return e.a(2)}},e,null,[[0,2]])}))).apply(this,arguments)}function d(){return(d=_asyncToGenerator(_regenerator().m(function e(t,r,n,i){var a;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return e.p=0,f.info("start exec resign spk"),e.n=1,o(t,r,n,i);case 1:f.info("Signed successfully."),e.n=3;break;case 2:e.p=2,a=e.v,f.fatal("Signing failed: "+a),process.exit(-1);case 3:return e.a(2)}},e,null,[[0,2]])}))).apply(this,arguments)}function p(){return(p=_asyncToGenerator(_regenerator().m(function e(t,r){var n;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return e.p=0,f.info("start exec verify sign"),e.n=1,s(t,r);case 1:f.info("Signature verification succeeded."),e.n=3;break;case 2:e.p=2,n=e.v,f.info("Failed to verify the signature: ",n),process.exit(-1);case 3:return e.a(2)}},e,null,[[0,2]])}))).apply(this,arguments)}function g(){return(g=_asyncToGenerator(_regenerator().m(function e(t,r,n,i,a){var o;return _regenerator().w(function(e){for(;;)switch(e.p=e.n){case 0:return e.p=0,f.info("start exec repack"),e.n=1,u(t,r,n,i,a);case 1:o=e.v,f.info("exec repack success, repack package path: "+o),e.n=3;break;case 2:e.p=2,o=e.v,f.fatal("repack failed: "+o),process.exit(-1);case 3:return e.a(2)}},e,null,[[0,2]])}))).apply(this,arguments)}process.on("uncaughtException",function(e){f.error("ASCF uncaught error",e)}),process.on("unhandledRejection",function(e,t){f.error("ASCF unhandled rejection at:",t,"reason:",e)}),t.exports={signPkg:function(e,t){return h.apply(this,arguments)},resignPkg:function(e,t,r,n){return d.apply(this,arguments)},verifySign:function(e,t){return p.apply(this,arguments)},repackHandler:function(e,t,r,n,i){return g.apply(this,arguments)},printFp:function(e){try{f.info("start exec print fingerprints");var t=l(e),r=a(t);f.info("exec print fingerprints success, fingerprints info: "+r)}catch(e){f.fatal("failed to obtain the fingerprint: "+e),process.exit(-1)}},genCert:n,genP12:r}}),_qt4=qt(),Yh=_qt4.Command,Xh=Jn(),At=new Yh,_bt7=bt(),Dr=_bt7.setLoggerConfig,_La=La(),Qh=_La.verifySign,ed=_La.repackHandler,td=_La.printFp,rd=_La.resignPkg,Or="ascf-sign-tools";At.version(Xh.version).description("quick service signature packaging tool").option("--debug","enable debug logging").option("--logging [level]","Setting the log level"),At.command("repack").description("Quick service resignature").requiredOption("-i, --input <input-directory>","spk file path").requiredOption("--sign-public-key-path [path]","public key path").requiredOption("--sign-private-key-path [path]","private key path").option("--output [path]","intermediate output path").option("--version-type [type]","version type").action((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return Dr(t.logging,Or),e.n=1,ed(t.input,t.signPublicKeyPath,t.signPrivateKeyPath,t.output,t.versionType);case 1:return e.a(2)}},e)}));return function(e){return t.apply(this,arguments)}})()),At.command("signPkg").description("Signature Packing").requiredOption("-i, --input <input-directory>","build path").option("--disable-subpackages [true or false]","disable subpackages").requiredOption("--sign-private-key-path [path]","private key path").requiredOption("--sign-public-key-path [path]","public key path").option("--output [path]","intermediate output path").action((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return Dr(t.logging,Or),e.n=1,rd(t.input,t.signPublicKeyPath,t.signPrivateKeyPath,t.output);case 1:return e.a(2)}},e)}));return function(e){return t.apply(this,arguments)}})()),At.command("verifySign").option("--logging [level]","Setting the log level").description("Quick service verify sign").requiredOption("-i, --input <input-directory>","Path of the file to be verified").option("--output [path]","Output path").action((()=>{var t=_asyncToGenerator(_regenerator().m(function e(t){return _regenerator().w(function(e){for(;;)switch(e.n){case 0:return Dr(t.logging,Or),e.n=1,Qh(t.input,t.output);case 1:return e.a(2)}},e)}));return function(e){return t.apply(this,arguments)}})()),At.command("printFp").description("View Fingerprint").option("--logging [level]","Setting the log level").requiredOption("-i, --input <input-directory>").action(function(e){Dr(e.logging,Or),td(e.input)}),At.parse(process.argv),global._ascfCliProgram=At,global._ascfDebug=!(null==(_global$_ascfCliProgr=global._ascfCliProgram.opts())||!_global$_ascfCliProgr.debug);