@maka/maka-cli 4.5.33 → 4.5.34

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 (133) 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/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/tool.js +1 -1
  117. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/https/https.class.js +1 -1
  125. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  126. package/bundle/obf/src/tools/log/log.class.js +1 -1
  127. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  133. package/package.json +1 -1
@@ -1 +1 @@
1
- function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x161;let f=c[d];return f;},a123d(a,b);}const a123p=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=parseInt(n(0x180))/0x1+parseInt(n(0x165))/0x2*(-parseInt(n(0x172))/0x3)+-parseInt(n(0x166))/0x4+-parseInt(n(0x17e))/0x5*(parseInt(n(0x181))/0x6)+parseInt(n(0x164))/0x7*(-parseInt(n(0x161))/0x8)+parseInt(n(0x16d))/0x9+parseInt(n(0x168))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x8de8b));const a123b=(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;};}()),a123a=a123b(this,function(){const o=a123d;return a123a[o(0x176)]()['search'](o(0x178))[o(0x176)]()['constructor'](a123a)[o(0x17c)](o(0x178));});a123a();import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;process[a123p(0x16e)]['NODE_TLS_REJECT_UNAUTHORIZED']=process['env'][a123p(0x179)]===a123p(0x177)?'0':'1';function a123c(){const B=['statusCode','assign','search','error','495005jevSGP','/v1/engines/davinci/completions','106461owZfYR','42HAJJab','api.openai.com','stringify','abort','8158504ifVbqg','request','askGPT','7jZlPcg','121480lqREZI','2429940ZPbQhq','data','29374520sEETyD','timeout','get','end','Request\x20timeout','6918759ZjvfiJ','env','Bearer\x20','write','post','45qouorQ','readFileSync','application/json','statusMessage','toString','True','(((.+)+)+)+$','MAKA_DEV'];a123c=function(){return B;};return a123c();}export class HTTPS{static async[a123p(0x171)]({hostname:a,path:b,data:c,headers:d,cert:e}){const q=a123p,f=JSON[q(0x183)](c),g={'Content-Type':'application/json','Content-Length':f['length']};Object[q(0x17b)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':'POST','headers':g,'timeout':TIMEOUT};return e&&Object[q(0x17b)](h,{'cert':a123f[q(0x173)](e)}),new Promise((i,j)=>{const r=q,k=a123e[r(0x162)](h,l=>{const s=r;l['on'](s(0x167),m=>{const t=s;i({'statusCode':l[t(0x17a)]||0x1f4,'statusMessage':l[t(0x175)]||'BAD\x20RETURN','data':m[t(0x176)]()});});});k['on'](r(0x17d),l=>{j(l);}),k['on'](r(0x169),()=>{const u=r;k['abort'](),j({'statusCode':0x198,'statusMessage':u(0x16c)});}),k[r(0x170)](f),k[r(0x16b)]();});}static[a123p(0x16a)]({url:a,headers:b,cert:c}){const v=a123p,d={'Content-Type':v(0x174)};Object[v(0x17b)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[v(0x17b)](e,{'cert':a123f[v(0x173)](c)}),new Promise((f,g)=>{const w=v,h=a123e[w(0x16a)](a,e,i=>{const x=w;i['on'](x(0x167),j=>{const y=x;f({'statusCode':i['statusCode']||0x1f4,'statusMessage':i[y(0x175)]||'BAD\x20RETURN','data':j[y(0x176)]()});});});h['on'](w(0x17d),i=>{g(i);}),h['on'](w(0x169),()=>{const z=w;h[z(0x184)](),g({'statusCode':0x198,'statusMessage':z(0x16c)});});});}static async[a123p(0x163)]({prompt:a,openApiKey:b,certPath:c}){const A=a123p,d={'prompt':a,'max_tokens':0x96},e={'Authorization':A(0x16f)+b},f=await this['post']({'hostname':A(0x182),'path':A(0x17f),'data':d,'headers':e,'cert':c});return f;}}
1
+ const a123q=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=-parseInt(n(0x1bc))/0x1+parseInt(n(0x1cf))/0x2+parseInt(n(0x1b7))/0x3+-parseInt(n(0x1c7))/0x4+parseInt(n(0x1ca))/0x5*(-parseInt(n(0x1ce))/0x6)+-parseInt(n(0x1d1))/0x7+parseInt(n(0x1cc))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xa0110));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a123d;if(c){const e=c[o(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const p=a123d;return a123a[p(0x1d7)]()[p(0x1c2)](p(0x1c6))[p(0x1d7)]()['constructor'](a123a)[p(0x1c2)]('(((.+)+)+)+$');});a123a();import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x1b7;let f=c[d];return f;},a123d(a,b);}function a123c(){const B=['973832IAAjah','NODE_TLS_REJECT_UNAUTHORIZED','readFileSync','Request\x20timeout','statusCode','api.openai.com','search','POST','statusMessage','env','(((.+)+)+)+$','2553088oaKAux','request','assign','36580eDsvyR','Bearer\x20','3756504GWoxYB','get','18srhlcW','1280200nrmPyh','error','533946CkIDlN','write','length','apply','stringify','abort','toString','data','True','application/json','3768897tGyRyP','post','timeout','askGPT','end'];a123c=function(){return B;};return a123c();}process[a123q(0x1c5)][a123q(0x1bd)]=process['env']['MAKA_DEV']===a123q(0x1d9)?'0':'1';export class HTTPS{static async[a123q(0x1b8)]({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a123q,f=JSON[r(0x1d5)](c),g={'Content-Type':r(0x1da),'Content-Length':f[r(0x1d3)]};Object[r(0x1c9)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x1c3),'headers':g,'timeout':TIMEOUT};return e&&Object[r(0x1c9)](h,{'cert':a123f[r(0x1be)](e)}),new Promise((i,j)=>{const s=r,k=a123e[s(0x1c8)](h,l=>{const t=s;l['on'](t(0x1d8),m=>{const u=t;i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l[u(0x1c4)]||'BAD\x20RETURN','data':m[u(0x1d7)]()});});});k['on'](s(0x1d0),l=>{j(l);}),k['on'](s(0x1b9),()=>{const v=s;k[v(0x1d6)](),j({'statusCode':0x198,'statusMessage':v(0x1bf)});}),k[s(0x1d2)](f),k[s(0x1bb)]();});}static[a123q(0x1cd)]({url:a,headers:b,cert:c}){const w=a123q,d={'Content-Type':w(0x1da)};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a123f[w(0x1be)](c)}),new Promise((f,g)=>{const y=w,h=a123e['get'](a,e,i=>{i['on']('data',j=>{const x=a123d;f({'statusCode':i[x(0x1c0)]||0x1f4,'statusMessage':i[x(0x1c4)]||'BAD\x20RETURN','data':j[x(0x1d7)]()});});});h['on'](y(0x1d0),i=>{g(i);}),h['on'](y(0x1b9),()=>{const z=y;h['abort'](),g({'statusCode':0x198,'statusMessage':z(0x1bf)});});});}static async[a123q(0x1ba)]({prompt:a,openApiKey:b,certPath:c}){const A=a123q,d={'prompt':a,'max_tokens':0x96},e={'Authorization':A(0x1cb)+b},f=await this[A(0x1b8)]({'hostname':A(0x1c1),'path':'/v1/engines/davinci/completions','data':d,'headers':e,'cert':c});return f;}}
@@ -1 +1 @@
1
- function a124c(){var i=['1123248KzHpLw','search','80875UGUFeF','(((.+)+)+)+$','454656izRXBH','toString','192898wDwUpd','30BpTpgA','apply','227643VceqAf','1436078wZmtnc','230886PPpNdS'];a124c=function(){return i;};return a124c();}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0x175))/0x1+parseInt(f(0x16e))/0x2+-parseInt(f(0x178))/0x3+parseInt(f(0x173))/0x4+parseInt(f(0x171))/0x5*(parseInt(f(0x176))/0x6)+parseInt(f(0x179))/0x7+-parseInt(f(0x16f))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x19ddf));function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x16e;var f=c[d];return f;},a124d(a,b);}var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x177)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0x174)]()[h(0x170)](h(0x172))[h(0x174)]()['constructor'](a124a)[h(0x170)]('(((.+)+)+)+$');});a124a();export{};
1
+ (function(a,b){var f=a124d,c=a();while(!![]){try{var d=parseInt(f(0xcd))/0x1+-parseInt(f(0xd3))/0x2+-parseInt(f(0xce))/0x3*(-parseInt(f(0xc8))/0x4)+parseInt(f(0xc6))/0x5*(-parseInt(f(0xcc))/0x6)+-parseInt(f(0xca))/0x7*(-parseInt(f(0xd2))/0x8)+parseInt(f(0xd0))/0x9+-parseInt(f(0xd5))/0xa*(parseInt(f(0xc9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x85d0d));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0xc7)]()[h(0xcf)](h(0xd4))['toString']()[h(0xd1)](a124a)['search'](h(0xd4));});function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0xc6;var f=c[d];return f;},a124d(a,b);}function a124c(){var i=['apply','4502994wSVwvs','845554FRZoLp','3ENzQdR','search','848709DogRIa','constructor','1240ptywRB','747306ODQytV','(((.+)+)+)+$','490RDcKHJ','5umxhRe','toString','2261764hXaFdg','68750BzELYo','21371rDZDvx'];a124c=function(){return i;};return a124c();}a124a();export{};
@@ -1 +1 @@
1
- const a125l=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=parseInt(i(0x119))/0x1*(parseInt(i(0x113))/0x2)+-parseInt(i(0x105))/0x3+parseInt(i(0x10c))/0x4*(-parseInt(i(0xfe))/0x5)+parseInt(i(0x11a))/0x6+parseInt(i(0x117))/0x7*(parseInt(i(0x10f))/0x8)+-parseInt(i(0x106))/0x9*(-parseInt(i(0x120))/0xa)+-parseInt(i(0x101))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x629aa));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a125d;if(c){const e=c[j(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const k=a125d;return a125a[k(0x112)]()[k(0xf6)](k(0x102))[k(0x112)]()[k(0x121)](a125a)[k(0xf6)](k(0x102));});function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0xf4;let f=c[d];return f;},a125d(a,b);}a125a();import*as a125e from'single-line-log2';import a125f from'cli-color';import a125g from'cli-cursor';import a125h from'elegant-spinner';function a125c(){const C=['error','notice','687870ImoAas','constructor','\x0aManual:','success','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','stdout','search','header','bright','Examples:','bold','red','whiteBright','cyanBright','35gsJOTI','platform','cyan','1750529sXUCBN','(((.+)+)+)+$','withSpinner','[--','1508775RkTziZ','9pNufdL','warn','forEach','join','trim','greenBright','199812mFbeSc','blackBright','\x20>\x20','1392hCzGig','Usage:\x20','hide','toString','7438ilukxf','map','apply','yellowBright','17577xdQxtP','usage','111QdbCgp','2982642ugYxxe','log','win32','show'];a125c=function(){return C;};return a125c();}const isWin=process[a125l(0xff)]===a125l(0x11c),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a125l;return a[m(0x114)](b=>{const n=m;return n(0x104)+b+']';})['join']('\x20');},formatRequiredOpts=a=>{const o=a125l;return a['map'](b=>{return'--'+b;})[o(0x109)]('\x20');};export class Log{static[a125l(0x123)](a){console['log'](a125f['greenBright'](a));}static[a125l(0x107)](a){const p=a125l;console['log'](a125f[p(0x116)](a));}static[a125l(0x11f)](a){const q=a125l;console[q(0x11b)](a125f[q(0xfd)](a));}static[a125l(0x11e)](a){const r=a125l;console[r(0x11b)](a125f[r(0xfb)][r(0xfa)](a));}static[a125l(0xf7)](a){const s=a125l;console['log'](a125f[s(0x10d)](a));}static[a125l(0xf8)](a){const t=a125l;console[t(0x11b)](a125f[t(0xfc)](a));}static['majestic'](a){const u=a125l;console[u(0x11b)](a125f['magentaBright'](a));}static[a125l(0x118)](a,b,c,d,e,f){const v=a125l,g=a125f['blackBright'];Log[v(0xf8)](d),b&&b['length']>0x0&&(Log[v(0xf8)](g(v(0xf9))),b[v(0x108)](h=>{const w=v;Log['bright'](w(0x10e)+h);})),a&&(Log[v(0xf7)](v(0x122)),Log['notice']('\x20\x20'+a[v(0x10a)]()+'\x0a')),c&&Log[v(0xf8)](g(v(0x110))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[v(0xf7)](v(0xf4));}static[a125l(0x103)](a=''){const x=a125l;a125g['hide']();const b=a125h();a125g[x(0x111)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const y=a125d;a125e[y(0xf5)](a125f[y(0x100)](b())+'\x20'+d);},0x5a);},'success'(d=''){const z=x;clearInterval(c),a125e['stdout'](a125f[z(0x10b)](check)+'\x20'+a+'\x20'+d),console[z(0x11b)](),a125g['show']();},'failure'(d=''){const A=x;clearInterval(c),a125e[A(0xf5)](a125f[A(0xfb)][A(0xfa)](cross)+'\x20'+a+'\x20'+d),console['log'](),a125g[A(0x11d)]();},'stop'(){const B=x;clearInterval(c),a125g[B(0x11d)]();}};}}
1
+ function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x81;let f=c[d];return f;},a125d(a,b);}function a125c(){const B=['3006732lHASfe','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','yellowBright','566841DOkYQD','[--','constructor','132579FWkUUg','usage','whiteBright','majestic','bold','toString','stdout','join','trim','cyan','error','platform','forEach','header','log','42lsWOQa','blackBright','map','magentaBright','show','notice','253965NeZDPA','search','red','22410NkByhA','greenBright','(((.+)+)+)+$','1000aFPvSE','win32','376957LvjCdX','\x20>\x20','Examples:','Usage:\x20','bright','1484188NOlRSZ','success','\x0aManual:'];a125c=function(){return B;};return a125c();}const a125k=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=parseInt(i(0xa1))/0x1+parseInt(i(0x9e))/0x2+parseInt(i(0x91))/0x3+parseInt(i(0x9b))/0x4+-parseInt(i(0x8e))/0x5*(-parseInt(i(0x88))/0x6)+-parseInt(i(0x96))/0x7+parseInt(i(0x94))/0x8*(-parseInt(i(0xa4))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xddef9));const a125b=(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;};}()),a125a=a125b(this,function(){const j=a125d;return a125a['toString']()['search'](j(0x93))[j(0xa9)]()[j(0xa3)](a125a)[j(0x8f)](j(0x93));});a125a();import*as a125e from'single-line-log2';import a125f from'cli-color';import a125g from'cli-cursor';import a125h from'elegant-spinner';const isWin=process[a125k(0x84)]===a125k(0x95),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a125k;return a[l(0x8a)](b=>{const m=l;return m(0xa2)+b+']';})[l(0xab)]('\x20');},formatRequiredOpts=a=>{const n=a125k;return a[n(0x8a)](b=>{return'--'+b;})[n(0xab)]('\x20');};export class Log{static[a125k(0x9c)](a){const o=a125k;console[o(0x87)](a125f[o(0x92)](a));}static['warn'](a){const p=a125k;console[p(0x87)](a125f[p(0xa0)](a));}static[a125k(0x8d)](a){const q=a125k;console[q(0x87)](a125f['cyanBright'](a));}static[a125k(0x83)](a){const r=a125k;console[r(0x87)](a125f[r(0x90)][r(0xa8)](a));}static['header'](a){const s=a125k;console['log'](a125f[s(0x89)](a));}static[a125k(0x9a)](a){const t=a125k;console[t(0x87)](a125f[t(0xa6)](a));}static[a125k(0xa7)](a){const u=a125k;console['log'](a125f[u(0x8b)](a));}static[a125k(0xa5)](a,b,c,d,e,f){const v=a125k,g=a125f[v(0x89)];Log[v(0x9a)](d),b&&b['length']>0x0&&(Log[v(0x9a)](g(v(0x98))),b[v(0x85)](h=>{const w=v;Log[w(0x9a)](w(0x97)+h);})),a&&(Log[v(0x86)](v(0x9d)),Log[v(0x8d)]('\x20\x20'+a[v(0x81)]()+'\x0a')),c&&Log['bright'](g(v(0x99))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[v(0x86)](v(0x9f));}static['withSpinner'](a=''){a125g['hide']();const b=a125h();a125g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const x=a125d;a125e['stdout'](a125f[x(0x82)](b())+'\x20'+d);},0x5a);},'success'(d=''){const y=a125d;clearInterval(c),a125e['stdout'](a125f['greenBright'](check)+'\x20'+a+'\x20'+d),console[y(0x87)](),a125g[y(0x8c)]();},'failure'(d=''){const z=a125d;clearInterval(c),a125e[z(0xaa)](a125f['red'][z(0xa8)](cross)+'\x20'+a+'\x20'+d),console['log'](),a125g[z(0x8c)]();},'stop'(){const A=a125d;clearInterval(c),a125g[A(0x8c)]();}};}}
@@ -1 +1 @@
1
- (function(a,b){var f=a126d,c=a();while(!![]){try{var d=parseInt(f(0x127))/0x1+parseInt(f(0x123))/0x2*(-parseInt(f(0x129))/0x3)+parseInt(f(0x128))/0x4+parseInt(f(0x12c))/0x5+-parseInt(f(0x131))/0x6*(parseInt(f(0x12a))/0x7)+-parseInt(f(0x12b))/0x8*(-parseInt(f(0x126))/0x9)+-parseInt(f(0x12e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xf20cc));function a126c(){var i=['7826156MGRxrK','2834463jzUQqZ','25151qZAabh','904YpqQVg','2924685BFNuMJ','search','9874530vSScLs','toString','apply','2568STSMOu','2Setzws','constructor','(((.+)+)+)+$','19629MuenZo','1673585qBGzLS'];a126c=function(){return i;};return a126c();}var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0x12f)]()['search']('(((.+)+)+)+$')[h(0x12f)]()[h(0x124)](a126a)[h(0x12d)](h(0x125));});a126a();function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x123;var f=c[d];return f;},a126d(a,b);}export{};
1
+ (function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(0xb1))/0x1*(parseInt(f(0xb0))/0x2)+-parseInt(f(0xb4))/0x3*(-parseInt(f(0xb5))/0x4)+-parseInt(f(0xb2))/0x5+-parseInt(f(0xb8))/0x6*(parseInt(f(0xae))/0x7)+-parseInt(f(0xad))/0x8*(-parseInt(f(0xb6))/0x9)+parseInt(f(0xaf))/0xa+-parseInt(f(0xb3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xdd3f4));var a126b=(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;};}()),a126a=a126b(this,function(){var g=a126d;return a126a['toString']()[g(0xb7)]('(((.+)+)+)+$')['toString']()[g(0xb9)](a126a)[g(0xb7)]('(((.+)+)+)+$');});function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0xad;var f=c[d];return f;},a126d(a,b);}a126a();export{};function a126c(){var h=['1506845FJaFqw','575036AHPEeA','957MPuWBU','8596HHNrHW','2668941GLfMbr','search','1199202axJTmz','constructor','16fRpYkL','7dcUMLP','17013490CdfRIB','2ZUbOdk','1520238NLRSsk'];a126c=function(){return h;};return a126c();}
@@ -1 +1 @@
1
- const a127m=a127d;(function(a,b){const j=a127d,c=a();while(!![]){try{const d=parseInt(j(0xe5))/0x1*(-parseInt(j(0xe0))/0x2)+parseInt(j(0xf7))/0x3*(-parseInt(j(0xee))/0x4)+parseInt(j(0xea))/0x5*(parseInt(j(0xf4))/0x6)+-parseInt(j(0xf2))/0x7+parseInt(j(0xe9))/0x8*(parseInt(j(0xe1))/0x9)+-parseInt(j(0xf1))/0xa*(parseInt(j(0xe2))/0xb)+parseInt(j(0xe7))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xbad68));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a127d;if(c){const e=c[k(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const l=a127d;return a127a['toString']()[l(0xde)](l(0xdf))['toString']()[l(0xef)](a127a)[l(0xde)](l(0xdf));});a127a();function a127c(){const t=['40664YLROgB','1121319hbDqFN','44krzHvZ','data','verbose','34cIPaDA','ignore','47878164Hcilbg','apply','24NXGMGl','253370JhAUBz','cwd','failure','log','8rroYwc','constructor','start','3673630OuibBM','8191330wIHcbP','SIGINT','48bVQlBG','inherit','message','1009191UMLjAU','disconnect','kill','withSpinner','search','(((.+)+)+)+$'];a127c=function(){return t;};return a127c();}function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xdc;let f=c[d];return f;},a127d(a,b);}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a127m(0xdd)](a,b,c){return new Promise((d,e)=>{const n=a127d,f=Log['withSpinner'](),g=c?.[n(0xeb)]||'.';c?.[n(0xf6)]&&f[n(0xf0)](c?.[n(0xf6)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0xe4)]?n(0xf5):n(0xe6)});process['on'](n(0xf3),()=>{const o=n,i=h['pid'];i&&process[o(0xdc)](i);}),h['on'](n(0xe3),i=>{const p=n;console[p(0xed)](i);}),h['on'](n(0xf8),()=>{const q=n;c?.[q(0xf6)]&&f['success'](),d();}),h['on']('close',()=>{const r=n;c?.[r(0xf6)]&&f['success'](),d();}),h['on']('error',()=>{const s=n;c?.[s(0xf6)]&&f[s(0xec)](),e();});});}}
1
+ const a127m=a127d;function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x148;let f=c[d];return f;},a127d(a,b);}(function(a,b){const j=a127d,c=a();while(!![]){try{const d=parseInt(j(0x156))/0x1*(parseInt(j(0x14d))/0x2)+parseInt(j(0x157))/0x3*(-parseInt(j(0x15e))/0x4)+-parseInt(j(0x162))/0x5*(-parseInt(j(0x15a))/0x6)+parseInt(j(0x154))/0x7*(-parseInt(j(0x15c))/0x8)+-parseInt(j(0x14b))/0x9+parseInt(j(0x14c))/0xa+parseInt(j(0x153))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xea196));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a127d;if(c){const e=c[k(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const l=a127d;return a127a['toString']()[l(0x160)](l(0x149))[l(0x159)]()['constructor'](a127a)[l(0x160)](l(0x149));});a127a();function a127c(){const t=['data','verbose','withSpinner','kill','inherit','15599595pYxsNi','14HViKAc','cwd','1PIIsdL','3QgYudq','error','toString','1686210bNMawg','success','4178176sNIPEy','failure','2632904WiPArq','apply','search','message','15NHueHK','SIGINT','close','(((.+)+)+)+$','log','10029978CJkKtq','166970plGYXt','2996270xbTypf'];a127c=function(){return t;};return a127c();}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a127m(0x150)](a,b,c){return new Promise((d,e)=>{const n=a127d,f=Log[n(0x150)](),g=c?.[n(0x155)]||'.';c?.[n(0x161)]&&f['start'](c?.[n(0x161)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x14f)]?n(0x152):'ignore'});process['on'](n(0x163),()=>{const o=n,i=h['pid'];i&&process[o(0x151)](i);}),h['on'](n(0x14e),i=>{const p=n;console[p(0x14a)](i);}),h['on']('disconnect',()=>{const q=n;c?.['message']&&f[q(0x15b)](),d();}),h['on'](n(0x148),()=>{const r=n;c?.['message']&&f[r(0x15b)](),d();}),h['on'](n(0x158),()=>{const s=n;c?.[s(0x161)]&&f[s(0x15d)](),e();});});}}
@@ -1 +1 @@
1
- function a128c(){var i=['constructor','2930039AkBKOm','6PlUcij','search','(((.+)+)+)+$','2awXSPg','apply','136137ItstXS','4wKNFXR','20kcbcVI','2630712mrGMVz','toString','2165760SiNMoN','2949441UppgUx','1340445nrezoW','1389501IbsvLW'];a128c=function(){return i;};return a128c();}(function(a,b){var f=a128d,c=a();while(!![]){try{var d=-parseInt(f(0x9c))/0x1*(-parseInt(f(0x9a))/0x2)+-parseInt(f(0xa3))/0x3*(-parseInt(f(0x9d))/0x4)+parseInt(f(0xa1))/0x5+-parseInt(f(0xa7))/0x6*(parseInt(f(0xa6))/0x7)+-parseInt(f(0x9f))/0x8+-parseInt(f(0xa4))/0x9*(parseInt(f(0x9e))/0xa)+parseInt(f(0xa2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x37ac9));function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x9a;var f=c[d];return f;},a128d(a,b);}var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a[h(0xa0)]()[h(0xa8)](h(0xa9))[h(0xa0)]()[h(0xa5)](a128a)[h(0xa8)](h(0xa9));});a128a();export{};
1
+ (function(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(0x119))/0x1*(-parseInt(f(0x10f))/0x2)+-parseInt(f(0x116))/0x3*(-parseInt(f(0x11a))/0x4)+-parseInt(f(0x110))/0x5+-parseInt(f(0x117))/0x6*(parseInt(f(0x11c))/0x7)+-parseInt(f(0x11d))/0x8+parseInt(f(0x112))/0x9*(-parseInt(f(0x113))/0xa)+parseInt(f(0x114))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xbe44a));var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a128d;if(c){var e=c[g(0x111)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var h=a128d;return a128a[h(0x11e)]()[h(0x115)](h(0x118))[h(0x11e)]()[h(0x11b)](a128a)['search']('(((.+)+)+)+$');});function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x10f;var f=c[d];return f;},a128d(a,b);}a128a();export{};function a128c(){var i=['(((.+)+)+)+$','115443jSypnf','5602864yeerts','constructor','2933HlECOm','1437648jPDtcw','toString','26LTWjfs','6266000OhYYpd','apply','465687DKWFZv','230aWnlPg','49905757fitUCu','search','3LKkUFu','14814gShqNZ'];a128c=function(){return i;};return a128c();}
@@ -1 +1 @@
1
- const a129p=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=parseInt(m(0x91))/0x1+-parseInt(m(0x6c))/0x2*(parseInt(m(0x85))/0x3)+-parseInt(m(0x82))/0x4*(parseInt(m(0x7b))/0x5)+parseInt(m(0x68))/0x6*(parseInt(m(0x78))/0x7)+parseInt(m(0x6a))/0x8*(parseInt(m(0x6e))/0x9)+parseInt(m(0x8c))/0xa+-parseInt(m(0x73))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x3c19f));const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a129d;if(c){const e=c[n(0x71)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const o=a129d;return a129a[o(0x6b)]()[o(0x7a)]('(((.+)+)+)+$')[o(0x6b)]()[o(0x83)](a129a)[o(0x7a)]('(((.+)+)+)+$');});function a129c(){const x=['ConnectTimeout=2','verbose','user','950800jUwtnG','sshVerbose','sshSync','disconnect','ignore','446753AdfoxX','12KlwvFt','scp','10232MyFpLq','toString','56BVZAln','failure','1503ESrPYT','source','close','apply','pem','1377574dYzkgZ','2>&1','inherit','concat','host','1057364yncRTy','ping','search','15UtIaEO','error','tty','join','message','success','port','261196bgBouy','constructor','env','52524onxSgC','ssh\x20','ssh','push'];a129c=function(){return x;};return a129c();}a129a();import a129e from'path';import{execSync,spawnSync,spawn}from'child_process';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x68;let f=c[d];return f;},a129d(a,b);}import{Log}from'../log/log.class.js';export class SSH{static [a129p(0x87)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a129d,f=b[q(0x8b)]+'@'+b[q(0x77)],g=a129e['join'](b['env'],b[q(0x72)]),h=c?.['tty']||![],i=c?.[q(0x8d)]||![];let j=[];h&&j[q(0x88)]('-t');i&&j[q(0x88)]('-v');j=j[q(0x76)](['-o',q(0x89),'-i',g,'-p',b[q(0x81)],f,a]);const k=Log['withSpinner']();c?.[q(0x7f)]&&k['start'](c?.['message']);const l=spawn(q(0x87),j,{'stdio':c?.['verbose']?q(0x75):q(0x90)});l['on'](q(0x8f),()=>{const r=q;c?.[r(0x7f)]&&k[r(0x80)](),d();}),l['on'](q(0x70),()=>{const s=q;c?.[s(0x7f)]&&k[s(0x80)](),d();}),l['on'](q(0x7c),()=>{const t=q;c?.[t(0x7f)]&&k[t(0x6d)](),e();});});};static [a129p(0x8e)]=(a,b,c)=>{const u=a129p,d=b[u(0x8b)]+'@'+b[u(0x77)],e=a129e['join'](b[u(0x84)],b[u(0x72)]),f=c?.[u(0x7d)]||![],g=c?.[u(0x8d)]||![];let h=[];f&&h[u(0x88)]('-t'),g&&h[u(0x88)]('-v'),h=h[u(0x76)](['-o','ConnectTimeout=2','-i',e,'-p',b[u(0x81)],d,a]),spawnSync('ssh',h,{'stdio':c?.[u(0x8a)]?'inherit':u(0x90)});};static[a129p(0x79)](a,b,c){const v=a129p,d=b[v(0x8b)]+'@'+b[v(0x77)],e=a129e[v(0x7e)](b[v(0x84)],b[v(0x72)]),f=c?.[v(0x7d)]||![];let g=[];f&&g['push']('-t');g=g[v(0x76)](['-o',v(0x89),'-i',e,'-p',b[v(0x81)],d,a,v(0x74)]);const h=v(0x86)+g[v(0x7e)]('\x20');return execSync(h)[v(0x6b)]();}static['scp'](a,b){const w=a129p,c=b[w(0x8b)]+'@'+b[w(0x77)]+':'+a['dest'],d=a129e[w(0x7e)](b[w(0x84)],b[w(0x72)]),e=['-i',d,'-P',b[w(0x81)],a[w(0x6f)],c];spawnSync(w(0x69),e,{'stdio':a[w(0x8a)]?w(0x75):w(0x90)});}}
1
+ const a129t=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=-parseInt(m(0x172))/0x1+parseInt(m(0x196))/0x2*(-parseInt(m(0x176))/0x3)+parseInt(m(0x18a))/0x4*(parseInt(m(0x197))/0x5)+-parseInt(m(0x17f))/0x6*(-parseInt(m(0x188))/0x7)+parseInt(m(0x16e))/0x8*(parseInt(m(0x174))/0x9)+parseInt(m(0x193))/0xa*(-parseInt(m(0x16d))/0xb)+parseInt(m(0x175))/0xc*(parseInt(m(0x18e))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0xae543));function a129c(){const x=['error','port','sshVerbose','dest','ping','21tbiGCS','env','4vgZrMY','withSpinner','push','ignore','179374HeMCmq','user','2>&1','source','(((.+)+)+)+$','1030gUDPqA','host','toString','40fSCByb','5315340IzkYtG','close','scp','ssh\x20','ConnectTimeout=2','16445gGudvW','58728YhxRSO','success','message','sshSync','1276499agSxat','tty','1521AmDMZn','552cxcoSt','133629FArErP','ssh','concat','inherit','search','pem','constructor','apply','verbose','193980baWpme','disconnect','join','failure'];a129c=function(){return x;};return a129c();}const a129b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a129d;if(c){const e=c[n(0x17d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){const o=a129d;return a129a[o(0x195)]()[o(0x17a)](o(0x192))[o(0x195)]()[o(0x17c)](a129a)[o(0x17a)]('(((.+)+)+)+$');});a129a();import a129e from'path';import{execSync,spawnSync,spawn}from'child_process';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0x16a;let f=c[d];return f;},a129d(a,b);}import{Log}from'../log/log.class.js';export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a129d,f=b['user']+'@'+b[p(0x194)],g=a129e[p(0x181)](b[p(0x189)],b[p(0x17b)]),h=c?.[p(0x173)]||![],i=c?.[p(0x185)]||![];let j=[];h&&j[p(0x18c)]('-t');i&&j[p(0x18c)]('-v');j=j[p(0x178)](['-o',p(0x16c),'-i',g,'-p',b[p(0x184)],f,a]);const k=Log[p(0x18b)]();c?.[p(0x170)]&&k['start'](c?.[p(0x170)]);const l=spawn(p(0x177),j,{'stdio':c?.[p(0x17e)]?p(0x179):p(0x18d)});l['on'](p(0x180),()=>{const q=p;c?.[q(0x170)]&&k[q(0x16f)](),d();}),l['on'](p(0x198),()=>{const r=p;c?.[r(0x170)]&&k[r(0x16f)](),d();}),l['on'](p(0x183),()=>{const s=p;c?.[s(0x170)]&&k[s(0x182)](),e();});});};static [a129t(0x171)]=(a,b,c)=>{const u=a129t,d=b[u(0x18f)]+'@'+b[u(0x194)],e=a129e['join'](b['env'],b[u(0x17b)]),f=c?.[u(0x173)]||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0x18c)]('-t'),g&&h[u(0x18c)]('-v'),h=h[u(0x178)](['-o',u(0x16c),'-i',e,'-p',b[u(0x184)],d,a]),spawnSync(u(0x177),h,{'stdio':c?.[u(0x17e)]?u(0x179):u(0x18d)});};static[a129t(0x187)](a,b,c){const v=a129t,d=b['user']+'@'+b['host'],e=a129e[v(0x181)](b[v(0x189)],b[v(0x17b)]),f=c?.[v(0x173)]||![];let g=[];f&&g[v(0x18c)]('-t');g=g['concat'](['-o',v(0x16c),'-i',e,'-p',b[v(0x184)],d,a,v(0x190)]);const h=v(0x16b)+g[v(0x181)]('\x20');return execSync(h)[v(0x195)]();}static[a129t(0x16a)](a,b){const w=a129t,c=b[w(0x18f)]+'@'+b['host']+':'+a[w(0x186)],d=a129e[w(0x181)](b[w(0x189)],b[w(0x17b)]),e=['-i',d,'-P',b['port'],a[w(0x191)],c];spawnSync('scp',e,{'stdio':a['verbose']?w(0x179):'ignore'});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a130d,c=a();while(!![]){try{var d=-parseInt(f(0x1cd))/0x1*(parseInt(f(0x1c9))/0x2)+parseInt(f(0x1c6))/0x3+parseInt(f(0x1d2))/0x4*(parseInt(f(0x1d4))/0x5)+-parseInt(f(0x1c8))/0x6*(-parseInt(f(0x1d5))/0x7)+parseInt(f(0x1ca))/0x8*(parseInt(f(0x1cf))/0x9)+-parseInt(f(0x1ce))/0xa+-parseInt(f(0x1c7))/0xb*(-parseInt(f(0x1d1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0xc0e10));function a130d(a,b){var c=a130c();return a130d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a130d(a,b);}var a130b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a130d;if(c){var e=c[g(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){var h=a130d;return a130a['toString']()[h(0x1cb)](h(0x1cc))[h(0x1d3)]()[h(0x1c5)](a130a)[h(0x1cb)](h(0x1cc));});a130a();export{};function a130c(){var i=['2215110aJKhQY','11GLlwWM','441114xPoFIO','82QNJYCq','164104rhdCkt','search','(((.+)+)+)+$','29734zwXpSL','11636980POjLff','675RESPsS','apply','4619976LdMhze','4hNsLqM','toString','716930gswqZL','35vCKNaM','constructor'];a130c=function(){return i;};return a130c();}
1
+ function a130d(a,b){var c=a130c();return a130d=function(d,e){d=d-0x7b;var f=c[d];return f;},a130d(a,b);}(function(a,b){var f=a130d,c=a();while(!![]){try{var d=-parseInt(f(0x81))/0x1+parseInt(f(0x86))/0x2*(parseInt(f(0x82))/0x3)+parseInt(f(0x7e))/0x4*(parseInt(f(0x80))/0x5)+-parseInt(f(0x85))/0x6*(-parseInt(f(0x89))/0x7)+parseInt(f(0x84))/0x8*(-parseInt(f(0x83))/0x9)+parseInt(f(0x87))/0xa+-parseInt(f(0x8b))/0xb*(parseInt(f(0x7c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x9746e));function a130c(){var i=['search','5496288UMNohR','apply','8EsXwBC','(((.+)+)+)+$','2410955fpzhSG','859027Pbozff','993162zayOUT','6195429PEIwbI','8maLQQv','7716srjaYp','4wanQJd','5343260DbGutV','toString','2527lxnVOO','constructor','11BgDGav'];a130c=function(){return i;};return a130c();}var a130b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a130d;if(c){var e=c[g(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){var h=a130d;return a130a[h(0x88)]()[h(0x7b)](h(0x7f))['toString']()[h(0x8a)](a130a)[h(0x7b)](h(0x7f));});a130a();export{};
@@ -1 +1 @@
1
- function a131c(){const k=['inherit','599937jWTnhf','1336yfXYYX','2862sABXDM','cwd','-out','-newkey','toString','genSSC','(((.+)+)+)+$','8918qRRwCE','13686vKxyTX','crtName','keyName','-nodes','genCSR','5629888VDtOvr','38838OUSmLp','-key','req','2100Svejgs','8DfcoSD','search','-config','295ZOPSst','openssl.conf','push','-keyout','constructor','857384LyAAJk','-new','openssl','useConfig'];a131c=function(){return k;};return a131c();}const a131h=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=-parseInt(f(0x82))/0x1*(-parseInt(f(0x7e))/0x2)+-parseInt(f(0x6e))/0x3+-parseInt(f(0x69))/0x4+parseInt(f(0x85))/0x5*(parseInt(f(0x78))/0x6)+-parseInt(f(0x77))/0x7*(parseInt(f(0x6f))/0x8)+parseInt(f(0x70))/0x9*(-parseInt(f(0x81))/0xa)+parseInt(f(0x7d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x1a564));const a131b=(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;};}()),a131a=a131b(this,function(){const g=a131d;return a131a[g(0x74)]()['search'](g(0x76))[g(0x74)]()[g(0x68)](a131a)[g(0x83)](g(0x76));});function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x66;let f=c[d];return f;},a131d(a,b);}a131a();import{spawnSync}from'child_process';export class SSL{static[a131h(0x7c)](a){const i=a131h,b=a[i(0x71)]?a[i(0x71)]:process['cwd'](),c=[i(0x80),i(0x6a),i(0x73),'rsa:2048',i(0x7b),i(0x67),a['keyName'],i(0x72),a['csrName']];a[i(0x6c)]&&(c[i(0x66)](i(0x84)),c['push'](i(0x86))),spawnSync(i(0x6b),c,{'stdio':'inherit','cwd':b});}static[a131h(0x75)](a){const j=a131h,b=a[j(0x71)]?a[j(0x71)]:process[j(0x71)](),c=[j(0x80),'-x509',j(0x6a),j(0x7f),a[j(0x7a)],j(0x72),a[j(0x79)]];a[j(0x6c)]&&(c[j(0x66)](j(0x84)),c[j(0x66)](j(0x86))),spawnSync(j(0x6b),c,{'stdio':j(0x6d),'cwd':b});}}
1
+ const a131j=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=parseInt(f(0x98))/0x1+-parseInt(f(0xad))/0x2*(-parseInt(f(0xa7))/0x3)+-parseInt(f(0xa2))/0x4*(-parseInt(f(0xa4))/0x5)+parseInt(f(0x9b))/0x6+-parseInt(f(0xa1))/0x7+parseInt(f(0xa3))/0x8*(parseInt(f(0xa9))/0x9)+parseInt(f(0x9a))/0xa*(-parseInt(f(0xb1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x4bd0c));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a131d;if(c){const e=c[g(0x97)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const h=a131d;return a131a[h(0x9c)]()[h(0xaf)](h(0xa0))['toString']()['constructor'](a131a)[h(0xaf)]('(((.+)+)+)+$');});function a131c(){const l=['cwd','669umSXCN','crtName','9xWmOaB','-key','useConfig','-new','5060wHglru','inherit','search','keyName','11hpPNix','-out','-keyout','-config','req','openssl','rsa:2048','-nodes','genSSC','apply','515204cmAfpo','openssl.conf','15701230ckBNeQ','663960jyzbQy','toString','-newkey','-x509','push','(((.+)+)+)+$','22295fSpqgc','126796QkQnmN','4535984jgzrtQ','20JExHCB','csrName'];a131c=function(){return l;};return a131c();}a131a();function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x90;let f=c[d];return f;},a131d(a,b);}import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a131d,b=a[i(0xa6)]?a[i(0xa6)]:process[i(0xa6)](),c=[i(0x92),i(0xac),i(0x9d),i(0x94),i(0x95),i(0x90),a['keyName'],i(0xb2),a[i(0xa5)]];a['useConfig']&&(c['push'](i(0x91)),c[i(0x9f)](i(0x99))),spawnSync('openssl',c,{'stdio':i(0xae),'cwd':b});}static[a131j(0x96)](a){const k=a131j,b=a[k(0xa6)]?a[k(0xa6)]:process[k(0xa6)](),c=[k(0x92),k(0x9e),k(0xac),k(0xaa),a[k(0xb0)],k(0xb2),a[k(0xa8)]];a[k(0xab)]&&(c[k(0x9f)](k(0x91)),c[k(0x9f)]('openssl.conf')),spawnSync(k(0x93),c,{'stdio':'inherit','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.5.33",
4
+ "version": "4.5.34",
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.",