@maka/maka-cli 4.5.16 → 4.5.18

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 (122) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/build/_index.js +1 -1
  17. package/bundle/obf/src/commands/build/build.js +1 -1
  18. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/create.js +1 -1
  20. package/bundle/obf/src/commands/debug.js +1 -1
  21. package/bundle/obf/src/commands/deploy.js +1 -1
  22. package/bundle/obf/src/commands/game/_index.js +1 -1
  23. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/game/play.command.js +1 -1
  25. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/sideQuest/commands/commands.js +1 -0
  27. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  28. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -0
  29. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -0
  30. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -0
  31. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -0
  32. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -0
  33. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -0
  34. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -0
  35. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -0
  36. package/bundle/obf/src/commands/game/sideQuest/scenes/puzzles.js +0 -0
  37. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -0
  38. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -0
  39. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -0
  40. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -0
  41. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  44. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  45. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  46. package/bundle/obf/src/commands/generate.js +1 -1
  47. package/bundle/obf/src/commands/get/_index.js +1 -1
  48. package/bundle/obf/src/commands/get/get.command.js +1 -1
  49. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  50. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  51. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  52. package/bundle/obf/src/commands/help.js +1 -1
  53. package/bundle/obf/src/commands/jsdoc.js +1 -1
  54. package/bundle/obf/src/commands/lint.js +1 -1
  55. package/bundle/obf/src/commands/login.js +1 -1
  56. package/bundle/obf/src/commands/logout.js +1 -1
  57. package/bundle/obf/src/commands/logs.js +1 -1
  58. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  59. package/bundle/obf/src/commands/murder.js +1 -1
  60. package/bundle/obf/src/commands/proxy.js +1 -1
  61. package/bundle/obf/src/commands/reconfig.js +1 -1
  62. package/bundle/obf/src/commands/run/_index.js +1 -1
  63. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/run/run.command.js +1 -1
  65. package/bundle/obf/src/commands/set/_index.js +1 -1
  66. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  67. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/set/set.command.js +1 -1
  69. package/bundle/obf/src/commands/ssh.js +1 -1
  70. package/bundle/obf/src/commands/ssl.js +1 -1
  71. package/bundle/obf/src/commands/test.js +1 -1
  72. package/bundle/obf/src/commands/version.js +1 -1
  73. package/bundle/obf/src/error.js +1 -1
  74. package/bundle/obf/src/generator.js +1 -1
  75. package/bundle/obf/src/generators/_index.js +1 -1
  76. package/bundle/obf/src/generators/api.js +1 -1
  77. package/bundle/obf/src/generators/collection.js +1 -1
  78. package/bundle/obf/src/generators/component.js +1 -1
  79. package/bundle/obf/src/generators/config.js +1 -1
  80. package/bundle/obf/src/generators/dbc.js +1 -1
  81. package/bundle/obf/src/generators/dockerfile.js +1 -1
  82. package/bundle/obf/src/generators/hook.js +1 -1
  83. package/bundle/obf/src/generators/kit.js +1 -1
  84. package/bundle/obf/src/generators/layout.js +1 -1
  85. package/bundle/obf/src/generators/maka.gen.js +1 -1
  86. package/bundle/obf/src/generators/methods.js +1 -1
  87. package/bundle/obf/src/generators/package.js +1 -1
  88. package/bundle/obf/src/generators/page.js +1 -1
  89. package/bundle/obf/src/generators/publish.js +1 -1
  90. package/bundle/obf/src/generators/route.js +1 -1
  91. package/bundle/obf/src/generators/service.js +1 -1
  92. package/bundle/obf/src/generators/services/_index.js +1 -1
  93. package/bundle/obf/src/generators/services/openssl.js +1 -1
  94. package/bundle/obf/src/generators/services/translation.js +1 -1
  95. package/bundle/obf/src/maka.js +1 -1
  96. package/bundle/obf/src/tool.js +1 -1
  97. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  98. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  99. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  100. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  101. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  102. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  103. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  104. package/bundle/obf/src/tools/https/https.class.js +1 -1
  105. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  106. package/bundle/obf/src/tools/log/log.class.js +1 -1
  107. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  108. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  109. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  110. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  111. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  112. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  113. package/package.json +1 -1
  114. package/bundle/obf/src/commands/game/sideQuest/commands.js +0 -1
  115. package/bundle/obf/src/commands/game/sideQuest/door.js +0 -1
  116. package/bundle/obf/src/commands/game/sideQuest/items.js +0 -1
  117. package/bundle/obf/src/commands/game/sideQuest/player.js +0 -1
  118. package/bundle/obf/src/commands/game/sideQuest/puzzles.js +0 -1
  119. package/bundle/obf/src/commands/game/sideQuest/room.js +0 -1
  120. package/bundle/obf/src/commands/game/sideQuest/rooms.js +0 -1
  121. package/bundle/obf/src/commands/game/sideQuest/types.js +0 -1
  122. package/bundle/obf/src/commands/game/sideQuest/utilities/eventBus.js +0 -1
@@ -1 +1 @@
1
- (function(a,b){const t=a33d,c=a();while(!![]){try{const d=parseInt(t(0xe7))/0x1+-parseInt(t(0xf9))/0x2*(-parseInt(t(0x11c))/0x3)+parseInt(t(0x123))/0x4+-parseInt(t(0x131))/0x5+parseInt(t(0xfc))/0x6*(-parseInt(t(0xe5))/0x7)+-parseInt(t(0x11b))/0x8*(-parseInt(t(0x136))/0x9)+-parseInt(t(0xe4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x768a6));const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a33d;if(c){const e=c[u(0x13d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const v=a33d;return a33a['toString']()['search'](v(0x12f))[v(0x117)]()[v(0x104)](a33a)['search'](v(0x12f));});a33a();function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0xe2;let f=c[d];return f;},a33d(a,b);}import a33e from'blessed';import{capitalCase}from'change-case';import a33f from'./game.js';function a33c(){const E=['210033crzTqC','torso','getOtherSide','take','exits','getWelcomeMessage','75%','apply','key','Available\x20exits\x20will\x20be\x20shown\x20here...','13969730JzAgce','1435mcVqhV','arms','535986IzpSYu','unlock','split','handleInput','OUTSIDE','<<<<<<<<---------\x20Terminating\x20game','enter','checkIfLocked','{red-fg}===Error:\x20','setContent','scroll','screen','stringify','pushLine','45%','escape','leftHand','{/yellow-fg}','1365026Lqsxwh','Thanks\x20for\x20playing!','checkIfLockable','6846dJngYd','legs','100%','player','C-c','line','render','inventory','constructor','lock','\x20Inventory\x20','focus','Left\x20Hand:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','22%','clearValue','log','25%','getInstance','gloves','Torso:\x20','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','name','feet','Gloves:\x20','head','write','toString','white','Feet:\x20','----->>>>>>\x20Initializing\x20Game','224QlVJfP','3lhFRbI','box','\x0aThere\x20are\x20no\x20exits\x20here.','rightHand','None','Arms:\x20','10%','1459112jjNHEt','currentLocation','70%','\x20Equipment\x20','{yellow-fg}===Log:\x20','unequip','yellow','Head:\x20','\x20(Unlocked)','Side\x20Quest\x20Adventure\x20Game','90%','join','(((.+)+)+)+$','append','601465gGNCCp','clear','roomType','Legs:\x20','exit'];a33c=function(){return E;};return a33c();}import{RoomType}from'./types.js';import{Door}from'./door.js';import{eventBus}from'./utilities/eventBus.js';import a33g from'./utilities/logger.js';export async function main(a,b,c){const w=a33d,d=a33g[w(0x10e)](c['logFilePath']),e=a33e[w(0xf2)]({'smartCSR':!![],'title':w(0x12c)}),f=a33e['box']({'top':'0%','left':'75%','width':'25%','height':'45%','border':{'type':w(0x101)},'label':w(0x106),'content':w(0x109),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),g=o=>{const x=w,p=o['map'](q=>q[x(0x112)]);f[x(0xf0)](p[x(0x12e)]('\x0a')),e[x(0x102)]();};e[w(0x130)](f);const h=a33e[w(0x11d)]({'top':w(0xf5),'left':w(0x13c),'width':'25%','height':w(0x10d),'border':{'type':'line'},'label':w(0x126),'content':w(0x111),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e[w(0x130)](h);function i(o){const y=w;h[y(0xf0)](y(0x12a)+(o[y(0x115)]?o['head'][y(0x112)]:'None')+'\x0a'+(y(0x110)+(o[y(0x137)]?o[y(0x137)][y(0x112)]:'None')+'\x0a')+(y(0x134)+(o['legs']?o[y(0xfd)]['name']:y(0x120))+'\x0a')+(y(0x119)+(o[y(0x113)]?o[y(0x113)][y(0x112)]:y(0x120))+'\x0a')+(y(0x121)+(o[y(0xe6)]?o[y(0xe6)]['name']:y(0x120))+'\x0a')+(y(0x114)+(o['gloves']?o[y(0x10f)][y(0x112)]:y(0x120))+'\x0a')+(y(0x108)+(o['leftHand']?o[y(0xf7)]['name']:y(0x120))+'\x0a')+('Right\x20Hand:\x20'+(o[y(0x11f)]?o[y(0x11f)][y(0x112)]:y(0x120))+'\x0a')),e[y(0x102)]();}const j=a33e[w(0x11d)]({'top':w(0x125),'left':w(0x13c),'width':w(0x10d),'height':w(0x10a),'border':{'type':w(0x101)},'label':'\x20Exits\x20','content':w(0xe3),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e[w(0x130)](j);function k(o){const z=w;let p='';o[z(0x13a)]['size']>0x0?o[z(0x13a)]['forEach']((q,r)=>{const A=z;if(q instanceof Door){const s=q[A(0x138)](o);s[A(0x133)]===RoomType[A(0xeb)]?p+=capitalCase(r)+':\x20'+s['name']:p+=capitalCase(r)+':\x20'+q[A(0x112)];if(q[A(0xee)]())p+='\x20(Locked)';else q[A(0xfb)]()&&(p+=A(0x12b));p+='\x0a';}else p+=capitalCase(r)+'\x0a';}):p+=z(0x11e),j[z(0xf0)](p),e[z(0x102)]();}const l=a33e[w(0x11d)]({'top':'0%','left':'0%','width':'75%','height':w(0x12d),'border':{'type':w(0x101)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});e[w(0x130)](l);const m=a33e['textbox']({'bottom':0x0,'left':0x0,'width':w(0xfe),'height':w(0x122),'tags':!![],'border':{'type':w(0x101)},'style':{'fg':w(0x118),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![]});e[w(0x130)](m),e[w(0xe2)]([w(0xf6),w(0x100)],()=>process[w(0x135)](0x0)),m[w(0x107)](),e['render']();c['debug']&&(eventBus['on']('logError',o=>{const B=w;l['pushLine'](B(0xef)+o+'{/red-fg}'),l[B(0xf1)](0x1),m[B(0x10b)](),d[B(0x116)](JSON[B(0xf3)](o));}),eventBus['on'](w(0x10c),o=>{const C=w;l[C(0xf4)](C(0x127)+o+C(0xf8)),l[C(0xf1)](0x1),m[C(0x10b)](),d[C(0x116)](JSON[C(0xf3)](o));}));d[w(0x116)](w(0x11a));const n=a33f[w(0x10e)](a,b);l['setContent'](n[w(0x13b)]()),i(n[w(0xff)]['equipment']),g(n[w(0xff)][w(0x103)]),k(n[w(0xff)][w(0x124)]),m[w(0xe2)]([w(0xed)],async()=>{const D=w,o=m['getValue'](),p=n[D(0xea)](o);(o['split']('\x20')[0x0]===D(0x139)||'equip'||D(0x128))&&(g(n['player'][D(0x103)]),i(n['player']['equipment'])),(o[D(0xe9)]('\x20')[0x0]==='go'||D(0x105)||D(0xe8))&&k(n['player']['currentLocation']),o['split']('\x20')[0x0]===D(0x132)&&l['setContent'](''),p===null&&(l[D(0xf4)](D(0xfa)),e['render'](),d[D(0x116)](D(0xec)),process['exit'](0x0)),l[D(0xf4)](p),l[D(0xf1)](0x1),m[D(0x10b)](),m[D(0x107)](),e[D(0x102)]();});}
1
+ (function(a,b){const t=a39d,c=a();while(!![]){try{const d=-parseInt(t(0xfd))/0x1*(-parseInt(t(0x122))/0x2)+parseInt(t(0x12e))/0x3*(-parseInt(t(0x139))/0x4)+parseInt(t(0x135))/0x5+parseInt(t(0x12a))/0x6+parseInt(t(0x148))/0x7+parseInt(t(0x107))/0x8+-parseInt(t(0xf3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x9c233));function a39c(){const C=['91978tjyUlZ','setRawMode','getOtherSide','stdin','screen','equip','getAllItems','OUTSIDE','1883682obPLej','Head:\x20','Arms:\x20','25%','3uLJEeG','getValue','unequip','\x20Inventory\x20','line','\x20Equipment\x20','clearValue','719270FHfwYV','Thanks\x20for\x20playing!','toString','(((.+)+)+)+$','2130412FnqIMq','render','arms','size','getInstance','rightHand','split','pushLine','apply','resume','setContent','box','leftHand','\x0aThere\x20are\x20no\x20exits\x20here.','\x20(Unlocked)','8829191SUjQnu','\x20Game\x20Log\x20','9290394JVoEEg','C-c','torso','player','feet','map','key','Gloves:\x20','Torso:\x20','70%','2ErQIty','search','scroll','clear','roomType','checkIfLocked','focus','yellow','constructor','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','3146528ktuGmE','inventory','10%','legs','take','textbox','white','None','<<<<<<<<---------\x20Terminating\x20game','append','Your\x20items\x20will\x20be\x20listed\x20here...','22%','getWelcomeMessage','lock','\x20(Locked)','cyan','45%','----->>>>>>\x20Initializing\x20Game','unlock','name','Available\x20exits\x20will\x20be\x20shown\x20here...','head','90%','exit','gloves','handleInput','75%'];a39c=function(){return C;};return a39c();}const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a39d;if(c){const e=c[u(0x141)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const v=a39d;return a39a[v(0x137)]()[v(0xfe)](v(0x138))[v(0x137)]()[v(0x105)](a39a)[v(0xfe)]('(((.+)+)+)+$');});a39a();import a39e from'blessed';import{capitalCase}from'change-case';import a39f from'./game.js';import{RoomType}from'./types/enums.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0xf2;let f=c[d];return f;},a39d(a,b);}export async function main(a,b,c){const w=a39d,d=Logger[w(0x13d)](c['logFilePath']);process[w(0x125)][w(0x123)](!![]),process[w(0x125)][w(0x142)]();const e=a39e[w(0x126)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),f=a39e[w(0x144)]({'top':'0%','left':w(0x121),'width':w(0x12d),'height':w(0x117),'border':{'type':'line'},'label':w(0x131),'content':w(0x111),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x104)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),g=o=>{const x=w,p=o[x(0x128)]()[x(0xf8)](q=>q['name']);f['setContent'](p['join']('\x0a')),e[x(0x13a)]();};e[w(0x110)](f);const h=a39e[w(0x144)]({'top':'45%','left':'75%','width':w(0x12d),'height':w(0x12d),'border':{'type':w(0x132)},'label':w(0x133),'content':w(0x106),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x104)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e[w(0x110)](h);function i(o){const y=w;h[y(0x143)](y(0x12b)+(o[y(0x11c)]?o['head'][y(0x11a)]:y(0x10e))+'\x0a'+(y(0xfb)+(o[y(0xf5)]?o[y(0xf5)][y(0x11a)]:'None')+'\x0a')+('Legs:\x20'+(o[y(0x10a)]?o[y(0x10a)][y(0x11a)]:y(0x10e))+'\x0a')+('Feet:\x20'+(o[y(0xf7)]?o[y(0xf7)][y(0x11a)]:y(0x10e))+'\x0a')+(y(0x12c)+(o[y(0x13b)]?o[y(0x13b)][y(0x11a)]:y(0x10e))+'\x0a')+(y(0xfa)+(o[y(0x11f)]?o['gloves'][y(0x11a)]:y(0x10e))+'\x0a')+('Left\x20Hand:\x20'+(o['leftHand']?o[y(0x145)]['name']:y(0x10e))+'\x0a')+('Right\x20Hand:\x20'+(o[y(0x13e)]?o[y(0x13e)][y(0x11a)]:y(0x10e))+'\x0a')),e[y(0x13a)]();}const j=a39e[w(0x144)]({'top':w(0xfc),'left':w(0x121),'width':w(0x12d),'height':w(0x112),'border':{'type':w(0x132)},'label':'\x20Exits\x20','content':w(0x11b),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x104)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e['append'](j);function k(o){const z=w;let p='';o['exits'][z(0x13c)]>0x0?o['exits']['forEach']((q,r)=>{const A=z;if(q instanceof Door){const s=q[A(0x124)](o);s[A(0x101)]===RoomType[A(0x129)]?p+=capitalCase(r)+':\x20'+s[A(0x11a)]:p+=capitalCase(r)+':\x20'+q[A(0x11a)];if(q[A(0x102)]())p+=A(0x115);else q['checkIfLockable']()&&(p+=A(0x147));p+='\x0a';}else p+=capitalCase(r)+'\x0a';}):p+=z(0x146),j[z(0x143)](p),e['render']();}const l=a39e['box']({'top':'0%','left':'0%','width':w(0x121),'height':w(0x11d),'border':{'type':w(0x132)},'label':w(0xf2),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x104)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});e['append'](l);const m=a39e[w(0x10c)]({'bottom':0x0,'left':0x0,'width':'100%','height':w(0x109),'tags':!![],'border':{'type':w(0x132)},'style':{'fg':w(0x10d),'border':{'fg':w(0x116)}},'keys':!![],'mouse':!![],'inputOnFocus':!![]});e[w(0x110)](m),e[w(0xf9)](['escape',w(0xf4)],()=>process[w(0x11e)](0x0)),m[w(0x103)](),e['render'](),d['write'](w(0x118));const n=a39f[w(0x13d)](a,b);l[w(0x143)](n[w(0x113)]()),i(n[w(0xf6)]['equipment']),g(n['player']['inventory']),k(n[w(0xf6)]['currentLocation']),m[w(0xf9)](['enter'],async()=>{const B=w,o=m[B(0x12f)](),p=n[B(0x120)](o);(o[B(0x13f)]('\x20')[0x0]===B(0x10b)||B(0x127)||B(0x130))&&(g(n[B(0xf6)][B(0x108)]),i(n[B(0xf6)]['equipment'])),(o['split']('\x20')[0x0]==='go'||B(0x114)||B(0x119))&&k(n[B(0xf6)]['currentLocation']),o['split']('\x20')[0x0]===B(0x100)&&l[B(0x143)](''),p===null&&(l[B(0x140)](B(0x136)),e[B(0x13a)](),d['write'](B(0x10f)),process[B(0x11e)](0x0)),l[B(0x140)](p),l[B(0xff)](0x1),m[B(0x134)](),m['focus'](),e['render']();});}
@@ -1 +1 @@
1
- const a35k=a35d;(function(a,b){const h=a35d,c=a();while(!![]){try{const d=parseInt(h(0x93))/0x1*(parseInt(h(0x99))/0x2)+-parseInt(h(0x8e))/0x3+-parseInt(h(0x8a))/0x4*(-parseInt(h(0x8b))/0x5)+-parseInt(h(0x98))/0x6*(parseInt(h(0x87))/0x7)+-parseInt(h(0x92))/0x8+parseInt(h(0x97))/0x9+parseInt(h(0x83))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0xec682));const a35b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a35d;if(c){const e=c[i(0x89)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a35a=a35b(this,function(){const j=a35d;return a35a[j(0x9a)]()[j(0x85)](j(0x8d))[j(0x9a)]()[j(0x8c)](a35a)['search'](j(0x8d));});a35a();import a35e from'fs';import a35f from'os';import a35g from'path';function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x82;let f=c[d];return f;},a35d(a,b);}const homeDir=a35f['homedir']();class Logger{static [a35k(0x95)];[a35k(0x84)];constructor(a){const l=a35k;this[l(0x84)]=a;}static[a35k(0x94)](a=a35g['join'](homeDir,a35k(0x90),a35k(0x91))){const m=a35k;return!Logger[m(0x95)]&&(Logger[m(0x95)]=new Logger(a)),Logger[m(0x95)];}[a35k(0x96)](a){const n=a35k,b=new Date()[n(0x82)]();a35e[n(0x88)](this['filePath'],n(0x86)+b+']\x20'+a+'\x0a');}[a35k(0x8f)](a){const o=a35k,b=new Date()[o(0x82)]();a35e[o(0x88)](this[o(0x84)],'[ERROR]\x20['+b+']\x20'+a+'\x0a');}}function a35c(){const p=['5573628qCsLdv','30FUmRRQ','43352KQOcMq','toString','toISOString','29459240AWjNYV','filePath','search','[INFO]\x20[','2311505PkRaxb','appendFileSync','apply','28PcCdtO','701575BIhRiX','constructor','(((.+)+)+)+$','4770924aixTRz','error','.maka','side-quest.log','12239168jISKhb','55xawCby','getInstance','instance','write'];a35c=function(){return p;};return a35c();}export default Logger;
1
+ const a40j=a40d;(function(a,b){const h=a40d,c=a();while(!![]){try{const d=parseInt(h(0x140))/0x1+parseInt(h(0x13a))/0x2*(parseInt(h(0x138))/0x3)+-parseInt(h(0x14d))/0x4+parseInt(h(0x14c))/0x5*(parseInt(h(0x143))/0x6)+-parseInt(h(0x145))/0x7+-parseInt(h(0x146))/0x8+-parseInt(h(0x137))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x8400f));const a40b=(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;};}()),a40a=a40b(this,function(){const i=a40d;return a40a[i(0x147)]()[i(0x13b)]('(((.+)+)+)+$')[i(0x147)]()['constructor'](a40a)[i(0x13b)]('(((.+)+)+)+$');});function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x137;let f=c[d];return f;},a40d(a,b);}a40a();import a40e from'fs';function a40c(){const o=['54XwEEMj','homedir','2301061rBNnRf','707792ZbUTMn','toString','[INFO]\x20[','toISOString','getInstance','write','491505PLolQd','3221792QmZaFr','1469385kYtPMi','224907PneXSe','join','2WfArsZ','search','side-quest.log','.maka','filePath','instance','966919waZzgZ','error','appendFileSync'];a40c=function(){return o;};return a40c();}import a40f from'os';import a40g from'path';const homeDir=a40f[a40j(0x144)]();export class Logger{static [a40j(0x13f)];[a40j(0x13e)];constructor(a){const k=a40j;this[k(0x13e)]=a;}static[a40j(0x14a)](a=a40g[a40j(0x139)](homeDir,a40j(0x13d),a40j(0x13c))){const l=a40j;return!Logger[l(0x13f)]&&(Logger[l(0x13f)]=new Logger(a)),Logger[l(0x13f)];}[a40j(0x14b)](a){const m=a40j,b=new Date()['toISOString']();a40e['appendFileSync'](this[m(0x13e)],m(0x148)+b+']\x20'+a+'\x0a');}[a40j(0x141)](a){const n=a40j,b=new Date()[n(0x149)]();a40e[n(0x142)](this[n(0x13e)],'[ERROR]\x20['+b+']\x20'+a+'\x0a');}}
@@ -1 +1 @@
1
- const a36k=a36d;(function(a,b){const h=a36d,c=a();while(!![]){try{const d=-parseInt(h(0xbf))/0x1+parseInt(h(0xbb))/0x2*(parseInt(h(0xb5))/0x3)+-parseInt(h(0xb1))/0x4*(-parseInt(h(0xba))/0x5)+parseInt(h(0xb7))/0x6*(parseInt(h(0xb8))/0x7)+parseInt(h(0xb9))/0x8+-parseInt(h(0xc3))/0x9+-parseInt(h(0xbe))/0xa*(parseInt(h(0xaf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0xbe145));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a36d;if(c){const e=c[i(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const j=a36d;return a36a[j(0xbc)]()['search'](j(0xae))[j(0xbc)]()[j(0xad)](a36a)[j(0xb2)](j(0xae));});a36a();import a36e from'path';import a36f from'./play.command.js';function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0xad;let f=c[d];return f;},a36d(a,b);}import{Command}from'../../command.js';import{main}from'./sideQuest/ui.js';import a36g from'./sideQuest/rooms.js';function a36c(){const m=['apply','debug','3102894oaQzaA','constructor','(((.+)+)+)+$','26257jutpjV','Play\x20a\x20little\x20side-quest','3036evcmrP','search','getGlobalMakaDir','join','204CuUXfl','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','371514RSBKrR','119lJXrDU','759384FOaJrL','7045DwWoFH','6668RTqqZX','toString','side-quest','4340QzndLe','284400LtiRhc','side-quest.log'];a36c=function(){return m;};return a36c();}import{Player}from'./sideQuest/player.js';const playerInventory=[],playerEquipment={'head':null,'torso':null,'legs':null,'feet':null,'arms':null,'gloves':null,'leftHand':null,'rightHand':null};Command['create']({'name':a36k(0xbd),'usage':'maka\x20play:side-quest','shortDesc':a36k(0xb0),'aliases':['sq'],'description':a36k(0xb6),'validOpts':[a36k(0xc2)]},async function(a,b){const l=a36k,c=this['fsi'][l(0xb3)](),d=a36e[l(0xb4)](c,l(0xc0)),e=new Player(),f={...b,'logFilePath':d};main(e,a36g,f);},a36f);
1
+ const a41k=a41d;function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0xf4;let f=c[d];return f;},a41d(a,b);}(function(a,b){const h=a41d,c=a();while(!![]){try{const d=parseInt(h(0x105))/0x1+-parseInt(h(0xfa))/0x2*(-parseInt(h(0xf6))/0x3)+-parseInt(h(0x108))/0x4+-parseInt(h(0xf5))/0x5+parseInt(h(0xf8))/0x6+parseInt(h(0xfc))/0x7+parseInt(h(0x10c))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x53e31));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a41d;if(c){const e=c[i(0x10d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const j=a41d;return a41a[j(0x10b)]()[j(0x104)](j(0x107))[j(0x10b)]()[j(0xfe)](a41a)[j(0x104)](j(0x107));});a41a();import a41e from'path';import a41f from'./play.command.js';import{Command}from'../../command.js';import{main}from'./sideQuest/ui.js';function a41c(){const m=['apply','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','1521640unoEEP','64797yzTXpK','side-quest.log','2825394naFLTD','create','26UKhUaE','Play\x20a\x20little\x20side-quest','1321327OUDvbE','maka\x20play:side-quest','constructor','stdout','write','getGlobalMakaDir','side-quest','debug','search','175561aEWDGb','player','(((.+)+)+)+$','2251756iCAEqc','join','Commoner','toString','758880kGGKEe'];a41c=function(){return m;};return a41c();}import a41g from'./sideQuest/scenes/rooms.js';import{Player}from'./sideQuest/models/player.js';Command[a41k(0xf9)]({'name':a41k(0x102),'usage':a41k(0xfd),'shortDesc':a41k(0xfb),'aliases':['sq'],'description':a41k(0xf4),'validOpts':[a41k(0x103),a41k(0x106)]},async function(a,b){const l=a41k,c=this['fsi'][l(0x101)](),d=a41e[l(0x109)](c,l(0xf7)),e=b[l(0x106)]?b['player']:l(0x10a),f=new Player({'playerName':e});process[l(0xff)][l(0x100)]('\x1bc');const g={...b,'logFilePath':d};main(f,a41g,g);},a41f);
@@ -1 +1 @@
1
- var a37h=a37d;function a37d(a,b){var c=a37c();return a37d=function(d,e){d=d-0x1d8;var f=c[d];return f;},a37d(a,b);}(function(a,b){var f=a37d,c=a();while(!![]){try{var d=-parseInt(f(0x1e7))/0x1*(-parseInt(f(0x1e0))/0x2)+parseInt(f(0x1e4))/0x3+-parseInt(f(0x1e5))/0x4+-parseInt(f(0x1dd))/0x5*(-parseInt(f(0x1d8))/0x6)+-parseInt(f(0x1da))/0x7+-parseInt(f(0x1db))/0x8*(-parseInt(f(0x1e8))/0x9)+-parseInt(f(0x1e1))/0xa*(parseInt(f(0x1df))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x7e98a));var a37b=(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;};}()),a37a=a37b(this,function(){var g=a37d;return a37a[g(0x1ea)]()[g(0x1e6)](g(0x1de))[g(0x1ea)]()['constructor'](a37a)[g(0x1e6)](g(0x1de));});a37a();import a37e from'./play.command.js';function a37c(){var j=['8927vhEogx','552231GwPaqP','create','toString','6UbCfxN','maka\x20game:snake','1723981mwJQIL','104ieTRya','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1042295enmzUo','(((.+)+)+)+$','528QXqemQ','226jtyuud','277730yZmWrn','snake','npx\x20command-line-snake','1562286nqFgoO','1750856nNyLkm','search'];a37c=function(){return j;};return a37c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a37h(0x1e9)]({'name':a37h(0x1e2),'usage':a37h(0x1d9),'shortDesc':a37h(0x1dc),'validOpts':[]},async function(){var i=a37h;execSync(i(0x1e3),{'stdio':'inherit'});},a37e);
1
+ function a42c(){var k=['972ZkiACE','7oxVxwt','snake','8964472KQBXlc','2769HyIkkG','895290tXMOyT','apply','1069253JfcWxf','inherit','toString','(((.+)+)+)+$','27585cPLnLQ','10DTiarh','120wFfmMI','2402frHTvc','search','1128420dejhlQ','maka\x20game:snake','constructor','6343956mjJxwt','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake'];a42c=function(){return k;};return a42c();}var a42i=a42d;(function(a,b){var f=a42d,c=a();while(!![]){try{var d=parseInt(f(0xa7))/0x1+parseInt(f(0xae))/0x2*(-parseInt(f(0xb9))/0x3)+parseInt(f(0xb0))/0x4+-parseInt(f(0xab))/0x5*(parseInt(f(0xb5))/0x6)+-parseInt(f(0xb6))/0x7*(-parseInt(f(0xb8))/0x8)+-parseInt(f(0xb3))/0x9*(parseInt(f(0xac))/0xa)+-parseInt(f(0xba))/0xb*(-parseInt(f(0xad))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x8d460));var a42b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a42d;if(c){var e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){var h=a42d;return a42a[h(0xa9)]()['search']('(((.+)+)+)+$')[h(0xa9)]()[h(0xb2)](a42a)[h(0xaf)](h(0xaa));});function a42d(a,b){var c=a42c();return a42d=function(d,e){d=d-0xa6;var f=c[d];return f;},a42d(a,b);}a42a();import a42e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a42i(0xb7),'usage':a42i(0xb1),'shortDesc':a42i(0xb4),'validOpts':[]},async function(){var j=a42i;execSync('npx\x20command-line-snake',{'stdio':j(0xa8)});},a42e);
@@ -1 +1 @@
1
- var a38h=a38d;(function(a,b){var f=a38d,c=a();while(!![]){try{var d=parseInt(f(0x158))/0x1+-parseInt(f(0x14c))/0x2*(-parseInt(f(0x150))/0x3)+parseInt(f(0x151))/0x4+-parseInt(f(0x157))/0x5+parseInt(f(0x154))/0x6+-parseInt(f(0x14d))/0x7+parseInt(f(0x155))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x2ed86));var a38b=(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;};}()),a38a=a38b(this,function(){var g=a38d;return a38a[g(0x159)]()[g(0x156)](g(0x14b))[g(0x159)]()[g(0x14a)](a38a)[g(0x156)](g(0x14b));});a38a();import a38e from'./play.command.js';function a38c(){var j=['20454vNMXpb','1549360fFcVWs','search','750010xCcrIY','253721NwfHEY','toString','constructor','(((.+)+)+)+$','2muVjXA','2660399MGbYCp','inherit','maka\x20game:tetris','711147RzbDhp','136352fulskq','npx\x20simple-tetris','tetris'];a38c=function(){return j;};return a38c();}import{Command}from'../../command.js';import{execSync}from'child_process';function a38d(a,b){var c=a38c();return a38d=function(d,e){d=d-0x14a;var f=c[d];return f;},a38d(a,b);}Command['create']({'name':a38h(0x153),'usage':a38h(0x14f),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var i=a38h;execSync(i(0x152),{'stdio':i(0x14e)});},a38e);
1
+ function a43c(){var k=['7836ImKXoH','(((.+)+)+)+$','apply','9IIKtfE','938736JqmKFM','npx\x20simple-tetris','39420xFRsyM','inherit','1671852tsThZm','1339219nKoUhE','150480YSbsdF','2715FmBuBI','253722gnycAd','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','maka\x20game:tetris','search','toString','429MQgJdt','45flHluR'];a43c=function(){return k;};return a43c();}var a43i=a43d;(function(a,b){var f=a43d,c=a();while(!![]){try{var d=parseInt(f(0x1e2))/0x1+parseInt(f(0x1e4))/0x2*(parseInt(f(0x1ee))/0x3)+-parseInt(f(0x1e0))/0x4+-parseInt(f(0x1e3))/0x5*(-parseInt(f(0x1eb))/0x6)+parseInt(f(0x1e1))/0x7+-parseInt(f(0x1dc))/0x8*(parseInt(f(0x1ea))/0x9)+-parseInt(f(0x1de))/0xa*(-parseInt(f(0x1e9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0x8dbfb));var a43b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a43d;if(c){var e=c[g(0x1ed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){var h=a43d;return a43a[h(0x1e8)]()[h(0x1e7)](h(0x1ec))[h(0x1e8)]()['constructor'](a43a)['search'](h(0x1ec));});a43a();import a43e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a43d(a,b){var c=a43c();return a43d=function(d,e){d=d-0x1dc;var f=c[d];return f;},a43d(a,b);}Command['create']({'name':'tetris','usage':a43i(0x1e6),'shortDesc':a43i(0x1e5),'validOpts':[]},async function(){var j=a43i;execSync(j(0x1dd),{'stdio':j(0x1df)});},a43e);
@@ -1 +1 @@
1
- const a39i=a39d;(function(a,b){const f=a39d,c=a();while(!![]){try{const d=parseInt(f(0xfa))/0x1+-parseInt(f(0xfe))/0x2*(-parseInt(f(0xf4))/0x3)+-parseInt(f(0xf8))/0x4+parseInt(f(0xf9))/0x5+-parseInt(f(0xfc))/0x6*(-parseInt(f(0xfb))/0x7)+parseInt(f(0x104))/0x8+-parseInt(f(0x102))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0xe6acf));const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a39d;if(c){const e=c[g(0xff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const h=a39d;return a39a[h(0x10b)]()['search'](h(0xf5))[h(0x10b)]()[h(0x108)](a39a)[h(0xfd)]('(((.+)+)+)+$');});function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0xf3;let f=c[d];return f;},a39d(a,b);}a39a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a39e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command['create']({'name':a39i(0x105),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a39i(0x103),a39i(0x101),a39i(0xf6)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a39i(0x107),'description':a39i(0x100),'examples':[a39i(0x10c),'maka\x20g:scaffold\x20todos',a39i(0xf7),'maka\x20g:package\x20package:name','maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a39i,c=a[0x0],d=a39e[j(0x10d)](c);if(!d){b[j(0xf6)]?(Log[j(0x10a)]('Generators:'),a39e[j(0x109)]()):Log['error'](j(0x106));throw new UsageError();}await d[j(0xf3)](a['slice'](0x1),b);});function a39c(){const k=['761780DRHHJc','14wPaEIe','1963212tHEDLg','search','2088808pxnRRV','apply','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','where','24101496fwmqtj','dir','11110168pfkKNm','generate','Could\x20not\x20find\x20generator','Scaffold\x20various\x20parts\x20of\x20your\x20application','constructor','listGenerators','notice','toString','maka\x20generate:scaffold\x20todos','findGenerator','invoke','3fJCVjO','(((.+)+)+)+$','help','maka\x20g:template\x20todos/todo_item','7399612lKbcIt','8116675LNlJAQ'];a39c=function(){return k;};return a39c();}
1
+ const a44i=a44d;(function(a,b){const f=a44d,c=a();while(!![]){try{const d=parseInt(f(0xbf))/0x1+parseInt(f(0xb6))/0x2+parseInt(f(0xab))/0x3*(parseInt(f(0xb9))/0x4)+-parseInt(f(0xba))/0x5*(-parseInt(f(0xa6))/0x6)+parseInt(f(0xc0))/0x7*(-parseInt(f(0xbb))/0x8)+-parseInt(f(0xb4))/0x9+parseInt(f(0xaa))/0xa*(-parseInt(f(0xbe))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0x44ff7));const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a44d;if(c){const e=c[g(0xa7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const h=a44d;return a44a[h(0xb5)]()[h(0xb8)](h(0xbd))[h(0xb5)]()[h(0xa5)](a44a)[h(0xb8)](h(0xbd));});a44a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a44e from'../generators/maka.gen.js';function a44c(){const k=['35Gqlrpv','constructor','3050130FzsBgK','apply','maka\x20g:api\x20trucks','create','70gioCoU','3bpAxFb','help','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','error','Generators:','maka\x20g:package\x20package:name','listGenerators','notice','Scaffold\x20various\x20parts\x20of\x20your\x20application','1137681QHBrPd','toString','734706bIdnKM','where','search','2237628nHXEQU','5RanjoB','268936aIdzoD','maka\x20{generate,\x20g}:<generator>\x20<name>','(((.+)+)+)+$','1822909MdOBCj','302027UfdBZw'];a44c=function(){return k;};return a44c();}import{UsageError}from'../error.js';function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0xa5;let f=c[d];return f;},a44d(a,b);}Command[a44i(0xa9)]({'name':'generate','aliases':['g'],'usage':a44i(0xbc),'validOpts':['dir',a44i(0xb7),a44i(0xac)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a44i(0xb3),'description':a44i(0xad),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item',a44i(0xb0),'maka\x20g:route\x20todos/edit',a44i(0xa8),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a44i,c=a[0x0],d=a44e['findGenerator'](c);if(!d){b[j(0xac)]?(Log[j(0xb2)](j(0xaf)),a44e[j(0xb1)]()):Log[j(0xae)]('Could\x20not\x20find\x20generator');throw new UsageError();}await d['invoke'](a['slice'](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a40d,c=a();while(!![]){try{var d=-parseInt(f(0x143))/0x1+parseInt(f(0x13f))/0x2*(-parseInt(f(0x144))/0x3)+-parseInt(f(0x146))/0x4+parseInt(f(0x145))/0x5*(-parseInt(f(0x147))/0x6)+parseInt(f(0x148))/0x7*(-parseInt(f(0x13d))/0x8)+parseInt(f(0x141))/0x9+parseInt(f(0x14a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x88d06));var a40b=(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;};}()),a40a=a40b(this,function(){var g=a40d;return a40a[g(0x142)]()['search'](g(0x149))[g(0x142)]()[g(0x140)](a40a)[g(0x13e)](g(0x149));});a40a();import'./get.command.js';import'./global.sub.cmd.js';function a40c(){var h=['(((.+)+)+)+$','24166860rqUJwd','8rUQmhZ','search','123784ooipCX','constructor','2701206FKXIvJ','toString','955069dhXqyu','12mURkSD','193615cJUzxx','3292508UXztDd','6WZDpzE','643601lmOWWb'];a40c=function(){return h;};return a40c();}function a40d(a,b){var c=a40c();return a40d=function(d,e){d=d-0x13d;var f=c[d];return f;},a40d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a45d,c=a();while(!![]){try{var d=-parseInt(f(0x1ce))/0x1+parseInt(f(0x1ca))/0x2+-parseInt(f(0x1c7))/0x3*(-parseInt(f(0x1c9))/0x4)+parseInt(f(0x1d1))/0x5+parseInt(f(0x1cd))/0x6*(-parseInt(f(0x1cf))/0x7)+parseInt(f(0x1c5))/0x8+-parseInt(f(0x1cc))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0xa8b9c));var a45b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a45d;if(c){var e=c[g(0x1cb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){var h=a45d;return a45a[h(0x1d0)]()[h(0x1c4)](h(0x1c8))['toString']()[h(0x1c6)](a45a)['search'](h(0x1c8));});a45a();function a45d(a,b){var c=a45c();return a45d=function(d,e){d=d-0x1c4;var f=c[d];return f;},a45d(a,b);}function a45c(){var i=['2592668gCqkRr','apply','5892120OxlRhY','1668996xWjRPw','513345pyAesb','28djDIDJ','toString','2834260FYUvVp','search','3812240wEykvT','constructor','3ZKCNyP','(((.+)+)+)+$','2528292eIjjCn'];a45c=function(){return i;};return a45c();}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a41i=a41d;(function(a,b){const f=a41d,c=a();while(!![]){try{const d=parseInt(f(0x148))/0x1+-parseInt(f(0x14b))/0x2*(-parseInt(f(0x13f))/0x3)+-parseInt(f(0x149))/0x4+-parseInt(f(0x147))/0x5*(-parseInt(f(0x13c))/0x6)+parseInt(f(0x143))/0x7+parseInt(f(0x138))/0x8+-parseInt(f(0x146))/0x9*(parseInt(f(0x140))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x7c32b));function a41c(){const k=['runSubCommand','9MsZjAb','5yIVuSY','457299TzixOo','2562140xJBAsR','apply','78yHKISq','toString','5029232vcTepS','findSubCommand','error','(((.+)+)+)+$','5949618pvVLwH','maka\x20get:<sub-command>','get','45120ohpAAW','18684230qUagRB','create','Get\x20various\x20Maka\x20variables\x20and\x20configurations','2474899kjbVhU','search'];a41c=function(){return k;};return a41c();}const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a41d;if(c){const e=c[g(0x14a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const h=a41d;return a41a[h(0x137)]()[h(0x144)]('(((.+)+)+)+$')[h(0x137)]()['constructor'](a41a)[h(0x144)](h(0x13b));});a41a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x137;let f=c[d];return f;},a41d(a,b);}const GetCommand=Command[a41i(0x141)]({'name':a41i(0x13e),'usage':a41i(0x13d),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a41i(0x142),'validOpts':[]},async function(a,b){const j=a41i,c=a[0x0],d=this[j(0x139)](c);if(d)this[j(0x145)](c,a,b);else{Log[j(0x13a)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ function a46d(a,b){const c=a46c();return a46d=function(d,e){d=d-0x1b3;let f=c[d];return f;},a46d(a,b);}const a46i=a46d;(function(a,b){const f=a46d,c=a();while(!![]){try{const d=parseInt(f(0x1b9))/0x1*(-parseInt(f(0x1b8))/0x2)+-parseInt(f(0x1c3))/0x3+-parseInt(f(0x1c5))/0x4+parseInt(f(0x1bf))/0x5*(-parseInt(f(0x1c1))/0x6)+-parseInt(f(0x1b5))/0x7+-parseInt(f(0x1c2))/0x8*(parseInt(f(0x1c7))/0x9)+parseInt(f(0x1b4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x23268));const a46b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a46d;if(c){const e=c[g(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a46a=a46b(this,function(){const h=a46d;return a46a[h(0x1c0)]()[h(0x1bd)]('(((.+)+)+)+$')['toString']()[h(0x1bc)](a46a)['search'](h(0x1b3));});a46a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a46c(){const k=['2DawQYA','5970fxAAGT','apply','error','constructor','search','maka\x20get:<sub-command>','878240tcLzit','toString','6WvCbtx','576XAIZqK','630885GxnTvy','runSubCommand','1018920aWgrep','Sub-Command\x20not\x20found','9846aJDJyk','(((.+)+)+)+$','10302900WnIKjZ','1126321SRnWur','Get\x20various\x20Maka\x20variables\x20and\x20configurations','findSubCommand'];a46c=function(){return k;};return a46c();}import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':'get','usage':a46i(0x1be),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a46i(0x1b6),'validOpts':[]},async function(a,b){const j=a46i,c=a[0x0],d=this[j(0x1b7)](c);if(d)this[j(0x1c4)](c,a,b);else{Log[j(0x1bb)](j(0x1c6));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a42i=a42d;function a42c(){const k=['2RxFQGm','(((.+)+)+)+$','350397ntKaJV','5MRImCG','global-config','log','error','exit','512255sebqRn','3969RxOpUD','fsi','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','109835ABEqyg','1062273cqpsfY','toString','apply','10NKIWeu','search','create','maka\x20get:global-config','6520392lEdITf','3629428ijgOpQ','15800DdGynd','1644choTDf'];a42c=function(){return k;};return a42c();}(function(a,b){const f=a42d,c=a();while(!![]){try{const d=parseInt(f(0x133))/0x1+-parseInt(f(0x12b))/0x2*(parseInt(f(0x120))/0x3)+-parseInt(f(0x128))/0x4+parseInt(f(0x12e))/0x5*(-parseInt(f(0x127))/0x6)+parseInt(f(0x11c))/0x7*(parseInt(f(0x129))/0x8)+parseInt(f(0x12d))/0x9*(-parseInt(f(0x123))/0xa)+parseInt(f(0x11f))/0xb*(parseInt(f(0x12a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x95a30));const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a42d;if(c){const e=c[g(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const h=a42d;return a42a[h(0x121)]()[h(0x124)](h(0x12c))['toString']()['constructor'](a42a)[h(0x124)](h(0x12c));});a42a();function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x11c;let f=c[d];return f;},a42d(a,b);}import a42e from'./get.command.js';import{Command}from'../../command.js';Command[a42i(0x125)]({'name':a42i(0x12f),'usage':a42i(0x126),'aliases':['gc'],'shortDesc':a42i(0x11e),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a42i;try{const a=await this[j(0x11d)]['getGlobalConfig']();console[j(0x130)](a);}catch(b){console[j(0x131)](b),process[j(0x132)](0x0);}},a42e);
1
+ const a47h=a47d;(function(a,b){const f=a47d,c=a();while(!![]){try{const d=parseInt(f(0x121))/0x1+-parseInt(f(0x11b))/0x2*(-parseInt(f(0x122))/0x3)+-parseInt(f(0x126))/0x4*(-parseInt(f(0x131))/0x5)+parseInt(f(0x128))/0x6*(-parseInt(f(0x12d))/0x7)+parseInt(f(0x125))/0x8*(-parseInt(f(0x11e))/0x9)+-parseInt(f(0x12c))/0xa+parseInt(f(0x12e))/0xb*(parseInt(f(0x12a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0xbba8b));const a47b=(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;};}()),a47a=a47b(this,function(){const g=a47d;return a47a['toString']()[g(0x12f)](g(0x124))[g(0x11a)]()[g(0x127)](a47a)['search'](g(0x124));});a47a();function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0x11a;let f=c[d];return f;},a47d(a,b);}import a47e from'./get.command.js';function a47c(){const j=['11104890sruIDe','4994290fJUHQc','1639BkeWTJ','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','5MmcRzX','toString','1653890fOkThy','log','fsi','10123479lGbcLc','getGlobalConfig','maka\x20get:global-config','1391408tCkWwz','3NEvTWn','exit','(((.+)+)+)+$','8FyJzmJ','5844968JvXhtg','constructor','6miJJMP','create','3048xpvuVI','error'];a47c=function(){return j;};return a47c();}import{Command}from'../../command.js';Command[a47h(0x129)]({'name':'global-config','usage':a47h(0x120),'aliases':['gc'],'shortDesc':a47h(0x130),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a47h;try{const a=await this[i(0x11d)][i(0x11f)]();console[i(0x11c)](a);}catch(b){console[i(0x12b)](b),process[i(0x123)](0x0);}},a47e);
@@ -1 +1 @@
1
- const a43i=a43d;(function(a,b){const f=a43d,c=a();while(!![]){try{const d=parseInt(f(0x82))/0x1*(-parseInt(f(0x81))/0x2)+parseInt(f(0x89))/0x3*(parseInt(f(0x79))/0x4)+-parseInt(f(0x7d))/0x5*(parseInt(f(0x87))/0x6)+-parseInt(f(0x7c))/0x7+parseInt(f(0x83))/0x8*(parseInt(f(0x7a))/0x9)+-parseInt(f(0x7b))/0xa+parseInt(f(0x88))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0xa3668));const a43b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a43d;if(c){const e=c[g(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){const h=a43d;return a43a['toString']()[h(0x84)]('(((.+)+)+)+$')[h(0x85)]()[h(0x80)](a43a)[h(0x84)]('(((.+)+)+)+$');});a43a();function a43d(a,b){const c=a43c();return a43d=function(d,e){d=d-0x79;let f=c[d];return f;},a43d(a,b);}import a43e from'./get.command.js';import{Command}from'../../command.js';function a43c(){const k=['search','toString','fsi','6pbBCiL','21309123BmRYYN','29589PTuTug','maka\x20get:local-config','164vVcUTn','23409iYcifA','882940QESRgz','8358392IlSHsB','2320830ggbLHX','create','apply','constructor','2FhsbZT','120847kRnrfV','600ftvLkF'];a43c=function(){return k;};return a43c();}Command[a43i(0x7e)]({'name':'local-config','usage':a43i(0x8a),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a43i,a=await this[j(0x86)]['getProjectConfig']();console['log'](a);},a43e);
1
+ const a48i=a48d;(function(a,b){const f=a48d,c=a();while(!![]){try{const d=-parseInt(f(0x1bb))/0x1+parseInt(f(0x1c3))/0x2+parseInt(f(0x1bf))/0x3+parseInt(f(0x1c1))/0x4+parseInt(f(0x1c8))/0x5+parseInt(f(0x1bc))/0x6+-parseInt(f(0x1c9))/0x7*(-parseInt(f(0x1ba))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0xcf982));function a48c(){const k=['toString','3773232WsUbSp','1568790mRlqqk','775182okusAR','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','log','1628844WXpZvx','search','2514200gIHJJS','(((.+)+)+)+$','931092tkflJw','maka\x20get:local-config','constructor','create','apply','906005fwNqyw','7tSXrNl','local-config'];a48c=function(){return k;};return a48c();}const a48b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a48d;if(c){const e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){const h=a48d;return a48a[h(0x1cb)]()['search'](h(0x1c2))[h(0x1cb)]()[h(0x1c5)](a48a)[h(0x1c0)](h(0x1c2));});function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0x1ba;let f=c[d];return f;},a48d(a,b);}a48a();import a48e from'./get.command.js';import{Command}from'../../command.js';Command[a48i(0x1c6)]({'name':a48i(0x1ca),'usage':a48i(0x1c4),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a48i(0x1bd),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a48i,a=await this['fsi']['getProjectConfig']();console[j(0x1be)](a);},a48e);
@@ -1 +1 @@
1
- const a44j=a44d;(function(a,b){const g=a44d,c=a();while(!![]){try{const d=-parseInt(g(0x12d))/0x1*(parseInt(g(0x130))/0x2)+parseInt(g(0x11f))/0x3*(-parseInt(g(0x124))/0x4)+-parseInt(g(0x119))/0x5+parseInt(g(0x12c))/0x6+parseInt(g(0x120))/0x7+parseInt(g(0x127))/0x8+parseInt(g(0x128))/0x9*(parseInt(g(0x118))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0x821b9));const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a44d;if(c){const e=c[h(0x12b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const i=a44d;return a44a[i(0x122)]()[i(0x134)](i(0x125))[i(0x122)]()['constructor'](a44a)[i(0x134)](i(0x125));});a44a();import a44e from'./get.command.js';function a44c(){const l=['decode','token','4PJGlBv','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','user','search','roles','getGlobalConfig','569930kyUNWm','1354115NnfCAD','userId','notice','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','exit','96oulGOQ','6900824rLwuJU','fsi','toString','User\x20Access\x20Token:\x20\x20','132968uYCIAc','(((.+)+)+)+$','hash','3440472ftDQBB','63kRXaCN','authToken','create','apply','4884084PFvsrY','380684ZrgpeE'];a44c=function(){return l;};return a44c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a44f from'jsonwebtoken';function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0x116;let f=c[d];return f;},a44d(a,b);}Command[a44j(0x12a)]({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a44j(0x132),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a44j;try{const a=await this[k(0x121)][k(0x117)]();if(a[k(0x126)]){const b=a44f[k(0x12e)](a[k(0x126)]);Log[k(0x11b)](k(0x11c)+b?.[k(0x133)]),Log[k(0x11b)](k(0x11d)+a['token']?.[k(0x11a)]),Log[k(0x11b)](k(0x123)+a[k(0x12f)]?.[k(0x129)]),Log[k(0x11b)](k(0x131)+b?.[k(0x116)]['join'](',\x20'));}}catch(c){console['error'](c),process[k(0x11e)](0x0);}},a44e);
1
+ const a49j=a49d;(function(a,b){const g=a49d,c=a();while(!![]){try{const d=-parseInt(g(0x6e))/0x1+parseInt(g(0x6d))/0x2+parseInt(g(0x7f))/0x3+parseInt(g(0x74))/0x4+-parseInt(g(0x71))/0x5*(-parseInt(g(0x6b))/0x6)+-parseInt(g(0x7b))/0x7*(-parseInt(g(0x7d))/0x8)+-parseInt(g(0x73))/0x9*(parseInt(g(0x69))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0x1d52c));function a49c(){const l=['(((.+)+)+)+$','2974221wMFOvt','366748XKmRNU','toString','decode','apply','hash','getGlobalConfig','authToken','112ffsBGz','notice','118144pFreQJ','fsi','426018WbzmCJ','exit','whoami','maka\x20get:whoami','token','20FhumwS','search','145548NjyqPd','create','469100AmfXEj','20517OlaGsE','userId','constructor','20gQfQOG'];a49c=function(){return l;};return a49c();}const a49b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a49d;if(c){const e=c[h(0x77)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){const i=a49d;return a49a[i(0x75)]()[i(0x6a)](i(0x72))[i(0x75)]()[i(0x70)](a49a)[i(0x6a)](i(0x72));});a49a();function a49d(a,b){const c=a49c();return a49d=function(d,e){d=d-0x68;let f=c[d];return f;},a49d(a,b);}import a49e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a49f from'jsonwebtoken';Command[a49j(0x6c)]({'name':a49j(0x81),'usage':a49j(0x82),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a49j;try{const a=await this[k(0x7e)][k(0x79)]();if(a[k(0x78)]){const b=a49f[k(0x76)](a['hash']);Log[k(0x7c)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.['user']),Log[k(0x7c)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a['token']?.[k(0x6f)]),Log['notice']('User\x20Access\x20Token:\x20\x20'+a[k(0x68)]?.[k(0x7a)]),Log[k(0x7c)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.['roles']['join'](',\x20'));}}catch(c){console['error'](c),process[k(0x80)](0x0);}},a49e);
@@ -1 +1 @@
1
- var a45h=a45d;(function(a,b){var f=a45d,c=a();while(!![]){try{var d=parseInt(f(0xa3))/0x1*(-parseInt(f(0x9f))/0x2)+parseInt(f(0xa9))/0x3*(-parseInt(f(0xac))/0x4)+parseInt(f(0x9d))/0x5*(-parseInt(f(0x9e))/0x6)+parseInt(f(0xa5))/0x7*(-parseInt(f(0xa2))/0x8)+-parseInt(f(0x9c))/0x9*(parseInt(f(0xad))/0xa)+-parseInt(f(0xa6))/0xb+-parseInt(f(0xaa))/0xc*(-parseInt(f(0xa7))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0x19aa5));var a45b=(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;};}()),a45a=a45b(this,function(){var g=a45d;return a45a['toString']()[g(0x9b)](g(0xab))[g(0x9a)]()[g(0xa8)](a45a)[g(0x9b)]('(((.+)+)+)+$');});a45a();function a45c(){var i=['create','1391848xHPFlQ','1427xMbePR','Deprecated:\x20use\x20--help\x20instead','7aHAcOW','1014860JzujsU','25857qtgXQN','constructor','6oMIMSQ','4572oeaasL','(((.+)+)+)+$','194548wZanfo','10MWkOSy','help','toString','search','813609jAjakU','46585SDhZvA','60HBhCaT','148dMbGxD','Try,\x20maka\x20--help'];a45c=function(){return i;};return a45c();}import{Command}from'../command.js';import{UsageError}from'../error.js';function a45d(a,b){var c=a45c();return a45d=function(d,e){d=d-0x9a;var f=c[d];return f;},a45d(a,b);}Command[a45h(0xa1)]({'name':a45h(0xae),'description':a45h(0xa0),'aliases':['h'],'validOpts':[],'shortDesc':a45h(0xa4)},async function(){throw new UsageError();});
1
+ function a50d(a,b){var c=a50c();return a50d=function(d,e){d=d-0x11a;var f=c[d];return f;},a50d(a,b);}var a50h=a50d;function a50c(){var i=['6487152CTwLjW','8522400LlqRBn','toString','6306027WLYZOU','1431410xRezpP','help','448591bszuwt','create','constructor','Try,\x20maka\x20--help','136IDTNTs','search','2181328zVphyo','(((.+)+)+)+$','21504CFjuBg'];a50c=function(){return i;};return a50c();}(function(a,b){var f=a50d,c=a();while(!![]){try{var d=parseInt(f(0x122))/0x1+-parseInt(f(0x126))/0x2*(parseInt(f(0x11b))/0x3)+-parseInt(f(0x128))/0x4+parseInt(f(0x120))/0x5+-parseInt(f(0x11c))/0x6+parseInt(f(0x11f))/0x7+parseInt(f(0x11d))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0x8f54e));var a50b=(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;};}()),a50a=a50b(this,function(){var g=a50d;return a50a[g(0x11e)]()[g(0x127)](g(0x11a))[g(0x11e)]()[g(0x124)](a50a)['search'](g(0x11a));});a50a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a50h(0x123)]({'name':a50h(0x121),'description':a50h(0x125),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a46m=a46d;function a46c(){const o=['create','stringify','368378MWAXgW','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','41459scwdlR','Running\x20','jsdoc','125oUVWrG','123399KxdrMn','\x20-r\x20app','987833mISeJd','30FeXnyV','logError','docs','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','61276fGcoDt','348ELjGDS','app/private','pathFromProject','maka\x20jsdoc','apply','3ergBgb','.+\x5c.(j|t)s(doc|x)?$','config','search','toString','\x0a[+]\x20Documentation\x20written\x20to\x20','863104IeqIXg','app/node_modules','fsi','stop','app/public','370KHbxTn','\x20-d\x20','constructor','join','maka\x20jsdoc\x20--init','logWithSpinner','sep','753491BDCUFX'];a46c=function(){return o;};return a46c();}(function(a,b){const j=a46d,c=a();while(!![]){try{const d=parseInt(j(0x1b9))/0x1+parseInt(j(0x1bc))/0x2*(-parseInt(j(0x1a7))/0x3)+-parseInt(j(0x1a1))/0x4*(parseInt(j(0x199))/0x5)+parseInt(j(0x19d))/0x6*(parseInt(j(0x19c))/0x7)+parseInt(j(0x1ad))/0x8+-parseInt(j(0x19a))/0x9*(parseInt(j(0x1b2))/0xa)+parseInt(j(0x196))/0xb*(parseInt(j(0x1a2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x92ecc));const a46b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a46d;if(c){const e=c[k(0x1a6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a46a=a46b(this,function(){const l=a46d;return a46a[l(0x1ab)]()['search']('(((.+)+)+)+$')[l(0x1ab)]()[l(0x1b4)](a46a)[l(0x1aa)]('(((.+)+)+)+$');});a46a();function a46d(a,b){const c=a46c();return a46d=function(d,e){d=d-0x195;let f=c[d];return f;},a46d(a,b);}import a46e from'path';import a46f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a46m(0x1ba)]({'name':'jsdoc','usage':a46m(0x1a5),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a46m(0x1b6),a46m(0x1a5)],'validOpts':[]},function(){const n=a46m,a=a46e[n(0x1b5)](this[n(0x1af)][n(0x1a4)]({}),n(0x19f)+a46e[n(0x1b8)]),b=a46e[n(0x1b5)](this[n(0x1af)][n(0x1a4)]({}),n(0x1a9),'jsdoc-config.json'),c=this[n(0x1af)][n(0x1a4)]({}),d=n(0x198);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x198),'closure']},'source':{'includePattern':n(0x1a8),'excludePattern':n(0x195),'exclude':['app/packages',n(0x1ae),n(0x1b1),n(0x1a3)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a46f['writeFileSync'](b,JSON[n(0x1bb)](g,null,0x4));}const f=this[n(0x1b7)](n(0x197)+d);try{const h=d+'\x20-c\x20'+b+n(0x19b)+a46e[n(0x1b8)]+n(0x1b3)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice'](n(0x1ac)+a);}catch(i){this[n(0x19e)](i),this[n(0x19e)](n(0x1a0));}finally{f[n(0x1b0)]();}});
1
+ const a51m=a51d;function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0xc4;let f=c[d];return f;},a51d(a,b);}(function(a,b){const j=a51d,c=a();while(!![]){try{const d=parseInt(j(0xee))/0x1*(parseInt(j(0xda))/0x2)+-parseInt(j(0xd8))/0x3+-parseInt(j(0xe9))/0x4*(-parseInt(j(0xd7))/0x5)+parseInt(j(0xd6))/0x6+parseInt(j(0xeb))/0x7*(parseInt(j(0xd4))/0x8)+-parseInt(j(0xe3))/0x9*(-parseInt(j(0xe7))/0xa)+-parseInt(j(0xd9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0x8f634));const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a51d;if(c){const e=c[k(0xc5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const l=a51d;return a51a[l(0xec)]()[l(0xe8)](l(0xed))[l(0xec)]()[l(0xea)](a51a)[l(0xe8)](l(0xed));});a51a();import a51e from'path';function a51c(){const o=['(((.+)+)+)+$','1mpyHlx','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','\x0a[+]\x20Documentation\x20written\x20to\x20','fsi','apply','writeFileSync','app/private','inherit','app/node_modules','join','logError','pathFromProject','closure','app/public','stringify','\x20-c\x20','config','maka\x20jsdoc','isFile','8HQuTnG','utf-8','1198722ZiFFPn','535JJMuLF','2739444AJIzYp','9177036nNEOEt','196828ZibnjL','Running\x20','plugins/markdown','stop','jsdoc','maka\x20jsdoc\x20--init','\x20-d\x20','sep','jsdoc-config.json','1413558OilORV','logWithSpinner','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','logNotice','60IawskI','search','40320FroCUs','constructor','109249zWdkwD','toString'];a51c=function(){return o;};return a51c();}import a51f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a51m(0xde),'usage':a51m(0xd2),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a51m(0xdf),a51m(0xd2)],'validOpts':[]},function(){const n=a51m,a=a51e[n(0xca)](this[n(0xc4)][n(0xcc)]({}),'docs'+a51e['sep']),b=a51e[n(0xca)](this[n(0xc4)][n(0xcc)]({}),n(0xd1),n(0xe2)),c=this[n(0xc4)][n(0xcc)]({}),d=n(0xde);if(!this[n(0xd3)](b)){const g={'plugins':[n(0xdc)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xde),n(0xcd)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0xef),'exclude':['app/packages',n(0xc9),n(0xce),n(0xc7)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xd5)}};a51f[n(0xc6)](b,JSON[n(0xcf)](g,null,0x4));}const f=this[n(0xe4)](n(0xdb)+d);try{const h=d+n(0xd0)+b+'\x20-r\x20app'+a51e[n(0xe1)]+n(0xe0)+a;execSync(h,{'cwd':c,'stdio':n(0xc8)}),this[n(0xe6)](n(0xf0)+a);}catch(i){this[n(0xcb)](i),this[n(0xcb)](n(0xe5));}finally{f[n(0xdd)]();}});
@@ -1 +1 @@
1
- const a47r=a47d;function a47c(){const t=['eslint-plugin-react','stylish','fix','10fKfDqK','outputFixes','join','lintFiles','push','eslint-plugin-css','3TplRqp','template','maka\x20lint','fsi','success','bright','isFile','\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','.eslintrc.json','2739499IWgrXI','notice','eslint','5107184rSmDWz','23845eDFmOj','constructor','816968iorzGe','checkNpmPackage','2243670EQJvXL','search','15568157GOMPpo','imports','2lTnDcA','length','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','5nKixJQ','2522007eYmfdw'];a47c=function(){return t;};return a47c();}(function(a,b){const p=a47d,c=a();while(!![]){try{const d=-parseInt(p(0xc8))/0x1*(parseInt(p(0xad))/0x2)+-parseInt(p(0xbb))/0x3*(-parseInt(p(0xca))/0x4)+-parseInt(p(0xb0))/0x5*(-parseInt(p(0xa9))/0x6)+parseInt(p(0xc4))/0x7+parseInt(p(0xc7))/0x8+parseInt(p(0xb1))/0x9*(parseInt(p(0xb5))/0xa)+-parseInt(p(0xab))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0x6da09));const a47b=(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;};}()),a47a=a47b(this,function(){const q=a47d;return a47a['toString']()[q(0xaa)]('(((.+)+)+)+$')['toString']()[q(0xc9)](a47a)[q(0xaa)]('(((.+)+)+)+$');});a47a();function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0xa8;let f=c[d];return f;},a47d(a,b);}import a47e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command['create']({'name':'lint','usage':a47r(0xbd),'maxArgLength':0x1,'validOpts':[a47r(0xb4)],'mustBeInMakaProject':!![],'shortDesc':a47r(0xaf),'description':a47r(0xc2),'examples':['maka\x20lint\x20--fix']},async function(a,b){const s=a47r;try{const c=this[s(0xbe)]['findAppDirectory'](),d=this[s(0xbe)]['checkNpmPackage']('eslint'),f=this[s(0xbe)][s(0xa8)](s(0xb2)),g=this[s(0xbe)][s(0xa8)]('eslint-plugin-css'),h=[];!d&&h[s(0xb9)](s(0xc6));!f&&h['push'](s(0xb2));!g&&h[s(0xb9)](s(0xba));h[s(0xae)]>0x0&&await this[s(0xbe)]['installNpmPackage'](h[s(0xb7)]('\x20'),{'dev':!![]});const i=this[s(0xbe)][s(0xc1)](a47e[s(0xb7)](c,s(0xc3)));if(!i){const n={'noRename':!![]};await this[s(0xbe)][s(0xbc)]({'srcPath':'eslint/eslintrc.json','destPath':a47e[s(0xb7)](c,s(0xc3)),'framework':'service','context':n});}const j=new ESLint(),k=await j[s(0xb8)]([a47e['join'](c,s(0xac),'**')]),l=await j['loadFormatter'](s(0xb3)),m=l['format'](k);m[s(0xae)]>0x0?Log[s(0xc0)](m):Log[s(0xbf)]('All\x20good!\x20:)'),Log[s(0xc5)]('Lint\x20results\x20for\x20'+c+'/imports'),b[s(0xb4)]?await ESLint[s(0xb6)](k):Log['notice']('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console['error'](o);}});
1
+ const a52r=a52d;(function(a,b){const p=a52d,c=a();while(!![]){try{const d=-parseInt(p(0xac))/0x1+-parseInt(p(0xc8))/0x2+-parseInt(p(0xae))/0x3+parseInt(p(0xb8))/0x4*(-parseInt(p(0xaa))/0x5)+parseInt(p(0xa7))/0x6*(parseInt(p(0xb9))/0x7)+parseInt(p(0xc4))/0x8+parseInt(p(0xab))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xb2dfa));const a52b=(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;};}()),a52a=a52b(this,function(){const q=a52d;return a52a['toString']()[q(0xcb)]('(((.+)+)+)+$')[q(0xb7)]()['constructor'](a52a)['search'](q(0xbd));});a52a();import a52e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a52r(0xa8)]({'name':'lint','usage':a52r(0xba),'maxArgLength':0x1,'validOpts':[a52r(0xbc)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a52r(0xb1),'examples':['maka\x20lint\x20--fix']},async function(a,b){const s=a52r;try{const c=this[s(0xb3)][s(0xbb)](),d=this[s(0xb3)][s(0xc1)](s(0xcd)),f=this[s(0xb3)][s(0xc1)](s(0xc5)),g=this[s(0xb3)][s(0xc1)](s(0xad)),h=[];!d&&h[s(0xb5)]('eslint');!f&&h[s(0xb5)](s(0xc5));!g&&h['push'](s(0xad));h[s(0xc6)]>0x0&&await this[s(0xb3)]['installNpmPackage'](h[s(0xbf)]('\x20'),{'dev':!![]});const i=this[s(0xb3)][s(0xc0)](a52e[s(0xbf)](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this[s(0xb3)][s(0xb2)]({'srcPath':s(0xa9),'destPath':a52e['join'](c,s(0xaf)),'framework':'service','context':n});}const j=new ESLint(),k=await j[s(0xb0)]([a52e[s(0xbf)](c,s(0xc9),'**')]),l=await j[s(0xb4)](s(0xc7)),m=l['format'](k);m[s(0xc6)]>0x0?Log[s(0xc2)](m):Log['success'](s(0xbe)),Log['notice'](s(0xb6)+c+s(0xcc)),b[s(0xbc)]?await ESLint[s(0xca)](k):Log['notice'](s(0xc3));}catch(o){console['error'](o);}});function a52d(a,b){const c=a52c();return a52d=function(d,e){d=d-0xa7;let f=c[d];return f;},a52d(a,b);}function a52c(){const t=['fsi','loadFormatter','push','Lint\x20results\x20for\x20','toString','124aVOwTo','7904253znuilv','maka\x20lint','findAppDirectory','fix','(((.+)+)+)+$','All\x20good!\x20:)','join','isFile','checkNpmPackage','bright','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','10980024hQNwHz','eslint-plugin-react','length','stylish','1035798cRGthI','imports','outputFixes','search','/imports','eslint','6IemGge','create','eslint/eslintrc.json','196520bhNGIW','6937416BmpdUE','621662sTpJRw','eslint-plugin-css','545565ReTgmW','.eslintrc.json','lintFiles','\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','template'];a52c=function(){return t;};return a52c();}
@@ -1 +1 @@
1
- const a48z=a48d;(function(a,b){const w=a48d,c=a();while(!![]){try{const d=-parseInt(w(0x82))/0x1+-parseInt(w(0x9f))/0x2+parseInt(w(0x83))/0x3*(parseInt(w(0x9d))/0x4)+-parseInt(w(0x8b))/0x5*(parseInt(w(0xa1))/0x6)+parseInt(w(0x92))/0x7*(parseInt(w(0xa6))/0x8)+parseInt(w(0x9c))/0x9*(parseInt(w(0x6d))/0xa)+parseInt(w(0x6e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0x7fd61));const a48b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a48d;if(c){const e=c[x(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){const y=a48d;return a48a[y(0x84)]()['search'](y(0xa3))[y(0x84)]()[y(0x86)](a48a)[y(0xa4)]('(((.+)+)+)+$');});a48a();import a48e from'node-forge';import{Command}from'../command.js';function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0x6a;let f=c[d];return f;},a48d(a,b);}import{Log}from'../tools/log/log.class.js';function a48c(){const B=['https://','isFile','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','notice','assign','get','apply','login','/api/v1/status','create','/api/v1/login','291577Dwoott','182838jUbaTo','toString','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','constructor','cert','email','setGlobalConfig','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','5VWAOJC','post','Password:\x20','True','localhost','password','start','224308WQQTLD','ask','help','MAKA_DEV','Logging\x20in','update','env','fsi','digest','authToken','6947865RbdqlT','40Lwfiit','maka\x20login','1365534uPzwJT','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','4806078XFwHEd','parse','(((.+)+)+)+$','search','www.maka-cli.com','16ibSQtP','error','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','/api/v1/encodeJwt','debug','success','10ldXDQu','9387851dwqFce','sha256','cacert','failure','Logging\x20into\x20https://','Using\x20CA\x20Cert\x20','Email:','exit','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli'];a48c=function(){return B;};return a48c();}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a48z(0x98)][a48z(0x95)]===a48z(0x8e)?a48z(0x8f):a48z(0xa5);Command[a48z(0x80)]({'name':a48z(0x7e),'validOpts':[a48z(0x88),'password',a48z(0x94),a48z(0x70),a48z(0x6b)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a48z(0x8a),'examples':[a48z(0x9e),a48z(0x85)]},async function(a,b){const A=a48z,c=Log['withSpinner']();try{let d='';b[A(0x70)]&&(this[A(0x99)][A(0x78)](b[A(0x70)])?(d=b[A(0x70)],Log[A(0x7a)](A(0x73)+d)):Log[A(0xa7)](A(0xa0)+d));const f=await this[A(0x99)]['getGlobalConfig']();if(f[A(0x87)]){if(this[A(0x99)][A(0x78)](f['cert']))d=f['cert'];else{Log[A(0xa7)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log['header'](A(0x72)+hostname);const g={'url':A(0x77)+hostname+A(0x7f)};b[A(0x70)]&&Object[A(0x7b)](g,{'cert':d});c[A(0x91)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0x7c)](g);if(h===0x198){c[A(0x71)]();throw A(0xa8);}if(h!==0xc8){c['failure']();throw'https://'+hostname+A(0x76);}c['success']();const i=b[A(0x88)]?b[A(0x88)]:await Actions[A(0x93)](A(0x74)),j=b[A(0x90)]?b[A(0x90)]:await Actions[A(0x93)](A(0x8d),!![]),k=a48e['md'][A(0x6f)][A(0x80)]();k[A(0x97)](j);const l=k[A(0x9a)]()['toHex'](),m={'hostname':hostname,'path':A(0x81),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object[A(0x7b)](m,{'cert':d});c[A(0x91)](A(0x96));const {data:n,statusCode:o}=await HTTPS[A(0x8c)](m);if(o===0x198){c['failure']('\x0a');throw A(0x79)+hostname;}const p=JSON[A(0xa2)](n);if(p[A(0x9b)]){const q={'hostname':hostname,'path':A(0x6a),'headers':{'x-auth-token':p[A(0x9b)]},'data':{}};b[A(0x70)]&&Object[A(0x7b)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x8c)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0x79)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x89)](u);}else{c[A(0x71)]();throw p;}c[A(0x6c)]();}catch(v){c[A(0x71)](),console['error'](v),process[A(0x75)](0x0);}});
1
+ function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0x116;let f=c[d];return f;},a53d(a,b);}const a53z=a53d;function a53c(){const B=['\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','parse','localhost','Logging\x20in','1196FuwUdD','Email:','6109960HiebgG','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','notice','61fYdPiB','www.maka-cli.com','env','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','exit','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','maka\x20login','1182TGcylh','start','toHex','failure','email','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','fsi','post','216QwfTMz','3983693MRWNiD','header','isFile','error','/api/v1/status','(((.+)+)+)+$','toString','/api/v1/login','6544yJQECa','create','ask','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','password','authToken','MAKA_DEV','cacert','search','Using\x20CA\x20Cert\x20','update','getGlobalConfig','constructor','debug','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','52905hNhxmg','cert','sha256','Password:\x20','5731254BJAcPz','assign','digest','15593030QUxrJr','Logging\x20into\x20https://','apply','/api/v1/encodeJwt','True','success'];a53c=function(){return B;};return a53c();}(function(a,b){const w=a53d,c=a();while(!![]){try{const d=-parseInt(w(0x134))/0x1*(parseInt(w(0x12f))/0x2)+parseInt(w(0x13b))/0x3*(-parseInt(w(0x14c))/0x4)+-parseInt(w(0x11e))/0x5*(-parseInt(w(0x143))/0x6)+parseInt(w(0x144))/0x7+-parseInt(w(0x131))/0x8+-parseInt(w(0x122))/0x9+parseInt(w(0x125))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x686b9));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a53d;if(c){const e=c[x(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const y=a53d;return a53a[y(0x14a)]()[y(0x117)](y(0x149))[y(0x14a)]()[y(0x11b)](a53a)[y(0x117)](y(0x149));});a53a();import a53e 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';const hostname=process[a53z(0x136)][a53z(0x152)]===a53z(0x129)?a53z(0x12d):a53z(0x135);Command[a53z(0x14d)]({'name':'login','validOpts':[a53z(0x13f),'password','help',a53z(0x116),a53z(0x11c)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a53z(0x140),'examples':[a53z(0x13a),a53z(0x139)]},async function(a,b){const A=a53z,c=Log['withSpinner']();try{let d='';b[A(0x116)]&&(this[A(0x141)][A(0x146)](b[A(0x116)])?(d=b['cacert'],Log[A(0x133)](A(0x118)+d)):Log[A(0x147)](A(0x14f)+d));const f=await this[A(0x141)][A(0x11a)]();if(f[A(0x11f)]){if(this['fsi'][A(0x146)](f['cert']))d=f[A(0x11f)];else{Log['error'](A(0x137)+d);return;}}Log[A(0x145)](A(0x126)+hostname);const g={'url':'https://'+hostname+A(0x148)};b[A(0x116)]&&Object['assign'](g,{'cert':d});c[A(0x13c)]('Preflight\x20Check');const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[A(0x13e)]();throw A(0x132);}if(h!==0xc8){c[A(0x13e)]();throw'https://'+hostname+A(0x12b);}c[A(0x12a)]();const i=b[A(0x13f)]?b[A(0x13f)]:await Actions[A(0x14e)](A(0x130)),j=b[A(0x150)]?b[A(0x150)]:await Actions[A(0x14e)](A(0x121),!![]),k=a53e['md'][A(0x120)]['create']();k[A(0x119)](j);const l=k[A(0x124)]()[A(0x13d)](),m={'hostname':hostname,'path':A(0x14b),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object[A(0x123)](m,{'cert':d});c['start'](A(0x12e));const {data:n,statusCode:o}=await HTTPS[A(0x142)](m);if(o===0x198){c[A(0x13e)]('\x0a');throw A(0x11d)+hostname;}const p=JSON[A(0x12c)](n);if(p[A(0x151)]){const q={'hostname':hostname,'path':A(0x128),'headers':{'x-auth-token':p[A(0x151)]},'data':{}};b[A(0x116)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x142)](q),{token:t}=JSON[A(0x12c)](r);if(s===0x198)throw A(0x11d)+hostname;const u={'token':p,'hash':t};this['fsi']['setGlobalConfig'](u);}else{c[A(0x13e)]();throw p;}c[A(0x12a)]();}catch(v){c['failure'](),console[A(0x147)](v),process[A(0x138)](0x0);}});
@@ -1 +1 @@
1
- const a49o=a49d;(function(a,b){const l=a49d,c=a();while(!![]){try{const d=parseInt(l(0xf1))/0x1+-parseInt(l(0x11c))/0x2+parseInt(l(0x119))/0x3*(-parseInt(l(0xfa))/0x4)+parseInt(l(0xef))/0x5*(parseInt(l(0x118))/0x6)+parseInt(l(0x10c))/0x7*(parseInt(l(0xf9))/0x8)+parseInt(l(0x103))/0x9+-parseInt(l(0xf7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0xaa4a7));const a49b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a49d;if(c){const e=c[m(0x112)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){const n=a49d;return a49a[n(0xf3)]()[n(0x10a)]('(((.+)+)+)+$')[n(0xf3)]()[n(0xf8)](a49a)[n(0x10a)](n(0x120));});a49a();import{Command}from'../command.js';function a49c(){const q=['success','env','cert','error','2964NPlRUi','131778UTurgQ','failure','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','446558zXxiWD','MAKA_DEV','Using\x20CA\x20Cert\x20','authToken','(((.+)+)+)+$','setGlobalConfig','8045PJSpyc','getGlobalConfig','999141NmUPEK','isFile','toString','fsi','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','cacert','23910430bJLvuu','constructor','176OwjZZq','12DHbtyc','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','https://','post','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','assign','start','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','logout','9836622YpiUIA','notice','Logging\x20out','Logging\x20out\x20of\x20https://','withSpinner','www.maka-cli.com','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','search','maka\x20logout','177121VaWlvp','localhost','create','/api/v1/logoutAll','token','Preflight\x20Check','apply','/api/v1/status'];a49c=function(){return q;};return a49c();}import{Log}from'../tools/log/log.class.js';function a49d(a,b){const c=a49c();return a49d=function(d,e){d=d-0xee;let f=c[d];return f;},a49d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a49o(0x115)][a49o(0x11d)]==='True'?a49o(0x10d):a49o(0x108);Command[a49o(0x10e)]({'name':a49o(0x102),'validOpts':['cacert'],'usage':a49o(0x10b),'maxArgLength':0x2,'shortDesc':a49o(0x109),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a49o,c=Log[p(0x107)]();try{let d='';b[p(0xf6)]&&(this[p(0xf4)]['isFile'](b[p(0xf6)])?(d=b[p(0xf6)],Log[p(0x104)](p(0x11e)+d)):Log[p(0x117)](p(0xfe)+d));const f=await this[p(0xf4)][p(0xf0)]();if(f['cert']){if(this['fsi'][p(0xf2)](f[p(0x116)]))d=f[p(0x116)];else{c[p(0x11a)]();throw Log[p(0x117)](p(0x101)+d);}}Log['header'](p(0x106)+hostname);const g={'url':p(0xfc)+hostname+p(0x113)};b[p(0xf6)]&&Object[p(0xff)](g,{'cert':d});c[p(0x100)](p(0x111));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0x11a)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0x114)]();if(h!==0xc8){c[p(0x11a)]();throw p(0xf5);}if(!f?.[p(0x110)]?.['authToken'])throw Log[p(0x117)](p(0x11b));c[p(0x100)](p(0x105));const i={'hostname':hostname,'path':p(0x10f),'data':{},'headers':{'x-auth-token':f[p(0x110)][p(0x11f)]}};b[p(0xf6)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xfd)](i);if(j===0x198){c[p(0x11a)]('\x0a');throw p(0xfb);}this[p(0xf4)][p(0xee)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0x117)](k),process['exit'](0x0);}});
1
+ const a54o=a54d;(function(a,b){const l=a54d,c=a();while(!![]){try{const d=parseInt(l(0x1d0))/0x1*(-parseInt(l(0x1b9))/0x2)+parseInt(l(0x1ab))/0x3*(-parseInt(l(0x1a5))/0x4)+parseInt(l(0x1cc))/0x5+-parseInt(l(0x1b2))/0x6*(-parseInt(l(0x1ae))/0x7)+-parseInt(l(0x1a9))/0x8+-parseInt(l(0x1b0))/0x9*(parseInt(l(0x1ac))/0xa)+-parseInt(l(0x1b8))/0xb*(-parseInt(l(0x1ca))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x26f30));function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a54d(a,b);}const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a54d;if(c){const e=c[m(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const n=a54d;return a54a['toString']()[n(0x1a6)](n(0x1bc))[n(0x1d2)]()['constructor'](a54a)[n(0x1a6)](n(0x1bc));});a54a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';function a54c(){const q=['success','www.maka-cli.com','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','env','MAKA_DEV','1975259vMSwZd','230hCxQcN','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','Logging\x20out\x20of\x20https://','(((.+)+)+)+$','maka\x20logout','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','start','get','error','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','Using\x20CA\x20Cert\x20','header','localhost','apply','cert','token','60NoakeG','create','355530spoNyQ','/api/v1/status','notice','True','2675MIitwJ','isFile','toString','assign','failure','authToken','Preflight\x20Check','/api/v1/logoutAll','137424qBrycc','search','setGlobalConfig','logout','1699672XpcqaE','Logging\x20out','6lDwLfA','10370nvvSGb','post','568036YXfBhd','cacert','2619pjWNrm','fsi','6WbRWVT'];a54c=function(){return q;};return a54c();}const hostname=process[a54o(0x1b6)][a54o(0x1b7)]===a54o(0x1cf)?a54o(0x1c6):a54o(0x1b4);Command[a54o(0x1cb)]({'name':a54o(0x1a8),'validOpts':[a54o(0x1af)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a54o(0x1c3),'disableAuthCheck':!![],'examples':[a54o(0x1bd)]},async function(a,b){const p=a54o,c=Log['withSpinner']();try{let d='';b[p(0x1af)]&&(this['fsi'][p(0x1d1)](b['cacert'])?(d=b[p(0x1af)],Log[p(0x1ce)](p(0x1c4)+d)):Log[p(0x1c2)](p(0x1bf)+d));const f=await this[p(0x1b1)]['getGlobalConfig']();if(f[p(0x1c8)]){if(this['fsi'][p(0x1d1)](f[p(0x1c8)]))d=f[p(0x1c8)];else{c['failure']();throw Log[p(0x1c2)](p(0x1b5)+d);}}Log[p(0x1c5)](p(0x1bb)+hostname);const g={'url':'https://'+hostname+p(0x1cd)};b[p(0x1af)]&&Object['assign'](g,{'cert':d});c[p(0x1c0)](p(0x1d6));const {statusCode:h}=await HTTPS[p(0x1c1)](g);if(h===0x198){c[p(0x1d4)]();throw p(0x1be);}c[p(0x1b3)]();if(h!==0xc8){c[p(0x1d4)]();throw'https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}if(!f?.[p(0x1c9)]?.[p(0x1d5)])throw Log['error'](p(0x1ba));c['start'](p(0x1aa));const i={'hostname':hostname,'path':p(0x1a4),'data':{},'headers':{'x-auth-token':f['token'][p(0x1d5)]}};b[p(0x1af)]&&Object[p(0x1d3)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x1ad)](i);if(j===0x198){c[p(0x1d4)]('\x0a');throw p(0x1be);}this[p(0x1b1)][p(0x1a7)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1b3)]();}catch(k){k&&console[p(0x1c2)](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a50j=a50d;(function(a,b){const h=a50d,c=a();while(!![]){try{const d=parseInt(h(0x1f2))/0x1*(-parseInt(h(0x1de))/0x2)+-parseInt(h(0x1dc))/0x3+-parseInt(h(0x1e2))/0x4+-parseInt(h(0x1d7))/0x5+parseInt(h(0x1da))/0x6+-parseInt(h(0x1e4))/0x7*(-parseInt(h(0x1f1))/0x8)+-parseInt(h(0x1e0))/0x9*(-parseInt(h(0x1d8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0x67865));function a50d(a,b){const c=a50c();return a50d=function(d,e){d=d-0x1d7;let f=c[d];return f;},a50d(a,b);}const a50b=(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;};}()),a50a=a50b(this,function(){const i=a50d;return a50a[i(0x1e9)]()[i(0x1e8)](i(0x1ea))[i(0x1e9)]()['constructor'](a50a)[i(0x1e8)](i(0x1ea));});a50a();function a50c(){const l=['(((.+)+)+)+$','View\x20the\x20PM2\x20logs','fsi','maka\x20logs','maka\x20logs\x20--env\x20staging','maka\x20l\x20-e\x20p','maka\x20logs\x20--env\x20dev','104fvSwOO','1249VWqzgJ','3200830aJjucL','10Qgviyb','parse','2087868AguclZ','pm2\x20logs','28944ZOFGFk','join','878TMtEhc','log','9108837sDZKXC','ssh.json','843084rKmwjO','assign','254618bQTkYd','env','logs','readFileSync','search','toString'];a50c=function(){return l;};return a50c();}import a50e from'fs';import a50f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a50j(0x1e6),'aliases':['l',a50j(0x1df)],'usage':a50j(0x1ed),'requiredOpts':[a50j(0x1e5)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a50j(0x1eb),'examples':[a50j(0x1f0),a50j(0x1ee),a50j(0x1ef)]},function(a,b){const k=a50j,c=k(0x1db),d=this[k(0x1ec)]['getConfigPath'](b[k(0x1e5)]),e=a50f[k(0x1dd)](d,k(0x1e1)),f=a50e[k(0x1e7)](e),g=JSON[k(0x1d9)](f['toString']());Object[k(0x1e3)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a55k=a55d;function a55c(){const m=['22pfjCLc','ssh.json','pm2\x20logs','readFileSync','116216npbyCC','4xvDRXW','maka\x20l\x20-e\x20p','logs','fsi','toString','create','2529621yEKJGp','constructor','search','3249081flPUHD','parse','View\x20the\x20PM2\x20logs','263094jIekWn','1049930pMxLYu','2561WeuHSo','5QTyMxT','apply','log','2209227sudTqQ','91tjUvgG','maka\x20logs'];a55c=function(){return m;};return a55c();}(function(a,b){const h=a55d,c=a();while(!![]){try{const d=-parseInt(h(0xfa))/0x1*(-parseInt(h(0x101))/0x2)+-parseInt(h(0xfe))/0x3*(-parseInt(h(0x106))/0x4)+-parseInt(h(0xfb))/0x5*(parseInt(h(0xf8))/0x6)+parseInt(h(0xff))/0x7*(-parseInt(h(0x105))/0x8)+parseInt(h(0xf2))/0x9+-parseInt(h(0xf9))/0xa+-parseInt(h(0xf5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x64ba9));const a55b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a55d;if(c){const e=c[i(0xfc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){const j=a55d;return a55a[j(0x10a)]()[j(0xf4)]('(((.+)+)+)+$')[j(0x10a)]()[j(0xf3)](a55a)[j(0xf4)]('(((.+)+)+)+$');});a55a();function a55d(a,b){const c=a55c();return a55d=function(d,e){d=d-0xf1;let f=c[d];return f;},a55d(a,b);}import a55e from'fs';import a55f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a55k(0xf1)]({'name':a55k(0x108),'aliases':['l',a55k(0xfd)],'usage':a55k(0x100),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a55k(0xf7),'examples':['maka\x20logs\x20--env\x20dev','maka\x20logs\x20--env\x20staging',a55k(0x107)]},function(a,b){const l=a55k,c=l(0x103),d=this[l(0x109)]['getConfigPath'](b['env']),e=a55f['join'](d,l(0x102)),f=a55e[l(0x104)](e),g=JSON[l(0xf6)](f[l(0x10a)]());Object['assign'](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a51j=a51d;(function(a,b){const g=a51d,c=a();while(!![]){try{const d=-parseInt(g(0x186))/0x1*(-parseInt(g(0x193))/0x2)+parseInt(g(0x195))/0x3+parseInt(g(0x18c))/0x4*(parseInt(g(0x188))/0x5)+-parseInt(g(0x18f))/0x6+-parseInt(g(0x192))/0x7+parseInt(g(0x18d))/0x8+parseInt(g(0x19a))/0x9*(parseInt(g(0x190))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0xbca16));const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a51d;if(c){const e=c[h(0x199)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const i=a51d;return a51a[i(0x194)]()[i(0x18e)](i(0x189))[i(0x194)]()[i(0x18b)](a51a)['search'](i(0x189));});function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0x183;let f=c[d];return f;},a51d(a,b);}a51a();import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a51j(0x196),'validOpts':[],'usage':a51j(0x197),'disableAuthCheck':!![],'examples':[a51j(0x18a),'maka\x20install\x20meteor',a51j(0x183),'maka\x20run'],'description':a51j(0x187)},async function(a,b){const k=a51j;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[k(0x184)](c,a['slice'](0x1),b):this[k(0x185)][k(0x198)]();}catch(f){console[k(0x191)](f),process['exit'](0x1);}});export default Maka;function a51c(){const l=['maka\x20<command>\x20[<args>]\x20[<opts>]','maybeProxyCommandToMeteor','apply','4167JmRbOM','maka\x20create\x20Todo','runSubCommand','fsi','2SsLiXT','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\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--\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.::.\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.::.\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.::.\x0a\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.::.\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.::.\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.-:.\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.-:.\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..\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::\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::\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.::.\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\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.--.\x0a\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.-:.\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.--.\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\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\x20.-:.\x0a\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.-:.\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.-:.\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\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.-:\x0a\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\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::\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.:\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.:.\x0a\x0a\x20\x20','44435jFITvG','(((.+)+)+)+$','maka\x20--help','constructor','244mxXSMi','934536AHFcMM','search','2954898fBSCox','2580ZAqQHv','error','6478087AoLngS','639454Ueyfpz','toString','2318166iFIOlt','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.'];a51c=function(){return l;};return a51c();}
1
+ const a56j=a56d;(function(a,b){const g=a56d,c=a();while(!![]){try{const d=parseInt(g(0xcd))/0x1+parseInt(g(0xc8))/0x2*(-parseInt(g(0xc5))/0x3)+parseInt(g(0xc9))/0x4+-parseInt(g(0xd5))/0x5+-parseInt(g(0xd1))/0x6*(-parseInt(g(0xd7))/0x7)+-parseInt(g(0xc7))/0x8*(-parseInt(g(0xd9))/0x9)+-parseInt(g(0xc6))/0xa*(parseInt(g(0xce))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x3b610));const a56b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a56d;if(c){const e=c[h(0xd8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){const i=a56d;return a56a[i(0xc3)]()['search'](i(0xcc))[i(0xc3)]()[i(0xcb)](a56a)['search'](i(0xcc));});a56a();import{Command}from'../command.js';const Maka=new Command({'name':a56j(0xd4),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':a56j(0xd6),'disableAuthCheck':!![],'examples':[a56j(0xda),a56j(0xdb),a56j(0xc4),a56j(0xd2)],'description':a56j(0xc2)},async function(a,b){const k=a56j;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[k(0xca)](c,a[k(0xd0)](0x1),b):this['fsi'][k(0xcf)]();}catch(f){console[k(0xd3)](f),process['exit'](0x1);}});function a56c(){const l=['runSubCommand','constructor','(((.+)+)+)+$','231026qpHNgI','3276185geekaN','maybeProxyCommandToMeteor','slice','33006WlzKNu','maka\x20run','error','maka','324755OdEPQI','maka\x20<command>\x20[<args>]\x20[<opts>]','140Aigivb','apply','1245933VrZZUc','maka\x20--help','maka\x20install\x20meteor','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\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--\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.::.\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.::.\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.::.\x0a\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.::.\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.::.\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.-:.\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.-:.\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..\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::\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::\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.::.\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\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.--.\x0a\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.-:.\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.--.\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\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\x20.-:.\x0a\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.-:.\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.-:.\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\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.-:\x0a\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\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::\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.:\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.:.\x0a\x0a\x20\x20','toString','maka\x20create\x20Todo','573hlZDTZ','10eFJrQX','8cWUSHo','806qUhoeZ','813968aNdjcX'];a56c=function(){return l;};return a56c();}function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0xc2;let f=c[d];return f;},a56d(a,b);}export default Maka;
@@ -1 +1 @@
1
- var a52i=a52d;(function(a,b){var f=a52d,c=a();while(!![]){try{var d=-parseInt(f(0x1d3))/0x1*(-parseInt(f(0x1da))/0x2)+parseInt(f(0x1d1))/0x3*(-parseInt(f(0x1d0))/0x4)+-parseInt(f(0x1d8))/0x5+parseInt(f(0x1cb))/0x6*(-parseInt(f(0x1d5))/0x7)+-parseInt(f(0x1c9))/0x8+parseInt(f(0x1c8))/0x9*(-parseInt(f(0x1d7))/0xa)+parseInt(f(0x1d4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0x71185));var a52b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a52d;if(c){var e=c[g(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){var h=a52d;return a52a[h(0x1ce)]()[h(0x1cc)]('(((.+)+)+)+$')['toString']()[h(0x1db)](a52a)[h(0x1cc)](h(0x1d9));});a52a();function a52d(a,b){var c=a52c();return a52d=function(d,e){d=d-0x1c8;var f=c[d];return f;},a52d(a,b);}import{Command}from'../command.js';function a52c(){var k=['%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','3214422lXaJGc','7019392gWJCMC','font-family:\x20monospace','102YWLcTg','search','maka\x20murder','toString','create','2310676XKnNmp','3jEUigK','murder','31978pKVtMU','28317630qqfVpa','60914VhyWFK','exit','10sQTOkd','3472670waQJir','(((.+)+)+)+$','34TByLBA','constructor','apply'];a52c=function(){return k;};return a52c();}Command[a52i(0x1cf)]({'name':a52i(0x1d2),'usage':a52i(0x1cd),'maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var j=a52i;try{console['log'](j(0x1dd),j(0x1ca));}catch(a){console['error'](a),process[j(0x1d6)](0x0);}});
1
+ var a57h=a57d;(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x10c))/0x1*(-parseInt(f(0x10e))/0x2)+parseInt(f(0x105))/0x3+parseInt(f(0x112))/0x4+-parseInt(f(0x107))/0x5*(-parseInt(f(0x104))/0x6)+-parseInt(f(0x115))/0x7+-parseInt(f(0x116))/0x8+parseInt(f(0x10d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x7fa9a));var a57b=(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;};}()),a57a=a57b(this,function(){var g=a57d;return a57a[g(0x109)]()[g(0x10f)]('(((.+)+)+)+$')[g(0x109)]()[g(0x10a)](a57a)[g(0x10f)](g(0x111));});function a57c(){var j=['(((.+)+)+)+$','1773824ZjXgij','error','Murrrrderrrrr','1424829insFFI','4090936AAkzXy','%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','748266QVRQwP','710853MlwVuu','maka\x20murder','25EzzAye','log','toString','constructor','font-family:\x20monospace','1swYWio','3324393dFlxle','871038IkvADh','search','murder'];a57c=function(){return j;};return a57c();}a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x103;var f=c[d];return f;},a57d(a,b);}import{Command}from'../command.js';Command['create']({'name':a57h(0x110),'usage':a57h(0x106),'maxArgLength':0x1,'shortDesc':a57h(0x114),'validOpts':[]},async function(){var i=a57h;try{console[i(0x108)](i(0x103),i(0x10b));}catch(a){console[i(0x113)](a),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a53q=a53d;function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0x1ea;let f=c[d];return f;},a53d(a,b);}(function(a,b){const n=a53d,c=a();while(!![]){try{const d=parseInt(n(0x214))/0x1+parseInt(n(0x1f0))/0x2*(parseInt(n(0x20c))/0x3)+parseInt(n(0x1ed))/0x4+parseInt(n(0x202))/0x5*(parseInt(n(0x1ec))/0x6)+-parseInt(n(0x217))/0x7*(-parseInt(n(0x1fc))/0x8)+-parseInt(n(0x210))/0x9+-parseInt(n(0x1f8))/0xa*(parseInt(n(0x201))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0xa3196));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a53d;if(c){const e=c[o(0x216)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const p=a53d;return a53a[p(0x205)]()['search'](p(0x203))[p(0x205)]()[p(0x20f)](a53a)['search'](p(0x203));});a53a();import a53e from'fs';import a53f from'path';import a53g 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';function a53c(){const s=['252470WbnAjp','join','genSSC','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','proxy','mkKeysDir','.key','help','170nEdhQZ','appName','.crt','listen','70624XxxDjW','invoke','create','fsi','bright','263483rUMHXE','5MNRceq','(((.+)+)+)+$','isFile','toString','=>\x20SSL\x20Proxy\x20forwarding\x20','error','findGenerator','.csr','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','targetHost','6GelPIT','getProjectConfig','utf8','constructor','11626704zuzHla','listenPort','maka\x20proxy','readFileSync','147294eVnXZD','createProxyServer','apply','644fOLmPB','targetPort','maka\x20proxy\x20--target-host\x20http://192.168.1.20','4446822POBLif','1656136zxriyV','\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','\x20to\x20'];a53c=function(){return s;};return a53c();}import a53h from'../generators/maka.gen.js';Command[a53q(0x1fe)]({'name':a53q(0x1f4),'usage':a53q(0x212),'mustBeInMakaProject':!![],'validOpts':[a53q(0x1f7),'targetPort',a53q(0x211),'targetHost'],'maxArgLength':0x1,'shortDesc':a53q(0x1f3),'description':a53q(0x1ee),'examples':['maka\x20proxy',a53q(0x20a),a53q(0x1eb)]},async function(a,b){const r=a53q,c=this[r(0x1ff)][r(0x20d)](),d='development',e=this[r(0x1ff)]['getConfigPath'](d),f=this['fsi'][r(0x1f5)]({'configPath':e}),g=b['targetPort']?Number(b[r(0x1ea)]):0xbb8,h=b[r(0x211)]?Number(b[r(0x211)]):0xd73,i=b['targetHost']?b[r(0x20b)]:'localhost',j=a53f[r(0x1f1)](f,c[r(0x1f9)]+r(0x1f6)),k=a53f[r(0x1f1)](f,c[r(0x1f9)]+'.crt');if(!this['fsi']['isFile'](j)||!this[r(0x1ff)][r(0x204)](k)){const m=a53h[r(0x208)]('sslconfig');m&&await m[r(0x1fd)](['sslconfig'],{'env':d}),SSL['genCSR']({'keyName':c['appName']+r(0x1f6),'csrName':c[r(0x1f9)]+r(0x209),'cwd':f}),SSL[r(0x1f2)]({'keyName':c[r(0x1f9)]+r(0x1f6),'crtName':c['appName']+r(0x1fa),'cwd':f});}if(g===h){Log[r(0x207)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a53e['readFileSync'](j,r(0x20e)),'cert':a53e[r(0x213)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a53g[r(0x215)](l)[r(0x1fb)](Number(h)),Log[r(0x200)](r(0x206)+h+r(0x1ef)+g);});
1
+ const a58p=a58d;(function(a,b){const n=a58d,c=a();while(!![]){try{const d=parseInt(n(0x1e3))/0x1*(-parseInt(n(0x1f2))/0x2)+parseInt(n(0x1ec))/0x3+parseInt(n(0x204))/0x4*(-parseInt(n(0x208))/0x5)+-parseInt(n(0x20b))/0x6*(-parseInt(n(0x200))/0x7)+-parseInt(n(0x1ed))/0x8+-parseInt(n(0x1e5))/0x9+parseInt(n(0x209))/0xa*(parseInt(n(0x207))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xe450b));function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x1de;let f=c[d];return f;},a58d(a,b);}const a58b=(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;};}()),a58a=a58b(this,function(){const o=a58d;return a58a['toString']()['search']('(((.+)+)+)+$')[o(0x1e6)]()[o(0x1f4)](a58a)[o(0x1ef)](o(0x202));});a58a();import a58e from'fs';import a58f from'path';import a58g 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';function a58c(){const r=['invoke','22zhZfaa','1230TfagEE','11529880lDnbbr','\x20to\x20','6DeUtXI','targetPort','help','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','listen','utf8','3mjhozY','join','10218798avyypX','toString','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','error','development','=>\x20SSL\x20Proxy\x20forwarding\x20','listenPort','3225966bUQTKj','11058224ZpWNbQ','maka\x20proxy','search','targetHost','create','578486XusrZe','\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','constructor','mkKeysDir','findGenerator','bright','isFile','.crt','.key','fsi','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','appName','localhost','genCSR','7460278cIOKYe','maka\x20proxy\x20--target-host\x20http://192.168.1.20','(((.+)+)+)+$','sslconfig','2056QQdUhI','readFileSync'];a58c=function(){return r;};return a58c();}import a58h from'../generators/maka.gen.js';Command[a58p(0x1f1)]({'name':'proxy','usage':a58p(0x1ee),'mustBeInMakaProject':!![],'validOpts':[a58p(0x1df),a58p(0x1de),a58p(0x1eb),a58p(0x1f0)],'maxArgLength':0x1,'shortDesc':a58p(0x1e0),'description':a58p(0x1f3),'examples':[a58p(0x1ee),a58p(0x1e7),a58p(0x201)]},async function(a,b){const q=a58p,c=this['fsi']['getProjectConfig'](),d=q(0x1e9),e=this['fsi']['getConfigPath'](d),f=this[q(0x1fb)][q(0x1f5)]({'configPath':e}),g=b[q(0x1de)]?Number(b[q(0x1de)]):0xbb8,h=b['listenPort']?Number(b['listenPort']):0xd73,i=b[q(0x1f0)]?b[q(0x1f0)]:q(0x1fe),j=a58f[q(0x1e4)](f,c[q(0x1fd)]+q(0x1fa)),k=a58f[q(0x1e4)](f,c[q(0x1fd)]+q(0x1f9));if(!this[q(0x1fb)][q(0x1f8)](j)||!this[q(0x1fb)][q(0x1f8)](k)){const m=a58h[q(0x1f6)]('sslconfig');m&&await m[q(0x206)]([q(0x203)],{'env':d}),SSL[q(0x1ff)]({'keyName':c[q(0x1fd)]+q(0x1fa),'csrName':c[q(0x1fd)]+'.csr','cwd':f}),SSL['genSSC']({'keyName':c[q(0x1fd)]+q(0x1fa),'crtName':c[q(0x1fd)]+'.crt','cwd':f});}if(g===h){Log[q(0x1e8)](q(0x1fc));throw new UsageError();}const l={'ssl':{'key':a58e[q(0x205)](j,q(0x1e2)),'cert':a58e[q(0x205)](k,q(0x1e2))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a58g['createProxyServer'](l)[q(0x1e1)](Number(h)),Log[q(0x1f7)](q(0x1ea)+h+q(0x20a)+g);});
@@ -1 +1 @@
1
- const a54q=a54d;(function(a,b){const n=a54d,c=a();while(!![]){try{const d=parseInt(n(0x11d))/0x1+parseInt(n(0x12a))/0x2+-parseInt(n(0x11b))/0x3+-parseInt(n(0x108))/0x4*(-parseInt(n(0x121))/0x5)+parseInt(n(0x10c))/0x6+-parseInt(n(0x115))/0x7*(-parseInt(n(0x129))/0x8)+parseInt(n(0x10a))/0x9*(-parseInt(n(0x112))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x19161));function a54c(){const s=['success','maka\x20reconfig\x20--env\x20prod','readFileSync','maka\x20reconfig','Remote\x20host\x20connection\x20successful','Reconfigure\x20your\x20deployed\x20applications','pm2\x20delete\x20all','ssh','join','4IdKvay','error','707337wzfgFi','scp','453750JNBbXu','toString','pm2.config.js','\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','(((.+)+)+)+$','sshSync','40RMXyqS','getConfigPath','search','81263EkkwFj','settings.json','existsSync','ses.json','parse','notice','169575jyxTpt','ping','21333xcsUho','apply','~/settings.json','env','972965WJcFoD','uname\x20-a','Checking\x20remote\x20host\x20availability','exit','~/pm2.config.js','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','~/ses.json','constructor','24krhcdf','294544huQNuV','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','ssh.json','fsi','_keys'];a54c=function(){return s;};return a54c();}const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a54d;if(c){const e=c[o(0x11e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const p=a54d;return a54a[p(0x10d)]()[p(0x114)](p(0x110))[p(0x10d)]()[p(0x128)](a54a)[p(0x114)](p(0x110));});a54a();import a54e from'fs';import a54f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x100;let f=c[d];return f;},a54d(a,b);}Command['create']({'name':'reconfig','validOpts':[''],'requiredOpts':[a54q(0x120)],'mustBeInMakaProject':!![],'usage':a54q(0x102),'shortDesc':a54q(0x104),'description':a54q(0x10f),'examples':[a54q(0x100)]},async function(a,b){const r=a54q;try{const c=this[r(0x12d)][r(0x113)](b[r(0x120)]),d=a54f['join'](c,r(0x12c)),f=a54e[r(0x101)](d)[r(0x10d)](),g=JSON[r(0x119)](f);Object['assign'](g,{'env':c}),Log[r(0x11a)](r(0x123));const h=SSH[r(0x11c)](r(0x122),g);if(!h)throw r(0x126);if(h)Log[r(0x12f)](r(0x103));const i=a54f['join'](c,r(0x12e),r(0x118));if(a54e[r(0x117)](i)){const l={'source':i,'dest':r(0x127),'verbose':!![]};SSH[r(0x10b)](l,{...g});}const j=a54f[r(0x107)](c,r(0x10e));SSH[r(0x10b)]({'source':j,'dest':r(0x125),'verbose':!![]},{...g});const k=a54f[r(0x107)](c,r(0x116));SSH[r(0x10b)]({'source':k,'dest':r(0x11f),'verbose':!![]},{...g}),SSH[r(0x111)](r(0x105),g),await SSH[r(0x106)](r(0x12b),{...g},{'verbose':!![]});}catch(m){console[r(0x109)](m),process[r(0x124)](0x0);}});
1
+ const a59q=a59d;(function(a,b){const n=a59d,c=a();while(!![]){try{const d=parseInt(n(0x1c1))/0x1+-parseInt(n(0x1d3))/0x2*(-parseInt(n(0x1bc))/0x3)+-parseInt(n(0x1be))/0x4*(parseInt(n(0x1b9))/0x5)+parseInt(n(0x1cc))/0x6*(parseInt(n(0x1b0))/0x7)+-parseInt(n(0x1c2))/0x8*(-parseInt(n(0x1b7))/0x9)+parseInt(n(0x1c5))/0xa*(-parseInt(n(0x1dc))/0xb)+-parseInt(n(0x1bf))/0xc*(parseInt(n(0x1d6))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xa3f78));function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1ae;let f=c[d];return f;},a59d(a,b);}const a59b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a59d;if(c){const e=c[o(0x1d2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){const p=a59d;return a59a[p(0x1c7)]()['search'](p(0x1cb))['toString']()[p(0x1d9)](a59a)[p(0x1c4)](p(0x1cb));});a59a();import a59e from'fs';import a59f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a59q(0x1c0)]({'name':a59q(0x1cd),'validOpts':[''],'requiredOpts':[a59q(0x1c6)],'mustBeInMakaProject':!![],'usage':a59q(0x1b5),'shortDesc':a59q(0x1d0),'description':a59q(0x1b2),'examples':[a59q(0x1b6)]},async function(a,b){const r=a59q;try{const c=this['fsi'][r(0x1dd)](b[r(0x1c6)]),d=a59f['join'](c,'ssh.json'),f=a59e['readFileSync'](d)[r(0x1c7)](),g=JSON[r(0x1b1)](f);Object[r(0x1d1)](g,{'env':c}),Log['notice'](r(0x1b4));const h=SSH[r(0x1c3)](r(0x1bb),g);if(!h)throw r(0x1ce);if(h)Log[r(0x1ca)](r(0x1d4));const i=a59f[r(0x1b8)](c,'_keys',r(0x1d5));if(a59e[r(0x1cf)](i)){const l={'source':i,'dest':r(0x1b3),'verbose':!![]};SSH[r(0x1ae)](l,{...g});}const j=a59f[r(0x1b8)](c,r(0x1bd));SSH[r(0x1ae)]({'source':j,'dest':r(0x1d7),'verbose':!![]},{...g});const k=a59f[r(0x1b8)](c,r(0x1c8));SSH[r(0x1ae)]({'source':k,'dest':r(0x1c9),'verbose':!![]},{...g}),SSH[r(0x1da)](r(0x1ba),g),await SSH[r(0x1db)](r(0x1af),{...g},{'verbose':!![]});}catch(m){console[r(0x1d8)](m),process['exit'](0x0);}});function a59c(){const s=['uname\x20-a','29910OMPcWm','pm2.config.js','784048YVFsKS','10200agBcsD','create','649873VBzSCW','845864ctGqNt','ping','search','1400fywttl','env','toString','settings.json','~/settings.json','success','(((.+)+)+)+$','2178NjBzAn','reconfig','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','existsSync','Reconfigure\x20your\x20deployed\x20applications','assign','apply','100XHcHPZ','Remote\x20host\x20connection\x20successful','ses.json','20527HTFlCG','~/pm2.config.js','error','constructor','sshSync','ssh','57079bgrEcI','getConfigPath','scp','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','21945qbpoiz','parse','\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','~/ses.json','Checking\x20remote\x20host\x20availability','maka\x20reconfig','maka\x20reconfig\x20--env\x20prod','72vjdDQu','join','10ychMoM','pm2\x20delete\x20all'];a59c=function(){return s;};return a59c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1dc))/0x1*(parseInt(f(0x1d5))/0x2)+-parseInt(f(0x1d8))/0x3*(-parseInt(f(0x1cf))/0x4)+-parseInt(f(0x1d1))/0x5*(-parseInt(f(0x1d6))/0x6)+parseInt(f(0x1d4))/0x7*(parseInt(f(0x1d7))/0x8)+parseInt(f(0x1ce))/0x9*(parseInt(f(0x1cc))/0xa)+-parseInt(f(0x1cd))/0xb+-parseInt(f(0x1d0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x34f74));function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1cc;var f=c[d];return f;},a55d(a,b);}function a55c(){var i=['1559772TWZxov','2015nFwPod','toString','search','15603OPHcDr','446826yvHXbY','4434bGWKng','1216vYnxQa','15XASPJc','(((.+)+)+)+$','apply','constructor','1LPvgLL','8100PHmIFZ','3849208cEUizK','450rnHLQw','194516ZpcKcV'];a55c=function(){return i;};return a55c();}var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x1d2)]()[h(0x1d3)](h(0x1d9))[h(0x1d2)]()[h(0x1db)](a55a)['search']('(((.+)+)+)+$');});a55a();import'./run.command.js';import'./docker.sub.cmd.js';
1
+ (function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0x7f))/0x1+-parseInt(f(0x79))/0x2*(parseInt(f(0x76))/0x3)+-parseInt(f(0x7d))/0x4*(-parseInt(f(0x7b))/0x5)+parseInt(f(0x7a))/0x6*(-parseInt(f(0x7c))/0x7)+-parseInt(f(0x82))/0x8*(parseInt(f(0x80))/0x9)+parseInt(f(0x83))/0xa+parseInt(f(0x77))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x913c8));var a60b=(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;};}()),a60a=a60b(this,function(){var g=a60d;return a60a[g(0x7e)]()[g(0x81)](g(0x78))[g(0x7e)]()['constructor'](a60a)['search'](g(0x78));});function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0x76;var f=c[d];return f;},a60d(a,b);}a60a();import'./run.command.js';function a60c(){var h=['45USNEOd','search','584072ziYXnq','11531080UPjsNZ','681iRlRyL','14011041kMZipN','(((.+)+)+)+$','7894qBhvhv','12qHoIOf','5mVvqHC','718991lROdSS','2589140DjHeYG','toString','1012796oAkLtF'];a60c=function(){return h;};return a60c();}import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- const a56l=a56d;(function(a,b){const i=a56d,c=a();while(!![]){try{const d=-parseInt(i(0x121))/0x1*(-parseInt(i(0x120))/0x2)+parseInt(i(0x10e))/0x3*(parseInt(i(0x117))/0x4)+parseInt(i(0x10a))/0x5+parseInt(i(0x119))/0x6+-parseInt(i(0x10f))/0x7+parseInt(i(0x106))/0x8+-parseInt(i(0x11e))/0x9*(parseInt(i(0x122))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xaab1d));const a56b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a56d;if(c){const e=c[j(0x11f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){const k=a56d;return a56a[k(0x110)]()[k(0x105)](k(0x118))[k(0x110)]()[k(0x11c)](a56a)['search'](k(0x118));});a56a();import a56e from'./run.command.js';function a56c(){const n=['exit','fsi','appName','6331415ThXaqh','templateContent','Docker\x20Compose\x20Path:\x20','docker','15lHuiIp','7070126gUpgfb','toString','config/docker-compose.yaml','\x20up\x20--remove-orphans','notice','PM2\x20Config\x20File:\x20','inherit','pm2.config.js','539936oomWfU','(((.+)+)+)+$','4047132aTkYYH','existsSync','join','constructor','create','2367mCBXHZ','apply','2pnACMR','915063nHyehx','81970jxELSC','getProjectConfig','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','search','2673648fihiNg'];a56c=function(){return n;};return a56c();}import{execSync}from'child_process';import a56f from'path';function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0x105;let f=c[d];return f;},a56d(a,b);}import a56g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a56l(0x11d)]({'name':a56l(0x10d),'aliases':['d'],'shortDesc':'Run\x20your\x20application\x20in\x20a\x20Docker\x20container','description':a56l(0x124),'usage':'maka\x20run\x20docker','validOpts':['']},async function(){const m=a56l;try{const a=this[m(0x108)][m(0x123)](),b=this[m(0x108)]['getConfigPath'](m(0x10d)),c=a56f[m(0x11b)](b,'docker-compose.yaml'),d=a56f['join'](b,m(0x116));Log[m(0x113)](m(0x114)+d),Log['notice'](m(0x10c)+c);if(!a56g[m(0x11a)](c)){const f={'app':a[m(0x109)],'appFileCase':paramCase(a[m(0x109)])},g=this['fsi'][m(0x10b)]({'srcPath':m(0x111),'context':f})+'\x0a';this['fsi']['createFile']({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+m(0x112),{'stdio':m(0x115)});}catch(h){process[m(0x107)](0x1);}},a56e);
1
+ const a61l=a61d;(function(a,b){const i=a61d,c=a();while(!![]){try{const d=parseInt(i(0x157))/0x1*(parseInt(i(0x14d))/0x2)+parseInt(i(0x152))/0x3+parseInt(i(0x15b))/0x4+-parseInt(i(0x14a))/0x5*(-parseInt(i(0x15a))/0x6)+-parseInt(i(0x146))/0x7+-parseInt(i(0x159))/0x8+-parseInt(i(0x148))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x90ba6));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a61d;if(c){const e=c[j(0x147)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const k=a61d;return a61a[k(0x143)]()[k(0x149)]('(((.+)+)+)+$')[k(0x143)]()[k(0x154)](a61a)['search'](k(0x15e));});a61a();function a61c(){const n=['Docker\x20Compose\x20Path:\x20','getProjectConfig','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','getConfigPath','3119589LxRXCh','fsi','constructor','notice','docker-compose\x20--project-directory\x20','1168048TmFajo','pm2.config.js','2432736qBMAnN','42ubZhIz','3303524hYrafz','docker','join','(((.+)+)+)+$','config/docker-compose.yaml','appName','\x20up\x20--remove-orphans','maka\x20run\x20docker','toString','create','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','1847286qLAilB','apply','18290655eOeiDo','search','113785YjORnb','docker-compose.yaml','templateContent','2YykqAw'];a61c=function(){return n;};return a61c();}import a61e from'./run.command.js';import{execSync}from'child_process';import a61f from'path';import a61g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x140;let f=c[d];return f;},a61d(a,b);}Command[a61l(0x144)]({'name':a61l(0x15c),'aliases':['d'],'shortDesc':a61l(0x145),'description':a61l(0x150),'usage':a61l(0x142),'validOpts':['']},async function(){const m=a61l;try{const a=this[m(0x153)][m(0x14f)](),b=this[m(0x153)][m(0x151)](m(0x15c)),c=a61f[m(0x15d)](b,m(0x14b)),d=a61f['join'](b,m(0x158));Log[m(0x155)]('PM2\x20Config\x20File:\x20'+d),Log[m(0x155)](m(0x14e)+c);if(!a61g['existsSync'](c)){const f={'app':a[m(0x140)],'appFileCase':paramCase(a['appName'])},g=this[m(0x153)][m(0x14c)]({'srcPath':m(0x15f),'context':f})+'\x0a';this['fsi']['createFile']({'filePath':c,'data':g});}execSync(m(0x156)+b+m(0x141),{'stdio':'inherit'});}catch(h){process['exit'](0x1);}},a61e);