@maka/maka-cli 4.5.40 → 4.5.42

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 (134) 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/options/options.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  130. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  132. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  134. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(a,b){var f=a122d,c=a();while(!![]){try{var d=parseInt(f(0x110))/0x1+-parseInt(f(0x115))/0x2*(-parseInt(f(0x112))/0x3)+parseInt(f(0x10e))/0x4+-parseInt(f(0x111))/0x5+-parseInt(f(0x10f))/0x6*(-parseInt(f(0x113))/0x7)+-parseInt(f(0x10b))/0x8*(parseInt(f(0x109))/0x9)+-parseInt(f(0x10a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x5246c));function a122c(){var h=['6Xfnvpy','6543lbdVQK','2785490wkrSkL','5712CMySyL','(((.+)+)+)+$','search','1449600RqPkCE','17628RJQNbE','204840CjvTLV','2435810UbWJsx','387627JsbbLT','1589fZZSjw','toString'];a122c=function(){return h;};return a122c();}var a122b=(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;};}()),a122a=a122b(this,function(){var g=a122d;return a122a[g(0x114)]()[g(0x10d)](g(0x10c))['toString']()['constructor'](a122a)[g(0x10d)](g(0x10c));});a122a();function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x109;var f=c[d];return f;},a122d(a,b);}export{};
1
+ (function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0x17b))/0x1*(parseInt(f(0x178))/0x2)+-parseInt(f(0x17a))/0x3*(parseInt(f(0x182))/0x4)+parseInt(f(0x17d))/0x5+parseInt(f(0x17f))/0x6*(parseInt(f(0x17c))/0x7)+parseInt(f(0x181))/0x8+parseInt(f(0x17e))/0x9+-parseInt(f(0x184))/0xa*(parseInt(f(0x185))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0xdb297));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x176)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a['toString']()[h(0x183)](h(0x180))[h(0x179)]()[h(0x177)](a122a)[h(0x183)](h(0x180));});function a122c(){var i=['16DPQVHj','toString','3VTvsIH','13674rvqGvI','7prAuwv','1679160XlSSdW','5432760pBvbsl','4771842nWUuty','(((.+)+)+)+$','4425056WXsITz','3179464HTYeHe','search','20sWlhbV','2672813mGskqV','apply','constructor'];a122c=function(){return i;};return a122c();}function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x176;var f=c[d];return f;},a122d(a,b);}a122a();export{};
@@ -1 +1 @@
1
- const a123q=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=-parseInt(n(0x200))/0x1*(parseInt(n(0x1e8))/0x2)+parseInt(n(0x1f6))/0x3*(-parseInt(n(0x1e6))/0x4)+-parseInt(n(0x1df))/0x5+parseInt(n(0x1ec))/0x6*(-parseInt(n(0x1e0))/0x7)+parseInt(n(0x1f5))/0x8+parseInt(n(0x1f4))/0x9+parseInt(n(0x1f3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x544a9));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a123d;if(c){const e=c[o(0x1e9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const p=a123d;return a123a[p(0x1ed)]()[p(0x1f9)]('(((.+)+)+)+$')[p(0x1ed)]()[p(0x1f0)](a123a)[p(0x1f9)]('(((.+)+)+)+$');});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-0x1de;let f=c[d];return f;},a123d(a,b);}process[a123q(0x203)]['NODE_TLS_REJECT_UNAUTHORIZED']=process[a123q(0x203)][a123q(0x1e4)]===a123q(0x1fa)?'0':'1';export class HTTPS{static async[a123q(0x1e3)]({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a123q,f=JSON[r(0x1fe)](c),g={'Content-Type':r(0x1ef),'Content-Length':f[r(0x1e2)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x1ff),'headers':g,'timeout':TIMEOUT};return e&&Object[r(0x1ee)](h,{'cert':a123f[r(0x1f2)](e)}),new Promise((i,j)=>{const s=r,k=a123e[s(0x1e5)](h,l=>{const t=s;l['on'](t(0x1de),m=>{const u=t;i({'statusCode':l[u(0x1eb)]||0x1f4,'statusMessage':l[u(0x1e1)]||'BAD\x20RETURN','data':m[u(0x1ed)]()});});});k['on']('error',l=>{j(l);}),k['on'](s(0x1fd),()=>{const v=s;k['abort'](),j({'statusCode':0x198,'statusMessage':v(0x1f1)});}),k[s(0x1f7)](f),k[s(0x1fb)]();});}static['get']({url:a,headers:b,cert:c}){const w=a123q,d={'Content-Type':w(0x1ef)};Object[w(0x1ee)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a123f[w(0x1f2)](c)}),new Promise((f,g)=>{const x=w,h=a123e[x(0x1ea)](a,e,i=>{const y=x;i['on'](y(0x1de),j=>{const z=y;f({'statusCode':i['statusCode']||0x1f4,'statusMessage':i[z(0x1e1)]||z(0x201),'data':j[z(0x1ed)]()});});});h['on']('error',i=>{g(i);}),h['on'](x(0x1fd),()=>{h['abort'](),g({'statusCode':0x198,'statusMessage':'Request\x20timeout'});});});}static async[a123q(0x202)]({prompt:a,openApiKey:b,certPath:c}){const A=a123q,d={'prompt':a,'max_tokens':0x96},e={'Authorization':A(0x1f8)+b},f=await this[A(0x1e3)]({'hostname':A(0x1fc),'path':A(0x1e7),'data':d,'headers':e,'cert':c});return f;}}function a123c(){const B=['51nNeURt','write','Bearer\x20','search','True','end','api.openai.com','timeout','stringify','POST','683374PRXdhc','BAD\x20RETURN','askGPT','env','data','827840nPlRpu','487186LMwYDS','statusMessage','length','post','MAKA_DEV','request','80668Zfymol','/v1/engines/davinci/completions','2DeRSxa','apply','get','statusCode','24VGcTlR','toString','assign','application/json','constructor','Request\x20timeout','readFileSync','7944360CgSzDU','4220982HHlIsB','4415968tVxyiF'];a123c=function(){return B;};return a123c();}
1
+ const a123p=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=parseInt(n(0x19a))/0x1*(parseInt(n(0x1b5))/0x2)+parseInt(n(0x197))/0x3+-parseInt(n(0x1a1))/0x4*(-parseInt(n(0x1af))/0x5)+parseInt(n(0x1ad))/0x6+parseInt(n(0x1a8))/0x7*(-parseInt(n(0x1ab))/0x8)+-parseInt(n(0x1b4))/0x9+parseInt(n(0x199))/0xa*(-parseInt(n(0x1a4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0xcaf4b));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['toString']()[o(0x1aa)](o(0x1a6))['toString']()[o(0x198)](a123a)[o(0x1aa)](o(0x1a6));});a123a();function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x197;let f=c[d];return f;},a123d(a,b);}import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;process['env'][a123p(0x1a3)]=process[a123p(0x1b8)]['MAKA_DEV']==='True'?'0':'1';function a123c(){const z=['api.openai.com','(((.+)+)+)+$','write','8419943SYwlvm','Request\x20timeout','search','8idwqOa','statusMessage','7993470XMLCmQ','assign','1631645rvnwLu','toString','statusCode','abort','BAD\x20RETURN','11778588RDuVlt','63794fYuzub','askGPT','timeout','env','872280GhDKTk','constructor','10iqhrXC','16XOUjpN','POST','/v1/engines/davinci/completions','application/json','error','readFileSync','get','16uVfulJ','post','NODE_TLS_REJECT_UNAUTHORIZED','1053635xhlZHh'];a123c=function(){return z;};return a123c();}export class HTTPS{static async[a123p(0x1a2)]({hostname:a,path:b,data:c,headers:d,cert:e}){const q=a123p,f=JSON['stringify'](c),g={'Content-Type':q(0x19d),'Content-Length':f['length']};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':q(0x19b),'headers':g,'timeout':TIMEOUT};return e&&Object[q(0x1ae)](h,{'cert':a123f[q(0x19f)](e)}),new Promise((i,j)=>{const s=q,k=a123e['request'](h,l=>{l['on']('data',m=>{const r=a123d;i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l[r(0x1ac)]||r(0x1b3),'data':m[r(0x1b0)]()});});});k['on'](s(0x19e),l=>{j(l);}),k['on'](s(0x1b7),()=>{const t=s;k[t(0x1b2)](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[s(0x1a7)](f),k['end']();});}static['get']({url:a,headers:b,cert:c}){const u=a123p,d={'Content-Type':'application/json'};Object[u(0x1ae)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a123f[u(0x19f)](c)}),new Promise((f,g)=>{const v=u,h=a123e[v(0x1a0)](a,e,i=>{i['on']('data',j=>{const w=a123d;f({'statusCode':i[w(0x1b1)]||0x1f4,'statusMessage':i[w(0x1ac)]||w(0x1b3),'data':j['toString']()});});});h['on']('error',i=>{g(i);}),h['on'](v(0x1b7),()=>{const x=v;h[x(0x1b2)](),g({'statusCode':0x198,'statusMessage':x(0x1a9)});});});}static async[a123p(0x1b6)]({prompt:a,openApiKey:b,certPath:c}){const y=a123p,d={'prompt':a,'max_tokens':0x96},e={'Authorization':'Bearer\x20'+b},f=await this[y(0x1a2)]({'hostname':y(0x1a5),'path':y(0x19c),'data':d,'headers':e,'cert':c});return f;}}
@@ -1 +1 @@
1
- function a124c(){var i=['6400qVNjah','1251OONOpr','62598KWIDrY','228274TkAzOq','70HbmrxG','2169424HvqNba','apply','constructor','search','1021084JFAoCK','(((.+)+)+)+$','201126VmrIHV','3yPpHmR','96760PUJmOf','toString'];a124c=function(){return i;};return a124c();}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0x1c2))/0x1*(-parseInt(f(0x1b9))/0x2)+-parseInt(f(0x1c1))/0x3+parseInt(f(0x1bf))/0x4+parseInt(f(0x1c3))/0x5+parseInt(f(0x1b8))/0x6*(parseInt(f(0x1ba))/0x7)+-parseInt(f(0x1bb))/0x8+parseInt(f(0x1c6))/0x9*(parseInt(f(0x1c5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x73428));var a124b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a124d;if(c){var e=c[g(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0x1c4)]()[h(0x1be)](h(0x1c0))[h(0x1c4)]()[h(0x1bd)](a124a)[h(0x1be)](h(0x1c0));});function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x1b8;var f=c[d];return f;},a124d(a,b);}a124a();export{};
1
+ (function(a,b){var f=a124d,c=a();while(!![]){try{var d=parseInt(f(0x13e))/0x1*(-parseInt(f(0x146))/0x2)+-parseInt(f(0x145))/0x3*(parseInt(f(0x13a))/0x4)+-parseInt(f(0x138))/0x5+-parseInt(f(0x13b))/0x6*(-parseInt(f(0x139))/0x7)+parseInt(f(0x140))/0x8+parseInt(f(0x13c))/0x9+parseInt(f(0x13d))/0xa*(-parseInt(f(0x13f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x481cb));function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x138;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(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a124a=a124b(this,function(){var h=a124d;return a124a[h(0x143)]()['search'](h(0x142))[h(0x143)]()[h(0x141)](a124a)['search'](h(0x142));});a124a();export{};function a124c(){var i=['173494FkthiR','24035fTKIHi','4524512azmKbP','constructor','(((.+)+)+)+$','toString','apply','93RNrIXd','2wCtLPE','1831285NBYtGx','7nKRqSF','63268nrXWAa','2718318tLGfmc','3921723QeuMHn','590sBvAlo'];a124c=function(){return i;};return a124c();}
@@ -1 +1 @@
1
- const a125l=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=-parseInt(i(0x14d))/0x1*(-parseInt(i(0x13d))/0x2)+parseInt(i(0x135))/0x3*(-parseInt(i(0x13b))/0x4)+-parseInt(i(0x149))/0x5+-parseInt(i(0x132))/0x6+-parseInt(i(0x12c))/0x7+-parseInt(i(0x13f))/0x8+-parseInt(i(0x14b))/0x9*(-parseInt(i(0x140))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0xdffbb));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a125d;if(c){const e=c[j(0x14c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const k=a125d;return a125a[k(0x152)]()[k(0x129)](k(0x146))[k(0x152)]()['constructor'](a125a)[k(0x129)](k(0x146));});a125a();function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x129;let f=c[d];return f;},a125d(a,b);}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 D=['notice','success','11743998eKYisF','magentaBright','blackBright','show','red','object','3875718tvJDic','withSpinner','join','13632kGFJXU','\x0aManual:','stdout','header','forEach','<value>','524QsiuqI','platform','14680FVtmiG','\x20>\x20','2769344YTWTrC','8581610CVLuOW','Examples:','length','cyanBright','bold','cyan','(((.+)+)+)+$','majestic','[--','877845PEhhQA','greenBright','27TVroDe','apply','243rHXrkM','values','bright','warn','boolFlag','toString','map','error','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','win32','hidden','whiteBright','usage','yellowBright','name','log','search'];a125c=function(){return D;};return a125c();}const isWin=process[a125l(0x13c)]===a125l(0x156),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a125l;return a[m(0x153)](b=>{const n=m;if(typeof b===n(0x131)){if(b?.[n(0x157)])return'';if(b['boolFlag'])return n(0x148)+b['name']+']';return'[--'+b[n(0x15b)]+'='+(b?.['values']?b[n(0x14e)][n(0x134)]('|'):n(0x13a))+']';}return n(0x148)+b+']';})[m(0x134)]('\x20');},formatRequiredOpts=a=>{const o=a125l;return a[o(0x153)](b=>{const p=o;if(typeof b===p(0x131)){if(b?.[p(0x157)])return'';if(b[p(0x151)])return'--'+b[p(0x15b)];return'--'+b[p(0x15b)]+'='+(b?.[p(0x14e)]?b[p(0x14e)]['join']('|'):'<value>');}return'--'+b;})[o(0x134)]('\x20');};export class Log{static[a125l(0x12b)](a){const q=a125l;console[q(0x15c)](a125f[q(0x14a)](a));}static[a125l(0x150)](a){const r=a125l;console['log'](a125f[r(0x15a)](a));}static['notice'](a){const s=a125l;console[s(0x15c)](a125f[s(0x143)](a));}static[a125l(0x154)](a){const t=a125l;console[t(0x15c)](a125f[t(0x130)][t(0x144)](a));}static[a125l(0x138)](a){const u=a125l;console[u(0x15c)](a125f[u(0x12e)](a));}static[a125l(0x14f)](a){const v=a125l;console[v(0x15c)](a125f[v(0x158)](a));}static[a125l(0x147)](a){const w=a125l;console[w(0x15c)](a125f[w(0x12d)](a));}static[a125l(0x159)](a,b,c,d,e,f){const x=a125l,g=a125f[x(0x12e)];Log[x(0x14f)](d),b&&b[x(0x142)]>0x0&&(Log[x(0x14f)](g(x(0x141))),b[x(0x139)](h=>{const y=x;Log[y(0x14f)](y(0x13e)+h);})),a&&(Log[x(0x138)](x(0x136)),Log[x(0x12a)]('\x20\x20'+a['trim']()+'\x0a')),c&&Log[x(0x14f)](g('Usage:\x20')+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[x(0x138)](x(0x155));}static[a125l(0x133)](a=''){a125g['hide']();const b=a125h();a125g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const z=a125d;a125e['stdout'](a125f[z(0x145)](b())+'\x20'+d);},0x5a);},'success'(d=''){const A=a125d;clearInterval(c),a125e[A(0x137)](a125f['greenBright'](check)+'\x20'+a+'\x20'+d),console['log'](),a125g['show']();},'failure'(d=''){const B=a125d;clearInterval(c),a125e[B(0x137)](a125f[B(0x130)]['bold'](cross)+'\x20'+a+'\x20'+d),console[B(0x15c)](),a125g[B(0x12f)]();},'stop'(){const C=a125d;clearInterval(c),a125g[C(0x12f)]();}};}}
1
+ const a125l=a125d;(function(a,b){const i=a125d,c=a();while(!![]){try{const d=parseInt(i(0xaa))/0x1+parseInt(i(0xce))/0x2*(parseInt(i(0xc6))/0x3)+parseInt(i(0xb1))/0x4*(parseInt(i(0xb6))/0x5)+-parseInt(i(0xd2))/0x6*(parseInt(i(0xcf))/0x7)+parseInt(i(0xcd))/0x8*(parseInt(i(0xae))/0x9)+-parseInt(i(0xa3))/0xa*(-parseInt(i(0xbb))/0xb)+-parseInt(i(0xc3))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x910a7));const a125b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a125d;if(c){const e=c[j(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a125a=a125b(this,function(){const k=a125d;return a125a['toString']()['search'](k(0xa5))[k(0xcc)]()[k(0xd3)](a125a)[k(0xc8)](k(0xa5));});a125a();import*as a125e from'single-line-log2';import a125f from'cli-color';import a125g from'cli-cursor';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0xa1;let f=c[d];return f;},a125d(a,b);}import a125h from'elegant-spinner';const isWin=process['platform']===a125l(0xc4),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const n=a125l;return a['map'](b=>{const m=a125d;if(typeof b==='object'){if(b?.[m(0xa7)])return'';if(b[m(0xa6)])return m(0xb2)+b['name']+']';return'[--'+b['name']+'='+(b?.[m(0xb4)]?b['values']['join']('|'):m(0xb0))+']';}return m(0xb2)+b+']';})[n(0xab)]('\x20');},formatRequiredOpts=a=>{const p=a125l;return a['map'](b=>{const o=a125d;if(typeof b===o(0xa4)){if(b?.[o(0xa7)])return'';if(b[o(0xa6)])return'--'+b[o(0xbf)];return'--'+b[o(0xbf)]+'='+(b?.['values']?b['values'][o(0xab)]('|'):o(0xb0));}return'--'+b;})[p(0xab)]('\x20');};function a125c(){const D=['greenBright','793296YgeWFX','join','apply','show','9DyVORk','\x0aManual:','<value>','1144372ZmPStM','[--','yellowBright','values','cyan','20NElWhn','\x20>\x20','forEach','warn','bold','1597673BSsWWG','log','trim','cyanBright','name','whiteBright','red','bright','39756780Uxdtby','win32','Usage:\x20','3hVYqsN','stdout','search','success','hide','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','toString','6684824YpCWxu','1115330xEugst','616679ThEttQ','majestic','withSpinner','30OCBjft','constructor','notice','header','Examples:','70Hzadxd','object','(((.+)+)+)+$','boolFlag','hidden','length'];a125c=function(){return D;};return a125c();}export class Log{static[a125l(0xc9)](a){const q=a125l;console[q(0xbc)](a125f[q(0xa9)](a));}static[a125l(0xb9)](a){const r=a125l;console['log'](a125f[r(0xb3)](a));}static[a125l(0xd4)](a){const s=a125l;console[s(0xbc)](a125f[s(0xbe)](a));}static['error'](a){const t=a125l;console[t(0xbc)](a125f[t(0xc1)]['bold'](a));}static[a125l(0xa1)](a){const u=a125l;console[u(0xbc)](a125f['blackBright'](a));}static[a125l(0xc2)](a){const v=a125l;console[v(0xbc)](a125f[v(0xc0)](a));}static[a125l(0xd0)](a){console['log'](a125f['magentaBright'](a));}static['usage'](a,b,c,d,e,f){const w=a125l,g=a125f['blackBright'];Log[w(0xc2)](d),b&&b[w(0xa8)]>0x0&&(Log[w(0xc2)](g(w(0xa2))),b[w(0xb8)](h=>{const x=w;Log[x(0xc2)](x(0xb7)+h);})),a&&(Log[w(0xa1)](w(0xaf)),Log[w(0xd4)]('\x20\x20'+a[w(0xbd)]()+'\x0a')),c&&Log[w(0xc2)](g(w(0xc5))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log['header'](w(0xcb));}static[a125l(0xd1)](a=''){const y=a125l;a125g[y(0xca)]();const b=a125h();a125g['hide']();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const z=a125d;a125e[z(0xc7)](a125f[z(0xb5)](b())+'\x20'+d);},0x5a);},'success'(d=''){const A=y;clearInterval(c),a125e[A(0xc7)](a125f[A(0xa9)](check)+'\x20'+a+'\x20'+d),console[A(0xbc)](),a125g[A(0xad)]();},'failure'(d=''){const B=y;clearInterval(c),a125e[B(0xc7)](a125f[B(0xc1)][B(0xba)](cross)+'\x20'+a+'\x20'+d),console[B(0xbc)](),a125g[B(0xad)]();},'stop'(){const C=y;clearInterval(c),a125g[C(0xad)]();}};}}
@@ -1 +1 @@
1
- (function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(0x1f1))/0x1*(-parseInt(f(0x1f2))/0x2)+parseInt(f(0x1ed))/0x3*(-parseInt(f(0x1ee))/0x4)+parseInt(f(0x1ec))/0x5+parseInt(f(0x1fb))/0x6+-parseInt(f(0x1f3))/0x7*(-parseInt(f(0x1f9))/0x8)+-parseInt(f(0x1f5))/0x9+-parseInt(f(0x1fa))/0xa*(parseInt(f(0x1f0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xaa924));var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0x1f6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a['toString']()[h(0x1f7)](h(0x1f4))[h(0x1ef)]()[h(0x1f8)](a126a)['search']('(((.+)+)+)+$');});function a126c(){var i=['search','constructor','48MWdJMw','10wKKCVZ','523200LYajMa','4583785lYRdhp','831729epXBBh','8boFTWq','toString','6422768BewkEA','31WOnlhG','63138cWHgJq','506275jFRCsg','(((.+)+)+)+$','5215608CJlKfP','apply'];a126c=function(){return i;};return a126c();}function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x1ec;var f=c[d];return f;},a126d(a,b);}a126a();export{};
1
+ (function(a,b){var f=a126d,c=a();while(!![]){try{var d=parseInt(f(0xeb))/0x1*(parseInt(f(0xee))/0x2)+parseInt(f(0xe6))/0x3*(-parseInt(f(0xf0))/0x4)+-parseInt(f(0xe3))/0x5+-parseInt(f(0xef))/0x6*(parseInt(f(0xe7))/0x7)+parseInt(f(0xe1))/0x8*(parseInt(f(0xe5))/0x9)+-parseInt(f(0xec))/0xa+parseInt(f(0xea))/0xb*(parseInt(f(0xf1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xdf991));function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0xe1;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(0xe9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0xe2)]()[h(0xe4)](h(0xe8))[h(0xe2)]()[h(0xed)](a126a)['search'](h(0xe8));});function a126c(){var i=['21RkbNEB','7kjznaD','(((.+)+)+)+$','apply','407NygTsu','124882RcsFLP','17812490Jtwhrj','constructor','18tdqHpY','2066514ATXUhr','1028372Sjicyi','1552692raWjsv','376RHaEch','toString','6177875rXKVTP','search','31662eleQit'];a126c=function(){return i;};return a126c();}a126a();export{};
@@ -1 +1 @@
1
- const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0x1dc))/0x1*(parseInt(f(0x1ea))/0x2)+-parseInt(f(0x1d6))/0x3+-parseInt(f(0x1e7))/0x4+parseInt(f(0x1d5))/0x5+-parseInt(f(0x1dd))/0x6+-parseInt(f(0x1e2))/0x7+parseInt(f(0x1ee))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x4af47));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x1e8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0x1e5)]()[h(0x1ec)](h(0x1d7))[h(0x1e5)]()[h(0x1de)](a127a)[h(0x1ec)](h(0x1d7));});a127a();import{Actions}from'../actions/actions.class.js';function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x1d5;let f=c[d];return f;},a127d(a,b);}function a127c(){const n=['opts','2394588kYgzoE','apply','requiredOpts','97946nBHIPI','includes','search','log','12746648sLzsrO','Invalid\x20value\x20for\x20','list','validOpts','options','812300GSAfVp','1311627VANugt','(((.+)+)+)+$','string','handleRequiredOptions','inputOpts','handleOptions','6YbRaFw','634950SSbBYj','constructor','length','ask','Please\x20provide\x20a\x20value\x20for\x20','92799rcQrsP','Please\x20choose\x20a\x20value\x20for\x20','handleValidOptions','toString'];a127c=function(){return n;};return a127c();}export class OptionHandler{['inputOpts'];['opts'];[a127i(0x1e9)];[a127i(0x1f1)];constructor(){const j=a127i;this[j(0x1da)]=[],this[j(0x1e6)]={},this[j(0x1e9)]=[],this[j(0x1f1)]=[];}async[a127i(0x1db)](a,b,c){const k=a127i;this['inputOpts']=a,this[k(0x1e9)]=b,this[k(0x1f1)]=c,await this[k(0x1d9)](),await this[k(0x1e4)](),console[k(0x1ed)](this[k(0x1e6)]);}async[a127i(0x1d9)](){const l=a127i;if(this[l(0x1e9)]?.[l(0x1df)]>0x0)for(const a of this['requiredOpts']){let b=!![];const {name:c,values:d}=typeof a===l(0x1d8)?{'name':a,'values':undefined}:a;if(!this[l(0x1da)]['includes'](c)){const e=d?await Actions['options']({'type':'list','name':c,'message':l(0x1e3)+c,'choices':d}):await Actions['ask'](l(0x1e1)+c);this[l(0x1e6)][c]=d?e[c]:e,b=d?d['includes'](this['opts'][c]):!![];}else b=d?d[l(0x1eb)](this[l(0x1e6)][c]):!![];if(!b)throw new Error(l(0x1ef)+c+':\x20'+this[l(0x1e6)][c]);}}async[a127i(0x1e4)](){const m=a127i;if(this[m(0x1f1)]?.[m(0x1df)]>0x0)for(const a of this[m(0x1f1)]){const {name:b,values:c}=typeof a===m(0x1d8)?{'name':a,'values':undefined}:a,d=this['opts'][b];if(d!==undefined&&(!c||!c[m(0x1eb)](d))){const e=c?await Actions[m(0x1f2)]({'type':m(0x1f0),'name':b,'message':'Please\x20choose\x20a\x20valid\x20value\x20for\x20'+b,'choices':c}):await Actions[m(0x1e0)]('Please\x20provide\x20a\x20valid\x20value\x20for\x20'+b);this[m(0x1e6)][b]=c?e[b]:e;}}}}
1
+ const a127i=a127d;function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x11b;let f=c[d];return f;},a127d(a,b);}(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0x132))/0x1*(parseInt(f(0x11b))/0x2)+-parseInt(f(0x136))/0x3*(parseInt(f(0x129))/0x4)+-parseInt(f(0x11e))/0x5+-parseInt(f(0x12c))/0x6*(parseInt(f(0x131))/0x7)+parseInt(f(0x123))/0x8*(parseInt(f(0x127))/0x9)+parseInt(f(0x126))/0xa+-parseInt(f(0x130))/0xb*(parseInt(f(0x121))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xf33e7));function a127c(){const n=['Please\x20choose\x20a\x20valid\x20value\x20for\x20','options','1784124xkDlRz','requiredOpts','232DhJdQM','Please\x20provide\x20a\x20valid\x20value\x20for\x20','ask','19129580zNVAvz','504081CFjHjO','list','908YHcQzd','handleOptions','validOpts','65082loRQnT','log','length','toString','99bWpyqu','364FubXJl','359412XHafOI','inputOpts','includes','handleRequiredOptions','1905Klmbwm','apply','(((.+)+)+)+$','handleValidOptions','constructor','opts','search','2LFkiQX','string','Invalid\x20value\x20for\x20','675990gypmEv'];a127c=function(){return n;};return a127c();}const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x137)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0x12f)]()[h(0x13c)]('(((.+)+)+)+$')['toString']()[h(0x13a)](a127a)[h(0x13c)](h(0x138));});a127a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a127i(0x133)];[a127i(0x13b)];['requiredOpts'];['validOpts'];constructor(){const j=a127i;this[j(0x133)]=[],this[j(0x13b)]={},this[j(0x122)]=[],this[j(0x12b)]=[];}async[a127i(0x12a)](a,b,c){const k=a127i;this['inputOpts']=a,this['requiredOpts']=b,this[k(0x12b)]=c,await this[k(0x135)](),await this[k(0x139)](),console[k(0x12d)](this['opts']);}async[a127i(0x135)](){const l=a127i;if(this[l(0x122)]?.[l(0x12e)]>0x0)for(const a of this['requiredOpts']){let b=!![];const {name:c,values:d}=typeof a===l(0x11c)?{'name':a,'values':undefined}:a;if(!this[l(0x133)][l(0x134)](c)){const e=d?await Actions[l(0x120)]({'type':l(0x128),'name':c,'message':'Please\x20choose\x20a\x20value\x20for\x20'+c,'choices':d}):await Actions[l(0x125)]('Please\x20provide\x20a\x20value\x20for\x20'+c);this['opts'][c]=d?e[c]:e,b=d?d[l(0x134)](this[l(0x13b)][c]):!![];}else b=d?d[l(0x134)](this[l(0x13b)][c]):!![];if(!b)throw new Error(l(0x11d)+c+':\x20'+this['opts'][c]);}}async[a127i(0x139)](){const m=a127i;if(this[m(0x12b)]?.[m(0x12e)]>0x0)for(const a of this['validOpts']){const {name:b,values:c}=typeof a===m(0x11c)?{'name':a,'values':undefined}:a,d=this[m(0x13b)][b];if(d!==undefined&&(!c||!c[m(0x134)](d))){const e=c?await Actions[m(0x120)]({'type':'list','name':b,'message':m(0x11f)+b,'choices':c}):await Actions[m(0x125)](m(0x124)+b);this[m(0x13b)][b]=c?e[b]:e;}}}}
@@ -1 +1 @@
1
- (function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0xd2))/0x1*(parseInt(j(0xd3))/0x2)+parseInt(j(0xc0))/0x3+parseInt(j(0xbd))/0x4+parseInt(j(0xcc))/0x5+-parseInt(j(0xc3))/0x6*(-parseInt(j(0xcb))/0x7)+parseInt(j(0xbc))/0x8*(-parseInt(j(0xc4))/0x9)+-parseInt(j(0xd8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0xf40ab));function a128c(){const r=['log','close','(((.+)+)+)+$','disconnect','973PcsaMe','1998nOcJIx','inherit','success','search','toString','26478070VcEWjj','256DKmPiv','3808104uIkZDk','message','ignore','1333269AkXqUL','verbose','data','6VJkeaq','443736xTfORd','withSpinner','constructor','failure','kill','error','pid','12004797EuyZEn','5708415JXVkOF','SIGINT'];a128c=function(){return r;};return a128c();}const a128b=(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;};}()),a128a=a128b(this,function(){const k=a128d;return a128a[k(0xd7)]()['search'](k(0xd0))[k(0xd7)]()[k(0xc6)](a128a)[k(0xd6)](k(0xd0));});a128a();function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0xbc;let f=c[d];return f;},a128d(a,b);}import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const l=a128d,f=Log[l(0xc5)](),g=c?.['cwd']||'.';c?.[l(0xbe)]&&f['start'](c?.['message']);const h=spawn(a,b,{'cwd':g,'stdio':c?.[l(0xc1)]?l(0xd4):l(0xbf)});process['on'](l(0xcd),()=>{const m=l,i=h[m(0xca)];i&&process[m(0xc8)](i);}),h['on'](l(0xc2),i=>{const n=l;console[n(0xce)](i);}),h['on'](l(0xd1),()=>{const o=l;c?.[o(0xbe)]&&f[o(0xd5)](),d();}),h['on'](l(0xcf),()=>{const p=l;c?.[p(0xbe)]&&f[p(0xd5)](),d();}),h['on'](l(0xc9),()=>{const q=l;c?.[q(0xbe)]&&f[q(0xc7)](),e();});});}}
1
+ (function(a,b){const j=a128d,c=a();while(!![]){try{const d=-parseInt(j(0x11a))/0x1+parseInt(j(0x127))/0x2+-parseInt(j(0x10f))/0x3*(parseInt(j(0x124))/0x4)+-parseInt(j(0x126))/0x5*(parseInt(j(0x119))/0x6)+-parseInt(j(0x117))/0x7*(-parseInt(j(0x11e))/0x8)+-parseInt(j(0x118))/0x9*(parseInt(j(0x11b))/0xa)+parseInt(j(0x122))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x33645));function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x10f;let f=c[d];return f;},a128d(a,b);}const a128b=(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;};}()),a128a=a128b(this,function(){const k=a128d;return a128a[k(0x125)]()[k(0x114)]('(((.+)+)+)+$')[k(0x125)]()['constructor'](a128a)['search'](k(0x115));});function a128c(){const r=['error','231gPiBBv','13698nKBkgV','6ZmCzDc','29387FIGRHB','760DkiZld','success','failure','36072dLAROn','ignore','data','SIGINT','958309GwJLWj','verbose','24rRhnmY','toString','142915UTTeIG','495834gzAMKZ','log','pid','kill','inherit','withSpinner','49845gMXVWM','disconnect','close','message','start','search','(((.+)+)+)+$'];a128c=function(){return r;};return a128c();}a128a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const l=a128d,f=Log[l(0x12c)](),g=c?.['cwd']||'.';c?.[l(0x112)]&&f[l(0x113)](c?.[l(0x112)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[l(0x123)]?l(0x12b):l(0x11f)});process['on'](l(0x121),()=>{const m=l,i=h[m(0x129)];i&&process[m(0x12a)](i);}),h['on'](l(0x120),i=>{const n=l;console[n(0x128)](i);}),h['on'](l(0x110),()=>{const o=l;c?.[o(0x112)]&&f['success'](),d();}),h['on'](l(0x111),()=>{const p=l;c?.[p(0x112)]&&f[p(0x11c)](),d();}),h['on'](l(0x116),()=>{const q=l;c?.[q(0x112)]&&f[q(0x11d)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a129d,c=a();while(!![]){try{var d=-parseInt(f(0x9a))/0x1+-parseInt(f(0x9c))/0x2+parseInt(f(0x9e))/0x3+-parseInt(f(0xa2))/0x4*(-parseInt(f(0x97))/0x5)+-parseInt(f(0x9f))/0x6*(parseInt(f(0x98))/0x7)+parseInt(f(0x9b))/0x8+parseInt(f(0xa1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x62a77));var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0xa3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a[h(0xa4)]()[h(0x9d)](h(0x99))[h(0xa4)]()[h(0xa0)](a129a)['search']('(((.+)+)+)+$');});a129a();function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x97;var f=c[d];return f;},a129d(a,b);}function a129c(){var i=['719000UkNwVu','search','268719SXFXsk','12jTeJfX','constructor','10959732sJHSQz','1431652GTMLYJ','apply','toString','5UACLFV','1420867SXGAYI','(((.+)+)+)+$','687466DpBeAH','1534248rmNtXJ'];a129c=function(){return i;};return a129c();}export{};
1
+ (function(a,b){var f=a129d,c=a();while(!![]){try{var d=-parseInt(f(0x1ee))/0x1+-parseInt(f(0x1f1))/0x2+-parseInt(f(0x1ec))/0x3*(parseInt(f(0x1f4))/0x4)+parseInt(f(0x1f0))/0x5*(-parseInt(f(0x1ea))/0x6)+-parseInt(f(0x1f3))/0x7+parseInt(f(0x1e9))/0x8+-parseInt(f(0x1eb))/0x9*(-parseInt(f(0x1f2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x3cbe2));var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0x1ef)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a['toString']()['search'](h(0x1ed))['toString']()['constructor'](a129a)['search']('(((.+)+)+)+$');});a129a();function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x1e9;var f=c[d];return f;},a129d(a,b);}export{};function a129c(){var i=['apply','10lsfSal','732098LwHOLf','299590ykIaPu','2911132mACwUL','1448LVFwCB','3307064HVyzHH','104718HyNRbZ','333dAKcbt','141tXHEuc','(((.+)+)+)+$','439219MGbgJg'];a129c=function(){return i;};return a129c();}
@@ -1 +1 @@
1
- function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x6a;let f=c[d];return f;},a130d(a,b);}const a130v=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d=-parseInt(m(0x81))/0x1+-parseInt(m(0x7a))/0x2+parseInt(m(0x73))/0x3+-parseInt(m(0x78))/0x4*(-parseInt(m(0x7f))/0x5)+parseInt(m(0x86))/0x6*(-parseInt(m(0x80))/0x7)+-parseInt(m(0x8a))/0x8+parseInt(m(0x74))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x6f42e));function a130c(){const x=['env','ConnectTimeout=2','56lprTaq','push','1120920ufkyoE','apply','ignore','join','concat','14335mWrJvX','294UbkwHP','271086PdTZfa','error','(((.+)+)+)+$','failure','scp','7044ICRiDF','port','toString','disconnect','4932008pZgNrp','sshVerbose','dest','close','user','success','verbose','inherit','host','source','withSpinner','constructor','message','pem','tty','ssh','search','2442168xfqEgR','9889983wGOAWN','ssh\x20'];a130c=function(){return x;};return a130c();}const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a130d;if(c){const e=c[n(0x7b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const o=a130d;return a130a[o(0x88)]()[o(0x72)](o(0x83))['toString']()[o(0x6d)](a130a)[o(0x72)]('(((.+)+)+)+$');});a130a();import a130e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static ['ssh']=(a,b,c)=>{return new Promise((d,e)=>{const p=a130d,f=b[p(0x8e)]+'@'+b[p(0x6a)],g=a130e[p(0x7d)](b[p(0x76)],b[p(0x6f)]),h=c?.[p(0x70)]||![],i=c?.[p(0x8b)]||![];let j=[];h&&j[p(0x79)]('-t');i&&j[p(0x79)]('-v');j=j['concat'](['-o','ConnectTimeout=2','-i',g,'-p',b[p(0x87)],f,a]);const k=Log[p(0x6c)]();c?.[p(0x6e)]&&k['start'](c?.[p(0x6e)]);const l=spawn(p(0x71),j,{'stdio':c?.[p(0x90)]?p(0x91):p(0x7c)});l['on'](p(0x89),()=>{const q=p;c?.[q(0x6e)]&&k['success'](),d();}),l['on'](p(0x8d),()=>{const r=p;c?.[r(0x6e)]&&k[r(0x8f)](),d();}),l['on'](p(0x82),()=>{const s=p;c?.['message']&&k[s(0x84)](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a130d,d=b['user']+'@'+b[t(0x6a)],e=a130e[t(0x7d)](b[t(0x76)],b[t(0x6f)]),f=c?.['tty']||![],g=c?.[t(0x8b)]||![];let h=[];f&&h[t(0x79)]('-t'),g&&h[t(0x79)]('-v'),h=h[t(0x7e)](['-o','ConnectTimeout=2','-i',e,'-p',b[t(0x87)],d,a]),spawnSync('ssh',h,{'stdio':c?.[t(0x90)]?t(0x91):'ignore'});};static['ping'](a,b,c){const u=a130d,d=b['user']+'@'+b[u(0x6a)],e=a130e[u(0x7d)](b['env'],b[u(0x6f)]),f=c?.[u(0x70)]||![];let g=[];f&&g[u(0x79)]('-t');g=g['concat'](['-o',u(0x77),'-i',e,'-p',b[u(0x87)],d,a,'2>&1']);const h=u(0x75)+g[u(0x7d)]('\x20');return execSync(h)['toString']();}static[a130v(0x85)](a,b){const w=a130v,c=b[w(0x8e)]+'@'+b['host']+':'+a[w(0x8c)],d=a130e[w(0x7d)](b[w(0x76)],b[w(0x6f)]),e=['-i',d,'-P',b[w(0x87)],a[w(0x6b)],c];spawnSync(w(0x85),e,{'stdio':a[w(0x90)]?w(0x91):w(0x7c)});}}
1
+ const a130p=a130d;function a130c(){const x=['success','host','9xCHmKn','pem','2266520DVyTOB','error','4WIDvIl','(((.+)+)+)+$','join','426795fQgamt','ssh\x20','verbose','dest','failure','user','sshSync','close','24236mmeSTz','constructor','sshVerbose','9919070TGEdIt','ConnectTimeout=2','ignore','scp','apply','3764388isFRQq','message','tty','withSpinner','5291083HTYLFi','1374171jxKkYJ','env','disconnect','concat','push','toString','14StziQe','search','start','ssh','inherit','port','2>&1'];a130c=function(){return x;};return a130c();}(function(a,b){const m=a130d,c=a();while(!![]){try{const d=-parseInt(m(0x1d7))/0x1*(-parseInt(m(0x1ef))/0x2)+-parseInt(m(0x1d1))/0x3+parseInt(m(0x1e4))/0x4*(-parseInt(m(0x1e7))/0x5)+-parseInt(m(0x1cc))/0x6+parseInt(m(0x1d0))/0x7+-parseInt(m(0x1e2))/0x8*(parseInt(m(0x1e0))/0x9)+parseInt(m(0x1f2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x711c3));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a130d;if(c){const e=c[n(0x1cb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const o=a130d;return a130a[o(0x1d6)]()[o(0x1d8)](o(0x1e5))[o(0x1d6)]()[o(0x1f0)](a130a)[o(0x1d8)](o(0x1e5));});a130a();import a130e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x1c8;let f=c[d];return f;},a130d(a,b);}export class SSH{static [a130p(0x1da)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a130d,f=b[q(0x1ec)]+'@'+b[q(0x1df)],g=a130e[q(0x1e6)](b[q(0x1d2)],b[q(0x1e1)]),h=c?.['tty']||![],i=c?.[q(0x1f1)]||![];let j=[];h&&j[q(0x1d5)]('-t');i&&j['push']('-v');j=j[q(0x1d4)](['-o',q(0x1c8),'-i',g,'-p',b[q(0x1dc)],f,a]);const k=Log[q(0x1cf)]();c?.[q(0x1cd)]&&k[q(0x1d9)](c?.[q(0x1cd)]);const l=spawn(q(0x1da),j,{'stdio':c?.[q(0x1e9)]?q(0x1db):q(0x1c9)});l['on'](q(0x1d3),()=>{const r=q;c?.[r(0x1cd)]&&k[r(0x1de)](),d();}),l['on'](q(0x1ee),()=>{const s=q;c?.[s(0x1cd)]&&k[s(0x1de)](),d();}),l['on'](q(0x1e3),()=>{const t=q;c?.[t(0x1cd)]&&k[t(0x1eb)](),e();});});};static [a130p(0x1ed)]=(a,b,c)=>{const u=a130p,d=b[u(0x1ec)]+'@'+b['host'],e=a130e[u(0x1e6)](b[u(0x1d2)],b['pem']),f=c?.[u(0x1ce)]||![],g=c?.[u(0x1f1)]||![];let h=[];f&&h[u(0x1d5)]('-t'),g&&h[u(0x1d5)]('-v'),h=h['concat'](['-o',u(0x1c8),'-i',e,'-p',b['port'],d,a]),spawnSync(u(0x1da),h,{'stdio':c?.[u(0x1e9)]?u(0x1db):'ignore'});};static['ping'](a,b,c){const v=a130p,d=b[v(0x1ec)]+'@'+b[v(0x1df)],e=a130e[v(0x1e6)](b[v(0x1d2)],b['pem']),f=c?.[v(0x1ce)]||![];let g=[];f&&g[v(0x1d5)]('-t');g=g['concat'](['-o',v(0x1c8),'-i',e,'-p',b[v(0x1dc)],d,a,v(0x1dd)]);const h=v(0x1e8)+g['join']('\x20');return execSync(h)[v(0x1d6)]();}static[a130p(0x1ca)](a,b){const w=a130p,c=b[w(0x1ec)]+'@'+b[w(0x1df)]+':'+a[w(0x1ea)],d=a130e[w(0x1e6)](b['env'],b[w(0x1e1)]),e=['-i',d,'-P',b[w(0x1dc)],a['source'],c];spawnSync(w(0x1ca),e,{'stdio':a[w(0x1e9)]?'inherit':w(0x1c9)});}}
@@ -1 +1 @@
1
- function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x1ea;var f=c[d];return f;},a131d(a,b);}function a131c(){var i=['41898IHutQE','54lSkPvf','apply','385OPoizO','4274550snyAYo','232724rpFCYM','389094yuFrhF','424724FGwukJ','search','toString','159048JkyeMd','4YrQlOe','1278545dIPOXn'];a131c=function(){return i;};return a131c();}(function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0x1f3))/0x1+parseInt(f(0x1f1))/0x2+parseInt(f(0x1f2))/0x3+parseInt(f(0x1ea))/0x4*(parseInt(f(0x1eb))/0x5)+parseInt(f(0x1ec))/0x6*(-parseInt(f(0x1ef))/0x7)+parseInt(f(0x1f6))/0x8*(parseInt(f(0x1ed))/0x9)+-parseInt(f(0x1f0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x39313));var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x1ee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a['toString']()[h(0x1f4)]('(((.+)+)+)+$')[h(0x1f5)]()['constructor'](a131a)[h(0x1f4)]('(((.+)+)+)+$');});a131a();export{};
1
+ function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x179;var f=c[d];return f;},a131d(a,b);}(function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0x180))/0x1*(parseInt(f(0x189))/0x2)+-parseInt(f(0x182))/0x3+-parseInt(f(0x17b))/0x4*(-parseInt(f(0x181))/0x5)+parseInt(f(0x17f))/0x6+parseInt(f(0x17d))/0x7*(parseInt(f(0x183))/0x8)+parseInt(f(0x186))/0x9*(-parseInt(f(0x17e))/0xa)+-parseInt(f(0x184))/0xb*(parseInt(f(0x17c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x89c65));var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a['toString']()['search'](h(0x17a))[h(0x179)]()[h(0x188)](a131a)[h(0x187)]('(((.+)+)+)+$');});a131a();function a131c(){var i=['5tgPzkY','5cyziGV','339645cnmLQL','16088xDBdPx','11OwPQfr','apply','63cNbdWu','search','constructor','15406aVAdGt','toString','(((.+)+)+)+$','3020464ETMyQb','7323504VAnOSM','595MtqnSo','173650ZvIUvY','2668926FiBlSl'];a131c=function(){return i;};return a131c();}export{};
@@ -1 +1 @@
1
- const a132h=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=-parseInt(f(0x16d))/0x1+-parseInt(f(0x172))/0x2*(parseInt(f(0x180))/0x3)+parseInt(f(0x16b))/0x4+parseInt(f(0x177))/0x5+-parseInt(f(0x16a))/0x6*(parseInt(f(0x184))/0x7)+-parseInt(f(0x174))/0x8+-parseInt(f(0x18b))/0x9*(-parseInt(f(0x17b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x2ba50));const a132b=(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;};}()),a132a=a132b(this,function(){const g=a132d;return a132a[g(0x186)]()[g(0x17f)]('(((.+)+)+)+$')['toString']()['constructor'](a132a)[g(0x17f)](g(0x18a));});a132a();function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x16a;let f=c[d];return f;},a132d(a,b);}function a132c(){const k=['94959dqJzor','216oAqwEq','1310852ZaJVKQ','-new','147903vGJdmm','crtName','req','-x509','genSSC','12308ksGvAI','keyName','165984JnRJZs','openssl','-keyout','1573320YSHvUA','useConfig','inherit','genCSR','20UZAPoh','-key','csrName','-newkey','search','138OYMkau','-nodes','cwd','openssl.conf','6412SOlXBP','rsa:2048','toString','push','-config','-out','(((.+)+)+)+$'];a132c=function(){return k;};return a132c();}import{spawnSync}from'child_process';export class SSL{static[a132h(0x17a)](a){const i=a132h,b=a[i(0x182)]?a[i(0x182)]:process[i(0x182)](),c=[i(0x16f),i(0x16c),i(0x17e),i(0x185),i(0x181),i(0x176),a[i(0x173)],i(0x189),a[i(0x17d)]];a[i(0x178)]&&(c[i(0x187)](i(0x188)),c[i(0x187)](i(0x183))),spawnSync(i(0x175),c,{'stdio':i(0x179),'cwd':b});}static[a132h(0x171)](a){const j=a132h,b=a['cwd']?a['cwd']:process[j(0x182)](),c=['req',j(0x170),'-new',j(0x17c),a[j(0x173)],'-out',a[j(0x16e)]];a['useConfig']&&(c['push'](j(0x188)),c[j(0x187)](j(0x183))),spawnSync(j(0x175),c,{'stdio':'inherit','cwd':b});}}
1
+ (function(a,b){const f=a132d,c=a();while(!![]){try{const d=parseInt(f(0x1cf))/0x1+-parseInt(f(0x1da))/0x2*(-parseInt(f(0x1dc))/0x3)+-parseInt(f(0x1d8))/0x4+-parseInt(f(0x1c8))/0x5+-parseInt(f(0x1c5))/0x6+-parseInt(f(0x1c3))/0x7+parseInt(f(0x1c7))/0x8*(parseInt(f(0x1dd))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xf419b));const a132b=(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;};}()),a132a=a132b(this,function(){const g=a132d;return a132a[g(0x1d2)]()[g(0x1cd)](g(0x1cc))[g(0x1d2)]()[g(0x1df)](a132a)[g(0x1cd)](g(0x1cc));});function a132c(){const j=['-nodes','useConfig','(((.+)+)+)+$','search','req','606620OxMLMQ','keyName','-new','toString','-key','cwd','-config','rsa:2048','-x509','2365644XkfBDJ','csrName','20440oOlxel','-out','300kBygrj','9OKNemS','inherit','constructor','openssl','-newkey','2964815gJGldP','push','1892790OfrmiX','crtName','6088200japVCa','296945yjMdzu','openssl.conf'];a132c=function(){return j;};return a132c();}a132a();import{spawnSync}from'child_process';function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a132d(a,b);}export class SSL{static['genCSR'](a){const h=a132d,b=a[h(0x1d4)]?a[h(0x1d4)]:process[h(0x1d4)](),c=[h(0x1ce),h(0x1d1),h(0x1e1),h(0x1d6),h(0x1ca),'-keyout',a[h(0x1d0)],h(0x1db),a[h(0x1d9)]];a[h(0x1cb)]&&(c[h(0x1c4)](h(0x1d5)),c[h(0x1c4)](h(0x1c9))),spawnSync(h(0x1e0),c,{'stdio':h(0x1de),'cwd':b});}static['genSSC'](a){const i=a132d,b=a[i(0x1d4)]?a[i(0x1d4)]:process[i(0x1d4)](),c=[i(0x1ce),i(0x1d7),i(0x1d1),i(0x1d3),a[i(0x1d0)],i(0x1db),a[i(0x1c6)]];a[i(0x1cb)]&&(c[i(0x1c4)](i(0x1d5)),c['push']('openssl.conf')),spawnSync(i(0x1e0),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.40",
4
+ "version": "4.5.42",
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.",