@maka/maka-cli 4.6.12 → 4.6.13

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/log/log.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/options/options.class.js +1 -1
  130. package/bundle/obf/src/tools/progress/progress.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(0x6c))/0x1+parseInt(f(0x74))/0x2*(-parseInt(f(0x7c))/0x3)+-parseInt(f(0x84))/0x4*(parseInt(f(0x88))/0x5)+parseInt(f(0x92))/0x6+parseInt(f(0x85))/0x7+-parseInt(f(0x78))/0x8+parseInt(f(0x73))/0x9*(parseInt(f(0x6e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xa3269));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a['toString']()[h(0x83)]('(((.+)+)+)+$')[h(0x8c)]()[h(0x91)](a55a)[h(0x83)](h(0x7d));});a55a();function a55c(){var j=['player','4857120yINtuZ','_inventory','_maxCarryingWeight','roomType','306EiyIwv','(((.+)+)+)+$','isLocked','puzzle','apply','isLockable','roomA','search','132152XIxczr','8623062rwmErC','weight','exits','190ZcExMj','rating','_equipment','uuid','toString','rooms','solved','_playerName','characterLocations','constructor','1975518GthIfa','unlockItemOrSolution','inventory','description','name','949178HPmSQM','texture','930nFRvmT','logger','size','items','category','265014WyUfjF','16070CeVSXw','roomB','isStartRoom'];a55c=function(){return j;};return a55c();}import{EventEmitter}from'events';export class AbstractScene{[a55i(0x8d)];[a55i(0x77)];[a55i(0x6f)];[a55i(0x90)];}export class AbstractRoom extends EventEmitter{[a55i(0x96)];[a55i(0x95)];[a55i(0x87)];[a55i(0x94)];[a55i(0x7f)];[a55i(0x7b)];[a55i(0x76)];}export class AbstractDoor{[a55i(0x82)];[a55i(0x75)];[a55i(0x7e)];[a55i(0x93)];['name'];['logger'];[a55i(0x81)];}export class AbstractInventory{[a55i(0x71)];[a55i(0x6f)];}export class AbstractItem{[a55i(0x8b)];[a55i(0x96)];[a55i(0x95)];[a55i(0x70)];[a55i(0x72)];['shape'];['color'];[a55i(0x6d)];[a55i(0x89)];[a55i(0x86)];}export class AbstractPlayer{[a55i(0x8f)];['_currentLocation'];[a55i(0x79)];[a55i(0x8a)];[a55i(0x7a)];['_logger'];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x6c;var f=c[d];return f;},a55d(a,b);}export class AbstractPuzzle{[a55i(0x6f)];[a55i(0x8e)];}
1
+ var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x1d9))/0x1+-parseInt(f(0x1d6))/0x2+-parseInt(f(0x1ce))/0x3+-parseInt(f(0x1d0))/0x4+parseInt(f(0x1cd))/0x5+parseInt(f(0x1e2))/0x6+-parseInt(f(0x1da))/0x7*(-parseInt(f(0x1d3))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x5cec1));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x1c6)]()[h(0x1ea)]('(((.+)+)+)+$')[h(0x1c6)]()[h(0x1cb)](a55a)['search'](h(0x1e7));});a55a();import{EventEmitter}from'events';function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a55d(a,b);}export class AbstractScene{[a55i(0x1d7)];[a55i(0x1de)];[a55i(0x1df)];[a55i(0x1dd)];}export class AbstractRoom extends EventEmitter{['name'];[a55i(0x1cf)];[a55i(0x1d1)];[a55i(0x1c5)];[a55i(0x1e0)];['roomType'];['isStartRoom'];}export class AbstractDoor{[a55i(0x1e4)];['roomB'];[a55i(0x1e5)];[a55i(0x1db)];[a55i(0x1c8)];[a55i(0x1df)];[a55i(0x1e9)];}export class AbstractInventory{[a55i(0x1e8)];[a55i(0x1df)];}export class AbstractItem{[a55i(0x1e1)];['name'];[a55i(0x1cf)];[a55i(0x1c9)];[a55i(0x1d8)];[a55i(0x1e3)];[a55i(0x1ca)];[a55i(0x1d5)];['rating'];[a55i(0x1dc)];}function a55c(){var j=['_equipment','(((.+)+)+)+$','items','isLockable','search','inventory','toString','apply','name','size','color','constructor','_currentLocation','2203345uyWDzL','320610dclXyp','description','2866480iFKtIq','exits','_maxCarryingWeight','8pvUtTb','_playerName','texture','56868FvlnPO','rooms','category','150919XyEnWP','1618652TguHpt','unlockItemOrSolution','weight','characterLocations','player','logger','puzzle','uuid','2458254ijeNeL','shape','roomA','isLocked'];a55c=function(){return j;};return a55c();}export class AbstractPlayer{[a55i(0x1d4)];[a55i(0x1cc)];['_inventory'];[a55i(0x1e6)];[a55i(0x1d2)];['_logger'];}export class AbstractPuzzle{['logger'];['solved'];}
@@ -1 +1 @@
1
- function a56c(){var v=['shield','Orange','helmet','metallic','yellow','WEST','Fuzzy','large','leg\x20armor','EAST','81963sFrHHQ','Rare','Small','Key','rough','FOREST','OUTSIDE','small','brown','unknown','Blue','Legendary','gold','2040LszhhI','Smooth','INSIDE','Helmet','Book','775AJJsvr','SEA','inside','Rough','outside','east','BodyArmor','UNDERGROUND','SOUTH','3269YVZalb','Brown','211293UdQXwT','common','grey','forest','rectangle','key','MOUNTAIN','medium','fuzzy','8612856cWdAQz','Shield','Medium','body\x20armor','Gold','book','hat','boots','12JqBmDR','44ZwYGDi','triangle','Grainy','BEACH','4994665NfsWMC','bumpy','(((.+)+)+)+$','Purple','grainy','smooth','legendary','circle','Boots','Grey','Weapon','661680WOHYwd','mountain','Circle','NORTH','Red','arm\x20armor','rare','Large','gloves','south','toString','Rifle','TOWER','Gloves','very\x20large','blue','search','apply','DOWN','Tiny','red','beach','Unknown','north','down','Triangle','desert','ArmArmor','1130YASTHh','Hat'];a56c=function(){return v;};return a56c();}(function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0x14b))/0x1*(parseInt(k(0x12d))/0x2)+-parseInt(k(0x156))/0x3*(parseInt(k(0x167))/0x4)+parseInt(k(0x16c))/0x5+-parseInt(k(0x146))/0x6*(-parseInt(k(0x154))/0x7)+-parseInt(k(0x15f))/0x8+-parseInt(k(0x139))/0x9+-parseInt(k(0x177))/0xa*(-parseInt(k(0x168))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x89835));export var Size;(function(a){var l=a56d;a[l(0x124)]='tiny',a[l(0x13b)]=l(0x140),a[l(0x161)]=l(0x15d),a[l(0x17e)]=l(0x136),a['VeryLarge']=l(0x185);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a['Common']=m(0x157),a[m(0x13a)]=m(0x17d),a[m(0x144)]=m(0x172);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0x176)]='weapon',a[n(0x160)]=n(0x12f),a[n(0x13c)]=n(0x15b),a[n(0x184)]=n(0x17f),a[n(0x149)]=n(0x131),a[n(0x12e)]=n(0x165),a[n(0x174)]=n(0x166),a['LegArmor']=n(0x137),a[n(0x12c)]=n(0x17c),a[n(0x151)]=n(0x162),a[n(0x14a)]=n(0x164),a['Cup']='cup',a[n(0x127)]=n(0x142);}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a[o(0x179)]=o(0x173),a['Square']='square',a[o(0x12a)]=o(0x169),a['Rectangle']=o(0x15a),a['Blade']='blade',a[o(0x182)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x17b)]=p(0x125),a[p(0x143)]=p(0x186),a['Green']='green',a['Yellow']=p(0x133),a[p(0x130)]='orange',a[p(0x16f)]='purple',a[p(0x175)]=p(0x158),a[p(0x155)]=p(0x141),a[p(0x163)]=p(0x145);}(Color||(Color={})));export var Texture;(function(c){var s=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a56d;if(h){var j=h[q(0x188)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a56d;return e['toString']()[r(0x187)](r(0x16e))[r(0x181)]()['constructor'](e)[r(0x187)](r(0x16e));});e(),c[s(0x147)]=s(0x171),c[s(0x14e)]=s(0x13d),c['Bumpy']=s(0x16d),c[s(0x135)]=s(0x15e),c[s(0x16a)]=s(0x170),c['Metallic']=s(0x132);}(Texture||(Texture={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x123;var f=c[d];return f;},a56d(a,b);}export var RoomType;(function(a){var t=a56d;a[t(0x148)]=t(0x14d),a[t(0x13f)]=t(0x14f),a[t(0x152)]='underground',a['CAVE']='cave',a[t(0x183)]='tower',a[t(0x13e)]=t(0x159),a['DESERT']=t(0x12b),a[t(0x15c)]=t(0x178),a[t(0x16b)]=t(0x126),a[t(0x14c)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x17a)]=u(0x128),a[u(0x138)]=u(0x150),a[u(0x153)]=u(0x180),a[u(0x134)]='west',a['UP']='up',a[u(0x123)]=u(0x129);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0x226))/0x1+parseInt(k(0x21d))/0x2+parseInt(k(0x225))/0x3*(-parseInt(k(0x1f4))/0x4)+-parseInt(k(0x202))/0x5*(parseInt(k(0x1eb))/0x6)+parseInt(k(0x21c))/0x7*(-parseInt(k(0x234))/0x8)+parseInt(k(0x1ec))/0x9+parseInt(k(0x1da))/0xa*(-parseInt(k(0x218))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x68276));export var Size;(function(a){var l=a56d;a['Tiny']=l(0x22e),a[l(0x232)]=l(0x207),a[l(0x236)]=l(0x20f),a[l(0x20b)]=l(0x213),a[l(0x1f3)]=l(0x208);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0x22b)]=m(0x1fb),a[m(0x238)]='rare',a[m(0x243)]=m(0x21f);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0x1e9)]=n(0x209),a[n(0x212)]=n(0x1f8),a['Key']='key',a['Gloves']=n(0x241),a[n(0x1e1)]=n(0x211),a['Hat']=n(0x233),a[n(0x239)]=n(0x20c),a[n(0x1f7)]=n(0x227),a['ArmArmor']=n(0x1fc),a[n(0x231)]=n(0x1e7),a[n(0x1f5)]=n(0x230),a[n(0x22a)]='cup',a[n(0x1ee)]='unknown';}(Category||(Category={})));export var Shape;function a56c(){var v=['rectangle','blade','463785aFbVeW','828116qcoOAp','DOWN','legendary','square','Bumpy','WEST','TOWER','inside','29664BEduMZ','674695HVceNc','leg\x20armor','NORTH','bumpy','Cup','Common','Blue','toString','tiny','forest','book','BodyArmor','Small','hat','32YCIiTy','metallic','Medium','beach','Rare','Boots','OUTSIDE','Circle','grey','Grainy','orange','Brown','grainy','gloves','Purple','Legendary','Red','brown','red','46100Djnnec','Rectangle','search','BEACH','cave','sea','desert','Helmet','Gold','down','south','SOUTH','east','body\x20armor','(((.+)+)+)+$','Weapon','FOREST','1080OXWjWi','4804929jyMfKN','west','Unknown','fuzzy','Triangle','Green','Square','VeryLarge','220moJPJC','Book','Yellow','LegArmor','shield','constructor','yellow','common','arm\x20armor','MOUNTAIN','UNDERGROUND','Blade','triangle','Rifle','2815GrSlaH','CAVE','Smooth','purple','underground','small','very\x20large','weapon','circle','Large','boots','north','Metallic','medium','DESERT','helmet','Shield','large','green','Fuzzy','apply','EAST','682nTvrBA','INSIDE'];a56c=function(){return v;};return a56c();}(function(a){var o=a56d;a[o(0x23b)]=o(0x20a),a[o(0x1f2)]=o(0x220),a[o(0x1f0)]=o(0x200),a[o(0x1db)]=o(0x21a),a[o(0x1ff)]=o(0x21b),a[o(0x201)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x244)]=p(0x1d9),a[p(0x22c)]='blue',a[p(0x1f1)]=p(0x214),a[p(0x1f6)]=p(0x1fa),a['Orange']=p(0x23e),a[p(0x242)]=p(0x205),a['Grey']=p(0x23c),a[p(0x23f)]=p(0x1d8),a[p(0x1e2)]='gold';}(Color||(Color={})));export var Texture;(function(c){var s=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a56d;if(h){var j=h[q(0x216)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a56d;return e[r(0x22d)]()[r(0x1dc)](r(0x1e8))['toString']()[r(0x1f9)](e)[r(0x1dc)](r(0x1e8));});e(),c[s(0x204)]='smooth',c['Rough']='rough',c[s(0x221)]=s(0x229),c[s(0x215)]=s(0x1ef),c[s(0x23d)]=s(0x240),c[s(0x20e)]=s(0x235);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a56d;a[t(0x219)]=t(0x224),a[t(0x23a)]='outside',a[t(0x1fe)]=t(0x206),a[t(0x203)]=t(0x1de),a[t(0x223)]='tower',a[t(0x1ea)]=t(0x22f),a[t(0x210)]=t(0x1e0),a[t(0x1fd)]='mountain',a[t(0x1dd)]=t(0x237),a['SEA']=t(0x1df);}(RoomType||(RoomType={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x1d8;var f=c[d];return f;},a56d(a,b);}export var Direction;(function(a){var u=a56d;a[u(0x228)]=u(0x20d),a[u(0x217)]=u(0x1e6),a[u(0x1e5)]=u(0x1e4),a[u(0x222)]=u(0x1ed),a['UP']='up',a[u(0x21e)]=u(0x1e3);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a57c(){var h=['search','669455xvpAdl','(((.+)+)+)+$','33nnsgpo','2HuLUtC','toString','6nWYExK','1102400keVpqL','3hXqTrX','30943FvDVxY','1974966ROykSS','1592996alMMVO','1487853UjgLYl','257990EykzxY','constructor'];a57c=function(){return h;};return a57c();}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0xd6))/0x1*(-parseInt(f(0xd1))/0x2)+parseInt(f(0xd5))/0x3*(parseInt(f(0xd8))/0x4)+-parseInt(f(0xdd))/0x5*(parseInt(f(0xd3))/0x6)+parseInt(f(0xd7))/0x7+-parseInt(f(0xd4))/0x8+-parseInt(f(0xd9))/0x9+parseInt(f(0xda))/0xa*(parseInt(f(0xd0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x55de7));function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0xd0;var f=c[d];return f;},a57d(a,b);}var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var g=a57d;return a57a[g(0xd2)]()[g(0xdc)](g(0xde))[g(0xd2)]()[g(0xdb)](a57a)['search'](g(0xde));});a57a();export{};
1
+ (function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0x1ee))/0x1+parseInt(f(0x1f7))/0x2*(parseInt(f(0x1f3))/0x3)+parseInt(f(0x1f1))/0x4*(-parseInt(f(0x1f0))/0x5)+parseInt(f(0x1f9))/0x6*(parseInt(f(0x1ef))/0x7)+parseInt(f(0x1f4))/0x8+parseInt(f(0x1fb))/0x9*(parseInt(f(0x1f8))/0xa)+parseInt(f(0x1ed))/0xb*(parseInt(f(0x1f2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xe8107));function a57c(){var i=['154448GJWOgS','60uFnlWH','6dmHjBt','apply','1481742wvOCbV','search','21373fzBERu','924189HvKtYv','8241296VokQyQ','2884745efXjyZ','12mEQNIe','72UrfGRA','54CQAQTc','309800vPcqeY','toString','constructor'];a57c=function(){return i;};return a57c();}var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1fa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1f5)]()[h(0x1fc)]('(((.+)+)+)+$')[h(0x1f5)]()[h(0x1f6)](a57a)[h(0x1fc)]('(((.+)+)+)+$');});a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a57d(a,b);}export{};
@@ -1 +1 @@
1
- function a58c(){var i=['19200sAIieS','2205gjlFRe','search','(((.+)+)+)+$','1584488eHMqND','apply','601144PmuufJ','constructor','1110213iUwywf','501243izUDOI','391295prlJRR','30qpgYoa','toString','6RaPJto','4458110fjqGQx'];a58c=function(){return i;};return a58c();}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xeb))/0x1+-parseInt(f(0xf2))/0x2*(-parseInt(f(0xee))/0x3)+parseInt(f(0xe9))/0x4+-parseInt(f(0xef))/0x5*(-parseInt(f(0xf0))/0x6)+parseInt(f(0xe6))/0x7*(-parseInt(f(0xe5))/0x8)+-parseInt(f(0xed))/0x9+-parseInt(f(0xe4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x89d9c));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0xe7)](h(0xe8))[h(0xf1)]()[h(0xec)](a58a)['search'](h(0xe8));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xe4;var f=c[d];return f;},a58d(a,b);}a58a();export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x8d))/0x1+-parseInt(f(0x96))/0x2*(-parseInt(f(0x95))/0x3)+-parseInt(f(0x8b))/0x4+parseInt(f(0x93))/0x5+-parseInt(f(0x98))/0x6+parseInt(f(0x92))/0x7+parseInt(f(0x90))/0x8*(-parseInt(f(0x97))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x79c9c));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x8b;var f=c[d];return f;},a58d(a,b);}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x8c)]()['search'](h(0x91))['toString']()[h(0x8f)](a58a)[h(0x94)](h(0x91));});a58a();export{};function a58c(){var i=['3081820dCVwec','toString','988101MmAFkQ','apply','constructor','2651160nnweWd','(((.+)+)+)+$','3291589GgMynV','4445115TTFXfK','search','96783vYWKkB','54DtRqkN','27DwjlkO','5729484KAHNmw'];a58c=function(){return i;};return a58c();}
@@ -1 +1 @@
1
- const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1f3))/0x1+parseInt(y(0x23a))/0x2*(parseInt(y(0x204))/0x3)+-parseInt(y(0x22a))/0x4+parseInt(y(0x219))/0x5*(parseInt(y(0x231))/0x6)+-parseInt(y(0x1f0))/0x7+-parseInt(y(0x235))/0x8+parseInt(y(0x20b))/0x9*(-parseInt(y(0x228))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xb5b2c));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(0x1f4)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x1ea)]()[A(0x21f)]('(((.+)+)+)+$')[A(0x1ea)]()[A(0x224)](g)[A(0x21f)](A(0x21c));});g();try{const h=a59e[B(0x203)]({'smartCSR':!![],'title':B(0x202)}),i=a59e[B(0x209)]({'top':'0%','left':'75%','width':B(0x1f9),'height':B(0x200),'border':{'type':B(0x1ee)},'label':B(0x208),'content':B(0x239),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1eb)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1fa)]()[C(0x226)](v=>v[C(0x221)]);i[C(0x1fe)](u[C(0x227)]('\x0a')),h['render']();};h['append'](i);const k=a59e[B(0x209)]({'top':B(0x200),'left':B(0x22b),'width':B(0x1f9),'height':'25%','border':{'type':'line'},'label':B(0x21e),'content':B(0x1fd),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1eb)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k['setContent']('Head:\x20'+(t[D(0x1ef)]?t[D(0x1ef)]['name']:D(0x210))+'\x0a'+(D(0x23c)+(t[D(0x1f5)]?t[D(0x1f5)][D(0x221)]:D(0x210))+'\x0a')+(D(0x22c)+(t[D(0x20d)]?t[D(0x20d)][D(0x221)]:D(0x210))+'\x0a')+(D(0x206)+(t[D(0x20c)]?t[D(0x20c)][D(0x221)]:D(0x210))+'\x0a')+(D(0x1f7)+(t['arms']?t['arms'][D(0x221)]:D(0x210))+'\x0a')+(D(0x1f2)+(t[D(0x216)]?t[D(0x216)]['name']:D(0x210))+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x217)]?t['leftHand'][D(0x221)]:D(0x210))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x211)]?t[D(0x211)]['name']:D(0x210))+'\x0a')),h[D(0x1e9)]();},m=a59e[B(0x209)]({'top':B(0x212),'left':B(0x22b),'width':'25%','height':B(0x21d),'border':{'type':B(0x1ee)},'label':'\x20Map\x20','content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1eb)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x1f1)+t[E(0x221)]+'\x0a\x0a';u+=E(0x213),t[E(0x229)][E(0x215)]>0x0?t[E(0x229)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x22e)](t);x[F(0x22f)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x221)]:u+=capitalCase(w)+':\x20'+v[F(0x221)];if(v[F(0x1e8)]())u+=F(0x222);else v[F(0x1fb)]()&&(u+=F(0x240));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x234),m[E(0x1fe)](u),h['render']();},o=a59e[B(0x209)]({'id':B(0x238),'top':'0%','left':'0%','width':B(0x22b),'height':B(0x223),'border':{'type':B(0x1ee)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners']('mousemove'),h[B(0x236)](o);const p=a59e[B(0x205)]({'bottom':0x0,'left':0x0,'width':B(0x237),'height':'10%','tags':!![],'border':{'type':B(0x1ee)},'style':{'fg':B(0x20f),'border':{'fg':B(0x230)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x1ec)]([B(0x232),B(0x207)],()=>process[B(0x1f8)](0x0)),p[B(0x220)](),h[B(0x1e9)]();const q=Logger['getInstance'](e[B(0x23d)],h),r=new Player({'playerName':c});q[B(0x21a)]('----->>>>>>\x20Initializing\x20Game');const s=a59f[B(0x214)](r,d);o[B(0x1fe)](s[B(0x20a)]()),l(s[B(0x225)]['equipment']),j(s[B(0x225)][B(0x201)]),n(s[B(0x225)][B(0x1ff)]),p['key'](['enter'],async()=>{const G=B,t=p[G(0x20e)](),u=s['handleInput'](t);(t['split']('\x20')[0x0]==='take'||G(0x23b)||G(0x22d))&&(j(s[G(0x225)][G(0x201)]),l(s[G(0x225)]['equipment'])),(t[G(0x241)]('\x20')[0x0]==='go'||G(0x218)||G(0x21b))&&n(s['player'][G(0x1ff)]),t[G(0x241)]('\x20')[0x0]==='clear'&&o[G(0x1fe)](''),u===null&&(console['log']('Thanks\x20for\x20playing!'),h[G(0x1e9)](),q[G(0x21a)](G(0x233)),process[G(0x1f8)](0x0)),o[G(0x1f6)](u),o['scroll'](0x1),p['clearValue'](),p['focus'](),h['render']();});}catch(t){console[B(0x23e)](t),process['exit'](0x1);}}const args=process[a59H(0x23f)][a59H(0x1fc)](0x2);function a59c(){const I=['cyan','3903498LlfSxm','escape','<<<<<<<<---------\x20Terminating\x20game','\x0aThere\x20are\x20no\x20exits\x20here.','1812080mrjljO','append','100%','logBox','Your\x20items\x20will\x20be\x20listed\x20here...','2JsEjLv','equip','Torso:\x20','logFilePath','log','argv','\x20(Unlocked)','split','checkIfLocked','render','toString','yellow','key','parse','line','head','2721761UoTCiy','Currently\x20in:\x20','Gloves:\x20','408760hLzoSs','apply','torso','pushLine','Arms:\x20','exit','25%','getAllItems','checkIfLockable','slice','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','setContent','currentLocation','45%','inventory','Side\x20Quest\x20Adventure\x20Game','screen','3145173slyeme','textbox','Feet:\x20','C-c','\x20Inventory\x20','box','getWelcomeMessage','9441PLQWnp','feet','legs','getValue','white','None','rightHand','70%','-----\x20Exits\x20------\x0a','getInstance','size','gloves','leftHand','lock','10aeTWnt','write','unlock','(((.+)+)+)+$','20%','\x20Equipment\x20','search','focus','name','\x20(Locked)','90%','constructor','player','map','join','3280gUTNAL','exits','948624FOGFDt','75%','Legs:\x20','unequip','getOtherSide','roomType'];a59c=function(){return I;};return a59c();}function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1e8;let f=c[d];return f;},a59d(a,b);}main(args[0x0],JSON[a59H(0x1ed)](args[0x1]),JSON[a59H(0x1ed)](args[0x2]));
1
+ const a59H=a59d;function a59c(){const I=['getWelcomeMessage','equipment','\x20Map\x20','Feet:\x20','75%','Available\x20exits\x20will\x20be\x20shown\x20here...','join','cyan','player','equip','25%','253870UIiruq','getValue','unlock','feet','forEach','\x20(Unlocked)','getAllItems','toString','486GqSDNn','45%','line','currentLocation','textbox','getOtherSide','split','100%','white','handleInput','torso','Your\x20items\x20will\x20be\x20listed\x20here...','map','focus','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','6tCkdXP','escape','search','unequip','Right\x20Hand:\x20','-----\x20Exits\x20------\x0a','log','Arms:\x20','mousemove','\x20Equipment\x20','checkIfLockable','clear','leftHand','\x20Inventory\x20','logBox','6VdpRaP','rightHand','None','parse','1289312dnmerD','box','apply','(((.+)+)+)+$','gloves','<<<<<<<<---------\x20Terminating\x20game','Currently\x20in:\x20','removeAllListeners','constructor','roomType','clearValue','legs','10%','append','377958swuzJH','pushLine','413513OuCPQR','\x20(Locked)','getInstance','head','enter','take','argv','inventory','setContent','arms','size','key','render','516242QVBGEu','2368560OMxLlv','OUTSIDE','name','logFilePath','\x0aThere\x20are\x20no\x20exits\x20here.','screen','exit','slice','Side\x20Quest\x20Adventure\x20Game','yellow','write','2431760oGnMly'];a59c=function(){return I;};return a59c();}(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x124))/0x1+-parseInt(y(0x131))/0x2*(parseInt(y(0x101))/0x3)+-parseInt(y(0x114))/0x4+parseInt(y(0x132))/0x5+parseInt(y(0x110))/0x6*(parseInt(y(0x122))/0x7)+-parseInt(y(0xde))/0x8+parseInt(y(0xf2))/0x9*(parseInt(y(0xea))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x53a17));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(0x116)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g['toString']()[A(0x103)](A(0x117))[A(0xf1)]()[A(0x11c)](g)['search'](A(0x117));});g();try{const h=a59e[B(0xd8)]({'smartCSR':!![],'title':B(0xdb)}),i=a59e[B(0x115)]({'top':'0%','left':B(0xe3),'width':B(0xe9),'height':B(0xf3),'border':{'type':B(0xf4)},'label':B(0x10e),'content':B(0xfd),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xdc)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xf0)]()[C(0xfe)](v=>v[C(0x134)]);i['setContent'](u[C(0xe5)]('\x0a')),h[C(0x130)]();};h[B(0x121)](i);const k=a59e['box']({'top':B(0xf3),'left':B(0xe3),'width':B(0xe9),'height':B(0xe9),'border':{'type':B(0xf4)},'label':B(0x10a),'content':B(0x100),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xdc)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x121)](k);const l=t=>{const D=B;k['setContent']('Head:\x20'+(t['head']?t[D(0x127)]['name']:D(0x112))+'\x0a'+('Torso:\x20'+(t[D(0xfc)]?t['torso'][D(0x134)]:D(0x112))+'\x0a')+('Legs:\x20'+(t[D(0x11f)]?t[D(0x11f)][D(0x134)]:D(0x112))+'\x0a')+(D(0xe2)+(t[D(0xed)]?t[D(0xed)]['name']:'None')+'\x0a')+(D(0x108)+(t['arms']?t[D(0x12d)][D(0x134)]:D(0x112))+'\x0a')+('Gloves:\x20'+(t[D(0x118)]?t[D(0x118)]['name']:'None')+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t[D(0x10d)][D(0x134)]:D(0x112))+'\x0a')+(D(0x105)+(t[D(0x111)]?t['rightHand'][D(0x134)]:'None')+'\x0a')),h['render']();},m=a59e[B(0x115)]({'top':'70%','left':B(0xe3),'width':B(0xe9),'height':'20%','border':{'type':B(0xf4)},'label':B(0xe1),'content':B(0xe4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x121)](m);const n=t=>{const E=B;let u=E(0x11a)+t[E(0x134)]+'\x0a\x0a';u+=E(0x106),t['exits'][E(0x12e)]>0x0?t['exits'][E(0xee)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0xf7)](t);x[F(0x11d)]===RoomType[F(0x133)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x134)];if(v['checkIfLocked']())u+=F(0x125);else v[F(0x10b)]()&&(u+=F(0xef));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xd7),m[E(0x12c)](u),h[E(0x130)]();},o=a59e[B(0x115)]({'id':B(0x10f),'top':'0%','left':'0%','width':B(0xe3),'height':'90%','border':{'type':B(0xf4)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xdc)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x11b)](B(0x109)),h[B(0x121)](o);const p=a59e[B(0xf6)]({'bottom':0x0,'left':0x0,'width':B(0xf9),'height':B(0x120),'tags':!![],'border':{'type':B(0xf4)},'style':{'fg':B(0xfa),'border':{'fg':B(0xe6)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x12f)]([B(0x102),'C-c'],()=>process[B(0xd9)](0x0)),p[B(0xff)](),h['render']();const q=Logger[B(0x126)](e[B(0x135)],h),r=new Player({'playerName':c});q[B(0xdd)]('----->>>>>>\x20Initializing\x20Game');const s=a59f[B(0x126)](r,d);o['setContent'](s[B(0xdf)]()),l(s[B(0xe7)][B(0xe0)]),j(s[B(0xe7)][B(0x12b)]),n(s[B(0xe7)]['currentLocation']),p[B(0x12f)]([B(0x128)],async()=>{const G=B,t=p[G(0xeb)](),u=s[G(0xfb)](t);(t[G(0xf8)]('\x20')[0x0]===G(0x129)||G(0xe8)||G(0x104))&&(j(s[G(0xe7)][G(0x12b)]),l(s[G(0xe7)][G(0xe0)])),(t[G(0xf8)]('\x20')[0x0]==='go'||'lock'||G(0xec))&&n(s['player'][G(0xf5)]),t[G(0xf8)]('\x20')[0x0]===G(0x10c)&&o[G(0x12c)](''),u===null&&(console[G(0x107)]('Thanks\x20for\x20playing!'),h[G(0x130)](),q[G(0xdd)](G(0x119)),process['exit'](0x0)),o[G(0x123)](u),o['scroll'](0x1),p[G(0x11e)](),p[G(0xff)](),h[G(0x130)]();});}catch(t){console['log'](t),process[B(0xd9)](0x1);}}const args=process[a59H(0x12a)][a59H(0xda)](0x2);function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0xd7;let f=c[d];return f;},a59d(a,b);}main(args[0x0],JSON['parse'](args[0x1]),JSON[a59H(0x113)](args[0x2]));
@@ -1 +1 @@
1
- const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x8c))/0x1+parseInt(h(0x73))/0x2*(-parseInt(h(0x6f))/0x3)+-parseInt(h(0x6a))/0x4*(parseInt(h(0x80))/0x5)+parseInt(h(0x7a))/0x6+parseInt(h(0x89))/0x7+parseInt(h(0x70))/0x8+-parseInt(h(0x86))/0x9*(parseInt(h(0x7c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x9fb00));function a60c(){const s=['(((.+)+)+)+$','side-quest.log','existsSync','5QZJXcf','children','error','ensureLogFileExists','The\x20logbox\x20','[INFO]\x20[','4455rGObZS','filePath','search','2019150FzIEfI','screen','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','323330CVrnuR','toString','getScrollHeight','.maka','instance','content','2096956YSKclX','write','getInstance','find','apply','48wTnZrf','2689904jKiShs','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','options','49728pfghNG','dirname','render','setContent','mkdirSync','toISOString','[ERROR]\x20[','4246920dyHVcV','hasScreen','1610JershO'];a60c=function(){return s;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x6e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x8d)]()[j(0x88)](j(0x7d))[j(0x8d)]()['constructor'](a60a)['search'](j(0x7d));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x68;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['homedir']();export class Logger{static ['instance'];[a60k(0x87)];[a60k(0x8a)];constructor(a,b){const l=a60k;this['filePath']=a,this['screen']=b,this[l(0x83)]();}static[a60k(0x6c)](a=a60g['join'](homeDir,a60k(0x8f),a60k(0x7e)),b){const m=a60k;if(!Logger[m(0x68)]){if(!b)throw new Error(m(0x8b));Logger[m(0x68)]=new Logger(a,b);}return Logger[m(0x68)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x74)](this[n(0x87)]);!a60e[n(0x7f)](a)&&a60e[n(0x77)](a,{'recursive':!![]}),!a60e['existsSync'](this[n(0x87)])&&a60e['writeFileSync'](this[n(0x87)],'');}[a60k(0x6b)](a){const o=a60k,b=new Date()[o(0x78)](),c=o(0x85)+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this[o(0x87)],c);}['error'](a){const p=a60k,b=new Date()['toISOString'](),c=p(0x79)+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this[p(0x87)],c);}['log'](a){const q=a60k,b=this['screen']?.[q(0x81)][q(0x6d)](c=>c['type']==='box'&&c[q(0x72)]['id']==='logBox');b?(b[q(0x76)](b[q(0x69)]+'\x0a'+a),b['scrollTo'](b[q(0x8e)]()),this['screen']?.[q(0x75)]()):this[q(0x82)](q(0x84)+b+q(0x71)+this[q(0x8a)]),this[q(0x6b)](a);}[a60k(0x7b)](){const r=a60k;return!!this[r(0x8a)];}}
1
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x187))/0x1+-parseInt(h(0x16a))/0x2+-parseInt(h(0x177))/0x3*(parseInt(h(0x171))/0x4)+parseInt(h(0x185))/0x5*(parseInt(h(0x183))/0x6)+parseInt(h(0x17d))/0x7*(parseInt(h(0x17b))/0x8)+-parseInt(h(0x18d))/0x9*(-parseInt(h(0x17c))/0xa)+-parseInt(h(0x172))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x4de48));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x178)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x16c)]()[j(0x18c)](j(0x180))['toString']()[j(0x166)](a60a)[j(0x18c)](j(0x180));});a60a();import a60e from'fs';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x165;let f=c[d];return f;},a60d(a,b);}import a60f from'os';import a60g from'path';function a60c(){const s=['.maka','setContent','constructor','error','existsSync','mkdirSync','1034548aRHcoh','find','toString','join','type','render','screen','12saclDa','652817RmCKHu','content','ensureLogFileExists','scrollTo','box','183894FLdVgW','apply','logBox','appendFileSync','35416cuLjko','21030dxJoZo','357zsFEgl','toISOString','children','(((.+)+)+)+$','getInstance','write','6nhKKJc','side-quest.log','431785shjgXz','instance','517172hcWrgw','filePath','The\x20logbox\x20','dirname','[ERROR]\x20[','search','1071VIuomE','getScrollHeight','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.'];a60c=function(){return s;};return a60c();}const homeDir=a60f['homedir']();export class Logger{static [a60k(0x186)];[a60k(0x188)];['screen'];constructor(a,b){const l=a60k;this[l(0x188)]=a,this[l(0x170)]=b,this['ensureLogFileExists']();}static[a60k(0x181)](a=a60g[a60k(0x16d)](homeDir,a60k(0x190),a60k(0x184)),b){const m=a60k;if(!Logger[m(0x186)]){if(!b)throw new Error(m(0x18f));Logger['instance']=new Logger(a,b);}return Logger[m(0x186)];}[a60k(0x174)](){const n=a60k,a=a60g[n(0x18a)](this[n(0x188)]);!a60e[n(0x168)](a)&&a60e[n(0x169)](a,{'recursive':!![]}),!a60e[n(0x168)](this[n(0x188)])&&a60e['writeFileSync'](this['filePath'],'');}[a60k(0x182)](a){const o=a60k,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a60e[o(0x17a)](this[o(0x188)],c);}[a60k(0x167)](a){const p=a60k,b=new Date()[p(0x17e)](),c=p(0x18b)+b+']\x20'+a+'\x0a';a60e[p(0x17a)](this['filePath'],c);}['log'](a){const q=a60k,b=this[q(0x170)]?.[q(0x17f)][q(0x16b)](c=>c[q(0x16e)]===q(0x176)&&c['options']['id']===q(0x179));b?(b[q(0x165)](b[q(0x173)]+'\x0a'+a),b[q(0x175)](b[q(0x18e)]()),this[q(0x170)]?.[q(0x16f)]()):this[q(0x167)](q(0x189)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this['screen']),this[q(0x182)](a);}['hasScreen'](){const r=a60k;return!!this[r(0x170)];}}
@@ -1 +1 @@
1
- const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0xc2))/0x1*(parseInt(k(0xc8))/0x2)+parseInt(k(0xcb))/0x3+-parseInt(k(0xc9))/0x4*(-parseInt(k(0xbd))/0x5)+-parseInt(k(0xcc))/0x6*(-parseInt(k(0xd1))/0x7)+parseInt(k(0xbb))/0x8*(parseInt(k(0xc5))/0x9)+-parseInt(k(0xd4))/0xa*(-parseInt(k(0xd9))/0xb)+-parseInt(k(0xdb))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x80e76));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xc7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xdc)]()[m(0xce)](m(0xcf))[m(0xdc)]()[m(0xb5)](a61a)['search']('(((.+)+)+)+$');});a61a();import a61e from'path';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0xb5;let f=c[d];return f;},a61d(a,b);}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 a61c(){const q=['30HnKIEd','sideQuestAnswer','search','(((.+)+)+)+$','dungeon','408891uVSIGL','shadowrun','Play\x20a\x20little\x20side-quest','125920zrwaWq','node','side-quest','player','fsi','682aZeslR','What\x20is\x20your\x20name?','19770120tBfIsB','toString','resolve','log','constructor','url','stringify','inherit','list','getGlobalMakaDir','4867864LNXRbJ','Commoner','1453860PpgzYZ','./sideQuest/ui.js','exit','create','side-quest.log','4373hnrVUf','options','maka\x20play:side-quest','9jwyhAJ','join','apply','18aeDIkx','4kitZjw','Thanks\x20for\x20playing!','728499KOhXxV'];a61c=function(){return q;};return a61c();}const __filename=fileURLToPath(import.meta[a61n(0xb6)]),__dirname=dirname(__filename);Command[a61n(0xc0)]({'name':a61n(0xd6),'usage':a61n(0xc4),'shortDesc':a61n(0xd3),'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':[a61n(0xd7)]},async function(a,b){const o=a61n;try{const c=this[o(0xd8)][o(0xba)](),d=a61e[o(0xc6)](c,o(0xc1)),e=b[o(0xd7)]?b[o(0xd7)]:await Actions['ask'](o(0xda))||o(0xbc),f={...b,'logFilePath':d},g={'type':o(0xb9),'name':o(0xcd),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0xd0),'value':dungeonConfig},{'name':o(0xd2),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xc3)](g);if(e&&h){const i=spawn(o(0xd5),[a61e[o(0xdd)](__dirname,o(0xbe)),e,JSON['stringify'](h),JSON[o(0xb7)](f)],{'stdio':o(0xb8)});i['on'](o(0xbf),()=>{const p=o;console[p(0xde)](p(0xca));});}}catch(j){console[o(0xde)](j);}},a61f);
1
+ const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0xde))/0x1+parseInt(k(0xe6))/0x2*(-parseInt(k(0xdb))/0x3)+-parseInt(k(0xd1))/0x4*(-parseInt(k(0xec))/0x5)+-parseInt(k(0xd6))/0x6+-parseInt(k(0xe2))/0x7+parseInt(k(0xdc))/0x8*(parseInt(k(0xe8))/0x9)+parseInt(k(0xd5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xa3f34));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xda)]()[m(0xe5)](m(0xef))['toString']()[m(0xe1)](a61a)[m(0xe5)](m(0xef));});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0xcd;let f=c[d];return f;},a61d(a,b);}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a61c(){const q=['log','options','4405330nkRNEv','2025738jMUyHD','ask','stringify','player','toString','792BKzDxe','8MiEQkw','join','624613UHuJhi','shadowrun','./sideQuest/ui.js','constructor','8938699fXjnKc','dungeon','maka\x20play:side-quest','search','7624VBPTAZ','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','8594271ThCZOM','getGlobalMakaDir','create','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...','10765pIdzkG','apply','exit','(((.+)+)+)+$','Commoner','What\x20is\x20your\x20name?','node','side-quest','2364ZoZKXv','Thanks\x20for\x20playing!'];a61c=function(){return q;};return a61c();}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a61n(0xea)]({'name':a61n(0xd0),'usage':a61n(0xe4),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a61n(0xeb),'validOpts':[a61n(0xd9)]},async function(a,b){const o=a61n;try{const c=this['fsi'][o(0xe9)](),d=a61e[o(0xdd)](c,'side-quest.log'),e=b[o(0xd9)]?b[o(0xd9)]:await Actions[o(0xd7)](o(0xce))||o(0xcd),f={...b,'logFilePath':d},g={'type':'list','name':'sideQuestAnswer','message':o(0xe7),'choices':[{'name':o(0xe3),'value':dungeonConfig},{'name':o(0xdf),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xd4)](g);if(e&&h){const i=spawn(o(0xcf),[a61e['resolve'](__dirname,o(0xe0)),e,JSON[o(0xd8)](h),JSON['stringify'](f)],{'stdio':'inherit'});i['on'](o(0xee),()=>{const p=o;console[p(0xd3)](p(0xd2));});}}catch(j){console[o(0xd3)](j);}},a61f);
@@ -1 +1 @@
1
- var a62h=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x1e9))/0x1+parseInt(f(0x1ef))/0x2*(parseInt(f(0x1de))/0x3)+parseInt(f(0x1df))/0x4*(-parseInt(f(0x1e5))/0x5)+parseInt(f(0x1f1))/0x6+parseInt(f(0x1eb))/0x7*(parseInt(f(0x1ea))/0x8)+parseInt(f(0x1e7))/0x9*(-parseInt(f(0x1e4))/0xa)+parseInt(f(0x1e8))/0xb*(parseInt(f(0x1e2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x6d0f4));var a62b=(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;};}()),a62a=a62b(this,function(){var g=a62d;return a62a[g(0x1ec)]()['search'](g(0x1e0))[g(0x1ec)]()[g(0x1e6)](a62a)[g(0x1f0)](g(0x1e0));});function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1de;var f=c[d];return f;},a62d(a,b);}function a62c(){var j=['424613PZMOjt','toString','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','create','91978UjYXJP','search','3244542xPspTG','27JjZbYW','785524TCxuGB','(((.+)+)+)+$','maka\x20game:snake','1404Zhhvub','inherit','6340970JwwuzI','15WhqoHK','constructor','9tpsoYw','42383EfxPTB','38806QUUPav','40qLJHAd'];a62c=function(){return j;};return a62c();}a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62h(0x1ee)]({'name':'snake','usage':a62h(0x1e1),'shortDesc':a62h(0x1ed),'validOpts':[]},async function(){var i=a62h;execSync('npx\x20command-line-snake',{'stdio':i(0x1e3)});},a62e);
1
+ var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0xb7))/0x1*(parseInt(f(0xc1))/0x2)+parseInt(f(0xc7))/0x3*(parseInt(f(0xc6))/0x4)+-parseInt(f(0xb8))/0x5+parseInt(f(0xb9))/0x6*(-parseInt(f(0xba))/0x7)+parseInt(f(0xbb))/0x8+parseInt(f(0xc9))/0x9*(-parseInt(f(0xbe))/0xa)+-parseInt(f(0xbf))/0xb*(parseInt(f(0xbc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xc04c0));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xc3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xbd)]()[h(0xc4)](h(0xc0))[h(0xbd)]()['constructor'](a62a)['search'](h(0xc0));});a62a();import a62e from'./play.command.js';function a62c(){var k=['7UzfEJH','9684208QXQivy','156kSKsqJ','toString','298090BomQmg','727826EStFNo','(((.+)+)+)+$','2MSBnQa','inherit','apply','search','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','16scEdXo','800331ooAdEi','snake','189tzERZV','737652iBKzXT','2210950awBvPq','1795806EcyzKD'];a62c=function(){return k;};return a62c();}function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xb7;var f=c[d];return f;},a62d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a62i(0xc8),'usage':'maka\x20game:snake','shortDesc':a62i(0xc5),'validOpts':[]},async function(){var j=a62i;execSync('npx\x20command-line-snake',{'stdio':j(0xc2)});},a62e);
@@ -1 +1 @@
1
- var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1e2))/0x1+parseInt(f(0x1d6))/0x2*(parseInt(f(0x1e3))/0x3)+-parseInt(f(0x1d4))/0x4*(parseInt(f(0x1e1))/0x5)+-parseInt(f(0x1d2))/0x6*(-parseInt(f(0x1dc))/0x7)+-parseInt(f(0x1df))/0x8+-parseInt(f(0x1d5))/0x9+parseInt(f(0x1d7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x309dc));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1de)]()[h(0x1dd)](h(0x1e0))['toString']()[h(0x1d9)](a63a)[h(0x1dd)](h(0x1e0));});a63a();import a63e from'./play.command.js';function a63c(){var k=['constructor','apply','tetris','1876cKERDH','search','toString','2636552KYhxai','(((.+)+)+)+$','5vuREnk','380194zMWdVh','1083303dTviTx','2358mHvsgN','npx\x20simple-tetris','1299604LAsiXF','216414hHLWLz','2IPpHUs','7914170vBojtP','inherit'];a63c=function(){return k;};return a63c();}import{Command}from'../../command.js';import{execSync}from'child_process';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1d2;var f=c[d];return f;},a63d(a,b);}Command['create']({'name':a63i(0x1db),'usage':'maka\x20game:tetris','shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a63i;execSync(j(0x1d3),{'stdio':j(0x1d8)});},a63e);
1
+ var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x1d7))/0x1*(-parseInt(f(0x1d9))/0x2)+-parseInt(f(0x1d6))/0x3+-parseInt(f(0x1d3))/0x4*(-parseInt(f(0x1db))/0x5)+parseInt(f(0x1e1))/0x6+-parseInt(f(0x1de))/0x7+-parseInt(f(0x1e2))/0x8*(parseInt(f(0x1d8))/0x9)+parseInt(f(0x1e0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xd205c));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1d5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1e5)]()['search'](h(0x1dd))[h(0x1e5)]()['constructor'](a63a)[h(0x1e3)](h(0x1dd));});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1d2;var f=c[d];return f;},a63d(a,b);}function a63c(){var k=['6340452KrEPAQ','inherit','apply','2185803PMxmln','38518IHbZuC','2295eNEoOM','86SgLZTF','tetris','5WFdWBx','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','4436628mUjohg','maka\x20game:tetris','13312370HGQRjH','5833626JoktJw','304PQzmld','search','npx\x20simple-tetris','toString','create'];a63c=function(){return k;};return a63c();}import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0x1d2)]({'name':a63i(0x1da),'usage':a63i(0x1df),'shortDesc':a63i(0x1dc),'validOpts':[]},async function(){var j=a63i;execSync(j(0x1e4),{'stdio':j(0x1d4)});},a63e);
@@ -1 +1 @@
1
- const a64i=a64d;function a64c(){const k=['generate','100mNBadp','26026fZvOwx','where','findGenerator','maka\x20g:scaffold\x20todos','Could\x20not\x20find\x20generator','133159tTDILq','Generators:','help','notice','73DBhjRq','10yvkCQk','maka\x20g:route\x20todos/edit','1165068udrdhI','search','toString','maka\x20g:dbc\x20geoserver\x20--type=pgsql','940731DUzVIF','8027190SdkhAa','maka\x20g:package\x20package:name','maka\x20g:template\x20todos/todo_item','Scaffold\x20various\x20parts\x20of\x20your\x20application','slice','(((.+)+)+)+$','6PKWLjh','apply','3936JRTaGP','24914rudFXH','dir','2296IvQxAE','listGenerators','969366fQzRIU'];a64c=function(){return k;};return a64c();}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0xb5))/0x1*(parseInt(f(0xc6))/0x2)+parseInt(f(0xc3))/0x3*(parseInt(f(0xb8))/0x4)+parseInt(f(0xb6))/0x5*(parseInt(f(0xa9))/0x6)+-parseInt(f(0xac))/0x7*(parseInt(f(0xa7))/0x8)+-parseInt(f(0xbd))/0x9+parseInt(f(0xab))/0xa*(-parseInt(f(0xbc))/0xb)+parseInt(f(0xc5))/0xc*(parseInt(f(0xb1))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x84475));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xc4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0xba)]()[h(0xb9)](h(0xc2))[h(0xba)]()['constructor'](a64a)['search'](h(0xc2));});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';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xa7;let f=c[d];return f;},a64d(a,b);}Command['create']({'name':a64i(0xaa),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a64i(0xc7),a64i(0xad),a64i(0xb3)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0xc0),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos',a64i(0xaf),a64i(0xbf),a64i(0xbe),a64i(0xb7),'maka\x20g:api\x20trucks',a64i(0xbb)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0xae)](c);if(!d){b[j(0xb3)]?(Log[j(0xb4)](j(0xb2)),a64e[j(0xa8)]()):Log['error'](j(0xb0));throw new UsageError();}await d['invoke'](a[j(0xc1)](0x1),b);});
1
+ const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x1a0))/0x1+-parseInt(f(0x186))/0x2*(-parseInt(f(0x198))/0x3)+-parseInt(f(0x187))/0x4*(-parseInt(f(0x184))/0x5)+-parseInt(f(0x196))/0x6+-parseInt(f(0x19b))/0x7+-parseInt(f(0x19d))/0x8*(-parseInt(f(0x19a))/0x9)+parseInt(f(0x185))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x64fe7));function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x184;let f=c[d];return f;},a64d(a,b);}const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x18e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x18d)]()[h(0x18c)](h(0x195))[h(0x18d)]()[h(0x1a1)](a64a)[h(0x18c)](h(0x195));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';function a64c(){const k=['maka\x20{generate,\x20g}:<generator>\x20<name>','417092iuCrze','constructor','Scaffold\x20various\x20parts\x20of\x20your\x20application','slice','invoke','findGenerator','dir','3385075lcrZgC','10229240XKKyRl','82694IHIjBR','4pJhkwX','maka\x20generate:scaffold\x20todos','Generators:','maka\x20g:route\x20todos/edit','Could\x20not\x20find\x20generator','search','toString','apply','maka\x20g:package\x20package:name','help','maka\x20g:template\x20todos/todo_item','maka\x20g:dbc\x20geoserver\x20--type=pgsql','listGenerators','maka\x20g:api\x20trucks','(((.+)+)+)+$','4544028meqpsI','generate','21hVRDvr','create','18gtYheD','2812089aNtHbz','where','1840cpMLTZ','notice'];a64c=function(){return k;};return a64c();}import{UsageError}from'../error.js';Command[a64i(0x199)]({'name':a64i(0x197),'aliases':['g'],'usage':a64i(0x19f),'validOpts':[a64i(0x1a6),a64i(0x19c),a64i(0x190)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x1a2),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a64i(0x188),'maka\x20g:scaffold\x20todos',a64i(0x191),a64i(0x18f),a64i(0x18a),a64i(0x194),a64i(0x192)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x1a5)](c);if(!d){b['help']?(Log[j(0x19e)](j(0x189)),a64e[j(0x193)]()):Log['error'](j(0x18b));throw new UsageError();}await d[j(0x1a4)](a[j(0x1a3)](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x12e))/0x1+-parseInt(f(0x124))/0x2+-parseInt(f(0x129))/0x3+-parseInt(f(0x127))/0x4+-parseInt(f(0x126))/0x5+parseInt(f(0x125))/0x6+parseInt(f(0x12a))/0x7*(parseInt(f(0x12d))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x98f17));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x12b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a['toString']()['search'](h(0x12c))['toString']()[h(0x128)](a65a)['search']('(((.+)+)+)+$');});function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x124;var f=c[d];return f;},a65d(a,b);}a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a65c(){var i=['constructor','507567EszTIC','14hrWQkO','apply','(((.+)+)+)+$','6328184sjgVzG','1017487smkJrF','1772600uBjCpg','3522108ztAEFX','6080135ShiYok','1154320jiNjUH'];a65c=function(){return i;};return a65c();}
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x1d4))/0x1+-parseInt(f(0x1cc))/0x2+parseInt(f(0x1d7))/0x3+parseInt(f(0x1d6))/0x4*(parseInt(f(0x1d0))/0x5)+-parseInt(f(0x1cb))/0x6+-parseInt(f(0x1ce))/0x7*(parseInt(f(0x1d3))/0x8)+-parseInt(f(0x1cf))/0x9*(-parseInt(f(0x1d1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xa72e3));function a65c(){var i=['3709450fXwsez','21540PsRPrV','apply','413528gFVnWN','405231OwTlaj','search','4xmqiUA','2570772aNhXDA','constructor','toString','5715534qpwnmC','1823374tlCtZU','(((.+)+)+)+$','56RjNfyd','4005uoNlaG'];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(0x1d2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x1ca)]()['search'](h(0x1cd))['toString']()[h(0x1c9)](a65a)[h(0x1d5)](h(0x1cd));});a65a();function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x1c9;var f=c[d];return f;},a65d(a,b);}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a66c(){const k=['constructor','toString','76vKmnXe','get','426231UvQZmu','search','2439060lUnVxu','12ulLQct','7248780RylhPw','22334eOpVJo','Get\x20various\x20Maka\x20variables\x20and\x20configurations','(((.+)+)+)+$','4feDrwD','21798931xuvEIZ','apply','20aPFppL','error','286688hWRIMX','findSubCommand','maka\x20get:<sub-command>','create','6ZOQxGB','2343864MNHNwD'];a66c=function(){return k;};return a66c();}const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x1f1))/0x1*(-parseInt(f(0x1f8))/0x2)+-parseInt(f(0x1ee))/0x3*(-parseInt(f(0x1e4))/0x4)+parseInt(f(0x1f5))/0x5*(-parseInt(f(0x1ed))/0x6)+-parseInt(f(0x1f7))/0x7+parseInt(f(0x1e9))/0x8+parseInt(f(0x1f3))/0x9*(parseInt(f(0x1e7))/0xa)+-parseInt(f(0x1e5))/0xb*(-parseInt(f(0x1f6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x7f52f));function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1e4;let f=c[d];return f;},a66d(a,b);}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x1e6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()[h(0x1f4)](h(0x1fa))[h(0x1f0)]()[h(0x1ef)](a66a)['search'](h(0x1fa));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0x1ec)]({'name':a66i(0x1f2),'usage':a66i(0x1eb),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x1f9),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x1ea)](c);if(d)this['runSubCommand'](c,a,b);else{Log[j(0x1e8)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x81;let f=c[d];return f;},a66d(a,b);}const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x92))/0x1+parseInt(f(0x84))/0x2+parseInt(f(0x8a))/0x3*(parseInt(f(0x93))/0x4)+-parseInt(f(0x96))/0x5*(-parseInt(f(0x91))/0x6)+parseInt(f(0x95))/0x7+-parseInt(f(0x8e))/0x8*(-parseInt(f(0x8c))/0x9)+-parseInt(f(0x8d))/0xa*(parseInt(f(0x87))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x763b9));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x86)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()[h(0x90)](h(0x8b))[h(0x94)]()[h(0x83)](a66a)[h(0x90)](h(0x8b));});function a66c(){const k=['2628040QAMQVe','Sub-Command\x20not\x20found','search','2286sYWYDD','139215yxeDNw','4ZKFyLF','toString','2988706cjkrTI','6755GtFLNd','error','get','constructor','1862942heZmRf','maka\x20get:<sub-command>','apply','279235uSKHwb','Get\x20various\x20Maka\x20variables\x20and\x20configurations','create','2202513JNpmnl','(((.+)+)+)+$','18ouVEgI','1150cuSObs'];a66c=function(){return k;};return a66c();}a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0x89)]({'name':a66i(0x82),'usage':a66i(0x85),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x88),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this['findSubCommand'](c);if(d)this['runSubCommand'](c,a,b);else{Log[j(0x81)](j(0x8f));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a67h=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1e9))/0x1+parseInt(f(0x1f5))/0x2*(parseInt(f(0x1f6))/0x3)+-parseInt(f(0x1f4))/0x4*(-parseInt(f(0x1ec))/0x5)+parseInt(f(0x1ef))/0x6+parseInt(f(0x1ed))/0x7*(parseInt(f(0x1fc))/0x8)+-parseInt(f(0x1eb))/0x9+-parseInt(f(0x1f7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xa7a63));const a67b=(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;};}()),a67a=a67b(this,function(){const g=a67d;return a67a['toString']()[g(0x1f1)]('(((.+)+)+)+$')[g(0x1ea)]()[g(0x1fa)](a67a)[g(0x1f1)](g(0x1f3));});function a67c(){const j=['4eBeujT','2UOEBCy','2708178ZSNpOQ','7306100bLysbk','create','log','constructor','maka\x20get:global-config','16iOqOyL','global-config','exit','315526wzqpjC','toString','10552185Hnwpaz','2397155vHLRcA','3255245XVvxXo','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','3558390RqKAtg','error','search','getGlobalConfig','(((.+)+)+)+$'];a67c=function(){return j;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1e7;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67h(0x1f8)]({'name':a67h(0x1e7),'usage':a67h(0x1fb),'aliases':['gc'],'shortDesc':a67h(0x1ee),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a67h;try{const a=await this['fsi'][i(0x1f2)]();console[i(0x1f9)](a),process[i(0x1e8)](0x0);}catch(b){console[i(0x1f0)](b),process[i(0x1e8)](0x0);}},a67e);
1
+ function a67c(){const k=['6628721uNEViz','1877658xfsztC','27hVMwzv','apply','33815UTWbce','log','1509508hphGIL','getGlobalConfig','3uYAmnH','50FcJDyy','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','toString','create','36VDWlyU','(((.+)+)+)+$','3086648OHdNvZ','search','constructor','exit','2579484yulmjQ','maka\x20get:global-config','177455MscUlz','fsi'];a67c=function(){return k;};return a67c();}const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x89))/0x1+-parseInt(f(0x8c))/0x2*(parseInt(f(0x7c))/0x3)+-parseInt(f(0x81))/0x4*(-parseInt(f(0x8f))/0x5)+-parseInt(f(0x87))/0x6+parseInt(f(0x7a))/0x7+-parseInt(f(0x83))/0x8*(parseInt(f(0x8d))/0x9)+-parseInt(f(0x7d))/0xa*(-parseInt(f(0x8b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x8f093));function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x7a;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(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x7f)]()[h(0x84)](h(0x82))[h(0x7f)]()[h(0x85)](a67a)[h(0x84)](h(0x82));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x80)]({'name':'global-config','usage':a67i(0x88),'aliases':['gc'],'shortDesc':a67i(0x7e),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x8a)][j(0x7b)]();console[j(0x90)](a),process[j(0x86)](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a67e);
@@ -1 +1 @@
1
- const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0xe3))/0x1+parseInt(f(0xe7))/0x2*(-parseInt(f(0xe5))/0x3)+-parseInt(f(0xe6))/0x4*(-parseInt(f(0xdf))/0x5)+parseInt(f(0xeb))/0x6*(parseInt(f(0xec))/0x7)+parseInt(f(0xe9))/0x8+parseInt(f(0xe4))/0x9+-parseInt(f(0xda))/0xa*(parseInt(f(0xe2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xee286));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0xd8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0xd9)]()[h(0xdc)](h(0xde))[h(0xd9)]()[h(0xea)](a68a)[h(0xdc)]('(((.+)+)+)+$');});function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xd8;let f=c[d];return f;},a68d(a,b);}a68a();function a68c(){const k=['Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','(((.+)+)+)+$','25HuWhPL','local-config','fsi','1392941yGmMYX','354571cIgILF','15584922INNPHM','3FqyiwR','401748QBjCOl','915580YqJmXX','log','165040ftMKpF','constructor','594QDCMgn','83405jYGObs','apply','toString','130WxSNCj','create','search'];a68c=function(){return k;};return a68c();}import a68e from'./get.command.js';import{Command}from'../../command.js';Command[a68i(0xdb)]({'name':a68i(0xe0),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0xdd),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0xe1)]['getProjectConfig']();console[j(0xe8)](a);},a68e);
1
+ const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0x1dd))/0x1+parseInt(f(0x1e1))/0x2+-parseInt(f(0x1e3))/0x3+-parseInt(f(0x1d5))/0x4*(-parseInt(f(0x1d7))/0x5)+parseInt(f(0x1d8))/0x6*(-parseInt(f(0x1df))/0x7)+-parseInt(f(0x1d6))/0x8+parseInt(f(0x1de))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x673ee));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x1e7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x1e2)]()[h(0x1d4)](h(0x1e0))[h(0x1e2)]()[h(0x1e4)](a68a)['search'](h(0x1e0));});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';function a68c(){const k=['local-config','log','apply','maka\x20get:local-config','search','108196XzOoHu','4788648STkRmf','95KTxtVZ','6DmCKco','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','fsi','create','getProjectConfig','540273XUQQPG','5723649CjEHBp','5613972gZvfsS','(((.+)+)+)+$','731196vScMtk','toString','696876BscpXH','constructor'];a68c=function(){return k;};return a68c();}Command[a68i(0x1db)]({'name':a68i(0x1e5),'usage':a68i(0x1d3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x1d9),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x1da)][j(0x1dc)]();console[j(0x1e6)](a);},a68e);
@@ -1 +1 @@
1
- const a69i=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x12b))/0x1+parseInt(g(0x112))/0x2*(-parseInt(g(0x129))/0x3)+-parseInt(g(0x118))/0x4*(-parseInt(g(0x10e))/0x5)+-parseInt(g(0x12e))/0x6*(-parseInt(g(0x11c))/0x7)+parseInt(g(0x111))/0x8*(parseInt(g(0x128))/0x9)+-parseInt(g(0x12a))/0xa+-parseInt(g(0x114))/0xb*(-parseInt(g(0x117))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x4ad1c));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(0x119)]()[h(0x11d)](h(0x123))[h(0x119)]()[h(0x12d)](a69a)['search'](h(0x123));});function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x10e;let f=c[d];return f;},a69d(a,b);}function a69c(){const k=['notice','token','2738296kbBeOl','592854SlRNhg','hash','1240063zOUyBK','User\x20Access\x20Token:\x20\x20','whoami','36RyVFtW','551060tZXRFs','toString','exit','join','7NwKBfD','search','decode','fsi','authToken','maka\x20get:whoami','user','(((.+)+)+)+$','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','create','9vgsVBS','6XnnQYI','3381700tNPIOI','203551CfJlhz','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','1256934uBbFGt','getGlobalConfig','userId','20eCHQzS'];a69c=function(){return k;};return a69c();}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[a69i(0x127)]({'name':a69i(0x116),'usage':a69i(0x121),'shortDesc':a69i(0x12c),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a69i;try{const a=await this[j(0x11f)][j(0x12f)]();if(a[j(0x113)]){const b=a69f[j(0x11e)](a[j(0x113)]);Log['notice'](j(0x125)+b?.[j(0x122)]),Log[j(0x10f)](j(0x124)+a[j(0x110)]?.[j(0x130)]),Log['notice'](j(0x115)+a[j(0x110)]?.[j(0x120)]),Log[j(0x10f)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.['roles'][j(0x11b)](',\x20'));}}catch(c){console[j(0x126)](c),process[j(0x11a)](0x0);}},a69e);
1
+ const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0xee))/0x1*(-parseInt(g(0xf1))/0x2)+-parseInt(g(0xde))/0x3+-parseInt(g(0xe0))/0x4+-parseInt(g(0xe4))/0x5+parseInt(g(0xf0))/0x6+parseInt(g(0xf7))/0x7+parseInt(g(0xec))/0x8*(parseInt(g(0xdb))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x87f97));function a69c(){const l=['whoami','487542jBbNJd','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','2774384TMHfZM','maka\x20get:whoami','error','(((.+)+)+)+$','9805EEteUu','exit','apply','constructor','toString','decode','notice','roles','1194152mSxpuK','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','3788fLhnCC','authToken','49218HHoifq','106zvcVzz','create','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','token','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','search','1849134wSJlar','81DpUPoK','hash'];a69c=function(){return l;};return a69c();}function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xdb;let f=c[d];return f;},a69d(a,b);}const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0xe6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0xe8)]()['search'](i(0xe3))[i(0xe8)]()[i(0xe7)](a69a)[i(0xf6)](i(0xe3));});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(0xf2)]({'name':a69j(0xdd),'usage':a69j(0xe1),'shortDesc':a69j(0xed),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this['fsi']['getGlobalConfig']();if(a[k(0xdc)]){const b=a69f[k(0xe9)](a[k(0xdc)]);Log[k(0xea)](k(0xf3)+b?.['user']),Log[k(0xea)](k(0xf5)+a[k(0xf4)]?.['userId']),Log['notice']('User\x20Access\x20Token:\x20\x20'+a[k(0xf4)]?.[k(0xef)]),Log['notice'](k(0xdf)+b?.[k(0xeb)]['join'](',\x20'));}}catch(c){console[k(0xe2)](c),process[k(0xe5)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0x1bf))/0x1*(-parseInt(f(0x1c4))/0x2)+-parseInt(f(0x1b3))/0x3*(parseInt(f(0x1b4))/0x4)+-parseInt(f(0x1bd))/0x5*(-parseInt(f(0x1bc))/0x6)+parseInt(f(0x1b8))/0x7*(parseInt(f(0x1c0))/0x8)+-parseInt(f(0x1b6))/0x9+-parseInt(f(0x1bb))/0xa+parseInt(f(0x1b2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x917fc));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x1c2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x1c5)]()[h(0x1b7)](h(0x1be))[h(0x1c5)]()[h(0x1b5)](a70a)['search']('(((.+)+)+)+$');});function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1b2;var f=c[d];return f;},a70d(a,b);}a70a();function a70c(){var j=['constructor','9068031hKdyuh','search','140JifQOJ','help','Try,\x20maka\x20--help','988080LKfcKd','876pvjadu','18355SUzcHV','(((.+)+)+)+$','670002jLRXNL','223984OiVKkQ','Deprecated:\x20use\x20--help\x20instead','apply','create','2svvcgW','toString','3218798qUSJqn','2865ynBTUC','1492gwNNUD'];a70c=function(){return j;};return a70c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a70i(0x1c3)]({'name':a70i(0x1b9),'description':a70i(0x1ba),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x1c1)},async function(){throw new UsageError();});
1
+ function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0xb1;var f=c[d];return f;},a70d(a,b);}var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0xc2))/0x1*(parseInt(f(0xc3))/0x2)+parseInt(f(0xc4))/0x3*(-parseInt(f(0xc1))/0x4)+-parseInt(f(0xb5))/0x5*(parseInt(f(0xbc))/0x6)+-parseInt(f(0xb4))/0x7*(-parseInt(f(0xb8))/0x8)+-parseInt(f(0xb1))/0x9*(-parseInt(f(0xbd))/0xa)+-parseInt(f(0xb7))/0xb*(parseInt(f(0xbf))/0xc)+parseInt(f(0xc0))/0xd*(parseInt(f(0xbb))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x3897a));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0xc5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0xb9)]()[h(0xb2)](h(0xbe))[h(0xb9)]()[h(0xba)](a70a)[h(0xb2)](h(0xbe));});a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a70i(0xb6)]({'name':a70i(0xb3),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});function a70c(){var j=['create','4403333vzdCAc','1208txjWjf','toString','constructor','122318SszhmL','270fGdhRI','30SJOTOh','(((.+)+)+)+$','12DQfixD','1131xpmVte','64468CLvPeV','18257CTxWvL','46JaduxL','36ZSspHg','apply','141426qBBbNv','search','help','1834yUZVtj','49025WqzrpE'];a70c=function(){return j;};return a70c();}
@@ -1 +1 @@
1
- const a71y=a71d;(function(a,b){const v=a71d,c=a();while(!![]){try{const d=-parseInt(v(0xb9))/0x1*(parseInt(v(0xaf))/0x2)+parseInt(v(0xc0))/0x3*(-parseInt(v(0x93))/0x4)+-parseInt(v(0x8f))/0x5+-parseInt(v(0xbf))/0x6+-parseInt(v(0xa3))/0x7*(parseInt(v(0xdf))/0x8)+parseInt(v(0x9e))/0x9+parseInt(v(0x94))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xab426));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a71d;if(c){const e=c[w(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const x=a71d;return a71a[x(0xbb)]()[x(0xa1)]('(((.+)+)+)+$')[x(0xbb)]()[x(0xa5)](a71a)[x(0xa1)](x(0xb5));});function a71c(){const C=['.meteor','homedir','&release=','https://install.meteor.com','Setting\x20Path\x20in\x20/etc/profile','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','getuid','Preparing\x20to\x20install\x20Meteor\x20','data','\x20is\x20not\x20available.','exit','windows','fsi','version','Cleaning\x20up','join','env','apply','https://packages.meteor.com/bootstrap-link?arch=os.','confirm','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','get','existsSync','RELEASE=','string','Network\x20error,\x20please\x20try\x20again.','138776cCmfTV','withSpinner','maka\x20i','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','success','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','force','injectAtEndOfFile','maka\x20install\x20meteor','\x20installed.\x0a','fileContainsString','-rf','1082925gPyBHV','linux','replace','Aborting\x20install','36hwTafg','16054340PWVwcy','cert','platform','setPath','maka\x20install\x20meteor\x20--version\x202.13.3','info','keepInstallFile','grep','Meteor\x20version\x20','export\x20PATH=','12618909kCzbwN','Setting\x20Path\x20in\x20','osx','search','create','182XjGnNI','getGlobalConfig','constructor','NO_NODE_WARNINGS','cacert','/.bashrc','/etc/profile','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','includes','Aborted','error','downloadFile','326338uEVZOi','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','notice','Proceed\x20anyway?','arm64','Path\x20already\x20set\x20in\x20','(((.+)+)+)+$','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','warn','Path\x20already\x20set\x20in\x20/etc/profile','3UukBEZ','/.zshrc','toString','isFile','length','/.bash_profile','2620260MDSTGz','237411XUhXjo','install','Using\x20CA\x20Cert\x20','SHELL','meteor.tar.gz'];a71c=function(){return C;};return a71c();}a71a();import a71e from'os';import a71f from'path';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x89;let f=c[d];return f;},a71d(a,b);}import a71g from'fs';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[a71y(0xc6)]();function isRoot(){const z=a71y;return process['getuid']&&process[z(0xcb)]()===0x0;}Command[a71y(0xa2)]({'name':a71y(0xc1),'aliases':['i'],'validOpts':[a71y(0x89),a71y(0xd2),'cacert',a71y(0x97),a71y(0x9a)],'usage':'maka\x20install','shortDesc':a71y(0xd9),'description':a71y(0xe2),'examples':[a71y(0x8b),'maka\x20install\x20meteor\x20--force',a71y(0x98),a71y(0xe1)]},async function(a,b){const A=a71y;try{let c='';if(b[A(0xa7)]){if(this[A(0xd1)][A(0xbc)](b[A(0xa7)]))Log[A(0xb1)](A(0xc2)+b['cacert']),c=b[A(0xa7)];else throw A(0xaa)+c;}const d=await this['fsi'][A(0xa4)]();if(d['cert']){if(this['fsi'][A(0xbc)](d[A(0x95)]))c=d[A(0x95)];else throw A(0xb6)+c;}let f=![];if(b['f']||b[A(0x89)])f=!![];else{const p=isRoot();p?(Log[A(0xb7)](A(0xe4)),f=await Actions[A(0xd8)](A(0xb2),![])):f=!![];}if(!f)throw A(0xac);const g=process[A(0x96)]==='win32',h=await HTTPS[A(0xda)]({'url':A(0xc8),'cert':c}),i=await this[A(0xd1)][A(0x9b)](h[A(0xcd)],A(0xdc));if(i[A(0xbd)]===0x0)throw A(0xde);process[A(0xd5)][A(0xa6)]='1',Log[A(0xb1)](A(0xcc)+i[0x0][A(0x91)](/[^0-9.]/gi,'')[A(0x91)](/\r?\n|\r/,''));let j=i[0x0][A(0x91)](/[^0-9.]/gi,'')[A(0x91)](/\r?\n|\r/,'');(typeof b['v']===A(0xdd)||typeof b[A(0xd2)]===A(0xdd))&&(j=b['v']||b[A(0xd2)]);const k={'win32':A(0xd0),'darwin':A(0xa0),'linux':A(0x90)},l=A(0xd7)+k[a71e[A(0x96)]()]+'.'+(a71e['arch']()===A(0xb3)?A(0xb3):'x86_64')+A(0xc7)+j,m=await HTTPS['checkAvailability']({'url':l,'cert':c});!m&&(Log['error']('Meteor\x20version\x20'+j+A(0xce)),process[A(0xcf)](0x0));const n=a71f[A(0xd4)](homeDir,A(0xc5)),o=async()=>{const B=A,q=B(0x9d)+n+':$PATH';if(process['env'][B(0xc3)]&&process[B(0xd5)]['SHELL'][B(0xab)]('zsh')){const r=await this[B(0xd1)][B(0x8d)](homeDir+B(0xba),q);if(!r)Log[B(0x99)]('Setting\x20Path\x20in\x20\x20'+homeDir+B(0xba)),this[B(0xd1)][B(0x8a)]({'filePath':homeDir+B(0xba),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x97)]&&Log[B(0x99)](B(0xb4)+homeDir+'/.zshrc');}else{const s=await this[B(0xd1)][B(0x8d)](homeDir+B(0xa8),q);if(!s)Log[B(0x99)](B(0x9f)+homeDir+B(0xa8)),this['fsi'][B(0x8a)]({'filePath':homeDir+B(0xa8),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log['info']('Path\x20already\x20set\x20in\x20'+homeDir+B(0xa8));const t=await this[B(0xd1)][B(0x8d)](homeDir+B(0xbe),q);if(!t)Log[B(0x99)]('Setting\x20Path\x20in\x20'+homeDir+B(0xbe)),this[B(0xd1)][B(0x8a)]({'filePath':homeDir+B(0xbe),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0x99)](B(0xb4)+homeDir+B(0xbe));if(isRoot()){const u=await this[B(0xd1)][B(0x8d)]('/etc/profile',q);if(!u)Log['info'](B(0xc9)),this['fsi']['injectAtEndOfFile']({'filePath':B(0xa9),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0x99)](B(0xb8));}}};b[A(0x97)]&&(await o(),process[A(0xcf)](0x0));if(g)Log[A(0xad)](A(0xca)),process['exit'](0x0);else{if(a71g[A(0xdb)](n)){let q=![];b['f']||b[A(0x89)]?q=!![]:q=await Actions[A(0xd8)](A(0xb0),![]),q?await SpawnAsync[A(0xe0)]('rm',[A(0x8e),n],{'message':'Removing\x20previous\x20install\x20of\x20meteor'}):(Log[A(0x99)](A(0x92)),process[A(0xcf)](0x0));}try{await HTTPS[A(0xae)]({'url':l,'destPath':a71f[A(0xd4)](homeDir,A(0xc4)),'cert':c});const r=a71f[A(0xd4)](homeDir,A(0xc4));this[A(0xd1)]['extractTarGz'](r,homeDir),!b['keepInstallFile']&&await SpawnAsync[A(0xe0)]('rm',[A(0x8e),a71f[A(0xd4)](homeDir,'meteor.tar.gz')],{'message':A(0xd3)}),await o();}catch(s){console[A(0xad)](s);}Log[A(0xe3)](A(0x9c)+j+A(0x8c));}}catch(t){console['error'](t),process[A(0xcf)](0x0);}});
1
+ const a71z=a71d;(function(a,b){const v=a71d,c=a();while(!![]){try{const d=parseInt(v(0x21f))/0x1*(-parseInt(v(0x1d1))/0x2)+parseInt(v(0x1c6))/0x3*(parseInt(v(0x218))/0x4)+-parseInt(v(0x1e5))/0x5+-parseInt(v(0x1dc))/0x6+parseInt(v(0x211))/0x7+parseInt(v(0x216))/0x8*(parseInt(v(0x1e4))/0x9)+parseInt(v(0x1fb))/0xa*(parseInt(v(0x21d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xcdd00));function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1c5;let f=c[d];return f;},a71d(a,b);}const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a71d;if(c){const e=c[w(0x219)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const x=a71d;return a71a['toString']()['search'](x(0x208))[x(0x215)]()[x(0x1d9)](a71a)['search'](x(0x208));});a71a();import a71e from'os';function a71c(){const C=['constructor','osx','downloadFile','2711862vJugAn','\x20is\x20not\x20available.','/.bashrc','extractTarGz','fsi','maka\x20i','install','getGlobalConfig','7434XXaMpX','4035785BjtXiB','maka\x20install\x20meteor\x20--force','cacert','length','grep','cert','arch','info','Path\x20already\x20set\x20in\x20/etc/profile','Cleaning\x20up','create','-rf','getuid','injectAtEndOfFile','existsSync','string','fileContainsString','SHELL','https://install.meteor.com','Meteor\x20version\x20','NO_NODE_WARNINGS','replace','240920XfobGh','keepInstallFile','setPath','maka\x20install\x20meteor','arm64','windows','Setting\x20Path\x20in\x20/etc/profile','/.bash_profile','warn','confirm','data','join','linux','(((.+)+)+)+$','meteor.tar.gz','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','notice','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','exit','/.zshrc','\x20installed.\x0a',':$PATH','9116583EEaXCK','.meteor','Path\x20already\x20set\x20in\x20','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','toString','6936vpjCxF','&release=','915436KBtdkf','apply','force','Removing\x20previous\x20install\x20of\x20meteor','zsh','407Hyzran','Proceed\x20anyway?','5514SSsHxV','error','isFile','3GQSzxz','win32','success','/etc/profile','Setting\x20Path\x20in\x20','withSpinner','x86_64','Setting\x20Path\x20in\x20\x20','version','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','env','376JuKECH','maka\x20install\x20meteor\x20--version\x202.13.3','export\x20PATH=','Aborted','https://packages.meteor.com/bootstrap-link?arch=os.','platform','get','Network\x20error,\x20please\x20try\x20again.'];a71c=function(){return C;};return a71c();}import a71f from'path';import a71g from'fs';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['homedir']();function isRoot(){const y=a71d;return process[y(0x1f1)]&&process[y(0x1f1)]()===0x0;}Command[a71z(0x1ef)]({'name':a71z(0x1e2),'aliases':['i'],'validOpts':[a71z(0x21a),a71z(0x1ce),a71z(0x1e7),a71z(0x1fd),a71z(0x1fc)],'usage':'maka\x20install','shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a71z(0x20c),'examples':[a71z(0x1fe),a71z(0x1e6),a71z(0x1d2),a71z(0x1e1)]},async function(a,b){const A=a71z;try{let c='';if(b['cacert']){if(this[A(0x1e0)][A(0x1c5)](b['cacert']))Log['notice']('Using\x20CA\x20Cert\x20'+b[A(0x1e7)]),c=b[A(0x1e7)];else throw A(0x20a)+c;}const d=await this['fsi'][A(0x1e3)]();if(d[A(0x1ea)]){if(this['fsi']['isFile'](d[A(0x1ea)]))c=d[A(0x1ea)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[A(0x21a)])f=!![];else{const p=isRoot();p?(Log[A(0x203)](A(0x1cf)),f=await Actions[A(0x204)](A(0x21e),![])):f=!![];}if(!f)throw A(0x1d4);const g=process[A(0x1d6)]===A(0x1c7),h=await HTTPS[A(0x1d7)]({'url':A(0x1f7),'cert':c}),i=await this[A(0x1e0)][A(0x1e9)](h[A(0x205)],'RELEASE=');if(i[A(0x1e8)]===0x0)throw A(0x1d8);process['env'][A(0x1f9)]='1',Log[A(0x20b)]('Preparing\x20to\x20install\x20Meteor\x20'+i[0x0][A(0x1fa)](/[^0-9.]/gi,'')[A(0x1fa)](/\r?\n|\r/,''));let j=i[0x0][A(0x1fa)](/[^0-9.]/gi,'')[A(0x1fa)](/\r?\n|\r/,'');(typeof b['v']===A(0x1f4)||typeof b[A(0x1ce)]===A(0x1f4))&&(j=b['v']||b[A(0x1ce)]);const k={'win32':A(0x200),'darwin':A(0x1da),'linux':A(0x207)},l=A(0x1d5)+k[a71e[A(0x1d6)]()]+'.'+(a71e[A(0x1eb)]()===A(0x1ff)?'arm64':A(0x1cc))+A(0x217)+j,m=await HTTPS['checkAvailability']({'url':l,'cert':c});!m&&(Log[A(0x220)]('Meteor\x20version\x20'+j+A(0x1dd)),process[A(0x20d)](0x0));const n=a71f[A(0x206)](homeDir,A(0x212)),o=async()=>{const B=A,q=B(0x1d3)+n+B(0x210);if(process[B(0x1d0)]['SHELL']&&process[B(0x1d0)][B(0x1f6)]['includes'](B(0x21c))){const r=await this[B(0x1e0)][B(0x1f5)](homeDir+B(0x20e),q);if(!r)Log[B(0x1ec)](B(0x1cd)+homeDir+B(0x20e)),this[B(0x1e0)]['injectAtEndOfFile']({'filePath':homeDir+B(0x20e),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1fd)]&&Log[B(0x1ec)]('Path\x20already\x20set\x20in\x20'+homeDir+B(0x20e));}else{const s=await this['fsi'][B(0x1f5)](homeDir+B(0x1de),q);if(!s)Log['info']('Setting\x20Path\x20in\x20'+homeDir+B(0x1de)),this[B(0x1e0)][B(0x1f2)]({'filePath':homeDir+B(0x1de),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1fd)]&&Log[B(0x1ec)](B(0x213)+homeDir+B(0x1de));const t=await this[B(0x1e0)][B(0x1f5)](homeDir+'/.bash_profile',q);if(!t)Log['info'](B(0x1ca)+homeDir+B(0x202)),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+B(0x202),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1fd)]&&Log['info'](B(0x213)+homeDir+B(0x202));if(isRoot()){const u=await this['fsi'][B(0x1f5)]('/etc/profile',q);if(!u)Log[B(0x1ec)](B(0x201)),this[B(0x1e0)][B(0x1f2)]({'filePath':B(0x1c9),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1fd)]&&Log['info'](B(0x1ed));}}};b[A(0x1fd)]&&(await o(),process[A(0x20d)](0x0));if(g)Log['error']('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process[A(0x20d)](0x0);else{if(a71g[A(0x1f3)](n)){let q=![];b['f']||b[A(0x21a)]?q=!![]:q=await Actions[A(0x204)](A(0x214),![]),q?await SpawnAsync[A(0x1cb)]('rm',[A(0x1f0),n],{'message':A(0x21b)}):(Log['info']('Aborting\x20install'),process[A(0x20d)](0x0));}try{await HTTPS[A(0x1db)]({'url':l,'destPath':a71f[A(0x206)](homeDir,A(0x209)),'cert':c});const r=a71f[A(0x206)](homeDir,A(0x209));this[A(0x1e0)][A(0x1df)](r,homeDir),!b[A(0x1fc)]&&await SpawnAsync[A(0x1cb)]('rm',[A(0x1f0),a71f[A(0x206)](homeDir,A(0x209))],{'message':A(0x1ee)}),await o();}catch(s){console[A(0x220)](s);}Log[A(0x1c8)](A(0x1f8)+j+A(0x20f));}}catch(t){console[A(0x220)](t),process[A(0x20d)](0x0);}});
@@ -1 +1 @@
1
- const a72m=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x106;let f=c[d];return f;},a72d(a,b);}(function(a,b){const j=a72d,c=a();while(!![]){try{const d=parseInt(j(0x121))/0x1+-parseInt(j(0x126))/0x2+-parseInt(j(0x11c))/0x3*(-parseInt(j(0x106))/0x4)+-parseInt(j(0x123))/0x5+parseInt(j(0x110))/0x6+parseInt(j(0x10e))/0x7*(parseInt(j(0x111))/0x8)+-parseInt(j(0x11a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xd47ce));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a72d;if(c){const e=c[k(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const l=a72d;return a72a[l(0x12d)]()[l(0x108)](l(0x10d))[l(0x12d)]()['constructor'](a72a)[l(0x108)](l(0x10d));});a72a();import a72e from'path';function a72c(){const o=['maka\x20jsdoc\x20--init','1473703mkpbIl','\x20-c\x20','4566375EcCzoU','\x20-d\x20','logWithSpinner','2358234ADNjIp','\x20-r\x20app','logError','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','app/packages','inherit','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','toString','1912MpaztX','isFile','search','apply','stringify','app/private','\x0a[+]\x20Documentation\x20written\x20to\x20','(((.+)+)+)+$','7kUmhgL','logNotice','10397124HtkCPl','7727256gldbey','jsdoc','join','fsi','stop','config','maka\x20jsdoc','utf-8','plugins/markdown','26004726rPyCNN','writeFileSync','10542GCSyZN','closure','sep','pathFromProject'];a72c=function(){return o;};return a72c();}import a72f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a72m(0x112),'usage':a72m(0x117),'mustBeInMakaProject':!![],'shortDesc':a72m(0x129),'examples':[a72m(0x120),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a72m,a=a72e[n(0x113)](this[n(0x114)]['pathFromProject']({}),'docs'+a72e[n(0x11e)]),b=a72e[n(0x113)](this[n(0x114)][n(0x11f)]({}),n(0x116),'jsdoc-config.json'),c=this[n(0x114)][n(0x11f)]({}),d=n(0x112);if(!this[n(0x107)](b)){const g={'plugins':[n(0x119)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x112),n(0x11d)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0x12a),'app/node_modules','app/public',n(0x10b)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x118)}};a72f[n(0x11b)](b,JSON[n(0x10a)](g,null,0x4));}const f=this[n(0x125)]('Running\x20'+d);try{const h=d+n(0x122)+b+n(0x127)+a72e[n(0x11e)]+n(0x124)+a;execSync(h,{'cwd':c,'stdio':n(0x12b)}),this[n(0x10f)](n(0x10c)+a);}catch(i){this[n(0x128)](i),this[n(0x128)](n(0x12c));}finally{f[n(0x115)]();}});
1
+ const a72l=a72d;(function(a,b){const j=a72d,c=a();while(!![]){try{const d=-parseInt(j(0xad))/0x1+parseInt(j(0xa5))/0x2*(parseInt(j(0x8c))/0x3)+parseInt(j(0x9e))/0x4+-parseInt(j(0x8a))/0x5*(parseInt(j(0xab))/0x6)+parseInt(j(0x8d))/0x7+parseInt(j(0x97))/0x8*(-parseInt(j(0xaa))/0x9)+parseInt(j(0x99))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x33f91));function a72c(){const n=['1184792SdPEhY','app/private','jsdoc-config.json','inherit','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','app/public','sep','234IaqzSB','plugins/markdown','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','config','\x20-d\x20','1860426Gtrufi','2634GsFmpb','closure','404146MqhcHg','Running\x20','\x0a[+]\x20Documentation\x20written\x20to\x20','jsdoc','\x20-c\x20','app/node_modules','logNotice','search','1415gECywS','(((.+)+)+)+$','7758EcVGIW','564060fJASEL','isFile','fsi','join','pathFromProject','logWithSpinner','utf-8','toString','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','stop','16SJwkCH','create','4753520jXZrUQ','app/packages','.+\x5c.(j|t)s(doc|x)?$','maka\x20jsdoc','logError'];a72c=function(){return n;};return a72c();}const a72b=(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;};}()),a72a=a72b(this,function(){const k=a72d;return a72a[k(0x94)]()[k(0x89)](k(0x8b))['toString']()['constructor'](a72a)[k(0x89)]('(((.+)+)+)+$');});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x89;let f=c[d];return f;},a72d(a,b);}a72a();import a72e from'path';import a72f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a72l(0x98)]({'name':a72l(0xb0),'usage':a72l(0x9c),'mustBeInMakaProject':!![],'shortDesc':a72l(0xa7),'examples':['maka\x20jsdoc\x20--init',a72l(0x9c)],'validOpts':[]},function(){const m=a72l,a=a72e[m(0x90)](this[m(0x8f)]['pathFromProject']({}),'docs'+a72e[m(0xa4)]),b=a72e[m(0x90)](this['fsi'][m(0x91)]({}),m(0xa8),m(0xa0)),c=this[m(0x8f)][m(0x91)]({}),d=m(0xb0);if(!this[m(0x8e)](b)){const g={'plugins':[m(0xa6)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',m(0xac)]},'source':{'includePattern':m(0x9b),'excludePattern':m(0x95),'exclude':[m(0x9a),m(0xb2),m(0xa3),m(0x9f)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x93)}};a72f['writeFileSync'](b,JSON['stringify'](g,null,0x4));}const f=this[m(0x92)](m(0xae)+d);try{const h=d+m(0xb1)+b+'\x20-r\x20app'+a72e['sep']+m(0xa9)+a;execSync(h,{'cwd':c,'stdio':m(0xa1)}),this[m(0xb3)](m(0xaf)+a);}catch(i){this['logError'](i),this[m(0x9d)](m(0xa2));}finally{f[m(0x96)]();}});
@@ -1 +1 @@
1
- const a73s=a73d;(function(a,b){const p=a73d,c=a();while(!![]){try{const d=-parseInt(p(0xc6))/0x1*(parseInt(p(0xbf))/0x2)+parseInt(p(0xbe))/0x3*(-parseInt(p(0xb0))/0x4)+parseInt(p(0xb3))/0x5*(parseInt(p(0xc7))/0x6)+parseInt(p(0xc2))/0x7*(-parseInt(p(0xc8))/0x8)+-parseInt(p(0xc5))/0x9*(parseInt(p(0xbc))/0xa)+-parseInt(p(0xb2))/0xb+-parseInt(p(0xca))/0xc*(-parseInt(p(0xb9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x272b1));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a73d;if(c){const e=c[q(0xc3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const r=a73d;return a73a[r(0xa5)]()[r(0xcb)](r(0xba))[r(0xa5)]()[r(0xaf)](a73a)[r(0xcb)](r(0xba));});a73a();function a73c(){const u=['10DbaJYq','maka\x20lint\x20--fix','eslint-plugin-react','length','Lint\x20results\x20for\x20','error','13MFFcpQ','(((.+)+)+)+$','template','1570fnaKIF','isFile','507vrynJE','38518ZZUheD','eslint','success','10255htYstg','apply','eslint/eslintrc.json','8199XPKpXz','7PyjGXS','283818LdgAkY','1480xegmSC','checkNpmPackage','11272344jYUMha','search','join','toString','.eslintrc.json','notice','All\x20good!\x20:)','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','push','lintFiles','maka\x20lint','fix','fsi','constructor','6888YJvXzS','findAppDirectory','370172lGOMoL'];a73c=function(){return u;};return a73c();}import a73e from'path';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xa4;let f=c[d];return f;},a73d(a,b);}import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command['create']({'name':'lint','usage':a73s(0xac),'maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a73s(0xa9),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a73s(0xb4)]},async function(a,b){const t=a73s;try{const c=this['fsi'][t(0xb1)](),d=this[t(0xae)][t(0xc9)](t(0xc0)),f=this[t(0xae)][t(0xc9)]('eslint-plugin-react'),g=this[t(0xae)][t(0xc9)]('eslint-plugin-css'),h=[];!d&&h['push'](t(0xc0));!f&&h[t(0xaa)](t(0xb5));!g&&h[t(0xaa)]('eslint-plugin-css');h[t(0xb6)]>0x0&&await this['fsi']['installNpmPackage'](h['join']('\x20'),{'dev':!![]});const i=this[t(0xae)][t(0xbd)](a73e[t(0xa4)](c,t(0xa6)));if(!i){const n={'noRename':!![]};await this[t(0xae)][t(0xbb)]({'srcPath':t(0xc4),'destPath':a73e['join'](c,t(0xa6)),'framework':'service','context':n});}const j=new ESLint(),k=await j[t(0xab)]([a73e[t(0xa4)](c,'imports','**')]),l=await j['loadFormatter']('stylish'),m=l['format'](k);m['length']>0x0?Log['bright'](m):Log[t(0xc1)](t(0xa8)),Log[t(0xa7)](t(0xb7)+c+'/imports'),b[t(0xad)]?await ESLint['outputFixes'](k):Log[t(0xa7)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console[t(0xb8)](o);}});
1
+ function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x18d;let f=c[d];return f;},a73d(a,b);}const a73r=a73d;(function(a,b){const p=a73d,c=a();while(!![]){try{const d=-parseInt(p(0x1a2))/0x1+parseInt(p(0x1ac))/0x2*(-parseInt(p(0x1ab))/0x3)+parseInt(p(0x1ae))/0x4+parseInt(p(0x192))/0x5*(parseInt(p(0x1a6))/0x6)+parseInt(p(0x19c))/0x7+parseInt(p(0x19e))/0x8*(-parseInt(p(0x1a4))/0x9)+parseInt(p(0x19b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x5d861));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(0x191)](q(0x195))['toString']()['constructor'](a73a)[q(0x191)]('(((.+)+)+)+$');});a73a();import a73e from'path';import{ESLint}from'eslint';function a73c(){const t=['notice','93369zuvqmY','22dMOJpg','push','2850940oPrieQ','outputFixes','isFile','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','length','success','checkNpmPackage','format','service','error','findAppDirectory','join','search','16650YongeW','fix','Lint\x20results\x20for\x20','(((.+)+)+)+$','eslint','eslint-plugin-react','eslint-plugin-css','installNpmPackage','lintFiles','3423550zECPgz','3476851UoCONy','fsi','3199288cVmIiA','imports','maka\x20lint\x20--fix','stylish','609596xUrSdT','create','9PVyWqj','.eslintrc.json','330gxuakf','bright','lint','toString'];a73c=function(){return t;};return a73c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a73r(0x1a3)]({'name':a73r(0x1a8),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a73r(0x1b1),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a73r(0x1a0)]},async function(a,b){const s=a73r;try{const c=this[s(0x19d)][s(0x18f)](),d=this['fsi'][s(0x1b4)]('eslint'),f=this[s(0x19d)]['checkNpmPackage'](s(0x197)),g=this['fsi'][s(0x1b4)](s(0x198)),h=[];!d&&h['push'](s(0x196));!f&&h[s(0x1ad)]('eslint-plugin-react');!g&&h['push'](s(0x198));h['length']>0x0&&await this['fsi'][s(0x199)](h['join']('\x20'),{'dev':!![]});const i=this[s(0x19d)][s(0x1b0)](a73e['join'](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this[s(0x19d)]['template']({'srcPath':'eslint/eslintrc.json','destPath':a73e[s(0x190)](c,s(0x1a5)),'framework':s(0x18d),'context':n});}const j=new ESLint(),k=await j[s(0x19a)]([a73e[s(0x190)](c,s(0x19f),'**')]),l=await j['loadFormatter'](s(0x1a1)),m=l[s(0x1b5)](k);m[s(0x1b2)]>0x0?Log[s(0x1a7)](m):Log[s(0x1b3)]('All\x20good!\x20:)'),Log[s(0x1aa)](s(0x194)+c+'/imports'),b[s(0x193)]?await ESLint[s(0x1af)](k):Log[s(0x1aa)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console[s(0x18e)](o);}});
@@ -1 +1 @@
1
- function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x131;let f=c[d];return f;},a74d(a,b);}const a74z=a74d;function a74c(){const B=['search','exit','Email:','assign','email','isFile','failure','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','26cwLnAg','create','True','sha256','12092uxkcLT','cert','localhost','error','(((.+)+)+)+$','getGlobalConfig','setGlobalConfig','get','toString','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','toHex','1612900sfdQmo','2400018rFOMgr','/api/v1/login','withSpinner','cacert','ask','2443581vZGHVV','notice','/api/v1/encodeJwt','2291096OfYgzo','Preflight\x20Check','maka\x20login','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','post','Using\x20CA\x20Cert\x20','password','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','www.maka-cli.com','header','authToken','Password:\x20','success','/api/v1/status','parse','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','apply','constructor','start','Logging\x20in','update','MAKA_DEV','https://','login','1006940AOGzjX','3448200crlIsQ'];a74c=function(){return B;};return a74c();}(function(a,b){const w=a74d,c=a();while(!![]){try{const d=-parseInt(w(0x138))/0x1*(-parseInt(w(0x134))/0x2)+parseInt(w(0x144))/0x3+-parseInt(w(0x164))/0x4+-parseInt(w(0x143))/0x5+-parseInt(w(0x165))/0x6+parseInt(w(0x149))/0x7+parseInt(w(0x14c))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x6c509));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a74d;if(c){const e=c[x(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const y=a74d;return a74a[y(0x140)]()[y(0x166)](y(0x13c))[y(0x140)]()[y(0x15d)](a74a)[y(0x166)](y(0x13c));});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';const hostname=process['env'][a74z(0x161)]===a74z(0x136)?a74z(0x13a):a74z(0x154);Command[a74z(0x135)]({'name':a74z(0x163),'validOpts':[a74z(0x16a),a74z(0x152),'help','cacert','debug'],'usage':a74z(0x14e),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a74z(0x15b),'examples':[a74z(0x14e),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a74z,c=Log[A(0x146)]();try{let d='';b[A(0x147)]&&(this['fsi']['isFile'](b[A(0x147)])?(d=b[A(0x147)],Log[A(0x14a)](A(0x151)+d)):Log['error'](A(0x14f)+d));const f=await this['fsi'][A(0x13d)]();if(f[A(0x139)]){if(this['fsi'][A(0x131)](f[A(0x139)]))d=f['cert'];else{Log[A(0x13b)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[A(0x155)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x162)+hostname+A(0x159)};b[A(0x147)]&&Object[A(0x169)](g,{'cert':d});c['start'](A(0x14d));const {statusCode:h}=await HTTPS[A(0x13f)](g);if(h===0x198){c[A(0x132)]();throw A(0x153);}if(h!==0xc8){c[A(0x132)]();throw A(0x162)+hostname+A(0x133);}c['success']();const i=b['email']?b[A(0x16a)]:await Actions[A(0x148)](A(0x168)),j=b[A(0x152)]?b[A(0x152)]:await Actions['ask'](A(0x157),!![]),k=a74e['md'][A(0x137)][A(0x135)]();k[A(0x160)](j);const l=k['digest']()[A(0x142)](),m={'hostname':hostname,'path':A(0x145),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object[A(0x169)](m,{'cert':d});c[A(0x15e)](A(0x15f));const {data:n,statusCode:o}=await HTTPS[A(0x150)](m);if(o===0x198){c[A(0x132)]('\x0a');throw A(0x141)+hostname;}const p=JSON[A(0x15a)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x14b),'headers':{'x-auth-token':p[A(0x156)]},'data':{}};b['cacert']&&Object[A(0x169)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x150)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x13e)](u);}else{c['failure']();throw p;}c[A(0x158)]();}catch(v){c[A(0x132)](),console[A(0x13b)](v),process[A(0x167)](0x0);}});
1
+ const a74z=a74d;(function(a,b){const w=a74d,c=a();while(!![]){try{const d=-parseInt(w(0x164))/0x1+parseInt(w(0x156))/0x2*(-parseInt(w(0x151))/0x3)+parseInt(w(0x150))/0x4+-parseInt(w(0x170))/0x5+-parseInt(w(0x163))/0x6*(-parseInt(w(0x15d))/0x7)+parseInt(w(0x160))/0x8+parseInt(w(0x171))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x9edc8));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a74d;if(c){const e=c[x(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const y=a74d;return a74a[y(0x174)]()['search'](y(0x15f))[y(0x174)]()[y(0x158)](a74a)[y(0x13a)](y(0x15f));});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';const hostname=process[a74z(0x169)][a74z(0x146)]===a74z(0x16f)?a74z(0x138):a74z(0x14d);Command[a74z(0x16d)]({'name':a74z(0x15a),'validOpts':[a74z(0x173),'password',a74z(0x165),'cacert',a74z(0x153)],'usage':a74z(0x14e),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a74z(0x155),'examples':[a74z(0x14e),a74z(0x148)]},async function(a,b){const A=a74z,c=Log[A(0x167)]();try{let d='';b[A(0x139)]&&(this[A(0x152)][A(0x14b)](b[A(0x139)])?(d=b[A(0x139)],Log[A(0x147)](A(0x13f)+d)):Log['error']('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this['fsi'][A(0x14c)]();if(f[A(0x16b)]){if(this['fsi']['isFile'](f[A(0x16b)]))d=f[A(0x16b)];else{Log['error'](A(0x16c)+d);return;}}Log[A(0x140)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x172)+hostname+A(0x15c)};b[A(0x139)]&&Object[A(0x13e)](g,{'cert':d});c[A(0x157)](A(0x145));const {statusCode:h}=await HTTPS[A(0x13b)](g);if(h===0x198){c[A(0x144)]();throw A(0x141);}if(h!==0xc8){c['failure']();throw A(0x172)+hostname+A(0x175);}c[A(0x14a)]();const i=b[A(0x173)]?b[A(0x173)]:await Actions['ask'](A(0x161)),j=b['password']?b[A(0x14f)]:await Actions[A(0x15b)](A(0x16a),!![]),k=a74e['md']['sha256']['create']();k[A(0x159)](j);const l=k[A(0x142)]()['toHex'](),m={'hostname':hostname,'path':A(0x16e),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object[A(0x13e)](m,{'cert':d});c[A(0x157)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x143)](m);if(o===0x198){c[A(0x144)]('\x0a');throw A(0x162)+hostname;}const p=JSON[A(0x168)](n);if(p[A(0x166)]){const q={'hostname':hostname,'path':A(0x15e),'headers':{'x-auth-token':p['authToken']},'data':{}};b['cacert']&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x143)](q),{token:t}=JSON[A(0x168)](r);if(s===0x198)throw A(0x162)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x13d)](u);}else{c[A(0x144)]();throw p;}c[A(0x14a)]();}catch(v){c['failure'](),console[A(0x154)](v),process[A(0x13c)](0x0);}});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x138;let f=c[d];return f;},a74d(a,b);}function a74c(){const B=['Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','digest','post','failure','Preflight\x20Check','MAKA_DEV','notice','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','apply','success','isFile','getGlobalConfig','www.maka-cli.com','maka\x20login','password','4345792KjZZZv','3AUzNjx','fsi','debug','error','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','2474778NiHiXU','start','constructor','update','login','ask','/api/v1/status','49GgPXnA','/api/v1/encodeJwt','(((.+)+)+)+$','2627752iLjJBp','Email:','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','594570ArYEkR','213613xxOrBw','help','authToken','withSpinner','parse','env','Password:\x20','cert','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','create','/api/v1/login','True','6315510oMuzts','11305962deHFII','https://','email','toString','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','localhost','cacert','search','get','exit','setGlobalConfig','assign','Using\x20CA\x20Cert\x20','header'];a74c=function(){return B;};return a74c();}
@@ -1 +1 @@
1
- const a75o=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=parseInt(l(0x184))/0x1*(-parseInt(l(0x188))/0x2)+-parseInt(l(0x191))/0x3*(parseInt(l(0x17a))/0x4)+-parseInt(l(0x17d))/0x5*(-parseInt(l(0x172))/0x6)+parseInt(l(0x198))/0x7+-parseInt(l(0x171))/0x8*(parseInt(l(0x199))/0x9)+parseInt(l(0x197))/0xa+parseInt(l(0x194))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x4a904));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a75d;if(c){const e=c[m(0x18e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const n=a75d;return a75a[n(0x175)]()[n(0x18c)](n(0x186))['toString']()[n(0x16f)](a75a)['search'](n(0x186));});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[a75o(0x176)][a75o(0x181)]===a75o(0x180)?a75o(0x195):a75o(0x177);function a75c(){const q=['notice','search','logout','apply','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','create','3toRhMu','fsi','token','5208533PpgMDQ','localhost','https://','3647330lCElow','3394076zGCCYf','1648683vwRpsd','Preflight\x20Check','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20logout','constructor','header','24RNLdKC','444786XmZkiq','error','/api/v1/status','toString','env','www.maka-cli.com','Using\x20CA\x20Cert\x20','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','1579556qfvIRd','success','withSpinner','10lIBosL','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','Logging\x20out','True','MAKA_DEV','cert','start','13844gVKpXG','cacert','(((.+)+)+)+$','setGlobalConfig','32BsbxWO','failure','exit'];a75c=function(){return q;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x16e;let f=c[d];return f;},a75d(a,b);}Command[a75o(0x190)]({'name':a75o(0x18d),'validOpts':[a75o(0x185)],'usage':a75o(0x16e),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a75o(0x16e)]},async function(a,b){const p=a75o,c=Log[p(0x17c)]();try{let d='';b[p(0x185)]&&(this[p(0x192)]['isFile'](b[p(0x185)])?(d=b[p(0x185)],Log[p(0x18b)](p(0x178)+d)):Log[p(0x173)](p(0x19b)+d));const f=await this[p(0x192)]['getGlobalConfig']();if(f[p(0x182)]){if(this[p(0x192)]['isFile'](f[p(0x182)]))d=f[p(0x182)];else{c[p(0x189)]();throw Log[p(0x173)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log[p(0x170)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':p(0x196)+hostname+p(0x174)};b[p(0x185)]&&Object['assign'](g,{'cert':d});c[p(0x183)](p(0x19a));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0x189)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0x17b)]();if(h!==0xc8){c['failure']();throw p(0x179);}if(!f?.[p(0x193)]?.['authToken'])throw Log[p(0x173)](p(0x17e));c[p(0x183)](p(0x17f));const i={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':f[p(0x193)]['authToken']}};b['cacert']&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS['post'](i);if(j===0x198){c[p(0x189)]('\x0a');throw p(0x18f);}this[p(0x192)][p(0x187)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x17b)]();}catch(k){k&&console[p(0x173)](k),process[p(0x18a)](0x0);}});
1
+ const a75o=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=-parseInt(l(0x1e5))/0x1+parseInt(l(0x1d0))/0x2*(-parseInt(l(0x1e6))/0x3)+parseInt(l(0x1f9))/0x4+-parseInt(l(0x1ec))/0x5+-parseInt(l(0x1ff))/0x6*(-parseInt(l(0x1d6))/0x7)+parseInt(l(0x1f1))/0x8*(-parseInt(l(0x1f7))/0x9)+parseInt(l(0x1f8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xade63));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1d0;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(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const n=a75d;return a75a['toString']()['search'](n(0x1db))[n(0x1e0)]()[n(0x1ef)](a75a)[n(0x1e4)](n(0x1db));});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[a75o(0x1fe)][a75o(0x1de)]===a75o(0x1d9)?a75o(0x1fa):'www.maka-cli.com';function a75c(){const q=['env','767478PcBlqx','761906uUhxcR','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','get','success','logout','header','14zCSTiq','fsi','error','True','isFile','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','apply','MAKA_DEV','create','toString','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','search','106305HUcNwJ','3rFlfJH','assign','post','Preflight\x20Check','https://','/api/v1/status','4864720gCqXpF','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','constructor','/api/v1/logoutAll','938328mQgTUO','cacert','failure','authToken','Logging\x20out\x20of\x20https://','cert','63pLiUeJ','25554640xIJBCe','728960WTrGzI','localhost','token','getGlobalConfig','Logging\x20out'];a75c=function(){return q;};return a75c();}Command[a75o(0x1df)]({'name':a75o(0x1d4),'validOpts':[a75o(0x1f2)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a75o(0x1d1),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a75o,c=Log['withSpinner']();try{let d='';b[p(0x1f2)]&&(this[p(0x1d7)]['isFile'](b[p(0x1f2)])?(d=b[p(0x1f2)],Log[p(0x1ed)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0x1d8)](p(0x1dc)+d));const f=await this[p(0x1d7)][p(0x1fc)]();if(f[p(0x1f6)]){if(this[p(0x1d7)][p(0x1da)](f[p(0x1f6)]))d=f[p(0x1f6)];else{c[p(0x1f3)]();throw Log[p(0x1d8)](p(0x1e2)+d);}}Log[p(0x1d5)](p(0x1f5)+hostname);const g={'url':p(0x1ea)+hostname+p(0x1eb)};b[p(0x1f2)]&&Object[p(0x1e7)](g,{'cert':d});c['start'](p(0x1e9));const {statusCode:h}=await HTTPS[p(0x1d2)](g);if(h===0x198){c[p(0x1f3)]();throw p(0x1e1);}c['success']();if(h!==0xc8){c['failure']();throw p(0x1ee);}if(!f?.[p(0x1fb)]?.['authToken'])throw Log[p(0x1d8)](p(0x1e3));c['start'](p(0x1fd));const i={'hostname':hostname,'path':p(0x1f0),'data':{},'headers':{'x-auth-token':f[p(0x1fb)][p(0x1f4)]}};b[p(0x1f2)]&&Object[p(0x1e7)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x1e8)](i);if(j===0x198){c[p(0x1f3)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this['fsi']['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1d3)]();}catch(k){k&&console[p(0x1d8)](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a76j=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=parseInt(h(0x96))/0x1*(parseInt(h(0x94))/0x2)+-parseInt(h(0x8d))/0x3*(parseInt(h(0x85))/0x4)+parseInt(h(0x8b))/0x5*(-parseInt(h(0x83))/0x6)+parseInt(h(0x80))/0x7+parseInt(h(0x89))/0x8+parseInt(h(0x8c))/0x9+-parseInt(h(0x8f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x282a7));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['toString']()[i(0x92)](i(0x8a))[i(0x99)]()[i(0x84)](a76a)[i(0x92)](i(0x8a));});a76a();import a76e from'fs';import a76f from'path';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x80;let f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a76j(0x97),'aliases':['l',a76j(0x95)],'usage':'maka\x20logs','requiredOpts':[a76j(0x82)],'mustBeInMakaProject':!![],'validOpts':[a76j(0x91)],'shortDesc':a76j(0x88),'examples':['maka\x20logs\x20--env\x20dev','maka\x20logs\x20--env\x20staging','maka\x20l\x20-e\x20p']},function(a,b){const k=a76j,c=k(0x8e),d=this['fsi'][k(0x90)](b[k(0x82)]),e=a76f[k(0x93)](d,k(0x81)),f=a76e[k(0x87)](e),g=JSON[k(0x9a)](f[k(0x99)]());Object[k(0x98)](g,{'env':d}),SSH[k(0x86)](c,g,{'tty':!![],'verbose':!![]});});function a76c(){const l=['parse','1068970ZdqOBE','ssh.json','env','6CAbyLi','constructor','4lUFOaj','sshSync','readFileSync','View\x20the\x20PM2\x20logs','177504tzcYaw','(((.+)+)+)+$','952940wHBeru','2794347YDPhPI','967401lGmoVO','pm2\x20logs','1279670wnCnVf','getConfigPath','verbose','search','join','192rRPTud','log','3335QgfVvV','logs','assign','toString'];a76c=function(){return l;};return a76c();}
1
+ const a76k=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=parseInt(h(0xe1))/0x1*(-parseInt(h(0xe8))/0x2)+-parseInt(h(0xd7))/0x3*(-parseInt(h(0xec))/0x4)+-parseInt(h(0xe2))/0x5*(-parseInt(h(0xe9))/0x6)+-parseInt(h(0xd8))/0x7+-parseInt(h(0xd9))/0x8+-parseInt(h(0xe5))/0x9*(-parseInt(h(0xeb))/0xa)+parseInt(h(0xdd))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe5931));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a76d;if(c){const e=c[i(0xe7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const j=a76d;return a76a[j(0xd1)]()[j(0xe4)](j(0xe0))[j(0xd1)]()['constructor'](a76a)[j(0xe4)](j(0xe0));});a76a();import a76e from'fs';import a76f from'path';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0xcf;let f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a76c(){const m=['maka\x20logs\x20--env\x20staging','apply','4TNoHPt','153138BCDkFP','parse','124720HsMGdo','80EOkMyt','readFileSync','verbose','ssh.json','create','toString','fsi','env','maka\x20l\x20-e\x20p','logs','View\x20the\x20PM2\x20logs','43431veyXSp','572187crKFJd','3719504JZZNWN','join','getConfigPath','sshSync','2368058hyWXIV','maka\x20logs\x20--env\x20dev','assign','(((.+)+)+)+$','816990kcVOMF','190eWJkow','pm2\x20logs','search','1188IsjNCL'];a76c=function(){return m;};return a76c();}Command[a76k(0xd0)]({'name':a76k(0xd5),'aliases':['l','log'],'usage':'maka\x20logs','requiredOpts':[a76k(0xd3)],'mustBeInMakaProject':!![],'validOpts':[a76k(0xee)],'shortDesc':a76k(0xd6),'examples':[a76k(0xde),a76k(0xe6),a76k(0xd4)]},function(a,b){const l=a76k,c=l(0xe3),d=this[l(0xd2)][l(0xdb)](b[l(0xd3)]),e=a76f[l(0xda)](d,l(0xcf)),f=a76e[l(0xed)](e),g=JSON[l(0xea)](f['toString']());Object[l(0xdf)](g,{'env':d}),SSH[l(0xdc)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a77j=a77d;function a77c(){const l=['206nxVCwZ','exit','886599dsCycv','(((.+)+)+)+$','1144348rKPGWs','constructor','8562770WrfNzE','3004ReFKMr','findSubCommand','2047664nolpLr','588906UQEEhQ','maka\x20<command>\x20[<args>]\x20[<opts>]','maka','maka\x20install\x20meteor','slice','apply','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','5IsTNYU','search','maka\x20create\x20Todo','toString','7QVxunZ','3399750DRFUid','maka\x20--help','fsi'];a77c=function(){return l;};return a77c();}(function(a,b){const g=a77d,c=a();while(!![]){try{const d=-parseInt(g(0x137))/0x1*(-parseInt(g(0x149))/0x2)+parseInt(g(0x132))/0x3+-parseInt(g(0x134))/0x4*(-parseInt(g(0x141))/0x5)+parseInt(g(0x13a))/0x6*(parseInt(g(0x145))/0x7)+-parseInt(g(0x139))/0x8+parseInt(g(0x146))/0x9+-parseInt(g(0x136))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x3e2ea));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a77d;if(c){const e=c[h(0x13f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const i=a77d;return a77a[i(0x144)]()[i(0x142)]('(((.+)+)+)+$')['toString']()[i(0x135)](a77a)[i(0x142)](i(0x133));});a77a();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x131;let f=c[d];return f;},a77d(a,b);}import{Command}from'../command.js';const Maka=new Command({'name':a77j(0x13c),'minArgLength':0x1,'shortDesc':a77j(0x140),'validOpts':[],'usage':a77j(0x13b),'disableAuthCheck':!![],'examples':[a77j(0x147),a77j(0x13d),a77j(0x143),'maka\x20run'],'description':'\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'},async function(a,b){const k=a77j;try{const c=a[0x0],d=this[k(0x138)](c);d?this['runSubCommand'](c,a[k(0x13e)](0x1),b):this[k(0x148)]['maybeProxyCommandToMeteor']();}catch(f){console['error'](f),process[k(0x131)](0x1);}});export default Maka;
1
+ const a77j=a77d;(function(a,b){const g=a77d,c=a();while(!![]){try{const d=parseInt(g(0xcf))/0x1+parseInt(g(0xc9))/0x2*(parseInt(g(0xd2))/0x3)+parseInt(g(0xc6))/0x4*(parseInt(g(0xcb))/0x5)+parseInt(g(0xd0))/0x6+-parseInt(g(0xc3))/0x7*(parseInt(g(0xd1))/0x8)+-parseInt(g(0xd3))/0x9*(-parseInt(g(0xc7))/0xa)+parseInt(g(0xce))/0xb*(-parseInt(g(0xc4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xaf4fb));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a77d;if(c){const e=c[h(0xca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const i=a77d;return a77a['toString']()[i(0xd4)]('(((.+)+)+)+$')[i(0xcd)]()['constructor'](a77a)[i(0xd4)]('(((.+)+)+)+$');});a77a();import{Command}from'../command.js';function a77c(){const l=['maka\x20create\x20Todo','slice','maka\x20<command>\x20[<args>]\x20[<opts>]','error','maka\x20--help','4042262eAZfer','11464692RaLYjW','maka\x20install\x20meteor','440988MzGqHh','190BCMcLW','exit','2071292hZipdC','apply','5GYRyFE','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','toString','22AukxvV','225910zSThqN','5988150xKxWXj','16RYtMco','3PxUmmC','669771vhipnl','search'];a77c=function(){return l;};return a77c();}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xbf;let f=c[d];return f;},a77d(a,b);}const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a77j(0xcc),'validOpts':[],'usage':a77j(0xc0),'disableAuthCheck':!![],'examples':[a77j(0xc2),a77j(0xc5),a77j(0xd5),'maka\x20run'],'description':'\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'},async function(a,b){const k=a77j;try{const c=a[0x0],d=this['findSubCommand'](c);d?this['runSubCommand'](c,a[k(0xbf)](0x1),b):this['fsi']['maybeProxyCommandToMeteor']();}catch(f){console[k(0xc1)](f),process[k(0xc8)](0x1);}});export default Maka;