@maka/maka-cli 4.3.19 → 4.3.21

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 (97) hide show
  1. package/dist/command.js +1 -1
  2. package/dist/commands/_index.js +1 -1
  3. package/dist/commands/aws/_index.js +1 -1
  4. package/dist/commands/aws/aws.command.js +1 -1
  5. package/dist/commands/aws/ci.sub.cmd.js +1 -1
  6. package/dist/commands/aws/ckp.sub.cmd.js +1 -1
  7. package/dist/commands/aws/csg.sub.cmd.js +1 -1
  8. package/dist/commands/aws/di.sub.cmd.js +1 -1
  9. package/dist/commands/aws/dkp.sub.cmd.js +1 -1
  10. package/dist/commands/aws/dsg.sub.cmd.js +1 -1
  11. package/dist/commands/aws/rbi.sub.cmd.js +1 -1
  12. package/dist/commands/aws/rkp.sub.cmd.js +1 -1
  13. package/dist/commands/aws/sth.sub.cmd.js +1 -1
  14. package/dist/commands/aws/ti.sub.cmd.js +1 -1
  15. package/dist/commands/build/_index.js +1 -1
  16. package/dist/commands/build/build.js +1 -1
  17. package/dist/commands/build/docker.sub.cmd.js +1 -1
  18. package/dist/commands/create.js +1 -1
  19. package/dist/commands/debug.js +1 -1
  20. package/dist/commands/deploy.js +1 -1
  21. package/dist/commands/game/_index.js +1 -1
  22. package/dist/commands/game/battleship.sub.cmd.js +1 -1
  23. package/dist/commands/game/play.command.js +1 -1
  24. package/dist/commands/game/pong.sub.cmd.js +1 -1
  25. package/dist/commands/game/snake.sub.cmd.js +1 -1
  26. package/dist/commands/game/tetris.sub.cmd.js +1 -1
  27. package/dist/commands/generate.js +1 -1
  28. package/dist/commands/get/_index.js +1 -1
  29. package/dist/commands/get/get.command.js +1 -1
  30. package/dist/commands/get/global.sub.cmd.js +1 -1
  31. package/dist/commands/get/local.sub.cmd.js +1 -1
  32. package/dist/commands/get/whoami.sub.cmd.js +1 -1
  33. package/dist/commands/help.js +1 -1
  34. package/dist/commands/install.js +1 -1
  35. package/dist/commands/jsdoc.js +1 -1
  36. package/dist/commands/lint.js +1 -1
  37. package/dist/commands/login.js +1 -1
  38. package/dist/commands/logout.js +1 -1
  39. package/dist/commands/logs.js +1 -1
  40. package/dist/commands/maka.cmd.js +1 -1
  41. package/dist/commands/murder.js +1 -1
  42. package/dist/commands/proxy.js +1 -1
  43. package/dist/commands/reconfig.js +1 -1
  44. package/dist/commands/run/_index.js +1 -1
  45. package/dist/commands/run/docker.sub.cmd.js +1 -1
  46. package/dist/commands/run/run.command.js +1 -1
  47. package/dist/commands/set/_index.js +1 -1
  48. package/dist/commands/set/global.sub.cmd.js +1 -1
  49. package/dist/commands/set/local.sub.cmd.js +1 -1
  50. package/dist/commands/set/set.command.js +1 -1
  51. package/dist/commands/ssh.js +1 -1
  52. package/dist/commands/ssl.js +1 -1
  53. package/dist/commands/test.js +1 -1
  54. package/dist/commands/version.js +1 -1
  55. package/dist/error.js +1 -1
  56. package/dist/generator.js +1 -1
  57. package/dist/generators/_index.js +1 -1
  58. package/dist/generators/api.js +1 -1
  59. package/dist/generators/collection.js +1 -1
  60. package/dist/generators/component.js +1 -1
  61. package/dist/generators/config.js +1 -1
  62. package/dist/generators/dbc.js +1 -1
  63. package/dist/generators/dockerfile.js +1 -1
  64. package/dist/generators/hook.js +1 -1
  65. package/dist/generators/kit.js +1 -1
  66. package/dist/generators/layout.js +1 -1
  67. package/dist/generators/maka.gen.js +1 -1
  68. package/dist/generators/methods.js +1 -1
  69. package/dist/generators/package.js +1 -1
  70. package/dist/generators/page.js +1 -1
  71. package/dist/generators/publish.js +1 -1
  72. package/dist/generators/route.js +1 -1
  73. package/dist/generators/service.js +1 -1
  74. package/dist/generators/services/_index.js +1 -1
  75. package/dist/generators/services/openssl.js +1 -1
  76. package/dist/generators/services/translation.js +1 -1
  77. package/dist/maka.js +1 -1
  78. package/dist/templates/service/docker/Dockerfile +1 -1
  79. package/dist/tool.js +1 -1
  80. package/dist/tools/actions/actions.class.js +1 -1
  81. package/dist/tools/actions/actions.test.js +1 -1
  82. package/dist/tools/aws/aws.class.js +1 -1
  83. package/dist/tools/aws/aws.interfaces.js +1 -1
  84. package/dist/tools/docker/docker.class.js +1 -1
  85. package/dist/tools/docker/docker.interfaces.js +1 -1
  86. package/dist/tools/fsi/fsi.class.js +1 -1
  87. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  88. package/dist/tools/https/https.class.js +1 -1
  89. package/dist/tools/https/https.interface.js +1 -1
  90. package/dist/tools/log/log.class.js +1 -1
  91. package/dist/tools/log/log.interfaces.js +1 -1
  92. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  93. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  94. package/dist/tools/ssh/ssh.class.js +1 -1
  95. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  96. package/dist/tools/ssl/ssl.class.js +1 -1
  97. package/package.json +10 -10
@@ -1 +1 @@
1
- const a26D=a26d;(function(a,b){const v=a26d,c=a();while(!![]){try{const d=parseInt(v(0x1e3))/0x1*(-parseInt(v(0x1ed))/0x2)+-parseInt(v(0x1f1))/0x3+parseInt(v(0x1d4))/0x4+-parseInt(v(0x1ca))/0x5*(-parseInt(v(0x1d0))/0x6)+-parseInt(v(0x1dd))/0x7+-parseInt(v(0x1e1))/0x8+parseInt(v(0x1cd))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0xbf6ac));const a26b=(function(){let a=!![];return function(b,c){const w=a26d;if('bbmnL'!==w(0x1e7))try{i(j[w(0x1d1)](k));}catch(e){m(e);}else{const e=a?function(){const x=w;if(x(0x1ce)!==x(0x1d2)){if(c){const f=c[x(0x1f2)](b,arguments);return c=null,f;}}else h[x(0x1df)]?i(j['value']):k(l['value'])['then'](m,n);}:function(){};return a=![],e;}};}()),a26a=a26b(this,function(){const y=a26d;return a26a[y(0x1c9)]()['search'](y(0x1c6))[y(0x1c9)]()['constructor'](a26a)[y(0x1d9)](y(0x1c6));});function a26c(){const F=['15tkcgTY','throw','maka\x20g:template\x20todos/todo_item','40141377OtTDbV','nEkhu','invoke','66498GjnEMS','next','NQbKJ','help','4097300WijvaM','maka\x20g:package\x20package:name','nrdOy','then','mROFv','search','dir','PTdPO','create','9502899YoSKOP','Could\x20not\x20find\x20generator','done','maka\x20{generate,\x20g}:<generator>\x20<name>\x20<opts>','12059080nSYhIb','maka\x20g:scaffold\x20todos','460419kjWwCU','notice','BlVvK','value','bbmnL','Generators:','WQFbo','slice','listGenerators','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','2lAgxPX','Scaffold\x20various\x20parts\x20of\x20your\x20application','findGenerator','maka\x20g:route\x20todos/edit','4224966efxLxH','apply','(((.+)+)+)+$','where','error','toString'];a26c=function(){return F;};return a26c();}a26a();function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x1c6;let f=c[d];return f;},a26d(a,b);}var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const C=a26d;function h(k){const z=a26d;if(z(0x1d8)!==z(0x1d6))try{j(d[z(0x1d1)](k));}catch(l){g(l);}else{const n=d[z(0x1f2)](e,arguments);return f=null,n;}}function i(k){const A=a26d;try{j(d[A(0x1cb)](k));}catch(l){g(l);}}function j(k){const B=a26d;k[B(0x1df)]?f(k[B(0x1e6)]):e(k[B(0x1e6)])[B(0x1d7)](h,i);}j((d=d[C(0x1f2)](a,b||[]))[C(0x1d1)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a26u from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a26D(0x1dc)]({'name':'generate','aliases':['g'],'usage':a26D(0x1e0),'validOpts':[a26D(0x1da),a26D(0x1c7),'help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a26D(0x1ee),'description':a26D(0x1ec),'examples':['maka\x20generate:scaffold\x20todos',a26D(0x1e2),a26D(0x1cc),a26D(0x1d5),a26D(0x1f0),'maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const E=a26d;if(E(0x1e9)!==E(0x1e9)){f[E(0x1d3)]?(k[E(0x1e4)](E(0x1e8)),l[E(0x1eb)]()):m[E(0x1c8)](E(0x1de));throw new j();}else{const d=a[0x0],e=a26u[E(0x1ef)](d);if(!e){b[E(0x1d3)]?E(0x1db)===E(0x1e5)?d(e['next'](f)):(Log['notice'](E(0x1e8)),a26u[E(0x1eb)]()):Log[E(0x1c8)]('Could\x20not\x20find\x20generator');throw new UsageError();}yield e[E(0x1cf)](a[E(0x1ea)](0x1),b);}});});
1
+ const a26y=a26d;(function(a,b){const v=a26d,c=a();while(!![]){try{const d=parseInt(v(0x156))/0x1*(parseInt(v(0x155))/0x2)+-parseInt(v(0x151))/0x3+-parseInt(v(0x16c))/0x4+-parseInt(v(0x169))/0x5+-parseInt(v(0x159))/0x6*(parseInt(v(0x174))/0x7)+-parseInt(v(0x157))/0x8+parseInt(v(0x150))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0x8b613));const a26b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a26d;if('zlcRB'==='CQZQD')d(e[w(0x15f)](f));else{if(c){const f=c[w(0x154)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a26a=a26b(this,function(){const x=a26d;return a26a[x(0x16b)]()[x(0x168)](x(0x158))[x(0x16b)]()[x(0x171)](a26a)[x(0x168)](x(0x158));});function a26c(){const E=['2582850TgPKCN','EGZuo','toString','3714988oSXAKO','then','maka\x20g:scaffold\x20todos','where','maka\x20g:package\x20package:name','constructor','help','notice','77CMEalS','VUiFk','cVqOm','next','error','HFRjX','19430109XVfXWM','1403079xXAPrO','maka\x20g:template\x20todos/todo_item','findGenerator','apply','614FZKyMs','2178qzbyEF','828152eFXpCs','(((.+)+)+)+$','130974eIjlhu','__awaiter','vmUPH','dir','generate','slice','throw','create','invoke','value','pExFH','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20{generate,\x20g}:<generator>\x20<name>\x20<opts>','Could\x20not\x20find\x20generator','listGenerators','search'];a26c=function(){return E;};return a26c();}a26a();var __awaiter=this&&this[a26y(0x15a)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const C=a26d;function h(k){const z=a26d;if(z(0x179)===z(0x175))d(e[z(0x177)](f));else try{if(z(0x16a)===z(0x163)){const n=g?function(){if(n){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else j(d[z(0x177)](k));}catch(n){g(n);}}function i(k){const A=a26d;try{j(d[A(0x15f)](k));}catch(l){g(l);}}function j(k){const B=a26d;k['done']?f(k['value']):e(k[B(0x162)])[B(0x16d)](h,i);}j((d=d[C(0x154)](a,b||[]))[C(0x177)]());});};import{Command}from'../command.js';function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x150;let f=c[d];return f;},a26d(a,b);}import{Log}from'../tools/log/log.class.js';import a26u from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a26y(0x160)]({'name':a26y(0x15d),'aliases':['g'],'usage':a26y(0x165),'validOpts':[a26y(0x15c),a26y(0x16f),a26y(0x172)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a26y(0x164),'examples':['maka\x20generate:scaffold\x20todos',a26y(0x16e),a26y(0x152),a26y(0x170),'maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const D=a26d;if(D(0x15b)!=='pHvow'){const c=a[0x0],d=a26u[D(0x153)](c);if(!d){if(b['help'])Log[D(0x173)]('Generators:'),a26u[D(0x167)]();else{if(D(0x176)===D(0x176))Log['error'](D(0x166));else{if(e){const f=i[D(0x154)](j,arguments);return k=null,f;}}}throw new UsageError();}yield d[D(0x161)](a[D(0x15e)](0x1),b);}else{f[D(0x172)]?(k[D(0x173)]('Generators:'),l[D(0x167)]()):m[D(0x178)]('Could\x20not\x20find\x20generator');throw new j();}});});
@@ -1 +1 @@
1
- (function(a,b){var u=a27d,c=a();while(!![]){try{var d=parseInt(u(0xa5))/0x1+-parseInt(u(0x9f))/0x2*(parseInt(u(0xa9))/0x3)+parseInt(u(0xa4))/0x4+-parseInt(u(0xa0))/0x5+parseInt(u(0xa3))/0x6*(parseInt(u(0xa7))/0x7)+parseInt(u(0xa2))/0x8+parseInt(u(0xa8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0xbad53));var a27b=(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;};}()),a27a=a27b(this,function(){var v=a27d;return a27a[v(0xa1)]()[v(0x9e)](v(0xa6))[v(0xa1)]()[v(0x9d)](a27a)['search'](v(0xa6));});a27a();import'./get.command.js';import'./global.sub.cmd.js';function a27d(a,b){var c=a27c();return a27d=function(d,e){d=d-0x9d;var f=c[d];return f;},a27d(a,b);}import'./local.sub.cmd.js';function a27c(){var w=['532938XzBSdS','4617153nxZDyn','4077795bhxbgD','constructor','search','2YBJaDc','4015350WGFZHJ','toString','4082176cjfVxe','18WUoLis','2560684gBeMmd','1035740mHOZrV','(((.+)+)+)+$'];a27c=function(){return w;};return a27c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var u=a27d,c=a();while(!![]){try{var d=parseInt(u(0x1c5))/0x1*(parseInt(u(0x1d1))/0x2)+-parseInt(u(0x1d0))/0x3*(parseInt(u(0x1c7))/0x4)+parseInt(u(0x1c9))/0x5*(-parseInt(u(0x1cf))/0x6)+parseInt(u(0x1cc))/0x7*(-parseInt(u(0x1d2))/0x8)+-parseInt(u(0x1d3))/0x9*(parseInt(u(0x1cd))/0xa)+-parseInt(u(0x1cb))/0xb*(-parseInt(u(0x1c8))/0xc)+-parseInt(u(0x1c6))/0xd*(-parseInt(u(0x1d4))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0xad163));var a27b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a27d;if(c){var e=c[v(0x1c3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a27a=a27b(this,function(){var w=a27d;return a27a[w(0x1ce)]()['search'](w(0x1ca))[w(0x1ce)]()['constructor'](a27a)[w(0x1c4)]('(((.+)+)+)+$');});function a27d(a,b){var c=a27c();return a27d=function(d,e){d=d-0x1c3;var f=c[d];return f;},a27d(a,b);}a27a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a27c(){var x=['48pZRppT','120ayaBjl','(((.+)+)+)+$','2920423YpfALL','35MoXkid','2542380fNAVBM','toString','68022CmKYbO','360579MxTQsf','2cOmfOR','528664xoVLJj','45pfeEvl','68614AhDKvB','apply','search','1381124LeDOzr','689nmAijp','4woUDbS'];a27c=function(){return x;};return a27c();}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a28F=a28d;(function(a,b){const x=a28d,c=a();while(!![]){try{const d=-parseInt(x(0x191))/0x1+-parseInt(x(0x177))/0x2+parseInt(x(0x17b))/0x3+-parseInt(x(0x188))/0x4*(parseInt(x(0x17a))/0x5)+-parseInt(x(0x178))/0x6*(parseInt(x(0x186))/0x7)+-parseInt(x(0x17e))/0x8+parseInt(x(0x17c))/0x9*(parseInt(x(0x176))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x470a6));const a28b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a28d;if(y(0x18e)===y(0x18a))return c[y(0x172)]()[y(0x184)](y(0x173))[y(0x172)]()['constructor'](d)[y(0x184)]('(((.+)+)+)+$');else{if(c){if(y(0x197)===y(0x18f))d(e['throw'](f));else{const g=c[y(0x17f)](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;};}()),a28a=a28b(this,function(){const z=a28d;return a28a[z(0x172)]()[z(0x184)](z(0x173))[z(0x172)]()[z(0x175)](a28a)[z(0x184)](z(0x173));});a28a();function a28c(){const H=['rUMWp','522166bOZUNl','eaYQr','iknqy','OPHnm','maka\x20get:<sub-command>','done','BZOff','error','toString','(((.+)+)+)+$','ystur','constructor','10yayauI','991300AHZYpi','12UPRRDQ','get','216740iPjIGd','1384260dFtZcm','14482386jgnYlu','oWAae','2477600fpNYHA','apply','value','findSubCommand','then','Sub-Command\x20not\x20found','search','CqGKg','1430548jVifDw','kgkfN','4qtcMGU','RsafJ','xaKJv','throw','runSubCommand','next','OLbBx','ippHL'];a28c=function(){return H;};return a28c();}var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a28d;A(0x185)!==A(0x193)?g(f):this['runSubCommand'](d,e,f);});}return new(c||(c=Promise))(function(f,g){const E=a28d;function h(k){const B=a28d;if(B(0x187)===B(0x189))try{i(j[B(0x18b)](k));}catch(m){m(m);}else try{j(d['next'](k));}catch(m){if(B(0x192)!=='CIpCO')g(m);else return f instanceof g?h:new i(function(o){o(k);});}}function i(k){const C=a28d;try{j(d[C(0x18b)](k));}catch(l){if(C(0x194)!==C(0x194)){if(l){const n=i[C(0x17f)](j,arguments);return k=null,n;}}else g(l);}}function j(k){const D=a28d;k[D(0x196)]?f(k[D(0x180)]):e(k[D(0x180)])[D(0x182)](h,i);}j((d=d[E(0x17f)](a,b||[]))[E(0x18d)]());});};import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0x172;let f=c[d];return f;},a28d(a,b);}const GetCommand=Command['create']({'name':a28F(0x179),'usage':a28F(0x195),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a28d;if('jGwVR'!=='jGwVR')d(e[G(0x18d)](f));else{const d=a[0x0],e=this[G(0x181)](d);if(e)G(0x190)===G(0x17d)?h[G(0x196)]?i(j['value']):k(l[G(0x180)])[G(0x182)](m,n):this[G(0x18c)](d,a,b);else{if(G(0x174)===G(0x174)){Log[G(0x198)](G(0x183));throw new UsageErrorWithSubs();}else{const h=f[0x0],i=this[G(0x181)](h);if(i)this[G(0x18c)](h,k,l);else{m[G(0x198)](G(0x183));throw new n();}}}}});});export default GetCommand;
1
+ const a28B=a28d;(function(a,b){const x=a28d,c=a();while(!![]){try{const d=-parseInt(x(0x199))/0x1*(parseInt(x(0x187))/0x2)+-parseInt(x(0x19e))/0x3*(parseInt(x(0x186))/0x4)+parseInt(x(0x18a))/0x5*(-parseInt(x(0x192))/0x6)+-parseInt(x(0x18f))/0x7+parseInt(x(0x1a2))/0x8+parseInt(x(0x19a))/0x9*(-parseInt(x(0x18b))/0xa)+-parseInt(x(0x18c))/0xb*(-parseInt(x(0x1a9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x5e302));function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0x185;let f=c[d];return f;},a28d(a,b);}const a28b=(function(){let a=!![];return function(b,c){const y=a28d;if('cLOic'!==y(0x1a1))h['done']?i(j[y(0x1aa)]):k(l[y(0x1aa)])[y(0x193)](m,n);else{const e=a?function(){const z=y;if(c){const f=c[z(0x185)](b,arguments);return c=null,f;}}:function(){};return a=![],e;}};}()),a28a=a28b(this,function(){const A=a28d;return a28a[A(0x191)]()['search']('(((.+)+)+)+$')[A(0x191)]()[A(0x1a5)](a28a)['search'](A(0x1a7));});a28a();var __awaiter=this&&this[a28B(0x19c)]||function(a,b,c,d){function e(f){const C=a28d;if(C(0x1a3)!==C(0x1a3)){const h=g?function(){const D=C;if(h){const u=q[D(0x185)](r,arguments);return s=null,u;}}:function(){};return l=![],h;}else return f instanceof c?f:new c(function(h){const E=C;if(E(0x1ac)!==E(0x1a6))h(f);else{const j=d[E(0x185)](e,arguments);return f=null,j;}});}return new(c||(c=Promise))(function(f,g){const I=a28d;function h(k){const F=a28d;try{j(d[F(0x18e)](k));}catch(l){if('FZniB'!==F(0x196))g(l);else{c[F(0x189)](F(0x188));throw new d();}}}function i(k){const G=a28d;try{'iouSI'===G(0x1a4)?d(e[G(0x18e)](f)):j(d[G(0x19f)](k));}catch(m){g(m);}}function j(k){const H=a28d;H(0x190)===H(0x195)?this[H(0x1ad)](d,e,f):k[H(0x1a8)]?f(k[H(0x1aa)]):e(k[H(0x1aa)])[H(0x193)](h,i);}j((d=d[I(0x185)](a,b||[]))['next']());});};import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a28B(0x194)]({'name':'get','usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a28B(0x197),'validOpts':[]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const J=a28d;if(J(0x1a0)!=='mXdVH'){const c=a[0x0],d=this['findSubCommand'](c);if(d){if(J(0x19d)===J(0x18d))try{i(j[J(0x18e)](k));}catch(f){m(f);}else this[J(0x1ad)](c,a,b);}else{if(J(0x19b)!==J(0x198)){Log[J(0x189)](J(0x188));throw new UsageErrorWithSubs();}else return f instanceof g?h:new i(function(m){m(k);});}}else{const h=f[0x0],i=this[J(0x1ab)](h);if(i)this[J(0x1ad)](h,k,l);else{m[J(0x189)]('Sub-Command\x20not\x20found');throw new n();}}});});export default GetCommand;function a28c(){const K=['aHcuM','TQEPt','constructor','gORuv','(((.+)+)+)+$','done','2275236cyZgIV','value','findSubCommand','kBeBW','runSubCommand','apply','1082756eQWAiV','42cRnXju','Sub-Command\x20not\x20found','error','300ohvjoD','10GVFVeF','66dxtJSa','fPHYd','next','609945HbLZoP','FNlKq','toString','73218HldCxZ','then','create','HwEzw','MSvce','Get\x20various\x20Maka\x20variables\x20and\x20configurations','jXjgk','5674vZWgGx','933084scnzsd','VJNkT','__awaiter','AvmzZ','3VedWJG','throw','YDWYJ','cLOic','4488080ynxzJN'];a28c=function(){return K;};return a28c();}
@@ -1 +1 @@
1
- var a29C=a29d;function a29c(){var E=['fxvBE','done','apply','1765wwHoCL','nNzJY','9762ltQtvx','getGlobalConfig','throw','4679670VWvQlt','iabjE','bSDqX','24831hyxbSk','error','search','1020213zHmMvA','toString','constructor','log','90abZYWD','then','5295892DGKOOY','186KjFNWQ','fsi','value','IqYXn','594627GhDaVN','create','(((.+)+)+)+$','next','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','5412bkIjeq','1048XUfpQS','maka\x20get:global-config'];a29c=function(){return E;};return a29c();}(function(a,b){var v=a29d,c=a();while(!![]){try{var d=-parseInt(v(0x1a0))/0x1*(parseInt(v(0x18f))/0x2)+parseInt(v(0x1a9))/0x3+-parseInt(v(0x198))/0x4*(-parseInt(v(0x19e))/0x5)+parseInt(v(0x1a3))/0x6+-parseInt(v(0x18e))/0x7+-parseInt(v(0x199))/0x8*(-parseInt(v(0x1a6))/0x9)+-parseInt(v(0x18c))/0xa*(-parseInt(v(0x193))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0xbeb59));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a29d;if('ThGPz'!=='ThGPz')try{i(j['next'](k));}catch(g){m(g);}else{if(c){if(w(0x1a5)!=='EjRRj'){var e=c[w(0x19d)](b,arguments);return c=null,e;}else try{i(j['throw'](k));}catch(h){m(h);}}}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var x=a29d;return a29a[x(0x1aa)]()[x(0x1a8)](x(0x195))['toString']()[x(0x1ab)](a29a)[x(0x1a8)](x(0x195));});a29a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var B=a29d;function h(k){var y=a29d;try{j(d[y(0x196)](k));}catch(l){y(0x19f)==='nNzJY'?g(l):d(l[y(0x1a2)](f));}}function i(k){var z=a29d;try{if('XgGOZ'===z(0x192)){if(e){var m=i['apply'](j,arguments);return k=null,m;}}else j(d[z(0x1a2)](k));}catch(m){g(m);}}function j(k){var A=a29d;A(0x19b)!==A(0x1a4)?k[A(0x19c)]?f(k[A(0x191)]):e(k[A(0x191)])[A(0x18d)](h,i):c(d);}j((d=d[B(0x19d)](a,b||[]))[B(0x196)]());});};import a29u from'./get.command.js';function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x18c;var f=c[d];return f;},a29d(a,b);}import{Command}from'../../command.js';Command[a29C(0x194)]({'name':'global-config','usage':a29C(0x19a),'aliases':['gc'],'shortDesc':a29C(0x197),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a29d;try{const a=yield this[D(0x190)][D(0x1a1)]();console[D(0x1ac)](a);}catch(b){console[D(0x1a7)](b),process['exit'](0x0);}});},a29u);
1
+ var a29y=a29d;function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x15c;var f=c[d];return f;},a29d(a,b);}(function(a,b){var v=a29d,c=a();while(!![]){try{var d=parseInt(v(0x17b))/0x1*(parseInt(v(0x17c))/0x2)+parseInt(v(0x163))/0x3*(parseInt(v(0x168))/0x4)+parseInt(v(0x180))/0x5*(parseInt(v(0x17e))/0x6)+parseInt(v(0x176))/0x7+parseInt(v(0x179))/0x8*(parseInt(v(0x173))/0x9)+parseInt(v(0x17a))/0xa+-parseInt(v(0x169))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0xf3062));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a29d;if(w(0x16d)==='mxlMY'){if(c){if('bpnAX'!==w(0x15c)){var e=c[w(0x15e)](b,arguments);return c=null,e;}else{if(e){var g=i['apply'](j,arguments);return k=null,g;}}}}else try{i(j['next'](k));}catch(h){m(h);}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var x=a29d;return a29a[x(0x16b)]()['search'](x(0x175))['toString']()['constructor'](a29a)[x(0x17d)](x(0x175));});function a29c(){var F=['log','fsi','throw','error','12dOdcPC','53492516NWLYOj','global-config','toString','VEzSM','mxlMY','exit','done','__awaiter','then','getGlobalConfig','198trXoiO','qmyNK','(((.+)+)+)+$','11400109OMQCUX','value','ykJiV','321064qFLnBb','12267270PecZIk','8545eJXwqj','310djWUkl','search','714ttPMLV','yyGDZ','32320MBxhjX','LRqJe','YwngB','HtLit','apply','create','next','maka\x20get:global-config','BHloT','26451zSDPRF'];a29c=function(){return F;};return a29c();}a29a();var __awaiter=this&&this[a29y(0x170)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var z=a29d;if(z(0x15d)!==z(0x15d))try{i(j[z(0x166)](k));}catch(i){m(i);}else g(f);});}return new(c||(c=Promise))(function(f,g){var D=a29d;function h(k){var A=a29d;if(A(0x17f)==='pcwJz')h[A(0x16f)]?i(j['value']):k(l[A(0x177)])[A(0x171)](m,n);else try{A(0x162)!=='BHloT'?c(d):j(d[A(0x160)](k));}catch(n){A(0x178)!==A(0x178)?c(d):g(n);}}function i(k){var B=a29d;if(B(0x16c)!==B(0x16c)){var m=d['apply'](e,arguments);return f=null,m;}else try{j(d[B(0x166)](k));}catch(m){g(m);}}function j(k){var C=a29d;if(C(0x181)===C(0x181))k[C(0x16f)]?f(k[C(0x177)]):e(k[C(0x177)])['then'](h,i);else return c[C(0x16b)]()[C(0x17d)](C(0x175))[C(0x16b)]()['constructor'](d)[C(0x17d)](C(0x175));}j((d=d[D(0x15e)](a,b||[]))['next']());});};import a29u from'./get.command.js';import{Command}from'../../command.js';Command[a29y(0x15f)]({'name':a29y(0x16a),'usage':a29y(0x161),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a29d;try{if('NZPpL'===E(0x174))d['error'](e),f[E(0x16e)](0x0);else{const b=yield this[E(0x165)][E(0x172)]();console[E(0x164)](b);}}catch(c){console[E(0x167)](c),process[E(0x16e)](0x0);}});},a29u);
@@ -1 +1 @@
1
- function a30c(){var G=['gHrfe','apply','1633848qWETAe','138391zDdaCu','local-config','log','yPYRl','toString','search','fsi','6892184gmrQUM','__awaiter','(((.+)+)+)+$','1728730KfTeAv','240VBGoLq','getProjectConfig','next','jcPMi','maka\x20get:local-config','create','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','4287vtHFQw','hkpKm','95930mOQpca','jwuUA','1308klylJy','value','done','6499827voqnWq','throw','reRNb','7AXkSsZ','then'];a30c=function(){return G;};return a30c();}var a30A=a30d;function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0x14a;var f=c[d];return f;},a30d(a,b);}(function(a,b){var v=a30d,c=a();while(!![]){try{var d=-parseInt(v(0x166))/0x1+-parseInt(v(0x15b))/0x2*(-parseInt(v(0x157))/0x3)+parseInt(v(0x165))/0x4+parseInt(v(0x159))/0x5*(-parseInt(v(0x150))/0x6)+parseInt(v(0x161))/0x7*(parseInt(v(0x14c))/0x8)+-parseInt(v(0x15e))/0x9+parseInt(v(0x14f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xb6f4e));var a30b=(function(){var a=!![];return function(b,c){var w=a30d;if(w(0x169)==='eRrLA')h[w(0x15d)]?i(j[w(0x15c)]):k(l[w(0x15c)])[w(0x162)](m,n);else{var d=a?function(){var x=w;if(x(0x160)===x(0x158)){var h=g?function(){var y=x;if(h){var u=q[y(0x164)](r,arguments);return s=null,u;}}:function(){};return l=![],h;}else{if(c){var f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;}};}()),a30a=a30b(this,function(){var z=a30d;return a30a['toString']()[z(0x14a)](z(0x14e))[z(0x16a)]()['constructor'](a30a)[z(0x14a)](z(0x14e));});a30a();var __awaiter=this&&this[a30A(0x14d)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var B=a30d;if(B(0x153)===B(0x15a)){if(e){var i=i['apply'](j,arguments);return k=null,i;}}else g(f);});}return new(c||(c=Promise))(function(f,g){function h(k){var C=a30d;try{C(0x163)===C(0x163)?j(d[C(0x152)](k)):c(d);}catch(m){g(m);}}function i(k){var D=a30d;try{j(d[D(0x15f)](k));}catch(l){g(l);}}function j(k){var E=a30d;k[E(0x15d)]?f(k[E(0x15c)]):e(k[E(0x15c)])[E(0x162)](h,i);}j((d=d['apply'](a,b||[]))['next']());});};import a30u from'./get.command.js';import{Command}from'../../command.js';Command[a30A(0x155)]({'name':a30A(0x167),'usage':a30A(0x154),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a30A(0x156),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var F=a30d;const a=yield this[F(0x14b)][F(0x151)]();console[F(0x168)](a);});},a30u);
1
+ function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0x195;var f=c[d];return f;},a30d(a,b);}var a30y=a30d;(function(a,b){var v=a30d,c=a();while(!![]){try{var d=-parseInt(v(0x1a8))/0x1*(parseInt(v(0x1a1))/0x2)+parseInt(v(0x1a2))/0x3+parseInt(v(0x19d))/0x4*(parseInt(v(0x1a9))/0x5)+parseInt(v(0x197))/0x6+parseInt(v(0x1af))/0x7+parseInt(v(0x198))/0x8*(parseInt(v(0x1a4))/0x9)+-parseInt(v(0x1b4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xd8b7d));var a30b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a30d;if(c){if(w(0x1a5)!==w(0x1ae)){var e=c['apply'](b,arguments);return c=null,e;}else c(d);}}:function(){};return a=![],d;};}()),a30a=a30b(this,function(){var x=a30d;return a30a[x(0x19f)]()[x(0x196)]('(((.+)+)+)+$')[x(0x19f)]()['constructor'](a30a)[x(0x196)](x(0x199));});a30a();var __awaiter=this&&this[a30y(0x1a0)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var C=a30d;function h(k){var z=a30d;try{if(z(0x1ad)==='HiLfY')try{i(j[z(0x19a)](k));}catch(m){m(m);}else j(d[z(0x1a6)](k));}catch(m){g(m);}}function i(k){var A=a30d;try{if(A(0x1a7)!==A(0x1b2))j(d[A(0x19a)](k));else return f instanceof g?h:new i(function(m){m(k);});}catch(m){A(0x1b1)!==A(0x1aa)?g(m):c(d);}}function j(k){var B=a30d;k[B(0x1ac)]?f(k[B(0x1b0)]):e(k[B(0x1b0)])[B(0x1b5)](h,i);}j((d=d[C(0x1a3)](a,b||[]))[C(0x1a6)]());});};import a30u from'./get.command.js';function a30c(){var E=['6824468cGACZq','fsi','toString','__awaiter','736658bqwXYZ','4190283AiYMXK','apply','189uFfMoR','cvGEG','next','LkePy','4bGRQbB','5aPOewl','wzyaG','local-config','done','Kfjii','aHYbX','10662211urCTjU','value','BNDpA','EHyim','maka\x20get:local-config','41063000KDAgKN','then','WGxna','search','5212518DsufCu','370472rTRpUm','(((.+)+)+)+$','throw','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','create'];a30c=function(){return E;};return a30c();}import{Command}from'../../command.js';Command[a30y(0x19c)]({'name':a30y(0x1ab),'usage':a30y(0x1b3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a30y(0x19b),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a30d;if(D(0x195)===D(0x195)){const a=yield this[D(0x19e)]['getProjectConfig']();console['log'](a);}else{if(e){var c=i[D(0x1a3)](j,arguments);return k=null,c;}}});},a30u);
@@ -1 +1 @@
1
- var a31J=a31d;(function(a,b){var F=a31d,c=a();while(!![]){try{var d=parseInt(F(0x1cb))/0x1*(parseInt(F(0x1d7))/0x2)+parseInt(F(0x1ef))/0x3*(-parseInt(F(0x1e7))/0x4)+parseInt(F(0x1df))/0x5+-parseInt(F(0x1d4))/0x6*(-parseInt(F(0x1e2))/0x7)+parseInt(F(0x1e3))/0x8+-parseInt(F(0x1d3))/0x9*(-parseInt(F(0x1dd))/0xa)+parseInt(F(0x1ec))/0xb*(-parseInt(F(0x1ed))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0xa4dce));var a31b=(function(){var a=!![];return function(b,c){var G=a31d;if('yvlUf'!==G(0x1cc))d(e[G(0x1db)](f));else{var d=a?function(){var H=G;if(H(0x1c8)===H(0x1c8)){if(c){var f=c[H(0x1c4)](b,arguments);return c=null,f;}}else{const h=o[H(0x1e5)](p['hash']);q[H(0x1cf)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(h===null||h===void 0x0?void 0x0:h[H(0x1ee)])),r[H(0x1cf)](H(0x1ca)+((s=t[H(0x1d6)])===null||u===void 0x0?void 0x0:v[H(0x1c5)])),w[H(0x1cf)](H(0x1d2)+((x=y[H(0x1d6)])===null||z===void 0x0?void 0x0:A[H(0x1eb)])),B['notice'](H(0x1f3)+(h===null||h===void 0x0?void 0x0:h[H(0x1c2)][H(0x1e8)](',\x20')));}}:function(){};return a=![],d;}};}()),a31a=a31b(this,function(){var I=a31d;return a31a[I(0x1de)]()[I(0x1e6)]('(((.+)+)+)+$')['toString']()[I(0x1c1)](a31a)[I(0x1e6)](I(0x1d8));});a31a();var __awaiter=this&&this[a31J(0x1e0)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var N=a31d;function h(k){var K=a31d;if(K(0x1dc)===K(0x1d5))return c[K(0x1de)]()[K(0x1e6)](K(0x1d8))[K(0x1de)]()[K(0x1c1)](d)[K(0x1e6)](K(0x1d8));else try{K(0x1d0)==='PUPiK'?j(d[K(0x1db)](k)):c(d);}catch(n){if('TyiKx'===K(0x1f2))g(n);else return f instanceof g?h:new i(function(p){p(k);});}}function i(k){var L=a31d;try{j(d[L(0x1d9)](k));}catch(l){g(l);}}function j(k){var M=a31d;if(M(0x1cd)!==M(0x1c7))k[M(0x1e4)]?f(k[M(0x1e1)]):e(k['value'])['then'](h,i);else{if(e){var m=i[M(0x1c4)](j,arguments);return k=null,m;}}}j((d=d[N(0x1c4)](a,b||[]))[N(0x1db)]());});};function a31d(a,b){var c=a31c();return a31d=function(d,e){d=d-0x1c1;var f=c[d];return f;},a31d(a,b);}import a31D from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a31E from'jsonwebtoken';function a31c(){var P=['fsi','error','TyiKx','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','constructor','roles','DcbeI','apply','userId','whoami','ehoXQ','NcUAR','hash','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','461ubmjkb','yvlUf','nCcsQ','maka\x20get:whoami','notice','PUPiK','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20','9OdlDtJ','2298OzUOCY','wgqpF','token','2154pDbceV','(((.+)+)+)+$','throw','exit','next','vNjlI','12917690qAfHyz','toString','1556235MIWqcO','__awaiter','value','18809vHTLVG','10505216GDVGYx','done','decode','search','172IgQVzn','join','create','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','authToken','1571845SCtBXh','276MvmtRm','user','33483dAOiXE'];a31c=function(){return P;};return a31c();}Command[a31J(0x1e9)]({'name':a31J(0x1c6),'usage':a31J(0x1ce),'shortDesc':a31J(0x1ea),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){var a,b;return __awaiter(this,void 0x0,void 0x0,function*(){var O=a31d;try{const c=yield this[O(0x1f0)]['getGlobalConfig']();if(c[O(0x1c9)]){const d=a31E[O(0x1e5)](c[O(0x1c9)]);Log['notice'](O(0x1d1)+(d===null||d===void 0x0?void 0x0:d[O(0x1ee)])),Log[O(0x1cf)](O(0x1ca)+((a=c[O(0x1d6)])===null||a===void 0x0?void 0x0:a[O(0x1c5)])),Log[O(0x1cf)]('User\x20Access\x20Token:\x20\x20'+((b=c[O(0x1d6)])===null||b===void 0x0?void 0x0:b[O(0x1eb)])),Log['notice'](O(0x1f3)+(d===null||d===void 0x0?void 0x0:d[O(0x1c2)][O(0x1e8)](',\x20')));}}catch(f){if(O(0x1c3)==='MqXPW')try{i(j[O(0x1db)](k));}catch(h){m(h);}else console[O(0x1f1)](f),process[O(0x1da)](0x0);}});},a31D);
1
+ function a31c(){var R=['14oHpUTc','43261569olryrI','whoami','throw','decode','NuPov','constructor','NWFdt','EUNUO','MoZuq','notice','OsYMy','nnIoI','user','NCysU','token','exit','(((.+)+)+)+$','roles','2629197TLlzEP','toString','search','then','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','authToken','jyPQW','getGlobalConfig','200520ZRJinP','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','hash','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','ISOJq','PoslA','bFvVc','4699176XPYWqm','apply','value','VFLhi','join','2AufkwB','1013728KgQYfi','LAGmL','userId','__awaiter','next','1849180VdOdAM','error','3640984FLbOoj','User\x20Access\x20Token:\x20\x20','auAgA','fsi','maka\x20get:whoami'];a31c=function(){return R;};return a31c();}var a31J=a31d;function a31d(a,b){var c=a31c();return a31d=function(d,e){d=d-0xe6;var f=c[d];return f;},a31d(a,b);}(function(a,b){var F=a31d,c=a();while(!![]){try{var d=-parseInt(F(0xf7))/0x1*(parseInt(F(0xf6))/0x2)+-parseInt(F(0x116))/0x3+-parseInt(F(0xfc))/0x4+-parseInt(F(0xea))/0x5+-parseInt(F(0xf1))/0x6+parseInt(F(0x103))/0x7*(-parseInt(F(0xfe))/0x8)+parseInt(F(0x104))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0xaffe9));var a31b=(function(){var a=!![];return function(b,c){var G=a31d;if(G(0x10e)==='mXJVg'){if(e){var f=i['apply'](j,arguments);return k=null,f;}}else{var d=a?function(){var H=G;if(c){var f=c[H(0xf2)](b,arguments);return c=null,f;}}:function(){};return a=![],d;}};}()),a31a=a31b(this,function(){var I=a31d;return a31a[I(0x117)]()[I(0x118)](I(0x114))[I(0x117)]()[I(0x109)](a31a)[I(0x118)](I(0x114));});a31a();var __awaiter=this&&this[a31J(0xfa)]||function(a,b,c,d){function e(f){var K=a31d;if(K(0x10f)!=='dsbsH')return f instanceof c?f:new c(function(g){var L=K;L(0xf8)!==L(0xee)?g(f):d(e[L(0x106)](f));});else{var h=d['apply'](e,arguments);return f=null,h;}}return new(c||(c=Promise))(function(f,g){var P=a31d;function h(k){var M=a31d;if(M(0x111)==='NCysU')try{'PEjaT'==='NrHKM'?(d[M(0xfd)](e),f['exit'](0x0)):j(d[M(0xfb)](k));}catch(m){M(0x10b)!==M(0x10b)?d(m[M(0xfb)](f)):g(m);}else return f instanceof g?h:new i(function(p){p(k);});}function i(k){var N=a31d;if(N(0x10a)==='YPqXV'){const m=o[N(0x107)](p[N(0xec)]);q[N(0x10d)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(m===null||m===void 0x0?void 0x0:m[N(0x110)])),r[N(0x10d)](N(0xed)+((s=t[N(0x112)])===null||u===void 0x0?void 0x0:v[N(0xf9)])),w[N(0x10d)](N(0xff)+((x=y[N(0x112)])===null||z===void 0x0?void 0x0:A[N(0xe7)])),B[N(0x10d)](N(0xe6)+(m===null||m===void 0x0?void 0x0:m[N(0x115)][N(0xf5)](',\x20')));}else try{if(N(0xf4)!==N(0x10c))j(d[N(0x106)](k));else{var n=g?function(){if(n){var u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}catch(n){g(n);}}function j(k){var O=a31d;O(0x100)!==O(0x100)?c(d):k['done']?f(k[O(0xf3)]):e(k[O(0xf3)])[O(0x119)](h,i);}j((d=d[P(0xf2)](a,b||[]))[P(0xfb)]());});};import a31D from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a31E from'jsonwebtoken';Command['create']({'name':a31J(0x105),'usage':a31J(0x102),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){var a,b;return __awaiter(this,void 0x0,void 0x0,function*(){var Q=a31d;try{if(Q(0xe8)==='jyPQW'){const c=yield this[Q(0x101)][Q(0xe9)]();if(c['hash']){if(Q(0xf0)!=='BTmxG'){const d=a31E[Q(0x107)](c['hash']);Log[Q(0x10d)](Q(0xeb)+(d===null||d===void 0x0?void 0x0:d['user'])),Log['notice'](Q(0xed)+((a=c[Q(0x112)])===null||a===void 0x0?void 0x0:a[Q(0xf9)])),Log[Q(0x10d)]('User\x20Access\x20Token:\x20\x20'+((b=c[Q(0x112)])===null||b===void 0x0?void 0x0:b[Q(0xe7)])),Log['notice'](Q(0xe6)+(d===null||d===void 0x0?void 0x0:d[Q(0x115)][Q(0xf5)](',\x20')));}else c(d);}}else h['done']?i(j[Q(0xf3)]):k(l[Q(0xf3)])[Q(0x119)](m,n);}catch(h){if(Q(0xef)===Q(0x108))try{i(j[Q(0x106)](k));}catch(j){m(j);}else console[Q(0xfd)](h),process[Q(0x113)](0x0);}});},a31D);
@@ -1 +1 @@
1
- function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0xc0;var f=c[d];return f;},a32d(a,b);}var a32C=a32d;(function(a,b){var u=a32d,c=a();while(!![]){try{var d=-parseInt(u(0xc3))/0x1+parseInt(u(0xd5))/0x2*(parseInt(u(0xdc))/0x3)+-parseInt(u(0xe1))/0x4*(-parseInt(u(0xc0))/0x5)+-parseInt(u(0xd4))/0x6+parseInt(u(0xd9))/0x7+parseInt(u(0xdf))/0x8*(-parseInt(u(0xd0))/0x9)+-parseInt(u(0xde))/0xa*(-parseInt(u(0xca))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0xd086b));var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a32d;if(v(0xc9)==='axREz'){if(e){var g=i[v(0xd6)](j,arguments);return k=null,g;}}else{if(c){if(v(0xc6)!==v(0xcd)){var e=c[v(0xd6)](b,arguments);return c=null,e;}else try{i(j[v(0xcb)](k));}catch(h){m(h);}}}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var w=a32d;return a32a[w(0xc7)]()[w(0xd1)](w(0xd2))[w(0xc7)]()['constructor'](a32a)[w(0xd1)](w(0xd2));});a32a();function a32c(){var E=['ttgSD','toString','done','ZUOlV','209BLCuxA','throw','then','NlRAB','oUKpz','help','5032413DwJzaW','search','(((.+)+)+)+$','LgpoU','4441656dBrIDd','110wNYkmo','apply','Deprecated:\x20use\x20--help\x20instead','Try,\x20maka\x20--help','7681002qiHXbg','value','LESab','72573LgPyKl','next','513260UsxnHY','16ZvPjTc','fKrLe','1614748oSpAnw','5iOUbAQ','bdZGy','TRlwg','1093959bnUoRT','create','aUTac'];a32c=function(){return E;};return a32c();}var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){var x=a32d;if(x(0xd3)===x(0xc2))c(d);else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){var B=a32d;function h(k){var y=a32d;try{y(0xdb)===y(0xdb)?j(d['next'](k)):c(d);}catch(m){g(m);}}function i(k){var z=a32d;if('bdZGy'===z(0xc1))try{z(0xc5)===z(0xce)?h[z(0xc8)]?i(j[z(0xda)]):k(l[z(0xda)])[z(0xcc)](m,n):j(d[z(0xcb)](k));}catch(m){g(m);}else d(e[z(0xdd)](f));}function j(k){var A=a32d;'JeSHQ'===A(0xe0)?c(d):k[A(0xc8)]?f(k[A(0xda)]):e(k[A(0xda)])[A(0xcc)](h,i);}j((d=d['apply'](a,b||[]))[B(0xdd)]());});};import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a32C(0xc4)]({'name':a32C(0xcf),'description':a32C(0xd8),'aliases':['h'],'validOpts':[],'shortDesc':a32C(0xd7)},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a32d;if('CPqhl'!=='CPqhl')d(e[D(0xcb)](f));else throw new UsageError();});});
1
+ function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0x14b;var f=c[d];return f;},a32d(a,b);}var a32x=a32d;(function(a,b){var u=a32d,c=a();while(!![]){try{var d=parseInt(u(0x156))/0x1+parseInt(u(0x163))/0x2+-parseInt(u(0x15a))/0x3*(parseInt(u(0x152))/0x4)+-parseInt(u(0x151))/0x5+parseInt(u(0x15e))/0x6*(parseInt(u(0x14d))/0x7)+-parseInt(u(0x161))/0x8*(-parseInt(u(0x158))/0x9)+parseInt(u(0x153))/0xa*(-parseInt(u(0x14b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0xb951f));var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a32d;if(c){var e=c[v(0x154)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var w=a32d;return a32a[w(0x160)]()[w(0x162)](w(0x14e))[w(0x160)]()['constructor'](a32a)[w(0x162)](w(0x14e));});a32a();var __awaiter=this&&this[a32x(0x159)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var B=a32d;function h(k){var y=a32d;if('Shhfc'!==y(0x155))try{j(d[y(0x15b)](k));}catch(l){g(l);}else d(e[y(0x164)](f));}function i(k){var z=a32d;try{j(d[z(0x164)](k));}catch(l){if('rldfg'!==z(0x165))g(l);else try{i(j['next'](k));}catch(o){m(o);}}}function j(k){var A=a32d;A(0x15d)==='tcKnO'?k[A(0x150)]?f(k[A(0x14c)]):e(k[A(0x14c)])[A(0x14f)](h,i):c(d);}j((d=d[B(0x154)](a,b||[]))[B(0x15b)]());});};function a32c(){var C=['__awaiter','4308hZNDQZ','next','Deprecated:\x20use\x20--help\x20instead','tcKnO','5248446qDwRyU','Try,\x20maka\x20--help','toString','2504rzwbNz','search','2948556jCQDNc','throw','izbAX','5060033rgsJIk','value','7ayNGVG','(((.+)+)+)+$','then','done','5307040ZIfIlw','1676xsQhlX','40sMMVKz','apply','tmeGM','654583SyvXRJ','create','36189JPGbyL'];a32c=function(){return C;};return a32c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a32x(0x157)]({'name':'help','description':a32x(0x15f),'aliases':['h'],'validOpts':[],'shortDesc':a32x(0x15c)},function(){return __awaiter(this,void 0x0,void 0x0,function*(){throw new UsageError();});});
@@ -1 +1 @@
1
- function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0x1d7;let f=c[d];return f;},a33d(a,b);}const a33F=a33d;(function(a,b){const B=a33d,c=a();while(!![]){try{const d=parseInt(B(0x1da))/0x1*(parseInt(B(0x206))/0x2)+-parseInt(B(0x1f4))/0x3*(-parseInt(B(0x1ed))/0x4)+-parseInt(B(0x1d9))/0x5+-parseInt(B(0x1de))/0x6*(-parseInt(B(0x204))/0x7)+parseInt(B(0x228))/0x8+parseInt(B(0x22c))/0x9*(-parseInt(B(0x217))/0xa)+-parseInt(B(0x1fb))/0xb*(parseInt(B(0x20d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x3acc4));const a33b=(function(){let a=!![];return function(b,c){const C=a33d;if(C(0x1fc)!==C(0x20c)){const d=a?function(){const D=C;if(c){const e=c[D(0x1fa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else d(e[C(0x1fd)](f));};}()),a33a=a33b(this,function(){const E=a33d;return a33a[E(0x226)]()[E(0x230)](E(0x220))[E(0x226)]()['constructor'](a33a)[E(0x230)]('(((.+)+)+)+$');});a33a();var __awaiter=this&&this[a33F(0x224)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const J=a33d;function h(k){const G=a33d;if('AyFqY'!==G(0x209))try{G(0x1f1)!=='xyUfF'?(g[G(0x1e0)](G(0x212)+h[G(0x1ef)]),i=j[G(0x1ef)],k=['--cacert',l]):j(d[G(0x1db)](k));}catch(m){G(0x21c)===G(0x21e)?c(d):g(m);}else d(e[G(0x1db)](f));}function i(k){const H=a33d;try{H(0x20b)!==H(0x20b)?(d[H(0x22f)](e),f[H(0x218)](0x0)):j(d[H(0x1fd)](k));}catch(m){g(m);}}function j(k){const I=a33d;I(0x1f5)!==I(0x21a)?k[I(0x1dc)]?f(k['value']):e(k[I(0x1e5)])['then'](h,i):h[I(0x1dc)]?i(j['value']):k(l[I(0x1e5)])['then'](m,n);}j((d=d[J(0x1fa)](a,b||[]))[J(0x1db)]());});};import a33x from'os';import a33y from'path';import a33z from'fs';function a33c(){const M=['-xzf','error','search','force','Downloading\x20meteor\x20version\x20','getGlobalConfig','tar','darwin','replace','fsi','mkdir\x20-p\x20','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','withSpinner','2379895wqbCgR','305ZzrUBz','next','done','.meteor','1248594ZOGYyQ','isFile','notice','WqwYX','maka\x20install\x20meteor\x20--version\x201.12.1','maka\x20install\x20meteor\x20--force','Installing\x20meteor\x20','value','debug','join','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','grep','maka\x20install\x20meteor','confirm','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','196620JiHFok','cert','cacert','version','xyUfF','maka\x20i','install','9zndrbZ','RYuAV','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','warn','/.local/bin','-rf','apply','440231xkQbkm','unTck','throw','keepInstall','ignore','XwrUI','create','length','.tar.gz','7jbDbdN','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','2956XfsaRM','string','UPUcx','ttfoF','/meteor-bootstrap-','rjmsx','WgoJd','12cvHZaC','Network\x20error,\x20please\x20try\x20again.','maka\x20install\x20meteor\x20-v\x202.3.6','success','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc','Using\x20CA\x20Cert\x20','maka\x20install','--output','zdCGx','Aborted','10advDLS','exit','Allowing\x20insecure\x20curl\x20connections.','rDqhY','curl\x20','BJDWL','XzQPp','KLKtP','win32','(((.+)+)+)+$','https://static-meteor.netdna-ssl.com/packages-bootstrap/','QGqEW','os.linux.x86_64','__awaiter','platform','toString','meteor.tar.gz','875800FfHCAp','Meteor\x20version\x20','homedir','printf\x20\x27%s\x5cn\x27\x20\x27#!/bin/sh\x27\x20\x27exec\x20\x22$HOME/.meteor/meteor\x22\x20\x22$@\x22\x27\x20>\x20$HOME/.local/bin/meteor\x20&&\x20chmod\x20+x\x20$HOME/.local/bin/meteor','1430937FFfmQA','\x20installed.\x0a'];a33c=function(){return M;};return a33c();}import a33A from'delete';import{execSync}from'child_process';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';const homeDir=a33x[a33F(0x22a)]();Command[a33F(0x201)]({'name':a33F(0x1f3),'aliases':['i'],'validOpts':['f','force','v','version',a33F(0x1e6),a33F(0x1ef),a33F(0x1fe)],'usage':a33F(0x213),'shortDesc':a33F(0x1e8),'examples':[a33F(0x1ea),a33F(0x1e3),a33F(0x20f),a33F(0x1e2),a33F(0x1f2)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const K=a33d;try{let c=[],d='';if(b['cacert']){if(this[K(0x237)]['isFile'](b['cacert']))Log['notice']('Using\x20CA\x20Cert\x20'+b[K(0x1ef)]),d=b[K(0x1ef)],c=['--cacert',d];else throw K(0x1ec)+d;}const f=yield this[K(0x237)][K(0x233)]();if(f[K(0x1ee)]){if(this[K(0x237)][K(0x1df)](f[K(0x1ee)]))d=f['cert'],c=['--cacert',d];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d;}f['allowInsecure']&&('FSQeF'==='PjzgH'?c(d):(Log[K(0x1f7)](K(0x219)),c=['-k']));let g=![];b['f']||b[K(0x231)]?K(0x208)!==K(0x1e1)?g=!![]:d=e['v']||f[K(0x1f0)]:'ZlBTO'!=='cfZWz'?g=yield Actions[K(0x1eb)](K(0x1f6)):c['error'](d);if(!g)throw K(0x216);const h=process[K(0x225)]===K(0x21f),i=process[K(0x225)]===K(0x235),j=execSync(K(0x21b)+c[K(0x1e7)]('\x20')+'\x20-s\x20https://install.meteor.com/')[K(0x226)](),k=yield this[K(0x237)][K(0x1e9)](j,'RELEASE=');if(k[K(0x202)]===0x0){if('CKjal'!==K(0x21d))throw K(0x20e);else{const r=g?function(){const L=K;if(r){const u=q[L(0x1fa)](r,arguments);return s=null,u;}}:function(){};return l=![],r;}}let l=k[0x0][K(0x236)](/[^0-9.]/gi,'')[K(0x236)](/\r?\n|\r/,'');(typeof b['v']===K(0x207)||typeof b['version']===K(0x207))&&(l=b['v']||b[K(0x1f0)]);const m=a33y[K(0x1e7)](homeDir,K(0x1dd));if(h)K(0x215)!==K(0x215)?b=!![]:Log[K(0x1f7)](K(0x205));else{if(a33z['existsSync'](m)){if(K(0x200)!=='ZYtZR')yield SpawnAsync[K(0x1d8)]('rm',[K(0x1f9),m],{'message':'Removing\x20previous\x20install\x20of\x20meteor'});else{if(e){const t=i[K(0x1fa)](j,arguments);return k=null,t;}}}try{const t=i?'os.osx.x86_64':K(0x223);yield SpawnAsync[K(0x1d8)]('curl',[...c,'-s',K(0x221)+l+K(0x20a)+t+K(0x203),K(0x214),a33y[K(0x1e7)](homeDir,K(0x227))],{'message':K(0x232)+l});const u=[K(0x22e),a33y[K(0x1e7)](homeDir,K(0x227)),'-C',homeDir];yield SpawnAsync['withSpinner'](K(0x234),u,{'message':K(0x1e4)+l}),a33A['sync'](a33y[K(0x1e7)](homeDir,K(0x227)),{'force':!![]});}catch(v){K(0x222)===K(0x222)?console[K(0x22f)](v):c(d);}try{execSync(K(0x238)+homeDir+K(0x1f8),{'stdio':K(0x1ff)}),execSync(K(0x22b),{'stdio':K(0x1ff)}),execSync('printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile',{'stdio':K(0x1ff)}),execSync(K(0x211),{'stdio':'ignore'}),execSync(K(0x1d7),{'stdio':'ignore'});}catch(x){console['error'](x);}Log[K(0x210)](K(0x229)+l+K(0x22d));}}catch(y){'PxCPU'!=='PxCPU'?(c[K(0x1f7)](K(0x219)),d=['-k']):(console[K(0x22f)](y),process[K(0x218)](0x0));}});});
1
+ const a33F=a33d;(function(a,b){const C=a33d,c=a();while(!![]){try{const d=-parseInt(C(0xc8))/0x1+parseInt(C(0x128))/0x2*(parseInt(C(0x11d))/0x3)+-parseInt(C(0xf0))/0x4*(-parseInt(C(0xe8))/0x5)+-parseInt(C(0xde))/0x6*(parseInt(C(0xfb))/0x7)+-parseInt(C(0x10d))/0x8*(parseInt(C(0xd5))/0x9)+-parseInt(C(0xf4))/0xa*(-parseInt(C(0xe0))/0xb)+-parseInt(C(0xdf))/0xc*(-parseInt(C(0xcf))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x537a1));const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const D=a33d;if(D(0xc9)!==D(0xc9))d[D(0x11e)](e),f['exit'](0x0);else{if(c){const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const E=a33d;return a33a[E(0x10e)]()[E(0xe1)](E(0x11f))[E(0x10e)]()[E(0xef)](a33a)['search'](E(0x11f));});a33a();var __awaiter=this&&this[a33F(0xf7)]||function(a,b,c,d){function e(f){const G=a33d;if(G(0x108)!==G(0x108))d(e[G(0x111)](f));else return f instanceof c?f:new c(function(h){const H=G;H(0x106)!==H(0xd9)?h(f):c[H(0x11e)](d);});}return new(c||(c=Promise))(function(f,g){const M=a33d;function h(k){const I=a33d;if(I(0xda)!=='zTzmF')try{j(d[I(0x111)](k));}catch(l){if('iYARD'===I(0xcd))g(l);else{const n=g?function(){const J=I;if(n){const u=q[J(0xe9)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}else b[I(0xf3)](I(0xea));}function i(k){const K=a33d;try{j(d[K(0x10a)](k));}catch(l){g(l);}}function j(k){const L=a33d;k[L(0xec)]?f(k['value']):e(k[L(0xeb)])[L(0x104)](h,i);}j((d=d[M(0xe9)](a,b||[]))[M(0x111)]());});};import a33x from'os';import a33y from'path';function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0xc7;let f=c[d];return f;},a33d(a,b);}import a33z from'fs';function a33c(){const O=['mvTNN','isFile','version','existsSync','darwin','259623gwiPEa','error','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/meteor-bootstrap-','create','maka\x20install\x20meteor','debug','oycsc','-rf','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','8dgZZnv','maka\x20install\x20meteor\x20-v\x202.3.6','withSpinner','Downloading\x20meteor\x20version\x20','curl','384454LcIShb','KUMsE','meteor.tar.gz','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','--cacert','iYARD','https://static-meteor.netdna-ssl.com/packages-bootstrap/','2512211xuMITH','keepInstall','bRizL','cacert','force','\x20installed.\x0a','1688202QtGzpP','maka\x20install','win32','notice','BeMgx','jjWzu','maka\x20install\x20meteor\x20--version\x201.12.1','RELEASE=','cert','6WlfhOO','60CqamHb','658174nBVMba','search','tdLMa','fsi','itTel','string','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','curl\x20','55NxljFp','apply','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','value','done','--output','os.linux.x86_64','constructor','21496UqDNYu','Using\x20CA\x20Cert\x20','DRgZt','warn','60YuAYsb','Removing\x20previous\x20install\x20of\x20meteor','Allowing\x20insecure\x20curl\x20connections.','__awaiter','ignore','oMUrP','qiIcY','4402902IUhrEq','replace','.meteor','\x20-s\x20https://install.meteor.com/','xJfFO','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','install','tar','mkdir\x20-p\x20','then','maka\x20install\x20meteor\x20--force','Vopzq','Installing\x20meteor\x20','ZJXKf','join','throw','Network\x20error,\x20please\x20try\x20again.','JoWYk','16ZUlYJZ','toString','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','sync','next','MLASO','aoVyl','os.osx.x86_64','qnyMF','platform','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc'];a33c=function(){return O;};return a33c();}import a33A from'delete';import{execSync}from'child_process';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';const homeDir=a33x['homedir']();Command[a33F(0x122)]({'name':a33F(0x101),'aliases':['i'],'validOpts':['f',a33F(0xd3),'v','version',a33F(0x124),a33F(0xd2),a33F(0xd0)],'usage':a33F(0xd6),'shortDesc':a33F(0xe6),'examples':[a33F(0x123),a33F(0x105),a33F(0x129),a33F(0xdb),'maka\x20i']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const N=a33d;try{let c=[],d='';if(b[N(0xd2)]){if(this[N(0xe3)][N(0x119)](b[N(0xd2)]))N(0x10c)!==N(0x10c)?d(e[N(0x10a)](f)):(Log['notice']('Using\x20CA\x20Cert\x20'+b[N(0xd2)]),d=b[N(0xd2)],c=[N(0xcc),d]);else throw N(0x120)+d;}const f=yield this[N(0xe3)]['getGlobalConfig']();if(f[N(0xdd)]){if(this['fsi'][N(0x119)](f['cert']))d=f[N(0xdd)],c=[N(0xcc),d];else{if(N(0xfa)!==N(0xfa)){if(this[N(0xe3)]['isFile'](g[N(0xdd)]))m=n[N(0xdd)],o=[N(0xcc),p];else throw N(0x100)+q;}else throw N(0x100)+d;}}f['allowInsecure']&&(N(0xff)===N(0xd1)?(g(N(0x103)+h+'/.local/bin',{'stdio':N(0xf8)}),i('printf\x20\x27%s\x5cn\x27\x20\x27#!/bin/sh\x27\x20\x27exec\x20\x22$HOME/.meteor/meteor\x22\x20\x22$@\x22\x27\x20>\x20$HOME/.local/bin/meteor\x20&&\x20chmod\x20+x\x20$HOME/.local/bin/meteor',{'stdio':N(0xf8)}),j('printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile',{'stdio':N(0xf8)}),k(N(0x117),{'stdio':'ignore'}),l('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc',{'stdio':N(0xf8)})):(Log[N(0xf3)](N(0xf6)),c=['-k']));let g=![];b['f']||b[N(0xd3)]?N(0x125)!==N(0x125)?(g[N(0xd8)](N(0xf1)+h[N(0xd2)]),i=j['cacert'],k=[N(0xcc),l]):g=!![]:N(0x118)===N(0xe4)?c(d):g=yield Actions['confirm'](N(0x10f));if(!g){if('qnyMF'===N(0x115))throw'Aborted';else{const t=d[N(0xe9)](e,arguments);return f=null,t;}}const h=process[N(0x116)]===N(0xd7),i=process[N(0x116)]===N(0x11c),j=execSync(N(0xe7)+c['join']('\x20')+N(0xfe))[N(0x10e)](),k=yield this[N(0xe3)]['grep'](j,N(0xdc));if(k['length']===0x0){if(N(0xe2)!==N(0xe2))h[N(0xec)]?i(j[N(0xeb)]):k(l[N(0xeb)])[N(0x104)](m,n);else throw N(0x10b);}let l=k[0x0][N(0xfc)](/[^0-9.]/gi,'')[N(0xfc)](/\r?\n|\r/,'');if(typeof b['v']===N(0xe5)||typeof b[N(0x11a)]===N(0xe5)){if(N(0x112)==='sucKs')try{i(j[N(0x10a)](k));}catch(v){m(v);}else l=b['v']||b[N(0x11a)];}const m=a33y[N(0x109)](homeDir,N(0xfd));if(h)Log[N(0xf3)](N(0xea));else{a33z[N(0x11b)](m)&&(N(0xf2)!==N(0xf2)?b=!![]:yield SpawnAsync['withSpinner']('rm',[N(0x126),m],{'message':N(0xf5)}));try{const w=i?N(0x114):N(0xee);yield SpawnAsync[N(0x12a)](N(0xc7),[...c,'-s',N(0xce)+l+N(0x121)+w+'.tar.gz',N(0xed),a33y['join'](homeDir,N(0xca))],{'message':N(0x12b)+l});const x=['-xzf',a33y['join'](homeDir,N(0xca)),'-C',homeDir];yield SpawnAsync['withSpinner'](N(0x102),x,{'message':N(0x107)+l}),a33A[N(0x110)](a33y[N(0x109)](homeDir,N(0xca)),{'force':!![]});}catch(y){console[N(0x11e)](y);}try{execSync('mkdir\x20-p\x20'+homeDir+'/.local/bin',{'stdio':N(0xf8)}),execSync('printf\x20\x27%s\x5cn\x27\x20\x27#!/bin/sh\x27\x20\x27exec\x20\x22$HOME/.meteor/meteor\x22\x20\x22$@\x22\x27\x20>\x20$HOME/.local/bin/meteor\x20&&\x20chmod\x20+x\x20$HOME/.local/bin/meteor',{'stdio':N(0xf8)}),execSync(N(0x127),{'stdio':N(0xf8)}),execSync('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc',{'stdio':N(0xf8)}),execSync(N(0xcb),{'stdio':N(0xf8)});}catch(z){console[N(0x11e)](z);}Log['success']('Meteor\x20version\x20'+l+N(0xd4));}}catch(A){if(N(0xf9)!==N(0x113))console[N(0x11e)](A),process['exit'](0x0);else return c[N(0x10e)]()[N(0xe1)](N(0x11f))[N(0x10e)]()['constructor'](d)[N(0xe1)](N(0x11f));}});});
@@ -1 +1 @@
1
- function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0xcd;let f=c[d];return f;},a34d(a,b);}const a34z=a34d;(function(a,b){const w=a34d,c=a();while(!![]){try{const d=parseInt(w(0xd6))/0x1+parseInt(w(0xde))/0x2*(parseInt(w(0xe0))/0x3)+parseInt(w(0xdc))/0x4+parseInt(w(0xd2))/0x5+parseInt(w(0xeb))/0x6+parseInt(w(0xea))/0x7+-parseInt(w(0xe8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0xe9171));const a34b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a34d;if(c){const e=c[x(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a34a=a34b(this,function(){const y=a34d;return a34a['toString']()[y(0xcf)](y(0xdd))['toString']()['constructor'](a34a)[y(0xcf)]('(((.+)+)+)+$');});a34a();import a34u from'path';import a34v from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a34c(){const B=['logError','2144824IhNglY','(((.+)+)+)+$','230JEhCIp','Running\x20','31287Jnqljs','join','pathFromProject','fsi','docs','\x20-c\x20','sep','\x0a[+]\x20Documentation\x20written\x20to\x20','14782856IdYTuT','isFile','3441452domTFn','311142BhmMeQ','plugins/markdown','apply','utf-8','search','maka\x20jsdoc','logNotice','1122460wVGJbT','stringify','logWithSpinner','stop','299068ZVBNGE','jsdoc','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','app/public','inherit'];a34c=function(){return B;};return a34c();}Command['create']({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a34z(0xd8),'examples':['maka\x20jsdoc\x20--init',a34z(0xd0)],'validOpts':[]},function(){const A=a34z,a=a34u[A(0xe1)](this[A(0xe3)][A(0xe2)]({}),A(0xe4)+a34u[A(0xe6)]),b=a34u[A(0xe1)](this['fsi']['pathFromProject']({}),'config','jsdoc-config.json'),c=this[A(0xe3)][A(0xe2)]({}),d=A(0xd7);if(!this[A(0xe9)](b)){const g={'plugins':[A(0xec)],'tags':{'allowUnknownTags':!![],'dictionaries':[A(0xd7),'closure']},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':['app/packages','app/node_modules',A(0xd9),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':A(0xce)}};a34v['writeFileSync'](b,JSON[A(0xd3)](g,null,0x4));}const f=this[A(0xd4)](A(0xdf)+d);try{const h=d+A(0xe5)+b+'\x20-r\x20app'+a34u[A(0xe6)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':A(0xda)}),this[A(0xd1)](A(0xe7)+a);}catch(i){this[A(0xdb)](i),this['logError']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[A(0xd5)]();}});
1
+ function a34c(){const C=['Running\x20','maka\x20jsdoc','376tQSLTf','57465gmZOPv','706TCbIOO','2742MzaoTJ','636492CtMLEb','787509cWfLWh','plugins/markdown','(((.+)+)+)+$','writeFileSync','logWithSpinner','SiVom','utf-8','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','jsdoc','app/node_modules','maka\x20jsdoc\x20--init','jsdoc-config.json','\x0a[+]\x20Documentation\x20written\x20to\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','ZSQXX','sep','apply','app/private','30QWkOfk','isFile','closure','toString','logError','docs','app/public','search','388974EeGscO','inherit','KqHOY','UQUiS','pathFromProject','app/packages','.+\x5c.(j|t)s(doc|x)?$','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','logNotice','fsi','create','6497YRLNlS','\x20-d\x20','auMbZ','\x20-r\x20app','\x20-c\x20','41573dGyfKL','stringify'];a34c=function(){return C;};return a34c();}const a34A=a34d;(function(a,b){const w=a34d,c=a();while(!![]){try{const d=-parseInt(w(0xe3))/0x1+parseInt(w(0xee))/0x2*(parseInt(w(0xef))/0x3)+-parseInt(w(0xf0))/0x4+parseInt(w(0xed))/0x5+parseInt(w(0x10b))/0x6+parseInt(w(0xe8))/0x7*(parseInt(w(0xec))/0x8)+parseInt(w(0xf1))/0x9*(-parseInt(w(0x103))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x3d076));const a34b=(function(){let a=!![];return function(b,c){const x=a34d;if(x(0x10e)===x(0xff)){const e=h+x(0xe7)+i+x(0xe6)+j[x(0x100)]+x(0xe4)+k;l(e,{'cwd':m,'stdio':x(0x10c)}),this[x(0x113)](x(0xfd)+n);}else{const e=a?function(){const y=x;if(c){if(y(0x10d)!=='KqHOY'){if(e){const g=i[y(0x101)](j,arguments);return k=null,g;}}else{const g=c[y(0x101)](b,arguments);return c=null,g;}}}:function(){};return a=![],e;}};}()),a34a=a34b(this,function(){const z=a34d;return a34a[z(0x106)]()[z(0x10a)](z(0xf3))[z(0x106)]()['constructor'](a34a)['search']('(((.+)+)+)+$');});a34a();function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0xe1;let f=c[d];return f;},a34d(a,b);}import a34u from'path';import a34v from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a34A(0xe2)]({'name':a34A(0xf9),'usage':a34A(0xeb),'mustBeInMakaProject':!![],'shortDesc':a34A(0xf8),'examples':[a34A(0xfb),a34A(0xeb)],'validOpts':[]},function(){const B=a34A,a=a34u['join'](this['fsi'][B(0x10f)]({}),B(0x108)+a34u[B(0x100)]),b=a34u['join'](this[B(0xe1)][B(0x10f)]({}),'config',B(0xfc)),c=this[B(0xe1)][B(0x10f)]({}),d=B(0xf9);if(!this[B(0x104)](b)){const g={'plugins':[B(0xf2)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',B(0x105)]},'source':{'includePattern':B(0x111),'excludePattern':B(0xfe),'exclude':[B(0x110),'app/node_modules','app/public',B(0x102)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':B(0xf7)}};a34v[B(0xf4)](b,JSON[B(0xe9)](g,null,0x4));}const f=this[B(0xf5)](B(0xea)+d);try{if(B(0xf6)!==B(0xf6)){const i={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',B(0x105)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':['app/packages',B(0xfa),B(0x109),B(0x102)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':B(0xf7)}};d[B(0xf4)](e,f[B(0xe9)](i,null,0x4));}else{const i=d+B(0xe7)+b+B(0xe6)+a34u['sep']+'\x20-d\x20'+a;execSync(i,{'cwd':c,'stdio':B(0x10c)}),this[B(0x113)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}}catch(j){if('auMbZ'!==B(0xe5)){const l=d[B(0x101)](j,arguments);return f=null,l;}else this[B(0x107)](j),this[B(0x107)](B(0x112));}finally{f['stop']();}});
@@ -1 +1 @@
1
- const a35A=a35d;(function(a,b){const x=a35d,c=a();while(!![]){try{const d=parseInt(x(0x9d))/0x1+-parseInt(x(0x93))/0x2*(-parseInt(x(0xa6))/0x3)+parseInt(x(0xa8))/0x4*(-parseInt(x(0xb0))/0x5)+-parseInt(x(0x9a))/0x6*(parseInt(x(0xa4))/0x7)+-parseInt(x(0xb2))/0x8*(parseInt(x(0xbd))/0x9)+parseInt(x(0xab))/0xa+parseInt(x(0x91))/0xb*(parseInt(x(0xca))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0xeca83));const a35b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a35d;if(c){if(y(0x99)!==y(0x99))d(e[y(0x9b)](f));else{const f=c[y(0xbb)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a35a=a35b(this,function(){const z=a35d;return a35a[z(0x9e)]()[z(0xcd)](z(0xc3))[z(0x9e)]()[z(0xb4)](a35a)[z(0xcd)](z(0xc3));});a35a();var __awaiter=this&&this[a35A(0xb9)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const B=a35d;if(B(0x96)!==B(0xae))g(f);else{const i=g?function(){const C=B;if(i){const u=q[C(0xbb)](r,arguments);return s=null,u;}}:function(){};return l=![],i;}});}return new(c||(c=Promise))(function(f,g){const F=a35d;function h(k){try{j(d['next'](k));}catch(l){g(l);}}function i(k){const D=a35d;try{j(d[D(0x95)](k));}catch(l){'ytebc'==='YItyg'?h['done']?i(j[D(0xb8)]):k(l[D(0xb8)])[D(0x92)](m,n):g(l);}}function j(k){const E=a35d;k[E(0xc2)]?f(k[E(0xb8)]):e(k[E(0xb8)])[E(0x92)](h,i);}j((d=d[F(0xbb)](a,b||[]))[F(0x9b)]());});};import a35u from'path';function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x91;let f=c[d];return f;},a35d(a,b);}import{ESLint}from'eslint';function a35c(){const H=['then','2PkqacM','UiziI','throw','KKprt','lintFiles','/imports','dkjFS','26232onTydU','next','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','1868425AdPMJQ','toString','eslint/eslintrc.json','fix','LCLYV','All\x20good!\x20:)','length','2107POxYym','success','2811051WjlJMv','notice','820OaTucm','eslint','TWICG','15639290RKFWOf','jdXqZ','checkNpmPackage','PijXH','installNpmPackage','37865KaQEbX','fsi','2224GmBGNL','isFile','constructor','service','findAppDirectory','imports','value','__awaiter','push','apply','.eslintrc.json','48591tSlxTB','eslint-plugin-react','join','bPxEE','bright','done','(((.+)+)+)+$','maka\x20lint\x20--fix','qJkqq','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','loadFormatter','XuBJW','maka\x20lint\x20<opts>','1380cMSpeY','Lint\x20results\x20for\x20','dOJGf','search','format','lint','eslint-plugin-css','92719WUVxXi'];a35c=function(){return H;};return a35c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command['create']({'name':a35A(0xcf),'usage':a35A(0xc9),'maxArgLength':0x1,'validOpts':[a35A(0xa0)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a35A(0x9c),'examples':[a35A(0xc4)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a35d;if('XuBJW'===G(0xc8))try{const c=this[G(0xb1)][G(0xb6)](),d=this[G(0xb1)][G(0xad)](G(0xa9)),f=this[G(0xb1)][G(0xad)](G(0xbe)),g=this[G(0xb1)][G(0xad)]('eslint-plugin-css'),h=[];!d&&h[G(0xba)](G(0xa9));!f&&(G(0xc0)!==G(0xc0)?d(e[G(0x95)](f)):h[G(0xba)](G(0xbe)));if(!g){if(G(0x94)!==G(0xc5))h[G(0xba)](G(0xd0));else return f instanceof g?h:new i(function(p){p(k);});}h[G(0xa3)]>0x0&&(G(0xcc)==='dOJGf'?yield this[G(0xb1)][G(0xaf)](h[G(0xbf)]('\x20'),{'dev':!![]}):b[G(0xa7)](G(0xc6)));const i=this[G(0xb1)][G(0xb3)](a35u['join'](c,G(0xbc)));if(!i){if(G(0xac)!==G(0xaa)){const q={'noRename':!![]};yield this[G(0xb1)]['template']({'srcPath':G(0x9f),'destPath':a35u[G(0xbf)](c,G(0xbc)),'framework':G(0xb5),'context':q});}else return c[G(0x9e)]()[G(0xcd)](G(0xc3))['toString']()['constructor'](d)['search'](G(0xc3));}const j=new ESLint(),k=yield j[G(0x97)]([a35u[G(0xbf)](c,G(0xb7),'**')]),l=yield j[G(0xc7)]('stylish'),m=l[G(0xce)](k);m[G(0xa3)]>0x0?Log[G(0xc1)](m):Log[G(0xa5)](G(0xa2));Log[G(0xa7)](G(0xcb)+c+G(0x98));if(b[G(0xa0)]){if('OKrfT'!=='VViGa')yield ESLint['outputFixes'](k);else try{i(j[G(0x95)](k));}catch(t){m(t);}}else Log[G(0xa7)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(t){G(0xa1)===G(0xa1)?console['error'](t):b['push'](G(0xbe));}else{const w=d[G(0xbb)](e,arguments);return f=null,w;}});});
1
+ const a35y=a35d;(function(a,b){const v=a35d,c=a();while(!![]){try{const d=parseInt(v(0x150))/0x1*(parseInt(v(0x152))/0x2)+parseInt(v(0x183))/0x3+-parseInt(v(0x156))/0x4+parseInt(v(0x174))/0x5*(-parseInt(v(0x16a))/0x6)+-parseInt(v(0x153))/0x7*(parseInt(v(0x17d))/0x8)+-parseInt(v(0x15c))/0x9*(parseInt(v(0x176))/0xa)+parseInt(v(0x158))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x33eee));function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x145;let f=c[d];return f;},a35d(a,b);}const a35b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a35d;if('kMDoL'!==w(0x15e)){if(c){if(w(0x169)!=='PZOcQ'){const e=c[w(0x160)](b,arguments);return c=null,e;}else c(d);}}else b[w(0x145)]('eslint-plugin-react');}:function(){};return a=![],d;};}()),a35a=a35b(this,function(){const x=a35d;return a35a['toString']()[x(0x175)](x(0x159))[x(0x166)]()['constructor'](a35a)['search'](x(0x159));});a35a();var __awaiter=this&&this[a35y(0x171)]||function(a,b,c,d){function e(f){const z=a35d;if(z(0x17e)!==z(0x17e)){const h=d[z(0x160)](e,arguments);return f=null,h;}else return f instanceof c?f:new c(function(h){const A=z;if(A(0x185)==='wwCTn'){if(e){const j=i['apply'](j,arguments);return k=null,j;}}else h(f);});}return new(c||(c=Promise))(function(f,g){const E=a35d;function h(k){const B=a35d;try{B(0x146)!==B(0x16f)?j(d[B(0x180)](k)):c(d);}catch(m){g(m);}}function i(k){const C=a35d;if(C(0x182)===C(0x162))d(e['throw'](f));else try{'lyyLK'!==C(0x17f)?j(d['throw'](k)):b[C(0x145)](C(0x16b));}catch(n){C(0x168)==='cAnjs'?g(n):d(n[C(0x180)](f));}}function j(k){const D=a35d;k[D(0x151)]?f(k[D(0x178)]):e(k[D(0x178)])[D(0x149)](h,i);}j((d=d[E(0x160)](a,b||[]))['next']());});};import a35u from'path';import{ESLint}from'eslint';function a35c(){const H=['done','2DoxLgB','7mWFoDE','maka\x20lint\x20<opts>','Lint\x20results\x20for\x20','89168wFvPPO','SwWtR','3207193jQCAJY','(((.+)+)+)+$','UazYf','eslint-plugin-css','199854abUiQf','uwRAX','AHWkI','.eslintrc.json','apply','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','DWHDR','template','CCHZk','eslint-plugin-react','toString','All\x20good!\x20:)','cAnjs','aaaQc','2622AjIRcw','eslint','vXyVC','notice','create','wOXDb','checkNpmPackage','__awaiter','format','eslint/eslintrc.json','835TuYjDf','search','50sCOBZz','success','value','QtBLq','fix','stylish','loadFormatter','2398792pPkeOh','OZXaE','CffIi','next','throw','GiikK','515616RPAGXD','imports','JIZGA','push','HHaqs','length','installNpmPackage','then','join','isFile','fCUld','fsi','lint','/imports','255433hhZfOO'];a35c=function(){return H;};return a35c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a35y(0x16e)]({'name':a35y(0x14e),'usage':a35y(0x154),'maxArgLength':0x1,'validOpts':[a35y(0x17a)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':['maka\x20lint\x20--fix']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a35d;try{if(F(0x14c)!==F(0x15a)){const c=this['fsi']['findAppDirectory'](),d=this['fsi']['checkNpmPackage'](F(0x16b)),f=this[F(0x14d)][F(0x170)]('eslint-plugin-react'),g=this['fsi'][F(0x170)](F(0x15b)),h=[];!d&&h[F(0x145)](F(0x16b));!f&&h[F(0x145)](F(0x165));if(!g){if(F(0x15d)!=='FzcOg')h[F(0x145)](F(0x15b));else try{i(j[F(0x181)](k));}catch(o){m(o);}}h[F(0x147)]>0x0&&(F(0x164)==='cXvVT'?c['error'](d):yield this[F(0x14d)][F(0x148)](h[F(0x14a)]('\x20'),{'dev':!![]}));const i=this[F(0x14d)][F(0x14b)](a35u[F(0x14a)](c,F(0x15f)));if(!i){const p={'noRename':!![]};yield this[F(0x14d)][F(0x163)]({'srcPath':F(0x173),'destPath':a35u[F(0x14a)](c,'.eslintrc.json'),'framework':'service','context':p});}const j=new ESLint(),k=yield j['lintFiles']([a35u[F(0x14a)](c,F(0x184),'**')]),l=yield j[F(0x17c)](F(0x17b)),m=l[F(0x172)](k);if(m[F(0x147)]>0x0){if(F(0x157)!=='DvaYy')Log['bright'](m);else return f instanceof g?h:new i(function(r){r(k);});}else Log[F(0x177)](F(0x167));Log[F(0x16d)](F(0x155)+c+F(0x14f));if(b['fix'])F(0x16c)==='ypNec'?b[F(0x16d)](F(0x161)):yield ESLint['outputFixes'](k);else{if(F(0x179)==='QtBLq')Log[F(0x16d)](F(0x161));else{const t=g?function(){const G=F;if(t){const u=q[G(0x160)](r,arguments);return s=null,u;}}:function(){};return l=![],t;}}}else h['done']?i(j[F(0x178)]):k(l[F(0x178)])[F(0x149)](m,n);}catch(u){console['error'](u);}});});
@@ -1 +1 @@
1
- const a36H=a36d;function a36c(){const O=['ask','36285YLGqqx','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','wyxgt','VQdSo','712RbafXc','toString','getSystemInfo','parse','start','6809823VWbjwd','exit','rvKZY','authToken','get','post','1281778cjTPZC','True','login','email','fsi','cert','Email:','value','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','(((.+)+)+)+$','create','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','maka\x20login','header','apply','QgrZx','DVYXe','Logging\x20in','XELuS','Zcdhz','assign','getGlobalConfig','cacert','isFile','setGlobalConfig','__awaiter','1807254iPDSPt','notice','25KyQXAA','success','Using\x20CA\x20Cert\x20','Hcwkv','42224CewfKD','Logging\x20into\x20https://','uuid','FCtfM','throw','/api/v1/status','done','maka\x20login\x20<opts>','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','RZsHk','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','error','then','password','https://','cxNPp','cOVTz','5271790FvMBRh','next','286EEOxfH','help','736728QBcour','search','Preflight\x20Check','localhost','sha256','failure'];a36c=function(){return O;};return a36c();}(function(a,b){const E=a36d,c=a();while(!![]){try{const d=-parseInt(E(0x1c4))/0x1+parseInt(E(0x1ac))/0x2*(parseInt(E(0x1b5))/0x3)+parseInt(E(0x1ae))/0x4*(parseInt(E(0x1e0))/0x5)+parseInt(E(0x1de))/0x6+-parseInt(E(0x1e4))/0x7*(-parseInt(E(0x1b9))/0x8)+-parseInt(E(0x1be))/0x9+-parseInt(E(0x1aa))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0xe1544));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const F=a36d;if(c){if(F(0x1b7)!==F(0x1b7))return c['toString']()['search'](F(0x1cd))[F(0x1ba)]()['constructor'](d)[F(0x1af)](F(0x1cd));else{const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const G=a36d;return a36a[G(0x1ba)]()[G(0x1af)](G(0x1cd))[G(0x1ba)]()['constructor'](a36a)['search'](G(0x1cd));});a36a();var __awaiter=this&&this[a36H(0x1dd)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const I=a36d;if(I(0x1a1)===I(0x1e3)){const i=d[I(0x1d2)](e,arguments);return f=null,i;}else g(f);});}return new(c||(c=Promise))(function(f,g){const M=a36d;function h(k){const J=a36d;if(J(0x1a9)!=='RxOsi')try{j(d[J(0x1ab)](k));}catch(l){g(l);}else try{i(j['next'](k));}catch(o){m(o);}}function i(k){const K=a36d;try{j(d['throw'](k));}catch(l){K(0x1d7)!==K(0x1d7)?c(d):g(l);}}function j(k){const L=a36d;k[L(0x1ea)]?f(k[L(0x1cb)]):e(k[L(0x1cb)])[L(0x1a5)](h,i);}j((d=d[M(0x1d2)](a,b||[]))['next']());});};import a36u from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x1a1;let f=c[d];return f;},a36d(a,b);}const hostname=process['env']['MAKA_DEV']===a36H(0x1c5)?a36H(0x1b1):'www.maka-cli.com';Command[a36H(0x1ce)]({'name':a36H(0x1c6),'validOpts':[a36H(0x1c7),'password',a36H(0x1ad),a36H(0x1da),'debug'],'usage':a36H(0x1eb),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a36H(0x1cf),'examples':[a36H(0x1d0),a36H(0x1a2)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const N=a36d,c=Log['withSpinner']();try{if(N(0x1d3)!==N(0x1d3))d[N(0x1d8)](e,{'cert':f});else{let f='';b[N(0x1da)]&&(this[N(0x1c8)][N(0x1db)](b[N(0x1da)])?(f=b[N(0x1da)],Log['notice'](N(0x1e2)+f)):N(0x1c0)==='cJjvs'?this[N(0x1c8)][N(0x1db)](h[N(0x1da)])?(o=p[N(0x1da)],q[N(0x1df)](N(0x1e2)+r)):s['error'](N(0x1cc)+t):Log[N(0x1a4)](N(0x1cc)+f));const g=yield this['fsi'][N(0x1d9)]();if(g['cert']){if(N(0x1d4)==='DVYXe'){if(this[N(0x1c8)]['isFile'](g[N(0x1c9)]))f=g[N(0x1c9)];else{if(N(0x1a8)===N(0x1a8)){Log[N(0x1a4)](N(0x1b6)+f);return;}else h[N(0x1ea)]?i(j[N(0x1cb)]):k(l[N(0x1cb)])['then'](m,n);}}else{c[N(0x1b3)]();throw d;}}const h=yield this[N(0x1c8)][N(0x1bb)]();Log[N(0x1d1)](N(0x1e5)+hostname);const i={'url':N(0x1a7)+hostname+N(0x1e9)};b[N(0x1da)]&&Object[N(0x1d8)](i,{'cert':f});c[N(0x1bd)](N(0x1b0));const {statusCode:j}=yield HTTPS[N(0x1c2)](i);if(j===0x198){if('VQdSo'===N(0x1b8)){c['failure']();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}else{c[N(0x1b3)]('\x0a');throw N(0x1ec)+d;}}if(j!==0xc8){c['failure']();throw N(0x1a7)+hostname+N(0x1a3);}c[N(0x1e1)]();const k=b[N(0x1c7)]?b[N(0x1c7)]:yield Actions[N(0x1b4)](N(0x1ca)),l=b[N(0x1a6)]?b[N(0x1a6)]:yield Actions[N(0x1b4)]('Password:\x20',!![]),m=a36u['md'][N(0x1b2)][N(0x1ce)]();m['update'](l);const n=m['digest']()['toHex'](),o={'hostname':hostname,'path':'/api/v1/login','data':{'email':k,'password':n,'hashed':!![]}};b[N(0x1da)]&&(N(0x1e7)!==N(0x1e7)?d(e[N(0x1e8)](f)):Object[N(0x1d8)](o,{'cert':f}));c['start'](N(0x1d5));const {data:p,statusCode:q}=yield HTTPS[N(0x1c3)](o);if(q===0x198){c[N(0x1b3)]('\x0a');throw N(0x1ec)+hostname;}const r=JSON[N(0x1bc)](p);if(r[N(0x1c1)]){const x={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':r[N(0x1c1)]},'data':{'uuid':h[N(0x1e6)]}};b[N(0x1da)]&&Object[N(0x1d8)](x,{'cert':f});const {data:y,statusCode:z}=yield HTTPS[N(0x1c3)](x),{token:A}=JSON[N(0x1bc)](y);if(z===0x198)throw N(0x1ec)+hostname;const B={'token':r,'hash':A};this[N(0x1c8)][N(0x1dc)](B);}else{if(N(0x1d6)===N(0x1d6)){c[N(0x1b3)]();throw r;}else e[N(0x1b3)](),f[N(0x1a4)](g),h[N(0x1bf)](0x0);}c[N(0x1e1)]();}}catch(D){c[N(0x1b3)](),console['error'](D),process['exit'](0x0);}});});
1
+ const a36G=a36d;(function(a,b){const D=a36d,c=a();while(!![]){try{const d=parseInt(D(0x183))/0x1+parseInt(D(0x192))/0x2+-parseInt(D(0x1b3))/0x3*(parseInt(D(0x17d))/0x4)+-parseInt(D(0x1b6))/0x5*(-parseInt(D(0x181))/0x6)+parseInt(D(0x1a3))/0x7*(-parseInt(D(0x195))/0x8)+parseInt(D(0x18a))/0x9+parseInt(D(0x1a9))/0xa*(-parseInt(D(0x189))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x57a1c));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const E=a36d;if(c){const e=c[E(0x1b7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const F=a36d;return a36a[F(0x1a2)]()[F(0x179)](F(0x185))[F(0x1a2)]()[F(0x16f)](a36a)[F(0x179)](F(0x185));});a36a();var __awaiter=this&&this[a36G(0x177)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const H=a36d;if(H(0x190)===H(0x190))g(f);else try{i(j[H(0x174)](k));}catch(i){m(i);}});}return new(c||(c=Promise))(function(f,g){const L=a36d;function h(k){const I=a36d;if(I(0x197)!==I(0x1a4))try{j(d[I(0x1ae)](k));}catch(l){if(I(0x1b0)===I(0x1b5))return f instanceof g?h:new i(function(n){n(k);});else g(l);}else e=f['cacert'],g['notice'](I(0x167)+h);}function i(k){const J=a36d;try{J(0x1a6)!==J(0x1a6)?c(d):j(d[J(0x174)](k));}catch(m){g(m);}}function j(k){const K=a36d;k[K(0x193)]?f(k[K(0x196)]):e(k['value'])[K(0x198)](h,i);}j((d=d[L(0x1b7)](a,b||[]))['next']());});};import a36u from'node-forge';function a36c(){const O=['(((.+)+)+)+$','Email:','notice','/api/v1/encodeJwt','4140103KCzKES','2025324qmsmYY','update','MAKA_DEV','post','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','YczGq','ZxGpJ','start','1117730SIRYda','done','LlDKe','8GTLOkM','value','ZOGrA','then','Logging\x20in','digest','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','/api/v1/status','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','PszHQ','Preflight\x20Check','create','WRXAG','toString','1429652ECgQKR','UGjEo','localhost','KydlX','env','email','30JfeSBX','Logging\x20into\x20https://','UPKoK','getSystemInfo','FEXCr','next','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','eqfIf','header','sha256','21QDYcso','authToken','ZbTAu','235QAouds','apply','login','ask','exit','withSpinner','/api/v1/login','Using\x20CA\x20Cert\x20','https://','cacert','password','parse','maka\x20login\x20<opts>','setGlobalConfig','Password:\x20','constructor','www.maka-cli.com','cert','isFile','failure','throw','debug','success','__awaiter','fsi','search','help','error','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','16968OPmKcb','assign','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','maka\x20login','40746ztRdTn','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','618911ZAaYzR','getGlobalConfig'];a36c=function(){return O;};return a36c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x165;let f=c[d];return f;},a36d(a,b);}const hostname=process[a36G(0x1a7)][a36G(0x18c)]==='True'?a36G(0x1a5):a36G(0x170);Command[a36G(0x1a0)]({'name':a36G(0x1b8),'validOpts':[a36G(0x1a8),a36G(0x16a),a36G(0x17a),a36G(0x169),a36G(0x175)],'usage':a36G(0x16c),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a36G(0x1af),'examples':[a36G(0x180),a36G(0x17f)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const M=a36d;if(M(0x1ab)!==M(0x1ab))c=d[M(0x171)];else{const d=Log[M(0x165)]();try{if(M(0x1a1)!==M(0x1ad)){let f='';if(b[M(0x169)]){if(M(0x19e)==='VAgBT'){b['failure']();throw M(0x17c);}else this[M(0x178)][M(0x172)](b[M(0x169)])?(f=b[M(0x169)],Log[M(0x187)](M(0x167)+f)):Log[M(0x17b)](M(0x18e)+f);}const g=yield this[M(0x178)][M(0x184)]();if(g[M(0x171)]){if(this[M(0x178)][M(0x172)](g[M(0x171)])){if(M(0x194)===M(0x194))f=g[M(0x171)];else{if(this[M(0x178)][M(0x172)](f[M(0x171)]))k=l[M(0x171)];else{m['error'](M(0x182)+n);return;}}}else{Log['error'](M(0x182)+f);return;}}const h=yield this[M(0x178)][M(0x1ac)]();Log[M(0x1b1)](M(0x1aa)+hostname);const i={'url':'https://'+hostname+M(0x19c)};b[M(0x169)]&&Object['assign'](i,{'cert':f});d['start'](M(0x19f));const {statusCode:j}=yield HTTPS['get'](i);if(j===0x198){d['failure']();throw M(0x17c);}if(j!==0xc8){if('sjoUK'!==M(0x18f)){d[M(0x173)]();throw M(0x168)+hostname+M(0x19d);}else{const v=d[M(0x1b7)](e,arguments);return f=null,v;}}d['success']();const k=b['email']?b[M(0x1a8)]:yield Actions[M(0x1b9)](M(0x186)),l=b[M(0x16a)]?b[M(0x16a)]:yield Actions[M(0x1b9)](M(0x16e),!![]),m=a36u['md'][M(0x1b2)]['create']();m[M(0x18b)](l);const n=m[M(0x19a)]()['toHex'](),o={'hostname':hostname,'path':M(0x166),'data':{'email':k,'password':n,'hashed':!![]}};b[M(0x169)]&&Object[M(0x17e)](o,{'cert':f});d[M(0x191)](M(0x199));const {data:p,statusCode:q}=yield HTTPS[M(0x18d)](o);if(q===0x198){d[M(0x173)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const r=JSON['parse'](p);if(r[M(0x1b4)]){const v={'hostname':hostname,'path':M(0x188),'headers':{'x-auth-token':r[M(0x1b4)]},'data':{'uuid':h['uuid']}};b['cacert']&&Object['assign'](v,{'cert':f});const {data:w,statusCode:x}=yield HTTPS[M(0x18d)](v),{token:y}=JSON[M(0x16b)](w);if(x===0x198)throw M(0x19b)+hostname;const z={'token':r,'hash':y};this[M(0x178)][M(0x16d)](z);}else{d[M(0x173)]();throw r;}d[M(0x176)]();}else{const B=g?function(){const N=M;if(B){const C=q[N(0x1b7)](r,arguments);return s=null,C;}}:function(){};return l=![],B;}}catch(B){d[M(0x173)](),console[M(0x17b)](B),process[M(0x1ba)](0x0);}}});});
@@ -1 +1 @@
1
- const a37C=a37d;(function(a,b){const v=a37d,c=a();while(!![]){try{const d=parseInt(v(0x131))/0x1+parseInt(v(0x144))/0x2+-parseInt(v(0x132))/0x3+parseInt(v(0x115))/0x4+parseInt(v(0x120))/0x5+-parseInt(v(0x125))/0x6+-parseInt(v(0x143))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x220a1));const a37b=(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;};}()),a37a=a37b(this,function(){const w=a37d;return a37a['toString']()['search'](w(0x134))['toString']()[w(0x124)](a37a)[w(0x119)](w(0x134));});a37a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const x=a37d;x(0x142)!==x(0x142)?c(d):g(f);});}return new(c||(c=Promise))(function(f,g){const B=a37d;function h(k){const y=a37d;if(y(0x10b)!=='iMwcP')c(d);else try{j(d[y(0x137)](k));}catch(m){g(m);}}function i(k){const z=a37d;try{j(d['throw'](k));}catch(l){if(z(0x140)!==z(0x113))g(l);else{b[z(0x123)]('\x0a');throw z(0x136);}}}function j(k){const A=a37d;k['done']?f(k[A(0x118)]):e(k['value'])[A(0x10c)](h,i);}j((d=d[B(0x11c)](a,b||[]))['next']());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a37c(){const F=['192198tAsOtF','start','Using\x20CA\x20Cert\x20','toString','fsi','getGlobalConfig','error','cert','https://','TBAFd','withSpinner','vEFbp','74827sXqZUE','332610URbSMs','throw','(((.+)+)+)+$','exit','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','next','env','www.maka-cli.com','AHPht','create','cacert','logout','isFile','localhost','BLzhY','/api/v1/status','rbSgE','1338666JDzLyY','85026KUqaVP','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','FhqDS','done','PlqcH','success','orhNI','Logging\x20out\x20of\x20https://','iMwcP','then','assign','maka\x20logout','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','liAuD','/api/v1/logoutAll','maka\x20logout\x20<opts>','gDcEF','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','708176nhVaAG','notice','NXnNY','value','search','True','DqNOV','apply','get','authToken','OgUXD','895910VfQLGP','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','post','failure','constructor'];a37c=function(){return F;};return a37c();}function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x109;let f=c[d];return f;},a37d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a37C(0x138)]['MAKA_DEV']===a37C(0x11a)?a37C(0x13f):a37C(0x139);Command[a37C(0x13b)]({'name':a37C(0x13d),'validOpts':[a37C(0x13c)],'usage':a37C(0x112),'maxArgLength':0x2,'shortDesc':a37C(0x114),'disableAuthCheck':!![],'examples':[a37C(0x10e)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const D=a37d,d=Log[D(0x12f)]();try{if(D(0x12e)==='TBAFd'){let f='';b[D(0x13c)]&&('yBwPD'===D(0x146)?c[D(0x12b)](d):this['fsi'][D(0x13e)](b[D(0x13c)])?D(0x13a)==='AHPht'?(f=b[D(0x13c)],Log[D(0x116)]('Using\x20CA\x20Cert\x20'+f)):h[D(0x147)]?i(j[D(0x118)]):k(l[D(0x118)])[D(0x10c)](m,n):D(0x11f)===D(0x130)?d(e[D(0x133)](f)):Log['error']('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+f));const g=yield this['fsi'][D(0x12a)]();if(g[D(0x12c)]){if(this[D(0x129)][D(0x13e)](g[D(0x12c)]))f=g[D(0x12c)];else{d['failure']();throw Log[D(0x12b)](D(0x145)+f);}}Log['header'](D(0x10a)+hostname);const h={'url':D(0x12d)+hostname+D(0x141)};b[D(0x13c)]&&Object[D(0x10d)](h,{'cert':f});d[D(0x126)]('Preflight\x20Check');const {statusCode:i}=yield HTTPS[D(0x11d)](h);if(i===0x198){if(D(0x148)===D(0x148)){d[D(0x123)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}else d[D(0x10d)](e,{'cert':f});}d['success']();if(i!==0xc8){d[D(0x123)]();throw D(0x10f);}if(!((c=g===null||g===void 0x0?void 0x0:g['token'])===null||c===void 0x0?void 0x0:c[D(0x11e)])){if(D(0x117)===D(0x110)){const q=g?function(){const E=D;if(q){const u=q[E(0x11c)](r,arguments);return s=null,u;}}:function(){};return l=![],q;}else throw Log['error'](D(0x121));}d['start']('Logging\x20out');const j={'hostname':hostname,'path':D(0x111),'data':{},'headers':{'x-auth-token':g['token'][D(0x11e)]}};if(b[D(0x13c)]){if('DqNOV'!==D(0x11b))return c[D(0x128)]()[D(0x119)]('(((.+)+)+)+$')['toString']()[D(0x124)](d)[D(0x119)](D(0x134));else Object[D(0x10d)](j,{'cert':f});}const {statusCode:k}=yield HTTPS[D(0x122)](j);if(k===0x198){if(D(0x109)===D(0x109)){d[D(0x123)]('\x0a');throw D(0x136);}else{b[D(0x123)]();throw D(0x10f);}}this['fsi']['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),d[D(0x149)]();}else e=f[D(0x13c)],g[D(0x116)](D(0x127)+h);}catch(t){t&&console[D(0x12b)](t),process[D(0x135)](0x0);}});});
1
+ function a37c(){const G=['ijuno','GJsRS','isFile','value','677796BwEJUa','__awaiter','1830lnGmdJ','41488HLvSmX','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','get','header','withSpinner','maka\x20logout\x20<opts>','10HZsJdC','getGlobalConfig','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','exit','assign','ciunW','1946483ZOUaca','Using\x20CA\x20Cert\x20','done','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','https://','throw','success','logout','error','authToken','vzTqw','cacert','create','145TQSaIb','SsGez','env','Preflight\x20Check','then','search','MAKA_DEV','www.maka-cli.com','constructor','toString','cert','181pIscve','2179809BcLlrZ','start','next','Logging\x20out\x20of\x20https://','629448JgMEDw','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','apply','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','maka\x20logout','/api/v1/logoutAll','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','xJRQI','failure','1769120dIGbza','RcjBo','EMaqU','ICcJk','notice','localhost','fsi'];a37c=function(){return G;};return a37c();}const a37y=a37d;function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0xd2;let f=c[d];return f;},a37d(a,b);}(function(a,b){const v=a37d,c=a();while(!![]){try{const d=parseInt(v(0xdd))/0x1*(parseInt(v(0xf8))/0x2)+-parseInt(v(0xe2))/0x3+parseInt(v(0xf9))/0x4*(parseInt(v(0xd2))/0x5)+parseInt(v(0xf6))/0x6+parseInt(v(0x105))/0x7+-parseInt(v(0xeb))/0x8+-parseInt(v(0xde))/0x9*(parseInt(v(0xff))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x2cfd9));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a37d;if(c){if(w(0x104)!==w(0x104))d(e[w(0x10a)](f));else{const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const x=a37d;return a37a[x(0xdb)]()[x(0xd7)]('(((.+)+)+)+$')[x(0xdb)]()[x(0xda)](a37a)[x(0xd7)]('(((.+)+)+)+$');});a37a();var __awaiter=this&&this[a37y(0xf7)]||function(a,b,c,d){function e(f){const z=a37d;if(z(0x10f)!=='vzTqw'){const h=g?function(){const A=z;if(h){const u=q[A(0xe4)](r,arguments);return s=null,u;}}:function(){};return l=![],h;}else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const E=a37d;function h(k){const B=a37d;try{j(d[B(0xe0)](k));}catch(l){g(l);}}function i(k){const C=a37d;try{if(C(0xd3)!=='qwhxy')j(d[C(0x10a)](k));else return f instanceof g?h:new i(function(m){m(k);});}catch(m){g(m);}}function j(k){const D=a37d;k[D(0x107)]?f(k[D(0xf5)]):e(k[D(0xf5)])[D(0xd6)](h,i);}j((d=d[E(0xe4)](a,b||[]))[E(0xe0)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a37y(0xd4)][a37y(0xd8)]==='True'?a37y(0xf0):a37y(0xd9);Command[a37y(0x111)]({'name':a37y(0x10c),'validOpts':[a37y(0x110)],'usage':a37y(0xfe),'maxArgLength':0x2,'shortDesc':a37y(0xe5),'disableAuthCheck':!![],'examples':[a37y(0xe6)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const F=a37d;if(F(0xe9)!=='xJRQI'){if(e){const f=i['apply'](j,arguments);return k=null,f;}}else{const f=Log[F(0xfd)]();try{let g='';if(b[F(0x110)]){if(F(0xed)==='rANBT'){b[F(0xea)]('\x0a');throw F(0xfa);}else this[F(0xf1)][F(0xf4)](b['cacert'])?'rjadZ'!=='rjadZ'?d[F(0x103)](e,{'cert':f}):(g=b[F(0x110)],Log[F(0xef)](F(0x106)+g)):F(0xf3)!==F(0xf3)?c[F(0x10d)](d):Log[F(0x10d)](F(0xe3)+g);}const h=yield this['fsi'][F(0x100)]();if(h[F(0xdc)]){if(this[F(0xf1)][F(0xf4)](h[F(0xdc)]))F(0xf2)===F(0xf2)?g=h['cert']:d['assign'](e,{'cert':f});else{f['failure']();throw Log[F(0x10d)](F(0xe8)+g);}}Log[F(0xfc)](F(0xe1)+hostname);const i={'url':F(0x109)+hostname+'/api/v1/status'};b[F(0x110)]&&Object[F(0x103)](i,{'cert':g});f[F(0xdf)](F(0xd5));const {statusCode:j}=yield HTTPS[F(0xfb)](i);if(j===0x198){f[F(0xea)]();throw F(0xfa);}f['success']();if(j!==0xc8){if(F(0xec)!==F(0xee)){f[F(0xea)]();throw F(0x108);}else{if(this[F(0xf1)]['isFile'](g[F(0xdc)]))m=n['cert'];else{o['failure']();throw p[F(0x10d)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+q);}}}if(!((c=h===null||h===void 0x0?void 0x0:h['token'])===null||c===void 0x0?void 0x0:c[F(0x10e)]))throw Log[F(0x10d)](F(0x101));f[F(0xdf)]('Logging\x20out');const k={'hostname':hostname,'path':F(0xe7),'data':{},'headers':{'x-auth-token':h['token'][F(0x10e)]}};b[F(0x110)]&&Object['assign'](k,{'cert':g});const {statusCode:l}=yield HTTPS['post'](k);if(l===0x198){f[F(0xea)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[F(0xf1)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),f[F(0x10b)]();}catch(r){r&&console[F(0x10d)](r),process[F(0x102)](0x0);}}});});
@@ -1 +1 @@
1
- function a38c(){const C=['7036841QzwUHF','7516mXaMnc','logs','parse','HDGJe','constructor','maka\x20logs\x20--env\x20prod','1953612zsXNRC','View\x20the\x20PM2\x20logs','maka\x20logs\x20--env\x20staging','join','pm2\x20logs','readFileSync','getConfigPath','3028107oUgQTu','(((.+)+)+)+$','242yGBVRA','toString','9061734mmQdxb','338387lmsQXy','2sEJiNJ','apply','MSeOb','fsi','8469Dnjwzg','maka\x20l\x20-e\x20p','maka\x20logs\x20--env\x20dev','assign','19060QMpFIE','sshSync','2550yZZPNZ','8TkqEWT','env'];a38c=function(){return C;};return a38c();}const a38A=a38d;(function(a,b){const w=a38d,c=a();while(!![]){try{const d=-parseInt(w(0x189))/0x1+-parseInt(w(0x18a))/0x2*(-parseInt(w(0x184))/0x3)+parseInt(w(0x177))/0x4*(parseInt(w(0x173))/0x5)+-parseInt(w(0x188))/0x6+-parseInt(w(0x176))/0x7*(parseInt(w(0x174))/0x8)+-parseInt(w(0x18e))/0x9*(parseInt(w(0x192))/0xa)+-parseInt(w(0x186))/0xb*(-parseInt(w(0x17d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0xdc2a4));function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x173;let f=c[d];return f;},a38d(a,b);}const a38b=(function(){let a=!![];return function(b,c){const x=a38d;if(x(0x18c)!==x(0x17a)){const d=a?function(){const y=x;if(c){const e=c[y(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else{if(e){const f=i[x(0x18b)](j,arguments);return k=null,f;}}};}()),a38a=a38b(this,function(){const z=a38d;return a38a[z(0x187)]()['search'](z(0x185))[z(0x187)]()[z(0x17b)](a38a)['search']('(((.+)+)+)+$');});a38a();import a38u from'fs';import a38v from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a38A(0x178),'aliases':['l','log'],'usage':a38A(0x17c),'requiredOpts':[a38A(0x175)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a38A(0x17e),'examples':[a38A(0x190),a38A(0x17f),a38A(0x18f)]},function(a,b){const B=a38A,c=B(0x181),d=this[B(0x18d)][B(0x183)](b[B(0x175)]),e=a38v[B(0x180)](d,'ssh.json'),f=a38u[B(0x182)](e),g=JSON[B(0x179)](f[B(0x187)]());Object[B(0x191)](g,{'env':d}),SSH[B(0x193)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a38z=a38d;(function(a,b){const w=a38d,c=a();while(!![]){try{const d=parseInt(w(0x6a))/0x1*(parseInt(w(0x6d))/0x2)+-parseInt(w(0x77))/0x3+parseInt(w(0x7c))/0x4+parseInt(w(0x6f))/0x5*(parseInt(w(0x7a))/0x6)+parseInt(w(0x88))/0x7+-parseInt(w(0x6b))/0x8+parseInt(w(0x78))/0x9*(-parseInt(w(0x83))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x6a456));const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a38d;if('NCUtz'==='SbKuz'){const f=x(0x70),g=this['fsi'][x(0x7d)](g[x(0x84)]),h=h[x(0x76)](g,x(0x85)),i=i[x(0x87)](h),j=j['parse'](i[x(0x71)]());k['assign'](j,{'env':g}),l[x(0x80)](f,j,{'tty':!![],'verbose':!![]});}else{if(c){if(x(0x81)!==x(0x81)){if(e){const g=i[x(0x7f)](j,arguments);return k=null,g;}}else{const g=c[x(0x7f)](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const y=a38d;return a38a[y(0x71)]()[y(0x6e)](y(0x82))[y(0x71)]()['constructor'](a38a)[y(0x6e)](y(0x82));});a38a();import a38u from'fs';function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x6a;let f=c[d];return f;},a38d(a,b);}import a38v from'path';function a38c(){const B=['create','join','735117GFvSPk','99JJnAFh','maka\x20logs\x20--env\x20prod','30uqHAIG','maka\x20logs\x20--env\x20dev','2926432ymywvh','getConfigPath','parse','apply','sshSync','LyyPg','(((.+)+)+)+$','466380KSWbOX','env','ssh.json','View\x20the\x20PM2\x20logs','readFileSync','612780gRurmy','log','8183pyWnnK','5514136rSUaTO','maka\x20logs\x20--env\x20staging','178zzneGF','search','335175iMZmGV','pm2\x20logs','toString','logs','fsi','assign'];a38c=function(){return B;};return a38c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a38z(0x75)]({'name':a38z(0x72),'aliases':['l',a38z(0x89)],'usage':a38z(0x79),'requiredOpts':[a38z(0x84)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a38z(0x86),'examples':[a38z(0x7b),a38z(0x6c),'maka\x20l\x20-e\x20p']},function(a,b){const A=a38z,c=A(0x70),d=this[A(0x73)][A(0x7d)](b[A(0x84)]),e=a38v[A(0x76)](d,A(0x85)),f=a38u['readFileSync'](e),g=JSON[A(0x7e)](f[A(0x71)]());Object[A(0x74)](g,{'env':d}),SSH[A(0x80)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a39x=a39d;(function(a,b){const u=a39d,c=a();while(!![]){try{const d=parseInt(u(0xa3))/0x1*(-parseInt(u(0x86))/0x2)+parseInt(u(0x8a))/0x3*(parseInt(u(0x93))/0x4)+-parseInt(u(0xa4))/0x5*(-parseInt(u(0x91))/0x6)+-parseInt(u(0x92))/0x7*(-parseInt(u(0x87))/0x8)+-parseInt(u(0xac))/0x9+parseInt(u(0xa6))/0xa+parseInt(u(0x99))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x51f14));function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0x84;let f=c[d];return f;},a39d(a,b);}const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a39d;if(v(0x9e)!==v(0x9c)){if(c){const e=c['apply'](b,arguments);return c=null,e;}}else d(e[v(0xaa)](f));}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const w=a39d;return a39a[w(0x8c)]()[w(0x97)]('(((.+)+)+)+$')[w(0x8c)]()[w(0xab)](a39a)[w(0x97)](w(0x9b));});a39a();function a39c(){const E=['1352vayycz','maka\x20create\x20Todo','next','237183RFwZxf','baYHe','toString','apply','maka\x20<command>\x20[<args>]\x20[<opts>]','fsi','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','3858vpvRCr','9233kUOBsG','4dtkLot','done','maybeProxyCommandToMeteor','findSubCommand','search','runSubCommand','2628505tBexuc','__awaiter','(((.+)+)+)+$','cEwrw','frRls','VYPts','WMzsH','FWSRM','value','exit','190GjyYKC','2935fJnJgt','then','1937790uOQLBU','isZHk','\x0a\x20\x20Hi,\x20my\x20name\x20is\x20Matt.\x20I\x27ve\x20spent\x20a\x20long\x20time\x20developing\x20Meteor\x0a\x20\x20applications\x20and\x20I\x27ve\x20tried\x20my\x20very\x20best\x20to\x20collect\x20the\x20most\x0a\x20\x20efficient\x20ways\x20to\x20go\x20about\x20setting\x20up\x20and\x20organizing\x20your\x20project.\x0a\x0a\x20\x20I\x20created\x20Maka-CLI\x20as\x20a\x20need\x20to\x20develop\x20prototypes\x20quickly\x0a\x20\x20for\x20a\x20relatively\x20small\x20consulting\x20firm.\x20We\x20had\x20small\x20budgets\x0a\x20\x20for\x20projects,\x20and\x20even\x20smaller\x20budgets\x20for\x20proposals\x20and\x20prototypes.\x0a\x20\x20Maka-CLI\x20was\x20a\x20way\x20to\x20develop\x20our\x20applications\x20quickly\x20and\x20make\x20very\x0a\x20\x20aggresive\x20deadlines.\x0a\x0a\x20\x20Many\x20features\x20are\x20available\x20in\x20the\x20Free\x20License,\x20enough\x20to\x20get\x20your\x0a\x20\x20application\x20scaffolded\x20and\x20built.\x20The\x20Pro\x20Single-License\x20includes\x0a\x20\x20commands\x20that\x20will\x20allow\x20you\x20to\x20create\x20cloud\x20instances\x20(on\x20AWS),\x0a\x20\x20deploy\x20to\x20remote\x20hosts\x20(Ubuntu)\x20and\x20streamline\x20every\x20day\x20tasks,\x20such\x0a\x20\x20as\x20monitoring\x20your\x20application\x20logs.\x0a\x0a\x20\x20Make-CLI\x20has\x20one\x20main\x20goal\x20--\x20provide\x20simple\x20tools\x20to\x20create\x20a\x0a\x20\x20structure\x20for\x20your\x20application,\x20and\x20build\x20/\x20maintain\x20it\x20in\x20a\x20repeatable\x0a\x20\x20manner.\x20This\x20is\x20the\x20nature\x20of\x20scaffolding.\x0a\x0a\x20\x20Thank\x20you\x20for\x20your\x20interest\x20in\x20Maka-CLI!\x20🙏\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x20\x20https://maka-io.medium.com/build-your-webapp-with-meteor-maka-cli-629b7b16831d\x0a\x0a\x20\x20Please\x20ping\x20me\x20on\x20Gitter\x27s\x20Meteor\x20space\x20if\x20you\x20have\x20any\x20questions:\x0a\x20\x20@maka-io\x0a\x20\x20','Joosg','throw','constructor','4473189dPHoNV','error','maka\x20run','2942MJERfZ'];a39c=function(){return E;};return a39c();}var __awaiter=this&&this[a39x(0x9a)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const y=a39d;if(y(0xa9)!==y(0xa0))g(f);else try{i(j[y(0x89)](k));}catch(i){m(i);}});}return new(c||(c=Promise))(function(f,g){const C=a39d;function h(k){const z=a39d;if(z(0x8b)===z(0x9d)){const m=d[z(0x8d)](e,arguments);return f=null,m;}else try{j(d['next'](k));}catch(m){g(m);}}function i(k){const A=a39d;try{j(d[A(0xaa)](k));}catch(l){g(l);}}function j(k){const B=a39d;k[B(0x94)]?f(k['value']):e(k[B(0xa1)])[B(0xa5)](h,i);}j((d=d[C(0x8d)](a,b||[]))[C(0x89)]());});};import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a39x(0x90),'validOpts':[],'usage':a39x(0x8e),'disableAuthCheck':!![],'examples':['maka\x20--help','maka\x20install\x20meteor',a39x(0x88),a39x(0x85)],'description':a39x(0xa8)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const D=a39d;if(D(0x9f)!==D(0x9f))c(d);else try{if(D(0xa7)!=='isZHk')this[D(0x8f)][D(0x95)]();else{const f=a[0x0],g=this[D(0x96)](f);g?this[D(0x98)](f,a['slice'](0x1),b):this[D(0x8f)][D(0x95)]();}}catch(h){console[D(0x84)](h),process[D(0xa2)](0x1);}});});export default Maka;
1
+ const a39z=a39d;(function(a,b){const v=a39d,c=a();while(!![]){try{const d=parseInt(v(0x11b))/0x1+-parseInt(v(0x12e))/0x2+-parseInt(v(0x139))/0x3*(parseInt(v(0x135))/0x4)+parseInt(v(0x12b))/0x5*(-parseInt(v(0x12d))/0x6)+parseInt(v(0x11a))/0x7*(parseInt(v(0x122))/0x8)+parseInt(v(0x118))/0x9+parseInt(v(0x11f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x527fb));const a39b=(function(){let a=!![];return function(b,c){if('YVFhs'!=='RyqNz'){const d=a?function(){const w=a39d;if(c){const e=c[w(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else{const f=g?function(){const x=a39d;if(f){const u=q[x(0x115)](r,arguments);return s=null,u;}}:function(){};return l=![],f;}};}()),a39a=a39b(this,function(){const y=a39d;return a39a[y(0x138)]()[y(0x12c)](y(0x127))[y(0x138)]()[y(0x137)](a39a)[y(0x12c)](y(0x127));});function a39c(){const G=['then','value','slice','542712iTjlut','runSubCommand','constructor','toString','12QqCXFj','maka\x20create\x20Todo','maka\x20<command>\x20[<args>]\x20[<opts>]','GpefO','boZZj','maka\x20run','aLYdH','apply','next','exit','4748112ZFLbmJ','doiXw','21QIfxVX','659413NnvFKC','fsi','maka\x20--help','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','2601440LbZMlO','done','kGTBC','368232kQQbDh','throw','\x0a\x20\x20Hi,\x20my\x20name\x20is\x20Matt.\x20I\x27ve\x20spent\x20a\x20long\x20time\x20developing\x20Meteor\x0a\x20\x20applications\x20and\x20I\x27ve\x20tried\x20my\x20very\x20best\x20to\x20collect\x20the\x20most\x0a\x20\x20efficient\x20ways\x20to\x20go\x20about\x20setting\x20up\x20and\x20organizing\x20your\x20project.\x0a\x0a\x20\x20I\x20created\x20Maka-CLI\x20as\x20a\x20need\x20to\x20develop\x20prototypes\x20quickly\x0a\x20\x20for\x20a\x20relatively\x20small\x20consulting\x20firm.\x20We\x20had\x20small\x20budgets\x0a\x20\x20for\x20projects,\x20and\x20even\x20smaller\x20budgets\x20for\x20proposals\x20and\x20prototypes.\x0a\x20\x20Maka-CLI\x20was\x20a\x20way\x20to\x20develop\x20our\x20applications\x20quickly\x20and\x20make\x20very\x0a\x20\x20aggresive\x20deadlines.\x0a\x0a\x20\x20Many\x20features\x20are\x20available\x20in\x20the\x20Free\x20License,\x20enough\x20to\x20get\x20your\x0a\x20\x20application\x20scaffolded\x20and\x20built.\x20The\x20Pro\x20Single-License\x20includes\x0a\x20\x20commands\x20that\x20will\x20allow\x20you\x20to\x20create\x20cloud\x20instances\x20(on\x20AWS),\x0a\x20\x20deploy\x20to\x20remote\x20hosts\x20(Ubuntu)\x20and\x20streamline\x20every\x20day\x20tasks,\x20such\x0a\x20\x20as\x20monitoring\x20your\x20application\x20logs.\x0a\x0a\x20\x20Make-CLI\x20has\x20one\x20main\x20goal\x20--\x20provide\x20simple\x20tools\x20to\x20create\x20a\x0a\x20\x20structure\x20for\x20your\x20application,\x20and\x20build\x20/\x20maintain\x20it\x20in\x20a\x20repeatable\x0a\x20\x20manner.\x20This\x20is\x20the\x20nature\x20of\x20scaffolding.\x0a\x0a\x20\x20Thank\x20you\x20for\x20your\x20interest\x20in\x20Maka-CLI!\x20🙏\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x20\x20https://maka-io.medium.com/build-your-webapp-with-meteor-maka-cli-629b7b16831d\x0a\x0a\x20\x20Please\x20ping\x20me\x20on\x20Gitter\x27s\x20Meteor\x20space\x20if\x20you\x20have\x20any\x20questions:\x0a\x20\x20@maka-io\x0a\x20\x20','maybeProxyCommandToMeteor','xxxEl','(((.+)+)+)+$','AWRSO','maka\x20install\x20meteor','Kxnej','2321955RtWvCZ','search','6dAtjxC','480388KaxlJG','xOojF','__awaiter','EqSHP'];a39c=function(){return G;};return a39c();}a39a();var __awaiter=this&&this[a39z(0x130)]||function(a,b,c,d){function e(f){const A=a39d;if(A(0x121)===A(0x111))try{i(j[A(0x116)](k));}catch(h){m(h);}else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const E=a39d;function h(k){const B=a39d;if(B(0x114)!==B(0x12a))try{B(0x112)!==B(0x112)?c(d):j(d[B(0x116)](k));}catch(m){g(m);}else return f instanceof g?h:new i(function(o){o(k);});}function i(k){const C=a39d;if(C(0x128)!==C(0x12f))try{j(d[C(0x123)](k));}catch(l){g(l);}else h[C(0x120)]?i(j[C(0x133)]):k(l[C(0x133)])['then'](m,n);}function j(k){const D=a39d;k[D(0x120)]?f(k[D(0x133)]):e(k[D(0x133)])[D(0x132)](h,i);}j((d=d[E(0x115)](a,b||[]))[E(0x116)]());});};import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a39z(0x11e),'validOpts':[],'usage':a39z(0x110),'disableAuthCheck':!![],'examples':[a39z(0x11d),a39z(0x129),a39z(0x10f),a39z(0x113)],'description':a39z(0x124)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a39d;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[F(0x136)](c,a[F(0x134)](0x1),b):F(0x119)!==F(0x126)?this[F(0x11c)][F(0x125)]():d(e[F(0x123)](f));}catch(g){F(0x131)!==F(0x131)?this[F(0x136)](d,g['slice'](0x1),f):(console['error'](g),process[F(0x117)](0x1));}});});function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0x10f;let f=c[d];return f;},a39d(a,b);}export default Maka;
@@ -1 +1 @@
1
- var a40y=a40d;function a40d(a,b){var c=a40c();return a40d=function(d,e){d=d-0xdd;var f=c[d];return f;},a40d(a,b);}(function(a,b){var v=a40d,c=a();while(!![]){try{var d=-parseInt(v(0xf6))/0x1*(-parseInt(v(0xfa))/0x2)+-parseInt(v(0xdd))/0x3*(-parseInt(v(0xe7))/0x4)+-parseInt(v(0xec))/0x5*(parseInt(v(0xff))/0x6)+parseInt(v(0x100))/0x7*(parseInt(v(0xeb))/0x8)+parseInt(v(0xe5))/0x9+parseInt(v(0xe0))/0xa+-parseInt(v(0x102))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0xc951b));var a40b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a40d;if('wBdlM'===w(0xef)){if(c){if(w(0xdf)==='mVmkE')d(e[w(0xf7)](f));else{var e=c[w(0xf9)](b,arguments);return c=null,e;}}}else b[w(0xf3)]('%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a',w(0xe8));}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){var x=a40d;return a40a[x(0xf2)]()[x(0x101)](x(0xfe))[x(0xf2)]()[x(0xe4)](a40a)['search'](x(0xfe));});a40a();var __awaiter=this&&this[a40y(0xe9)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var D=a40d;function h(k){var z=a40d;try{if('AWrJt'!==z(0xe6))return c['toString']()[z(0x101)](z(0xfe))['toString']()[z(0xe4)](d)[z(0x101)](z(0xfe));else j(d['next'](k));}catch(m){if(z(0xe1)===z(0xfb))try{i(j['next'](k));}catch(o){m(o);}else g(m);}}function i(k){var A=a40d;if('MJDcy'!==A(0xf1)){var n=g?function(){var B=A;if(n){var u=q[B(0xf9)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else try{j(d[A(0xf7)](k));}catch(m){g(m);}}function j(k){var C=a40d;'pmBvx'===C(0xf8)?k[C(0xf4)]?f(k[C(0xe3)]):e(k['value'])[C(0xfc)](h,i):(d[C(0xea)](e),f[C(0xde)](0x0));}j((d=d[D(0xf9)](a,b||[]))[D(0xe2)]());});};function a40c(){var F=['MzVsm','13231060ZnRngf','cvQzJ','next','value','constructor','8911656yyxVlz','AWrJt','268RFAhBR','font-family:\x20monospace','__awaiter','error','8sdZVJp','3363060fZItgq','HCwgR','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','wBdlM','create','MJDcy','toString','log','done','Murrrrderrrrr','19666Pxktcw','throw','pmBvx','apply','6mxGOje','wXPee','then','vHUQD','(((.+)+)+)+$','12YGuyoU','4104478XMitfG','search','11263098DwNdYr','murder','10527bpGipq','exit'];a40c=function(){return F;};return a40c();}import{Command}from'../command.js';Command[a40y(0xf0)]({'name':a40y(0x103),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a40y(0xf5),'validOpts':[]},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a40d;if(E(0xed)!=='DCzrA')try{E(0xfd)===E(0xfd)?console['log'](E(0xee),E(0xe8)):c(d);}catch(b){console[E(0xea)](b),process[E(0xde)](0x0);}else c(d);});});
1
+ var a40x=a40d;(function(a,b){var u=a40d,c=a();while(!![]){try{var d=parseInt(u(0x135))/0x1*(-parseInt(u(0x126))/0x2)+-parseInt(u(0x12d))/0x3*(parseInt(u(0x122))/0x4)+-parseInt(u(0x132))/0x5*(parseInt(u(0x13a))/0x6)+parseInt(u(0x136))/0x7*(parseInt(u(0x134))/0x8)+-parseInt(u(0x130))/0x9*(parseInt(u(0x13e))/0xa)+-parseInt(u(0x124))/0xb+parseInt(u(0x123))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x82b88));function a40c(){var E=['QzmFK','3UcBzVs','__awaiter','then','15480ENEzio','noCJS','25FJqRvL','next','67576pLDjGN','1mYGHRJ','28rJThJJ','rSZAZ','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','error','759546ysvPdA','value','exit','font-family:\x20monospace','2880fnnNSa','cAkUV','throw','create','apply','toString','(((.+)+)+)+$','lBTZN','constructor','1202524MIVwEl','37451880ApENMl','6151145yXWvkr','tPDMA','1262410IktNMp','murder','asWVf','Rxqfi','fMOqg','search'];a40c=function(){return E;};return a40c();}var a40b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a40d;if(v(0x12c)!==v(0x120)){if(c){if('TDUBG'===v(0x131)){if(e){var g=i[v(0x11d)](j,arguments);return k=null,g;}}else{var e=c[v(0x11d)](b,arguments);return c=null,e;}}}else try{i(j[v(0x140)](k));}catch(h){m(h);}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){var w=a40d;return a40a['toString']()[w(0x12b)](w(0x11f))[w(0x11e)]()[w(0x121)](a40a)[w(0x12b)](w(0x11f));});a40a();var __awaiter=this&&this[a40x(0x12e)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var y=a40d;y(0x13f)===y(0x137)?(d[y(0x139)](e),f['exit'](0x0)):g(f);});}return new(c||(c=Promise))(function(f,g){var C=a40d;function h(k){var z=a40d;try{z(0x128)!=='lJvtj'?j(d[z(0x133)](k)):c(d);}catch(m){if(z(0x12a)==='fMOqg')g(m);else return c[z(0x11e)]()[z(0x12b)](z(0x11f))['toString']()[z(0x121)](d)[z(0x12b)]('(((.+)+)+)+$');}}function i(k){var A=a40d;if('PhNPp'==='PhNPp')try{j(d[A(0x140)](k));}catch(l){if(A(0x125)===A(0x129)){var n=d[A(0x11d)](l,arguments);return f=null,n;}else g(l);}else try{i(j['next'](k));}catch(o){m(o);}}function j(k){var B=a40d;k['done']?f(k[B(0x13b)]):e(k['value'])[B(0x12f)](h,i);}j((d=d[C(0x11d)](a,b||[]))[C(0x133)]());});};import{Command}from'../command.js';function a40d(a,b){var c=a40c();return a40d=function(d,e){d=d-0x11c;var f=c[d];return f;},a40d(a,b);}Command[a40x(0x11c)]({'name':a40x(0x127),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a40d;try{console['log'](D(0x138),D(0x13d));}catch(a){console[D(0x139)](a),process[D(0x13c)](0x0);}});});
@@ -1 +1 @@
1
- const a41C=a41d;(function(a,b){const y=a41d,c=a();while(!![]){try{const d=parseInt(y(0x9a))/0x1+parseInt(y(0xac))/0x2+-parseInt(y(0x90))/0x3*(-parseInt(y(0x98))/0x4)+parseInt(y(0x9b))/0x5+-parseInt(y(0x7e))/0x6*(-parseInt(y(0x8c))/0x7)+parseInt(y(0xb0))/0x8*(-parseInt(y(0x9f))/0x9)+-parseInt(y(0x8e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x331bd));const a41b=(function(){let a=!![];return function(b,c){const z=a41d;if('TKazU'===z(0x93))return c[z(0xb4)]()[z(0xa4)](z(0x80))['toString']()['constructor'](d)['search'](z(0x80));else{const e=a?function(){const A=z;if(c){const f=c[A(0xaa)](b,arguments);return c=null,f;}}:function(){};return a=![],e;}};}()),a41a=a41b(this,function(){const B=a41d;return a41a[B(0xb4)]()[B(0xa4)]('(((.+)+)+)+$')['toString']()['constructor'](a41a)[B(0xa4)](B(0x80));});a41a();var __awaiter=this&&this[a41C(0x9e)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const F=a41d;function h(k){try{j(d['next'](k));}catch(l){g(l);}}function i(k){const D=a41d;try{j(d['throw'](k));}catch(l){if(D(0xaf)==='oPEWE')try{i(j['next'](k));}catch(o){m(o);}else g(l);}}function j(k){const E=a41d;E(0xa6)!==E(0xa6)?c(d):k[E(0xb3)]?f(k[E(0xa2)]):e(k[E(0xa2)])[E(0x88)](h,i);}j((d=d['apply'](a,b||[]))[F(0x92)]());});};import a41u from'fs';function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x7b;let f=c[d];return f;},a41d(a,b);}import a41v from'path';import a41w from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a41x from'../generators/maka.gen.js';Command['create']({'name':'proxy','usage':'maka\x20proxy\x20<options>','mustBeInMakaProject':!![],'validOpts':[a41C(0x82),a41C(0x94),a41C(0xa9),a41C(0xad)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a41C(0xb5),'examples':[a41C(0x87),a41C(0x97),a41C(0x81)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a41d,c=this[G(0x96)]['getProjectConfig'](),d=G(0x7b),e=this[G(0x96)][G(0x7f)](d),f=this[G(0x96)][G(0x83)]({'configPath':e}),g=b[G(0x94)]?b[G(0x94)]:0xbb8,h=b[G(0xa9)]?b[G(0xa9)]:0xd73,i=b['targetHost']?b[G(0xad)]:G(0x7d),j=a41v[G(0x8d)](f,c[G(0xab)]+'.key'),k=a41v[G(0x8d)](f,c['appName']+G(0x9c));if(!this['fsi'][G(0x84)](j)||!this[G(0x96)][G(0x84)](k)){if(G(0x86)===G(0x86)){const m=a41x[G(0x8b)](G(0xa8));m&&(G(0x99)===G(0x85)?d(e[G(0xb2)](f)):yield m[G(0x9d)]([G(0xa8)],{'env':d,'useConfig':!![]})),SSL[G(0x95)]({'keyName':c['appName']+G(0xa5),'csrName':c[G(0xab)]+G(0xa3),'cwd':f}),SSL[G(0xa7)]({'keyName':c[G(0xab)]+G(0xa5),'crtName':c['appName']+G(0x9c),'cwd':f});}else try{i(j[G(0xb2)](k));}catch(p){m(p);}}if(g===h){if(G(0x91)===G(0x8a)){const q=d['apply'](e,arguments);return f=null,q;}else{Log[G(0xa1)](G(0xb1));throw new UsageError();}}const l={'ssl':{'key':a41u['readFileSync'](j,G(0xae)),'cert':a41u[G(0xa0)](k,G(0xae))},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]};a41w['createProxyServer'](l)['listen'](h),Log[G(0x89)](G(0x8f)+h+G(0x7c)+g);});});function a41c(){const H=['done','toString','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','development','\x20to\x20','localhost','24468vQpwcp','getConfigPath','(((.+)+)+)+$','maka\x20proxy\x20--target-host\x20http://192.168.1.20','help','mkKeysDir','isFile','nPssS','NhAlI','maka\x20proxy','then','bright','bSTEo','findGenerator','287wSyrad','join','2193700mmNNPT','=>\x20SSL\x20Proxy\x20forwarding\x20','3xmpseu','Zmyfr','next','xrPbb','targetPort','genCSR','fsi','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','220408MovKMv','Cybxw','233969quogxv','485225RDRxuO','.crt','invoke','__awaiter','1179iOMDtk','readFileSync','error','value','.csr','search','.key','VJrTy','genSSC','sslconfig','listenPort','apply','appName','341080FIwUdn','targetHost','utf8','APwLi','18024hAsNmZ','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','throw'];a41c=function(){return H;};return a41c();}
1
+ const a41B=a41d;function a41c(){const H=['listen','appName','tAOuA','bright','4905QJUZHe','create','toString','readFileSync','value','search','229212LIMOYB','JjeYI','55SFMvHX','join','maka\x20proxy\x20<options>','throw','targetHost','193372uYrXKX','listenPort','genCSR','proxy','=>\x20SSL\x20Proxy\x20forwarding\x20','\x20to\x20','createProxyServer','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','14544cSzJJN','getConfigPath','invoke','utf8','isFile','17291290LYrlgZ','LpRbQ','(((.+)+)+)+$','.crt','localhost','sslconfig','1466078quWfFK','maka\x20proxy','next','.key','mkKeysDir','targetPort','fsi','2261iNMLjp','1303677GwdmpI','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','UPPHR','findGenerator','3896BsShWY','maka\x20proxy\x20--target-host\x20http://192.168.1.20','apply','done','__awaiter'];a41c=function(){return H;};return a41c();}(function(a,b){const y=a41d,c=a();while(!![]){try{const d=parseInt(y(0x126))/0x1+-parseInt(y(0x103))/0x2+parseInt(y(0x10b))/0x3+-parseInt(y(0x11f))/0x4*(parseInt(y(0x121))/0x5)+parseInt(y(0x12e))/0x6*(-parseInt(y(0x10a))/0x7)+-parseInt(y(0x110))/0x8*(-parseInt(y(0x119))/0x9)+parseInt(y(0xfd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x743f7));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const z=a41d;if(c){if(z(0x120)==='HxWrE'){if(e){const f=i['apply'](j,arguments);return k=null,f;}}else{const f=c[z(0x112)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const A=a41d;return a41a['toString']()[A(0x11e)](A(0xff))[A(0x11b)]()['constructor'](a41a)[A(0x11e)](A(0xff));});a41a();var __awaiter=this&&this[a41B(0x114)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const C=a41d;C(0x10e)==='OPyVR'?c(d):g(f);});}return new(c||(c=Promise))(function(f,g){const F=a41d;function h(k){const D=a41d;try{j(d[D(0x105)](k));}catch(l){'LpRbQ'!==D(0xfe)?c(d):g(l);}}function i(k){try{j(d['throw'](k));}catch(l){g(l);}}function j(k){const E=a41d;k[E(0x113)]?f(k[E(0x11d)]):e(k[E(0x11d)])['then'](h,i);}j((d=d[F(0x112)](a,b||[]))[F(0x105)]());});};function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0xfb;let f=c[d];return f;},a41d(a,b);}import a41u from'fs';import a41v from'path';import a41w from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a41x from'../generators/maka.gen.js';Command[a41B(0x11a)]({'name':a41B(0x129),'usage':a41B(0x123),'mustBeInMakaProject':!![],'validOpts':['help',a41B(0x108),a41B(0x127),a41B(0x125)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a41B(0x10d),'examples':[a41B(0x104),a41B(0x10c),a41B(0x111)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a41d,c=this['fsi']['getProjectConfig'](),d='development',e=this[G(0x109)][G(0x12f)](d),f=this[G(0x109)][G(0x107)]({'configPath':e}),g=b['targetPort']?b[G(0x108)]:0xbb8,h=b[G(0x127)]?b[G(0x127)]:0xd73,i=b[G(0x125)]?b[G(0x125)]:G(0x101),j=a41v[G(0x122)](f,c[G(0x116)]+G(0x106)),k=a41v[G(0x122)](f,c['appName']+G(0x100));if(!this[G(0x109)][G(0xfc)](j)||!this['fsi'][G(0xfc)](k)){const m=a41x[G(0x10f)](G(0x102));if(m){if('tAOuA'===G(0x117))yield m[G(0x130)]([G(0x102)],{'env':d,'useConfig':!![]});else try{i(j[G(0x124)](k));}catch(o){m(o);}}SSL[G(0x128)]({'keyName':c[G(0x116)]+G(0x106),'csrName':c[G(0x116)]+'.csr','cwd':f}),SSL['genSSC']({'keyName':c[G(0x116)]+G(0x106),'crtName':c[G(0x116)]+G(0x100),'cwd':f});}if(g===h){Log['error'](G(0x12d));throw new UsageError();}const l={'ssl':{'key':a41u[G(0x11c)](j,G(0xfb)),'cert':a41u['readFileSync'](k,G(0xfb))},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]};a41w[G(0x12c)](l)[G(0x115)](h),Log[G(0x118)](G(0x12a)+h+G(0x12b)+g);});});