@maka/maka-cli 4.5.32 → 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-0x108;let f=c[d];return f;},a123d(a,b);}const a123q=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=-parseInt(n(0x112))/0x1+parseInt(n(0x11c))/0x2+-parseInt(n(0x119))/0x3*(parseInt(n(0x118))/0x4)+-parseInt(n(0x10b))/0x5*(-parseInt(n(0x10e))/0x6)+parseInt(n(0x108))/0x7+-parseInt(n(0x111))/0x8+-parseInt(n(0x11f))/0x9*(-parseInt(n(0x10d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x93802));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a123d;if(c){const e=c[o(0x10a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const p=a123d;return a123a[p(0x11a)]()[p(0x120)]('(((.+)+)+)+$')[p(0x11a)]()[p(0x122)](a123a)[p(0x120)]('(((.+)+)+)+$');});a123a();import a123e from'https';function a123c(){const C=['write','68ExPudQ','148083BPvzeA','toString','statusCode','1107280mqOxsG','env','POST','3607515uikkHO','search','statusMessage','constructor','application/json','post','api.openai.com','True','MAKA_DEV','abort','BAD\x20RETURN','8252902AgvaXU','assign','apply','1029755tpYIyB','end','30kodtbG','12SpgayL','timeout','Request\x20timeout','9133264taLsmA','762076WAKDet','request','data','readFileSync','error'];a123c=function(){return C;};return a123c();}import a123f from'fs';const TIMEOUT=0xbb8;process[a123q(0x11d)]['NODE_TLS_REJECT_UNAUTHORIZED']=process[a123q(0x11d)][a123q(0x127)]===a123q(0x126)?'0':'1';export class HTTPS{static async[a123q(0x124)]({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a123q,f=JSON['stringify'](c),g={'Content-Type':r(0x123),'Content-Length':f['length']};Object[r(0x109)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x11e),'headers':g,'timeout':TIMEOUT};return e&&Object[r(0x109)](h,{'cert':a123f['readFileSync'](e)}),new Promise((i,j)=>{const s=r,k=a123e[s(0x113)](h,l=>{const t=s;l['on'](t(0x114),m=>{const u=t;i({'statusCode':l[u(0x11b)]||0x1f4,'statusMessage':l[u(0x121)]||'BAD\x20RETURN','data':m['toString']()});});});k['on'](s(0x116),l=>{j(l);}),k['on'](s(0x10f),()=>{const v=s;k[v(0x128)](),j({'statusCode':0x198,'statusMessage':v(0x110)});}),k[s(0x117)](f),k[s(0x10c)]();});}static['get']({url:a,headers:b,cert:c}){const w=a123q,d={'Content-Type':w(0x123)};Object[w(0x109)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[w(0x109)](e,{'cert':a123f[w(0x115)](c)}),new Promise((f,g)=>{const z=w,h=a123e['get'](a,e,i=>{const x=a123d;i['on'](x(0x114),j=>{const y=x;f({'statusCode':i['statusCode']||0x1f4,'statusMessage':i[y(0x121)]||y(0x129),'data':j[y(0x11a)]()});});});h['on']('error',i=>{g(i);}),h['on'](z(0x10f),()=>{const A=z;h[A(0x128)](),g({'statusCode':0x198,'statusMessage':A(0x110)});});});}static async['askGPT']({prompt:a,openApiKey:b,certPath:c}){const B=a123q,d={'prompt':a,'max_tokens':0x96},e={'Authorization':'Bearer\x20'+b},f=await this[B(0x124)]({'hostname':B(0x125),'path':'/v1/engines/davinci/completions','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 a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x138;var f=c[d];return f;},a124d(a,b);}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0x141))/0x1*(parseInt(f(0x145))/0x2)+parseInt(f(0x13a))/0x3*(-parseInt(f(0x144))/0x4)+parseInt(f(0x139))/0x5+parseInt(f(0x13d))/0x6*(-parseInt(f(0x138))/0x7)+parseInt(f(0x13b))/0x8*(parseInt(f(0x142))/0x9)+-parseInt(f(0x140))/0xa+parseInt(f(0x146))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x89ed2));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a['toString']()[h(0x143)](h(0x13f))[h(0x13c)]()['constructor'](a124a)['search']('(((.+)+)+)+$');});function a124c(){var i=['9yCTJXk','search','1701256ECpefX','22MVFQFo','6187984njGkSs','191247rreJHa','3953820HTihpa','3aNWunY','2493640OGfiGi','toString','72EJlhvg','apply','(((.+)+)+)+$','1501000uSTwrn','17891wDDSUa'];a124c=function(){return i;};return a124c();}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 a125k=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=parseInt(i(0x102))/0x1+parseInt(i(0x10a))/0x2+parseInt(i(0x101))/0x3*(parseInt(i(0xf1))/0x4)+parseInt(i(0x10d))/0x5*(parseInt(i(0xf0))/0x6)+parseInt(i(0xed))/0x7*(parseInt(i(0xf8))/0x8)+parseInt(i(0xeb))/0x9*(-parseInt(i(0xf6))/0xa)+-parseInt(i(0x106))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x3c021));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(0x111))['toString']()[j(0xee)](a125a)[j(0xea)](j(0x111));});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['platform']===a125k(0x105),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a125k;return a[l(0x110)](b=>{return'[--'+b+']';})[l(0xf4)]('\x20');},formatRequiredOpts=a=>{const m=a125k;return a[m(0x110)](b=>{return'--'+b;})[m(0xf4)]('\x20');};function a125c(){const z=['216YaOKnc','header','greenBright','join','warn','10bTSyiH','show','1514664RnIrdF','notice','trim','Usage:\x20','bright','stdout','usage','red','majestic','14766cWLlQt','378218pFypgI','\x0aManual:','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','win32','11850168QDfSrP','log','hide','cyan','494978BQFnjw','yellowBright','magentaBright','32860diOKwS','bold','blackBright','map','(((.+)+)+)+$','forEach','search','67347iHncdp','cyanBright','7DhzPur','constructor','error','228JjXACP'];a125c=function(){return z;};return a125c();}function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0xe9;let f=c[d];return f;},a125d(a,b);}export class Log{static['success'](a){const n=a125k;console[n(0x107)](a125f[n(0xf3)](a));}static[a125k(0xf5)](a){const o=a125k;console['log'](a125f[o(0x10b)](a));}static['notice'](a){const p=a125k;console['log'](a125f[p(0xec)](a));}static[a125k(0xef)](a){console['log'](a125f['red']['bold'](a));}static[a125k(0xf2)](a){const q=a125k;console['log'](a125f[q(0x10f)](a));}static[a125k(0xfc)](a){console['log'](a125f['whiteBright'](a));}static[a125k(0x100)](a){const r=a125k;console[r(0x107)](a125f[r(0x10c)](a));}static[a125k(0xfe)](a,b,c,d,e,f){const s=a125k,g=a125f[s(0x10f)];Log[s(0xfc)](d),b&&b['length']>0x0&&(Log[s(0xfc)](g('Examples:')),b[s(0xe9)](h=>{const t=s;Log[t(0xfc)]('\x20>\x20'+h);})),a&&(Log[s(0xf2)](s(0x103)),Log[s(0xf9)]('\x20\x20'+a[s(0xfa)]()+'\x0a')),c&&Log[s(0xfc)](g(s(0xfb))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[s(0xf2)](s(0x104));}static['withSpinner'](a=''){const u=a125k;a125g[u(0x108)]();const b=a125h();a125g[u(0x108)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const v=a125d;a125e[v(0xfd)](a125f[v(0x109)](b())+'\x20'+d);},0x5a);},'success'(d=''){const w=u;clearInterval(c),a125e[w(0xfd)](a125f[w(0xf3)](check)+'\x20'+a+'\x20'+d),console[w(0x107)](),a125g[w(0xf7)]();},'failure'(d=''){const x=u;clearInterval(c),a125e[x(0xfd)](a125f[x(0xff)][x(0x10e)](cross)+'\x20'+a+'\x20'+d),console[x(0x107)](),a125g['show']();},'stop'(){const y=u;clearInterval(c),a125g[y(0xf7)]();}};}}
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(0x1e0))/0x1*(-parseInt(f(0x1e3))/0x2)+-parseInt(f(0x1eb))/0x3*(-parseInt(f(0x1e6))/0x4)+parseInt(f(0x1de))/0x5+parseInt(f(0x1ed))/0x6*(parseInt(f(0x1df))/0x7)+parseInt(f(0x1e1))/0x8+parseInt(f(0x1e9))/0x9*(parseInt(f(0x1ea))/0xa)+-parseInt(f(0x1ec))/0xb*(parseInt(f(0x1e2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xd21da));function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x1dd;var f=c[d];return f;},a126d(a,b);}var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0x1e8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0x1dd)]()[h(0x1e7)](h(0x1e5))[h(0x1dd)]()[h(0x1e4)](a126a)[h(0x1e7)]('(((.+)+)+)+$');});function a126c(){var i=['20436ufotRY','8034MUhjTA','constructor','(((.+)+)+)+$','664hMATkd','search','apply','1025127qfnJsm','120CsIgcM','19983UEAopH','33011vdxLGH','5806926AKFlhw','toString','2520885YvDcuK','7iCEdWE','105dLMNzf','12839936uDDfof'];a126c=function(){return i;};return a126c();}a126a();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
- function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x100;let f=c[d];return f;},a127d(a,b);}function a127c(){const t=['ignore','log','constructor','SIGINT','185suSmYp','kill','232TkjYPc','message','start','173617EmBnnx','verbose','withSpinner','search','disconnect','error','failure','1990bDfFQI','7500696DYsdHS','success','64840sycBJt','198uSHjMK','toString','22605mMGFOh','(((.+)+)+)+$','apply','179767DzVRui','close','18909oNfjkJ','inherit','28564987UUSdqc'];a127c=function(){return t;};return a127c();}const a127m=a127d;(function(a,b){const j=a127d,c=a();while(!![]){try{const d=-parseInt(j(0x11a))/0x1+-parseInt(j(0x117))/0x2*(parseInt(j(0x109))/0x3)+-parseInt(j(0x106))/0x4*(parseInt(j(0x115))/0x5)+-parseInt(j(0x107))/0x6*(parseInt(j(0x10c))/0x7)+parseInt(j(0x104))/0x8+parseInt(j(0x10e))/0x9*(-parseInt(j(0x103))/0xa)+parseInt(j(0x110))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x97b49));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a127d;if(c){const e=c[k(0x10b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const l=a127d;return a127a[l(0x108)]()[l(0x11d)]('(((.+)+)+)+$')[l(0x108)]()[l(0x113)](a127a)[l(0x11d)](l(0x10a));});a127a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static[a127m(0x11c)](a,b,c){return new Promise((d,e)=>{const n=a127d,f=Log[n(0x11c)](),g=c?.['cwd']||'.';c?.[n(0x118)]&&f[n(0x119)](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x11b)]?n(0x10f):n(0x111)});process['on'](n(0x114),()=>{const o=n,i=h['pid'];i&&process[o(0x116)](i);}),h['on']('data',i=>{const p=n;console[p(0x112)](i);}),h['on'](n(0x100),()=>{const q=n;c?.['message']&&f[q(0x105)](),d();}),h['on'](n(0x10d),()=>{const r=n;c?.['message']&&f[r(0x105)](),d();}),h['on'](n(0x101),()=>{const s=n;c?.[s(0x118)]&&f[s(0x102)](),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(a,b){var f=a128d,c=a();while(!![]){try{var d=parseInt(f(0xa0))/0x1+parseInt(f(0x98))/0x2+-parseInt(f(0xa2))/0x3+-parseInt(f(0xa5))/0x4*(-parseInt(f(0x9e))/0x5)+-parseInt(f(0x9d))/0x6*(-parseInt(f(0x97))/0x7)+-parseInt(f(0x9c))/0x8*(-parseInt(f(0x9f))/0x9)+parseInt(f(0x9b))/0xa*(-parseInt(f(0x99))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x9588d));var a128b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){var g=a128d;return a128a[g(0x9a)]()[g(0xa4)](g(0xa1))[g(0x9a)]()[g(0xa3)](a128a)['search'](g(0xa1));});a128a();export{};function a128d(a,b){var c=a128c();return a128d=function(d,e){d=d-0x97;var f=c[d];return f;},a128d(a,b);}function a128c(){var h=['constructor','search','4468516ZmFcLV','1329580GBFYBp','1151352VMreoL','2386131AhJIte','toString','140sgRvoY','40frUWaj','6SzbXwr','5ZgUBmf','1744731Hrxggl','938989ojMFeB','(((.+)+)+)+$','424926FqATCo'];a128c=function(){return h;};return a128c();}
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 a129o=a129d;(function(a,b){const m=a129d,c=a();while(!![]){try{const d=parseInt(m(0xbe))/0x1+parseInt(m(0xc8))/0x2*(parseInt(m(0xd6))/0x3)+parseInt(m(0xb6))/0x4*(parseInt(m(0xb9))/0x5)+parseInt(m(0xd0))/0x6+-parseInt(m(0xbf))/0x7*(-parseInt(m(0xb4))/0x8)+-parseInt(m(0xb7))/0x9+-parseInt(m(0xb2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x7114c));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 n=a129d;return a129a[n(0xcb)]()[n(0xc7)]('(((.+)+)+)+$')[n(0xcb)]()['constructor'](a129a)['search'](n(0xb0));});a129a();import a129e from'path';function a129d(a,b){const c=a129c();return a129d=function(d,e){d=d-0xaf;let f=c[d];return f;},a129d(a,b);}import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a129o(0xb1)]=(a,b,c)=>{return new Promise((d,e)=>{const p=a129d,f=b['user']+'@'+b['host'],g=a129e[p(0xc0)](b[p(0xd3)],b['pem']),h=c?.[p(0xb5)]||![],i=c?.[p(0xbb)]||![];let j=[];h&&j[p(0xcd)]('-t');i&&j[p(0xcd)]('-v');j=j['concat'](['-o',p(0xb8),'-i',g,'-p',b[p(0xcf)],f,a]);const k=Log['withSpinner']();c?.['message']&&k[p(0xbd)](c?.[p(0xbc)]);const l=spawn(p(0xb1),j,{'stdio':c?.[p(0xd2)]?p(0xca):p(0xc6)});l['on'](p(0xba),()=>{const q=p;c?.[q(0xbc)]&&k[q(0xc4)](),d();}),l['on'](p(0xcc),()=>{const r=p;c?.[r(0xbc)]&&k[r(0xc4)](),d();}),l['on'](p(0xc3),()=>{const s=p;c?.['message']&&k[s(0xaf)](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a129o,d=b[t(0xb3)]+'@'+b[t(0xd4)],e=a129e[t(0xc0)](b[t(0xd3)],b['pem']),f=c?.['tty']||![],g=c?.[t(0xbb)]||![];let h=[];f&&h[t(0xcd)]('-t'),g&&h['push']('-v'),h=h[t(0xd7)](['-o','ConnectTimeout=2','-i',e,'-p',b['port'],d,a]),spawnSync(t(0xb1),h,{'stdio':c?.[t(0xd2)]?t(0xca):t(0xc6)});};static[a129o(0xc9)](a,b,c){const u=a129o,d=b['user']+'@'+b[u(0xd4)],e=a129e['join'](b[u(0xd3)],b['pem']),f=c?.[u(0xb5)]||![];let g=[];f&&g[u(0xcd)]('-t');g=g['concat'](['-o',u(0xb8),'-i',e,'-p',b[u(0xcf)],d,a,u(0xce)]);const h=u(0xc5)+g[u(0xc0)]('\x20');return execSync(h)[u(0xcb)]();}static['scp'](a,b){const v=a129o,c=b[v(0xb3)]+'@'+b['host']+':'+a[v(0xd1)],d=a129e[v(0xc0)](b[v(0xd3)],b[v(0xc2)]),e=['-i',d,'-P',b['port'],a[v(0xc1)],c];spawnSync(v(0xd5),e,{'stdio':a[v(0xd2)]?v(0xca):v(0xc6)});}}function a129c(){const w=['verbose','env','host','scp','1356aBnwus','concat','failure','(((.+)+)+)+$','ssh','12542710SoXVEE','user','11544olPDWW','tty','3296sxWgYd','1073430Xgchwt','ConnectTimeout=2','2515QbtpWv','disconnect','sshVerbose','message','start','337933YRoVKm','1183qbvYhF','join','source','pem','error','success','ssh\x20','ignore','search','1676fEhKiP','ping','inherit','toString','close','push','2>&1','port','2770038zeTGII','dest'];a129c=function(){return w;};return a129c();}
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 a130c(){var i=['160cGFYwM','939533LHKnUB','7wLrPMA','6937248jZiLaK','1607730jRwJOw','5ghemWt','toString','9014760OOVvqb','(((.+)+)+)+$','1760968bCCjxZ','1268CSNBYD','constructor','3033AUpRYj','apply','search','2524556eleBHH'];a130c=function(){return i;};return a130c();}(function(a,b){var f=a130d,c=a();while(!![]){try{var d=parseInt(f(0xaf))/0x1+-parseInt(f(0xb8))/0x2*(-parseInt(f(0xba))/0x3)+-parseInt(f(0xad))/0x4*(parseInt(f(0xb3))/0x5)+parseInt(f(0xb2))/0x6+-parseInt(f(0xb0))/0x7*(-parseInt(f(0xb1))/0x8)+parseInt(f(0xb5))/0x9+-parseInt(f(0xae))/0xa*(parseInt(f(0xb7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x801a7));var a130b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a130d;if(c){var e=c[g(0xbb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){var h=a130d;return a130a['toString']()[h(0xac)](h(0xb6))[h(0xb4)]()[h(0xb9)](a130a)['search'](h(0xb6));});function a130d(a,b){var c=a130c();return a130d=function(d,e){d=d-0xac;var f=c[d];return f;},a130d(a,b);}a130a();export{};
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
- const a131i=a131d;(function(a,b){const f=a131d,c=a();while(!![]){try{const d=parseInt(f(0x82))/0x1+-parseInt(f(0x85))/0x2+parseInt(f(0x81))/0x3*(parseInt(f(0x8d))/0x4)+-parseInt(f(0x6c))/0x5+-parseInt(f(0x70))/0x6*(-parseInt(f(0x84))/0x7)+parseInt(f(0x6e))/0x8*(parseInt(f(0x6d))/0x9)+-parseInt(f(0x89))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x8a358));const a131b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a131d;if(c){const e=c[g(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){const h=a131d;return a131a[h(0x7f)]()[h(0x6f)](h(0x88))[h(0x7f)]()[h(0x87)](a131a)[h(0x6f)](h(0x88));});function a131c(){const l=['csrName','-x509','crtName','1477156Ndfwwi','181290DbpcCQ','153uJAgAd','7368DNKiqV','search','444NDhHsV','cwd','req','openssl','-out','-new','useConfig','push','-nodes','genCSR','inherit','openssl.conf','-config','-key','-newkey','toString','apply','3FxsFPn','1118748zGUCUe','keyName','80563KYHxUK','1947016gwecHj','genSSC','constructor','(((.+)+)+)+$','7794900OoqHxM'];a131c=function(){return l;};return a131c();}function a131d(a,b){const c=a131c();return a131d=function(d,e){d=d-0x6c;let f=c[d];return f;},a131d(a,b);}a131a();import{spawnSync}from'child_process';export class SSL{static[a131i(0x79)](a){const j=a131i,b=a[j(0x71)]?a['cwd']:process[j(0x71)](),c=[j(0x72),j(0x75),j(0x7e),'rsa:2048',j(0x78),'-keyout',a[j(0x83)],j(0x74),a[j(0x8a)]];a[j(0x76)]&&(c[j(0x77)](j(0x7c)),c[j(0x77)](j(0x7b))),spawnSync('openssl',c,{'stdio':j(0x7a),'cwd':b});}static[a131i(0x86)](a){const k=a131i,b=a[k(0x71)]?a[k(0x71)]:process[k(0x71)](),c=[k(0x72),k(0x8b),'-new',k(0x7d),a['keyName'],'-out',a[k(0x8c)]];a[k(0x76)]&&(c[k(0x77)](k(0x7c)),c[k(0x77)]('openssl.conf')),spawnSync(k(0x73),c,{'stdio':k(0x7a),'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.32",
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.",