@maka/maka-cli 4.5.49 → 4.5.51

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(0x15d))/0x1+parseInt(f(0x158))/0x2*(parseInt(f(0x15e))/0x3)+-parseInt(f(0x159))/0x4+-parseInt(f(0x15f))/0x5+-parseInt(f(0x15a))/0x6+-parseInt(f(0x15c))/0x7+parseInt(f(0x157))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x90664));var a122b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a122d;if(c){var e=c[g(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a122a=a122b(this,function(){var h=a122d;return a122a[h(0x15b)]()[h(0x160)](h(0x156))[h(0x15b)]()[h(0x161)](a122a)[h(0x160)](h(0x156));});function a122c(){var i=['773280zalTBl','7191AnyjBj','3453870XgVNpU','search','constructor','apply','(((.+)+)+)+$','12406736jujcQn','358WoWOHy','4087348zgUuPl','869676BgBqgs','toString','2129176gNgkGR'];a122c=function(){return i;};return a122c();}function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0x156;var f=c[d];return f;},a122d(a,b);}a122a();export{};
1
+ function a122d(a,b){var c=a122c();return a122d=function(d,e){d=d-0xc2;var f=c[d];return f;},a122d(a,b);}(function(a,b){var f=a122d,c=a();while(!![]){try{var d=-parseInt(f(0xcc))/0x1*(parseInt(f(0xc2))/0x2)+parseInt(f(0xc6))/0x3*(-parseInt(f(0xce))/0x4)+parseInt(f(0xc4))/0x5*(parseInt(f(0xd0))/0x6)+-parseInt(f(0xcb))/0x7+parseInt(f(0xcf))/0x8*(-parseInt(f(0xca))/0x9)+-parseInt(f(0xcd))/0xa*(parseInt(f(0xd1))/0xb)+-parseInt(f(0xc9))/0xc*(-parseInt(f(0xc3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a122c,0x780ff));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['toString']()[g(0xc5)](g(0xc8))[g(0xc7)]()['constructor'](a122a)[g(0xc5)](g(0xc8));});a122a();function a122c(){var h=['6imZcXR','34133EmNCNP','408552EKWCew','123383YdKZfe','4795405dvlkuW','search','111vwDfxj','toString','(((.+)+)+)+$','2124rIhVoF','153LbuuXR','1557416IBcHsd','3lRPkej','670akmZCL','64916FEkaCN','236952onjXXw'];a122c=function(){return h;};return a122c();}export{};
@@ -1 +1 @@
1
- const a123q=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=-parseInt(n(0x19e))/0x1+-parseInt(n(0x1ac))/0x2+parseInt(n(0x1a2))/0x3+-parseInt(n(0x1a6))/0x4+parseInt(n(0x1b1))/0x5+-parseInt(n(0x1a9))/0x6+parseInt(n(0x1b5))/0x7*(parseInt(n(0x1ae))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x5bf06));const a123b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a123d;if(c){const e=c[o(0x1a3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a123a=a123b(this,function(){const p=a123d;return a123a[p(0x1a5)]()[p(0x1b6)]('(((.+)+)+)+$')[p(0x1a5)]()['constructor'](a123a)[p(0x1b6)](p(0x198));});function a123c(){const C=['readFileSync','569574rLoZAM','apply','post','toString','276148HwUmUA','data','length','3030546xAskjH','POST','error','988244KezPKV','assign','8ZDMlSh','NODE_TLS_REJECT_UNAUTHORIZED','write','3415570MvNExD','Request\x20timeout','BAD\x20RETURN','api.openai.com','5514194YGoiuT','search','env','(((.+)+)+)+$','statusCode','stringify','MAKA_DEV','application/json','statusMessage','215882LzoPKt','timeout','Bearer\x20'];a123c=function(){return C;};return a123c();}a123a();import a123e from'https';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 a123f from'fs';const TIMEOUT=0xbb8;process[a123q(0x197)][a123q(0x1af)]=process['env'][a123q(0x19b)]==='True'?'0':'1';export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a123q,f=JSON[r(0x19a)](c),g={'Content-Type':r(0x19c),'Content-Length':f[r(0x1a8)]};Object[r(0x1ad)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x1aa),'headers':g,'timeout':TIMEOUT};return e&&Object['assign'](h,{'cert':a123f['readFileSync'](e)}),new Promise((i,j)=>{const u=r,k=a123e['request'](h,l=>{const s=a123d;l['on'](s(0x1a7),m=>{const t=s;i({'statusCode':l[t(0x199)]||0x1f4,'statusMessage':l[t(0x19d)]||t(0x1b3),'data':m[t(0x1a5)]()});});});k['on']('error',l=>{j(l);}),k['on'](u(0x19f),()=>{const v=u;k['abort'](),j({'statusCode':0x198,'statusMessage':v(0x1b2)});}),k[u(0x1b0)](f),k['end']();});}static['get']({url:a,headers:b,cert:c}){const w=a123q,d={'Content-Type':w(0x19c)};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[w(0x1ad)](e,{'cert':a123f[w(0x1a1)](c)}),new Promise((f,g)=>{const z=w,h=a123e['get'](a,e,i=>{const x=a123d;i['on'](x(0x1a7),j=>{const y=x;f({'statusCode':i['statusCode']||0x1f4,'statusMessage':i[y(0x19d)]||y(0x1b3),'data':j[y(0x1a5)]()});});});h['on'](z(0x1ab),i=>{g(i);}),h['on'](z(0x19f),()=>{const A=z;h['abort'](),g({'statusCode':0x198,'statusMessage':A(0x1b2)});});});}static async['askGPT']({prompt:a,openApiKey:b,certPath:c}){const B=a123q,d={'prompt':a,'max_tokens':0x96},e={'Authorization':B(0x1a0)+b},f=await this[B(0x1a4)]({'hostname':B(0x1b4),'path':'/v1/engines/davinci/completions','data':d,'headers':e,'cert':c});return f;}}
1
+ function a123c(){const B=['askGPT','Request\x20timeout','post','(((.+)+)+)+$','1917528hDNYvO','43242QAPkEq','data','error','261110XHmbjt','4Cvibmo','write','toString','get','976227tnggXL','length','search','BAD\x20RETURN','application/json','assign','1734660lidEeg','464105QYSnqk','POST','7GPzlWk','statusCode','Bearer\x20','/v1/engines/davinci/completions','end','NODE_TLS_REJECT_UNAUTHORIZED','constructor','True','stringify','abort','2726454AIEbMa','statusMessage','MAKA_DEV','timeout','request','180wxNloY'];a123c=function(){return B;};return a123c();}const a123p=a123d;(function(a,b){const n=a123d,c=a();while(!![]){try{const d=-parseInt(n(0x1e8))/0x1*(-parseInt(n(0x1d7))/0x2)+parseInt(n(0x1e5))/0x3+-parseInt(n(0x1db))/0x4*(-parseInt(n(0x1e6))/0x5)+parseInt(n(0x1cc))/0x6+-parseInt(n(0x1df))/0x7+-parseInt(n(0x1d6))/0x8+parseInt(n(0x1d1))/0x9*(-parseInt(n(0x1da))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a123c,0x5ba81));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(0x1e1)](o(0x1d5))[o(0x1dd)]()[o(0x1ee)](a123a)[o(0x1e1)](o(0x1d5));});a123a();import a123e from'https';import a123f from'fs';const TIMEOUT=0xbb8;process['env'][a123p(0x1ed)]=process['env'][a123p(0x1ce)]===a123p(0x1ef)?'0':'1';function a123d(a,b){const c=a123c();return a123d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a123d(a,b);}export class HTTPS{static async[a123p(0x1d4)]({hostname:a,path:b,data:c,headers:d,cert:e}){const q=a123p,f=JSON[q(0x1ca)](c),g={'Content-Type':q(0x1e3),'Content-Length':f[q(0x1e0)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':q(0x1e7),'headers':g,'timeout':TIMEOUT};return e&&Object[q(0x1e4)](h,{'cert':a123f['readFileSync'](e)}),new Promise((i,j)=>{const r=q,k=a123e[r(0x1d0)](h,l=>{const s=r;l['on'](s(0x1d8),m=>{const t=s;i({'statusCode':l[t(0x1e9)]||0x1f4,'statusMessage':l[t(0x1cd)]||t(0x1e2),'data':m[t(0x1dd)]()});});});k['on']('error',l=>{j(l);}),k['on'](r(0x1cf),()=>{const u=r;k[u(0x1cb)](),j({'statusCode':0x198,'statusMessage':u(0x1d3)});}),k[r(0x1dc)](f),k[r(0x1ec)]();});}static[a123p(0x1de)]({url:a,headers:b,cert:c}){const v=a123p,d={'Content-Type':v(0x1e3)};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object['assign'](e,{'cert':a123f['readFileSync'](c)}),new Promise((f,g)=>{const w=v,h=a123e[w(0x1de)](a,e,i=>{const x=w;i['on'](x(0x1d8),j=>{const y=x;f({'statusCode':i[y(0x1e9)]||0x1f4,'statusMessage':i[y(0x1cd)]||y(0x1e2),'data':j[y(0x1dd)]()});});});h['on'](w(0x1d9),i=>{g(i);}),h['on'](w(0x1cf),()=>{const z=w;h['abort'](),g({'statusCode':0x198,'statusMessage':z(0x1d3)});});});}static async[a123p(0x1d2)]({prompt:a,openApiKey:b,certPath:c}){const A=a123p,d={'prompt':a,'max_tokens':0x96},e={'Authorization':A(0x1ea)+b},f=await this[A(0x1d4)]({'hostname':'api.openai.com','path':A(0x1eb),'data':d,'headers':e,'cert':c});return f;}}
@@ -1 +1 @@
1
- function a124c(){var h=['3456114UCPVUt','constructor','62180tyZFMz','22613424UHqeon','2167UoZqVx','7OuAEgd','2920gfDYfa','(((.+)+)+)+$','toString','472gbBLgO','121122ZdBDYu','search','3813HSFjfT','2VZAqyf','7623150PkbMgM','648819FMnBGF'];a124c=function(){return h;};return a124c();}(function(a,b){var f=a124d,c=a();while(!![]){try{var d=-parseInt(f(0x1f1))/0x1*(parseInt(f(0x1ef))/0x2)+parseInt(f(0x1ee))/0x3*(parseInt(f(0x1f8))/0x4)+-parseInt(f(0x1f0))/0x5+-parseInt(f(0x1f2))/0x6*(-parseInt(f(0x1f7))/0x7)+-parseInt(f(0x1fb))/0x8*(-parseInt(f(0x1fc))/0x9)+parseInt(f(0x1f4))/0xa*(-parseInt(f(0x1f6))/0xb)+parseInt(f(0x1f5))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0xbf638));var a124b=(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;};}()),a124a=a124b(this,function(){var g=a124d;return a124a[g(0x1fa)]()['search'](g(0x1f9))[g(0x1fa)]()[g(0x1f3)](a124a)[g(0x1ed)](g(0x1f9));});function a124d(a,b){var c=a124c();return a124d=function(d,e){d=d-0x1ed;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(0x1bb))/0x1*(-parseInt(f(0x1c2))/0x2)+-parseInt(f(0x1c0))/0x3*(-parseInt(f(0x1b8))/0x4)+parseInt(f(0x1c1))/0x5+-parseInt(f(0x1bf))/0x6+-parseInt(f(0x1c5))/0x7*(parseInt(f(0x1bc))/0x8)+parseInt(f(0x1ba))/0x9*(parseInt(f(0x1b9))/0xa)+parseInt(f(0x1be))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a124c,0x9eb89));var a124b=(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;};}()),a124a=a124b(this,function(){var g=a124d;return a124a['toString']()[g(0x1c3)](g(0x1bd))[g(0x1c4)]()['constructor'](a124a)['search'](g(0x1bd));});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();function a124c(){var h=['9170MJFnvC','1791wDEEUR','33882KlGXBR','1664WLEJEi','(((.+)+)+)+$','2876907yafQwj','66936dvMODM','18srRvMZ','4243595POlJEH','44FMbULx','search','toString','3094rjHpfx','137252NFCvWg'];a124c=function(){return h;};return a124c();}export{};
@@ -1 +1 @@
1
- const a125l=a125d;(function(a,b){const k=a125d,c=a();while(!![]){try{const d=parseInt(k(0x1b3))/0x1*(-parseInt(k(0x1cc))/0x2)+-parseInt(k(0x1a7))/0x3+parseInt(k(0x1d4))/0x4*(parseInt(k(0x1d0))/0x5)+parseInt(k(0x1b4))/0x6+-parseInt(k(0x1ab))/0x7*(-parseInt(k(0x1cf))/0x8)+parseInt(k(0x1b8))/0x9*(-parseInt(k(0x1c0))/0xa)+parseInt(k(0x1c2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x73fa6));import*as a125e from'single-line-log2';import a125f from'cli-color';function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a125d(a,b);}function a125c(){const J=['8ljoVVY','values','magenta','whiteBright','log','DARK','warn','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','error','success','header','join','name','black','show','2006637aMpsDU','notice','toString','map','7JOUrfr','platform','<value>','usage','trim','Examples:','setColorMode','cyan','11779bKSUyz','3905412TeEWvh','withSpinner','magentaBright','colorMode','45YPixnG','colors','[--','length','(((.+)+)+)+$','majestic','hide','constructor','1870630ibNDuM','Usage:\x20','8910385YaSvcc','LIGHT','bold','object','blackBright','info','win32','hidden','search','\x20>\x20','86RTpynv','red','stdout','2445616cAtwfc','2047745vpvICL','bright','boolFlag','greenBright'];a125c=function(){return J;};return a125c();}import a125g from'cli-cursor';import a125h from'elegant-spinner';const isWin=process[a125l(0x1ac)]===a125l(0x1c8),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const n=a125l,d=(function(){let f=!![];return function(g,h){const i=f?function(){if(h){const j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const m=a125d;return e[m(0x1a9)]()[m(0x1ca)](m(0x1bc))[m(0x1a9)]()[m(0x1bf)](e)[m(0x1ca)](m(0x1bc));});e(),c[c[n(0x1d9)]=0x0]='DARK',c[c[n(0x1c3)]=0x1]=n(0x1c3);}(ColorMode||(ColorMode={})));const DarkColors={'success':a125f['greenBright'],'warn':a125f['yellowBright'],'notice':a125f['cyanBright'],'error':a125f[a125l(0x1cd)][a125l(0x1c4)],'header':a125f['blackBright'],'bright':a125f[a125l(0x1d7)],'info':a125f['cyanBright'],'majestic':a125f[a125l(0x1b6)]},LightColors={'success':a125f['green'],'warn':a125f['yellow'],'notice':a125f[a125l(0x1b2)],'error':a125f[a125l(0x1cd)],'header':a125f[a125l(0x1a5)],'bright':a125f[a125l(0x1a5)],'info':a125f['cyan'],'majestic':a125f[a125l(0x1d6)]},formatOptionalOpts=a=>{const p=a125l;return a['map'](b=>{const o=a125d;if(typeof b===o(0x1c5)){if(b?.[o(0x1c9)])return'';if(b[o(0x1d2)])return o(0x1ba)+b[o(0x1a4)]+']';return'[--'+b[o(0x1a4)]+'='+(b?.['values']?b['values'][o(0x1df)]('|'):o(0x1ad))+']';}return o(0x1ba)+b+']';})[p(0x1df)]('\x20');},formatRequiredOpts=a=>{const q=a125l;return a[q(0x1aa)](b=>{const r=q;if(typeof b==='object'){if(b?.[r(0x1c9)])return'';if(b[r(0x1d2)])return'--'+b[r(0x1a4)];return'--'+b[r(0x1a4)]+'='+(b?.[r(0x1d5)]?b[r(0x1d5)][r(0x1df)]('|'):r(0x1ad));}return'--'+b;})[q(0x1df)]('\x20');};export class Log{static [a125l(0x1b7)]=ColorMode[a125l(0x1d9)];static get[a125l(0x1b9)](){const s=a125l;return Log[s(0x1b7)]===ColorMode[s(0x1d9)]?DarkColors:LightColors;}static[a125l(0x1b1)](a){const t=a125l;Log[t(0x1b7)]=a;}static[a125l(0x1dd)](a){const u=a125l;console['log'](Log[u(0x1b9)][u(0x1dd)](a));}static[a125l(0x1da)](a){const v=a125l;console[v(0x1d8)](Log[v(0x1b9)][v(0x1da)](a));}static[a125l(0x1a8)](a){const w=a125l;console['log'](Log[w(0x1b9)][w(0x1a8)](a));}static[a125l(0x1dc)](a){const x=a125l;console[x(0x1d8)](Log[x(0x1b9)][x(0x1dc)](a));}static[a125l(0x1de)](a){const y=a125l;console[y(0x1d8)](Log[y(0x1b9)]['header'](a));}static[a125l(0x1d1)](a){const z=a125l;console[z(0x1d8)](Log[z(0x1b9)][z(0x1d1)](a));}static['info'](a){const A=a125l;console[A(0x1d8)](Log['colors'][A(0x1c7)](a));}static[a125l(0x1bd)](a){const B=a125l;console[B(0x1d8)](Log[B(0x1b9)][B(0x1bd)](a));}static[a125l(0x1ae)](a,b,c,d,e,f){const C=a125l,g=a125f[C(0x1c6)];Log[C(0x1d1)](d),b&&b[C(0x1bb)]>0x0&&(Log[C(0x1d1)](g(C(0x1b0))),b['forEach'](h=>{const D=C;Log['bright'](D(0x1cb)+h);})),a&&(Log[C(0x1de)]('\x0aManual:'),Log[C(0x1a8)]('\x20\x20'+a[C(0x1af)]()+'\x0a')),c&&Log[C(0x1d1)](g(C(0x1c1))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[C(0x1de)](C(0x1db));}static[a125l(0x1b5)](a=''){const E=a125l;a125g[E(0x1be)]();const b=a125h();a125g[E(0x1be)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const F=a125d;a125e['stdout'](a125f[F(0x1b2)](b())+'\x20'+d);},0x5a);},'success'(d=''){const G=E;clearInterval(c),a125e[G(0x1ce)](a125f[G(0x1d3)](check)+'\x20'+a+'\x20'+d),console[G(0x1d8)](),a125g[G(0x1a6)]();},'failure'(d=''){const H=E;clearInterval(c),a125e[H(0x1ce)](a125f[H(0x1cd)][H(0x1c4)](cross)+'\x20'+a+'\x20'+d),console['log'](),a125g[H(0x1a6)]();},'stop'(){const I=E;clearInterval(c),a125g[I(0x1a6)]();}};}}
1
+ function a125d(a,b){const c=a125c();return a125d=function(d,e){d=d-0x1e2;let f=c[d];return f;},a125d(a,b);}const a125l=a125d;function a125c(){const K=['53UnEkBB','red','greenBright','[--','DARK','magentaBright','name','\x20>\x20','bold','length','6tcbibg','(((.+)+)+)+$','log','15688AzugCH','<value>','withSpinner','18fkKqHG','win32','majestic','error','hidden','yellowBright','blackBright','notice','LIGHT','object','join','apply','boolFlag','forEach','\x0aManual:','black','cyan','toString','colors','header','2037464HZinuM','2853940whreDU','colorMode','warn','1217015IdQwCd','search','bright','green','values','show','usage','whiteBright','cyanBright','hide','1874960aIAsrl','2555vWsWve','33578XWKuhD','info','1058985LFXZQu','yellow','success','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','stdout','Examples:','map','Usage:\x20'];a125c=function(){return K;};return a125c();}(function(a,b){const k=a125d,c=a();while(!![]){try{const d=-parseInt(k(0x212))/0x1*(parseInt(k(0x208))/0x2)+-parseInt(k(0x20a))/0x3+parseInt(k(0x1f9))/0x4+parseInt(k(0x1fc))/0x5*(-parseInt(k(0x21c))/0x6)+parseInt(k(0x207))/0x7*(parseInt(k(0x21f))/0x8)+-parseInt(k(0x1e4))/0x9*(-parseInt(k(0x206))/0xa)+parseInt(k(0x1f8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a125c,0x7add3));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']===a125l(0x1e5),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘';export var ColorMode;(function(c){const o=a125l,d=(function(){let f=!![];return function(g,h){const i=f?function(){const m=a125d;if(h){const j=h[m(0x1ef)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){const n=a125d;return e['toString']()[n(0x1fd)]('(((.+)+)+)+$')[n(0x1f5)]()['constructor'](e)[n(0x1fd)](n(0x21d));});e(),c[c[o(0x216)]=0x0]=o(0x216),c[c[o(0x1ec)]=0x1]=o(0x1ec);}(ColorMode||(ColorMode={})));const DarkColors={'success':a125f[a125l(0x214)],'warn':a125f[a125l(0x1e9)],'notice':a125f[a125l(0x204)],'error':a125f[a125l(0x213)][a125l(0x21a)],'header':a125f[a125l(0x1ea)],'bright':a125f[a125l(0x203)],'info':a125f['cyanBright'],'majestic':a125f[a125l(0x217)]},LightColors={'success':a125f[a125l(0x1ff)],'warn':a125f[a125l(0x20b)],'notice':a125f['cyan'],'error':a125f[a125l(0x213)],'header':a125f[a125l(0x1f3)],'bright':a125f[a125l(0x1f3)],'info':a125f['cyan'],'majestic':a125f['magenta']},formatOptionalOpts=a=>{const p=a125l;return a[p(0x210)](b=>{const q=p;if(typeof b===q(0x1ed)){if(b?.[q(0x1e8)])return'';if(b[q(0x1f0)])return q(0x215)+b[q(0x218)]+']';return q(0x215)+b[q(0x218)]+'='+(b?.['values']?b[q(0x200)][q(0x1ee)]('|'):q(0x1e2))+']';}return q(0x215)+b+']';})[p(0x1ee)]('\x20');},formatRequiredOpts=a=>{const r=a125l;return a[r(0x210)](b=>{const s=r;if(typeof b===s(0x1ed)){if(b?.[s(0x1e8)])return'';if(b[s(0x1f0)])return'--'+b[s(0x218)];return'--'+b[s(0x218)]+'='+(b?.[s(0x200)]?b[s(0x200)][s(0x1ee)]('|'):'<value>');}return'--'+b;})[r(0x1ee)]('\x20');};export class Log{static [a125l(0x1fa)]=ColorMode[a125l(0x216)];static get[a125l(0x1f6)](){const t=a125l;return Log[t(0x1fa)]===ColorMode[t(0x216)]?DarkColors:LightColors;}static['setColorMode'](a){const u=a125l;Log[u(0x1fa)]=a;}static[a125l(0x20c)](a){const v=a125l;console[v(0x21e)](Log[v(0x1f6)]['success'](a));}static[a125l(0x1fb)](a){const w=a125l;console['log'](Log[w(0x1f6)][w(0x1fb)](a));}static['notice'](a){const x=a125l;console[x(0x21e)](Log[x(0x1f6)][x(0x1eb)](a));}static[a125l(0x1e7)](a){const y=a125l;console[y(0x21e)](Log[y(0x1f6)]['error'](a));}static[a125l(0x1f7)](a){const z=a125l;console[z(0x21e)](Log['colors'][z(0x1f7)](a));}static[a125l(0x1fe)](a){const A=a125l;console[A(0x21e)](Log[A(0x1f6)][A(0x1fe)](a));}static[a125l(0x209)](a){const B=a125l;console[B(0x21e)](Log['colors'][B(0x209)](a));}static[a125l(0x1e6)](a){const C=a125l;console[C(0x21e)](Log[C(0x1f6)][C(0x1e6)](a));}static[a125l(0x202)](a,b,c,d,e,f){const D=a125l,g=a125f[D(0x1ea)];Log[D(0x1fe)](d),b&&b[D(0x21b)]>0x0&&(Log[D(0x1fe)](g(D(0x20f))),b[D(0x1f1)](h=>{const E=D;Log[E(0x1fe)](E(0x219)+h);})),a&&(Log[D(0x1f7)](D(0x1f2)),Log[D(0x1eb)]('\x20\x20'+a['trim']()+'\x0a')),c&&Log['bright'](g(D(0x211))+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[D(0x1f7)](D(0x20d));}static[a125l(0x1e3)](a=''){const F=a125l;a125g['hide']();const b=a125h();a125g[F(0x205)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const G=a125d;a125e[G(0x20e)](a125f[G(0x1f4)](b())+'\x20'+d);},0x5a);},'success'(d=''){const H=F;clearInterval(c),a125e['stdout'](a125f[H(0x214)](check)+'\x20'+a+'\x20'+d),console[H(0x21e)](),a125g[H(0x201)]();},'failure'(d=''){const I=F;clearInterval(c),a125e[I(0x20e)](a125f['red'][I(0x21a)](cross)+'\x20'+a+'\x20'+d),console[I(0x21e)](),a125g[I(0x201)]();},'stop'(){const J=F;clearInterval(c),a125g[J(0x201)]();}};}}
@@ -1 +1 @@
1
- function a126c(){var i=['7932930ZVMFqM','3079420VpPlvx','(((.+)+)+)+$','566792HQDNjd','search','6GxoEuu','7JipSrn','4433976BpvdaT','200kXIcXS','6504648yxXLQx','toString','apply','3326NINuEV','555264EzEfUZ'];a126c=function(){return i;};return a126c();}function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0x16b;var f=c[d];return f;},a126d(a,b);}(function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(0x16d))/0x1*(-parseInt(f(0x171))/0x2)+-parseInt(f(0x178))/0x3*(parseInt(f(0x176))/0x4)+parseInt(f(0x173))/0x5+-parseInt(f(0x172))/0x6+parseInt(f(0x16b))/0x7*(-parseInt(f(0x16e))/0x8)+parseInt(f(0x16c))/0x9+-parseInt(f(0x174))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xdf5c7));var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0x170)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a[h(0x16f)]()['search']('(((.+)+)+)+$')[h(0x16f)]()['constructor'](a126a)[h(0x177)](h(0x175));});a126a();export{};
1
+ (function(a,b){var f=a126d,c=a();while(!![]){try{var d=-parseInt(f(0xf6))/0x1*(parseInt(f(0xf4))/0x2)+parseInt(f(0xf7))/0x3+-parseInt(f(0xf0))/0x4+-parseInt(f(0xee))/0x5*(parseInt(f(0xec))/0x6)+parseInt(f(0xf3))/0x7*(parseInt(f(0xea))/0x8)+parseInt(f(0xf5))/0x9*(parseInt(f(0xef))/0xa)+parseInt(f(0xf2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a126c,0xb4e91));var a126b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a126d;if(c){var e=c[g(0xed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a126a=a126b(this,function(){var h=a126d;return a126a['toString']()['search'](h(0xeb))['toString']()[h(0xf8)](a126a)[h(0xf1)](h(0xeb));});function a126c(){var i=['apply','6058595tuXqbC','90rCyoRR','4839616kbQcxc','search','18545560lEGSsx','21YTkmYW','892cESTkr','1202634GhIHFg','1810xpUMAL','1492305rKbVIG','constructor','1556968MDNpZh','(((.+)+)+)+$','6kGrqnG'];a126c=function(){return i;};return a126c();}a126a();function a126d(a,b){var c=a126c();return a126d=function(d,e){d=d-0xea;var f=c[d];return f;},a126d(a,b);}export{};
@@ -1 +1 @@
1
- const a127i=a127d;(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0x116))/0x1+parseInt(f(0x127))/0x2*(-parseInt(f(0x115))/0x3)+parseInt(f(0x122))/0x4+parseInt(f(0x119))/0x5*(-parseInt(f(0x11f))/0x6)+parseInt(f(0x12b))/0x7*(-parseInt(f(0x11b))/0x8)+parseInt(f(0x10c))/0x9+parseInt(f(0x112))/0xa*(parseInt(f(0x11c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0xa59e4));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0x11a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0x12a)]()[h(0x114)]('(((.+)+)+)+$')['toString']()[h(0x129)](a127a)[h(0x114)](h(0x124));});function a127c(){const n=['validOpts','487644Bkucvk','handleValidOptions','Please\x20choose\x20a\x20value\x20for\x20','4408584zBAUso','Please\x20provide\x20a\x20value\x20for\x20','(((.+)+)+)+$','handleOptions','Please\x20provide\x20a\x20valid\x20value\x20for\x20','44398wTMnhS','requiredOpts','constructor','toString','15883MRsIWR','1854540bMMFXU','inputOpts','options','includes','opts','Invalid\x20value\x20for\x20','8154910vDYsNw','handleRequiredOptions','search','159cDsDPo','1115697EdlJXM','string','length','40URGVhU','apply','472zrzegK','33ESxSuc','list'];a127c=function(){return n;};return a127c();}function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0x10c;let f=c[d];return f;},a127d(a,b);}a127a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{['inputOpts'];[a127i(0x110)];[a127i(0x128)];[a127i(0x11e)];constructor(){const j=a127i;this['inputOpts']=[],this[j(0x110)]={},this[j(0x128)]=[],this[j(0x11e)]=[];}async[a127i(0x125)](a,b,c){const k=a127i;this[k(0x10d)]=a,this[k(0x128)]=b,this[k(0x11e)]=c,await this[k(0x113)](),await this[k(0x120)]();}async[a127i(0x113)](){const l=a127i;if(this[l(0x128)]?.[l(0x118)]>0x0)for(const a of this['requiredOpts']){let b=!![];const {name:c,values:d}=typeof a==='string'?{'name':a,'values':undefined}:a;if(!this[l(0x10d)][l(0x10f)](c)){const e=d?await Actions[l(0x10e)]({'type':l(0x11d),'name':c,'message':l(0x121)+c,'choices':d}):await Actions['ask'](l(0x123)+c);this['opts'][c]=d?e[c]:e,b=d?d['includes'](this[l(0x110)][c]):!![];}else b=d?d['includes'](this['opts'][c]):!![];if(!b)throw new Error(l(0x111)+c+':\x20'+this[l(0x110)][c]);}}async[a127i(0x120)](){const m=a127i;if(this[m(0x11e)]?.['length']>0x0)for(const a of this[m(0x11e)]){const {name:b,values:c}=typeof a===m(0x117)?{'name':a,'values':undefined}:a,d=this['opts'][b];if(d!==undefined&&(!c||!c[m(0x10f)](d))){const e=c?await Actions[m(0x10e)]({'type':m(0x11d),'name':b,'message':'Please\x20choose\x20a\x20valid\x20value\x20for\x20'+b,'choices':c}):await Actions['ask'](m(0x126)+b);this[m(0x110)][b]=c?e[b]:e;}}}}
1
+ function a127d(a,b){const c=a127c();return a127d=function(d,e){d=d-0xed;let f=c[d];return f;},a127d(a,b);}const a127i=a127d;function a127c(){const n=['10SslPOS','5681844vicATt','list','1683468kLJmmq','Please\x20provide\x20a\x20valid\x20value\x20for\x20','ask','424957StOCOj','2rUMmrq','2051844rNsGjO','string','handleOptions','validOpts','Please\x20provide\x20a\x20value\x20for\x20','options','12XDIdIp','requiredOpts','search','Please\x20choose\x20a\x20value\x20for\x20','2504pBIshF','toString','apply','143YlnkPu','17521fuAVXf','366710dmMmeb','handleValidOptions','inputOpts','includes','opts','constructor','handleRequiredOptions','Invalid\x20value\x20for\x20','364821dHELzk'];a127c=function(){return n;};return a127c();}(function(a,b){const f=a127d,c=a();while(!![]){try{const d=-parseInt(f(0x100))/0x1*(-parseInt(f(0x101))/0x2)+-parseInt(f(0xf9))/0x3*(parseInt(f(0x108))/0x4)+parseInt(f(0xfa))/0x5*(-parseInt(f(0x102))/0x6)+-parseInt(f(0xf0))/0x7*(-parseInt(f(0x10c))/0x8)+parseInt(f(0xfb))/0x9+parseInt(f(0xf1))/0xa*(-parseInt(f(0xef))/0xb)+parseInt(f(0xfd))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a127c,0x6ef6d));const a127b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a127d;if(c){const e=c[g(0xee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a127a=a127b(this,function(){const h=a127d;return a127a[h(0xed)]()[h(0x10a)]('(((.+)+)+)+$')[h(0xed)]()[h(0xf6)](a127a)[h(0x10a)]('(((.+)+)+)+$');});a127a();import{Actions}from'../actions/actions.class.js';export class OptionHandler{[a127i(0xf3)];[a127i(0xf5)];[a127i(0x109)];[a127i(0x105)];constructor(){const j=a127i;this[j(0xf3)]=[],this['opts']={},this[j(0x109)]=[],this[j(0x105)]=[];}async[a127i(0x104)](a,b,c){const k=a127i;this[k(0xf3)]=a,this[k(0x109)]=b,this['validOpts']=c,await this[k(0xf7)](),await this[k(0xf2)]();}async[a127i(0xf7)](){const l=a127i;if(this[l(0x109)]?.['length']>0x0)for(const a of this['requiredOpts']){let b=!![];const {name:c,values:d}=typeof a===l(0x103)?{'name':a,'values':undefined}:a;if(!this[l(0xf3)]['includes'](c)){const e=d?await Actions['options']({'type':l(0xfc),'name':c,'message':l(0x10b)+c,'choices':d}):await Actions[l(0xff)](l(0x106)+c);this['opts'][c]=d?e[c]:e,b=d?d[l(0xf4)](this['opts'][c]):!![];}else b=d?d[l(0xf4)](this[l(0xf5)][c]):!![];if(!b)throw new Error(l(0xf8)+c+':\x20'+this[l(0xf5)][c]);}}async[a127i(0xf2)](){const m=a127i;if(this[m(0x105)]?.['length']>0x0)for(const a of this[m(0x105)]){const {name:b,values:c}=typeof a==='string'?{'name':a,'values':undefined}:a,d=this[m(0xf5)][b];if(d!==undefined&&(!c||!c[m(0xf4)](d))){const e=c?await Actions[m(0x107)]({'type':m(0xfc),'name':b,'message':'Please\x20choose\x20a\x20valid\x20value\x20for\x20'+b,'choices':c}):await Actions[m(0xff)](m(0xfe)+b);this[m(0xf5)][b]=c?e[b]:e;}}}}
@@ -1 +1 @@
1
- function a128c(){const t=['toString','failure','ignore','7hvXviP','log','close','(((.+)+)+)+$','cwd','verbose','27YYDayo','withSpinner','apply','inherit','5950557IpMrpI','4412358IWDzKL','constructor','1185199kKYHxm','532065rmXPgk','pid','17639580balULR','data','disconnect','19238sxYxAM','message','667904WxpxQb','search','44SLaIAO','success','SIGINT'];a128c=function(){return t;};return a128c();}const a128m=a128d;(function(a,b){const j=a128d,c=a();while(!![]){try{const d=-parseInt(j(0x171))/0x1+-parseInt(j(0x177))/0x2*(parseInt(j(0x16a))/0x3)+-parseInt(j(0x17b))/0x4*(parseInt(j(0x172))/0x5)+parseInt(j(0x16f))/0x6+parseInt(j(0x164))/0x7*(-parseInt(j(0x179))/0x8)+parseInt(j(0x16e))/0x9+parseInt(j(0x174))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x9af63));const a128b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a128d;if(c){const e=c[k(0x16c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a128a=a128b(this,function(){const l=a128d;return a128a[l(0x161)]()[l(0x17a)](l(0x167))[l(0x161)]()[l(0x170)](a128a)[l(0x17a)](l(0x167));});a128a();import{spawn}from'child_process';function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x15f;let f=c[d];return f;},a128d(a,b);}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a128m(0x16b)](a,b,c){return new Promise((d,e)=>{const n=a128d,f=Log[n(0x16b)](),g=c?.[n(0x168)]||'.';c?.[n(0x178)]&&f['start'](c?.[n(0x178)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.[n(0x169)]?n(0x16d):n(0x163)});process['on'](n(0x160),()=>{const o=n,i=h[o(0x173)];i&&process['kill'](i);}),h['on'](n(0x175),i=>{const p=n;console[p(0x165)](i);}),h['on'](n(0x176),()=>{const q=n;c?.['message']&&f[q(0x15f)](),d();}),h['on'](n(0x166),()=>{const r=n;c?.[r(0x178)]&&f[r(0x15f)](),d();}),h['on']('error',()=>{const s=n;c?.[s(0x178)]&&f[s(0x162)](),e();});});}}
1
+ const a128l=a128d;function a128d(a,b){const c=a128c();return a128d=function(d,e){d=d-0x1da;let f=c[d];return f;},a128d(a,b);}(function(a,b){const j=a128d,c=a();while(!![]){try{const d=parseInt(j(0x1dc))/0x1+parseInt(j(0x1e7))/0x2+-parseInt(j(0x1df))/0x3*(-parseInt(j(0x1f1))/0x4)+parseInt(j(0x1da))/0x5+parseInt(j(0x1ef))/0x6+parseInt(j(0x1e4))/0x7*(parseInt(j(0x1eb))/0x8)+-parseInt(j(0x1e1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a128c,0x83d23));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(0x1db)]()['search'](k(0x1e0))[k(0x1db)]()[k(0x1f2)](a128a)['search']('(((.+)+)+)+$');});a128a();import{spawn}from'child_process';function a128c(){const s=['cwd','close','8sjKGkJ','SIGINT','kill','inherit','5822382RwEHIp','start','4GybMje','constructor','633095hxvAAT','toString','703357PCXIOH','data','message','2297427GyRNmS','(((.+)+)+)+$','26071569QOgjRJ','disconnect','withSpinner','4808139yiYTgx','success','failure','367442YprWbb','log'];a128c=function(){return s;};return a128c();}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a128l(0x1e3)](a,b,c){return new Promise((d,e)=>{const m=a128d,f=Log[m(0x1e3)](),g=c?.[m(0x1e9)]||'.';c?.['message']&&f[m(0x1f0)](c?.[m(0x1de)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?m(0x1ee):'ignore'});process['on'](m(0x1ec),()=>{const n=m,i=h['pid'];i&&process[n(0x1ed)](i);}),h['on'](m(0x1dd),i=>{const o=m;console[o(0x1e8)](i);}),h['on'](m(0x1e2),()=>{const p=m;c?.[p(0x1de)]&&f[p(0x1e5)](),d();}),h['on'](m(0x1ea),()=>{const q=m;c?.['message']&&f[q(0x1e5)](),d();}),h['on']('error',()=>{const r=m;c?.[r(0x1de)]&&f[r(0x1e6)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a129d,c=a();while(!![]){try{var d=parseInt(f(0x176))/0x1+parseInt(f(0x175))/0x2+-parseInt(f(0x173))/0x3*(parseInt(f(0x17e))/0x4)+parseInt(f(0x171))/0x5+parseInt(f(0x178))/0x6*(-parseInt(f(0x17a))/0x7)+parseInt(f(0x17c))/0x8+parseInt(f(0x179))/0x9*(-parseInt(f(0x17d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x7af63));function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x171;var f=c[d];return f;},a129d(a,b);}var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a[h(0x177)]()[h(0x17b)](h(0x174))[h(0x177)]()['constructor'](a129a)[h(0x17b)](h(0x174));});a129a();export{};function a129c(){var i=['apply','66768LlNmoh','(((.+)+)+)+$','156026YjzLFC','927678cnjgbX','toString','18SmalGp','20862iiKZCW','174923elLIoo','search','6585064kHUwWc','6070uPhMJZ','108QbowDP','3788660kfJiDl'];a129c=function(){return i;};return a129c();}
1
+ function a129c(){var i=['879572NvadmG','constructor','2819439glvzYw','1129914nNHXlM','1053rrqslB','toString','3244059lHjQjd','270390DoCtMz','apply','138920FdkRfh','105832NQNtxi','5lxHUdS','search'];a129c=function(){return i;};return a129c();}(function(a,b){var f=a129d,c=a();while(!![]){try{var d=-parseInt(f(0x192))/0x1+parseInt(f(0x194))/0x2+-parseInt(f(0x191))/0x3+-parseInt(f(0x198))/0x4+parseInt(f(0x196))/0x5*(parseInt(f(0x19b))/0x6)+parseInt(f(0x19a))/0x7+-parseInt(f(0x195))/0x8*(-parseInt(f(0x19c))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a129c,0x9b729));function a129d(a,b){var c=a129c();return a129d=function(d,e){d=d-0x191;var f=c[d];return f;},a129d(a,b);}var a129b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a129d;if(c){var e=c[g(0x193)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a129a=a129b(this,function(){var h=a129d;return a129a['toString']()[h(0x197)]('(((.+)+)+)+$')[h(0x19d)]()[h(0x199)](a129a)[h(0x197)]('(((.+)+)+)+$');});a129a();export{};
@@ -1 +1 @@
1
- function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x11d;let f=c[d];return f;},a130d(a,b);}const a130p=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d=-parseInt(m(0x134))/0x1+-parseInt(m(0x121))/0x2+parseInt(m(0x11d))/0x3+parseInt(m(0x142))/0x4+-parseInt(m(0x137))/0x5+parseInt(m(0x13f))/0x6*(parseInt(m(0x13e))/0x7)+parseInt(m(0x123))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x25e37));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a130d;if(c){const e=c[n(0x141)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const o=a130d;return a130a['toString']()[o(0x13c)](o(0x12d))[o(0x13b)]()[o(0x13d)](a130a)['search']('(((.+)+)+)+$');});a130a();import a130e from'path';function a130c(){const x=['225749dqtSzO','port','close','1061505MDxwZW','dest','host','disconnect','toString','search','constructor','35Kzdlyg','243666cVsdSi','verbose','apply','876660EjQTFU','join','553647NKzVCK','ssh\x20','tty','inherit','85738EdUANM','concat','234728CBcCCS','error','failure','pem','scp','sshVerbose','message','start','env','push','(((.+)+)+)+$','ConnectTimeout=2','user','ssh','ping','success','ignore'];a130c=function(){return x;};return a130c();}import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';export class SSH{static [a130p(0x130)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a130d,f=b[q(0x12f)]+'@'+b[q(0x139)],g=a130e[q(0x143)](b['env'],b[q(0x126)]),h=c?.[q(0x11f)]||![],i=c?.[q(0x128)]||![];let j=[];h&&j[q(0x12c)]('-t');i&&j['push']('-v');j=j[q(0x122)](['-o',q(0x12e),'-i',g,'-p',b['port'],f,a]);const k=Log['withSpinner']();c?.[q(0x129)]&&k[q(0x12a)](c?.['message']);const l=spawn('ssh',j,{'stdio':c?.['verbose']?'inherit':q(0x133)});l['on'](q(0x13a),()=>{const r=q;c?.[r(0x129)]&&k['success'](),d();}),l['on'](q(0x136),()=>{const s=q;c?.[s(0x129)]&&k[s(0x132)](),d();}),l['on'](q(0x124),()=>{const t=q;c?.[t(0x129)]&&k[t(0x125)](),e();});});};static ['sshSync']=(a,b,c)=>{const u=a130p,d=b['user']+'@'+b['host'],e=a130e[u(0x143)](b[u(0x12b)],b[u(0x126)]),f=c?.[u(0x11f)]||![],g=c?.[u(0x128)]||![];let h=[];f&&h[u(0x12c)]('-t'),g&&h[u(0x12c)]('-v'),h=h[u(0x122)](['-o',u(0x12e),'-i',e,'-p',b[u(0x135)],d,a]),spawnSync(u(0x130),h,{'stdio':c?.[u(0x140)]?u(0x120):'ignore'});};static[a130p(0x131)](a,b,c){const v=a130p,d=b['user']+'@'+b[v(0x139)],e=a130e[v(0x143)](b[v(0x12b)],b[v(0x126)]),f=c?.[v(0x11f)]||![];let g=[];f&&g[v(0x12c)]('-t');g=g[v(0x122)](['-o','ConnectTimeout=2','-i',e,'-p',b[v(0x135)],d,a,'2>&1']);const h=v(0x11e)+g['join']('\x20');return execSync(h)['toString']();}static[a130p(0x127)](a,b){const w=a130p,c=b[w(0x12f)]+'@'+b[w(0x139)]+':'+a[w(0x138)],d=a130e[w(0x143)](b[w(0x12b)],b[w(0x126)]),e=['-i',d,'-P',b[w(0x135)],a['source'],c];spawnSync(w(0x127),e,{'stdio':a[w(0x140)]?'inherit':w(0x133)});}}
1
+ function a130c(){const x=['search','failure','constructor','apply','40yZPiDY','inherit','close','sshVerbose','pem','user','(((.+)+)+)+$','start','ping','ssh','30342000khgvnC','source','push','9179415IOjPyw','concat','join','port','disconnect','1749480wkaXoY','8GQrXBZ','host','1698ElkGKy','2773329MLztNC','ssh\x20','error','255288pDLEXa','dest','tty','message','ignore','toString','verbose','success','ConnectTimeout=2','285519NunaCe','28637RmxesJ','env'];a130c=function(){return x;};return a130c();}const a130u=a130d;(function(a,b){const m=a130d,c=a();while(!![]){try{const d=parseInt(m(0x92))/0x1+parseInt(m(0xab))/0x2+-parseInt(m(0xaf))/0x3+parseInt(m(0xb2))/0x4*(-parseInt(m(0x99))/0x5)+parseInt(m(0xae))/0x6*(-parseInt(m(0x93))/0x7)+parseInt(m(0xac))/0x8*(-parseInt(m(0xa6))/0x9)+parseInt(m(0xa3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a130c,0x8e078));const a130b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a130d;if(c){const e=c[n(0x98)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a130a=a130b(this,function(){const o=a130d;return a130a['toString']()['search'](o(0x9f))['toString']()[o(0x97)](a130a)[o(0x95)](o(0x9f));});a130a();function a130d(a,b){const c=a130c();return a130d=function(d,e){d=d-0x8a;let f=c[d];return f;},a130d(a,b);}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(0x9e)]+'@'+b[p(0xad)],g=a130e[p(0xa8)](b[p(0x94)],b[p(0x9d)]),h=c?.[p(0x8b)]||![],i=c?.[p(0x9c)]||![];let j=[];h&&j[p(0xa5)]('-t');i&&j[p(0xa5)]('-v');j=j[p(0xa7)](['-o',p(0x91),'-i',g,'-p',b[p(0xa9)],f,a]);const k=Log['withSpinner']();c?.[p(0x8c)]&&k[p(0xa0)](c?.['message']);const l=spawn('ssh',j,{'stdio':c?.[p(0x8f)]?p(0x9a):'ignore'});l['on'](p(0xaa),()=>{const q=p;c?.[q(0x8c)]&&k[q(0x90)](),d();}),l['on'](p(0x9b),()=>{const r=p;c?.[r(0x8c)]&&k[r(0x90)](),d();}),l['on'](p(0xb1),()=>{const s=p;c?.[s(0x8c)]&&k[s(0x96)](),e();});});};static ['sshSync']=(a,b,c)=>{const t=a130d,d=b[t(0x9e)]+'@'+b[t(0xad)],e=a130e[t(0xa8)](b['env'],b[t(0x9d)]),f=c?.[t(0x8b)]||![],g=c?.[t(0x9c)]||![];let h=[];f&&h[t(0xa5)]('-t'),g&&h[t(0xa5)]('-v'),h=h[t(0xa7)](['-o',t(0x91),'-i',e,'-p',b[t(0xa9)],d,a]),spawnSync(t(0xa2),h,{'stdio':c?.['verbose']?t(0x9a):t(0x8d)});};static[a130u(0xa1)](a,b,c){const v=a130u,d=b[v(0x9e)]+'@'+b['host'],e=a130e[v(0xa8)](b[v(0x94)],b['pem']),f=c?.[v(0x8b)]||![];let g=[];f&&g[v(0xa5)]('-t');g=g[v(0xa7)](['-o',v(0x91),'-i',e,'-p',b[v(0xa9)],d,a,'2>&1']);const h=v(0xb0)+g[v(0xa8)]('\x20');return execSync(h)[v(0x8e)]();}static['scp'](a,b){const w=a130u,c=b[w(0x9e)]+'@'+b['host']+':'+a[w(0x8a)],d=a130e[w(0xa8)](b['env'],b[w(0x9d)]),e=['-i',d,'-P',b['port'],a[w(0xa4)],c];spawnSync('scp',e,{'stdio':a[w(0x8f)]?w(0x9a):w(0x8d)});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a131d,c=a();while(!![]){try{var d=parseInt(f(0x1d0))/0x1*(-parseInt(f(0x1cc))/0x2)+parseInt(f(0x1d6))/0x3+-parseInt(f(0x1d2))/0x4*(parseInt(f(0x1ce))/0x5)+parseInt(f(0x1cb))/0x6*(parseInt(f(0x1ca))/0x7)+parseInt(f(0x1d7))/0x8*(parseInt(f(0x1d8))/0x9)+-parseInt(f(0x1cf))/0xa+parseInt(f(0x1d1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x481fe));function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x1c9;var f=c[d];return f;},a131d(a,b);}var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a131d;if(c){var e=c[g(0x1c9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var h=a131d;return a131a[h(0x1d5)]()['search']('(((.+)+)+)+$')[h(0x1d5)]()[h(0x1cd)](a131a)[h(0x1d4)](h(0x1d3));});a131a();export{};function a131c(){var i=['42fGtTog','11228BeOjjF','constructor','20JoAmNt','5876430gaMkrj','26eVLDxZ','13369543iYMvXV','533332pPhEoH','(((.+)+)+)+$','search','toString','95958PCXFMB','161872JLQypT','9VHEkAL','apply','294728RGDOwi'];a131c=function(){return i;};return a131c();}
1
+ (function(a,b){var f=a131d,c=a();while(!![]){try{var d=-parseInt(f(0x102))/0x1+-parseInt(f(0x10d))/0x2*(-parseInt(f(0x105))/0x3)+parseInt(f(0x107))/0x4*(-parseInt(f(0x100))/0x5)+-parseInt(f(0x10c))/0x6+-parseInt(f(0x109))/0x7+-parseInt(f(0x10e))/0x8*(parseInt(f(0x108))/0x9)+-parseInt(f(0x103))/0xa*(-parseInt(f(0x10b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a131c,0x443f3));function a131d(a,b){var c=a131c();return a131d=function(d,e){d=d-0x100;var f=c[d];return f;},a131d(a,b);}var a131b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a131a=a131b(this,function(){var g=a131d;return a131a[g(0x10a)]()[g(0x106)](g(0x101))[g(0x10a)]()[g(0x104)](a131a)[g(0x106)](g(0x101));});a131a();export{};function a131c(){var h=['2226024mnHUDR','75285BFMWhO','(((.+)+)+)+$','545082scvnaR','186220ezajLv','constructor','3rRBkyQ','search','8cBbIeq','9wtMuLL','3029397LPtfrK','toString','1111jyNUtJ','2095188ZXYjPZ','68270aXbEhY'];a131c=function(){return h;};return a131c();}
@@ -1 +1 @@
1
- const a132i=a132d;(function(a,b){const f=a132d,c=a();while(!![]){try{const d=-parseInt(f(0xfe))/0x1+parseInt(f(0xf3))/0x2*(-parseInt(f(0xf0))/0x3)+parseInt(f(0xea))/0x4*(parseInt(f(0xe8))/0x5)+-parseInt(f(0xeb))/0x6*(-parseInt(f(0xfa))/0x7)+parseInt(f(0xfc))/0x8+parseInt(f(0xf8))/0x9+parseInt(f(0xf5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0x8f25c));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['toString']()['search'](g(0xee))[g(0xfd)]()['constructor'](a132a)[g(0xf1)](g(0xee));});a132a();import{spawnSync}from'child_process';function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0xe7;let f=c[d];return f;},a132d(a,b);}export class SSL{static['genCSR'](a){const h=a132d,b=a['cwd']?a[h(0xef)]:process[h(0xef)](),c=[h(0xe7),h(0xf4),'-newkey','rsa:2048',h(0xf7),'-keyout',a[h(0x100)],h(0xe9),a[h(0xf6)]];a['useConfig']&&(c[h(0xf2)](h(0x101)),c[h(0xf2)](h(0xed))),spawnSync(h(0xfb),c,{'stdio':h(0xec),'cwd':b});}static[a132i(0xf9)](a){const j=a132i,b=a[j(0xef)]?a['cwd']:process[j(0xef)](),c=[j(0xe7),'-x509',j(0xf4),'-key',a[j(0x100)],j(0xe9),a[j(0xff)]];a[j(0x102)]&&(c[j(0xf2)](j(0x101)),c[j(0xf2)](j(0xed))),spawnSync(j(0xfb),c,{'stdio':'inherit','cwd':b});}}function a132c(){const k=['openssl.conf','(((.+)+)+)+$','cwd','12uPaUcL','search','push','346740uimLWg','-new','7547760JZfyin','csrName','-nodes','2519109mlfRZj','genSSC','2107AdHSRj','openssl','821200zYuDVD','toString','876365FuNUVF','crtName','keyName','-config','useConfig','req','455DmEkSh','-out','20956QhAjuW','10806zZCobU','inherit'];a132c=function(){return k;};return a132c();}
1
+ const a132j=a132d;function a132c(){const l=['-nodes','-keyout','push','14CFyKHq','1652151LuYdQn','1356336gUOPuH','rsa:2048','csrName','5547483McWQSR','genSSC','(((.+)+)+)+$','useConfig','keyName','openssl.conf','-newkey','-x509','2977799ikfith','20nEaqlg','search','openssl','6241616ELxAPP','req','26OKFyhD','toString','cwd','406158NtYLep','crtName','apply','-config','85vrNcwS','inherit','96vHCtbo','140040rUGsMM','-key'];a132c=function(){return l;};return a132c();}(function(a,b){const f=a132d,c=a();while(!![]){try{const d=parseInt(f(0x1bd))/0x1+-parseInt(f(0x1ad))/0x2*(parseInt(f(0x1b0))/0x3)+parseInt(f(0x1b7))/0x4*(-parseInt(f(0x1b4))/0x5)+-parseInt(f(0x19c))/0x6+-parseInt(f(0x1bc))/0x7*(parseInt(f(0x1ab))/0x8)+-parseInt(f(0x19f))/0x9*(-parseInt(f(0x1a8))/0xa)+parseInt(f(0x1a7))/0xb*(parseInt(f(0x1b6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a132c,0xdde95));function a132d(a,b){const c=a132c();return a132d=function(d,e){d=d-0x19c;let f=c[d];return f;},a132d(a,b);}const a132b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a132d;if(c){const e=c[g(0x1b2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a132a=a132b(this,function(){const h=a132d;return a132a[h(0x1ae)]()[h(0x1a9)](h(0x1a1))[h(0x1ae)]()['constructor'](a132a)['search']('(((.+)+)+)+$');});a132a();import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a132d,b=a[i(0x1af)]?a[i(0x1af)]:process['cwd'](),c=['req','-new',i(0x1a5),i(0x19d),i(0x1b9),i(0x1ba),a[i(0x1a3)],'-out',a[i(0x19e)]];a[i(0x1a2)]&&(c['push'](i(0x1b3)),c[i(0x1bb)](i(0x1a4))),spawnSync(i(0x1aa),c,{'stdio':i(0x1b5),'cwd':b});}static[a132j(0x1a0)](a){const k=a132j,b=a[k(0x1af)]?a[k(0x1af)]:process['cwd'](),c=[k(0x1ac),k(0x1a6),'-new',k(0x1b8),a[k(0x1a3)],'-out',a[k(0x1b1)]];a[k(0x1a2)]&&(c['push'](k(0x1b3)),c[k(0x1bb)](k(0x1a4))),spawnSync(k(0x1aa),c,{'stdio':k(0x1b5),'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.49",
4
+ "version": "4.5.51",
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.",