@maka/maka-cli 4.6.12 → 4.6.13

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 +1 -1
  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/log/log.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/options/options.class.js +1 -1
  130. package/bundle/obf/src/tools/progress/progress.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 +1 -1
@@ -1 +1 @@
1
- const a124r=a124d;function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x65;let f=c[d];return f;},a124d(a,b);}(function(a,b){const p=a124d,c=a();while(!![]){try{const d=parseInt(p(0x87))/0x1+-parseInt(p(0x81))/0x2+-parseInt(p(0x94))/0x3*(parseInt(p(0x70))/0x4)+-parseInt(p(0x72))/0x5*(parseInt(p(0x9c))/0x6)+-parseInt(p(0x71))/0x7+parseInt(p(0x99))/0x8*(-parseInt(p(0x7c))/0x9)+parseInt(p(0x68))/0xa*(parseInt(p(0x6c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x83fea));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(0x91)]()['search']('(((.+)+)+)+$')[q(0x91)]()[q(0x96)](a124a)[q(0x6a)](q(0x7d));});a124a();import a124e from'https';import a124f from'fs';import{Progress}from'../progress/progress.class.js';const TIMEOUT=0xbb8;process[a124r(0x9a)]['NODE_TLS_REJECT_UNAUTHORIZED']=process['env'][a124r(0x80)]===a124r(0x6e)?'0':'1';function a124c(){const P=['Request\x20Failed\x20with\x20Status\x20Code:\x20','10161811VTbcSZ','then','True','readFileSync','4BiXGKE','2751693rQhukk','2225ueteTz','statusCode','Redirected\x20response\x20without\x20Location\x20header','assign','complete','update','catch','statusMessage','HEAD','write','9RCpbRg','(((.+)+)+)+$','stringify','close','MAKA_DEV','1104434iCwJla','data','downloadFile','error','length','Bearer\x20','314416aEeOsq','hostname','askGPT','BAD\x20RETURN','request','abort','get','application/json','finish','content-length','toString','timeout','checkAvailability','1837131QfGliO','POST','constructor','createWriteStream','Request\x20timeout','3182808aLACBc','env','location','7950IVLTNk','headers','post','pathname','api.openai.com','30teuoGA','end','search'];a124c=function(){return P;};return a124c();}export class HTTPS{static async[a124r(0x65)]({hostname:a,path:b,data:c,headers:d,cert:e}){const s=a124r,f=JSON[s(0x7e)](c),g={'Content-Type':s(0x8e),'Content-Length':f[s(0x85)]};Object[s(0x75)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':s(0x95),'headers':g,'timeout':TIMEOUT};return e&&Object['assign'](h,{'cert':a124f[s(0x6f)](e)}),new Promise((i,j)=>{const w=s,k=a124e['request'](h,l=>{const t=a124d;let m='';l['on'](t(0x82),n=>{const u=t;m+=n[u(0x91)]();}),l['on'](t(0x69),()=>{const v=t;l[v(0x73)]===0x12d&&l['headers'][v(0x9b)]?this[v(0x65)]({'hostname':new URL(l['headers'][v(0x9b)])[v(0x88)],'path':new URL(l[v(0x9d)][v(0x9b)])[v(0x66)],'data':c,'headers':d,'cert':e})[v(0x6d)](i)[v(0x78)](j):i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l[v(0x79)]||v(0x8a),'data':m});});});k['on'](w(0x84),l=>{j(l);}),k['on'](w(0x92),()=>{const x=w;k[x(0x8c)](),j({'statusCode':0x198,'statusMessage':x(0x98)});}),k[w(0x7b)](f),k[w(0x69)]();});}static[a124r(0x8d)]({url:a,headers:b,cert:c}){const y=a124r,d={'Content-Type':'application/json'};Object[y(0x75)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[y(0x75)](e,{'cert':a124f[y(0x6f)](c)}),new Promise((f,g)=>{const z=y,h=a124e[z(0x8d)](a,e,i=>{const A=z;let j='';i['on'](A(0x82),k=>{const B=A;j+=k[B(0x91)]();}),i['on']('end',()=>{const C=A;i['statusCode']===0x12d&&i[C(0x9d)]['location']?this[C(0x8d)]({'url':i[C(0x9d)][C(0x9b)],'headers':b,'cert':c})[C(0x6d)](f)[C(0x78)](g):f({'statusCode':i[C(0x73)]||0x1f4,'statusMessage':i[C(0x79)]||C(0x8a),'data':j});});});h['on'](z(0x84),i=>{g(i);}),h['on']('timeout',()=>{h['abort'](),g({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static[a124r(0x83)]({url:a,headers:b,cert:c,destPath:d}){const D=a124r,e={'Content-Type':'application/octet-stream'};Object['assign'](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object[D(0x75)](f,{'cert':a124f[D(0x6f)](c)}),new Promise((g,h)=>{const I=D,i=k=>{const E=a124d;if(k[E(0x73)]===0x12e||k[E(0x73)]===0x12d){if(!k[E(0x9d)][E(0x9b)])return h(new Error(E(0x74)));return this[E(0x83)]({'url':k[E(0x9d)][E(0x9b)],'headers':b,'cert':c,'destPath':d})[E(0x6d)](g)['catch'](h);}if(k[E(0x73)]&&(k[E(0x73)]<0xc8||k[E(0x73)]>=0x12c))return h(new Error(E(0x6b)+k[E(0x73)]));const l=parseInt(k[E(0x9d)][E(0x90)],0xa),m=new Progress(l),n=a124f[E(0x97)](d);k['on'](E(0x82),o=>{const F=E;m[F(0x77)](o[F(0x85)]),n[F(0x7b)](o);}),k['on'](E(0x69),()=>{const G=E;n['end'](),m[G(0x76)]();}),n['on'](E(0x8f),()=>{const H=E;n[H(0x7f)]();}),n['on']('close',g);},j=a124e['get'](a,f,i);j['on'](I(0x84),k=>{h(k);}),j['on'](I(0x92),()=>{const J=I;j[J(0x8c)](),h({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static[a124r(0x93)]({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const K=a124r,d={'Content-Type':K(0x8e)};Object[K(0x75)](d,b);const e={'method':K(0x7a),'headers':d,'timeout':TIMEOUT};return c&&Object[K(0x75)](e,{'cert':a124f[K(0x6f)](c)}),new Promise((f,g)=>{const L=K,h=a124e[L(0x8b)](a,e,i=>{const M=L;if(i[M(0x73)]&&(i['statusCode']>=0xc8&&i[M(0x73)]<0x12c))f(!![]);else i[M(0x73)]&&(i['statusCode']>=0x12c&&i[M(0x73)]<0x190)&&i[M(0x9d)][M(0x9b)]?maxRedirects<=0x0?f(![]):this[M(0x93)]({'url':new URL(i[M(0x9d)][M(0x9b)],a)[M(0x91)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})[M(0x6d)](f)[M(0x78)](g):f(![]);});h['on'](L(0x84),i=>{g(i);}),h['on']('timeout',()=>{const N=L;h[N(0x8c)](),g({'statusCode':0x198,'statusMessage':N(0x98)});}),h[L(0x69)]();});}static async[a124r(0x89)]({prompt:a,openApiKey:b,certPath:c}){const O=a124r,d={'prompt':a,'max_tokens':0x96},e={'Authorization':O(0x86)+b},f=await this[O(0x65)]({'hostname':O(0x67),'path':'/v1/engines/davinci/completions','data':d,'headers':e,'cert':c});return f;}}
1
+ function a124c(){const P=['search','application/octet-stream','assign','env','error','statusCode','update','finish','3fPGxGU','/v1/engines/davinci/completions','downloadFile','True','statusMessage','114DbKRLT','then','checkAvailability','165ZfQuFN','location','timeout','toString','end','97820KOVhPT','catch','377630dFrXJC','apply','Request\x20timeout','NODE_TLS_REJECT_UNAUTHORIZED','40306GgVOpk','HEAD','constructor','522IRQXdL','headers','askGPT','76oGdeub','request','write','content-length','get','post','6681064wXdHSf','data','5519822IiMcOr','close','POST','abort','2791832wrwgVj','application/json','BAD\x20RETURN','(((.+)+)+)+$','Request\x20Failed\x20with\x20Status\x20Code:\x20','readFileSync','493260YRUEiG','length','complete'];a124c=function(){return P;};return a124c();}const a124s=a124d;(function(a,b){const p=a124d,c=a();while(!![]){try{const d=parseInt(p(0x1a8))/0x1*(parseInt(p(0x1a2))/0x2)+-parseInt(p(0x1c5))/0x3*(-parseInt(p(0x1b4))/0x4)+-parseInt(p(0x19e))/0x5*(parseInt(p(0x194))/0x6)+-parseInt(p(0x1b0))/0x7+parseInt(p(0x1ae))/0x8+-parseInt(p(0x1a5))/0x9*(-parseInt(p(0x19c))/0xa)+-parseInt(p(0x197))/0xb*(parseInt(p(0x1ba))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xc1598));const a124b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a124d;if(c){const e=c[q(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){const r=a124d;return a124a[r(0x19a)]()[r(0x1bd)](r(0x1b7))['toString']()[r(0x1a4)](a124a)['search']('(((.+)+)+)+$');});a124a();import a124e from'https';import a124f from'fs';import{Progress}from'../progress/progress.class.js';function a124d(a,b){const c=a124c();return a124d=function(d,e){d=d-0x194;let f=c[d];return f;},a124d(a,b);}const TIMEOUT=0xbb8;process[a124s(0x1c0)][a124s(0x1a1)]=process['env']['MAKA_DEV']===a124s(0x1c8)?'0':'1';export class HTTPS{static async[a124s(0x1ad)]({hostname:a,path:b,data:c,headers:d,cert:e}){const t=a124s,f=JSON['stringify'](c),g={'Content-Type':t(0x1b5),'Content-Length':f[t(0x1bb)]};Object[t(0x1bf)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':t(0x1b2),'headers':g,'timeout':TIMEOUT};return e&&Object[t(0x1bf)](h,{'cert':a124f[t(0x1b9)](e)}),new Promise((i,j)=>{const u=t,k=a124e[u(0x1a9)](h,l=>{const v=u;let m='';l['on'](v(0x1af),n=>{const w=v;m+=n[w(0x19a)]();}),l['on'](v(0x19b),()=>{const x=v;l[x(0x1c2)]===0x12d&&l[x(0x1a6)][x(0x198)]?this[x(0x1ad)]({'hostname':new URL(l[x(0x1a6)][x(0x198)])['hostname'],'path':new URL(l[x(0x1a6)][x(0x198)])['pathname'],'data':c,'headers':d,'cert':e})[x(0x195)](i)[x(0x19d)](j):i({'statusCode':l[x(0x1c2)]||0x1f4,'statusMessage':l['statusMessage']||'BAD\x20RETURN','data':m});});});k['on'](u(0x1c1),l=>{j(l);}),k['on']('timeout',()=>{const y=u;k[y(0x1b3)](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[u(0x1aa)](f),k[u(0x19b)]();});}static[a124s(0x1ac)]({url:a,headers:b,cert:c}){const z=a124s,d={'Content-Type':z(0x1b5)};Object[z(0x1bf)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a124f[z(0x1b9)](c)}),new Promise((f,g)=>{const A=z,h=a124e[A(0x1ac)](a,e,i=>{const B=A;let j='';i['on'](B(0x1af),k=>{j+=k['toString']();}),i['on']('end',()=>{const C=B;i[C(0x1c2)]===0x12d&&i[C(0x1a6)][C(0x198)]?this[C(0x1ac)]({'url':i[C(0x1a6)][C(0x198)],'headers':b,'cert':c})[C(0x195)](f)[C(0x19d)](g):f({'statusCode':i[C(0x1c2)]||0x1f4,'statusMessage':i[C(0x1c9)]||C(0x1b6),'data':j});});});h['on']('error',i=>{g(i);}),h['on'](A(0x199),()=>{const D=A;h[D(0x1b3)](),g({'statusCode':0x198,'statusMessage':D(0x1a0)});});});}static[a124s(0x1c7)]({url:a,headers:b,cert:c,destPath:d}){const E=a124s,e={'Content-Type':E(0x1be)};Object[E(0x1bf)](e,b);const f={'headers':e,'timeout':TIMEOUT};return c&&Object['assign'](f,{'cert':a124f[E(0x1b9)](c)}),new Promise((g,h)=>{const I=E,i=k=>{const F=a124d;if(k['statusCode']===0x12e||k[F(0x1c2)]===0x12d){if(!k[F(0x1a6)]['location'])return h(new Error('Redirected\x20response\x20without\x20Location\x20header'));return this[F(0x1c7)]({'url':k[F(0x1a6)][F(0x198)],'headers':b,'cert':c,'destPath':d})[F(0x195)](g)[F(0x19d)](h);}if(k['statusCode']&&(k[F(0x1c2)]<0xc8||k['statusCode']>=0x12c))return h(new Error(F(0x1b8)+k[F(0x1c2)]));const l=parseInt(k[F(0x1a6)][F(0x1ab)],0xa),m=new Progress(l),n=a124f['createWriteStream'](d);k['on'](F(0x1af),o=>{const G=F;m[G(0x1c3)](o[G(0x1bb)]),n[G(0x1aa)](o);}),k['on'](F(0x19b),()=>{const H=F;n[H(0x19b)](),m[H(0x1bc)]();}),n['on'](F(0x1c4),()=>{n['close']();}),n['on'](F(0x1b1),g);},j=a124e[I(0x1ac)](a,f,i);j['on'](I(0x1c1),k=>{h(k);}),j['on'](I(0x199),()=>{const J=I;j[J(0x1b3)](),h({'statusCode':0x198,'statusMessage':J(0x1a0)});});});}static['checkAvailability']({url:a,headers:b,cert:c,maxRedirects:maxRedirects=0x5}){const K=a124s,d={'Content-Type':'application/json'};Object[K(0x1bf)](d,b);const e={'method':K(0x1a3),'headers':d,'timeout':TIMEOUT};return c&&Object[K(0x1bf)](e,{'cert':a124f[K(0x1b9)](c)}),new Promise((f,g)=>{const L=K,h=a124e[L(0x1a9)](a,e,i=>{const M=L;if(i[M(0x1c2)]&&(i[M(0x1c2)]>=0xc8&&i['statusCode']<0x12c))f(!![]);else i[M(0x1c2)]&&(i[M(0x1c2)]>=0x12c&&i[M(0x1c2)]<0x190)&&i[M(0x1a6)][M(0x198)]?maxRedirects<=0x0?f(![]):this[M(0x196)]({'url':new URL(i[M(0x1a6)][M(0x198)],a)[M(0x19a)](),'headers':b,'cert':c,'maxRedirects':maxRedirects-0x1})['then'](f)[M(0x19d)](g):f(![]);});h['on'](L(0x1c1),i=>{g(i);}),h['on']('timeout',()=>{const N=L;h[N(0x1b3)](),g({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),h[L(0x19b)]();});}static async[a124s(0x1a7)]({prompt:a,openApiKey:b,certPath:c}){const O=a124s,d={'prompt':a,'max_tokens':0x96},e={'Authorization':'Bearer\x20'+b},f=await this[O(0x1ad)]({'hostname':'api.openai.com','path':O(0x1c6),'data':d,'headers':e,'cert':c});return f;}}
@@ -1 +1 @@
1
- function a125c(){var h=['35660EgkTcm','(((.+)+)+)+$','1337788ABeRLJ','208522FOWNmG','408ozVFiX','12QJqQmY','2534949EFThPm','12154080WlBSfL','4007967yxlcDg','20797prbcRH','search','toString','2264zCLDWi'];a125c=function(){return h;};return a125c();}(function(a,b){var f=a125d,c=a();while(!![]){try{var d=parseInt(f(0x157))/0x1*(-parseInt(f(0x159))/0x2)+parseInt(f(0x15c))/0x3+parseInt(f(0x156))/0x4+parseInt(f(0x161))/0x5*(parseInt(f(0x158))/0x6)+-parseInt(f(0x15d))/0x7*(-parseInt(f(0x160))/0x8)+parseInt(f(0x15a))/0x9+-parseInt(f(0x15b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xc613e));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(0x15f)]()[g(0x15e)]('(((.+)+)+)+$')['toString']()['constructor'](a125a)[g(0x15e)](g(0x155));});a125a();function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x155;var f=c[d];return f;},a125d(a,b);}export{};
1
+ function a125d(a,b){var c=a125c();return a125d=function(d,e){d=d-0x7b;var f=c[d];return f;},a125d(a,b);}(function(a,b){var f=a125d,c=a();while(!![]){try{var d=-parseInt(f(0x87))/0x1*(-parseInt(f(0x88))/0x2)+-parseInt(f(0x85))/0x3+-parseInt(f(0x7b))/0x4+parseInt(f(0x7d))/0x5*(parseInt(f(0x7f))/0x6)+parseInt(f(0x7e))/0x7+parseInt(f(0x83))/0x8*(parseInt(f(0x81))/0x9)+-parseInt(f(0x84))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xcadb8));function a125c(){var i=['3298230qeaaQR','2257194SmOpDr','toString','61058tGmQuZ','28vQceLp','4167928lmUTCC','apply','1280AWAjNm','1366498ckrolV','37452aTtmXi','(((.+)+)+)+$','2764161RqSMyu','constructor','8aKiuwP'];a125c=function(){return i;};return a125c();}var a125b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a125d;if(c){var e=c[g(0x7c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){var h=a125d;return a125a[h(0x86)]()['search'](h(0x80))[h(0x86)]()[h(0x82)](a125a)['search'](h(0x80));});a125a();export{};
@@ -1 +1 @@
1
- const a126l=a126d;(function(a,b){const k=a126d,c=a();while(!![]){try{const d=-parseInt(k(0x134))/0x1+-parseInt(k(0x15f))/0x2+-parseInt(k(0x169))/0x3*(-parseInt(k(0x16b))/0x4)+parseInt(k(0x142))/0x5*(-parseInt(k(0x13a))/0x6)+parseInt(k(0x130))/0x7+-parseInt(k(0x150))/0x8+parseInt(k(0x165))/0x9*(parseInt(k(0x13f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x4508e));import*as a126e from'single-line-log2';import a126f from'cli-color';function a126c(){const L=['For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','trim','[--','success','231674jPRzaw','yellowBright','error','length','Usage:\x20','majestic','2168505jgWlYN','info','DARK','magentaBright','147jandZD','greenBright','23708mvvqkd','log','green','toString','251916BcaYNF','map','hidden','magenta','332774Ppcnvl','notice','search','boolFlag','LIGHT','\x20>\x20','6ntZIUZ','setColorMode','win32','colorMode','\x0aManual:','20mKxWUN','stdout','apply','16085XJvGok','warn','<value>','name','cyan','colors','join','bold','hide','black','blackBright','cyanBright','whiteBright','withSpinner','589656jQsdxU','header','Examples:','singleLine','bright','values','show','red','yellow','singleLineSuccess','forEach'];a126c=function(){return L;};return a126c();}import a126g from'cli-cursor';import a126h from'elegant-spinner';const isWin=process['platform']===a126l(0x13c),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x12e;let f=c[d];return f;},a126d(a,b);}(function(c){const o=a126l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a126d;if(h){const j=h[m(0x141)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a126d;return e[n(0x12f)]()[n(0x136)]('(((.+)+)+)+$')[n(0x12f)]()['constructor'](e)[n(0x136)]('(((.+)+)+)+$');});e(),c[c[o(0x167)]=0x0]=o(0x167),c[c[o(0x138)]=0x1]=o(0x138);}(ColorMode||(ColorMode={})));const DarkColors={'success':a126f[a126l(0x16a)],'warn':a126f[a126l(0x160)],'notice':a126f[a126l(0x14d)],'error':a126f['red'][a126l(0x149)],'header':a126f[a126l(0x14c)],'bright':a126f[a126l(0x14e)],'info':a126f['cyanBright'],'majestic':a126f[a126l(0x168)]},LightColors={'success':a126f[a126l(0x12e)],'warn':a126f[a126l(0x158)],'notice':a126f[a126l(0x146)],'error':a126f['red'],'header':a126f['black'],'bright':a126f[a126l(0x14b)],'info':a126f[a126l(0x146)],'majestic':a126f[a126l(0x133)]},formatOptionalOpts=a=>{const p=a126l;return a[p(0x131)](b=>{const q=p;if(typeof b==='object'){if(b?.[q(0x132)])return'';if(b[q(0x137)])return q(0x15d)+b[q(0x145)]+']';return q(0x15d)+b[q(0x145)]+'='+(b?.['values']?b[q(0x155)][q(0x148)]('|'):q(0x144))+']';}return q(0x15d)+b+']';})['join']('\x20');},formatRequiredOpts=a=>{const r=a126l;return a[r(0x131)](b=>{const s=r;if(typeof b==='object'){if(b?.[s(0x132)])return'';if(b[s(0x137)])return'--'+b[s(0x145)];return'--'+b[s(0x145)]+'='+(b?.['values']?b['values']['join']('|'):'<value>');}return'--'+b;})[r(0x148)]('\x20');};export class Log{static [a126l(0x13d)]=ColorMode['DARK'];static get[a126l(0x147)](){const t=a126l;return Log[t(0x13d)]===ColorMode[t(0x167)]?DarkColors:LightColors;}static[a126l(0x13b)](a){const u=a126l;Log[u(0x13d)]=a;}static[a126l(0x15e)](a){const v=a126l;console['log'](Log[v(0x147)][v(0x15e)](a));}static[a126l(0x143)](a){const w=a126l;console[w(0x16c)](Log[w(0x147)][w(0x143)](a));}static[a126l(0x135)](a){const x=a126l;console[x(0x16c)](Log['colors']['notice'](a));}static[a126l(0x161)](a){const y=a126l;console[y(0x16c)](Log[y(0x147)]['error'](a));}static[a126l(0x151)](a){const z=a126l;console[z(0x16c)](Log[z(0x147)]['header'](a));}static[a126l(0x154)](a){const A=a126l;console[A(0x16c)](Log[A(0x147)]['bright'](a));}static[a126l(0x166)](a){const B=a126l;console[B(0x16c)](Log[B(0x147)]['info'](a));}static[a126l(0x164)](a){const C=a126l;console[C(0x16c)](Log['colors'][C(0x164)](a));}static['usage'](a,b,c,d,e,f){const D=a126l,g=a126f[D(0x14c)];Log[D(0x154)](d),b&&b[D(0x162)]>0x0&&(Log[D(0x154)](g(D(0x152))),b[D(0x15a)](h=>{const E=D;Log[E(0x154)](E(0x139)+h);})),a&&(Log[D(0x151)](D(0x13e)),Log[D(0x135)]('\x20\x20'+a[D(0x15c)]()+'\x0a')),c&&Log[D(0x154)](g(D(0x163))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[D(0x151)](D(0x15b));}static[a126l(0x14f)](a=''){const F=a126l;a126g['hide']();const b=a126h();a126g[F(0x14a)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const G=a126d;a126e[G(0x140)](a126f[G(0x146)](b())+'\x20'+d);},0x5a);},'success'(d=''){const H=F;clearInterval(c),a126e[H(0x140)](a126f[H(0x16a)](check)+'\x20'+a+'\x20'+d),console['log'](),a126g['show']();},'failure'(d=''){const I=F;clearInterval(c),a126e[I(0x140)](a126f[I(0x157)]['bold'](cross)+'\x20'+a+'\x20'+d),console[I(0x16c)](),a126g['show']();},'stop'(){const J=F;clearInterval(c),a126g[J(0x156)]();}};}static[a126l(0x153)](a){const K=a126l;a126e[K(0x140)](a);}static[a126l(0x159)](a){a126e['stdout'](a126f['greenBright'](check)+'\x20'+a);}}
1
+ const a126l=a126d;(function(a,b){const k=a126d,c=a();while(!![]){try{const d=-parseInt(k(0x1ed))/0x1*(-parseInt(k(0x1e8))/0x2)+parseInt(k(0x204))/0x3*(-parseInt(k(0x205))/0x4)+-parseInt(k(0x1d0))/0x5+-parseInt(k(0x1fe))/0x6+-parseInt(k(0x1d8))/0x7*(-parseInt(k(0x1de))/0x8)+-parseInt(k(0x1e1))/0x9*(-parseInt(k(0x1f0))/0xa)+parseInt(k(0x200))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0x6c2f2));import*as a126e from'single-line-log2';import a126f from'cli-color';import a126g from'cli-cursor';import a126h from'elegant-spinner';const isWin=process[a126l(0x1ee)]===a126l(0x1f5),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const o=a126l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a126d;if(h){const j=h[m(0x1e0)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a126d;return e[n(0x1e6)]()[n(0x1d2)](n(0x1f1))['toString']()['constructor'](e)[n(0x1d2)]('(((.+)+)+)+$');});e(),c[c[o(0x1e2)]=0x0]=o(0x1e2),c[c[o(0x1f3)]=0x1]=o(0x1f3);}(ColorMode||(ColorMode={})));const DarkColors={'success':a126f['greenBright'],'warn':a126f[a126l(0x1e9)],'notice':a126f[a126l(0x20b)],'error':a126f[a126l(0x20d)][a126l(0x1e7)],'header':a126f[a126l(0x1d7)],'bright':a126f['whiteBright'],'info':a126f[a126l(0x20b)],'majestic':a126f[a126l(0x20c)]},LightColors={'success':a126f['green'],'warn':a126f[a126l(0x1f6)],'notice':a126f['cyan'],'error':a126f[a126l(0x20d)],'header':a126f[a126l(0x1d9)],'bright':a126f[a126l(0x1d9)],'info':a126f['cyan'],'majestic':a126f[a126l(0x206)]},formatOptionalOpts=a=>{const p=a126l;return a[p(0x1ff)](b=>{const q=p;if(typeof b===q(0x1d4)){if(b?.[q(0x1da)])return'';if(b[q(0x1e5)])return q(0x1d1)+b[q(0x1f2)]+']';return q(0x1d1)+b[q(0x1f2)]+'='+(b?.['values']?b[q(0x1d3)]['join']('|'):q(0x1f9))+']';}return q(0x1d1)+b+']';})[p(0x1d6)]('\x20');},formatRequiredOpts=a=>{const r=a126l;return a[r(0x1ff)](b=>{const s=r;if(typeof b==='object'){if(b?.[s(0x1da)])return'';if(b[s(0x1e5)])return'--'+b['name'];return'--'+b[s(0x1f2)]+'='+(b?.['values']?b[s(0x1d3)]['join']('|'):s(0x1f9));}return'--'+b;})[r(0x1d6)]('\x20');};export class Log{static [a126l(0x1f4)]=ColorMode[a126l(0x1e2)];static get[a126l(0x1d5)](){return Log['colorMode']===ColorMode['DARK']?DarkColors:LightColors;}static[a126l(0x1fc)](a){Log['colorMode']=a;}static[a126l(0x1dc)](a){const t=a126l;console[t(0x1e3)](Log[t(0x1d5)]['success'](a));}static[a126l(0x1ef)](a){const u=a126l;console[u(0x1e3)](Log[u(0x1d5)]['warn'](a));}static[a126l(0x1ea)](a){const v=a126l;console[v(0x1e3)](Log[v(0x1d5)][v(0x1ea)](a));}static[a126l(0x1cf)](a){const w=a126l;console['log'](Log[w(0x1d5)][w(0x1cf)](a));}static[a126l(0x201)](a){const x=a126l;console[x(0x1e3)](Log[x(0x1d5)][x(0x201)](a));}static[a126l(0x20a)](a){const y=a126l;console[y(0x1e3)](Log[y(0x1d5)][y(0x20a)](a));}static[a126l(0x202)](a){const z=a126l;console[z(0x1e3)](Log[z(0x1d5)][z(0x202)](a));}static[a126l(0x1f8)](a){const A=a126l;console[A(0x1e3)](Log['colors'][A(0x1f8)](a));}static[a126l(0x203)](a,b,c,d,e,f){const B=a126l,g=a126f[B(0x1d7)];Log['bright'](d),b&&b[B(0x1eb)]>0x0&&(Log[B(0x20a)](g(B(0x1fb))),b[B(0x1f7)](h=>{const C=B;Log['bright'](C(0x207)+h);})),a&&(Log['header'](B(0x20e)),Log[B(0x1ea)]('\x20\x20'+a['trim']()+'\x0a')),c&&Log[B(0x20a)](g(B(0x1dd))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[B(0x201)](B(0x209));}static[a126l(0x1fd)](a=''){const D=a126l;a126g[D(0x1ec)]();const b=a126h();a126g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const E=a126d;a126e[E(0x1db)](a126f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const F=D;clearInterval(c),a126e[F(0x1db)](a126f['greenBright'](check)+'\x20'+a+'\x20'+d),console['log'](),a126g[F(0x1fa)]();},'failure'(d=''){const G=D;clearInterval(c),a126e[G(0x1db)](a126f[G(0x20d)][G(0x1e7)](cross)+'\x20'+a+'\x20'+d),console[G(0x1e3)](),a126g[G(0x1fa)]();},'stop'(){clearInterval(c),a126g['show']();}};}static[a126l(0x208)](a){const H=a126l;a126e[H(0x1db)](a);}static[a126l(0x1df)](a){const I=a126l;a126e[I(0x1db)](a126f[I(0x1e4)](check)+'\x20'+a);}}function a126d(a,b){const c=a126c();return a126d=function(d,e){d=d-0x1cf;let f=c[d];return f;},a126d(a,b);}function a126c(){const J=['10qPaOIY','(((.+)+)+)+$','name','LIGHT','colorMode','win32','yellow','forEach','majestic','<value>','show','Examples:','setColorMode','withSpinner','4512390EooCCg','map','3708243wTbPjt','header','info','usage','1797vIqdqP','1412dxXBJe','magenta','\x20>\x20','singleLine','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','bright','cyanBright','magentaBright','red','\x0aManual:','error','2193125oSkTaq','[--','search','values','object','colors','join','blackBright','7IUxheH','black','hidden','stdout','success','Usage:\x20','5649064kICkBe','singleLineSuccess','apply','2860371YEgVcA','DARK','log','greenBright','boolFlag','toString','bold','10302vrDzip','yellowBright','notice','length','hide','94awEEEh','platform','warn'];a126c=function(){return J;};return a126c();}
@@ -1 +1 @@
1
- function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0x8b;var f=c[d];return f;},a127d(a,b);}(function(a,b){var f=a127d,c=a();while(!![]){try{var d=-parseInt(f(0x90))/0x1+parseInt(f(0x8e))/0x2*(-parseInt(f(0x96))/0x3)+parseInt(f(0x93))/0x4+-parseInt(f(0x98))/0x5+-parseInt(f(0x8b))/0x6*(parseInt(f(0x92))/0x7)+parseInt(f(0x8d))/0x8*(-parseInt(f(0x94))/0x9)+parseInt(f(0x91))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xef496));var a127b=(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;};}()),a127a=a127b(this,function(){var g=a127d;return a127a[g(0x8f)]()['search'](g(0x95))['toString']()[g(0x8c)](a127a)[g(0x97)](g(0x95));});a127a();export{};function a127c(){var h=['constructor','32seipSN','26piqFmo','toString','465039ZHxJie','40079650RMkUxY','882XAZWaP','3255652TbHhAL','1037439hHKjBJ','(((.+)+)+)+$','320427wBzIIe','search','4210920LuweIi','32616AbycqA'];a127c=function(){return h;};return a127c();}
1
+ function a127d(a,b){var c=a127c();return a127d=function(d,e){d=d-0xbb;var f=c[d];return f;},a127d(a,b);}(function(a,b){var f=a127d,c=a();while(!![]){try{var d=-parseInt(f(0xc3))/0x1*(-parseInt(f(0xc5))/0x2)+-parseInt(f(0xbb))/0x3*(parseInt(f(0xc0))/0x4)+-parseInt(f(0xc9))/0x5+-parseInt(f(0xbe))/0x6+-parseInt(f(0xc7))/0x7*(parseInt(f(0xc8))/0x8)+-parseInt(f(0xc1))/0x9+parseInt(f(0xbf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xc7b39));var a127b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a127d;if(c){var e=c[g(0xc4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){var h=a127d;return a127a[h(0xbc)]()['search'](h(0xbd))['toString']()[h(0xc6)](a127a)[h(0xc2)](h(0xbd));});function a127c(){var i=['apply','68YynXJd','constructor','7abrLWf','9630648EFuHIz','784610IeXLKH','6FINXhN','toString','(((.+)+)+)+$','7052046mVkSRT','46378570xTkpkg','2303768lXmwYp','13470570WXvVcc','search','40142zzvWXt'];a127c=function(){return i;};return a127c();}a127a();export{};
@@ -1 +1 @@
1
- const a128i=a128d;(function(a,b){const f=a128d,c=a();while(!![]){try{const d=-parseInt(f(0x140))/0x1+parseInt(f(0x142))/0x2+parseInt(f(0x149))/0x3*(-parseInt(f(0x143))/0x4)+parseInt(f(0x12b))/0x5+-parseInt(f(0x141))/0x6+parseInt(f(0x139))/0x7*(-parseInt(f(0x12e))/0x8)+parseInt(f(0x14a))/0x9*(parseInt(f(0x13c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x6328b));function a128c(){const n=['list','string','Please\x20choose\x20a\x20value\x20for\x20','handleRequiredOptions','ask','31470CyLCbI','1066239QDyQer','inputOpts','3203035HOoFSH','search','Please\x20choose\x20a\x20valid\x20value\x20for\x20','4424MzXuKM','Invalid\x20value\x20for\x20','opts','validOpts','constructor','toString','requiredOpts','handleValidOptions','Please\x20provide\x20a\x20value\x20for\x20','(((.+)+)+)+$','includes','1701lWViHI','handleOptions','Please\x20provide\x20a\x20valid\x20value\x20for\x20','30UeRolW','options','length','apply','309132QDimGy','1579146sPRoKI','1324634iGsMAl','208OOczya'];a128c=function(){return n;};return a128c();}const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a128d;if(c){const e=c[g(0x13f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const h=a128d;return a128a[h(0x133)]()[h(0x12c)]('(((.+)+)+)+$')[h(0x133)]()[h(0x132)](a128a)[h(0x12c)](h(0x137));});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x12a;let f=c[d];return f;},a128d(a,b);}import{Actions}from'../actions/actions.class.js';export class OptionHandler{['inputOpts'];['opts'];[a128i(0x134)];['validOpts'];constructor(){const j=a128i;this[j(0x12a)]=[],this['opts']={},this[j(0x134)]=[],this[j(0x131)]=[];}async[a128i(0x13a)](a,b,c){const k=a128i;this[k(0x12a)]=a,this['requiredOpts']=b,this[k(0x131)]=c,await this[k(0x147)](),await this['handleValidOptions']();}async['handleRequiredOptions'](){const l=a128i;if(this[l(0x134)]?.[l(0x13e)]>0x0)for(const a of this[l(0x134)]){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[l(0x12a)][l(0x138)](c)){const e=d?await Actions['options']({'type':l(0x144),'name':c,'message':l(0x146)+c,'choices':d}):await Actions[l(0x148)](l(0x136)+c);this['opts'][c]=d?e[c]:e,b=d?d[l(0x138)](this[l(0x130)][c]):!![];}else b=d?d['includes'](this[l(0x130)][c]):!![];if(!b)throw new Error(l(0x12f)+c+':\x20'+this['opts'][c]);}}async[a128i(0x135)](){const m=a128i;if(this[m(0x131)]?.[m(0x13e)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a===m(0x145)?{'name':a,'values':undefined}:a,d=this[m(0x130)][b];if(d!==undefined&&(!c||!c['includes'](d))){const e=c?await Actions[m(0x13d)]({'type':m(0x144),'name':b,'message':m(0x12d)+b,'choices':c}):await Actions[m(0x148)](m(0x13b)+b);this[m(0x130)][b]=c?e[b]:e;}}}}
1
+ const a128i=a128d;(function(a,b){const f=a128d,c=a();while(!![]){try{const d=-parseInt(f(0x16c))/0x1+-parseInt(f(0x16a))/0x2+-parseInt(f(0x177))/0x3+-parseInt(f(0x162))/0x4+-parseInt(f(0x16e))/0x5+parseInt(f(0x160))/0x6+parseInt(f(0x161))/0x7*(parseInt(f(0x16d))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xa53a6));function a128c(){const n=['options','handleValidOptions','includes','string','1362657PAToJP','apply','6642624xwobxe','30088261mNGZyK','5321936zyQqkx','length','list','ask','validOpts','search','Invalid\x20value\x20for\x20','constructor','1506838RpwBjy','requiredOpts','1164060inwTDH','8nXenbs','5132355IOJGty','toString','inputOpts','(((.+)+)+)+$','opts'];a128c=function(){return n;};return a128c();}const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a128d;if(c){const e=c[g(0x178)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const h=a128d;return a128a[h(0x16f)]()[h(0x167)](h(0x171))[h(0x16f)]()[h(0x169)](a128a)[h(0x167)](h(0x171));});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x160;let f=c[d];return f;},a128d(a,b);}import{Actions}from'../actions/actions.class.js';export class OptionHandler{['inputOpts'];[a128i(0x172)];[a128i(0x16b)];[a128i(0x166)];constructor(){const j=a128i;this[j(0x170)]=[],this[j(0x172)]={},this[j(0x16b)]=[],this[j(0x166)]=[];}async['handleOptions'](a,b,c){const k=a128i;this[k(0x170)]=a,this[k(0x16b)]=b,this[k(0x166)]=c,await this['handleRequiredOptions'](),await this[k(0x174)]();}async['handleRequiredOptions'](){const l=a128i;if(this['requiredOpts']?.[l(0x163)]>0x0)for(const a of this[l(0x16b)]){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[l(0x170)][l(0x175)](c)){const e=d?await Actions[l(0x173)]({'type':l(0x164),'name':c,'message':'Please\x20choose\x20a\x20value\x20for\x20'+c,'choices':d}):await Actions[l(0x165)]('Please\x20provide\x20a\x20value\x20for\x20'+c);this[l(0x172)][c]=d?e[c]:e,b=d?d[l(0x175)](this[l(0x172)][c]):!![];}else b=d?d[l(0x175)](this['opts'][c]):!![];if(!b)throw new Error(l(0x168)+c+':\x20'+this[l(0x172)][c]);}}async[a128i(0x174)](){const m=a128i;if(this['validOpts']?.[m(0x163)]>0x0)for(const a of this[m(0x166)]){const {name:b,values:c}=typeof a===m(0x176)?{'name':a,'values':undefined}:a,d=this[m(0x172)][b];if(d!==undefined&&(!c||!c['includes'](d))){const e=c?await Actions[m(0x173)]({'type':m(0x164),'name':b,'message':'Please\x20choose\x20a\x20valid\x20value\x20for\x20'+b,'choices':c}):await Actions[m(0x165)]('Please\x20provide\x20a\x20valid\x20value\x20for\x20'+b);this[m(0x172)][b]=c?e[b]:e;}}}}
@@ -1 +1 @@
1
- const a129i=a129d;(function(a,b){const f=a129d,c=a();while(!![]){try{const d=-parseInt(f(0xd3))/0x1+-parseInt(f(0xd9))/0x2+-parseInt(f(0xd8))/0x3+-parseInt(f(0xc9))/0x4+parseInt(f(0xd2))/0x5*(-parseInt(f(0xe3))/0x6)+parseInt(f(0xcc))/0x7+parseInt(f(0xd6))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xc987d));function a129c(){const n=['singleLine','update','win32','toString','colors','apply','2717778FDAtpq','majestic','repeat','1385696NjwJWk','constructor','complete','5960199sdJTpJ','width','current','total','draw','min','5IgMXkq','931405EYkTku','search','platform','32501072ECTSpC','graphic','3950670AaUNhI','2081880DdrJvC','dlMessage','(((.+)+)+)+$','lastLoggedProgress'];a129c=function(){return n;};return a129c();}const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a129d;if(c){const e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const h=a129d;return a129a[h(0xe0)]()[h(0xd4)](h(0xdb))['toString']()[h(0xca)](a129a)[h(0xd4)](h(0xdb));});a129a();function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0xc7;let f=c[d];return f;},a129d(a,b);}import{Log}from'../log/log.class.js';const isWin=process[a129i(0xd5)]===a129i(0xdf),downArrow=isWin?'<':'↓';export class Progress{[a129i(0xcf)];[a129i(0xce)];['width'];['lastLoggedProgress'];['dlMessage'];['graphic'];constructor(a,b='Downloading',c=downArrow){const j=a129i;this[j(0xcf)]=a,this['current']=0x0,this[j(0xcd)]=0x28,this['lastLoggedProgress']=0x0,this['dlMessage']=b,this[j(0xd7)]=Log[j(0xe1)][j(0xc7)](c);}[a129i(0xde)](a){const k=a129i;this[k(0xce)]+=a,this[k(0xd0)]();}[a129i(0xcb)](){const l=a129i;this[l(0xce)]=this['total'],this['draw'](),Log['singleLineSuccess']('');}[a129i(0xd0)](){const m=a129i,a=Math[m(0xd1)](0x64,Math['round'](this[m(0xce)]/this[m(0xcf)]*0x64));if(a!==this[m(0xdc)]){this[m(0xdc)]=a;const b=Math['round'](a/0x64*this[m(0xcd)]),c=this[m(0xcd)]-b,d=''+Log['colors']['success']('█')['repeat'](b)+'░'[m(0xc8)](c),e=this[m(0xd7)]+'\x20'+this[m(0xda)]+':\x20['+d+']\x20'+a+'%';Log[m(0xdd)](e);}}}
1
+ const a129h=a129d;(function(a,b){const f=a129d,c=a();while(!![]){try{const d=parseInt(f(0x209))/0x1*(parseInt(f(0x1fd))/0x2)+-parseInt(f(0x211))/0x3+parseInt(f(0x1f7))/0x4*(parseInt(f(0x213))/0x5)+-parseInt(f(0x1f5))/0x6*(parseInt(f(0x202))/0x7)+parseInt(f(0x205))/0x8+parseInt(f(0x214))/0x9*(-parseInt(f(0x1f9))/0xa)+-parseInt(f(0x1fc))/0xb*(parseInt(f(0x203))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xc90ea));function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x1f3;let f=c[d];return f;},a129d(a,b);}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[g(0x212)]()[g(0x201)](g(0x1fa))[g(0x212)]()[g(0x208)](a129a)[g(0x201)](g(0x1fa));});a129a();import{Log}from'../log/log.class.js';function a129c(){const m=['draw','444580lSGgGQ','(((.+)+)+)+$','current','1991RWLHiT','10618BXzHmx','total','Downloading','repeat','search','30814DjDTVf','163536lRGkcw','singleLine','11425096NgyZVf','min',':\x20[','constructor','223NfZzmq','singleLineSuccess','width','success','round','colors','graphic','complete','1893858FGybGU','toString','30PIAFzx','9ASNXbQ','win32','lastLoggedProgress','12fBleYp','dlMessage','908468zPHhrL'];a129c=function(){return m;};return a129c();}const isWin=process['platform']===a129h(0x1f3),downArrow=isWin?'<':'↓';export class Progress{[a129h(0x1fe)];[a129h(0x1fb)];[a129h(0x20b)];['lastLoggedProgress'];['dlMessage'];[a129h(0x20f)];constructor(a,b=a129h(0x1ff),c=downArrow){const i=a129h;this[i(0x1fe)]=a,this[i(0x1fb)]=0x0,this[i(0x20b)]=0x28,this['lastLoggedProgress']=0x0,this[i(0x1f6)]=b,this[i(0x20f)]=Log['colors']['majestic'](c);}['update'](a){const j=a129h;this[j(0x1fb)]+=a,this[j(0x1f8)]();}[a129h(0x210)](){const k=a129h;this[k(0x1fb)]=this[k(0x1fe)],this['draw'](),Log[k(0x20a)]('');}[a129h(0x1f8)](){const l=a129h,a=Math[l(0x206)](0x64,Math[l(0x20d)](this[l(0x1fb)]/this[l(0x1fe)]*0x64));if(a!==this[l(0x1f4)]){this[l(0x1f4)]=a;const b=Math[l(0x20d)](a/0x64*this[l(0x20b)]),c=this['width']-b,d=''+Log[l(0x20e)][l(0x20c)]('█')[l(0x200)](b)+'░'[l(0x200)](c),e=this['graphic']+'\x20'+this[l(0x1f6)]+l(0x207)+d+']\x20'+a+'%';Log[l(0x204)](e);}}}
@@ -1 +1 @@
1
- const a130m=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=parseInt(j(0x119))/0x1+parseInt(j(0x11b))/0x2+parseInt(j(0x10e))/0x3+parseInt(j(0x111))/0x4*(parseInt(j(0x117))/0x5)+parseInt(j(0x115))/0x6*(-parseInt(j(0x124))/0x7)+parseInt(j(0x11d))/0x8*(parseInt(j(0x11f))/0x9)+-parseInt(j(0x11c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xe991b));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a130d;if(c){const e=c[k(0x112)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const l=a130d;return a130a[l(0x122)]()['search'](l(0x126))[l(0x122)]()['constructor'](a130a)[l(0x118)]('(((.+)+)+)+$');});a130a();function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x10d;let f=c[d];return f;},a130d(a,b);}import{spawn}from'child_process';function a130c(){const r=['start','7AlmWnh','error','(((.+)+)+)+$','cwd','389892JKcLnE','SIGINT','verbose','16vPIIUw','apply','withSpinner','data','4613526QSTEfO','kill','1459760YvHUPF','search','35927pNwzmR','success','711428fyZDwP','5624550PRMDSP','1896znuFkM','pid','22734wztkPL','message','failure','toString'];a130c=function(){return r;};return a130c();}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a130m(0x113)](a,b,c){return new Promise((d,e)=>{const n=a130d,f=Log[n(0x113)](),g=c?.[n(0x10d)]||'.';c?.['message']&&f[n(0x123)](c?.[n(0x120)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x110)]?'inherit':'ignore'});process['on'](n(0x10f),()=>{const o=n,i=h[o(0x11e)];i&&process[o(0x116)](i);}),h['on'](n(0x114),i=>{console['log'](i);}),h['on']('disconnect',()=>{c?.['message']&&f['success'](),d();}),h['on']('close',()=>{const p=n;c?.['message']&&f[p(0x11a)](),d();}),h['on'](n(0x125),()=>{const q=n;c?.[q(0x120)]&&f[q(0x121)](),e();});});}}
1
+ const a130l=a130d;(function(a,b){const j=a130d,c=a();while(!![]){try{const d=-parseInt(j(0x15f))/0x1*(-parseInt(j(0x15c))/0x2)+-parseInt(j(0x14d))/0x3+-parseInt(j(0x160))/0x4*(parseInt(j(0x161))/0x5)+parseInt(j(0x150))/0x6+-parseInt(j(0x162))/0x7*(-parseInt(j(0x153))/0x8)+-parseInt(j(0x15d))/0x9+-parseInt(j(0x14f))/0xa*(-parseInt(j(0x154))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x480d0));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(0x15a)]('(((.+)+)+)+$')[k(0x157)]()[k(0x15e)](a130a)['search']('(((.+)+)+)+$');});a130a();function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x14d;let f=c[d];return f;},a130d(a,b);}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a130l(0x165)](a,b,c){return new Promise((d,e)=>{const m=a130d,f=Log[m(0x165)](),g=c?.[m(0x163)]||'.';c?.['message']&&f[m(0x14e)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?m(0x166):m(0x15b)});process['on'](m(0x156),()=>{const n=m,i=h[n(0x158)];i&&process['kill'](i);}),h['on'](m(0x155),i=>{const o=m;console[o(0x151)](i);}),h['on'](m(0x159),()=>{const p=m;c?.[p(0x152)]&&f['success'](),d();}),h['on']('close',()=>{const q=m;c?.[q(0x152)]&&f['success'](),d();}),h['on'](m(0x164),()=>{const r=m;c?.[r(0x152)]&&f['failure'](),e();});});}}function a130c(){const s=['toString','pid','disconnect','search','ignore','17038kpCBvc','2565351VdDorG','constructor','3Shksvi','24PmSJvu','248365QMyLsD','28xImyCC','cwd','error','withSpinner','inherit','1344732HYqcBW','start','2473820HqfHAg','1809840SjXxVh','log','message','19432sNHgIi','44TGxfdI','data','SIGINT'];a130c=function(){return s;};return a130c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0x100))/0x1*(-parseInt(f(0x101))/0x2)+-parseInt(f(0x108))/0x3*(-parseInt(f(0xff))/0x4)+parseInt(f(0x102))/0x5+parseInt(f(0xfe))/0x6+parseInt(f(0x103))/0x7+parseInt(f(0x10a))/0x8*(-parseInt(f(0x105))/0x9)+-parseInt(f(0xfc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x51f7a));function a131c(){var i=['toString','3XvPxOB','constructor','72TQgvqI','6737920TzukaS','apply','564852hYgecn','1157304UxSAtw','12RnzkXY','5634fwCaaw','3260495FmetKF','4185720wopZRj','search','590193NQahJw','(((.+)+)+)+$'];a131c=function(){return i;};return a131c();}var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0x107)]()[h(0x104)](h(0x106))['toString']()[h(0x109)](a131a)['search'](h(0x106));});function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0xfc;var f=c[d];return f;},a131d(a,b);}a131a();export{};
1
+ (function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0x8e))/0x1+-parseInt(f(0x95))/0x2*(parseInt(f(0x97))/0x3)+-parseInt(f(0x94))/0x4+-parseInt(f(0x99))/0x5*(parseInt(f(0x96))/0x6)+-parseInt(f(0x92))/0x7+-parseInt(f(0x98))/0x8+-parseInt(f(0x8f))/0x9*(-parseInt(f(0x93))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0xe5450));var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x8c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0x8d)]()[h(0x90)](h(0x91))['toString']()[h(0x9a)](a131a)['search'](h(0x91));});a131a();function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x8c;var f=c[d];return f;},a131d(a,b);}export{};function a131c(){var i=['2928331wfQjXS','710ZLyFrs','1181692RhVMQc','14002xeoojg','32052qkdnWL','291dPTUuv','4218952Nlylxc','515NZEGNw','constructor','apply','toString','1062418rEvqqr','297522UHWAFs','search','(((.+)+)+)+$'];a131c=function(){return i;};return a131c();}
@@ -1 +1 @@
1
- const a132p=a132d;(function(a,b){const m=a132d,c=a();while(!![]){try{const d=-parseInt(m(0x93))/0x1*(-parseInt(m(0x8b))/0x2)+parseInt(m(0x83))/0x3*(-parseInt(m(0x95))/0x4)+parseInt(m(0x81))/0x5*(-parseInt(m(0x97))/0x6)+parseInt(m(0x9b))/0x7+-parseInt(m(0x7c))/0x8+parseInt(m(0x9a))/0x9+parseInt(m(0x85))/0xa*(parseInt(m(0x7e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xd3022));const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a132d;if(c){const e=c[n(0x8d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const o=a132d;return a132a['toString']()[o(0x8e)]('(((.+)+)+)+$')['toString']()['constructor'](a132a)['search'](o(0x77));});a132a();import a132e from'path';import{execSync,spawnSync,spawn}from'child_process';function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x77;let f=c[d];return f;},a132d(a,b);}function a132c(){const x=['3720XviNbh','sshSync','host','withSpinner','port','env','6llwnfP','inherit','apply','search','source','failure','start','ConnectTimeout=2','406220tKcVOX','join','4QsncJL','message','24qJTAqP','disconnect','pem','388782ZEejbz','5043857GpVoir','sshVerbose','success','user','(((.+)+)+)+$','push','verbose','ssh','2>&1','9391496uIeYju','concat','43648bMvCbN','tty','ignore','159910sXuDpQ','error','3877050yDKRrQ','toString'];a132c=function(){return x;};return a132c();}import{Log}from'../log/log.class.js';export class SSH{static [a132p(0x7a)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a132d,f=b[q(0x9e)]+'@'+b['host'],g=a132e[q(0x94)](b[q(0x8a)],b[q(0x99)]),h=c?.[q(0x7f)]||![],i=c?.[q(0x9c)]||![];let j=[];h&&j[q(0x78)]('-t');i&&j[q(0x78)]('-v');j=j[q(0x7d)](['-o',q(0x92),'-i',g,'-p',b[q(0x89)],f,a]);const k=Log[q(0x88)]();c?.[q(0x96)]&&k[q(0x91)](c?.[q(0x96)]);const l=spawn(q(0x7a),j,{'stdio':c?.[q(0x79)]?q(0x8c):q(0x80)});l['on'](q(0x98),()=>{const r=q;c?.[r(0x96)]&&k['success'](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x96)]&&k[s(0x9d)](),d();}),l['on'](q(0x82),()=>{const t=q;c?.['message']&&k[t(0x90)](),e();});});};static [a132p(0x86)]=(a,b,c)=>{const u=a132p,d=b[u(0x9e)]+'@'+b[u(0x87)],e=a132e[u(0x94)](b['env'],b[u(0x99)]),f=c?.[u(0x7f)]||![],g=c?.[u(0x9c)]||![];let h=[];f&&h[u(0x78)]('-t'),g&&h[u(0x78)]('-v'),h=h[u(0x7d)](['-o',u(0x92),'-i',e,'-p',b['port'],d,a]),spawnSync(u(0x7a),h,{'stdio':c?.[u(0x79)]?u(0x8c):'ignore'});};static['ping'](a,b,c){const v=a132p,d=b[v(0x9e)]+'@'+b[v(0x87)],e=a132e[v(0x94)](b[v(0x8a)],b[v(0x99)]),f=c?.[v(0x7f)]||![];let g=[];f&&g[v(0x78)]('-t');g=g[v(0x7d)](['-o',v(0x92),'-i',e,'-p',b[v(0x89)],d,a,v(0x7b)]);const h='ssh\x20'+g[v(0x94)]('\x20');return execSync(h)[v(0x84)]();}static['scp'](a,b){const w=a132p,c=b[w(0x9e)]+'@'+b[w(0x87)]+':'+a['dest'],d=a132e[w(0x94)](b[w(0x8a)],b[w(0x99)]),e=['-i',d,'-P',b['port'],a[w(0x8f)],c];spawnSync('scp',e,{'stdio':a[w(0x79)]?w(0x8c):w(0x80)});}}
1
+ const a132p=a132d;(function(a,b){const m=a132d,c=a();while(!![]){try{const d=-parseInt(m(0xe4))/0x1+-parseInt(m(0xe1))/0x2+-parseInt(m(0x101))/0x3*(-parseInt(m(0xf2))/0x4)+-parseInt(m(0xf8))/0x5*(-parseInt(m(0xff))/0x6)+parseInt(m(0xfd))/0x7*(parseInt(m(0xeb))/0x8)+-parseInt(m(0xf3))/0x9+-parseInt(m(0xe3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x46b7a));function a132c(){const x=['162820EtFtOo','308498hZpCWo','sshVerbose','inherit','(((.+)+)+)+$','ssh\x20','concat','ConnectTimeout=2','208nAAlaa','toString','start','apply','constructor','error','success','164Wggzib','3369267XDDNWx','host','ignore','env','user','70iIaCNb','sshSync','ssh','tty','join','105392dtTXkt','port','191268GNkjQd','push','18027ZaudRI','message','verbose','dest','scp','withSpinner','failure','ping','disconnect','pem','source','190632PUshCJ','search'];a132c=function(){return x;};return a132c();}const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a132d;if(c){const e=c[n(0xee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const o=a132d;return a132a[o(0xec)]()[o(0xe2)]('(((.+)+)+)+$')[o(0xec)]()[o(0xef)](a132a)[o(0xe2)](o(0xe7));});a132a();import a132e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0xd9;let f=c[d];return f;},a132d(a,b);}export class SSH{static [a132p(0xfa)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a132d,f=b[q(0xf7)]+'@'+b[q(0xf4)],g=a132e[q(0xfc)](b[q(0xf6)],b[q(0xdf)]),h=c?.[q(0xfb)]||![],i=c?.[q(0xe5)]||![];let j=[];h&&j[q(0x100)]('-t');i&&j['push']('-v');j=j[q(0xe9)](['-o',q(0xea),'-i',g,'-p',b[q(0xfe)],f,a]);const k=Log[q(0xdb)]();c?.[q(0x102)]&&k[q(0xed)](c?.[q(0x102)]);const l=spawn(q(0xfa),j,{'stdio':c?.[q(0x103)]?q(0xe6):'ignore'});l['on'](q(0xde),()=>{const r=q;c?.['message']&&k[r(0xf1)](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x102)]&&k['success'](),d();}),l['on'](q(0xf0),()=>{const t=q;c?.['message']&&k[t(0xdc)](),e();});});};static [a132p(0xf9)]=(a,b,c)=>{const u=a132p,d=b[u(0xf7)]+'@'+b[u(0xf4)],e=a132e[u(0xfc)](b['env'],b['pem']),f=c?.[u(0xfb)]||![],g=c?.[u(0xe5)]||![];let h=[];f&&h['push']('-t'),g&&h[u(0x100)]('-v'),h=h[u(0xe9)](['-o',u(0xea),'-i',e,'-p',b[u(0xfe)],d,a]),spawnSync(u(0xfa),h,{'stdio':c?.[u(0x103)]?u(0xe6):'ignore'});};static[a132p(0xdd)](a,b,c){const v=a132p,d=b[v(0xf7)]+'@'+b[v(0xf4)],e=a132e[v(0xfc)](b['env'],b[v(0xdf)]),f=c?.[v(0xfb)]||![];let g=[];f&&g[v(0x100)]('-t');g=g[v(0xe9)](['-o',v(0xea),'-i',e,'-p',b[v(0xfe)],d,a,'2>&1']);const h=v(0xe8)+g[v(0xfc)]('\x20');return execSync(h)['toString']();}static['scp'](a,b){const w=a132p,c=b[w(0xf7)]+'@'+b['host']+':'+a[w(0xd9)],d=a132e[w(0xfc)](b['env'],b[w(0xdf)]),e=['-i',d,'-P',b[w(0xfe)],a[w(0xe0)],c];spawnSync(w(0xda),e,{'stdio':a[w(0x103)]?'inherit':w(0xf5)});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a133d,c=a();while(!![]){try{var d=parseInt(f(0x1b1))/0x1*(parseInt(f(0x1bd))/0x2)+-parseInt(f(0x1b9))/0x3+-parseInt(f(0x1af))/0x4*(-parseInt(f(0x1bc))/0x5)+parseInt(f(0x1ba))/0x6+parseInt(f(0x1bb))/0x7*(parseInt(f(0x1b8))/0x8)+parseInt(f(0x1b3))/0x9*(parseInt(f(0x1b4))/0xa)+-parseInt(f(0x1b0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xd1cc8));function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x1af;var f=c[d];return f;},a133d(a,b);}function a133c(){var i=['20hYRxxJ','58MFEHzj','toString','1470256vDPLLt','33712085bYlhbv','45884ShnYEf','search','2196YPRUlh','2040TEzAND','apply','constructor','(((.+)+)+)+$','8YOmzWu','1683072akiBSc','3623172kRMZGK','7213955WLewki'];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(0x1b5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a['toString']()[h(0x1b2)](h(0x1b7))[h(0x1be)]()[h(0x1b6)](a133a)[h(0x1b2)](h(0x1b7));});a133a();export{};
1
+ (function(a,b){var f=a133d,c=a();while(!![]){try{var d=-parseInt(f(0x120))/0x1*(-parseInt(f(0x11f))/0x2)+parseInt(f(0x11c))/0x3*(parseInt(f(0x11b))/0x4)+-parseInt(f(0x116))/0x5*(parseInt(f(0x118))/0x6)+parseInt(f(0x119))/0x7+-parseInt(f(0x11e))/0x8*(parseInt(f(0x124))/0x9)+-parseInt(f(0x122))/0xa*(-parseInt(f(0x125))/0xb)+parseInt(f(0x11a))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a133c,0xcf091));var a133b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a133d;if(c){var e=c[g(0x123)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a133a=a133b(this,function(){var h=a133d;return a133a[h(0x11d)]()['search']('(((.+)+)+)+$')[h(0x11d)]()['constructor'](a133a)[h(0x117)](h(0x121));});function a133d(a,b){var c=a133c();return a133d=function(d,e){d=d-0x116;var f=c[d];return f;},a133d(a,b);}function a133c(){var i=['2520232IsKcgL','3mdSprb','toString','3048JupSWo','1478PqhyDG','74ddKECi','(((.+)+)+)+$','6789010DOnOAN','apply','25299uxAIKB','11OuQAGh','5qjGbiI','search','5514774pXyAXp','6933325GVwToe','5808204ghIuqY'];a133c=function(){return i;};return a133c();}a133a();export{};
@@ -1 +1 @@
1
- const a134j=a134d;(function(a,b){const f=a134d,c=a();while(!![]){try{const d=-parseInt(f(0x1ef))/0x1+parseInt(f(0x1de))/0x2*(-parseInt(f(0x1ee))/0x3)+-parseInt(f(0x1d9))/0x4*(parseInt(f(0x1f4))/0x5)+parseInt(f(0x1ea))/0x6*(parseInt(f(0x1df))/0x7)+-parseInt(f(0x1f0))/0x8+-parseInt(f(0x1e9))/0x9*(-parseInt(f(0x1dd))/0xa)+parseInt(f(0x1e6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x1e13e));function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0x1d7;let f=c[d];return f;},a134d(a,b);}const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a134d;if(c){const e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const h=a134d;return a134a['toString']()[h(0x1e8)]('(((.+)+)+)+$')['toString']()[h(0x1e2)](a134a)[h(0x1e8)](h(0x1e5));});a134a();import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a134d,b=a[i(0x1ec)]?a[i(0x1ec)]:process[i(0x1ec)](),c=[i(0x1e1),i(0x1f2),'-newkey','rsa:2048','-nodes','-keyout',a[i(0x1e4)],i(0x1d8),a['csrName']];a[i(0x1dc)]&&(c[i(0x1d7)](i(0x1eb)),c['push'](i(0x1f1))),spawnSync(i(0x1e3),c,{'stdio':i(0x1f3),'cwd':b});}static[a134j(0x1ed)](a){const k=a134j,b=a[k(0x1ec)]?a[k(0x1ec)]:process[k(0x1ec)](),c=[k(0x1e1),k(0x1e7),'-new',k(0x1e0),a[k(0x1e4)],k(0x1d8),a[k(0x1db)]];a[k(0x1dc)]&&(c[k(0x1d7)](k(0x1eb)),c[k(0x1d7)]('openssl.conf')),spawnSync(k(0x1e3),c,{'stdio':k(0x1f3),'cwd':b});}}function a134c(){const l=['12666qDhIBJ','3634QTAWZy','806064EptLOW','openssl.conf','-new','inherit','95aQXKnU','push','-out','6572jJMKFL','apply','crtName','useConfig','110kkUBTZ','80EqPoeI','7sZauRc','-key','req','constructor','openssl','keyName','(((.+)+)+)+$','2685078slTfsM','-x509','search','50040nUWYRU','734574EMgqlU','-config','cwd','genSSC'];a134c=function(){return l;};return a134c();}
1
+ (function(a,b){const f=a134d,c=a();while(!![]){try{const d=-parseInt(f(0xcd))/0x1+-parseInt(f(0xd1))/0x2+-parseInt(f(0xe2))/0x3*(parseInt(f(0xdf))/0x4)+parseInt(f(0xc6))/0x5*(parseInt(f(0xe1))/0x6)+-parseInt(f(0xce))/0x7*(parseInt(f(0xda))/0x8)+-parseInt(f(0xd7))/0x9+parseInt(f(0xc5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a134c,0x1ba48));const a134b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a134d;if(c){const e=c[g(0xca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a134a=a134b(this,function(){const h=a134d;return a134a[h(0xd6)]()['search'](h(0xdb))[h(0xd6)]()[h(0xdc)](a134a)[h(0xdd)](h(0xdb));});a134a();import{spawnSync}from'child_process';function a134d(a,b){const c=a134c();return a134d=function(d,e){d=d-0xc5;let f=c[d];return f;},a134d(a,b);}export class SSL{static['genCSR'](a){const i=a134d,b=a[i(0xc7)]?a[i(0xc7)]:process[i(0xc7)](),c=[i(0xcb),'-new',i(0xd5),i(0xc8),'-nodes',i(0xcc),a[i(0xc9)],'-out',a['csrName']];a['useConfig']&&(c[i(0xde)](i(0xd8)),c[i(0xde)](i(0xd2))),spawnSync(i(0xe0),c,{'stdio':i(0xd3),'cwd':b});}static['genSSC'](a){const j=a134d,b=a[j(0xc7)]?a[j(0xc7)]:process[j(0xc7)](),c=['req',j(0xcf),'-new',j(0xd9),a[j(0xc9)],'-out',a[j(0xd4)]];a[j(0xd0)]&&(c['push'](j(0xd8)),c[j(0xde)](j(0xd2))),spawnSync(j(0xe0),c,{'stdio':'inherit','cwd':b});}}function a134c(){const k=['toString','1639071trBBOD','-config','-key','607472hZwIgn','(((.+)+)+)+$','constructor','search','push','1124IXqRyK','openssl','6uYXFBe','1758gcTtzw','5334740zRUNqC','470870wOUOdK','cwd','rsa:2048','keyName','apply','req','-keyout','84188MDaxtD','7RuenVe','-x509','useConfig','15034DCIBUf','openssl.conf','inherit','crtName','-newkey'];a134c=function(){return k;};return a134c();}
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.12",
4
+ "version": "4.6.13",
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.",