@maka/maka-cli 4.6.4 → 4.6.5

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 (136) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/install.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/https/progress.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.class.js +1 -1
  129. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/options/options.class.js +1 -1
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  132. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  134. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  136. package/package.json +1 -1
@@ -1 +1 @@
1
- var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x13b))/0x1+-parseInt(f(0x153))/0x2+-parseInt(f(0x13f))/0x3+parseInt(f(0x135))/0x4+parseInt(f(0x152))/0x5+parseInt(f(0x146))/0x6*(parseInt(f(0x154))/0x7)+parseInt(f(0x13d))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x440d9));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x14c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x14a)]()['search'](h(0x150))[h(0x14a)]()[h(0x148)](a55a)[h(0x140)](h(0x150));});a55a();import{EventEmitter}from'events';export class AbstractScene{['rooms'];[a55i(0x157)];[a55i(0x155)];[a55i(0x14e)];}export class AbstractRoom extends EventEmitter{[a55i(0x151)];[a55i(0x13a)];[a55i(0x145)];[a55i(0x139)];[a55i(0x143)];[a55i(0x134)];[a55i(0x149)];}export class AbstractDoor{['roomA'];['roomB'];['isLocked'];[a55i(0x13e)];[a55i(0x151)];[a55i(0x155)];['isLockable'];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x134;var f=c[d];return f;},a55d(a,b);}function a55c(){var j=['unlockItemOrSolution','1003911zSHPJO','search','_logger','_equipment','puzzle','items','exits','1002318eiiGfq','size','constructor','isStartRoom','toString','color','apply','rating','characterLocations','shape','(((.+)+)+)+$','name','1878985iMVIZH','598800EzTysL','7lzfivj','logger','texture','player','roomType','645792XOyvHm','_currentLocation','solved','weight','inventory','description','203096BqKtJj','_maxCarryingWeight','3292640dUiHSx'];a55c=function(){return j;};return a55c();}export class AbstractInventory{[a55i(0x144)];[a55i(0x155)];}export class AbstractItem{['uuid'];[a55i(0x151)];[a55i(0x13a)];[a55i(0x147)];['category'];[a55i(0x14f)];[a55i(0x14b)];[a55i(0x156)];[a55i(0x14d)];[a55i(0x138)];}export class AbstractPlayer{['_playerName'];[a55i(0x136)];['_inventory'];[a55i(0x142)];[a55i(0x13c)];[a55i(0x141)];}export class AbstractPuzzle{[a55i(0x155)];[a55i(0x137)];}
1
+ var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x15c))/0x1+parseInt(f(0x171))/0x2*(parseInt(f(0x158))/0x3)+parseInt(f(0x165))/0x4+parseInt(f(0x172))/0x5+parseInt(f(0x157))/0x6*(-parseInt(f(0x175))/0x7)+-parseInt(f(0x15d))/0x8+parseInt(f(0x15f))/0x9*(-parseInt(f(0x174))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x460b2));var a55b=(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;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0x153)]()[g(0x160)]('(((.+)+)+)+$')[g(0x153)]()['constructor'](a55a)['search'](g(0x170));});a55a();function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x153;var f=c[d];return f;},a55d(a,b);}function a55c(){var i=['unlockItemOrSolution','inventory','rating','315221ztBqVh','2086336BTAySh','_currentLocation','877941cYbYQv','search','_playerName','description','color','logger','1606468YitJUZ','_equipment','solved','uuid','isLockable','roomType','weight','size','roomA','isStartRoom','shape','(((.+)+)+)+$','81276FFSFGq','2076480iGmVSo','name','70WRRUpE','3009265ZTNWej','toString','items','_inventory','rooms','6ouqUxi','39OWqZlx'];a55c=function(){return i;};return a55c();}import{EventEmitter}from'events';export class AbstractScene{[a55h(0x156)];['player'];[a55h(0x164)];['characterLocations'];}export class AbstractRoom extends EventEmitter{[a55h(0x173)];[a55h(0x162)];['exits'];[a55h(0x15a)];['puzzle'];[a55h(0x16a)];[a55h(0x16e)];}export class AbstractDoor{[a55h(0x16d)];['roomB'];['isLocked'];[a55h(0x159)];[a55h(0x173)];[a55h(0x164)];[a55h(0x169)];}export class AbstractInventory{[a55h(0x154)];[a55h(0x164)];}export class AbstractItem{[a55h(0x168)];[a55h(0x173)];[a55h(0x162)];[a55h(0x16c)];['category'];[a55h(0x16f)];[a55h(0x163)];['texture'];[a55h(0x15b)];[a55h(0x16b)];}export class AbstractPlayer{[a55h(0x161)];[a55h(0x15e)];[a55h(0x155)];[a55h(0x166)];['_maxCarryingWeight'];['_logger'];}export class AbstractPuzzle{[a55h(0x164)];[a55h(0x167)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0xd2))/0x1+parseInt(k(0xd5))/0x2+parseInt(k(0xbc))/0x3*(-parseInt(k(0xe1))/0x4)+parseInt(k(0xc7))/0x5+-parseInt(k(0xc9))/0x6*(parseInt(k(0xae))/0x7)+parseInt(k(0xd6))/0x8*(-parseInt(k(0x102))/0x9)+parseInt(k(0xf3))/0xa*(parseInt(k(0xfe))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xe57ec));export var Size;(function(a){var l=a56d;a[l(0xac)]=l(0xe6),a[l(0xad)]=l(0xb2),a[l(0xd9)]=l(0xf9),a[l(0xb3)]=l(0xc3),a[l(0xc8)]=l(0xf6);}(Size||(Size={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xa4;var f=c[d];return f;},a56d(a,b);}export var Rating;(function(a){var m=a56d;a[m(0xfb)]=m(0xdb),a['Rare']=m(0xcf),a[m(0xa7)]=m(0xfd);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0xf1)]=n(0xba),a[n(0xdd)]=n(0xca),a['Key']=n(0xde),a['Gloves']=n(0xe3),a[n(0xc1)]='helmet',a[n(0xf8)]=n(0xa8),a[n(0xd4)]='boots',a[n(0xe9)]=n(0xc2),a['ArmArmor']=n(0xc0),a[n(0x101)]=n(0xa9),a['Book']=n(0xf4),a['Cup']=n(0xe2),a['Unknown']='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a['Circle']=o(0xf5),a[o(0xe0)]=o(0xe5),a['Triangle']='triangle',a[o(0xf2)]=o(0xb4),a[o(0xee)]=o(0xb1),a['Rifle']='rifle';}(Shape||(Shape={})));function a56c(){var u=['sea','Blade','Orange','tower','Weapon','Rectangle','140mYdHnT','book','circle','very\x20large','cave','Hat','medium','grey','Common','DOWN','legendary','114983hANxHK','green','forest','BodyArmor','369RvRUJO','SOUTH','purple','Purple','TOWER','Legendary','hat','body\x20armor','Bumpy','Brown','Tiny','Small','658Vmntzv','outside','north','blade','small','Large','rectangle','yellow','BEACH','Fuzzy','Yellow','(((.+)+)+)+$','weapon','gold','27FdYKtG','Rough','Gold','NORTH','arm\x20armor','Helmet','leg\x20armor','large','down','Blue','fuzzy','4811750JcuXnB','VeryLarge','63402syIErY','shield','EAST','search','Smooth','bumpy','rare','orange','red','1483770riDhVT','brown','Boots','945108QZxlyV','182752oGjcEN','toString','east','Medium','rough','common','DESERT','Shield','key','south','Square','86712AQxmDn','cup','gloves','SEA','square','tiny','constructor','west','LegArmor','beach','Metallic','blue'];a56c=function(){return u;};return a56c();}export var Color;(function(a){var p=a56d;a['Red']=p(0xd1),a[p(0xc5)]=p(0xec),a['Green']=p(0xff),a[p(0xb8)]=p(0xb5),a[p(0xef)]=p(0xd0),a[p(0xa5)]=p(0xa4),a['Grey']=p(0xfa),a[p(0xab)]=p(0xd3),a[p(0xbe)]=p(0xbb);}(Color||(Color={})));export var Texture;(function(c){var r=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a56d;return e['toString']()[q(0xcc)](q(0xb9))[q(0xd7)]()[q(0xe7)](e)[q(0xcc)](q(0xb9));});e(),c[r(0xcd)]='smooth',c[r(0xbd)]=r(0xda),c[r(0xaa)]=r(0xce),c[r(0xb7)]=r(0xc6),c['Grainy']='grainy',c[r(0xeb)]='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var s=a56d;a['INSIDE']='inside',a['OUTSIDE']=s(0xaf),a['UNDERGROUND']='underground',a['CAVE']=s(0xf7),a[s(0xa6)]=s(0xf0),a['FOREST']=s(0x100),a[s(0xdc)]='desert',a['MOUNTAIN']='mountain',a[s(0xb6)]=s(0xea),a[s(0xe4)]=s(0xed);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a56d;a[t(0xbf)]=t(0xb0),a[t(0xcb)]=t(0xd8),a[t(0x103)]=t(0xdf),a['WEST']=t(0xe8),a['UP']='up',a[t(0xfc)]=t(0xc4);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x153))/0x1+-parseInt(k(0x15b))/0x2*(-parseInt(k(0x173))/0x3)+parseInt(k(0x145))/0x4+-parseInt(k(0x134))/0x5*(-parseInt(k(0x146))/0x6)+parseInt(k(0x175))/0x7+-parseInt(k(0x12a))/0x8+parseInt(k(0x185))/0x9*(-parseInt(k(0x136))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x68f57));export var Size;(function(a){var l=a56d;a[l(0x189)]=l(0x18e),a[l(0x18c)]=l(0x16a),a[l(0x154)]=l(0x180),a[l(0x169)]=l(0x160),a['VeryLarge']=l(0x152);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a['Common']='common',a[m(0x14b)]=m(0x178),a[m(0x14e)]='legendary';}(Rating||(Rating={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x125;var f=c[d];return f;},a56d(a,b);}export var Category;(function(c){var p=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var n=a56d;if(h){var j=h[n(0x13c)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var o=a56d;return e[o(0x125)]()[o(0x16e)](o(0x166))[o(0x125)]()[o(0x176)](e)[o(0x16e)]('(((.+)+)+)+$');});e(),c[p(0x13d)]='weapon',c['Shield']=p(0x187),c[p(0x179)]=p(0x12d),c['Gloves']=p(0x143),c[p(0x13a)]=p(0x16f),c[p(0x129)]='hat',c['Boots']=p(0x16d),c[p(0x171)]=p(0x159),c[p(0x12f)]=p(0x150),c[p(0x17c)]=p(0x174),c['Book']=p(0x139),c['Cup']=p(0x158),c[p(0x172)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var q=a56d;a[q(0x142)]=q(0x130),a[q(0x12c)]=q(0x155),a['Triangle']=q(0x12e),a[q(0x16c)]=q(0x165),a[q(0x161)]=q(0x13b),a[q(0x177)]=q(0x168);}(Shape||(Shape={})));export var Color;(function(a){var r=a56d;a[r(0x140)]='red',a[r(0x132)]=r(0x151),a[r(0x17a)]=r(0x184),a[r(0x15e)]=r(0x148),a['Orange']=r(0x156),a['Purple']=r(0x17f),a[r(0x167)]=r(0x127),a[r(0x149)]=r(0x13e),a[r(0x12b)]=r(0x14a);}(Color||(Color={})));export var Texture;(function(a){var s=a56d;a[s(0x15a)]=s(0x14c),a[s(0x137)]=s(0x183),a[s(0x163)]=s(0x181),a['Fuzzy']=s(0x17e),a[s(0x18a)]=s(0x15d),a[s(0x162)]=s(0x170);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a56d;a['INSIDE']=t(0x18b),a[t(0x141)]=t(0x126),a[t(0x14d)]=t(0x138),a['CAVE']=t(0x188),a['TOWER']=t(0x128),a[t(0x17d)]=t(0x157),a[t(0x13f)]=t(0x147),a[t(0x15c)]=t(0x186),a[t(0x135)]=t(0x14f),a[t(0x133)]='sea';}(RoomType||(RoomType={})));function a56c(){var v=['triangle','ArmArmor','circle','SOUTH','Blue','SEA','767165zrBlAp','BEACH','416510QNbFzM','Rough','underground','book','Helmet','blade','apply','Weapon','brown','DESERT','Red','OUTSIDE','Circle','gloves','north','2881060AUQhKC','30MILlPf','desert','yellow','Brown','gold','Rare','smooth','UNDERGROUND','Legendary','beach','arm\x20armor','blue','very\x20large','436845ekisMv','Medium','square','orange','forest','cup','leg\x20armor','Smooth','690158Enapmt','MOUNTAIN','grainy','Yellow','NORTH','large','Blade','Metallic','Bumpy','south','rectangle','(((.+)+)+)+$','Grey','rifle','Large','small','east','Rectangle','boots','search','helmet','metallic','LegArmor','Unknown','3dEfzly','body\x20armor','5122803rJWlYJ','constructor','Rifle','rare','Key','Green','WEST','BodyArmor','FOREST','fuzzy','purple','medium','bumpy','west','rough','green','261zZRZox','mountain','shield','cave','Tiny','Grainy','inside','Small','DOWN','tiny','toString','outside','grey','tower','Hat','3917624qxSmqj','Gold','Square','key'];a56c=function(){return v;};return a56c();}export var Direction;(function(a){var u=a56d;a[u(0x15f)]=u(0x144),a['EAST']=u(0x16b),a[u(0x131)]=u(0x164),a[u(0x17b)]=u(0x182),a['UP']='up',a[u(0x18d)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a57c(){var i=['15210CZPPuF','65gmVDBr','(((.+)+)+)+$','121488VHtvZP','apply','175399mQFgTi','search','6XKlsuF','119218ZhwKDm','4VNOTXh','40104fKUSHZ','99QBrAuX','198QucoGp','51djLXFW','700716xMDCde','177590DmatUJ','toString'];a57c=function(){return i;};return a57c();}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0x172))/0x1*(-parseInt(f(0x173))/0x2)+parseInt(f(0x177))/0x3*(-parseInt(f(0x174))/0x4)+-parseInt(f(0x17b))/0x5+-parseInt(f(0x171))/0x6*(-parseInt(f(0x180))/0x7)+-parseInt(f(0x17e))/0x8*(parseInt(f(0x176))/0x9)+parseInt(f(0x179))/0xa*(parseInt(f(0x175))/0xb)+parseInt(f(0x178))/0xc*(parseInt(f(0x17c))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x32b61));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x17a)]()[h(0x170)](h(0x17d))[h(0x17a)]()['constructor'](a57a)[h(0x170)](h(0x17d));});function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x170;var f=c[d];return f;},a57d(a,b);}a57a();export{};
1
+ (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x99))/0x1*(parseInt(f(0x9f))/0x2)+-parseInt(f(0x9b))/0x3+parseInt(f(0x95))/0x4*(-parseInt(f(0x96))/0x5)+parseInt(f(0xa0))/0x6+parseInt(f(0x9d))/0x7*(parseInt(f(0x92))/0x8)+-parseInt(f(0x9e))/0x9+-parseInt(f(0x93))/0xa*(parseInt(f(0x9c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xcec66));function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x92;var f=c[d];return f;},a57d(a,b);}var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x98)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a['toString']()[h(0x94)](h(0x9a))['toString']()[h(0x97)](a57a)['search'](h(0x9a));});a57a();function a57c(){var i=['5PAnRCN','(((.+)+)+)+$','4676283VVItaT','597047FMkWYK','70ndijVn','1372419UvRHyZ','557108txEkIQ','6949524OoBeVv','787016sYQxWg','160ANLzDg','search','676scjzsS','3200SQKkOa','constructor','apply'];a57c=function(){return i;};return a57c();}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x146))/0x1*(parseInt(f(0x145))/0x2)+-parseInt(f(0x147))/0x3+parseInt(f(0x143))/0x4*(-parseInt(f(0x14a))/0x5)+-parseInt(f(0x13e))/0x6+-parseInt(f(0x142))/0x7*(parseInt(f(0x140))/0x8)+parseInt(f(0x141))/0x9*(-parseInt(f(0x144))/0xa)+parseInt(f(0x13c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xef159));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x13f)]()[h(0x148)]('(((.+)+)+)+$')['toString']()['constructor'](a58a)['search'](h(0x13d));});a58a();function a58c(){var i=['4766iaSDQs','125KIlvKD','4697964noZAQp','search','apply','8522770duGFgL','79828551AEzvZO','(((.+)+)+)+$','3137748KDBEOS','toString','1226088KSThWH','18caQSsS','21ZTrnar','4CjJFOA','8633470blXrUo'];a58c=function(){return i;};return a58c();}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x13c;var f=c[d];return f;},a58d(a,b);}export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1c8))/0x1+-parseInt(f(0x1b9))/0x2*(parseInt(f(0x1be))/0x3)+parseInt(f(0x1c7))/0x4+parseInt(f(0x1c3))/0x5*(-parseInt(f(0x1c4))/0x6)+-parseInt(f(0x1bd))/0x7*(-parseInt(f(0x1b8))/0x8)+-parseInt(f(0x1c6))/0x9*(parseInt(f(0x1c0))/0xa)+-parseInt(f(0x1bf))/0xb*(parseInt(f(0x1c1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x2fff8));function a58c(){var i=['1956qwHcKf','toString','765WKNEUc','246NgABwP','apply','47151gUOhrb','1500556NampZi','372243QsytFm','39448qdyyPY','4IDFEqr','search','constructor','(((.+)+)+)+$','343zUVljD','406743bOTecz','8943NPxmWs','730kpIkgi'];a58c=function(){return i;};return a58c();}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1c2)]()[h(0x1ba)]('(((.+)+)+)+$')[h(0x1c2)]()[h(0x1bb)](a58a)[h(0x1ba)](h(0x1bc));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1b8;var f=c[d];return f;},a58d(a,b);}a58a();export{};
@@ -1 +1 @@
1
- const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=parseInt(y(0x1a4))/0x1*(-parseInt(y(0x171))/0x2)+parseInt(y(0x166))/0x3+parseInt(y(0x169))/0x4+parseInt(y(0x18e))/0x5*(parseInt(y(0x176))/0x6)+parseInt(y(0x165))/0x7+parseInt(y(0x179))/0x8*(-parseInt(y(0x1a5))/0x9)+-parseInt(y(0x173))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x80ffa));function a59c(){const I=['Your\x20items\x20will\x20be\x20listed\x20here...','Currently\x20in:\x20','focus','2ELSQtm','25%','6369420Ifygyg','Arms:\x20','textbox','55374GucsOP','getWelcomeMessage','write','1008isHiaQ','Gloves:\x20','argv','exits','-----\x20Exits\x20------\x0a','\x20Equipment\x20','box','join','gloves','getAllItems','70%','key','C-c','\x20Map\x20','forEach','100%','screen','cyan','split','75%','toString','405dpEfOw','equipment','10%','slice','player','render','checkIfLocked','name','line','None','search','mousemove','clearValue','unequip','take','getInstance','Left\x20Hand:\x20','leftHand','handleInput','(((.+)+)+)+$','\x20(Unlocked)','\x20(Locked)','1019661LROEEx','49509bxtNjy','torso','currentLocation','rightHand','logBox','unlock','Legs:\x20','append','feet','Thanks\x20for\x20playing!','white','\x0aThere\x20are\x20no\x20exits\x20here.','parse','45%','20%','yellow','clear','inventory','Feet:\x20','----->>>>>>\x20Initializing\x20Game','apply','lock','setContent','\x20Inventory\x20','log','7000448JniOYU','1123620jPGEWy','legs','head','3023816WZgwqi','checkIfLockable','getValue','90%','logFilePath'];a59c=function(){return I;};return a59c();}import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0x160)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x18d)]()[A(0x198)](A(0x1a1))['toString']()['constructor'](g)[A(0x198)]('(((.+)+)+)+$');});g();try{const h=a59e[B(0x189)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a59e['box']({'top':'0%','left':B(0x18c),'width':B(0x172),'height':B(0x1b2),'border':{'type':B(0x196)},'label':B(0x163),'content':B(0x16e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x182)]()['map'](v=>v[C(0x195)]);i[C(0x162)](u[C(0x180)]('\x0a')),h[C(0x193)]();};h[B(0x1ac)](i);const k=a59e[B(0x17f)]({'top':B(0x1b2),'left':B(0x18c),'width':'25%','height':B(0x172),'border':{'type':B(0x196)},'label':B(0x17e),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0x162)]('Head:\x20'+(t['head']?t[D(0x168)]['name']:D(0x197))+'\x0a'+('Torso:\x20'+(t[D(0x1a6)]?t[D(0x1a6)]['name']:D(0x197))+'\x0a')+(D(0x1ab)+(t[D(0x167)]?t[D(0x167)]['name']:D(0x197))+'\x0a')+(D(0x15e)+(t[D(0x1ad)]?t['feet'][D(0x195)]:D(0x197))+'\x0a')+(D(0x174)+(t['arms']?t['arms'][D(0x195)]:D(0x197))+'\x0a')+(D(0x17a)+(t[D(0x181)]?t[D(0x181)][D(0x195)]:'None')+'\x0a')+(D(0x19e)+(t[D(0x19f)]?t[D(0x19f)]['name']:D(0x197))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x1a8)]?t['rightHand']['name']:D(0x197))+'\x0a')),h[D(0x193)]();},m=a59e['box']({'top':B(0x183),'left':B(0x18c),'width':B(0x172),'height':B(0x1b3),'border':{'type':B(0x196)},'label':B(0x186),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1ac)](m);const n=t=>{const E=B;let u=E(0x16f)+t[E(0x195)]+'\x0a\x0a';u+=E(0x17d),t['exits']['size']>0x0?t[E(0x17c)][E(0x187)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x195)]:u+=capitalCase(w)+':\x20'+v[F(0x195)];if(v[F(0x194)]())u+=F(0x1a3);else v[F(0x16a)]()&&(u+=F(0x1a2));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1b0),m[E(0x162)](u),h[E(0x193)]();},o=a59e['box']({'id':B(0x1a9),'top':'0%','left':'0%','width':B(0x18c),'height':B(0x16c),'border':{'type':B(0x196)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x199)),h['append'](o);const p=a59e[B(0x175)]({'bottom':0x0,'left':0x0,'width':B(0x188),'height':B(0x190),'tags':!![],'border':{'type':B(0x196)},'style':{'fg':B(0x1af),'border':{'fg':B(0x18a)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x184)](['escape',B(0x185)],()=>process['exit'](0x0)),p[B(0x170)](),h[B(0x193)]();const q=Logger[B(0x19d)](e[B(0x16d)],h),r=new Player({'playerName':c});q[B(0x178)](B(0x15f));const s=a59f[B(0x19d)](r,d);o[B(0x162)](s[B(0x177)]()),l(s[B(0x192)][B(0x18f)]),j(s[B(0x192)][B(0x15d)]),n(s['player'][B(0x1a7)]),p[B(0x184)](['enter'],async()=>{const G=B,t=p[G(0x16b)](),u=s[G(0x1a0)](t);(t[G(0x18b)]('\x20')[0x0]===G(0x19c)||'equip'||G(0x19b))&&(j(s[G(0x192)][G(0x15d)]),l(s[G(0x192)]['equipment'])),(t[G(0x18b)]('\x20')[0x0]==='go'||G(0x161)||G(0x1aa))&&n(s[G(0x192)][G(0x1a7)]),t[G(0x18b)]('\x20')[0x0]===G(0x15c)&&o[G(0x162)](''),u===null&&(console[G(0x164)](G(0x1ae)),h[G(0x193)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o['pushLine'](u),o['scroll'](0x1),p[G(0x19a)](),p['focus'](),h[G(0x193)]();});}catch(t){console[B(0x164)](t),process['exit'](0x1);}}function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x15c;let f=c[d];return f;},a59d(a,b);}const args=process[a59H(0x17b)][a59H(0x191)](0x2);main(args[0x0],JSON[a59H(0x1b1)](args[0x1]),JSON[a59H(0x1b1)](args[0x2]));
1
+ function a59c(){const I=['key','getValue','mousemove','equip','handleInput','10%','exits','head','4691900ZCOubo','rightHand','toString','write','20%','feet','Legs:\x20','slice','970ZCfWzJ','gloves','Your\x20items\x20will\x20be\x20listed\x20here...','logFilePath','8442temEwX','torso','Side\x20Quest\x20Adventure\x20Game','Feet:\x20','scroll','getInstance','Available\x20exits\x20will\x20be\x20shown\x20here...','escape','arms','yellow','constructor','OUTSIDE','search','white','cyan','parse','Torso:\x20','5058iBbKmZ','712TIOBvX','player','\x20Map\x20','join','Left\x20Hand:\x20','take','inventory','Right\x20Hand:\x20','\x20Inventory\x20','checkIfLockable','(((.+)+)+)+$','name','log','70%','line','unlock','100%','equipment','getOtherSide','Gloves:\x20','238734awOldK','None','exit','size','6921wyWppu','currentLocation','2148726RDKnbv','\x0aThere\x20are\x20no\x20exits\x20here.','enter','75%','checkIfLocked','lock','argv','logBox','Arms:\x20','\x20(Locked)','12877144RCdRio','leftHand','\x20(Unlocked)','append','\x20Game\x20Log\x20','clear','apply','C-c','setContent','legs','box','split','pushLine','<<<<<<<<---------\x20Terminating\x20game','Head:\x20','Thanks\x20for\x20playing!','25%','forEach','roomType','1061029nkrYsP','render','focus','45%','----->>>>>>\x20Initializing\x20Game','-----\x20Exits\x20------\x0a','textbox','getAllItems','Currently\x20in:\x20','90%'];a59c=function(){return I;};return a59c();}const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=parseInt(y(0x1d5))/0x1+parseInt(y(0x1b8))/0x2+parseInt(y(0x1b6))/0x3*(-parseInt(y(0x19e))/0x4)+-parseInt(y(0x1e7))/0x5+parseInt(y(0x19d))/0x6*(parseInt(y(0x1f3))/0x7)+parseInt(y(0x1c2))/0x8+parseInt(y(0x1b2))/0x9*(-parseInt(y(0x1ef))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xccfdd));import a59e from'blessed';import{capitalCase}from'change-case';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x194;let f=c[d];return f;},a59d(a,b);}import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0x1c8)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x1e9)]()[A(0x198)](A(0x1a8))[A(0x1e9)]()[A(0x196)](g)[A(0x198)](A(0x1a8));});g();try{const h=a59e['screen']({'smartCSR':!![],'title':B(0x1f5)}),i=a59e['box']({'top':'0%','left':B(0x1bb),'width':'25%','height':B(0x1d8),'border':{'type':B(0x1ac)},'label':B(0x1a6),'content':B(0x1f1),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x195)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1dc)]()['map'](v=>v[C(0x1a9)]);i['setContent'](u[C(0x1a1)]('\x0a')),h[C(0x1d6)]();};h['append'](i);const k=a59e[B(0x1cc)]({'top':'45%','left':'75%','width':B(0x1d2),'height':B(0x1d2),'border':{'type':B(0x1ac)},'label':'\x20Equipment\x20','content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1c5)](k);const l=t=>{const D=B;k[D(0x1ca)](D(0x1d0)+(t[D(0x1e6)]?t[D(0x1e6)][D(0x1a9)]:D(0x1b3))+'\x0a'+(D(0x19c)+(t[D(0x1f4)]?t[D(0x1f4)][D(0x1a9)]:D(0x1b3))+'\x0a')+(D(0x1ed)+(t[D(0x1cb)]?t['legs'][D(0x1a9)]:D(0x1b3))+'\x0a')+(D(0x1f6)+(t['feet']?t[D(0x1ec)]['name']:D(0x1b3))+'\x0a')+(D(0x1c0)+(t[D(0x194)]?t['arms'][D(0x1a9)]:D(0x1b3))+'\x0a')+(D(0x1b1)+(t[D(0x1f0)]?t[D(0x1f0)][D(0x1a9)]:D(0x1b3))+'\x0a')+(D(0x1a2)+(t[D(0x1c3)]?t[D(0x1c3)][D(0x1a9)]:'None')+'\x0a')+(D(0x1a5)+(t[D(0x1e8)]?t['rightHand']['name']:D(0x1b3))+'\x0a')),h[D(0x1d6)]();},m=a59e['box']({'top':B(0x1ab),'left':B(0x1bb),'width':B(0x1d2),'height':B(0x1eb),'border':{'type':'line'},'label':B(0x1a0),'content':B(0x1f9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x195)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1c5)](m);const n=t=>{const E=B;let u=E(0x1dd)+t[E(0x1a9)]+'\x0a\x0a';u+=E(0x1da),t[E(0x1e5)][E(0x1b5)]>0x0?t[E(0x1e5)][E(0x1d3)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1b0)](t);x[F(0x1d4)]===RoomType[F(0x197)]?u+=capitalCase(w)+':\x20'+x[F(0x1a9)]:u+=capitalCase(w)+':\x20'+v[F(0x1a9)];if(v[F(0x1bc)]())u+=F(0x1c1);else v[F(0x1a7)]()&&(u+=F(0x1c4));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1b9),m[E(0x1ca)](u),h[E(0x1d6)]();},o=a59e[B(0x1cc)]({'id':B(0x1bf),'top':'0%','left':'0%','width':B(0x1bb),'height':B(0x1de),'border':{'type':'line'},'label':B(0x1c6),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x195)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x1e1)),h['append'](o);const p=a59e[B(0x1db)]({'bottom':0x0,'left':0x0,'width':B(0x1ae),'height':B(0x1e4),'tags':!![],'border':{'type':B(0x1ac)},'style':{'fg':B(0x199),'border':{'fg':B(0x19a)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1c5)](p),h[B(0x1df)]([B(0x1fa),B(0x1c9)],()=>process[B(0x1b4)](0x0)),p[B(0x1d7)](),h['render']();const q=Logger[B(0x1f8)](e[B(0x1f2)],h),r=new Player({'playerName':c});q[B(0x1ea)](B(0x1d9));const s=a59f[B(0x1f8)](r,d);o[B(0x1ca)](s['getWelcomeMessage']()),l(s['player'][B(0x1af)]),j(s[B(0x19f)][B(0x1a4)]),n(s['player'][B(0x1b7)]),p[B(0x1df)]([B(0x1ba)],async()=>{const G=B,t=p[G(0x1e0)](),u=s[G(0x1e3)](t);(t['split']('\x20')[0x0]===G(0x1a3)||G(0x1e2)||'unequip')&&(j(s['player']['inventory']),l(s[G(0x19f)][G(0x1af)])),(t[G(0x1cd)]('\x20')[0x0]==='go'||G(0x1bd)||G(0x1ad))&&n(s[G(0x19f)][G(0x1b7)]),t['split']('\x20')[0x0]===G(0x1c7)&&o[G(0x1ca)](''),u===null&&(console[G(0x1aa)](G(0x1d1)),h['render'](),q[G(0x1ea)](G(0x1cf)),process['exit'](0x0)),o[G(0x1ce)](u),o[G(0x1f7)](0x1),p['clearValue'](),p[G(0x1d7)](),h[G(0x1d6)]();});}catch(t){console[B(0x1aa)](t),process['exit'](0x1);}}const args=process[a59H(0x1be)][a59H(0x1ee)](0x2);main(args[0x0],JSON[a59H(0x19b)](args[0x1]),JSON[a59H(0x19b)](args[0x2]));
@@ -1 +1 @@
1
- const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x95))/0x1+-parseInt(h(0xab))/0x2+parseInt(h(0x9e))/0x3+-parseInt(h(0xb0))/0x4+parseInt(h(0xa2))/0x5+parseInt(h(0x8f))/0x6+-parseInt(h(0xad))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x444ad));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x9c)]()[j(0x97)]('(((.+)+)+)+$')[j(0x9c)]()[j(0x90)](a60a)[j(0x97)](j(0xa1));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x8c;let f=c[d];return f;},a60d(a,b);}a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0xa0)]();export class Logger{static [a60k(0x99)];[a60k(0xb2)];[a60k(0x98)];constructor(a,b){const l=a60k;this['filePath']=a,this[l(0x98)]=b,this[l(0x93)]();}static['getInstance'](a=a60g['join'](homeDir,a60k(0xa4),a60k(0xb3)),b){const m=a60k;if(!Logger[m(0x99)]){if(!b)throw new Error(m(0xa8));Logger[m(0x99)]=new Logger(a,b);}return Logger[m(0x99)];}[a60k(0x93)](){const n=a60k,a=a60g[n(0xa3)](this[n(0xb2)]);!a60e[n(0x94)](a)&&a60e[n(0x9f)](a,{'recursive':!![]}),!a60e[n(0x94)](this['filePath'])&&a60e[n(0x96)](this['filePath'],'');}[a60k(0x8e)](a){const o=a60k,b=new Date()[o(0xa6)](),c=o(0x9b)+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this[o(0xb2)],c);}[a60k(0xae)](a){const p=a60k,b=new Date()[p(0xa6)](),c=p(0xa7)+b+']\x20'+a+'\x0a';a60e[p(0x9a)](this['filePath'],c);}['log'](a){const q=a60k,b=this['screen']?.[q(0x91)][q(0x92)](c=>c[q(0xa5)]===q(0xaf)&&c[q(0xaa)]['id']==='logBox');b?(b[q(0xac)](b[q(0x8c)]+'\x0a'+a),b[q(0xb4)](b[q(0xa9)]()),this['screen']?.[q(0x8d)]()):this[q(0xae)](q(0xb1)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this['screen']),this['write'](a);}['hasScreen'](){const r=a60k;return!!this[r(0x98)];}}function a60c(){const s=['content','render','write','778992PogRRe','constructor','children','find','ensureLogFileExists','existsSync','30421rjTBsR','writeFileSync','search','screen','instance','appendFileSync','[INFO]\x20[','toString','apply','673272JdMegc','mkdirSync','homedir','(((.+)+)+)+$','647515bIUxyP','dirname','.maka','type','toISOString','[ERROR]\x20[','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','getScrollHeight','options','325874yfCEyr','setContent','215257yiDawG','error','box','163068NUvXoI','The\x20logbox\x20','filePath','side-quest.log','scrollTo'];a60c=function(){return s;};return a60c();}
1
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=-parseInt(h(0x157))/0x1*(-parseInt(h(0x148))/0x2)+-parseInt(h(0x164))/0x3+parseInt(h(0x15d))/0x4+-parseInt(h(0x169))/0x5*(parseInt(h(0x158))/0x6)+parseInt(h(0x165))/0x7+parseInt(h(0x163))/0x8+-parseInt(h(0x160))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x8e0d2));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x150)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a['toString']()[j(0x14e)](j(0x159))[j(0x143)]()['constructor'](a60a)[j(0x14e)](j(0x159));});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0x15e)]();export class Logger{static [a60k(0x145)];[a60k(0x153)];[a60k(0x14d)];constructor(a,b){const l=a60k;this['filePath']=a,this[l(0x14d)]=b,this[l(0x144)]();}static[a60k(0x168)](a=a60g[a60k(0x147)](homeDir,'.maka',a60k(0x15a)),b){const m=a60k;if(!Logger[m(0x145)]){if(!b)throw new Error(m(0x151));Logger[m(0x145)]=new Logger(a,b);}return Logger[m(0x145)];}['ensureLogFileExists'](){const n=a60k,a=a60g['dirname'](this[n(0x153)]);!a60e[n(0x14a)](a)&&a60e[n(0x14c)](a,{'recursive':!![]}),!a60e['existsSync'](this[n(0x153)])&&a60e[n(0x161)](this['filePath'],'');}[a60k(0x152)](a){const o=a60k,b=new Date()[o(0x154)](),c=o(0x14b)+b+']\x20'+a+'\x0a';a60e[o(0x16a)](this[o(0x153)],c);}[a60k(0x162)](a){const p=a60k,b=new Date()['toISOString'](),c=p(0x14f)+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this[p(0x153)],c);}[a60k(0x15c)](a){const q=a60k,b=this['screen']?.[q(0x167)]['find'](c=>c[q(0x156)]===q(0x146)&&c['options']['id']===q(0x15b));b?(b['setContent'](b[q(0x166)]+'\x0a'+a),b[q(0x149)](b['getScrollHeight']()),this[q(0x14d)]?.[q(0x15f)]()):this['error'](q(0x155)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x14d)]),this[q(0x152)](a);}['hasScreen'](){const r=a60k;return!!this[r(0x14d)];}}function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x143;let f=c[d];return f;},a60d(a,b);}function a60c(){const s=['writeFileSync','error','1426848aNxgmo','2125635ueKVmd','4628729wSdoVY','content','children','getInstance','5yosWqE','appendFileSync','toString','ensureLogFileExists','instance','box','join','14LFQNGT','scrollTo','existsSync','[INFO]\x20[','mkdirSync','screen','search','[ERROR]\x20[','apply','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','write','filePath','toISOString','The\x20logbox\x20','type','108638XdPOUJ','1721940aRxcdG','(((.+)+)+)+$','side-quest.log','logBox','log','867824IBhFyP','homedir','render','2156832QMfLWd'];a60c=function(){return s;};return a60c();}
@@ -1 +1 @@
1
- const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x1d1))/0x1*(parseInt(k(0x1d6))/0x2)+parseInt(k(0x1e1))/0x3*(parseInt(k(0x1e8))/0x4)+-parseInt(k(0x1ec))/0x5*(-parseInt(k(0x1d8))/0x6)+parseInt(k(0x1d7))/0x7+-parseInt(k(0x1e2))/0x8*(parseInt(k(0x1f0))/0x9)+-parseInt(k(0x1e5))/0xa+parseInt(k(0x1d4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x5949f));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x1df)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x1e3)]()[m(0x1e0)]('(((.+)+)+)+$')[m(0x1e3)]()['constructor'](a61a)[m(0x1e0)](m(0x1eb));});a61a();function a61c(){const q=['Play\x20a\x20little\x20side-quest','6520300YHuPdT','url','side-quest.log','1144604xlBFyq','player','list','(((.+)+)+)+$','35bfMgeQ','Thanks\x20for\x20playing!','What\x20is\x20your\x20name?','log','2201409cfEGsQ','node','options','stringify','maka\x20play:side-quest','12BOnYLt','resolve','side-quest','7146084VANHod','create','4462mrDYhd','460271zVkOlA','410262OpVVjS','getGlobalMakaDir','Commoner','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...','join','inherit','fsi','apply','search','3Zbeoxy','16AtuFfl','toString'];a61c=function(){return q;};return a61c();}import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1d0;let f=c[d];return f;},a61d(a,b);}const __filename=fileURLToPath(import.meta[a61n(0x1e6)]),__dirname=dirname(__filename);Command[a61n(0x1d5)]({'name':a61n(0x1d3),'usage':a61n(0x1d0),'shortDesc':a61n(0x1e4),'aliases':['sq'],'description':a61n(0x1db),'validOpts':[a61n(0x1e9)]},async function(a,b){const o=a61n;try{const c=this[o(0x1de)][o(0x1d9)](),d=a61e[o(0x1dc)](c,o(0x1e7)),e=b['player']?b[o(0x1e9)]:await Actions['ask'](o(0x1ee))||o(0x1da),f={...b,'logFilePath':d},g={'type':o(0x1ea),'name':'sideQuestAnswer','message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':'dungeon','value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1f2)](g);if(e&&h){const i=spawn(o(0x1f1),[a61e[o(0x1d2)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1f3)](h),JSON[o(0x1f3)](f)],{'stdio':o(0x1dd)});i['on']('exit',()=>{const p=o;console[p(0x1ef)](p(0x1ed));});}}catch(j){console[o(0x1ef)](j);}},a61f);
1
+ const a61m=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x11e))/0x1+-parseInt(k(0x11f))/0x2+parseInt(k(0x133))/0x3+parseInt(k(0x125))/0x4+parseInt(k(0x137))/0x5+parseInt(k(0x128))/0x6*(parseInt(k(0x124))/0x7)+-parseInt(k(0x129))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe7c24));const a61b=(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;};}()),a61a=a61b(this,function(){const l=a61d;return a61a['toString']()['search']('(((.+)+)+)+$')[l(0x136)]()[l(0x123)](a61a)[l(0x12c)](l(0x12e));});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a61c(){const p=['options','14101NWQjlG','1444754jWMVqV','maka\x20play:side-quest','stringify','log','constructor','63jLouAe','2770060MxzFQx','shadowrun','list','5106ljzlEa','14574840JURLop','side-quest.log','player','search','sideQuestAnswer','(((.+)+)+)+$','url','fsi','create','Commoner','4341333IPsMiN','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','node','toString','6801660dCjGZY','getGlobalMakaDir','resolve','Play\x20a\x20little\x20side-quest','ask','side-quest','dungeon','What\x20is\x20your\x20name?','Thanks\x20for\x20playing!','inherit'];a61c=function(){return p;};return a61c();}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x114;let f=c[d];return f;},a61d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61m(0x12f)]),__dirname=dirname(__filename);Command[a61m(0x131)]({'name':a61m(0x118),'usage':a61m(0x120),'shortDesc':a61m(0x116),'aliases':['sq'],'description':'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...','validOpts':[a61m(0x12b)]},async function(a,b){const n=a61m;try{const c=this[n(0x130)][n(0x114)](),d=a61e['join'](c,n(0x12a)),e=b[n(0x12b)]?b['player']:await Actions[n(0x117)](n(0x11a))||n(0x132),f={...b,'logFilePath':d},g={'type':n(0x127),'name':n(0x12d),'message':n(0x134),'choices':[{'name':n(0x119),'value':dungeonConfig},{'name':n(0x126),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x11d)](g);if(e&&h){const i=spawn(n(0x135),[a61e[n(0x115)](__dirname,'./sideQuest/ui.js'),e,JSON[n(0x121)](h),JSON[n(0x121)](f)],{'stdio':n(0x11c)});i['on']('exit',()=>{const o=n;console['log'](o(0x11b));});}}catch(j){console[n(0x122)](j);}},a61f);
@@ -1 +1 @@
1
- var a62i=a62d;function a62c(){var k=['constructor','3927781vPlLcx','7XUYzTj','snake','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','132NPUKgK','create','1746349LgDhQj','8fkosoK','5BmZhZD','20qQeWfy','toString','(((.+)+)+)+$','npx\x20command-line-snake','1949202lgVCOT','1059849iFpoNV','search','inherit','apply','2481576xmqHZc','maka\x20game:snake','2AIRFAB','6248744eJsEht','92317Yjbjes'];a62c=function(){return k;};return a62c();}(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0xd1))/0x1*(parseInt(f(0xcf))/0x2)+-parseInt(f(0xc8))/0x3*(parseInt(f(0xc2))/0x4)+parseInt(f(0xc3))/0x5*(-parseInt(f(0xcd))/0x6)+-parseInt(f(0xd4))/0x7*(parseInt(f(0xd0))/0x8)+parseInt(f(0xc9))/0x9+parseInt(f(0xc4))/0xa*(-parseInt(f(0xc1))/0xb)+-parseInt(f(0xd7))/0xc*(-parseInt(f(0xd3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb03f6));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xcc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xc5)]()[h(0xca)](h(0xc6))[h(0xc5)]()[h(0xd2)](a62a)[h(0xca)](h(0xc6));});function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xc1;var f=c[d];return f;},a62d(a,b);}a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0xd8)]({'name':a62i(0xd5),'usage':a62i(0xce),'shortDesc':a62i(0xd6),'validOpts':[]},async function(){var j=a62i;execSync(j(0xc7),{'stdio':j(0xcb)});},a62e);
1
+ var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x70))/0x1*(-parseInt(f(0x77))/0x2)+parseInt(f(0x7d))/0x3*(-parseInt(f(0x78))/0x4)+-parseInt(f(0x6c))/0x5+-parseInt(f(0x6e))/0x6+parseInt(f(0x6f))/0x7+-parseInt(f(0x72))/0x8*(parseInt(f(0x7a))/0x9)+parseInt(f(0x6d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe8c64));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x75)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x7b)]()[h(0x79)](h(0x73))['toString']()['constructor'](a62a)[h(0x79)](h(0x73));});a62a();function a62c(){var k=['1039190YQXmZW','2418702xTjPtg','5841297yLoeKl','652ynjWwP','npx\x20command-line-snake','2750008pDXQZO','(((.+)+)+)+$','snake','apply','create','3446lpYTLW','590220jytuEu','search','9QFzvdH','toString','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','3XNdBKO','1069595IvpKlN'];a62c=function(){return k;};return a62c();}import a62e from'./play.command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x6c;var f=c[d];return f;},a62d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0x76)]({'name':a62i(0x74),'usage':'maka\x20game:snake','shortDesc':a62i(0x7c),'validOpts':[]},async function(){var j=a62i;execSync(j(0x71),{'stdio':'inherit'});},a62e);
@@ -1 +1 @@
1
- var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1bb))/0x1+parseInt(f(0x1c1))/0x2*(parseInt(f(0x1c7))/0x3)+-parseInt(f(0x1ca))/0x4+-parseInt(f(0x1c3))/0x5*(-parseInt(f(0x1c2))/0x6)+parseInt(f(0x1c9))/0x7+-parseInt(f(0x1c4))/0x8+-parseInt(f(0x1cc))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xb7c11));function a63c(){var k=['9GzlwrA','maka\x20game:tetris','8953525YlSNqY','2155824jXMGdm','search','4499991DyFkQI','toString','551737Axiiqf','(((.+)+)+)+$','apply','tetris','inherit','constructor','562854EpQQWc','354804WnRHFJ','80imafrC','5809208KmewRp','create','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris'];a63c=function(){return k;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()['search'](h(0x1bc))[h(0x1ba)]()[h(0x1c0)](a63a)[h(0x1cb)]('(((.+)+)+)+$');});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1ba;var f=c[d];return f;},a63d(a,b);}Command[a63i(0x1c5)]({'name':a63i(0x1be),'usage':a63i(0x1c8),'shortDesc':a63i(0x1c6),'validOpts':[]},async function(){var j=a63i;execSync('npx\x20simple-tetris',{'stdio':j(0x1bf)});},a63e);
1
+ var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xd8))/0x1*(-parseInt(f(0xdd))/0x2)+parseInt(f(0xe1))/0x3+-parseInt(f(0xe2))/0x4*(-parseInt(f(0xdc))/0x5)+-parseInt(f(0xd0))/0x6+-parseInt(f(0xe0))/0x7*(parseInt(f(0xd1))/0x8)+-parseInt(f(0xd2))/0x9+parseInt(f(0xd5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x4a4c5));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xde)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xdb)]()[h(0xd9)](h(0xdf))[h(0xdb)]()[h(0xe3)](a63a)[h(0xd9)](h(0xdf));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xd0;var f=c[d];return f;},a63d(a,b);}Command[a63i(0xda)]({'name':'tetris','usage':a63i(0xd6),'shortDesc':a63i(0xd7),'validOpts':[]},async function(){var j=a63i;execSync(j(0xd4),{'stdio':j(0xd3)});},a63e);function a63c(){var k=['1064IGRZvn','3941172rmXizb','inherit','npx\x20simple-tetris','4843790AGeqmf','maka\x20game:tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','598118rsROpj','search','create','toString','2833300djXhcp','2YBAoEH','apply','(((.+)+)+)+$','5117IPQwZl','1738701jzhrIu','4vqeQKj','constructor','1158192rDtGfp'];a63c=function(){return k;};return a63c();}
@@ -1 +1 @@
1
- const a64h=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x139))/0x1*(-parseInt(f(0x12b))/0x2)+parseInt(f(0x13e))/0x3*(-parseInt(f(0x12a))/0x4)+parseInt(f(0x138))/0x5*(parseInt(f(0x136))/0x6)+-parseInt(f(0x149))/0x7*(-parseInt(f(0x135))/0x8)+parseInt(f(0x134))/0x9*(parseInt(f(0x144))/0xa)+parseInt(f(0x132))/0xb*(parseInt(f(0x12d))/0xc)+parseInt(f(0x13d))/0xd*(-parseInt(f(0x14c))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x48ecb));function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x12a;let f=c[d];return f;},a64d(a,b);}const a64b=(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;};}()),a64a=a64b(this,function(){const g=a64d;return a64a[g(0x13f)]()[g(0x131)]('(((.+)+)+)+$')[g(0x13f)]()[g(0x13b)](a64a)[g(0x131)](g(0x12e));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64h(0x137)]({'name':a64h(0x140),'aliases':['g'],'usage':a64h(0x14b),'validOpts':['dir',a64h(0x143),'help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64h(0x141),'description':a64h(0x13c),'examples':[a64h(0x12c),a64h(0x12f),'maka\x20g:template\x20todos/todo_item','maka\x20g:package\x20package:name',a64h(0x145),'maka\x20g:api\x20trucks',a64h(0x147)]},async function(a,b){const i=a64h,c=a[0x0],d=a64e[i(0x130)](c);if(!d){b[i(0x13a)]?(Log[i(0x146)]('Generators:'),a64e[i(0x148)]()):Log[i(0x14a)](i(0x133));throw new UsageError();}await d['invoke'](a[i(0x142)](0x1),b);});function a64c(){const j=['(((.+)+)+)+$','maka\x20g:scaffold\x20todos','findGenerator','search','363ppjCeM','Could\x20not\x20find\x20generator','54ygrOrU','8GREYRH','287004eAMThu','create','5ViZbzT','1ymEUWS','help','constructor','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','65lmDpaZ','368541REBpdZ','toString','generate','Scaffold\x20various\x20parts\x20of\x20your\x20application','slice','where','881410UPIsrA','maka\x20g:route\x20todos/edit','notice','maka\x20g:dbc\x20geoserver\x20--type=pgsql','listGenerators','2288986rewCsB','error','maka\x20{generate,\x20g}:<generator>\x20<name>','1965054RhXBdX','12FQkSAC','393098LTtKKb','maka\x20generate:scaffold\x20todos','97752RdvPGk'];a64c=function(){return j;};return a64c();}
1
+ const a64i=a64d;function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xdf;let f=c[d];return f;},a64d(a,b);}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0xec))/0x1+parseInt(f(0xe0))/0x2+parseInt(f(0x100))/0x3*(parseInt(f(0x102))/0x4)+parseInt(f(0xdf))/0x5+-parseInt(f(0xf4))/0x6*(parseInt(f(0x101))/0x7)+-parseInt(f(0xeb))/0x8*(-parseInt(f(0x103))/0x9)+-parseInt(f(0xfe))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xd6d23));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xfc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0xfd)]()[h(0xfa)]('(((.+)+)+)+$')[h(0xfd)]()[h(0xe7)](a64a)[h(0xfa)](h(0xe2));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64i(0xf6)]({'name':a64i(0xfb),'aliases':['g'],'usage':a64i(0xe3),'validOpts':[a64i(0x104),a64i(0xe8),a64i(0xf9)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0xe4),'description':a64i(0xe1),'examples':[a64i(0xf5),a64i(0xf0),a64i(0xe5),a64i(0xea),a64i(0xee),a64i(0xf1),a64i(0xe9)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0xf7)](c);if(!d){b[j(0xf9)]?(Log[j(0xf3)](j(0xef)),a64e[j(0xed)]()):Log[j(0xf8)](j(0xf2));throw new UsageError();}await d[j(0xff)](a[j(0xe6)](0x1),b);});function a64c(){const k=['2586140GXpLCU','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','(((.+)+)+)+$','maka\x20{generate,\x20g}:<generator>\x20<name>','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:template\x20todos/todo_item','slice','constructor','where','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:package\x20package:name','520iOwRYM','1030095VnsIdg','listGenerators','maka\x20g:route\x20todos/edit','Generators:','maka\x20g:scaffold\x20todos','maka\x20g:api\x20trucks','Could\x20not\x20find\x20generator','notice','24StuNgH','maka\x20generate:scaffold\x20todos','create','findGenerator','error','help','search','generate','apply','toString','16247870tQlyFA','invoke','1058817gGOSUI','1003261VpxtHS','8XtHpsH','105606qnZMdb','dir','6732115vmkbaT'];a64c=function(){return k;};return a64c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x185))/0x1+parseInt(f(0x189))/0x2*(-parseInt(f(0x18b))/0x3)+-parseInt(f(0x180))/0x4*(parseInt(f(0x18a))/0x5)+parseInt(f(0x18c))/0x6*(-parseInt(f(0x188))/0x7)+-parseInt(f(0x17f))/0x8+parseInt(f(0x186))/0x9+parseInt(f(0x181))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x3bdd0));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x187)]()[h(0x183)](h(0x182))[h(0x187)]()['constructor'](a65a)['search'](h(0x182));});function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x17f;var f=c[d];return f;},a65d(a,b);}a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a65c(){var i=['(((.+)+)+)+$','search','apply','396998PqJvrA','3114072zgcWXg','toString','43029vUDvTx','156anZBTP','547970JStxIx','10518YXjqQn','414RRBHRw','3843240JSpMVE','4ggNonk','7898040bxsGSL'];a65c=function(){return i;};return a65c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x66))/0x1+parseInt(f(0x73))/0x2*(-parseInt(f(0x6a))/0x3)+-parseInt(f(0x72))/0x4*(parseInt(f(0x70))/0x5)+parseInt(f(0x6d))/0x6+-parseInt(f(0x6e))/0x7+parseInt(f(0x68))/0x8+parseInt(f(0x71))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x4c0da));function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x66;var f=c[d];return f;},a65d(a,b);}function a65c(){var i=['7429923MkVYVH','54764xOgnWq','458CMSamn','21791NEHRDt','constructor','1376600KrCnJD','toString','6681RvljJo','search','(((.+)+)+)+$','2186046pnnbjn','1809822jwXpdx','apply','95dshxHF'];a65c=function(){return i;};return a65c();}var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x6f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x69)]()[h(0x6b)](h(0x6c))['toString']()[h(0x67)](a65a)[h(0x6b)](h(0x6c));});a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x84))/0x1*(parseInt(f(0x87))/0x2)+-parseInt(f(0x7c))/0x3*(parseInt(f(0x80))/0x4)+parseInt(f(0x8a))/0x5+parseInt(f(0x85))/0x6*(parseInt(f(0x77))/0x7)+parseInt(f(0x79))/0x8*(-parseInt(f(0x78))/0x9)+-parseInt(f(0x89))/0xa+parseInt(f(0x81))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x57a84));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x7e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x83)]()[h(0x8b)](h(0x88))[h(0x83)]()[h(0x7d)](a66a)[h(0x8b)](h(0x88));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0x82)]({'name':a66i(0x7f),'usage':a66i(0x7b),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x7a),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this['findSubCommand'](c);if(d)this[j(0x86)](c,a,b);else{Log['error']('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x77;let f=c[d];return f;},a66d(a,b);}export default GetCommand;function a66c(){const k=['search','12376BNZpBf','8523RuQADE','4104Rcnksx','Get\x20various\x20Maka\x20variables\x20and\x20configurations','maka\x20get:<sub-command>','358542IDwWho','constructor','apply','get','8LpfUcP','14516480QXIwKQ','create','toString','192614jiiuOj','1098FsGrOD','runSubCommand','4eTgCUd','(((.+)+)+)+$','4992740NZLjkf','1625805fRykec'];a66c=function(){return k;};return a66c();}
1
+ const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0xde))/0x1*(-parseInt(f(0xea))/0x2)+-parseInt(f(0xdc))/0x3*(parseInt(f(0xe9))/0x4)+-parseInt(f(0xdb))/0x5*(parseInt(f(0xe7))/0x6)+-parseInt(f(0xdd))/0x7+-parseInt(f(0xe2))/0x8+parseInt(f(0xd9))/0x9+parseInt(f(0xd6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xe42b7));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0xdf)]()[h(0xe3)](h(0xe0))[h(0xdf)]()[h(0xe8)](a66a)[h(0xe3)](h(0xe0));});a66a();function a66c(){const k=['runSubCommand','898115AvrwfI','828771jXZtRh','2547426EJXwxY','35261AikPNc','toString','(((.+)+)+)+$','apply','13799224krkIvl','search','maka\x20get:<sub-command>','get','create','60jDlOlw','constructor','4GdOhiw','10mDavLH','37497600RsaeeD','Sub-Command\x20not\x20found','findSubCommand','13701924fWTNLM'];a66c=function(){return k;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xd6;let f=c[d];return f;},a66d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0xe6)]({'name':a66i(0xe5),'usage':a66i(0xe4),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0xd8)](c);if(d)this[j(0xda)](c,a,b);else{Log['error'](j(0xd7));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1d9))/0x1*(parseInt(f(0x1e8))/0x2)+-parseInt(f(0x1ec))/0x3*(parseInt(f(0x1dc))/0x4)+-parseInt(f(0x1df))/0x5+parseInt(f(0x1e1))/0x6*(parseInt(f(0x1e0))/0x7)+-parseInt(f(0x1d7))/0x8*(parseInt(f(0x1e5))/0x9)+parseInt(f(0x1e6))/0xa+parseInt(f(0x1eb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xc69c5));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1e9)]()[h(0x1e4)](h(0x1e7))['toString']()[h(0x1de)](a67a)['search'](h(0x1e7));});a67a();function a67c(){const k=['search','158094SXyVaa','10164180uJUWqf','(((.+)+)+)+$','2669938twWfsE','toString','exit','27330600EqxOhw','9ygZGTM','464LYrqaQ','apply','1THMWBC','fsi','error','1992356dvIgrJ','log','constructor','2273735sPIISh','4914cHwvTs','13806LbeSnI','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','create'];a67c=function(){return k;};return a67c();}import a67e from'./get.command.js';import{Command}from'../../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1d7;let f=c[d];return f;},a67d(a,b);}Command[a67i(0x1e3)]({'name':'global-config','usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a67i(0x1e2),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x1da)]['getGlobalConfig']();console[j(0x1dd)](a),process[j(0x1ea)](0x0);}catch(b){console[j(0x1db)](b),process[j(0x1ea)](0x0);}},a67e);
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x123))/0x1+parseInt(f(0x11e))/0x2*(parseInt(f(0x128))/0x3)+parseInt(f(0x12b))/0x4*(parseInt(f(0x11a))/0x5)+-parseInt(f(0x124))/0x6+-parseInt(f(0x12c))/0x7*(-parseInt(f(0x120))/0x8)+-parseInt(f(0x12d))/0x9*(-parseInt(f(0x12e))/0xa)+parseInt(f(0x11c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x83914));function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x11a;let f=c[d];return f;},a67d(a,b);}const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x11f)]()[h(0x12f)](h(0x126))['toString']()[h(0x125)](a67a)[h(0x12f)](h(0x126));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x11b)]({'name':'global-config','usage':a67i(0x129),'aliases':['gc'],'shortDesc':a67i(0x122),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x11d)]['getGlobalConfig']();console['log'](a),process[j(0x12a)](0x0);}catch(b){console[j(0x121)](b),process[j(0x12a)](0x0);}},a67e);function a67c(){const k=['create','3969757mKiqRG','fsi','96322oxpibD','toString','156568EkNSJR','error','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','856847babCkl','4585518wKTzJz','constructor','(((.+)+)+)+$','apply','33oWlhrk','maka\x20get:global-config','exit','444PhPrfk','196CUnLNY','1276659iYiyyA','50matAnH','search','545frnMFB'];a67c=function(){return k;};return a67c();}
@@ -1 +1 @@
1
- function a68c(){const j=['6FIwADE','2220757GwxHuD','48FBjkFw','search','constructor','local-config','128exiAdi','getProjectConfig','maka\x20get:local-config','21680qKBeSt','125821plUtSV','log','(((.+)+)+)+$','2256327hWWTqz','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','16865592IQJyUZ','5PQgTRp','26hdZZSL','10588758FLjiDC','toString','275uDqatl','83787NfkXNl'];a68c=function(){return j;};return a68c();}const a68h=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0x131))/0x1*(-parseInt(f(0x127))/0x2)+parseInt(f(0x126))/0x3*(-parseInt(f(0x12d))/0x4)+parseInt(f(0x121))/0x5*(-parseInt(f(0x123))/0x6)+-parseInt(f(0x128))/0x7+parseInt(f(0x129))/0x8*(parseInt(f(0x11e))/0x9)+parseInt(f(0x130))/0xa*(-parseInt(f(0x125))/0xb)+parseInt(f(0x120))/0xc*(parseInt(f(0x122))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xdd9c3));const a68b=(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;};}()),a68a=a68b(this,function(){const g=a68d;return a68a[g(0x124)]()[g(0x12a)]('(((.+)+)+)+$')[g(0x124)]()[g(0x12b)](a68a)[g(0x12a)](g(0x11d));});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x11d;let f=c[d];return f;},a68d(a,b);}Command['create']({'name':a68h(0x12c),'usage':a68h(0x12f),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68h(0x11f),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a68h,a=await this['fsi'][i(0x12e)]();console[i(0x132)](a);},a68e);
1
+ const a68h=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0xca))/0x1*(-parseInt(f(0xcd))/0x2)+parseInt(f(0xd7))/0x3+parseInt(f(0xcb))/0x4*(parseInt(f(0xd0))/0x5)+-parseInt(f(0xd5))/0x6+-parseInt(f(0xd1))/0x7+-parseInt(f(0xd2))/0x8*(-parseInt(f(0xce))/0x9)+parseInt(f(0xdb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xb4654));const a68b=(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;};}()),a68a=a68b(this,function(){const g=a68d;return a68a[g(0xd6)]()[g(0xd4)](g(0xd9))[g(0xd6)]()[g(0xda)](a68a)['search'](g(0xd9));});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';function a68c(){const j=['36mFFUVx','getProjectConfig','90030EbyXMG','2271339zdSmbF','2634560GnvGqN','log','search','6932712Wnfqrd','toString','830352ohpyhj','create','(((.+)+)+)+$','constructor','11721530IhRUTr','34jDaoEL','84FVrbSI','maka\x20get:local-config','54442wrZwQW'];a68c=function(){return j;};return a68c();}function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xca;let f=c[d];return f;},a68d(a,b);}Command[a68h(0xd8)]({'name':'local-config','usage':a68h(0xcc),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a68h,a=await this['fsi'][i(0xcf)]();console[i(0xd3)](a);},a68e);
@@ -1 +1 @@
1
- const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x1c5))/0x1*(parseInt(g(0x1d8))/0x2)+-parseInt(g(0x1de))/0x3*(-parseInt(g(0x1da))/0x4)+parseInt(g(0x1c7))/0x5*(parseInt(g(0x1cd))/0x6)+-parseInt(g(0x1e2))/0x7*(-parseInt(g(0x1c8))/0x8)+-parseInt(g(0x1d7))/0x9+parseInt(g(0x1c3))/0xa*(parseInt(g(0x1d0))/0xb)+-parseInt(g(0x1ce))/0xc*(parseInt(g(0x1d1))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x2b31d));function a69c(){const l=['join','7023Dlfqhh','User\x20Access\x20Token:\x20\x20','token','user','7aolkXK','apply','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','125820tkYMvE','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','5WqNhhY','create','1025UXMNcs','605704dvCjcO','hash','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','userId','toString','6006DLXmcI','12DwJoiZ','roles','297JPvQYz','1855659wlnPNS','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','notice','fsi','authToken','search','2672667woKiGP','52166qJLhQM','decode','216jqQVBF','exit','(((.+)+)+)+$'];a69c=function(){return l;};return a69c();}const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x1cc)]()[i(0x1d6)](i(0x1dc))[i(0x1cc)]()['constructor'](a69a)['search'](i(0x1dc));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x1c6)]({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a69j(0x1ca),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x1d4)]['getGlobalConfig']();if(a[k(0x1c9)]){const b=a69f[k(0x1d9)](a[k(0x1c9)]);Log[k(0x1d3)](k(0x1c4)+b?.[k(0x1e1)]),Log['notice'](k(0x1d2)+a[k(0x1e0)]?.[k(0x1cb)]),Log[k(0x1d3)](k(0x1df)+a[k(0x1e0)]?.[k(0x1d5)]),Log[k(0x1d3)](k(0x1c2)+b?.[k(0x1cf)][k(0x1dd)](',\x20'));}}catch(c){console['error'](c),process[k(0x1db)](0x0);}},a69e);
1
+ const a69i=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xcb;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0xd6))/0x1*(parseInt(g(0xd0))/0x2)+-parseInt(g(0xd9))/0x3*(-parseInt(g(0xdd))/0x4)+-parseInt(g(0xcc))/0x5+-parseInt(g(0xcf))/0x6+-parseInt(g(0xe9))/0x7+-parseInt(g(0xd5))/0x8*(parseInt(g(0xe2))/0x9)+parseInt(g(0xdf))/0xa*(parseInt(g(0xd8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xd8307));const a69b=(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;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0xe6)]()['search'](h(0xdc))[h(0xe6)]()[h(0xd3)](a69a)[h(0xda)]('(((.+)+)+)+$');});a69a();function a69c(){const k=['userId','user','603ibMXJK','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','token','fsi','toString','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','exit','5355420EoOaGV','authToken','5541125ynPmYw','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','decode','6466218HWqqfO','7274ouYVlk','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','hash','constructor','join','164128cudcBu','13KhwWHr','notice','2952730kWoTFy','1650ohPMkZ','search','maka\x20get:whoami','(((.+)+)+)+$','12176xTKPVE','error','130ahLOOD'];a69c=function(){return k;};return a69c();}import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command['create']({'name':'whoami','usage':a69i(0xdb),'shortDesc':a69i(0xe3),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a69i;try{const a=await this[j(0xe5)]['getGlobalConfig']();if(a['hash']){const b=a69f[j(0xce)](a[j(0xd2)]);Log[j(0xd7)](j(0xd1)+b?.[j(0xe1)]),Log[j(0xd7)](j(0xe7)+a[j(0xe4)]?.[j(0xe0)]),Log[j(0xd7)]('User\x20Access\x20Token:\x20\x20'+a[j(0xe4)]?.[j(0xcb)]),Log[j(0xd7)](j(0xcd)+b?.['roles'][j(0xd4)](',\x20'));}}catch(c){console[j(0xde)](c),process[j(0xe8)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0xf0))/0x1+parseInt(f(0xf1))/0x2*(-parseInt(f(0xeb))/0x3)+parseInt(f(0xf3))/0x4+parseInt(f(0xee))/0x5+-parseInt(f(0xec))/0x6*(parseInt(f(0xf5))/0x7)+parseInt(f(0xf4))/0x8+parseInt(f(0xea))/0x9*(-parseInt(f(0xf2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x49a33));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0xf7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0xed)]()[h(0xef)](h(0xe9))[h(0xed)]()['constructor'](a70a)[h(0xef)](h(0xe9));});function a70c(){var j=['toString','2363720oGXCJU','search','278186XHhiLS','2LaajHK','3162010cKuMZs','507096fCuqFN','32080kDErnl','14hPCoGC','Try,\x20maka\x20--help','apply','Deprecated:\x20use\x20--help\x20instead','(((.+)+)+)+$','9NtKszF','397380MPksov','394302qVOhiW'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0xe8;var f=c[d];return f;},a70d(a,b);}Command['create']({'name':'help','description':a70i(0xf6),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0xe8)},async function(){throw new UsageError();});
1
+ var a70h=a70d;function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x10f;var f=c[d];return f;},a70d(a,b);}(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x121))/0x1+parseInt(f(0x11c))/0x2*(parseInt(f(0x10f))/0x3)+-parseInt(f(0x111))/0x4+parseInt(f(0x110))/0x5+-parseInt(f(0x11e))/0x6*(-parseInt(f(0x11a))/0x7)+-parseInt(f(0x119))/0x8*(-parseInt(f(0x120))/0x9)+parseInt(f(0x113))/0xa*(-parseInt(f(0x11f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x3734f));var a70b=(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;};}()),a70a=a70b(this,function(){var g=a70d;return a70a[g(0x112)]()[g(0x118)](g(0x114))[g(0x112)]()[g(0x115)](a70a)[g(0x118)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';function a70c(){var i=['Try,\x20maka\x20--help','Deprecated:\x20use\x20--help\x20instead','search','64jPLYKX','1497524OPaafx','create','4244deeiBx','help','6EbEZjR','242dkyIPj','317286NcYnLP','115453eodpCE','42OHgHCn','43130pIVZva','1429528zyIaQr','toString','30110KvldQR','(((.+)+)+)+$','constructor'];a70c=function(){return i;};return a70c();}import{UsageError}from'../error.js';Command[a70h(0x11b)]({'name':a70h(0x11d),'description':a70h(0x116),'aliases':['h'],'validOpts':[],'shortDesc':a70h(0x117)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a71t=a71d;(function(a,b){const q=a71d,c=a();while(!![]){try{const d=-parseInt(q(0x110))/0x1*(parseInt(q(0xdc))/0x2)+parseInt(q(0xee))/0x3+-parseInt(q(0x102))/0x4+parseInt(q(0xd5))/0x5+parseInt(q(0xe9))/0x6+parseInt(q(0x113))/0x7*(-parseInt(q(0xfe))/0x8)+parseInt(q(0x10e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x8c9de));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a71d;if(c){const e=c[r(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const s=a71d;return a71a[s(0xf1)]()['search'](s(0x10a))['toString']()[s(0x103)](a71a)['search']('(((.+)+)+)+$');});a71a();import a71e from'os';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xd1;let f=c[d];return f;},a71d(a,b);}import a71f from'path';import a71g from'fs';import a71h from'delete';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a71e[a71t(0xf0)]();Command[a71t(0xf4)]({'name':a71t(0xde),'aliases':['i'],'validOpts':['force',a71t(0xe0),a71t(0xe6),a71t(0xef),'keepInstall'],'usage':a71t(0x100),'shortDesc':a71t(0xe3),'examples':[a71t(0x105),a71t(0x112),a71t(0xf9),'maka\x20install\x20meteor\x20--version\x201.12.1',a71t(0xf2)]},async function(a,b){const u=a71t;try{let c='';if(b['cacert']){if(this[u(0xfd)][u(0x104)](b['cacert']))Log[u(0xe7)]('Using\x20CA\x20Cert\x20'+b[u(0xef)]),c=b[u(0xef)];else throw u(0xdd)+c;}const d=await this[u(0xfd)][u(0x106)]();if(d['cert']){if(this[u(0xfd)][u(0x104)](d[u(0x107)]))c=d[u(0x107)];else throw u(0xd6)+c;}let f=![];b['f']||b['force']?f=!![]:f=await Actions[u(0xe8)](u(0xd4));if(!f)throw u(0xf3);const g=process[u(0x10b)]===u(0xd2),h=await HTTPS[u(0xd3)]({'url':u(0xfc),'cert':c}),i=await this[u(0xfd)][u(0xda)](h[u(0x10d)],u(0x10f));if(i[u(0xe2)]===0x0)throw u(0xec);let j=i[0x0][u(0x109)](/[^0-9.]/gi,'')[u(0x109)](/\r?\n|\r/,'');(typeof b['v']===u(0xd9)||typeof b[u(0xe0)]===u(0xd9))&&(j=b['v']||b['version']);const k=a71f[u(0xe4)](homeDir,u(0xf8));if(g)Log['error'](u(0xfa)),process[u(0x101)](0x0);else{a71g[u(0xd1)](k)&&await SpawnAsync[u(0xf7)]('rm',[u(0x111),k],{'message':u(0xd8)});try{const l={'win32':u(0xff),'darwin':'osx','linux':u(0xe1)},m=u(0xdf)+l[a71e[u(0x10b)]()]+'.'+(a71e['arch']()==='arm64'?u(0x10c):u(0xea))+u(0xeb)+j;await HTTPS[u(0xed)]({'url':m,'destPath':a71f['join'](homeDir,u(0xfb)),'cert':c});const n=[u(0xdb),a71f[u(0xe4)](homeDir,u(0xfb)),'-C',homeDir];await SpawnAsync['withSpinner']('tar',n,{'message':'Installing\x20meteor\x20'+j}),a71h['sync'](a71f[u(0xe4)](homeDir,u(0xfb)),{'force':!![]});}catch(o){console[u(0xe5)](o);}Log[u(0xf5)](u(0xd7)+j+u(0xf6));}}catch(p){console[u(0xe5)](p),process[u(0x101)](0x0);}});function a71c(){const v=['Removing\x20previous\x20install\x20of\x20meteor','string','grep','-xzf','4HFNFbw','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','install','https://packages.meteor.com/bootstrap-link?arch=os.','version','linux','length','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','join','error','debug','notice','confirm','6840648pcczoX','x86_64','&release=','Network\x20error,\x20please\x20try\x20again.','downloadFile','2790375JYJnBE','cacert','homedir','toString','maka\x20i','Aborted','create','success','\x20installed.\x0a','withSpinner','.meteor','maka\x20install\x20meteor\x20-v\x202.3.6','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','meteor.tar.gz','https://install.meteor.com','fsi','16ulEPEZ','windows','maka\x20install','exit','3438448kYrWhd','constructor','isFile','maka\x20install\x20meteor','getGlobalConfig','cert','apply','replace','(((.+)+)+)+$','platform','arm64','data','7486551qrGGFs','RELEASE=','474955mpQtgP','-rf','maka\x20install\x20meteor\x20--force','3290462fuMWxK','existsSync','win32','get','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','2117740noARql','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Meteor\x20version\x20'];a71c=function(){return v;};return a71c();}
1
+ const a71s=a71d;(function(a,b){const q=a71d,c=a();while(!![]){try{const d=parseInt(q(0xc5))/0x1*(-parseInt(q(0xca))/0x2)+-parseInt(q(0xd2))/0x3*(-parseInt(q(0xda))/0x4)+parseInt(q(0xab))/0x5+parseInt(q(0xb4))/0x6+-parseInt(q(0xaa))/0x7*(-parseInt(q(0xd6))/0x8)+-parseInt(q(0xb0))/0x9*(parseInt(q(0xbd))/0xa)+parseInt(q(0xc3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xb5f54));function a71c(){const u=['arch','notice','success','45CrOygS','Meteor\x20version\x20','maka\x20i','force','1386402AsQmOI','install','arm64','join','search','length','platform','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','&release=','1394210JGDNxn','meteor.tar.gz','maka\x20install','Using\x20CA\x20Cert\x20','Removing\x20previous\x20install\x20of\x20meteor','RELEASE=','16171738ynKViu','toString','1379179JcnPnm','withSpinner','keepInstall','exit','https://install.meteor.com','2sLJbgu','grep','data','version','(((.+)+)+)+$','getGlobalConfig','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','maka\x20install\x20meteor\x20--version\x201.12.1','27jXFngG','windows','error','osx','200864SFXjkp','string','cert','cacert','126132fjVDdn','confirm','maka\x20install\x20meteor','debug','fsi','replace','create','linux','x86_64','-xzf','existsSync','constructor','homedir','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','get','\x20installed.\x0a','105paWIPc','2299710nNdCWZ','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'];a71c=function(){return u;};return a71c();}const a71b=(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;};}()),a71a=a71b(this,function(){const r=a71d;return a71a[r(0xc4)]()[r(0xb8)]('(((.+)+)+)+$')[r(0xc4)]()[r(0xe5)](a71a)[r(0xb8)](r(0xce));});a71a();import a71e from'os';import a71f from'path';import a71g from'fs';import a71h from'delete';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xaa;let f=c[d];return f;},a71d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a71e[a71s(0xe6)]();Command[a71s(0xe0)]({'name':a71s(0xb5),'aliases':['i'],'validOpts':[a71s(0xb3),a71s(0xcd),a71s(0xdd),a71s(0xd9),a71s(0xc7)],'usage':a71s(0xbf),'shortDesc':a71s(0xd0),'examples':[a71s(0xdc),'maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor\x20-v\x202.3.6',a71s(0xd1),a71s(0xb2)]},async function(a,b){const t=a71s;try{let c='';if(b[t(0xd9)]){if(this[t(0xde)]['isFile'](b['cacert']))Log[t(0xae)](t(0xc0)+b[t(0xd9)]),c=b[t(0xd9)];else throw t(0xe7)+c;}const d=await this[t(0xde)][t(0xcf)]();if(d[t(0xd8)]){if(this[t(0xde)]['isFile'](d[t(0xd8)]))c=d[t(0xd8)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];b['f']||b['force']?f=!![]:f=await Actions[t(0xdb)](t(0xbb));if(!f)throw'Aborted';const g=process[t(0xba)]==='win32',h=await HTTPS[t(0xe8)]({'url':t(0xc9),'cert':c}),i=await this[t(0xde)][t(0xcb)](h[t(0xcc)],t(0xc2));if(i[t(0xb9)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';let j=i[0x0][t(0xdf)](/[^0-9.]/gi,'')[t(0xdf)](/\r?\n|\r/,'');(typeof b['v']==='string'||typeof b[t(0xcd)]===t(0xd7))&&(j=b['v']||b[t(0xcd)]);const k=a71f[t(0xb7)](homeDir,'.meteor');if(g)Log[t(0xd4)](t(0xac)),process[t(0xc8)](0x0);else{a71g[t(0xe4)](k)&&await SpawnAsync['withSpinner']('rm',['-rf',k],{'message':t(0xc1)});try{const l={'win32':t(0xd3),'darwin':t(0xd5),'linux':t(0xe1)},m='https://packages.meteor.com/bootstrap-link?arch=os.'+l[a71e[t(0xba)]()]+'.'+(a71e[t(0xad)]()===t(0xb6)?t(0xb6):t(0xe2))+t(0xbc)+j;await HTTPS['downloadFile']({'url':m,'destPath':a71f[t(0xb7)](homeDir,t(0xbe)),'cert':c});const n=[t(0xe3),a71f[t(0xb7)](homeDir,t(0xbe)),'-C',homeDir];await SpawnAsync[t(0xc6)]('tar',n,{'message':'Installing\x20meteor\x20'+j}),a71h['sync'](a71f[t(0xb7)](homeDir,t(0xbe)),{'force':!![]});}catch(o){console[t(0xd4)](o);}Log[t(0xaf)](t(0xb1)+j+t(0xe9));}}catch(p){console[t(0xd4)](p),process[t(0xc8)](0x0);}});
@@ -1 +1 @@
1
- const a72m=a72d;(function(a,b){const j=a72d,c=a();while(!![]){try{const d=-parseInt(j(0xae))/0x1*(-parseInt(j(0xbc))/0x2)+parseInt(j(0xbe))/0x3+-parseInt(j(0x99))/0x4*(-parseInt(j(0xb6))/0x5)+parseInt(j(0x9c))/0x6*(parseInt(j(0xa4))/0x7)+parseInt(j(0xa9))/0x8*(-parseInt(j(0xb1))/0x9)+parseInt(j(0x9f))/0xa*(parseInt(j(0x9d))/0xb)+-parseInt(j(0x97))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xe5668));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a72d;if(c){const e=c[k(0xb5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const l=a72d;return a72a['toString']()['search']('(((.+)+)+)+$')['toString']()['constructor'](a72a)['search'](l(0x9a));});a72a();import a72e from'path';import a72f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a72m(0xa0)]({'name':a72m(0x98),'usage':a72m(0xac),'mustBeInMakaProject':!![],'shortDesc':a72m(0xb0),'examples':[a72m(0xaf),a72m(0xac)],'validOpts':[]},function(){const n=a72m,a=a72e[n(0xbf)](this[n(0xa6)]['pathFromProject']({}),n(0x9b)+a72e['sep']),b=a72e[n(0xbf)](this['fsi'][n(0xb3)]({}),n(0xad),n(0xb8)),c=this[n(0xa6)][n(0xb3)]({}),d=n(0x98);if(!this[n(0xaa)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x98),n(0xa3)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0xa8),'exclude':['app/packages','app/node_modules',n(0x9e),n(0xa2)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xa1)}};a72f[n(0xb9)](b,JSON['stringify'](g,null,0x4));}const f=this[n(0xb7)](n(0xa5)+d);try{const h=d+n(0xbd)+b+n(0xab)+a72e[n(0xb2)]+n(0xba)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0xbb)](n(0x96)+a);}catch(i){this[n(0xb4)](i),this[n(0xb4)](n(0xa7));}finally{f['stop']();}});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x96;let f=c[d];return f;},a72d(a,b);}function a72c(){const o=['(((.+)+)+)+$','docs','474iZgGKH','5152741kauuUP','app/public','30zRXctJ','create','utf-8','app/private','closure','115689vMtHxh','Running\x20','fsi','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','3358424RBsvbe','isFile','\x20-r\x20app','maka\x20jsdoc','config','35380dYqlNJ','maka\x20jsdoc\x20--init','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','18XMJkNn','sep','pathFromProject','logError','apply','7032505WPoWnb','logWithSpinner','jsdoc-config.json','writeFileSync','\x20-d\x20','logNotice','34aZdKZz','\x20-c\x20','1459875tFLTNT','join','\x0a[+]\x20Documentation\x20written\x20to\x20','41115384NLLgnc','jsdoc','4HjCimC'];a72c=function(){return o;};return a72c();}
1
+ const a72m=a72d;(function(a,b){const j=a72d,c=a();while(!![]){try{const d=parseInt(j(0x10f))/0x1*(-parseInt(j(0x10c))/0x2)+-parseInt(j(0x115))/0x3*(-parseInt(j(0x12c))/0x4)+parseInt(j(0x11e))/0x5*(-parseInt(j(0x12e))/0x6)+-parseInt(j(0x136))/0x7+parseInt(j(0x10a))/0x8+parseInt(j(0x133))/0x9*(parseInt(j(0x112))/0xa)+parseInt(j(0x123))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xd3854));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a72d;if(c){const e=c[k(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const l=a72d;return a72a[l(0x110)]()['search']('(((.+)+)+)+$')['toString']()[l(0x135)](a72a)[l(0x11c)](l(0x124));});a72a();import a72e from'path';import a72f from'fs';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x10a;let f=c[d];return f;},a72d(a,b);}import{execSync}from'child_process';function a72c(){const o=['app/node_modules','1ecvRGX','toString','stringify','10RscUGe','maka\x20jsdoc\x20--init','jsdoc-config.json','58566kJxTQT','\x20-r\x20app','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','logNotice','logWithSpinner','sep','isFile','search','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','7635630NaqBrx','plugins/markdown','create','maka\x20jsdoc','writeFileSync','19056708QhSwIX','(((.+)+)+)+$','app/public','join','app/private','.+\x5c.(j|t)s(doc|x)?$','pathFromProject','logError','stop','8jXYcQe','utf-8','6lAeaMo','\x20-c\x20','apply','fsi','\x20-d\x20','6230457YhpeHJ','closure','constructor','659736uaIzBV','506240gDFBEZ','jsdoc','78526hqxLua','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_'];a72c=function(){return o;};return a72c();}import{Command}from'../command.js';Command[a72m(0x120)]({'name':a72m(0x10b),'usage':a72m(0x121),'mustBeInMakaProject':!![],'shortDesc':a72m(0x117),'examples':[a72m(0x113),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a72m,a=a72e[n(0x126)](this[n(0x131)][n(0x129)]({}),'docs'+a72e[n(0x11a)]),b=a72e[n(0x126)](this[n(0x131)]['pathFromProject']({}),'config',n(0x114)),c=this['fsi']['pathFromProject']({}),d=n(0x10b);if(!this[n(0x11b)](b)){const g={'plugins':[n(0x11f)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x10b),n(0x134)]},'source':{'includePattern':n(0x128),'excludePattern':n(0x10d),'exclude':['app/packages',n(0x10e),n(0x125),n(0x127)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x12d)}};a72f[n(0x122)](b,JSON[n(0x111)](g,null,0x4));}const f=this[n(0x119)]('Running\x20'+d);try{const h=d+n(0x12f)+b+n(0x116)+a72e[n(0x11a)]+n(0x132)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x118)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0x12a)](i),this[n(0x12a)](n(0x11d));}finally{f[n(0x12b)]();}});
@@ -1 +1 @@
1
- const a73r=a73d;(function(a,b){const p=a73d,c=a();while(!![]){try{const d=parseInt(p(0x191))/0x1+parseInt(p(0x1a6))/0x2*(parseInt(p(0x1a7))/0x3)+-parseInt(p(0x1b4))/0x4*(parseInt(p(0x19a))/0x5)+parseInt(p(0x18d))/0x6*(parseInt(p(0x1b5))/0x7)+parseInt(p(0x199))/0x8*(-parseInt(p(0x1a3))/0x9)+-parseInt(p(0x1ae))/0xa+parseInt(p(0x1b7))/0xb*(-parseInt(p(0x1a8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x8439a));const a73b=(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;};}()),a73a=a73b(this,function(){const q=a73d;return a73a[q(0x1a9)]()[q(0x1ad)](q(0x19e))[q(0x1a9)]()[q(0x1af)](a73a)[q(0x1ad)](q(0x19e));});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x18c;let f=c[d];return f;},a73d(a,b);}import a73e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';function a73c(){const t=['length','993572ffAgMv','service','eslint','installNpmPackage','eslint-plugin-react','Lint\x20results\x20for\x20','outputFixes','eslint-plugin-css','232oSOTbR','734765CYOvFZ','notice','.eslintrc.json','create','(((.+)+)+)+$','All\x20good!\x20:)','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','success','error','47079wWdsaO','push','template','876770wAfkBB','3ijNOtE','4430484LhrGNe','toString','loadFormatter','isFile','format','search','6193480rtJNKt','constructor','\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','bright','maka\x20lint','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','4IFcenx','28oInizL','findAppDirectory','11Prxewf','/imports','checkNpmPackage','imports','595266YkldmD','fsi','join'];a73c=function(){return t;};return a73c();}import{Command}from'../command.js';Command[a73r(0x19d)]({'name':'lint','usage':a73r(0x1b2),'maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a73r(0x1a0),'description':a73r(0x1b0),'examples':['maka\x20lint\x20--fix']},async function(a,b){const s=a73r;try{const c=this[s(0x18e)][s(0x1b6)](),d=this['fsi']['checkNpmPackage'](s(0x193)),f=this['fsi'][s(0x1b9)](s(0x195)),g=this[s(0x18e)][s(0x1b9)](s(0x198)),h=[];!d&&h[s(0x1a4)]('eslint');!f&&h[s(0x1a4)](s(0x195));!g&&h[s(0x1a4)](s(0x198));h['length']>0x0&&await this[s(0x18e)][s(0x194)](h['join']('\x20'),{'dev':!![]});const i=this[s(0x18e)][s(0x1ab)](a73e[s(0x18f)](c,s(0x19c)));if(!i){const n={'noRename':!![]};await this[s(0x18e)][s(0x1a5)]({'srcPath':'eslint/eslintrc.json','destPath':a73e['join'](c,'.eslintrc.json'),'framework':s(0x192),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a73e[s(0x18f)](c,s(0x18c),'**')]),l=await j[s(0x1aa)]('stylish'),m=l[s(0x1ac)](k);m[s(0x190)]>0x0?Log[s(0x1b1)](m):Log[s(0x1a1)](s(0x19f)),Log[s(0x19b)](s(0x196)+c+s(0x1b8)),b['fix']?await ESLint[s(0x197)](k):Log[s(0x19b)](s(0x1b3));}catch(o){console[s(0x1a2)](o);}});
1
+ const a73r=a73d;(function(a,b){const p=a73d,c=a();while(!![]){try{const d=parseInt(p(0x102))/0x1*(-parseInt(p(0x123))/0x2)+-parseInt(p(0x125))/0x3+parseInt(p(0x121))/0x4*(parseInt(p(0x103))/0x5)+parseInt(p(0x10f))/0x6*(-parseInt(p(0x105))/0x7)+-parseInt(p(0x10d))/0x8+-parseInt(p(0x11c))/0x9*(parseInt(p(0x122))/0xa)+parseInt(p(0x108))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x98186));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xfc;let f=c[d];return f;},a73d(a,b);}const a73b=(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;};}()),a73a=a73b(this,function(){const q=a73d;return a73a[q(0x11b)]()['search'](q(0x113))['toString']()[q(0x118)](a73a)[q(0x106)]('(((.+)+)+)+$');});a73a();import a73e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a73r(0x10e)]({'name':'lint','usage':a73r(0x11a),'maxArgLength':0x1,'validOpts':[a73r(0x114)],'mustBeInMakaProject':!![],'shortDesc':a73r(0xfc),'description':a73r(0x119),'examples':[a73r(0x101)]},async function(a,b){const s=a73r;try{const c=this[s(0x11e)]['findAppDirectory'](),d=this[s(0x11e)][s(0xfe)]('eslint'),f=this['fsi'][s(0xfe)]('eslint-plugin-react'),g=this[s(0x11e)][s(0xfe)](s(0x10c)),h=[];!d&&h[s(0x117)]('eslint');!f&&h[s(0x117)](s(0x109));!g&&h[s(0x117)](s(0x10c));h[s(0xff)]>0x0&&await this[s(0x11e)]['installNpmPackage'](h[s(0x111)]('\x20'),{'dev':!![]});const i=this[s(0x11e)][s(0x11f)](a73e['join'](c,s(0x100)));if(!i){const n={'noRename':!![]};await this[s(0x11e)]['template']({'srcPath':'eslint/eslintrc.json','destPath':a73e[s(0x111)](c,s(0x100)),'framework':s(0x120),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a73e[s(0x111)](c,s(0x116),'**')]),l=await j[s(0x112)]('stylish'),m=l[s(0x104)](k);m['length']>0x0?Log['bright'](m):Log[s(0x115)](s(0x10b)),Log[s(0x107)](s(0x11d)+c+s(0x10a)),b['fix']?await ESLint[s(0x124)](k):Log[s(0x107)](s(0xfd));}catch(o){console[s(0x110)](o);}});function a73c(){const t=['529762VuTRAg','outputFixes','906405qsscoP','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','checkNpmPackage','length','.eslintrc.json','maka\x20lint\x20--fix','1XJnYLF','1855qPscWp','format','20356RewUbn','search','notice','25987885zAQJhm','eslint-plugin-react','/imports','All\x20good!\x20:)','eslint-plugin-css','1823920UitnRi','create','1212YBphHJ','error','join','loadFormatter','(((.+)+)+)+$','fix','success','imports','push','constructor','\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','maka\x20lint','toString','1067967rWdObP','Lint\x20results\x20for\x20','fsi','isFile','service','7664lmDXfH','90rCPyUI'];a73c=function(){return t;};return a73c();}
@@ -1 +1 @@
1
- const a74y=a74d;(function(a,b){const w=a74d,c=a();while(!![]){try{const d=parseInt(w(0x19a))/0x1*(-parseInt(w(0x1aa))/0x2)+parseInt(w(0x1c2))/0x3*(parseInt(w(0x1bb))/0x4)+parseInt(w(0x1ba))/0x5+parseInt(w(0x1b5))/0x6*(parseInt(w(0x193))/0x7)+parseInt(w(0x197))/0x8+-parseInt(w(0x1b2))/0x9+-parseInt(w(0x1c8))/0xa*(parseInt(w(0x1a2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x4a719));const a74b=(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;};}()),a74a=a74b(this,function(){const x=a74d;return a74a[x(0x1ab)]()[x(0x192)](x(0x1c7))['toString']()[x(0x1a9)](a74a)[x(0x192)](x(0x1c7));});a74a();import a74e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x192;let f=c[d];return f;},a74d(a,b);}function a74c(){const A=['login','create','getGlobalConfig','www.maka-cli.com','/api/v1/encodeJwt','55rjEJdr','header','toHex','isFile','Password:\x20','MAKA_DEV','env','constructor','34ynpGDp','toString','parse','start','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','ask','localhost','Using\x20CA\x20Cert\x20','1418130LkUUsH','password','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','2836878DQiQQB','sha256','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','error','cert','1980830HFGbcn','3732RcTNxH','/api/v1/status','email','failure','debug','https://','assign','1632oPaTKE','fsi','authToken','notice','Logging\x20into\x20https://','(((.+)+)+)+$','2349530GHJwAJ','success','update','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cacert','withSpinner','search','7mdjLcJ','help','post','maka\x20login','4800224IcoJor','get','digest','19959fUEXLp','Email:','True'];a74c=function(){return A;};return a74c();}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74y(0x1a8)][a74y(0x1a7)]===a74y(0x19c)?a74y(0x1b0):a74y(0x1a0);Command[a74y(0x19e)]({'name':a74y(0x19d),'validOpts':[a74y(0x1bd),a74y(0x1b3),a74y(0x194),a74y(0x1cc),a74y(0x1bf)],'usage':a74y(0x196),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a74y(0x1ae),'examples':[a74y(0x196),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const z=a74y,c=Log[z(0x1cd)]();try{let d='';b[z(0x1cc)]&&(this[z(0x1c3)][z(0x1a5)](b[z(0x1cc)])?(d=b[z(0x1cc)],Log[z(0x1c5)](z(0x1b1)+d)):Log[z(0x1b8)](z(0x1cb)+d));const f=await this[z(0x1c3)][z(0x19f)]();if(f[z(0x1b9)]){if(this[z(0x1c3)][z(0x1a5)](f[z(0x1b9)]))d=f['cert'];else{Log['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[z(0x1a3)](z(0x1c6)+hostname);const g={'url':z(0x1c0)+hostname+z(0x1bc)};b[z(0x1cc)]&&Object[z(0x1c1)](g,{'cert':d});c[z(0x1ad)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[z(0x198)](g);if(h===0x198){c['failure']();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[z(0x1be)]();throw z(0x1c0)+hostname+z(0x1b4);}c[z(0x1c9)]();const i=b[z(0x1bd)]?b[z(0x1bd)]:await Actions[z(0x1af)](z(0x19b)),j=b[z(0x1b3)]?b[z(0x1b3)]:await Actions[z(0x1af)](z(0x1a6),!![]),k=a74e['md'][z(0x1b6)][z(0x19e)]();k[z(0x1ca)](j);const l=k[z(0x199)]()[z(0x1a4)](),m={'hostname':hostname,'path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b[z(0x1cc)]&&Object[z(0x1c1)](m,{'cert':d});c['start']('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[z(0x195)](m);if(o===0x198){c['failure']('\x0a');throw z(0x1b7)+hostname;}const p=JSON[z(0x1ac)](n);if(p[z(0x1c4)]){const q={'hostname':hostname,'path':z(0x1a1),'headers':{'x-auth-token':p['authToken']},'data':{}};b['cacert']&&Object[z(0x1c1)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[z(0x195)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw z(0x1b7)+hostname;const u={'token':p,'hash':t};this[z(0x1c3)]['setGlobalConfig'](u);}else{c[z(0x1be)]();throw p;}c[z(0x1c9)]();}catch(v){c[z(0x1be)](),console[z(0x1b8)](v),process['exit'](0x0);}});
1
+ const a74z=a74d;(function(a,b){const w=a74d,c=a();while(!![]){try{const d=-parseInt(w(0x141))/0x1+parseInt(w(0x160))/0x2+parseInt(w(0x13c))/0x3*(-parseInt(w(0x146))/0x4)+parseInt(w(0x13b))/0x5*(parseInt(w(0x152))/0x6)+parseInt(w(0x166))/0x7+parseInt(w(0x155))/0x8*(parseInt(w(0x162))/0x9)+-parseInt(w(0x13e))/0xa*(parseInt(w(0x171))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x63649));function a74c(){const B=['1510770jZDKTW','True','password','318210DsZUvA','isFile','MAKA_DEV','maka\x20login','toHex','175928lflbnF','toString','post','Preflight\x20Check','Logging\x20into\x20https://','create','(((.+)+)+)+$','digest','start','notice','/api/v1/encodeJwt','https://','25620tZgaMv','/api/v1/status','success','2557808SjikwX','apply','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','fsi','parse','getGlobalConfig','error','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','Email:','cacert','Logging\x20in','243102CaCeLN','sha256','18teGohz','failure','assign','search','4257211PuMiyJ','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','update','email','setGlobalConfig','Using\x20CA\x20Cert\x20','login','Password:\x20','authToken','cert','11bBnGpV','ask','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','350BIOgfe','54RMiiQz','env'];a74c=function(){return B;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a74d;if(c){const e=c[x(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const y=a74d;return a74a[y(0x147)]()[y(0x165)](y(0x14c))[y(0x147)]()['constructor'](a74a)[y(0x165)]('(((.+)+)+)+$');});a74a();import a74e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x13a;let f=c[d];return f;},a74d(a,b);}const hostname=process[a74z(0x13d)][a74z(0x143)]===a74z(0x13f)?'localhost':'www.maka-cli.com';Command[a74z(0x14b)]({'name':a74z(0x16d),'validOpts':[a74z(0x16a),a74z(0x140),'help',a74z(0x15e),'debug'],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a74z(0x144),a74z(0x15c)]},async function(a,b){const A=a74z,c=Log['withSpinner']();try{let d='';b[A(0x15e)]&&(this['fsi']['isFile'](b[A(0x15e)])?(d=b[A(0x15e)],Log[A(0x14f)](A(0x16c)+d)):Log['error'](A(0x168)+d));const f=await this[A(0x158)][A(0x15a)]();if(f[A(0x170)]){if(this[A(0x158)][A(0x142)](f[A(0x170)]))d=f[A(0x170)];else{Log[A(0x15b)](A(0x13a)+d);return;}}Log['header'](A(0x14a)+hostname);const g={'url':A(0x151)+hostname+A(0x153)};b['cacert']&&Object['assign'](g,{'cert':d});c[A(0x14e)](A(0x149));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c['failure']();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c['failure']();throw A(0x151)+hostname+A(0x157);}c[A(0x154)]();const i=b[A(0x16a)]?b[A(0x16a)]:await Actions[A(0x172)](A(0x15d)),j=b[A(0x140)]?b[A(0x140)]:await Actions[A(0x172)](A(0x16e),!![]),k=a74e['md'][A(0x161)]['create']();k[A(0x169)](j);const l=k[A(0x14d)]()[A(0x145)](),m={'hostname':hostname,'path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object[A(0x164)](m,{'cert':d});c[A(0x14e)](A(0x15f));const {data:n,statusCode:o}=await HTTPS[A(0x148)](m);if(o===0x198){c[A(0x163)]('\x0a');throw A(0x167)+hostname;}const p=JSON[A(0x159)](n);if(p[A(0x16f)]){const q={'hostname':hostname,'path':A(0x150),'headers':{'x-auth-token':p[A(0x16f)]},'data':{}};b[A(0x15e)]&&Object[A(0x164)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x148)](q),{token:t}=JSON[A(0x159)](r);if(s===0x198)throw A(0x167)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x16b)](u);}else{c[A(0x163)]();throw p;}c[A(0x154)]();}catch(v){c['failure'](),console[A(0x15b)](v),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a75n=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x121;let f=c[d];return f;},a75d(a,b);}(function(a,b){const l=a75d,c=a();while(!![]){try{const d=parseInt(l(0x148))/0x1+parseInt(l(0x146))/0x2+-parseInt(l(0x136))/0x3+-parseInt(l(0x141))/0x4+parseInt(l(0x126))/0x5*(-parseInt(l(0x12f))/0x6)+-parseInt(l(0x142))/0x7*(-parseInt(l(0x14c))/0x8)+parseInt(l(0x132))/0x9*(parseInt(l(0x124))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xa60f6));const a75b=(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;};}()),a75a=a75b(this,function(){const m=a75d;return a75a[m(0x122)]()[m(0x147)]('(((.+)+)+)+$')[m(0x122)]()[m(0x14e)](a75a)[m(0x147)](m(0x144));});a75a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a75c(){const p=['success','678185XBKDOy','True','env','token','MAKA_DEV','withSpinner','localhost','isFile','create','42NQDjZI','failure','maka\x20logout','1053kxaqro','cacert','Preflight\x20Check','post','2826306NaVnaM','authToken','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','notice','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','start','Logging\x20out','Using\x20CA\x20Cert\x20','fsi','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','error','1155444AeBJZa','5327RYsDgf','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','(((.+)+)+)+$','/api/v1/logoutAll','2313804WJXBQb','search','283537EhnRNZ','assign','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','cert','2176TsZmuB','www.maka-cli.com','constructor','header','toString','getGlobalConfig','103690mDWEqq'];a75c=function(){return p;};return a75c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a75n(0x128)][a75n(0x12a)]===a75n(0x127)?a75n(0x12c):a75n(0x14d);Command[a75n(0x12e)]({'name':'logout','validOpts':[a75n(0x133)],'usage':a75n(0x131),'maxArgLength':0x2,'shortDesc':a75n(0x138),'disableAuthCheck':!![],'examples':[a75n(0x131)]},async function(a,b){const o=a75n,c=Log[o(0x12b)]();try{let d='';b['cacert']&&(this[o(0x13e)][o(0x12d)](b[o(0x133)])?(d=b[o(0x133)],Log[o(0x139)](o(0x13d)+d)):Log['error']('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[o(0x13e)][o(0x123)]();if(f[o(0x14b)]){if(this[o(0x13e)][o(0x12d)](f['cert']))d=f[o(0x14b)];else{c[o(0x130)]();throw Log[o(0x140)](o(0x143)+d);}}Log[o(0x121)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':'https://'+hostname+'/api/v1/status'};b['cacert']&&Object[o(0x149)](g,{'cert':d});c[o(0x13b)](o(0x134));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c['failure']();throw o(0x13f);}c[o(0x125)]();if(h!==0xc8){c['failure']();throw o(0x13a);}if(!f?.[o(0x129)]?.[o(0x137)])throw Log[o(0x140)](o(0x14a));c[o(0x13b)](o(0x13c));const i={'hostname':hostname,'path':o(0x145),'data':{},'headers':{'x-auth-token':f[o(0x129)][o(0x137)]}};b['cacert']&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x135)](i);if(j===0x198){c[o(0x130)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[o(0x13e)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[o(0x125)]();}catch(k){k&&console[o(0x140)](k),process['exit'](0x0);}});
1
+ const a75o=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=parseInt(l(0xa7))/0x1+-parseInt(l(0x99))/0x2+-parseInt(l(0x93))/0x3+parseInt(l(0xa5))/0x4+-parseInt(l(0x8e))/0x5+-parseInt(l(0x95))/0x6+parseInt(l(0x8a))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x78f47));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x80;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a75d;if(c){const e=c[m(0x9e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const n=a75d;return a75a[n(0xa9)]()[n(0x84)](n(0x90))[n(0xa9)]()[n(0x96)](a75a)['search'](n(0x90));});a75a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a75o(0x8f)]===a75o(0xa3)?a75o(0xa4):a75o(0xad);function a75c(){const q=['5738736fZmRTm','constructor','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','assign','381096UivUGJ','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','authToken','header','apply','exit','getGlobalConfig','token','failure','True','localhost','413928jziGMO','cert','298459EYLIUL','Logging\x20out\x20of\x20https://','toString','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','error','fsi','www.maka-cli.com','start','setGlobalConfig','logout','cacert','search','post','create','https://','Using\x20CA\x20Cert\x20','/api/v1/logoutAll','11436516FwFkDq','maka\x20logout','get','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','351205xblSwk','MAKA_DEV','(((.+)+)+)+$','isFile','/api/v1/status','969159XpuZkC','Logging\x20out'];a75c=function(){return q;};return a75c();}Command[a75o(0x86)]({'name':a75o(0x82),'validOpts':[a75o(0x83)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a75o(0x9a),'disableAuthCheck':!![],'examples':[a75o(0x8b)]},async function(a,b){const p=a75o,c=Log['withSpinner']();try{let d='';b[p(0x83)]&&(this['fsi'][p(0x91)](b[p(0x83)])?(d=b[p(0x83)],Log['notice'](p(0x88)+d)):Log[p(0xab)](p(0x9b)+d));const f=await this[p(0xac)][p(0xa0)]();if(f[p(0xa6)]){if(this['fsi'][p(0x91)](f[p(0xa6)]))d=f[p(0xa6)];else{c['failure']();throw Log[p(0xab)](p(0x97)+d);}}Log[p(0x9d)](p(0xa8)+hostname);const g={'url':p(0x87)+hostname+p(0x92)};b[p(0x83)]&&Object[p(0x98)](g,{'cert':d});c[p(0x80)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x8c)](g);if(h===0x198){c['failure']();throw p(0xaa);}c['success']();if(h!==0xc8){c[p(0xa2)]();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(0xa1)]?.[p(0x9c)])throw Log[p(0xab)](p(0x8d));c[p(0x80)](p(0x94));const i={'hostname':hostname,'path':p(0x89),'data':{},'headers':{'x-auth-token':f[p(0xa1)][p(0x9c)]}};b[p(0x83)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x85)](i);if(j===0x198){c['failure']('\x0a');throw p(0xaa);}this[p(0xac)][p(0x81)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0xab)](k),process[p(0x9f)](0x0);}});
@@ -1 +1 @@
1
- const a76j=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=-parseInt(h(0x153))/0x1+-parseInt(h(0x155))/0x2*(-parseInt(h(0x14f))/0x3)+parseInt(h(0x14a))/0x4+parseInt(h(0x142))/0x5*(-parseInt(h(0x151))/0x6)+-parseInt(h(0x152))/0x7+parseInt(h(0x156))/0x8+-parseInt(h(0x150))/0x9*(parseInt(h(0x14b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xef7fc));const a76b=(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;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x146)]()['search']('(((.+)+)+)+$')[i(0x146)]()[i(0x143)](a76a)[i(0x145)](i(0x147));});a76a();function a76c(){const l=['12848912cbCGei','log','parse','verbose','sshSync','create','getConfigPath','env','maka\x20logs\x20--env\x20staging','ssh.json','1935iLxqYn','constructor','join','search','toString','(((.+)+)+)+$','logs','maka\x20logs','5600764aKcbwn','51390GVhlPb','pm2\x20logs','readFileSync','fsi','4297008HTKUbn','882KLoJnW','21618OEPKXt','2955001axUpfS','1137527zzSAMl','maka\x20logs\x20--env\x20dev','2LaHkAO'];a76c=function(){return l;};return a76c();}function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x139;let f=c[d];return f;},a76d(a,b);}import a76e from'fs';import a76f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a76j(0x13d)]({'name':a76j(0x148),'aliases':['l',a76j(0x139)],'usage':a76j(0x149),'requiredOpts':[a76j(0x13f)],'mustBeInMakaProject':!![],'validOpts':[a76j(0x13b)],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a76j(0x154),a76j(0x140),'maka\x20l\x20-e\x20p']},function(a,b){const k=a76j,c=k(0x14c),d=this[k(0x14e)][k(0x13e)](b['env']),e=a76f[k(0x144)](d,k(0x141)),f=a76e[k(0x14d)](e),g=JSON[k(0x13a)](f[k(0x146)]());Object['assign'](g,{'env':d}),SSH[k(0x13c)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a76k=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=parseInt(h(0x1fc))/0x1+-parseInt(h(0x1fd))/0x2*(parseInt(h(0x1f6))/0x3)+parseInt(h(0x1f9))/0x4+-parseInt(h(0x1ff))/0x5*(-parseInt(h(0x201))/0x6)+-parseInt(h(0x207))/0x7+parseInt(h(0x20c))/0x8+parseInt(h(0x208))/0x9*(-parseInt(h(0x1f7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x266c1));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a76d;if(c){const e=c[i(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const j=a76d;return a76a[j(0x205)]()['search']('(((.+)+)+)+$')[j(0x205)]()[j(0x1fe)](a76a)[j(0x1f2)]('(((.+)+)+)+$');});function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x1f2;let f=c[d];return f;},a76d(a,b);}a76a();import a76e from'fs';import a76f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a76c(){const m=['env','maka\x20logs\x20--env\x20dev','7441KWOikq','58ubqbVD','constructor','10zHMqan','fsi','719382PLHJDR','assign','getConfigPath','join','toString','pm2\x20logs','1199037LAQeKb','804582QvkRWd','sshSync','ssh.json','readFileSync','845016vBqxTa','maka\x20l\x20-e\x20p','maka\x20logs\x20--env\x20staging','log','logs','search','apply','create','verbose','15591SpZBwM','10tqxnLN','parse','863668XuUMqZ'];a76c=function(){return m;};return a76c();}Command[a76k(0x1f4)]({'name':a76k(0x210),'aliases':['l',a76k(0x20f)],'usage':'maka\x20logs','requiredOpts':[a76k(0x1fa)],'mustBeInMakaProject':!![],'validOpts':[a76k(0x1f5)],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a76k(0x1fb),a76k(0x20e),a76k(0x20d)]},function(a,b){const l=a76k,c=l(0x206),d=this[l(0x200)][l(0x203)](b[l(0x1fa)]),e=a76f[l(0x204)](d,l(0x20a)),f=a76e[l(0x20b)](e),g=JSON[l(0x1f8)](f[l(0x205)]());Object[l(0x202)](g,{'env':d}),SSH[l(0x209)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a77j=a77d;(function(a,b){const g=a77d,c=a();while(!![]){try{const d=-parseInt(g(0x171))/0x1*(-parseInt(g(0x173))/0x2)+-parseInt(g(0x178))/0x3+parseInt(g(0x17e))/0x4*(-parseInt(g(0x182))/0x5)+parseInt(g(0x180))/0x6*(-parseInt(g(0x18a))/0x7)+parseInt(g(0x17d))/0x8*(parseInt(g(0x172))/0x9)+parseInt(g(0x187))/0xa*(-parseInt(g(0x16e))/0xb)+parseInt(g(0x17a))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x65d38));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a77d;if(c){const e=c[h(0x186)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const i=a77d;return a77a['toString']()[i(0x16f)](i(0x188))[i(0x16d)]()['constructor'](a77a)[i(0x16f)](i(0x188));});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x16d;let f=c[d];return f;},a77d(a,b);}a77a();import{Command}from'../command.js';const Maka=new Command({'name':a77j(0x170),'minArgLength':0x1,'shortDesc':a77j(0x17b),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a77j(0x175),a77j(0x17f),a77j(0x185),a77j(0x181)],'description':a77j(0x184)},async function(a,b){const k=a77j;try{const c=a[0x0],d=this[k(0x189)](c);d?this[k(0x176)](c,a[k(0x174)](0x1),b):this[k(0x17c)][k(0x179)]();}catch(f){console[k(0x183)](f),process[k(0x177)](0x1);}});function a77c(){const l=['1492767UyCAaY','maybeProxyCommandToMeteor','13370676Idmdel','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','fsi','8MIfBzy','28YGbtLn','maka\x20install\x20meteor','12xDQEnc','maka\x20run','45995MZkLCB','error','\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.::.\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','maka\x20create\x20Todo','apply','170HvRcmm','(((.+)+)+)+$','findSubCommand','563311Gwlylv','toString','458821kTRFMu','search','maka','9EjBhFE','2178531VdcMGw','109514cxeERu','slice','maka\x20--help','runSubCommand','exit'];a77c=function(){return l;};return a77c();}export default Maka;
1
+ const a77j=a77d;function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1b5;let f=c[d];return f;},a77d(a,b);}(function(a,b){const g=a77d,c=a();while(!![]){try{const d=-parseInt(g(0x1b7))/0x1*(parseInt(g(0x1bf))/0x2)+-parseInt(g(0x1c7))/0x3+-parseInt(g(0x1c6))/0x4*(parseInt(g(0x1cc))/0x5)+parseInt(g(0x1c5))/0x6+parseInt(g(0x1ca))/0x7+-parseInt(g(0x1b9))/0x8*(-parseInt(g(0x1cb))/0x9)+parseInt(g(0x1bc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xc177e));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a77d;if(c){const e=c[h(0x1c9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const i=a77d;return a77a['toString']()[i(0x1c3)](i(0x1be))[i(0x1b8)]()[i(0x1c2)](a77a)[i(0x1c3)]('(((.+)+)+)+$');});a77a();function a77c(){const l=['maka','8433350tOrpLs','maybeProxyCommandToMeteor','(((.+)+)+)+$','2aoiGis','maka\x20--help','runSubCommand','constructor','search','fsi','9329214wbxqvm','1817068ZuGCcu','2779125cBLfwy','maka\x20create\x20Todo','apply','564368PIPigK','315guKyjn','15UNKRIe','slice','exit','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20install\x20meteor','maka\x20run','444196ncmnwv','toString','239312firIhn','\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.::.\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'];a77c=function(){return l;};return a77c();}import{Command}from'../command.js';const Maka=new Command({'name':a77j(0x1bb),'minArgLength':0x1,'shortDesc':a77j(0x1cf),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a77j(0x1c0),a77j(0x1b5),a77j(0x1c8),a77j(0x1b6)],'description':a77j(0x1ba)},async function(a,b){const k=a77j;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[k(0x1c1)](c,a[k(0x1cd)](0x1),b):this[k(0x1c4)][k(0x1bd)]();}catch(f){console['error'](f),process[k(0x1ce)](0x1);}});export default Maka;