@maka/maka-cli 4.6.2 → 4.6.3

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 (136) hide show
  1. package/bundle/obf/package.json +2 -2
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/install.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/https/progress.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.class.js +1 -1
  129. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/options/options.class.js +1 -1
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  132. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  134. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  136. package/package.json +2 -2
@@ -1 +1 @@
1
- (function(a,b){var f=a123d,c=a();while(!![]){try{var d=-parseInt(f(0x139))/0x1*(parseInt(f(0x13b))/0x2)+-parseInt(f(0x134))/0x3+parseInt(f(0x133))/0x4+parseInt(f(0x131))/0x5+parseInt(f(0x13c))/0x6*(parseInt(f(0x137))/0x7)+parseInt(f(0x132))/0x8*(-parseInt(f(0x13a))/0x9)+parseInt(f(0x13e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x7e69d));var a123b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a123d;if(c){var e=c[g(0x13f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){var h=a123d;return a123a[h(0x138)]()['search'](h(0x13d))[h(0x138)]()[h(0x136)](a123a)[h(0x135)]('(((.+)+)+)+$');});function a123c(){var i=['constructor','35105myxAYD','toString','771140jIyhhB','162LDZUwt','2LwQkSZ','318plehwl','(((.+)+)+)+$','5127880LIUDBc','apply','3338705eKdlwm','110792RAgVfk','388700MALbSL','15864OdCmpB','search'];a123c=function(){return i;};return a123c();}function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0x131;var f=c[d];return f;},a123d(a,b);}a123a();export{};
1
+ (function(a,b){var f=a123d,c=a();while(!![]){try{var d=parseInt(f(0xdb))/0x1+parseInt(f(0xde))/0x2+-parseInt(f(0xe1))/0x3+-parseInt(f(0xdf))/0x4+parseInt(f(0xe2))/0x5*(parseInt(f(0xdc))/0x6)+-parseInt(f(0xdd))/0x7+parseInt(f(0xe6))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xeb7f1));var a123b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a123d;if(c){var e=c[g(0xda)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){var h=a123d;return a123a[h(0xe5)]()[h(0xe4)](h(0xe0))['toString']()[h(0xe3)](a123a)[h(0xe4)](h(0xe0));});a123a();function a123c(){var i=['1403916lZCnTB','108nAFJFA','4779005LywXaS','738590asKSkU','7227264jdCZgu','(((.+)+)+)+$','2749239ncBFZJ','169180PSRkEh','constructor','search','toString','15906224aAdQEQ','apply'];a123c=function(){return i;};return a123c();}function a123d(a,b){var c=a123c();return a123d=function(d,e){d=d-0xda;var f=c[d];return f;},a123d(a,b);}export{};
@@ -1 +1 @@
1
- const a124r=a124d;(function(a,b){const p=a124d,c=a();while(!![]){try{const d=parseInt(p(0x18a))/0x1+parseInt(p(0x1a0))/0x2*(-parseInt(p(0x1ab))/0x3)+parseInt(p(0x1a2))/0x4+-parseInt(p(0x1a8))/0x5*(-parseInt(p(0x1b9))/0x6)+-parseInt(p(0x1b1))/0x7*(parseInt(p(0x1b0))/0x8)+parseInt(p(0x19a))/0x9+-parseInt(p(0x197))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xc7d00));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const q=a124d;return a124a[q(0x19f)]()[q(0x19d)]('(((.+)+)+)+$')[q(0x19f)]()[q(0x1ae)](a124a)[q(0x19d)](q(0x1aa));});a124a();function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x187;let f=c[d];return f;},a124d(a,b);}import a124e from'https';import a124f from'fs';function a124c(){const J=['constructor','MAKA_DEV','69592TXjwlc','791hsfCyT','/v1/engines/davinci/completions','createWriteStream','True','length','abort','end','finish','7091886dRhKST','assign','headers','BAD\x20RETURN','1295223CInjNi','stringify','complete','POST','catch','Bearer\x20','location','request','timeout','error','api.openai.com','downloadFile','NODE_TLS_REJECT_UNAUTHORIZED','21655810xPdfOa','data','close','13525074HMRakw','application/octet-stream','write','search','update','toString','103216omgXCF','application/json','2218792kVRNRA','statusCode','post','readFileSync','get','Request\x20timeout','5eltCzH','Redirected\x20response\x20without\x20Location\x20header','(((.+)+)+)+$','33vnbYbI','statusMessage','content-length'];a124c=function(){return J;};return a124c();}import{Progress}from'./progress.class.js';const TIMEOUT=0xbb8;process['env'][a124r(0x196)]=process['env'][a124r(0x1af)]===a124r(0x1b4)?'0':'1';export class HTTPS{static async[a124r(0x1a4)]({hostname:a,path:b,data:c,headers:d,cert:e}){const s=a124r,f=JSON[s(0x18b)](c),g={'Content-Type':s(0x1a1),'Content-Length':f['length']};Object[s(0x187)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':s(0x18d),'headers':g,'timeout':TIMEOUT};return e&&Object[s(0x187)](h,{'cert':a124f[s(0x1a5)](e)}),new Promise((i,j)=>{const t=s,k=a124e[t(0x191)](h,l=>{const u=t;l['on'](u(0x198),m=>{const v=u;i({'statusCode':l[v(0x1a3)]||0x1f4,'statusMessage':l[v(0x1ac)]||v(0x189),'data':m['toString']()});});});k['on'](t(0x193),l=>{j(l);}),k['on']('timeout',()=>{const w=t;k[w(0x1b6)](),j({'statusCode':0x198,'statusMessage':w(0x1a7)});}),k[t(0x19c)](f),k[t(0x1b7)]();});}static[a124r(0x1a6)]({url:a,headers:b,cert:c}){const x=a124r,d={'Content-Type':x(0x1a1)};Object[x(0x187)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a124f[x(0x1a5)](c)}),new Promise((f,g)=>{const y=x,h=a124e[y(0x1a6)](a,e,i=>{const z=y;i['on'](z(0x198),j=>{const A=z;f({'statusCode':i[A(0x1a3)]||0x1f4,'statusMessage':i[A(0x1ac)]||A(0x189),'data':j[A(0x19f)]()});});});h['on'](y(0x193),i=>{g(i);}),h['on'](y(0x192),()=>{const B=y;h[B(0x1b6)](),g({'statusCode':0x198,'statusMessage':B(0x1a7)});});});}static[a124r(0x195)]({url:a,headers:b,cert:c,destPath:d}){const C=a124r,e={'Content-Type':C(0x19b)};Object[C(0x187)](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object['assign'](f,{'cert':a124f[C(0x1a5)](c)}),new Promise((g,h)=>{const G=C,i=k=>{const D=a124d;if(k[D(0x1a3)]===0x12e||k[D(0x1a3)]===0x12d){if(!k['headers'][D(0x190)])return h(new Error(D(0x1a9)));return this['downloadFile']({'url':k[D(0x188)]['location'],'headers':b,'cert':c,'destPath':d})['then'](g)[D(0x18e)](h);}if(k['statusCode']&&(k[D(0x1a3)]<0xc8||k['statusCode']>=0x12c))return h(new Error('Request\x20Failed\x20with\x20Status\x20Code:\x20'+k[D(0x1a3)]));const l=parseInt(k[D(0x188)][D(0x1ad)],0xa),m=new Progress(l),n=a124f[D(0x1b3)](d);k['on'](D(0x198),o=>{const E=D;m[E(0x19e)](o[E(0x1b5)]),n[E(0x19c)](o);}),k['on'](D(0x1b7),()=>{const F=D;n[F(0x1b7)](),m[F(0x18c)]();}),n['on'](D(0x1b8),()=>{n['close']();}),n['on'](D(0x199),g);},j=a124e[G(0x1a6)](a,f,i);j['on'](G(0x193),k=>{h(k);}),j['on'](G(0x192),()=>{const H=G;j[H(0x1b6)](),h({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static async['askGPT']({prompt:a,openApiKey:b,certPath:c}){const I=a124r,d={'prompt':a,'max_tokens':0x96},e={'Authorization':I(0x18f)+b},f=await this[I(0x1a4)]({'hostname':I(0x194),'path':I(0x1b2),'data':d,'headers':e,'cert':c});return f;}}
1
+ function a124c(){const K=['application/octet-stream','catch','error','timeout','toString','Redirected\x20response\x20without\x20Location\x20header','Bearer\x20','Request\x20timeout','545201fvKZxD','update','2119524hvQkyB','search','(((.+)+)+)+$','readFileSync','153XYyIij','length','NODE_TLS_REJECT_UNAUTHORIZED','headers','assign','apply','close','12ZkaQXF','Request\x20Failed\x20with\x20Status\x20Code:\x20','constructor','/v1/engines/davinci/completions','then','3447TMtIBM','post','POST','location','56zgoyET','37915quNNxu','abort','api.openai.com','BAD\x20RETURN','data','statusMessage','end','env','write','9422ZXWRAq','2418272drweRy','stringify','10250aDFGZr','get','statusCode','complete','True','48tyrIDE','382081USpjfi'];a124c=function(){return K;};return a124c();}function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x9d;let f=c[d];return f;},a124d(a,b);}const a124s=a124d;(function(a,b){const p=a124d,c=a();while(!![]){try{const d=parseInt(p(0xa5))/0x1+parseInt(p(0xc5))/0x2*(-parseInt(p(0xab))/0x3)+-parseInt(p(0xbb))/0x4*(parseInt(p(0xbc))/0x5)+parseInt(p(0xb2))/0x6*(parseInt(p(0xce))/0x7)+-parseInt(p(0xc6))/0x8+parseInt(p(0xb7))/0x9*(-parseInt(p(0xc8))/0xa)+-parseInt(p(0xa7))/0xb*(-parseInt(p(0xcd))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x5db4d));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a124d;if(c){const e=c[q(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const r=a124d;return a124a[r(0xa1)]()[r(0xa8)]('(((.+)+)+)+$')[r(0xa1)]()[r(0xb4)](a124a)['search'](r(0xa9));});a124a();import a124e from'https';import a124f from'fs';import{Progress}from'./progress.class.js';const TIMEOUT=0xbb8;process[a124s(0xc3)][a124s(0xad)]=process[a124s(0xc3)]['MAKA_DEV']===a124s(0xcc)?'0':'1';export class HTTPS{static async[a124s(0xb8)]({hostname:a,path:b,data:c,headers:d,cert:e}){const t=a124s,f=JSON[t(0xc7)](c),g={'Content-Type':'application/json','Content-Length':f[t(0xac)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':t(0xb9),'headers':g,'timeout':TIMEOUT};return e&&Object[t(0xaf)](h,{'cert':a124f[t(0xaa)](e)}),new Promise((i,j)=>{const v=t,k=a124e['request'](h,l=>{l['on']('data',m=>{const u=a124d;i({'statusCode':l[u(0xca)]||0x1f4,'statusMessage':l[u(0xc1)]||'BAD\x20RETURN','data':m[u(0xa1)]()});});});k['on']('error',l=>{j(l);}),k['on'](v(0xa0),()=>{const w=v;k['abort'](),j({'statusCode':0x198,'statusMessage':w(0xa4)});}),k[v(0xc4)](f),k[v(0xc2)]();});}static[a124s(0xc9)]({url:a,headers:b,cert:c}){const x=a124s,d={'Content-Type':'application/json'};Object[x(0xaf)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[x(0xaf)](e,{'cert':a124f[x(0xaa)](c)}),new Promise((f,g)=>{const y=x,h=a124e[y(0xc9)](a,e,i=>{const z=y;i['on'](z(0xc0),j=>{const A=z;f({'statusCode':i[A(0xca)]||0x1f4,'statusMessage':i['statusMessage']||A(0xbf),'data':j[A(0xa1)]()});});});h['on']('error',i=>{g(i);}),h['on'](y(0xa0),()=>{const B=y;h[B(0xbd)](),g({'statusCode':0x198,'statusMessage':B(0xa4)});});});}static['downloadFile']({url:a,headers:b,cert:c,destPath:d}){const C=a124s,e={'Content-Type':C(0x9d)};Object[C(0xaf)](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object[C(0xaf)](f,{'cert':a124f[C(0xaa)](c)}),new Promise((g,h)=>{const H=C,i=k=>{const D=a124d;if(k[D(0xca)]===0x12e||k[D(0xca)]===0x12d){if(!k[D(0xae)][D(0xba)])return h(new Error(D(0xa2)));return this['downloadFile']({'url':k[D(0xae)][D(0xba)],'headers':b,'cert':c,'destPath':d})[D(0xb6)](g)[D(0x9e)](h);}if(k[D(0xca)]&&(k[D(0xca)]<0xc8||k['statusCode']>=0x12c))return h(new Error(D(0xb3)+k[D(0xca)]));const l=parseInt(k['headers']['content-length'],0xa),m=new Progress(l),n=a124f['createWriteStream'](d);k['on'](D(0xc0),o=>{const E=D;m[E(0xa6)](o[E(0xac)]),n['write'](o);}),k['on']('end',()=>{const F=D;n[F(0xc2)](),m[F(0xcb)]();}),n['on']('finish',()=>{const G=D;n[G(0xb1)]();}),n['on'](D(0xb1),g);},j=a124e['get'](a,f,i);j['on'](H(0x9f),k=>{h(k);}),j['on'](H(0xa0),()=>{const I=H;j[I(0xbd)](),h({'statusCode':0x198,'statusMessage':I(0xa4)});});});}static async['askGPT']({prompt:a,openApiKey:b,certPath:c}){const J=a124s,d={'prompt':a,'max_tokens':0x96},e={'Authorization':J(0xa3)+b},f=await this['post']({'hostname':J(0xbe),'path':J(0xb5),'data':d,'headers':e,'cert':c});return f;}}
@@ -1 +1 @@
1
- (function(a,b){var f=a125d,c=a();while(!![]){try{var d=-parseInt(f(0x109))/0x1+parseInt(f(0x111))/0x2+-parseInt(f(0x10b))/0x3*(parseInt(f(0x112))/0x4)+parseInt(f(0x10d))/0x5*(-parseInt(f(0x113))/0x6)+-parseInt(f(0x116))/0x7+parseInt(f(0x10a))/0x8*(parseInt(f(0x10c))/0x9)+parseInt(f(0x115))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x7bcb6));var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0x10e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a[h(0x114)]()[h(0x10f)](h(0x110))['toString']()['constructor'](a125a)[h(0x10f)](h(0x110));});function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x109;var f=c[d];return f;},a125d(a,b);}a125a();export{};function a125c(){var i=['(((.+)+)+)+$','1765328xGFBpK','60924RuPIpN','6IzrALE','toString','3173050RNJjXl','2238033qVEoFG','739447VbaADW','320240IcbeCF','12oRFqOf','126lzNBmp','666185OaDYmy','apply','search'];a125c=function(){return i;};return a125c();}
1
+ (function(a,b){var f=a125d,c=a();while(!![]){try{var d=parseInt(f(0xa9))/0x1*(-parseInt(f(0xa4))/0x2)+-parseInt(f(0xab))/0x3+-parseInt(f(0xae))/0x4*(parseInt(f(0xac))/0x5)+-parseInt(f(0xa2))/0x6*(parseInt(f(0xa0))/0x7)+-parseInt(f(0x9f))/0x8+-parseInt(f(0xa8))/0x9*(-parseInt(f(0xa3))/0xa)+parseInt(f(0xa6))/0xb*(parseInt(f(0xa5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xa9773));var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var g=a125d;return a125a[g(0xaa)]()[g(0xa1)](g(0xad))['toString']()[g(0xa7)](a125a)[g(0xa1)]('(((.+)+)+)+$');});a125a();function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x9f;var f=c[d];return f;},a125d(a,b);}export{};function a125c(){var h=['(((.+)+)+)+$','2158964weKKhS','10106496sEkdxk','588PeldUR','search','16866uXINgV','12447610umIpWZ','26FTvpSr','12634428tePoHZ','22yiXkDS','constructor','9ScAYVe','857WBYTeK','toString','1818150DyDwYw','5TuMzFr'];a125c=function(){return h;};return a125c();}
@@ -1 +1 @@
1
- const a126h=a126d;function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0xc7;let f=c[d];return f;},a126d(a,b);}function a126c(){const m=['lastLoggedProgress','3877851LVCAkW','90LmNaiE','search','current','constructor','2140614JAXvAh','round','width','repeat','dlMessage','complete','1373628weprCl','singleLineSuccess','4563540XgBksg','(((.+)+)+)+$','Downloading','total','min','platform','win32','17776dAoaEJ','graphic','480Bcigpk','3086224JwUshh','toString',':\x20[','draw','1198142QwUBUz','colors'];a126c=function(){return m;};return a126c();}(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0xdc))/0x1+-parseInt(f(0xcc))/0x2+-parseInt(f(0xdf))/0x3+-parseInt(f(0xd5))/0x4*(-parseInt(f(0xd7))/0x5)+-parseInt(f(0xce))/0x6+parseInt(f(0xe4))/0x7+parseInt(f(0xd8))/0x8*(parseInt(f(0xe0))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x9f30b));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const g=a126d;return a126a[g(0xd9)]()['search'](g(0xcf))['toString']()[g(0xe3)](a126a)[g(0xe1)](g(0xcf));});a126a();import{Log}from'../log/log.class.js';const isWin=process[a126h(0xd3)]===a126h(0xd4),downArrow=isWin?'<':'↓';export class Progress{[a126h(0xd1)];[a126h(0xe2)];[a126h(0xc8)];[a126h(0xde)];[a126h(0xca)];['graphic'];constructor(a,b=a126h(0xd0),c=downArrow){const i=a126h;this[i(0xd1)]=a,this[i(0xe2)]=0x0,this[i(0xc8)]=0x28,this[i(0xde)]=0x0,this[i(0xca)]=b,this[i(0xd6)]=Log[i(0xdd)]['majestic'](c);}['update'](a){const j=a126h;this[j(0xe2)]+=a,this[j(0xdb)]();}[a126h(0xcb)](){const k=a126h;this[k(0xe2)]=this[k(0xd1)],this[k(0xdb)](),Log[k(0xcd)]('');}['draw'](){const l=a126h,a=Math[l(0xd2)](0x64,Math[l(0xc7)](this[l(0xe2)]/this[l(0xd1)]*0x64));if(a!==this[l(0xde)]){this[l(0xde)]=a;const b=Math[l(0xc7)](a/0x64*this[l(0xc8)]),c=this[l(0xc8)]-b,d=''+Log[l(0xdd)]['success']('█')[l(0xc9)](b)+'░'['repeat'](c),e=this[l(0xd6)]+'\x20'+this['dlMessage']+l(0xda)+d+']\x20'+a+'%';Log['singleLine'](e);}}}
1
+ const a126i=a126d;function a126c(){const n=['search','total','223432dLHiLl','round','6kRvZSN','complete','lastLoggedProgress','current','draw','constructor','apply','singleLineSuccess','959997CdpSAY','toString','291370rzksHY','win32','81dokCaY','351572detIve','singleLine','colors','5XQbsiB','graphic','success','3982700RvQZNI','Downloading','5431559xyAijM','(((.+)+)+)+$','19474610kIdkOO','dlMessage','width'];a126c=function(){return n;};return a126c();}(function(a,b){const f=a126d,c=a();while(!![]){try{const d=-parseInt(f(0x1f4))/0x1+-parseInt(f(0x20f))/0x2+-parseInt(f(0x20d))/0x3+-parseInt(f(0x1fa))/0x4*(parseInt(f(0x1f7))/0x5)+-parseInt(f(0x205))/0x6*(-parseInt(f(0x1fc))/0x7)+-parseInt(f(0x203))/0x8*(parseInt(f(0x1f3))/0x9)+parseInt(f(0x1fe))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xa0ea2));const a126b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a126d;if(c){const e=c[g(0x20b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){const h=a126d;return a126a[h(0x20e)]()[h(0x201)](h(0x1fd))[h(0x20e)]()[h(0x20a)](a126a)[h(0x201)](h(0x1fd));});a126a();function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1f2;let f=c[d];return f;},a126d(a,b);}import{Log}from'../log/log.class.js';const isWin=process['platform']===a126i(0x1f2),downArrow=isWin?'<':'↓';export class Progress{[a126i(0x202)];[a126i(0x208)];[a126i(0x200)];['lastLoggedProgress'];['dlMessage'];[a126i(0x1f8)];constructor(a,b=a126i(0x1fb),c=downArrow){const j=a126i;this['total']=a,this[j(0x208)]=0x0,this[j(0x200)]=0x28,this[j(0x207)]=0x0,this[j(0x1ff)]=b,this[j(0x1f8)]=Log[j(0x1f6)]['majestic'](c);}['update'](a){const k=a126i;this[k(0x208)]+=a,this[k(0x209)]();}[a126i(0x206)](){const l=a126i;this[l(0x208)]=this['total'],this['draw'](),Log[l(0x20c)]('');}['draw'](){const m=a126i,a=Math['min'](0x64,Math[m(0x204)](this[m(0x208)]/this[m(0x202)]*0x64));if(a!==this[m(0x207)]){this[m(0x207)]=a;const b=Math[m(0x204)](a/0x64*this['width']),c=this[m(0x200)]-b,d=''+Log['colors'][m(0x1f9)]('█')['repeat'](b)+'░'['repeat'](c),e=this[m(0x1f8)]+'\x20'+this[m(0x1ff)]+':\x20['+d+']\x20'+a+'%';Log[m(0x1f5)](e);}}}
@@ -1 +1 @@
1
- const a127l=a127d;(function(a,b){const k=a127d,c=a();while(!![]){try{const d=parseInt(k(0xc9))/0x1+parseInt(k(0xb4))/0x2*(-parseInt(k(0x9e))/0x3)+parseInt(k(0x9b))/0x4+parseInt(k(0xb1))/0x5*(parseInt(k(0xbb))/0x6)+parseInt(k(0xb5))/0x7+parseInt(k(0xa6))/0x8+-parseInt(k(0xc1))/0x9*(parseInt(k(0xc0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x70b34));function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x94;let f=c[d];return f;},a127d(a,b);}import*as a127e from'single-line-log2';import a127f from'cli-color';import a127g from'cli-cursor';function a127c(){const M=['search','\x0aManual:','length','header','[--','magentaBright','bold','black','(((.+)+)+)+$','3205192IVCrzz','DARK','yellow','3wdESaJ','win32','log','usage','toString','bright','withSpinner','hidden','6360984IcWeMP','<value>','red','colors','whiteBright','hide','boolFlag','apply','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','notice','colorMode','11650VSsSCE','majestic','setColorMode','1323258JpJgLf','1013061tNaUyJ','values','constructor','\x20>\x20','singleLine','show','258DJCSTC','stdout','greenBright','LIGHT','Examples:','1758190YzenBs','72YPmAXT','blackBright','name','join','cyan','error','info','map','688467NVFFrP','trim'];a127c=function(){return M;};return a127c();}import a127h from'elegant-spinner';const isWin=process['platform']===a127l(0x9f),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const o=a127l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a127d;if(h){const j=h[m(0xad)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a127d;return e[n(0xa2)]()[n(0xcb)](n(0x9a))[n(0xa2)]()[n(0xb7)](e)[n(0xcb)](n(0x9a));});e(),c[c[o(0x9c)]=0x0]='DARK',c[c['LIGHT']=0x1]=o(0xbe);}(ColorMode||(ColorMode={})));const DarkColors={'success':a127f[a127l(0xbd)],'warn':a127f['yellowBright'],'notice':a127f['cyanBright'],'error':a127f[a127l(0xa8)][a127l(0x98)],'header':a127f['blackBright'],'bright':a127f[a127l(0xaa)],'info':a127f['cyanBright'],'majestic':a127f[a127l(0x97)]},LightColors={'success':a127f['green'],'warn':a127f[a127l(0x9d)],'notice':a127f[a127l(0xc5)],'error':a127f[a127l(0xa8)],'header':a127f['black'],'bright':a127f[a127l(0x99)],'info':a127f['cyan'],'majestic':a127f['magenta']},formatOptionalOpts=a=>{const p=a127l;return a[p(0xc8)](b=>{const q=p;if(typeof b==='object'){if(b?.[q(0xa5)])return'';if(b[q(0xac)])return'[--'+b[q(0xc3)]+']';return q(0x96)+b[q(0xc3)]+'='+(b?.[q(0xb6)]?b[q(0xb6)][q(0xc4)]('|'):q(0xa7))+']';}return'[--'+b+']';})[p(0xc4)]('\x20');},formatRequiredOpts=a=>{const r=a127l;return a[r(0xc8)](b=>{const s=r;if(typeof b==='object'){if(b?.[s(0xa5)])return'';if(b[s(0xac)])return'--'+b[s(0xc3)];return'--'+b[s(0xc3)]+'='+(b?.[s(0xb6)]?b['values']['join']('|'):s(0xa7));}return'--'+b;})[r(0xc4)]('\x20');};export class Log{static [a127l(0xb0)]=ColorMode[a127l(0x9c)];static get[a127l(0xa9)](){const t=a127l;return Log['colorMode']===ColorMode[t(0x9c)]?DarkColors:LightColors;}static[a127l(0xb3)](a){const u=a127l;Log[u(0xb0)]=a;}static['success'](a){const v=a127l;console[v(0xa0)](Log[v(0xa9)]['success'](a));}static['warn'](a){const w=a127l;console[w(0xa0)](Log[w(0xa9)]['warn'](a));}static['notice'](a){const x=a127l;console[x(0xa0)](Log[x(0xa9)][x(0xaf)](a));}static[a127l(0xc6)](a){const y=a127l;console[y(0xa0)](Log['colors'][y(0xc6)](a));}static[a127l(0x95)](a){const z=a127l;console[z(0xa0)](Log[z(0xa9)]['header'](a));}static[a127l(0xa3)](a){const A=a127l;console[A(0xa0)](Log[A(0xa9)][A(0xa3)](a));}static['info'](a){const B=a127l;console[B(0xa0)](Log['colors'][B(0xc7)](a));}static[a127l(0xb2)](a){const C=a127l;console[C(0xa0)](Log['colors'][C(0xb2)](a));}static[a127l(0xa1)](a,b,c,d,e,f){const D=a127l,g=a127f[D(0xc2)];Log[D(0xa3)](d),b&&b[D(0x94)]>0x0&&(Log[D(0xa3)](g(D(0xbf))),b['forEach'](h=>{const E=D;Log[E(0xa3)](E(0xb8)+h);})),a&&(Log['header'](D(0xcc)),Log[D(0xaf)]('\x20\x20'+a[D(0xca)]()+'\x0a')),c&&Log[D(0xa3)](g('Usage:\x20')+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log['header'](D(0xae));}static[a127l(0xa4)](a=''){const F=a127l;a127g[F(0xab)]();const b=a127h();a127g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const G=a127d;a127e['stdout'](a127f[G(0xc5)](b())+'\x20'+d);},0x5a);},'success'(d=''){const H=F;clearInterval(c),a127e[H(0xbc)](a127f[H(0xbd)](check)+'\x20'+a+'\x20'+d),console[H(0xa0)](),a127g[H(0xba)]();},'failure'(d=''){const I=F;clearInterval(c),a127e[I(0xbc)](a127f[I(0xa8)][I(0x98)](cross)+'\x20'+a+'\x20'+d),console['log'](),a127g[I(0xba)]();},'stop'(){const J=F;clearInterval(c),a127g[J(0xba)]();}};}static[a127l(0xb9)](a){const K=a127l;a127e[K(0xbc)](a);}static['singleLineSuccess'](a){const L=a127l;a127e['stdout'](a127f[L(0xbd)](check)+'\x20'+a);}}
1
+ const a127l=a127d;(function(a,b){const k=a127d,c=a();while(!![]){try{const d=parseInt(k(0xbd))/0x1*(parseInt(k(0x92))/0x2)+-parseInt(k(0xb8))/0x3*(parseInt(k(0x93))/0x4)+-parseInt(k(0xa5))/0x5*(parseInt(k(0xb7))/0x6)+parseInt(k(0xbb))/0x7+-parseInt(k(0xad))/0x8*(parseInt(k(0xb4))/0x9)+parseInt(k(0x89))/0xa*(-parseInt(k(0x82))/0xb)+parseInt(k(0xa0))/0xc*(parseInt(k(0x96))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xb4d25));import*as a127e from'single-line-log2';import a127f from'cli-color';import a127g from'cli-cursor';function a127c(){const L=['blackBright','<value>','456PpeTwJ','3447219qQPmdy','[--','win32','2131388mveQSV','red','49307wCAnGH','length','map','name','majestic','colorMode','\x0aManual:','44izacdn','error','search','stdout','Usage:\x20','DARK','withSpinner','1580620ffXJtt','success','log','boolFlag','header','(((.+)+)+)+$','Examples:','usage','LIGHT','58Zutehl','4fCbXZg','constructor','hidden','39FqcfqK','green','join','toString','magentaBright','trim','notice','bright','setColorMode','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','8858292REjUZX','hide','colors','values','whiteBright','86890enJZOO','forEach','black','yellow','magenta','cyan','show','cyanBright','16kREsMs','singleLineSuccess','info','greenBright','bold','object','warn','478197IvQkQx'];a127c=function(){return L;};return a127c();}import a127h from'elegant-spinner';const isWin=process['platform']===a127l(0xba),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const n=a127l,d=(function(){let f=!![];return function(g,h){const i=f?function(){if(h){const j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const m=a127d;return e['toString']()[m(0x84)]('(((.+)+)+)+$')[m(0x99)]()[m(0x94)](e)[m(0x84)](m(0x8e));});e(),c[c['DARK']=0x0]=n(0x87),c[c[n(0x91)]=0x1]='LIGHT';}(ColorMode||(ColorMode={})));const DarkColors={'success':a127f[a127l(0xb0)],'warn':a127f['yellowBright'],'notice':a127f[a127l(0xac)],'error':a127f['red'][a127l(0xb1)],'header':a127f[a127l(0xb5)],'bright':a127f[a127l(0xa4)],'info':a127f['cyanBright'],'majestic':a127f[a127l(0x9a)]},LightColors={'success':a127f[a127l(0x97)],'warn':a127f[a127l(0xa8)],'notice':a127f[a127l(0xaa)],'error':a127f[a127l(0xbc)],'header':a127f[a127l(0xa7)],'bright':a127f[a127l(0xa7)],'info':a127f['cyan'],'majestic':a127f[a127l(0xa9)]},formatOptionalOpts=a=>{const p=a127l;return a['map'](b=>{const o=a127d;if(typeof b===o(0xb2)){if(b?.[o(0x95)])return'';if(b[o(0x8c)])return'[--'+b[o(0x7e)]+']';return o(0xb9)+b['name']+'='+(b?.[o(0xa3)]?b[o(0xa3)][o(0x98)]('|'):o(0xb6))+']';}return'[--'+b+']';})[p(0x98)]('\x20');},formatRequiredOpts=a=>{const q=a127l;return a[q(0x7d)](b=>{const r=q;if(typeof b===r(0xb2)){if(b?.[r(0x95)])return'';if(b['boolFlag'])return'--'+b[r(0x7e)];return'--'+b[r(0x7e)]+'='+(b?.[r(0xa3)]?b[r(0xa3)]['join']('|'):r(0xb6));}return'--'+b;})[q(0x98)]('\x20');};function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x7d;let f=c[d];return f;},a127d(a,b);}export class Log{static [a127l(0x80)]=ColorMode[a127l(0x87)];static get[a127l(0xa2)](){const s=a127l;return Log[s(0x80)]===ColorMode[s(0x87)]?DarkColors:LightColors;}static[a127l(0x9e)](a){const t=a127l;Log[t(0x80)]=a;}static[a127l(0x8a)](a){const u=a127l;console[u(0x8b)](Log['colors']['success'](a));}static[a127l(0xb3)](a){const v=a127l;console[v(0x8b)](Log['colors'][v(0xb3)](a));}static[a127l(0x9c)](a){const w=a127l;console[w(0x8b)](Log[w(0xa2)][w(0x9c)](a));}static[a127l(0x83)](a){const x=a127l;console[x(0x8b)](Log[x(0xa2)][x(0x83)](a));}static['header'](a){const y=a127l;console['log'](Log[y(0xa2)][y(0x8d)](a));}static[a127l(0x9d)](a){const z=a127l;console[z(0x8b)](Log[z(0xa2)]['bright'](a));}static[a127l(0xaf)](a){const A=a127l;console['log'](Log[A(0xa2)][A(0xaf)](a));}static['majestic'](a){const B=a127l;console[B(0x8b)](Log['colors'][B(0x7f)](a));}static[a127l(0x90)](a,b,c,d,e,f){const C=a127l,g=a127f[C(0xb5)];Log['bright'](d),b&&b[C(0xbe)]>0x0&&(Log['bright'](g(C(0x8f))),b[C(0xa6)](h=>{const D=C;Log[D(0x9d)]('\x20>\x20'+h);})),a&&(Log[C(0x8d)](C(0x81)),Log[C(0x9c)]('\x20\x20'+a[C(0x9b)]()+'\x0a')),c&&Log[C(0x9d)](g(C(0x86))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[C(0x8d)](C(0x9f));}static[a127l(0x88)](a=''){const E=a127l;a127g['hide']();const b=a127h();a127g[E(0xa1)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const F=a127d;a127e['stdout'](a127f[F(0xaa)](b())+'\x20'+d);},0x5a);},'success'(d=''){const G=E;clearInterval(c),a127e[G(0x85)](a127f[G(0xb0)](check)+'\x20'+a+'\x20'+d),console[G(0x8b)](),a127g[G(0xab)]();},'failure'(d=''){const H=E;clearInterval(c),a127e[H(0x85)](a127f[H(0xbc)]['bold'](cross)+'\x20'+a+'\x20'+d),console[H(0x8b)](),a127g['show']();},'stop'(){const I=E;clearInterval(c),a127g[I(0xab)]();}};}static['singleLine'](a){const J=a127l;a127e[J(0x85)](a);}static[a127l(0xae)](a){const K=a127l;a127e[K(0x85)](a127f[K(0xb0)](check)+'\x20'+a);}}
@@ -1 +1 @@
1
- (function(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(0x17e))/0x1+parseInt(f(0x180))/0x2+parseInt(f(0x178))/0x3+parseInt(f(0x179))/0x4*(parseInt(f(0x17c))/0x5)+parseInt(f(0x17a))/0x6*(-parseInt(f(0x181))/0x7)+parseInt(f(0x17b))/0x8*(-parseInt(f(0x177))/0x9)+-parseInt(f(0x17f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xba946));var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0x175)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a['toString']()[h(0x174)](h(0x176))['toString']()[h(0x17d)](a128a)[h(0x174)](h(0x176));});function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x174;var f=c[d];return f;},a128d(a,b);}a128a();export{};function a128c(){var i=['search','apply','(((.+)+)+)+$','63XHhQZQ','1218444erbwAz','24OxoamJ','15378mRuUoM','964040tOLGUE','870715bNtEQC','constructor','1351225YAClIz','17874850wIoydC','1626874tmanyM','602zQjSnz'];a128c=function(){return i;};return a128c();}
1
+ (function(a,b){var f=a128d,c=a();while(!![]){try{var d=-parseInt(f(0x69))/0x1+parseInt(f(0x70))/0x2*(-parseInt(f(0x6e))/0x3)+parseInt(f(0x66))/0x4+-parseInt(f(0x71))/0x5*(parseInt(f(0x65))/0x6)+-parseInt(f(0x6b))/0x7+-parseInt(f(0x68))/0x8+parseInt(f(0x6a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x48785));var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var g=a128d;return a128a[g(0x6f)]()[g(0x67)](g(0x6c))[g(0x6f)]()[g(0x6d)](a128a)[g(0x67)](g(0x6c));});a128a();function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x65;var f=c[d];return f;},a128d(a,b);}export{};function a128c(){var h=['633lArDej','toString','5470VyDcfy','14440nEJgaJ','474wczsJs','1519000kMCkQp','search','3706576njjAnr','532323qmBhzs','17369658inHsbn','1483951osTpTP','(((.+)+)+)+$','constructor'];a128c=function(){return h;};return a128c();}
@@ -1 +1 @@
1
- const a129h=a129d;function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x136;let f=c[d];return f;},a129d(a,b);}(function(a,b){const f=a129d,c=a();while(!![]){try{const d=parseInt(f(0x143))/0x1*(-parseInt(f(0x148))/0x2)+-parseInt(f(0x151))/0x3+-parseInt(f(0x14d))/0x4+parseInt(f(0x14c))/0x5+-parseInt(f(0x138))/0x6+-parseInt(f(0x140))/0x7*(-parseInt(f(0x13f))/0x8)+-parseInt(f(0x13d))/0x9*(-parseInt(f(0x142))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xecfdf));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const g=a129d;return a129a['toString']()[g(0x146)](g(0x14e))[g(0x136)]()['constructor'](a129a)[g(0x146)](g(0x14e));});a129a();import{Actions}from'../actions/actions.class.js';function a129c(){const m=['length','2340250bVycTy','278700YOsExw','(((.+)+)+)+$','handleValidOptions','validOpts','137271poWbJs','toString','requiredOpts','7755912JkOadk','Please\x20provide\x20a\x20valid\x20value\x20for\x20','opts','handleRequiredOptions','Please\x20choose\x20a\x20valid\x20value\x20for\x20','30717byxpTs','string','3264712enneXN','7VBGcOq','Please\x20provide\x20a\x20value\x20for\x20','6250tSiksm','13pZSiCv','handleOptions','inputOpts','search','Please\x20choose\x20a\x20value\x20for\x20','96994VTwajA','list','includes'];a129c=function(){return m;};return a129c();}export class OptionHandler{[a129h(0x145)];['opts'];['requiredOpts'];[a129h(0x150)];constructor(){const i=a129h;this['inputOpts']=[],this[i(0x13a)]={},this[i(0x137)]=[],this['validOpts']=[];}async[a129h(0x144)](a,b,c){const j=a129h;this[j(0x145)]=a,this['requiredOpts']=b,this[j(0x150)]=c,await this[j(0x13b)](),await this[j(0x14f)]();}async['handleRequiredOptions'](){const k=a129h;if(this[k(0x137)]?.['length']>0x0)for(const a of this['requiredOpts']){let b=!![];const {name:c,values:d}=typeof a===k(0x13e)?{'name':a,'values':undefined}:a;if(!this[k(0x145)]['includes'](c)){const e=d?await Actions['options']({'type':'list','name':c,'message':k(0x147)+c,'choices':d}):await Actions['ask'](k(0x141)+c);this[k(0x13a)][c]=d?e[c]:e,b=d?d[k(0x14a)](this[k(0x13a)][c]):!![];}else b=d?d[k(0x14a)](this[k(0x13a)][c]):!![];if(!b)throw new Error('Invalid\x20value\x20for\x20'+c+':\x20'+this[k(0x13a)][c]);}}async['handleValidOptions'](){const l=a129h;if(this['validOpts']?.[l(0x14b)]>0x0)for(const a of this[l(0x150)]){const {name:b,values:c}=typeof a===l(0x13e)?{'name':a,'values':undefined}:a,d=this['opts'][b];if(d!==undefined&&(!c||!c[l(0x14a)](d))){const e=c?await Actions['options']({'type':l(0x149),'name':b,'message':l(0x13c)+b,'choices':c}):await Actions['ask'](l(0x139)+b);this['opts'][b]=c?e[b]:e;}}}}
1
+ const a129i=a129d;(function(a,b){const f=a129d,c=a();while(!![]){try{const d=parseInt(f(0x1c8))/0x1*(-parseInt(f(0x1ce))/0x2)+parseInt(f(0x1ca))/0x3+-parseInt(f(0x1c9))/0x4*(parseInt(f(0x1d8))/0x5)+-parseInt(f(0x1d3))/0x6+-parseInt(f(0x1da))/0x7+-parseInt(f(0x1d9))/0x8*(parseInt(f(0x1c7))/0x9)+parseInt(f(0x1de))/0xa*(parseInt(f(0x1c6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x326e3));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a129d;if(c){const e=c[g(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const h=a129d;return a129a[h(0x1db)]()['search'](h(0x1d7))[h(0x1db)]()[h(0x1df)](a129a)[h(0x1c5)](h(0x1d7));});a129a();function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x1c5;let f=c[d];return f;},a129d(a,b);}import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a129i(0x1e4)];[a129i(0x1e0)];[a129i(0x1dd)];[a129i(0x1d0)];constructor(){const j=a129i;this['inputOpts']=[],this[j(0x1e0)]={},this[j(0x1dd)]=[],this[j(0x1d0)]=[];}async['handleOptions'](a,b,c){const k=a129i;this[k(0x1e4)]=a,this[k(0x1dd)]=b,this[k(0x1d0)]=c,await this[k(0x1d1)](),await this[k(0x1cd)]();}async[a129i(0x1d1)](){const l=a129i;if(this[l(0x1dd)]?.[l(0x1d6)]>0x0)for(const a of this[l(0x1dd)]){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[l(0x1e4)][l(0x1e3)](c)){const e=d?await Actions['options']({'type':l(0x1d4),'name':c,'message':l(0x1cc)+c,'choices':d}):await Actions[l(0x1cb)](l(0x1dc)+c);this['opts'][c]=d?e[c]:e,b=d?d[l(0x1e3)](this[l(0x1e0)][c]):!![];}else b=d?d[l(0x1e3)](this[l(0x1e0)][c]):!![];if(!b)throw new Error(l(0x1d5)+c+':\x20'+this[l(0x1e0)][c]);}}async[a129i(0x1cd)](){const m=a129i;if(this[m(0x1d0)]?.[m(0x1d6)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a==='string'?{'name':a,'values':undefined}:a,d=this[m(0x1e0)][b];if(d!==undefined&&(!c||!c['includes'](d))){const e=c?await Actions[m(0x1e2)]({'type':'list','name':b,'message':m(0x1e1)+b,'choices':c}):await Actions[m(0x1cb)](m(0x1d2)+b);this['opts'][b]=c?e[b]:e;}}}}function a129c(){const n=['518790DJEZwU','ask','Please\x20choose\x20a\x20value\x20for\x20','handleValidOptions','2oKfNyI','apply','validOpts','handleRequiredOptions','Please\x20provide\x20a\x20valid\x20value\x20for\x20','1281630MtRUzf','list','Invalid\x20value\x20for\x20','length','(((.+)+)+)+$','10CbMCnL','13080HkRBxt','2395610RXHVwg','toString','Please\x20provide\x20a\x20value\x20for\x20','requiredOpts','801680yVXxOC','constructor','opts','Please\x20choose\x20a\x20valid\x20value\x20for\x20','options','includes','inputOpts','search','187phGKHr','1170FqLWRy','218498AgHdyk','684680FhWhMT'];a129c=function(){return n;};return a129c();}
@@ -1 +1 @@
1
- function a130c(){const s=['log','kill','2246246mnVqbD','inherit','verbose','SIGINT','(((.+)+)+)+$','42mNUxeH','pid','search','6136495CtQFnM','4885590kOVgwg','error','toString','data','disconnect','message','cwd','1507760xcypJS','135YQDUzu','453072SHIYkL','752631OvyItj','withSpinner','success','10223898NUtbLg','4qcNYtK'];a130c=function(){return s;};return a130c();}const a130l=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=parseInt(j(0xb0))/0x1+-parseInt(j(0xb7))/0x2+-parseInt(j(0xa6))/0x3*(-parseInt(j(0xb4))/0x4)+-parseInt(j(0xa5))/0x5+-parseInt(j(0xb3))/0x6+-parseInt(j(0xa2))/0x7*(-parseInt(j(0xaf))/0x8)+parseInt(j(0xae))/0x9*(parseInt(j(0xad))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xe29c8));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const k=a130d;return a130a['toString']()[k(0xa4)](k(0xa1))[k(0xa8)]()['constructor'](a130a)[k(0xa4)](k(0xa1));});a130a();import{spawn}from'child_process';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0xa0;let f=c[d];return f;},a130d(a,b);}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a130l(0xb1)](a,b,c){return new Promise((d,e)=>{const m=a130d,f=Log[m(0xb1)](),g=c?.[m(0xac)]||'.';c?.[m(0xab)]&&f['start'](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[m(0xb9)]?m(0xb8):'ignore'});process['on'](m(0xa0),()=>{const n=m,i=h[n(0xa3)];i&&process[n(0xb6)](i);}),h['on'](m(0xa9),i=>{const o=m;console[o(0xb5)](i);}),h['on'](m(0xaa),()=>{const p=m;c?.[p(0xab)]&&f['success'](),d();}),h['on']('close',()=>{const q=m;c?.[q(0xab)]&&f[q(0xb2)](),d();}),h['on'](m(0xa7),()=>{const r=m;c?.[r(0xab)]&&f['failure'](),e();});});}}
1
+ function a130c(){const t=['cwd','SIGINT','withSpinner','error','55441566BTmBfg','verbose','14170160ORZLHk','3386379zNrnFj','failure','log','4RIWYaz','constructor','success','2088468OGKNaN','message','ignore','search','kill','toString','inherit','start','119ZzAKnb','(((.+)+)+)+$','1035175nUxkLR','apply','511780SSWICZ','344064MVbMFb','data'];a130c=function(){return t;};return a130c();}const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0x8d))/0x1+-parseInt(j(0x81))/0x2+parseInt(j(0x97))/0x3*(-parseInt(j(0x7e))/0x4)+parseInt(j(0x8b))/0x5+-parseInt(j(0x8e))/0x6*(parseInt(j(0x89))/0x7)+-parseInt(j(0x96))/0x8+parseInt(j(0x94))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xe495c));function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x7d;let f=c[d];return f;},a130d(a,b);}const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x8c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a['toString']()[l(0x84)](l(0x8a))[l(0x86)]()[l(0x7f)](a130a)[l(0x84)](l(0x8a));});a130a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a130m(0x92)](a,b,c){return new Promise((d,e)=>{const n=a130d,f=Log['withSpinner'](),g=c?.[n(0x90)]||'.';c?.[n(0x82)]&&f[n(0x88)](c?.[n(0x82)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x95)]?n(0x87):n(0x83)});process['on'](n(0x91),()=>{const o=n,i=h['pid'];i&&process[o(0x85)](i);}),h['on'](n(0x8f),i=>{const p=n;console[p(0x7d)](i);}),h['on']('disconnect',()=>{const q=n;c?.[q(0x82)]&&f['success'](),d();}),h['on']('close',()=>{const r=n;c?.[r(0x82)]&&f[r(0x80)](),d();}),h['on'](n(0x93),()=>{const s=n;c?.['message']&&f[s(0x98)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a131d,c=a();while(!![]){try{var d=-parseInt(f(0x16e))/0x1+-parseInt(f(0x167))/0x2+parseInt(f(0x171))/0x3+parseInt(f(0x16d))/0x4+-parseInt(f(0x168))/0x5+parseInt(f(0x16a))/0x6*(parseInt(f(0x16b))/0x7)+parseInt(f(0x16c))/0x8*(-parseInt(f(0x169))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x8dc54));var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var g=a131d;return a131a[g(0x165)]()[g(0x170)](g(0x16f))[g(0x165)]()[g(0x166)](a131a)['search'](g(0x16f));});a131a();function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x165;var f=c[d];return f;},a131d(a,b);}export{};function a131c(){var h=['constructor','2088104TquODS','1743135hBVzbZ','253494RXiDiK','171768oWMjFy','168BmKrlq','24GUuqmn','2136188HjZeiB','51750mrKGED','(((.+)+)+)+$','search','2665500pwSLyW','toString'];a131c=function(){return h;};return a131c();}
1
+ (function(a,b){var f=a131d,c=a();while(!![]){try{var d=-parseInt(f(0x1c5))/0x1+-parseInt(f(0x1ca))/0x2*(parseInt(f(0x1c7))/0x3)+parseInt(f(0x1d0))/0x4*(parseInt(f(0x1c8))/0x5)+-parseInt(f(0x1cf))/0x6*(-parseInt(f(0x1cd))/0x7)+-parseInt(f(0x1ce))/0x8+-parseInt(f(0x1c4))/0x9*(-parseInt(f(0x1c2))/0xa)+-parseInt(f(0x1c3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x1f3a3));function a131c(){var i=['22131IhzgCY','31226YIJosZ','(((.+)+)+)+$','132SstitE','1750KRBKqB','apply','8188PpoSNP','toString','constructor','1058610LnZiCG','298232BEaCkC','6qJJTwd','2312huQjiG','search','410ybziHO','855811MWmhjl'];a131c=function(){return i;};return a131c();}function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x1c1;var f=c[d];return f;},a131d(a,b);}var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x1c9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a['toString']()[h(0x1c1)](h(0x1c6))[h(0x1cb)]()[h(0x1cc)](a131a)[h(0x1c1)](h(0x1c6));});a131a();export{};
@@ -1 +1 @@
1
- const a132p=a132d;function a132c(){const x=['message','(((.+)+)+)+$','sshSync','apply','close','ConnectTimeout=2','dest','10LuiAvW','concat','scp','847384eQUQhe','constructor','ssh','join','env','259854oPWNgT','push','success','143eEsyFs','tty','pem','toString','2>&1','start','search','499860DFezpT','ssh\x20','disconnect','user','ignore','host','1921632cyKZRI','9KWSSNg','error','sshVerbose','2997016hoOGZU','1258526XgVgsY','1VKhTuM','source','port','verbose','withSpinner','inherit','98IfNcXM','6737070LTGmbs'];a132c=function(){return x;};return a132c();}(function(a,b){const m=a132d,c=a();while(!![]){try{const d=parseInt(m(0xbd))/0x1*(-parseInt(m(0xbc))/0x2)+parseInt(m(0xb7))/0x3+parseInt(m(0xcf))/0x4*(parseInt(m(0xcc))/0x5)+parseInt(m(0xa7))/0x6*(parseInt(m(0xc3))/0x7)+-parseInt(m(0xbb))/0x8+-parseInt(m(0xb8))/0x9*(parseInt(m(0xc4))/0xa)+parseInt(m(0xaa))/0xb*(parseInt(m(0xb1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x827d0));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a132d;if(c){const e=c[n(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const o=a132d;return a132a[o(0xad)]()[o(0xb0)](o(0xc6))[o(0xad)]()[o(0xd0)](a132a)[o(0xb0)](o(0xc6));});a132a();import a132e from'path';function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0xa6;let f=c[d];return f;},a132d(a,b);}import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a132p(0xd1)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a132d,f=b[q(0xb4)]+'@'+b[q(0xb6)],g=a132e[q(0xd2)](b[q(0xa6)],b[q(0xac)]),h=c?.[q(0xab)]||![],i=c?.[q(0xba)]||![];let j=[];h&&j[q(0xa8)]('-t');i&&j['push']('-v');j=j['concat'](['-o',q(0xca),'-i',g,'-p',b['port'],f,a]);const k=Log[q(0xc1)]();c?.['message']&&k[q(0xaf)](c?.['message']);const l=spawn('ssh',j,{'stdio':c?.[q(0xc0)]?q(0xc2):'ignore'});l['on'](q(0xb3),()=>{const r=q;c?.[r(0xc5)]&&k[r(0xa9)](),d();}),l['on'](q(0xc9),()=>{const s=q;c?.[s(0xc5)]&&k[s(0xa9)](),d();}),l['on'](q(0xb9),()=>{const t=q;c?.[t(0xc5)]&&k['failure'](),e();});});};static [a132p(0xc7)]=(a,b,c)=>{const u=a132p,d=b[u(0xb4)]+'@'+b[u(0xb6)],e=a132e[u(0xd2)](b['env'],b[u(0xac)]),f=c?.[u(0xab)]||![],g=c?.[u(0xba)]||![];let h=[];f&&h[u(0xa8)]('-t'),g&&h[u(0xa8)]('-v'),h=h['concat'](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0xbf)],d,a]),spawnSync(u(0xd1),h,{'stdio':c?.['verbose']?u(0xc2):u(0xb5)});};static['ping'](a,b,c){const v=a132p,d=b[v(0xb4)]+'@'+b['host'],e=a132e[v(0xd2)](b['env'],b[v(0xac)]),f=c?.[v(0xab)]||![];let g=[];f&&g[v(0xa8)]('-t');g=g[v(0xcd)](['-o',v(0xca),'-i',e,'-p',b[v(0xbf)],d,a,v(0xae)]);const h=v(0xb2)+g[v(0xd2)]('\x20');return execSync(h)[v(0xad)]();}static[a132p(0xce)](a,b){const w=a132p,c=b['user']+'@'+b[w(0xb6)]+':'+a[w(0xcb)],d=a132e[w(0xd2)](b['env'],b[w(0xac)]),e=['-i',d,'-P',b[w(0xbf)],a[w(0xbe)],c];spawnSync('scp',e,{'stdio':a[w(0xc0)]?'inherit':w(0xb5)});}}
1
+ const a132p=a132d;(function(a,b){const m=a132d,c=a();while(!![]){try{const d=-parseInt(m(0x1f0))/0x1+parseInt(m(0x1ed))/0x2*(-parseInt(m(0x1d7))/0x3)+parseInt(m(0x1e6))/0x4*(parseInt(m(0x1e3))/0x5)+-parseInt(m(0x1e9))/0x6*(-parseInt(m(0x1e0))/0x7)+parseInt(m(0x1eb))/0x8+-parseInt(m(0x1d2))/0x9+parseInt(m(0x1e2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x43793));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a132d;if(c){const e=c[n(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const o=a132d;return a132a[o(0x1ec)]()['search'](o(0x1d3))[o(0x1ec)]()[o(0x1ce)](a132a)[o(0x1ef)](o(0x1d3));});a132a();function a132c(){const x=['user','concat','disconnect','message','withSpinner','verbose','constructor','join','ping','failure','734400SYTBxa','(((.+)+)+)+$','sshVerbose','env','error','112233QmgFYB','tty','2>&1','source','ignore','apply','inherit','host','close','1288525FKCDlo','push','840470gMPTmV','2047315UKcxMr','ssh','success','4GFdcgJ','dest','ConnectTimeout=2','6aeleuM','port','2905776zlMmWN','toString','26iEIhpj','scp','search','196493JXZGlC','start','ssh\x20','pem'];a132c=function(){return x;};return a132c();}function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x1c8;let f=c[d];return f;},a132d(a,b);}import a132e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a132p(0x1e4)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a132d,f=b[q(0x1c8)]+'@'+b[q(0x1de)],g=a132e[q(0x1cf)](b[q(0x1d5)],b[q(0x1f3)]),h=c?.['tty']||![],i=c?.[q(0x1d4)]||![];let j=[];h&&j[q(0x1e1)]('-t');i&&j[q(0x1e1)]('-v');j=j[q(0x1c9)](['-o',q(0x1e8),'-i',g,'-p',b['port'],f,a]);const k=Log[q(0x1cc)]();c?.[q(0x1cb)]&&k[q(0x1f1)](c?.[q(0x1cb)]);const l=spawn(q(0x1e4),j,{'stdio':c?.['verbose']?q(0x1dd):q(0x1db)});l['on'](q(0x1ca),()=>{const r=q;c?.[r(0x1cb)]&&k['success'](),d();}),l['on'](q(0x1df),()=>{const s=q;c?.[s(0x1cb)]&&k[s(0x1e5)](),d();}),l['on'](q(0x1d6),()=>{const t=q;c?.['message']&&k[t(0x1d1)](),e();});});};static ['sshSync']=(a,b,c)=>{const u=a132p,d=b['user']+'@'+b[u(0x1de)],e=a132e[u(0x1cf)](b[u(0x1d5)],b[u(0x1f3)]),f=c?.[u(0x1d8)]||![],g=c?.[u(0x1d4)]||![];let h=[];f&&h['push']('-t'),g&&h[u(0x1e1)]('-v'),h=h[u(0x1c9)](['-o',u(0x1e8),'-i',e,'-p',b[u(0x1ea)],d,a]),spawnSync(u(0x1e4),h,{'stdio':c?.[u(0x1cd)]?u(0x1dd):u(0x1db)});};static[a132p(0x1d0)](a,b,c){const v=a132p,d=b['user']+'@'+b[v(0x1de)],e=a132e[v(0x1cf)](b[v(0x1d5)],b[v(0x1f3)]),f=c?.[v(0x1d8)]||![];let g=[];f&&g[v(0x1e1)]('-t');g=g[v(0x1c9)](['-o',v(0x1e8),'-i',e,'-p',b[v(0x1ea)],d,a,v(0x1d9)]);const h=v(0x1f2)+g[v(0x1cf)]('\x20');return execSync(h)[v(0x1ec)]();}static[a132p(0x1ee)](a,b){const w=a132p,c=b[w(0x1c8)]+'@'+b[w(0x1de)]+':'+a[w(0x1e7)],d=a132e['join'](b[w(0x1d5)],b['pem']),e=['-i',d,'-P',b[w(0x1ea)],a[w(0x1da)],c];spawnSync('scp',e,{'stdio':a[w(0x1cd)]?'inherit':w(0x1db)});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a133d,c=a();while(!![]){try{var d=-parseInt(f(0x1c4))/0x1*(-parseInt(f(0x1be))/0x2)+-parseInt(f(0x1bf))/0x3*(-parseInt(f(0x1c6))/0x4)+-parseInt(f(0x1c1))/0x5*(-parseInt(f(0x1ba))/0x6)+-parseInt(f(0x1c0))/0x7*(-parseInt(f(0x1bd))/0x8)+parseInt(f(0x1bb))/0x9+-parseInt(f(0x1c3))/0xa+-parseInt(f(0x1c7))/0xb*(parseInt(f(0x1b9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xa40a1));function a133c(){var i=['758329oEwsnU','(((.+)+)+)+$','312IurSVW','496212dcnwRq','1303299XcfWiR','apply','6298392mHyWgM','85786nEcXyf','987177uKWrkD','7dkDSGc','5JqFtcf','toString','4813160GIuVSU','22phSTow','search','12ohTSxm'];a133c=function(){return i;};return a133c();}var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a[h(0x1c2)]()[h(0x1c5)]('(((.+)+)+)+$')[h(0x1c2)]()['constructor'](a133a)[h(0x1c5)](h(0x1b8));});function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x1b8;var f=c[d];return f;},a133d(a,b);}a133a();export{};
1
+ (function(a,b){var f=a133d,c=a();while(!![]){try{var d=parseInt(f(0x1c4))/0x1*(-parseInt(f(0x1ce))/0x2)+parseInt(f(0x1c3))/0x3*(parseInt(f(0x1c0))/0x4)+-parseInt(f(0x1c5))/0x5*(-parseInt(f(0x1c9))/0x6)+-parseInt(f(0x1c2))/0x7+parseInt(f(0x1ca))/0x8+parseInt(f(0x1cf))/0x9*(parseInt(f(0x1c7))/0xa)+parseInt(f(0x1cb))/0xb*(-parseInt(f(0x1c8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xc15ff));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a['toString']()[h(0x1cc)](h(0x1cd))['toString']()[h(0x1c6)](a133a)[h(0x1cc)](h(0x1cd));});function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x1c0;var f=c[d];return f;},a133d(a,b);}a133a();function a133c(){var i=['15497779uohvRX','search','(((.+)+)+)+$','84rtPtVl','450ciDAFs','4313564OfQcuE','apply','10628674YAAUFk','3dPptVz','32921POqVZd','6813215uYTOlr','constructor','277630HcrfRh','12iiNwVy','6PIuaxz','10182656dEFybc'];a133c=function(){return i;};return a133c();}export{};
@@ -1 +1 @@
1
- const a134h=a134d;function a134c(){const k=['search','keyName','useConfig','-config','-nodes','9122HyYhjg','-keyout','134145ksswKY','openssl.conf','inherit','6SGfoTZ','push','5921740QUorIh','-x509','-key','5437586NJnGZH','-out','59RrRDiO','5853eEGjNY','75832XOgvwy','rsa:2048','openssl','req','crtName','csrName','-new','1020LmKZBD','497gJcgRo','toString','9016164ucFSVK','cwd','(((.+)+)+)+$','genCSR','24LrOxcS'];a134c=function(){return k;};return a134c();}(function(a,b){const f=a134d,c=a();while(!![]){try{const d=parseInt(f(0x17e))/0x1*(-parseInt(f(0x172))/0x2)+-parseInt(f(0x17f))/0x3*(parseInt(f(0x187))/0x4)+parseInt(f(0x174))/0x5*(parseInt(f(0x177))/0x6)+-parseInt(f(0x188))/0x7*(-parseInt(f(0x180))/0x8)+parseInt(f(0x18a))/0x9+parseInt(f(0x179))/0xa+-parseInt(f(0x17c))/0xb*(parseInt(f(0x18e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x837b8));const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const g=a134d;return a134a[g(0x189)]()[g(0x16d)](g(0x18c))[g(0x189)]()['constructor'](a134a)['search']('(((.+)+)+)+$');});a134a();function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x16d;let f=c[d];return f;},a134d(a,b);}import{spawnSync}from'child_process';export class SSL{static[a134h(0x18d)](a){const i=a134h,b=a[i(0x18b)]?a[i(0x18b)]:process[i(0x18b)](),c=[i(0x183),'-new','-newkey',i(0x181),i(0x171),i(0x173),a[i(0x16e)],i(0x17d),a[i(0x185)]];a[i(0x16f)]&&(c[i(0x178)]('-config'),c[i(0x178)](i(0x175))),spawnSync(i(0x182),c,{'stdio':i(0x176),'cwd':b});}static['genSSC'](a){const j=a134h,b=a[j(0x18b)]?a[j(0x18b)]:process[j(0x18b)](),c=[j(0x183),j(0x17a),j(0x186),j(0x17b),a[j(0x16e)],j(0x17d),a[j(0x184)]];a[j(0x16f)]&&(c[j(0x178)](j(0x170)),c[j(0x178)](j(0x175))),spawnSync(j(0x182),c,{'stdio':j(0x176),'cwd':b});}}
1
+ const a134h=a134d;(function(a,b){const f=a134d,c=a();while(!![]){try{const d=-parseInt(f(0x13c))/0x1*(-parseInt(f(0x13b))/0x2)+parseInt(f(0x11e))/0x3*(parseInt(f(0x129))/0x4)+parseInt(f(0x127))/0x5+parseInt(f(0x12b))/0x6*(-parseInt(f(0x139))/0x7)+parseInt(f(0x13e))/0x8*(parseInt(f(0x137))/0x9)+-parseInt(f(0x133))/0xa*(-parseInt(f(0x128))/0xb)+-parseInt(f(0x126))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x52882));function a134c(){const k=['cwd','68584oxnlZo','12EmKPRB','-newkey','264buEgYO','genCSR','search','129ZMEbjp','-x509','openssl.conf','req','openssl','csrName','toString','-out','11931912crGYPD','1379825RCEgmY','11XtPqLy','12476kSTNbq','-nodes','42hSNJxp','-key','push','-config','inherit','(((.+)+)+)+$','-new','keyName','6054110OZjxcp','rsa:2048','useConfig','crtName','134766ZRDcDh','genSSC','588763anHOJV'];a134c=function(){return k;};return a134c();}function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x11d;let f=c[d];return f;},a134d(a,b);}const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const g=a134d;return a134a[g(0x124)]()['search']('(((.+)+)+)+$')[g(0x124)]()['constructor'](a134a)[g(0x11d)](g(0x130));});a134a();import{spawnSync}from'child_process';export class SSL{static[a134h(0x13f)](a){const i=a134h,b=a[i(0x13a)]?a[i(0x13a)]:process[i(0x13a)](),c=[i(0x121),i(0x131),i(0x13d),i(0x134),i(0x12a),'-keyout',a[i(0x132)],i(0x125),a[i(0x123)]];a[i(0x135)]&&(c[i(0x12d)](i(0x12e)),c[i(0x12d)](i(0x120))),spawnSync(i(0x122),c,{'stdio':i(0x12f),'cwd':b});}static[a134h(0x138)](a){const j=a134h,b=a[j(0x13a)]?a[j(0x13a)]:process[j(0x13a)](),c=[j(0x121),j(0x11f),j(0x131),j(0x12c),a['keyName'],'-out',a[j(0x136)]];a[j(0x135)]&&(c['push'](j(0x12e)),c['push'](j(0x120))),spawnSync(j(0x122),c,{'stdio':j(0x12f),'cwd':b});}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maka/maka-cli",
3
3
  "//": "NOTE: don't forget to update version.ts and fsi.class.ts",
4
- "version": "4.6.2",
4
+ "version": "4.6.3",
5
5
  "type": "module",
6
6
  "summary": "A command line tool for scaffolding Meteor 2.x applications using either React.",
7
7
  "description": "A command line tool for scaffolding Meteor 2.x applications using React.",
@@ -124,6 +124,6 @@
124
124
  ]
125
125
  },
126
126
  "engines": {
127
- "node": ">=14.0.0 <17.0.0"
127
+ "node": ">=14.0.0"
128
128
  }
129
129
  }