@maka/maka-cli 4.5.13 → 4.5.14

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 (99) 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/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/build/_index.js +1 -1
  17. package/bundle/obf/src/commands/build/build.js +1 -1
  18. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/create.js +1 -1
  20. package/bundle/obf/src/commands/debug.js +1 -1
  21. package/bundle/obf/src/commands/deploy.js +1 -1
  22. package/bundle/obf/src/commands/game/_index.js +1 -1
  23. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/game/play.command.js +1 -1
  25. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/generate.js +1 -1
  29. package/bundle/obf/src/commands/get/_index.js +1 -1
  30. package/bundle/obf/src/commands/get/get.command.js +1 -1
  31. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  34. package/bundle/obf/src/commands/help.js +1 -1
  35. package/bundle/obf/src/commands/jsdoc.js +1 -1
  36. package/bundle/obf/src/commands/lint.js +1 -1
  37. package/bundle/obf/src/commands/login.js +1 -1
  38. package/bundle/obf/src/commands/logout.js +1 -1
  39. package/bundle/obf/src/commands/logs.js +1 -1
  40. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  41. package/bundle/obf/src/commands/murder.js +1 -1
  42. package/bundle/obf/src/commands/proxy.js +1 -1
  43. package/bundle/obf/src/commands/reconfig.js +1 -1
  44. package/bundle/obf/src/commands/run/_index.js +1 -1
  45. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  46. package/bundle/obf/src/commands/run/run.command.js +1 -1
  47. package/bundle/obf/src/commands/set/_index.js +1 -1
  48. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  49. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  50. package/bundle/obf/src/commands/set/set.command.js +1 -1
  51. package/bundle/obf/src/commands/ssh.js +1 -1
  52. package/bundle/obf/src/commands/ssl.js +1 -1
  53. package/bundle/obf/src/commands/test.js +1 -1
  54. package/bundle/obf/src/commands/version.js +1 -1
  55. package/bundle/obf/src/error.js +1 -1
  56. package/bundle/obf/src/generator.js +1 -1
  57. package/bundle/obf/src/generators/_index.js +1 -1
  58. package/bundle/obf/src/generators/api.js +1 -1
  59. package/bundle/obf/src/generators/collection.js +1 -1
  60. package/bundle/obf/src/generators/component.js +1 -1
  61. package/bundle/obf/src/generators/config.js +1 -1
  62. package/bundle/obf/src/generators/dbc.js +1 -1
  63. package/bundle/obf/src/generators/dockerfile.js +1 -1
  64. package/bundle/obf/src/generators/hook.js +1 -1
  65. package/bundle/obf/src/generators/kit.js +1 -1
  66. package/bundle/obf/src/generators/layout.js +1 -1
  67. package/bundle/obf/src/generators/maka.gen.js +1 -1
  68. package/bundle/obf/src/generators/methods.js +1 -1
  69. package/bundle/obf/src/generators/package.js +1 -1
  70. package/bundle/obf/src/generators/page.js +1 -1
  71. package/bundle/obf/src/generators/publish.js +1 -1
  72. package/bundle/obf/src/generators/route.js +1 -1
  73. package/bundle/obf/src/generators/service.js +1 -1
  74. package/bundle/obf/src/generators/services/_index.js +1 -1
  75. package/bundle/obf/src/generators/services/openssl.js +1 -1
  76. package/bundle/obf/src/generators/services/translation.js +1 -1
  77. package/bundle/obf/src/maka.js +1 -1
  78. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js +2 -2
  79. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.jsx +2 -2
  80. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.ts +2 -2
  81. package/bundle/obf/src/templates/meteor/app/server/helmet-csp.js.tsx +2 -2
  82. package/bundle/obf/src/tool.js +1 -1
  83. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  84. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  85. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  86. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  87. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  88. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  89. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  90. package/bundle/obf/src/tools/https/https.class.js +1 -1
  91. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  92. package/bundle/obf/src/tools/log/log.class.js +1 -1
  93. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  94. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  95. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  96. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  97. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  98. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  99. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(a,b){var f=a83d,c=a();while(!![]){try{var d=-parseInt(f(0xea))/0x1*(parseInt(f(0xf0))/0x2)+-parseInt(f(0xe4))/0x3+parseInt(f(0xeb))/0x4+-parseInt(f(0xe3))/0x5*(parseInt(f(0xe9))/0x6)+parseInt(f(0xef))/0x7+-parseInt(f(0xee))/0x8+-parseInt(f(0xe5))/0x9*(-parseInt(f(0xe6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x47c69));var a83b=(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;};}()),a83a=a83b(this,function(){var g=a83d;return a83a[g(0xed)]()['search'](g(0xe8))[g(0xed)]()[g(0xec)](a83a)[g(0xe7)]('(((.+)+)+)+$');});a83a();function a83d(a,b){var c=a83c();return a83d=function(d,e){d=d-0xe3;var f=c[d];return f;},a83d(a,b);}export{};function a83c(){var h=['1301UGgxLV','1478928RHnztl','constructor','toString','3607312tBIAAa','250817Yckbdp','698kKghlS','252740IrczmV','669399lOGChc','18YeXzuW','7357290aNWKSe','search','(((.+)+)+)+$','54RqNxxm'];a83c=function(){return h;};return a83c();}
1
+ function a83d(a,b){var c=a83c();return a83d=function(d,e){d=d-0xd8;var f=c[d];return f;},a83d(a,b);}(function(a,b){var f=a83d,c=a();while(!![]){try{var d=-parseInt(f(0xda))/0x1+parseInt(f(0xdb))/0x2*(-parseInt(f(0xe0))/0x3)+parseInt(f(0xdf))/0x4+-parseInt(f(0xe2))/0x5*(parseInt(f(0xdc))/0x6)+-parseInt(f(0xe4))/0x7+parseInt(f(0xe3))/0x8*(parseInt(f(0xe1))/0x9)+parseInt(f(0xd8))/0xa*(parseInt(f(0xd9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xb671c));var a83b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a83d;if(c){var e=c[g(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){var h=a83d;return a83a[h(0xde)]()[h(0xe6)](h(0xe5))[h(0xde)]()['constructor'](a83a)[h(0xe6)]('(((.+)+)+)+$');});function a83c(){var i=['search','4821840XOWkCt','44uJSkIc','461299wLlQpD','2731018mWnfrE','6792HxAzRN','apply','toString','4900208NEeEAe','3wqzQes','1359BqBNIb','85qbkXtM','38504epOfjv','9010449OwFNkm','(((.+)+)+)+$'];a83c=function(){return i;};return a83c();}a83a();export{};
@@ -1 +1 @@
1
- const a84q=a84d;(function(a,b){const n=a84d,c=a();while(!![]){try{const d=-parseInt(n(0x1dd))/0x1+parseInt(n(0x1d4))/0x2*(-parseInt(n(0x1c3))/0x3)+-parseInt(n(0x1e2))/0x4*(parseInt(n(0x1d6))/0x5)+-parseInt(n(0x1dc))/0x6*(parseInt(n(0x1d9))/0x7)+parseInt(n(0x1c7))/0x8*(parseInt(n(0x1e3))/0x9)+parseInt(n(0x1e1))/0xa*(-parseInt(n(0x1c5))/0xb)+-parseInt(n(0x1d0))/0xc*(-parseInt(n(0x1da))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x5ea2d));const a84b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a84d;if(c){const e=c[o(0x1d1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){const p=a84d;return a84a[p(0x1d8)]()[p(0x1e6)](p(0x1e4))[p(0x1d8)]()[p(0x1cd)](a84a)[p(0x1e6)](p(0x1e4));});a84a();import a84e from'https';import a84f from'fs';const TIMEOUT=0xbb8;process['env'][a84q(0x1df)]=process[a84q(0x1de)][a84q(0x1d5)]===a84q(0x1c8)?'0':'1';function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a84d(a,b);}function a84c(){const A=['88UhIUXS','True','application/json','get','POST','BAD\x20RETURN','constructor','readFileSync','statusMessage','56352IouEed','apply','abort','Request\x20timeout','12VcuZXp','MAKA_DEV','8765FtMLIS','data','toString','502292lRPCxP','6162fjGjYG','assign','24uFhisJ','652689OedriO','env','NODE_TLS_REJECT_UNAUTHORIZED','timeout','10SDMUfi','1036AKoAdF','254934WfzDEN','(((.+)+)+)+$','stringify','search','339069xQVRyB','length','857813MHAoSx','request'];a84c=function(){return A;};return a84c();}export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a84q,f=JSON[r(0x1e5)](c),g={'Content-Type':r(0x1c9),'Content-Length':f[r(0x1c4)]};Object['assign'](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x1cb),'headers':g,'timeout':TIMEOUT};return e&&Object[r(0x1db)](h,{'cert':a84f[r(0x1ce)](e)}),new Promise((i,j)=>{const s=r,k=a84e[s(0x1c6)](h,l=>{l['on']('data',m=>{const t=a84d;i({'statusCode':l['statusCode']||0x1f4,'statusMessage':l[t(0x1cf)]||t(0x1cc),'data':m[t(0x1d8)]()});});});k['on']('error',l=>{j(l);}),k['on'](s(0x1e0),()=>{const u=s;k[u(0x1d2)](),j({'statusCode':0x198,'statusMessage':u(0x1d3)});}),k['write'](f),k['end']();});}static[a84q(0x1ca)]({url:a,headers:b,cert:c}){const v=a84q,d={'Content-Type':v(0x1c9)};Object['assign'](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[v(0x1db)](e,{'cert':a84f[v(0x1ce)](c)}),new Promise((f,g)=>{const w=v,h=a84e[w(0x1ca)](a,e,i=>{const x=w;i['on'](x(0x1d7),j=>{const y=x;f({'statusCode':i['statusCode']||0x1f4,'statusMessage':i[y(0x1cf)]||y(0x1cc),'data':j['toString']()});});});h['on']('error',i=>{g(i);}),h['on']('timeout',()=>{const z=w;h[z(0x1d2)](),g({'statusCode':0x198,'statusMessage':z(0x1d3)});});});}}
1
+ const a84q=a84d;(function(a,b){const n=a84d,c=a();while(!![]){try{const d=parseInt(n(0x117))/0x1*(parseInt(n(0x115))/0x2)+-parseInt(n(0x116))/0x3*(-parseInt(n(0x129))/0x4)+parseInt(n(0x11c))/0x5+-parseInt(n(0x113))/0x6+parseInt(n(0x121))/0x7+parseInt(n(0x110))/0x8*(-parseInt(n(0x112))/0x9)+parseInt(n(0x11e))/0xa*(-parseInt(n(0x12f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xb298c));function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0x10f;let f=c[d];return f;},a84d(a,b);}const a84b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a84d;if(c){const e=c[o(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){const p=a84d;return a84a[p(0x119)]()['search'](p(0x124))[p(0x119)]()[p(0x12d)](a84a)[p(0x12a)](p(0x124));});a84a();import a84e from'https';function a84c(){const A=['data','418680bnvHJv','end','140UnQLHZ','MAKA_DEV','statusCode','7659722cvAYlL','write','error','(((.+)+)+)+$','assign','BAD\x20RETURN','env','timeout','88364IHkRHF','search','abort','POST','constructor','readFileSync','948926CetYVA','apply','request','312HbUFRl','stringify','140796yffXuR','1795440mSBzIc','statusMessage','106510dGSQOA','75frQbSG','21APgQiI','Request\x20timeout','toString','application/json'];a84c=function(){return A;};return a84c();}import a84f from'fs';const TIMEOUT=0xbb8;process[a84q(0x127)]['NODE_TLS_REJECT_UNAUTHORIZED']=process[a84q(0x127)][a84q(0x11f)]==='True'?'0':'1';export class HTTPS{static async['post']({hostname:a,path:b,data:c,headers:d,cert:e}){const r=a84q,f=JSON[r(0x111)](c),g={'Content-Type':'application/json','Content-Length':f['length']};Object[r(0x125)](g,d);const h={'hostname':a,'port':0x1bb,'path':b,'method':r(0x12c),'headers':g,'timeout':TIMEOUT};return e&&Object['assign'](h,{'cert':a84f[r(0x12e)](e)}),new Promise((i,j)=>{const s=r,k=a84e[s(0x10f)](h,l=>{const t=s;l['on'](t(0x11b),m=>{const u=t;i({'statusCode':l[u(0x120)]||0x1f4,'statusMessage':l[u(0x114)]||u(0x126),'data':m[u(0x119)]()});});});k['on'](s(0x123),l=>{j(l);}),k['on'](s(0x128),()=>{const v=s;k[v(0x12b)](),j({'statusCode':0x198,'statusMessage':'Request\x20timeout'});}),k[s(0x122)](f),k[s(0x11d)]();});}static['get']({url:a,headers:b,cert:c}){const w=a84q,d={'Content-Type':w(0x11a)};Object[w(0x125)](d,b);const e={'headers':d,'timeout':TIMEOUT};return c&&Object[w(0x125)](e,{'cert':a84f['readFileSync'](c)}),new Promise((f,g)=>{const y=w,h=a84e['get'](a,e,i=>{i['on']('data',j=>{const x=a84d;f({'statusCode':i[x(0x120)]||0x1f4,'statusMessage':i['statusMessage']||x(0x126),'data':j['toString']()});});});h['on'](y(0x123),i=>{g(i);}),h['on'](y(0x128),()=>{const z=y;h[z(0x12b)](),g({'statusCode':0x198,'statusMessage':z(0x118)});});});}}
@@ -1 +1 @@
1
- function a85c(){var h=['constructor','33684TtBnXg','2248812eRyYRu','toString','11086621IXKiuD','260806iNcveZ','828756TYxJnm','4455654gyLKiq','3884320cwHWgC','(((.+)+)+)+$','search'];a85c=function(){return h;};return a85c();}(function(a,b){var f=a85d,c=a();while(!![]){try{var d=-parseInt(f(0xef))/0x1+-parseInt(f(0xf6))/0x2+parseInt(f(0xf7))/0x3+parseInt(f(0xf0))/0x4+-parseInt(f(0xf2))/0x5+-parseInt(f(0xf1))/0x6+parseInt(f(0xf9))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0xb5833));function a85d(a,b){var c=a85c();return a85d=function(d,e){d=d-0xef;var f=c[d];return f;},a85d(a,b);}var a85b=(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;};}()),a85a=a85b(this,function(){var g=a85d;return a85a[g(0xf8)]()[g(0xf4)](g(0xf3))[g(0xf8)]()[g(0xf5)](a85a)[g(0xf4)]('(((.+)+)+)+$');});a85a();export{};
1
+ function a85d(a,b){var c=a85c();return a85d=function(d,e){d=d-0xaa;var f=c[d];return f;},a85d(a,b);}(function(a,b){var f=a85d,c=a();while(!![]){try{var d=parseInt(f(0xaf))/0x1+parseInt(f(0xb5))/0x2+-parseInt(f(0xaa))/0x3+-parseInt(f(0xb6))/0x4*(-parseInt(f(0xb1))/0x5)+parseInt(f(0xb3))/0x6+-parseInt(f(0xb4))/0x7+parseInt(f(0xad))/0x8*(-parseInt(f(0xac))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0xebd2b));var a85b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a85d;if(c){var e=c[g(0xb2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){var h=a85d;return a85a[h(0xab)]()['search']('(((.+)+)+)+$')[h(0xab)]()[h(0xb0)](a85a)[h(0xae)]('(((.+)+)+)+$');});a85a();function a85c(){var i=['constructor','5izLltd','apply','3915894avBCQw','11572106ctgWFt','3369988zZUTBz','3162988vCWWMh','4740171xoyRBA','toString','2907OXWiNP','7816Oohxdc','search','1386327cxUOAy'];a85c=function(){return i;};return a85c();}export{};
@@ -1 +1 @@
1
- const a86l=a86d;function a86c(){const C=['log','join','yellowBright','greenBright','success','error','1KjGQVj','trim','15750QTqczB','660NCMUHJ','20021313wxpaYU','majestic','red','910iKILtJ','\x20>\x20','4416482USweuY','search','header','bold','bright','magentaBright','toString','withSpinner','3201aqpRit','whiteBright','map','(((.+)+)+)+$','stdout','12zXOVoj','apply','2168668QGVecB','constructor','9DWiylF','3501efaAtd','[--','9408864irpokj','show','win32','blackBright','usage','notice','\x0aManual:','forEach','hide','1122DlfLVl'];a86c=function(){return C;};return a86c();}(function(a,b){const i=a86d,c=a();while(!![]){try{const d=parseInt(i(0x1d8))/0x1*(-parseInt(i(0x1f0))/0x2)+parseInt(i(0x1f3))/0x3*(parseInt(i(0x1db))/0x4)+-parseInt(i(0x1da))/0x5*(-parseInt(i(0x1d1))/0x6)+parseInt(i(0x1e1))/0x7+parseInt(i(0x1f5))/0x8*(-parseInt(i(0x1f2))/0x9)+parseInt(i(0x1df))/0xa*(parseInt(i(0x1e9))/0xb)+parseInt(i(0x1ee))/0xc*(parseInt(i(0x1dc))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xaf74f));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a86d;if(c){const e=c[j(0x1ef)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const k=a86d;return a86a['toString']()[k(0x1e2)](k(0x1ec))[k(0x1e7)]()[k(0x1f1)](a86a)['search'](k(0x1ec));});function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x1cb;let f=c[d];return f;},a86d(a,b);}a86a();import*as a86e from'single-line-log2';import a86f from'cli-color';import a86g from'cli-cursor';import a86h from'elegant-spinner';const isWin=process['platform']===a86l(0x1f7),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const m=a86l;return a[m(0x1eb)](b=>{const n=m;return n(0x1f4)+b+']';})[m(0x1d3)]('\x20');},formatRequiredOpts=a=>{const o=a86l;return a[o(0x1eb)](b=>{return'--'+b;})['join']('\x20');};export class Log{static[a86l(0x1d6)](a){const p=a86l;console[p(0x1d2)](a86f[p(0x1d5)](a));}static['warn'](a){const q=a86l;console['log'](a86f[q(0x1d4)](a));}static[a86l(0x1cd)](a){console['log'](a86f['cyanBright'](a));}static[a86l(0x1d7)](a){const r=a86l;console[r(0x1d2)](a86f[r(0x1de)][r(0x1e4)](a));}static[a86l(0x1e3)](a){const s=a86l;console['log'](a86f[s(0x1cb)](a));}static[a86l(0x1e5)](a){const t=a86l;console[t(0x1d2)](a86f[t(0x1ea)](a));}static[a86l(0x1dd)](a){const u=a86l;console['log'](a86f[u(0x1e6)](a));}static[a86l(0x1cc)](a,b,c,d,e,f){const v=a86l,g=a86f[v(0x1cb)];Log[v(0x1e5)](d),b&&b['length']>0x0&&(Log[v(0x1e5)](g('Examples:')),b[v(0x1cf)](h=>{const w=v;Log[w(0x1e5)](w(0x1e0)+h);})),a&&(Log[v(0x1e3)](v(0x1ce)),Log[v(0x1cd)]('\x20\x20'+a[v(0x1d9)]()+'\x0a')),c&&Log[v(0x1e5)](g('Usage:\x20')+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log['header']('For\x20more\x20information,\x20visit\x20https://www.maka-cli.com');}static[a86l(0x1e8)](a=''){const x=a86l;a86g[x(0x1d0)]();const b=a86h();a86g[x(0x1d0)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const y=a86d;a86e[y(0x1ed)](a86f['cyan'](b())+'\x20'+d);},0x5a);},'success'(d=''){const z=x;clearInterval(c),a86e[z(0x1ed)](a86f[z(0x1d5)](check)+'\x20'+a+'\x20'+d),console['log'](),a86g[z(0x1f6)]();},'failure'(d=''){const A=x;clearInterval(c),a86e['stdout'](a86f['red'][A(0x1e4)](cross)+'\x20'+a+'\x20'+d),console[A(0x1d2)](),a86g['show']();},'stop'(){const B=x;clearInterval(c),a86g[B(0x1f6)]();}};}}
1
+ function a86c(){const C=['whiteBright','usage','success','24oFgInp','370LxMuqx','forEach','greenBright','yellowBright','7836528ZceFoL','join','warn','magentaBright','constructor','3073204zjrNwH','header','log','red','cyan','show','\x0aManual:','13342AUaWYj','trim','5OiadIO','toString','majestic','4520jymGuk','5366655MFYcaS','99101xPXQTo','bold','map','2262276zIWRqg','bright','win32','[--','hide','(((.+)+)+)+$','stdout','notice','For\x20more\x20information,\x20visit\x20https://www.maka-cli.com','392414ZtbPUy','search','\x20>\x20','error','blackBright'];a86c=function(){return C;};return a86c();}const a86k=a86d;(function(a,b){const i=a86d,c=a();while(!![]){try{const d=parseInt(i(0x151))/0x1*(parseInt(i(0x139))/0x2)+parseInt(i(0x154))/0x3+parseInt(i(0x143))/0x4*(-parseInt(i(0x14c))/0x5)+parseInt(i(0x13e))/0x6+parseInt(i(0x14a))/0x7*(-parseInt(i(0x14f))/0x8)+parseInt(i(0x150))/0x9+-parseInt(i(0x13a))/0xa*(parseInt(i(0x15d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xa626e));const a86b=(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;};}()),a86a=a86b(this,function(){const j=a86d;return a86a[j(0x14d)]()[j(0x15e)](j(0x159))['toString']()[j(0x142)](a86a)[j(0x15e)]('(((.+)+)+)+$');});a86a();import*as a86e from'single-line-log2';import a86f from'cli-color';import a86g from'cli-cursor';function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x133;let f=c[d];return f;},a86d(a,b);}import a86h from'elegant-spinner';const isWin=process['platform']===a86k(0x156),check=isWin?'K':'✔',cross=isWin?'X\x20':'✘',formatOptionalOpts=a=>{const l=a86k;return a[l(0x153)](b=>{const m=l;return m(0x157)+b+']';})[l(0x13f)]('\x20');},formatRequiredOpts=a=>{const n=a86k;return a[n(0x153)](b=>{return'--'+b;})['join']('\x20');};export class Log{static[a86k(0x138)](a){const o=a86k;console['log'](a86f[o(0x13c)](a));}static[a86k(0x140)](a){const p=a86k;console[p(0x145)](a86f[p(0x13d)](a));}static[a86k(0x15b)](a){const q=a86k;console[q(0x145)](a86f['cyanBright'](a));}static[a86k(0x134)](a){const r=a86k;console[r(0x145)](a86f[r(0x146)]['bold'](a));}static['header'](a){const s=a86k;console['log'](a86f[s(0x135)](a));}static[a86k(0x155)](a){const t=a86k;console['log'](a86f[t(0x136)](a));}static[a86k(0x14e)](a){const u=a86k;console[u(0x145)](a86f[u(0x141)](a));}static[a86k(0x137)](a,b,c,d,e,f){const v=a86k,g=a86f[v(0x135)];Log[v(0x155)](d),b&&b['length']>0x0&&(Log[v(0x155)](g('Examples:')),b[v(0x13b)](h=>{const w=v;Log['bright'](w(0x133)+h);})),a&&(Log[v(0x144)](v(0x149)),Log[v(0x15b)]('\x20\x20'+a[v(0x14b)]()+'\x0a')),c&&Log['bright'](g('Usage:\x20')+c+'\x20'+formatRequiredOpts(e)+'\x20'+formatOptionalOpts(f)+'\x0a'),Log[v(0x144)](v(0x15c));}static['withSpinner'](a=''){const x=a86k;a86g[x(0x158)]();const b=a86h();a86g[x(0x158)]();let c;return{'start'(d){d&&(a=d),c=setInterval(function(){const y=a86d;a86e[y(0x15a)](a86f[y(0x147)](b())+'\x20'+d);},0x5a);},'success'(d=''){const z=x;clearInterval(c),a86e[z(0x15a)](a86f[z(0x13c)](check)+'\x20'+a+'\x20'+d),console['log'](),a86g[z(0x148)]();},'failure'(d=''){const A=x;clearInterval(c),a86e['stdout'](a86f[A(0x146)][A(0x152)](cross)+'\x20'+a+'\x20'+d),console['log'](),a86g[A(0x148)]();},'stop'(){const B=x;clearInterval(c),a86g[B(0x148)]();}};}}
@@ -1 +1 @@
1
- function a87c(){var i=['apply','5080Owsyeo','toString','2550126zGLpZT','434bMcMTa','(((.+)+)+)+$','2018295AZdpXv','426396pQwOBH','5UaoXmM','1906590KTZNlg','4542532NDUjRe','884524QrUvSx','40VhZFFj','search'];a87c=function(){return i;};return a87c();}(function(a,b){var f=a87d,c=a();while(!![]){try{var d=parseInt(f(0x69))/0x1+-parseInt(f(0x75))/0x2+parseInt(f(0x6f))/0x3+-parseInt(f(0x68))/0x4+-parseInt(f(0x74))/0x5*(-parseInt(f(0x73))/0x6)+parseInt(f(0x70))/0x7*(-parseInt(f(0x6d))/0x8)+-parseInt(f(0x72))/0x9*(-parseInt(f(0x6a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x8c392));var a87b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a87d;if(c){var e=c[g(0x6c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){var h=a87d;return a87a[h(0x6e)]()[h(0x6b)](h(0x71))[h(0x6e)]()['constructor'](a87a)[h(0x6b)](h(0x71));});function a87d(a,b){var c=a87c();return a87d=function(d,e){d=d-0x68;var f=c[d];return f;},a87d(a,b);}a87a();export{};
1
+ (function(a,b){var f=a87d,c=a();while(!![]){try{var d=-parseInt(f(0x105))/0x1*(-parseInt(f(0xff))/0x2)+parseInt(f(0x102))/0x3+parseInt(f(0xf8))/0x4*(-parseInt(f(0xfb))/0x5)+parseInt(f(0x100))/0x6+parseInt(f(0xfc))/0x7*(parseInt(f(0xfd))/0x8)+-parseInt(f(0x104))/0x9+-parseInt(f(0xf9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xcd014));var a87b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a87d;if(c){var e=c[g(0x103)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){var h=a87d;return a87a['toString']()[h(0xfa)]('(((.+)+)+)+$')[h(0x101)]()[h(0xfe)](a87a)[h(0xfa)]('(((.+)+)+)+$');});function a87c(){var i=['2uoKhsk','3101190rYFKbz','toString','3151557TpTbtj','apply','8219466HqNLby','134783RXdQNK','4zXGUbK','1857660RGWxqc','search','5727030NAZBPG','9673853EXEXsc','8AnDUar','constructor'];a87c=function(){return i;};return a87c();}a87a();function a87d(a,b){var c=a87c();return a87d=function(d,e){d=d-0xf8;var f=c[d];return f;},a87d(a,b);}export{};
@@ -1 +1 @@
1
- function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x1e9;let f=c[d];return f;},a88d(a,b);}const a88m=a88d;(function(a,b){const j=a88d,c=a();while(!![]){try{const d=parseInt(j(0x1ec))/0x1+parseInt(j(0x1f3))/0x2*(-parseInt(j(0x1ea))/0x3)+parseInt(j(0x1f2))/0x4+parseInt(j(0x201))/0x5+-parseInt(j(0x1e9))/0x6*(-parseInt(j(0x203))/0x7)+-parseInt(j(0x1fb))/0x8*(-parseInt(j(0x200))/0x9)+-parseInt(j(0x1f7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x95430));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a88d;if(c){const e=c[k(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const l=a88d;return a88a[l(0x1f0)]()['search'](l(0x1eb))[l(0x1f0)]()[l(0x1fe)](a88a)[l(0x1f8)]('(((.+)+)+)+$');});a88a();import{spawn}from'child_process';function a88c(){const s=['kill','inherit','toString','withSpinner','198716Scemub','514izkxQH','apply','SIGINT','data','25144490IzJhEU','search','disconnect','close','5736024oHyNzX','cwd','message','constructor','pid','9HiOyiq','5385000ARVWOM','ignore','14tAaWKW','2451102mYgwNK','15MExxCz','(((.+)+)+)+$','466394xNvBNg','failure'];a88c=function(){return s;};return a88c();}import{Log}from'../log/log.class.js';export class SpawnAsync{static[a88m(0x1f1)](a,b,c){return new Promise((d,e)=>{const n=a88d,f=Log['withSpinner'](),g=c?.[n(0x1fc)]||'.';c?.[n(0x1fd)]&&f['start'](c?.[n(0x1fd)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?n(0x1ef):n(0x202)});process['on'](n(0x1f5),()=>{const o=n,i=h[o(0x1ff)];i&&process[o(0x1ee)](i);}),h['on'](n(0x1f6),i=>{console['log'](i);}),h['on'](n(0x1f9),()=>{const p=n;c?.[p(0x1fd)]&&f['success'](),d();}),h['on'](n(0x1fa),()=>{const q=n;c?.[q(0x1fd)]&&f['success'](),d();}),h['on']('error',()=>{const r=n;c?.[r(0x1fd)]&&f[r(0x1ed)](),e();});});}}
1
+ (function(a,b){const j=a88d,c=a();while(!![]){try{const d=parseInt(j(0x79))/0x1+parseInt(j(0x86))/0x2+-parseInt(j(0x8f))/0x3+-parseInt(j(0x80))/0x4*(parseInt(j(0x7d))/0x5)+parseInt(j(0x76))/0x6+-parseInt(j(0x87))/0x7+parseInt(j(0x85))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x9afcd));function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x76;let f=c[d];return f;},a88d(a,b);}const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a88d;if(c){const e=c[k(0x8c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const l=a88d;return a88a['toString']()[l(0x81)](l(0x7b))[l(0x7e)]()[l(0x82)](a88a)[l(0x81)]('(((.+)+)+)+$');});a88a();import{spawn}from'child_process';import{Log}from'../log/log.class.js';function a88c(){const r=['apply','start','inherit','2907876tMqbaB','5248422lgHNUl','success','close','359702jQWsVr','pid','(((.+)+)+)+$','data','95yHGBAM','toString','failure','38188HbIatV','search','constructor','disconnect','error','9510424VAaGTp','291914hwsMRY','5485795cOSsTv','SIGINT','message','cwd','kill'];a88c=function(){return r;};return a88c();}export class SpawnAsync{static['withSpinner'](a,b,c){return new Promise((d,e)=>{const m=a88d,f=Log['withSpinner'](),g=c?.[m(0x8a)]||'.';c?.['message']&&f[m(0x8d)](c?.[m(0x89)]);const h=spawn(a,b,{'cwd':g,'stdio':c?.['verbose']?m(0x8e):'ignore'});process['on'](m(0x88),()=>{const n=m,i=h[n(0x7a)];i&&process[n(0x8b)](i);}),h['on'](m(0x7c),i=>{console['log'](i);}),h['on'](m(0x83),()=>{const o=m;c?.['message']&&f[o(0x77)](),d();}),h['on'](m(0x78),()=>{const p=m;c?.[p(0x89)]&&f[p(0x77)](),d();}),h['on'](m(0x84),()=>{const q=m;c?.['message']&&f[q(0x7f)](),e();});});}}
@@ -1 +1 @@
1
- (function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0x117))/0x1+parseInt(f(0x122))/0x2+parseInt(f(0x126))/0x3+parseInt(f(0x11d))/0x4*(-parseInt(f(0x11b))/0x5)+-parseInt(f(0x123))/0x6*(parseInt(f(0x118))/0x7)+parseInt(f(0x11c))/0x8*(-parseInt(f(0x120))/0x9)+parseInt(f(0x121))/0xa*(parseInt(f(0x125))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x786dc));function a89c(){var i=['5NOdNXB','14416EOFaWB','1837564yrCVRy','search','apply','1683CIDaSI','1431130AHZMnv','840688IpdQCj','9486LRewbc','constructor','143FjuKVL','58539ZTGGxM','787764sesjEE','987OwbAgI','(((.+)+)+)+$','toString'];a89c=function(){return i;};return a89c();}var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x11f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x11a)]()[h(0x11e)](h(0x119))[h(0x11a)]()[h(0x124)](a89a)[h(0x11e)](h(0x119));});function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x117;var f=c[d];return f;},a89d(a,b);}a89a();export{};
1
+ function a89c(){var i=['7633250JmtdEp','1955187DoCbLt','6xmGGvm','apply','(((.+)+)+)+$','search','2659LbLIGo','1707063BcHJlA','388BsIWfP','toString','897883prcaZj','5LFjCfO','964144MDXVgY','1966660fIPeyi'];a89c=function(){return i;};return a89c();}(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0x12c))/0x1*(-parseInt(f(0x12e))/0x2)+parseInt(f(0x12d))/0x3+parseInt(f(0x133))/0x4*(-parseInt(f(0x131))/0x5)+-parseInt(f(0x136))/0x6*(-parseInt(f(0x130))/0x7)+parseInt(f(0x132))/0x8+parseInt(f(0x135))/0x9+-parseInt(f(0x134))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x483e3));function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x12c;var f=c[d];return f;},a89d(a,b);}var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x137)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a['toString']()['search'](h(0x138))[h(0x12f)]()['constructor'](a89a)[h(0x139)](h(0x138));});a89a();export{};
@@ -1 +1 @@
1
- const a90p=a90d;(function(a,b){const m=a90d,c=a();while(!![]){try{const d=-parseInt(m(0x175))/0x1+-parseInt(m(0x18c))/0x2+parseInt(m(0x190))/0x3*(parseInt(m(0x171))/0x4)+parseInt(m(0x178))/0x5*(parseInt(m(0x18a))/0x6)+-parseInt(m(0x192))/0x7+parseInt(m(0x183))/0x8*(parseInt(m(0x180))/0x9)+parseInt(m(0x17a))/0xa*(-parseInt(m(0x16f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x99275));function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x16b;let f=c[d];return f;},a90d(a,b);}const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a90d;if(c){const e=c[n(0x191)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const o=a90d;return a90a[o(0x174)]()['search'](o(0x17b))['toString']()[o(0x16e)](a90a)[o(0x16b)](o(0x17b));});a90a();import a90e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a90p(0x16d)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a90d,f=b[q(0x173)]+'@'+b[q(0x193)],g=a90e[q(0x17c)](b[q(0x17e)],b[q(0x181)]),h=c?.[q(0x185)]||![],i=c?.['sshVerbose']||![];let j=[];h&&j['push']('-t');i&&j[q(0x187)]('-v');j=j['concat'](['-o','ConnectTimeout=2','-i',g,'-p',b['port'],f,a]);const k=Log[q(0x186)]();c?.['message']&&k[q(0x17d)](c?.[q(0x18d)]);const l=spawn(q(0x16d),j,{'stdio':c?.['verbose']?q(0x184):q(0x18f)});l['on'](q(0x182),()=>{const r=q;c?.['message']&&k[r(0x172)](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x18d)]&&k[s(0x172)](),d();}),l['on'](q(0x189),()=>{const t=q;c?.[t(0x18d)]&&k['failure'](),e();});});};static ['sshSync']=(a,b,c)=>{const u=a90p,d=b[u(0x173)]+'@'+b[u(0x193)],e=a90e['join'](b[u(0x17e)],b['pem']),f=c?.['tty']||![],g=c?.['sshVerbose']||![];let h=[];f&&h[u(0x187)]('-t'),g&&h[u(0x187)]('-v'),h=h[u(0x176)](['-o',u(0x16c),'-i',e,'-p',b['port'],d,a]),spawnSync('ssh',h,{'stdio':c?.[u(0x170)]?'inherit':u(0x18f)});};static[a90p(0x179)](a,b,c){const v=a90p,d=b[v(0x173)]+'@'+b['host'],e=a90e[v(0x17c)](b[v(0x17e)],b['pem']),f=c?.['tty']||![];let g=[];f&&g[v(0x187)]('-t');g=g['concat'](['-o',v(0x16c),'-i',e,'-p',b[v(0x18b)],d,a,v(0x17f)]);const h=v(0x177)+g[v(0x17c)]('\x20');return execSync(h)[v(0x174)]();}static['scp'](a,b){const w=a90p,c=b['user']+'@'+b[w(0x193)]+':'+a['dest'],d=a90e['join'](b[w(0x17e)],b[w(0x181)]),e=['-i',d,'-P',b[w(0x18b)],a[w(0x18e)],c];spawnSync(w(0x188),e,{'stdio':a['verbose']?w(0x184):w(0x18f)});}}export{SSH};function a90c(){const x=['562722Pbfpan','port','1634334MaBBaZ','message','source','ignore','24vySiRD','apply','4789400hMvkUX','host','search','ConnectTimeout=2','ssh','constructor','2035wjcabE','verbose','610808UvxRxt','success','user','toString','824868PxDyfZ','concat','ssh\x20','65JZfifM','ping','21880VLtXAU','(((.+)+)+)+$','join','start','env','2>&1','8257365yetfyH','pem','disconnect','8YuCNry','inherit','tty','withSpinner','push','scp','error'];a90c=function(){return x;};return a90c();}
1
+ const a90p=a90d;(function(a,b){const m=a90d,c=a();while(!![]){try{const d=parseInt(m(0x18a))/0x1+parseInt(m(0x194))/0x2*(-parseInt(m(0x182))/0x3)+-parseInt(m(0x18e))/0x4+parseInt(m(0x189))/0x5*(parseInt(m(0x193))/0x6)+parseInt(m(0x195))/0x7+parseInt(m(0x180))/0x8*(-parseInt(m(0x174))/0x9)+parseInt(m(0x172))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x84f97));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a90d;if(c){const e=c[n(0x181)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const o=a90d;return a90a[o(0x18d)]()['search']('(((.+)+)+)+$')[o(0x18d)]()[o(0x183)](a90a)['search'](o(0x175));});function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x16f;let f=c[d];return f;},a90d(a,b);}function a90c(){const x=['7332670NWPLRu','join','117iTcyhS','(((.+)+)+)+$','user','pem','message','port','ConnectTimeout=2','ssh\x20','sshSync','concat','2>&1','disconnect','360216WxrIbD','apply','92373RvcTkj','constructor','inherit','push','env','ping','sshVerbose','5UbRVEF','499599WUGVOO','verbose','source','toString','1769864GMwdbf','ssh','dest','tty','start','3536916Fybpfr','50LoJRJR','3639321gRMqzG','success','scp','host'];a90c=function(){return x;};return a90c();}a90a();import a90e from'path';import{execSync,spawnSync,spawn}from'child_process';import{Log}from'../log/log.class.js';class SSH{static [a90p(0x18f)]=(a,b,c)=>{return new Promise((d,e)=>{const q=a90d,f=b[q(0x176)]+'@'+b['host'],g=a90e[q(0x173)](b['env'],b[q(0x177)]),h=c?.[q(0x191)]||![],i=c?.[q(0x188)]||![];let j=[];h&&j[q(0x185)]('-t');i&&j[q(0x185)]('-v');j=j[q(0x17d)](['-o',q(0x17a),'-i',g,'-p',b['port'],f,a]);const k=Log['withSpinner']();c?.[q(0x178)]&&k[q(0x192)](c?.[q(0x178)]);const l=spawn(q(0x18f),j,{'stdio':c?.[q(0x18b)]?q(0x184):'ignore'});l['on'](q(0x17f),()=>{const r=q;c?.[r(0x178)]&&k[r(0x16f)](),d();}),l['on']('close',()=>{const s=q;c?.[s(0x178)]&&k[s(0x16f)](),d();}),l['on']('error',()=>{const t=q;c?.[t(0x178)]&&k['failure'](),e();});});};static [a90p(0x17c)]=(a,b,c)=>{const u=a90p,d=b[u(0x176)]+'@'+b[u(0x171)],e=a90e[u(0x173)](b['env'],b[u(0x177)]),f=c?.[u(0x191)]||![],g=c?.[u(0x188)]||![];let h=[];f&&h[u(0x185)]('-t'),g&&h[u(0x185)]('-v'),h=h['concat'](['-o',u(0x17a),'-i',e,'-p',b['port'],d,a]),spawnSync(u(0x18f),h,{'stdio':c?.['verbose']?u(0x184):'ignore'});};static[a90p(0x187)](a,b,c){const v=a90p,d=b[v(0x176)]+'@'+b['host'],e=a90e[v(0x173)](b['env'],b[v(0x177)]),f=c?.[v(0x191)]||![];let g=[];f&&g[v(0x185)]('-t');g=g[v(0x17d)](['-o',v(0x17a),'-i',e,'-p',b[v(0x179)],d,a,v(0x17e)]);const h=v(0x17b)+g[v(0x173)]('\x20');return execSync(h)['toString']();}static[a90p(0x170)](a,b){const w=a90p,c=b[w(0x176)]+'@'+b[w(0x171)]+':'+a[w(0x190)],d=a90e[w(0x173)](b[w(0x186)],b[w(0x177)]),e=['-i',d,'-P',b[w(0x179)],a[w(0x18c)],c];spawnSync(w(0x170),e,{'stdio':a[w(0x18b)]?'inherit':'ignore'});}}export{SSH};
@@ -1 +1 @@
1
- (function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(0x84))/0x1*(parseInt(f(0x8b))/0x2)+-parseInt(f(0x89))/0x3+parseInt(f(0x90))/0x4*(-parseInt(f(0x8f))/0x5)+-parseInt(f(0x85))/0x6+parseInt(f(0x88))/0x7*(-parseInt(f(0x86))/0x8)+parseInt(f(0x8e))/0x9+parseInt(f(0x87))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x27d8e));var a91b=(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;};}()),a91a=a91b(this,function(){var g=a91d;return a91a[g(0x8d)]()[g(0x8c)](g(0x83))[g(0x8d)]()[g(0x8a)](a91a)[g(0x8c)](g(0x83));});function a91c(){var h=['1125336ScHrMH','1387112pxRMxl','7470970xDfMHq','7fVwKie','260172OcZzFK','constructor','136740bJAHzB','search','toString','126126zvcCdC','1092990vEHnkw','4VToXKw','(((.+)+)+)+$','1YBGjGa'];a91c=function(){return h;};return a91c();}function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x83;var f=c[d];return f;},a91d(a,b);}a91a();export{};
1
+ (function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(0x1cb))/0x1+-parseInt(f(0x1c6))/0x2+-parseInt(f(0x1bd))/0x3*(-parseInt(f(0x1c3))/0x4)+parseInt(f(0x1c1))/0x5+-parseInt(f(0x1c4))/0x6+-parseInt(f(0x1c9))/0x7*(-parseInt(f(0x1ca))/0x8)+parseInt(f(0x1c7))/0x9*(-parseInt(f(0x1c0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xa464c));function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x1bd;var f=c[d];return f;},a91d(a,b);}function a91c(){var i=['3729798WwSWlX','(((.+)+)+)+$','2416660hynWFM','106236jTwGXu','toString','30317COecOv','736uPeckb','1278827feEffZ','1143MyWNFm','apply','constructor','1120aXZdvJ','4017695vxPdvs','search','14116DIsCsg'];a91c=function(){return i;};return a91c();}var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0x1c8)]()[h(0x1c2)]('(((.+)+)+)+$')['toString']()[h(0x1bf)](a91a)['search'](h(0x1c5));});a91a();export{};
@@ -1 +1 @@
1
- const a92i=a92d;(function(a,b){const f=a92d,c=a();while(!![]){try{const d=parseInt(f(0x108))/0x1+-parseInt(f(0x10d))/0x2*(parseInt(f(0xfd))/0x3)+-parseInt(f(0x118))/0x4*(parseInt(f(0x117))/0x5)+-parseInt(f(0x110))/0x6+parseInt(f(0x107))/0x7+parseInt(f(0xfc))/0x8*(-parseInt(f(0x103))/0x9)+parseInt(f(0x114))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x39b7d));const a92b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a92d;if(c){const e=c[g(0x10a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){const h=a92d;return a92a['toString']()[h(0x115)](h(0x101))[h(0x105)]()['constructor'](a92a)[h(0x115)](h(0x101));});function a92c(){const l=['crtName','323512ilIkeZ','19378RddDyF','-key','apply','push','inherit','262Yyozsl','genSSC','csrName','2164758kZlQTi','cwd','-config','genCSR','9592190FHQuhw','search','openssl','5GuhMsM','1100068eYLGmo','-x509','keyName','8AuZPJv','1623PggQkH','-new','req','useConfig','(((.+)+)+)+$','openssl.conf','735471DlDipt','-out','toString'];a92c=function(){return l;};return a92c();}a92a();import{spawnSync}from'child_process';function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0xfc;let f=c[d];return f;},a92d(a,b);}export class SSL{static[a92i(0x113)](a){const j=a92i,b=a[j(0x111)]?a[j(0x111)]:process[j(0x111)](),c=['req','-new','-newkey','rsa:2048','-nodes','-keyout',a[j(0x11a)],j(0x104),a[j(0x10f)]];a[j(0x100)]&&(c['push'](j(0x112)),c[j(0x10b)](j(0x102))),spawnSync(j(0x116),c,{'stdio':j(0x10c),'cwd':b});}static[a92i(0x10e)](a){const k=a92i,b=a['cwd']?a['cwd']:process[k(0x111)](),c=[k(0xff),k(0x119),k(0xfe),k(0x109),a[k(0x11a)],k(0x104),a[k(0x106)]];a['useConfig']&&(c[k(0x10b)]('-config'),c[k(0x10b)]('openssl.conf')),spawnSync(k(0x116),c,{'stdio':k(0x10c),'cwd':b});}}
1
+ const a92j=a92d;(function(a,b){const f=a92d,c=a();while(!![]){try{const d=parseInt(f(0x8a))/0x1*(parseInt(f(0x88))/0x2)+parseInt(f(0x77))/0x3*(-parseInt(f(0x93))/0x4)+parseInt(f(0x7c))/0x5*(-parseInt(f(0x79))/0x6)+-parseInt(f(0x8f))/0x7*(parseInt(f(0x85))/0x8)+parseInt(f(0x94))/0x9+parseInt(f(0x83))/0xa*(parseInt(f(0x8c))/0xb)+parseInt(f(0x96))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x4273a));const a92b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a92d;if(c){const e=c[g(0x84)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){const h=a92d;return a92a[h(0x7e)]()[h(0x95)]('(((.+)+)+)+$')['toString']()[h(0x7b)](a92a)[h(0x95)](h(0x87));});function a92c(){const l=['-out','cwd','push','14871ckvbqS','openssl','138TxsrYb','keyName','constructor','32470IdxpPL','-key','toString','-newkey','-x509','useConfig','genSSC','10EZgkyB','apply','764464nxJBwN','req','(((.+)+)+)+$','104uPPiME','-config','8481hZVBov','-new','1279047djDMHb','crtName','inherit','7BLqYYe','csrName','-nodes','openssl.conf','244wuAdoW','2338389GqyPvu','search','28476lOkOGd'];a92c=function(){return l;};return a92c();}a92a();function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0x74;let f=c[d];return f;},a92d(a,b);}import{spawnSync}from'child_process';export class SSL{static['genCSR'](a){const i=a92d,b=a[i(0x75)]?a[i(0x75)]:process['cwd'](),c=[i(0x86),i(0x8b),i(0x7f),'rsa:2048',i(0x91),'-keyout',a[i(0x7a)],i(0x74),a[i(0x90)]];a[i(0x81)]&&(c[i(0x76)](i(0x89)),c[i(0x76)]('openssl.conf')),spawnSync(i(0x78),c,{'stdio':i(0x8e),'cwd':b});}static[a92j(0x82)](a){const k=a92j,b=a[k(0x75)]?a[k(0x75)]:process['cwd'](),c=[k(0x86),k(0x80),k(0x8b),k(0x7d),a[k(0x7a)],k(0x74),a[k(0x8d)]];a['useConfig']&&(c[k(0x76)](k(0x89)),c[k(0x76)](k(0x92))),spawnSync(k(0x78),c,{'stdio':k(0x8e),'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.13",
4
+ "version": "4.5.14",
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.",