@maka/maka-cli 4.6.13 → 4.6.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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(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
+ var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x14f))/0x1+-parseInt(f(0x145))/0x2*(parseInt(f(0x155))/0x3)+-parseInt(f(0x159))/0x4+parseInt(f(0x161))/0x5+-parseInt(f(0x148))/0x6*(parseInt(f(0x165))/0x7)+parseInt(f(0x147))/0x8+-parseInt(f(0x14c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x5f7c6));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x15c)]()[h(0x15b)](h(0x153))[h(0x15c)]()['constructor'](a55a)[h(0x15b)](h(0x153));});function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x13f;var f=c[d];return f;},a55d(a,b);}a55a();import{EventEmitter}from'events';export class AbstractScene{[a55i(0x144)];['player'];[a55i(0x160)];[a55i(0x14e)];}export class AbstractRoom extends EventEmitter{[a55i(0x14a)];[a55i(0x164)];[a55i(0x15d)];[a55i(0x166)];[a55i(0x15a)];[a55i(0x14b)];['isStartRoom'];}export class AbstractDoor{[a55i(0x13f)];[a55i(0x141)];[a55i(0x152)];[a55i(0x162)];[a55i(0x14a)];[a55i(0x160)];[a55i(0x14d)];}export class AbstractInventory{['items'];['logger'];}export class AbstractItem{[a55i(0x151)];[a55i(0x14a)];[a55i(0x164)];[a55i(0x149)];[a55i(0x15f)];[a55i(0x154)];['color'];[a55i(0x143)];[a55i(0x142)];[a55i(0x140)];}export class AbstractPlayer{[a55i(0x157)];['_currentLocation'];[a55i(0x163)];[a55i(0x146)];[a55i(0x15e)];[a55i(0x150)];}function a55c(){var j=['inventory','roomA','weight','roomB','rating','texture','rooms','68KKpCfp','_equipment','3162208OIGCbt','656238UEupnB','size','name','roomType','3686769QQpnLE','isLockable','characterLocations','732183ElDKsF','_logger','uuid','isLocked','(((.+)+)+)+$','shape','13422lrNiUk','solved','_playerName','apply','1562308sPkzsW','puzzle','search','toString','exits','_maxCarryingWeight','category','logger','3814250UYwlzi','unlockItemOrSolution','_inventory','description','35jFbMfg'];a55c=function(){return j;};return a55c();}export class AbstractPuzzle{[a55i(0x160)];[a55i(0x156)];}
@@ -1 +1 @@
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
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x102))/0x1+parseInt(k(0xb9))/0x2+-parseInt(k(0xcf))/0x3*(-parseInt(k(0xfe))/0x4)+-parseInt(k(0xe5))/0x5+parseInt(k(0xb8))/0x6+-parseInt(k(0xbb))/0x7*(parseInt(k(0xe9))/0x8)+parseInt(k(0xc4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xc75dc));export var Size;(function(a){var l=a56d;a[l(0xcb)]=l(0xda),a[l(0x103)]=l(0xba),a[l(0xad)]=l(0x10d),a[l(0xb3)]=l(0xae),a['VeryLarge']=l(0xc0);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0xb6)]='common',a['Rare']=m(0xfa),a[m(0xe4)]=m(0x10b);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a['Weapon']='weapon',a[n(0xd3)]=n(0xed),a[n(0xf3)]=n(0x10a),a[n(0xdd)]=n(0xbf),a[n(0xc6)]=n(0xe1),a[n(0xb2)]=n(0x10c),a[n(0xfc)]=n(0xbd),a[n(0xf5)]=n(0x110),a[n(0xef)]=n(0x109),a[n(0xee)]=n(0xb1),a[n(0xf2)]=n(0x101),a[n(0xd0)]=n(0xbc),a[n(0xff)]='unknown';}(Category||(Category={})));export var Shape;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xad;var f=c[d];return f;},a56d(a,b);}(function(a){var o=a56d;a[o(0xce)]=o(0x113),a[o(0xc5)]=o(0xdf),a['Triangle']=o(0xea),a['Rectangle']='rectangle',a[o(0x112)]=o(0xe2),a[o(0xdb)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0xf9)]=p(0xe6),a['Blue']='blue',a['Green']=p(0xf7),a[p(0xcc)]=p(0xf4),a['Orange']=p(0xe0),a[p(0x100)]=p(0xeb),a[p(0x107)]=p(0xd7),a[p(0xb5)]=p(0xd8),a[p(0xf6)]=p(0xc1);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a['Smooth']=q(0xc8),a[q(0xdc)]=q(0xfb),a['Bumpy']=q(0x10f),a['Fuzzy']='fuzzy',a['Grainy']=q(0xb7),a[q(0xb0)]=q(0xd4);}(Texture||(Texture={})));export var RoomType;(function(a){var r=a56d;a['INSIDE']='inside',a[r(0xc9)]=r(0xd5),a[r(0xd2)]=r(0xcd),a[r(0xe7)]=r(0xde),a[r(0xf0)]='tower',a[r(0xbe)]=r(0xc3),a[r(0x106)]=r(0x104),a[r(0xe3)]=r(0xec),a[r(0x108)]=r(0xd9),a[r(0xf8)]=r(0x111);}(RoomType||(RoomType={})));export var Direction;function a56c(){var v=['red','CAVE','apply','1992OolelM','triangle','purple','mountain','shield','BodyArmor','ArmArmor','TOWER','SOUTH','Book','Key','yellow','LegArmor','Gold','green','SEA','Red','rare','rough','Boots','(((.+)+)+)+$','485220jgNhUY','Unknown','Purple','book','562640xyNEeD','Small','desert','toString','DESERT','Grey','BEACH','arm\x20armor','key','legendary','hat','medium','constructor','bumpy','leg\x20armor','sea','Blade','circle','north','Medium','large','south','Metallic','body\x20armor','Hat','Large','east','Brown','Common','grainy','6478440hAunqv','1303494BaqWvS','small','6790Ylbsmu','cup','boots','FOREST','gloves','very\x20large','gold','west','forest','12233835pVDzsn','Square','Helmet','WEST','smooth','OUTSIDE','down','Tiny','Yellow','underground','Circle','3xpbdpe','Cup','EAST','UNDERGROUND','Shield','metallic','outside','DOWN','grey','brown','beach','tiny','Rifle','Rough','Gloves','cave','square','orange','helmet','blade','MOUNTAIN','Legendary','7956665iUblTP'];a56c=function(){return v;};return a56c();}(function(c){var u=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var s=a56d;if(h){var j=h[s(0xe8)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a56d;return e[t(0x105)]()['search'](t(0xfd))[t(0x105)]()[t(0x10e)](e)['search'](t(0xfd));});e(),c['NORTH']=u(0x114),c[u(0xd1)]=u(0xb4),c[u(0xf1)]=u(0xaf),c[u(0xc7)]=u(0xc2),c['UP']='up',c[u(0xd6)]=u(0xca);}(Direction||(Direction={})));
@@ -1 +1 @@
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
+ function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x157;var f=c[d];return f;},a57d(a,b);}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x162))/0x1+parseInt(f(0x163))/0x2*(parseInt(f(0x15f))/0x3)+-parseInt(f(0x158))/0x4+-parseInt(f(0x157))/0x5+parseInt(f(0x15a))/0x6+-parseInt(f(0x15e))/0x7*(parseInt(f(0x15d))/0x8)+-parseInt(f(0x15c))/0x9*(-parseInt(f(0x15b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x41d1e));function a57c(){var i=['147ROxGzr','6CZZXCN','(((.+)+)+)+$','toString','188896DyQapC','277918qwRYDY','apply','2432000DPDxpg','1872360lCjBGd','search','1301286LgsMtk','20Hhaczi','2612736ckJDet','15320CFTgec'];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(0x164)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x161)]()[h(0x159)](h(0x160))[h(0x161)]()['constructor'](a57a)['search']('(((.+)+)+)+$');});a57a();export{};
@@ -1 +1 @@
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
+ function a58c(){var h=['2801190DERdcW','3242524gsbneu','3YPadUz','(((.+)+)+)+$','468965qDPpiv','446195wZzHwX','2475UGakXy','171ZsQjRP','6787952woAksY','2ZWYSiA','48mfXbAd','41052xSMpUN','constructor','185170oAfeaK','search'];a58c=function(){return h;};return a58c();}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xe6;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xee))/0x1*(parseInt(f(0xf3))/0x2)+parseInt(f(0xec))/0x3*(parseInt(f(0xeb))/0x4)+-parseInt(f(0xef))/0x5*(parseInt(f(0xf4))/0x6)+parseInt(f(0xea))/0x7+-parseInt(f(0xf2))/0x8+-parseInt(f(0xf1))/0x9*(parseInt(f(0xe8))/0xa)+-parseInt(f(0xf0))/0xb*(-parseInt(f(0xe6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x82ade));var a58b=(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;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()['search'](g(0xed))['toString']()[g(0xe7)](a58a)[g(0xe9)](g(0xed));});a58a();export{};
@@ -1 +1 @@
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
+ function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x124;let f=c[d];return f;},a59d(a,b);}const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=parseInt(y(0x153))/0x1*(parseInt(y(0x160))/0x2)+parseInt(y(0x150))/0x3+parseInt(y(0x148))/0x4*(parseInt(y(0x13f))/0x5)+parseInt(y(0x163))/0x6+parseInt(y(0x170))/0x7*(-parseInt(y(0x165))/0x8)+parseInt(y(0x137))/0x9+-parseInt(y(0x140))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x64d95));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(0x147)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x149)]()[A(0x15a)](A(0x13b))['toString']()[A(0x16a)](g)[A(0x15a)](A(0x13b));});g();try{const h=a59e[B(0x171)]({'smartCSR':!![],'title':B(0x145)}),i=a59e[B(0x14e)]({'top':'0%','left':B(0x176),'width':'25%','height':B(0x151),'border':{'type':'line'},'label':B(0x177),'content':B(0x13e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x138)]()['map'](v=>v[C(0x158)]);i[C(0x15e)](u[C(0x14f)]('\x0a')),h[C(0x178)]();};h[B(0x132)](i);const k=a59e['box']({'top':B(0x151),'left':B(0x176),'width':B(0x168),'height':B(0x168),'border':{'type':B(0x16f)},'label':B(0x167),'content':B(0x141),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x132)](k);const l=t=>{const D=B;k['setContent'](D(0x13a)+(t['head']?t['head']['name']:D(0x126))+'\x0a'+(D(0x14d)+(t[D(0x13c)]?t[D(0x13c)][D(0x158)]:D(0x126))+'\x0a')+(D(0x179)+(t[D(0x15b)]?t[D(0x15b)][D(0x158)]:D(0x126))+'\x0a')+(D(0x13d)+(t[D(0x130)]?t[D(0x130)][D(0x158)]:'None')+'\x0a')+(D(0x156)+(t['arms']?t[D(0x15d)][D(0x158)]:'None')+'\x0a')+(D(0x162)+(t[D(0x139)]?t['gloves'][D(0x158)]:'None')+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x169)]?t[D(0x169)][D(0x158)]:D(0x126))+'\x0a')+(D(0x142)+(t[D(0x12a)]?t[D(0x12a)][D(0x158)]:D(0x126))+'\x0a')),h[D(0x178)]();},m=a59e[B(0x14e)]({'top':'70%','left':B(0x176),'width':B(0x168),'height':B(0x17d),'border':{'type':B(0x16f)},'label':'\x20Map\x20','content':B(0x173),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x132)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x158)]+'\x0a\x0a';u+=E(0x128),t[E(0x134)][E(0x174)]>0x0?t[E(0x134)][E(0x146)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x155)]===RoomType[F(0x124)]?u+=capitalCase(w)+':\x20'+x[F(0x158)]:u+=capitalCase(w)+':\x20'+v[F(0x158)];if(v['checkIfLocked']())u+=F(0x12f);else v[F(0x161)]()&&(u+=F(0x152));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x16b),m['setContent'](u),h[E(0x178)]();},o=a59e['box']({'id':B(0x172),'top':'0%','left':'0%','width':B(0x176),'height':'90%','border':{'type':B(0x16f)},'label':B(0x12b),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x129)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x15c)]('mousemove'),h[B(0x132)](o);const p=a59e[B(0x125)]({'bottom':0x0,'left':0x0,'width':B(0x12e),'height':B(0x135),'tags':!![],'border':{'type':B(0x16f)},'style':{'fg':B(0x17c),'border':{'fg':B(0x17a)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x132)](p),h[B(0x166)]([B(0x16c),B(0x164)],()=>process['exit'](0x0)),p[B(0x17e)](),h[B(0x178)]();const q=Logger[B(0x154)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x12d)](B(0x14b));const s=a59f[B(0x154)](r,d);o['setContent'](s['getWelcomeMessage']()),l(s[B(0x133)][B(0x14c)]),j(s['player'][B(0x143)]),n(s[B(0x133)][B(0x12c)]),p[B(0x166)](['enter'],async()=>{const G=B,t=p[G(0x136)](),u=s[G(0x15f)](t);(t[G(0x16d)]('\x20')[0x0]==='take'||G(0x175)||'unequip')&&(j(s[G(0x133)]['inventory']),l(s[G(0x133)][G(0x14c)])),(t[G(0x16d)]('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s[G(0x133)]['currentLocation']),t[G(0x16d)]('\x20')[0x0]===G(0x14a)&&o['setContent'](''),u===null&&(console[G(0x157)](G(0x131)),h[G(0x178)](),q[G(0x12d)]('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o[G(0x16e)](u),o[G(0x144)](0x1),p[G(0x127)](),p[G(0x17e)](),h[G(0x178)]();});}catch(t){console[B(0x157)](t),process['exit'](0x1);}}const args=process[a59H(0x159)]['slice'](0x2);main(args[0x0],JSON[a59H(0x17b)](args[0x1]),JSON[a59H(0x17b)](args[0x2]));function a59c(){const I=['legs','removeAllListeners','arms','setContent','handleInput','320mWespT','checkIfLockable','Gloves:\x20','3196038AMMMAB','C-c','456PxgyLe','key','\x20Equipment\x20','25%','leftHand','constructor','\x0aThere\x20are\x20no\x20exits\x20here.','escape','split','pushLine','line','86807VFzsio','screen','logBox','Available\x20exits\x20will\x20be\x20shown\x20here...','size','equip','75%','\x20Inventory\x20','render','Legs:\x20','cyan','parse','white','20%','focus','OUTSIDE','textbox','None','clearValue','-----\x20Exits\x20------\x0a','yellow','rightHand','\x20Game\x20Log\x20','currentLocation','write','100%','\x20(Locked)','feet','Thanks\x20for\x20playing!','append','player','exits','10%','getValue','1297800lmnJmU','getAllItems','gloves','Head:\x20','(((.+)+)+)+$','torso','Feet:\x20','Your\x20items\x20will\x20be\x20listed\x20here...','2050hiWTOp','11913690sWihAL','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Right\x20Hand:\x20','inventory','scroll','Side\x20Quest\x20Adventure\x20Game','forEach','apply','6756PBGWVz','toString','clear','----->>>>>>\x20Initializing\x20Game','equipment','Torso:\x20','box','join','394140AgkdDG','45%','\x20(Unlocked)','5066QsTveJ','getInstance','roomType','Arms:\x20','log','name','argv','search'];a59c=function(){return I;};return a59c();}
@@ -1 +1 @@
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
+ const a60j=a60d;function a60c(){const q=['search','error','write','filePath','ensureLogFileExists','writeFileSync','97188mhedls','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','type','toISOString','84vLoCgI','scrollTo','getScrollHeight','instance','content','The\x20logbox\x20','361585lmoWSo','log','constructor','render','screen','existsSync','mkdirSync','1001dqlOEw','4xbTGHN','17240HvHwZl','side-quest.log','setContent','27oatWFh','295209cSEZfB','dirname','find','219747wjfuki','6005412vxhYRL','6EYYdsK','children','appendFileSync','options','842008KWBiuX','toString','(((.+)+)+)+$'];a60c=function(){return q;};return a60c();}(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x9e))/0x1+-parseInt(h(0xa3))/0x2*(parseInt(h(0xa1))/0x3)+-parseInt(h(0x99))/0x4*(parseInt(h(0x91))/0x5)+parseInt(h(0x8b))/0x6*(parseInt(h(0xb0))/0x7)+parseInt(h(0xa7))/0x8*(parseInt(h(0x9d))/0x9)+-parseInt(h(0x9a))/0xa*(-parseInt(h(0x98))/0xb)+-parseInt(h(0xa2))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x296eb));const a60b=(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;};}()),a60a=a60b(this,function(){const i=a60d;return a60a[i(0xa8)]()[i(0xaa)](i(0xa9))[i(0xa8)]()[i(0x93)](a60a)[i(0xaa)](i(0xa9));});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f['homedir']();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x89;let f=c[d];return f;},a60d(a,b);}export class Logger{static [a60j(0x8e)];['filePath'];[a60j(0x95)];constructor(a,b){const k=a60j;this[k(0xad)]=a,this['screen']=b,this[k(0xae)]();}static['getInstance'](a=a60g['join'](homeDir,'.maka',a60j(0x9b)),b){const l=a60j;if(!Logger[l(0x8e)]){if(!b)throw new Error(l(0xb1));Logger[l(0x8e)]=new Logger(a,b);}return Logger['instance'];}[a60j(0xae)](){const m=a60j,a=a60g[m(0x9f)](this[m(0xad)]);!a60e[m(0x96)](a)&&a60e[m(0x97)](a,{'recursive':!![]}),!a60e[m(0x96)](this['filePath'])&&a60e[m(0xaf)](this[m(0xad)],'');}[a60j(0xac)](a){const b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this['filePath'],c);}['error'](a){const n=a60j,b=new Date()[n(0x8a)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a60e[n(0xa5)](this[n(0xad)],c);}[a60j(0x92)](a){const o=a60j,b=this[o(0x95)]?.[o(0xa4)][o(0xa0)](c=>c[o(0x89)]==='box'&&c[o(0xa6)]['id']==='logBox');b?(b[o(0x9c)](b[o(0x8f)]+'\x0a'+a),b[o(0x8c)](b[o(0x8d)]()),this[o(0x95)]?.[o(0x94)]()):this[o(0xab)](o(0x90)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[o(0x95)]),this['write'](a);}['hasScreen'](){const p=a60j;return!!this[p(0x95)];}}
@@ -1 +1 @@
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
+ const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0xbc))/0x1*(-parseInt(k(0xae))/0x2)+-parseInt(k(0xbb))/0x3*(-parseInt(k(0xc5))/0x4)+-parseInt(k(0xa6))/0x5+-parseInt(k(0xbe))/0x6+-parseInt(k(0xaf))/0x7+parseInt(k(0xc7))/0x8*(-parseInt(k(0xb9))/0x9)+parseInt(k(0xa9))/0xa*(parseInt(k(0xa8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xb1b9b));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xc1)]()[m(0xc8)](m(0xac))[m(0xc1)]()['constructor'](a61a)[m(0xc8)](m(0xac));});a61a();import a61e from'path';import{spawn}from'child_process';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0xa5;let f=c[d];return f;},a61d(a,b);}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';const __filename=fileURLToPath(import.meta[a61n(0xc0)]),__dirname=dirname(__filename);function a61c(){const q=['toString','Play\x20a\x20little\x20side-quest','getGlobalMakaDir','create','555812CsIxEX','side-quest.log','9648696FJKJSy','search','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','shadowrun','2888225wjhzzQ','Commoner','11GAVcKe','44596030fwCZfR','side-quest','apply','(((.+)+)+)+$','dungeon','1868GvoZjk','2675204Qqjklb','stringify','maka\x20play:side-quest','resolve','inherit','What\x20is\x20your\x20name?','options','player','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...','Thanks\x20for\x20playing!','9pxJcIi','list','9ZPTvKi','1487YOKEax','ask','3562422mGDBcB','exit','url'];a61c=function(){return q;};return a61c();}Command[a61n(0xc4)]({'name':a61n(0xaa),'usage':a61n(0xb1),'shortDesc':a61n(0xc2),'aliases':['sq'],'description':a61n(0xb7),'validOpts':[a61n(0xb6)]},async function(a,b){const o=a61n;try{const c=this['fsi'][o(0xc3)](),d=a61e['join'](c,o(0xc6)),e=b['player']?b[o(0xb6)]:await Actions[o(0xbd)](o(0xb4))||o(0xa7),f={...b,'logFilePath':d},g={'type':o(0xba),'name':'sideQuestAnswer','message':o(0xc9),'choices':[{'name':o(0xad),'value':dungeonConfig},{'name':o(0xa5),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xb5)](g);if(e&&h){const i=spawn('node',[a61e[o(0xb2)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0xb0)](h),JSON[o(0xb0)](f)],{'stdio':o(0xb3)});i['on'](o(0xbf),()=>{const p=o;console['log'](p(0xb8));});}}catch(j){console['log'](j);}},a61f);
@@ -1 +1 @@
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
+ var a62h=a62d;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x7c;var f=c[d];return f;},a62d(a,b);}(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x82))/0x1*(parseInt(f(0x89))/0x2)+parseInt(f(0x83))/0x3*(-parseInt(f(0x7c))/0x4)+parseInt(f(0x80))/0x5*(-parseInt(f(0x8b))/0x6)+-parseInt(f(0x7e))/0x7*(parseInt(f(0x8a))/0x8)+parseInt(f(0x84))/0x9+parseInt(f(0x86))/0xa+parseInt(f(0x88))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x4246d));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(0x87)]()['search'](g(0x8d))['toString']()[g(0x81)](a62a)['search'](g(0x8d));});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';function a62c(){var j=['13105499FlmXqz','1652mOBfvK','256qxqynU','60216KyoxHx','inherit','(((.+)+)+)+$','2138772KllSXj','snake','20489rqmamg','maka\x20game:snake','135BUNQNb','constructor','643GxXFec','3uEgOra','4382082MUYPUM','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','236090riSkfn','toString'];a62c=function(){return j;};return a62c();}import{execSync}from'child_process';Command['create']({'name':a62h(0x7d),'usage':a62h(0x7f),'shortDesc':a62h(0x85),'validOpts':[]},async function(){var i=a62h;execSync('npx\x20command-line-snake',{'stdio':i(0x8c)});},a62e);
@@ -1 +1 @@
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
+ var a63i=a63d;function a63c(){var k=['33WeKcAN','search','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','npx\x20simple-tetris','245668ANmLzQ','2138112CyNEKM','4448406WxIxLc','1132338ooMSmE','tetris','5xWzizt','maka\x20game:tetris','constructor','toString','5065305PTwWku','create','apply','10yBhyql','1019786bttwwH','18805437gTNUFI','(((.+)+)+)+$'];a63c=function(){return k;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x99))/0x1+parseInt(f(0xa3))/0x2+-parseInt(f(0x9c))/0x3*(-parseInt(f(0xa0))/0x4)+-parseInt(f(0x91))/0x5*(parseInt(f(0xa2))/0x6)+-parseInt(f(0x95))/0x7+-parseInt(f(0xa1))/0x8+-parseInt(f(0x9a))/0x9*(-parseInt(f(0x98))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x8d66f));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x90;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x97)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x94)]()[h(0x9d)](h(0x9b))[h(0x94)]()[h(0x93)](a63a)[h(0x9d)](h(0x9b));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0x96)]({'name':a63i(0x90),'usage':a63i(0x92),'shortDesc':a63i(0x9e),'validOpts':[]},async function(){var j=a63i;execSync(j(0x9f),{'stdio':'inherit'});},a63e);
@@ -1 +1 @@
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
+ const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x97))/0x1+parseInt(f(0xb0))/0x2*(-parseInt(f(0xa5))/0x3)+parseInt(f(0xa1))/0x4+-parseInt(f(0xac))/0x5+parseInt(f(0xa8))/0x6+-parseInt(f(0xad))/0x7*(parseInt(f(0xb3))/0x8)+parseInt(f(0x9c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x6f14a));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0xb4)]()[h(0x9d)](h(0x98))['toString']()['constructor'](a64a)['search'](h(0x98));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a64c(){const k=['Could\x20not\x20find\x20generator','648564OEIGYR','listGenerators','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:dbc\x20geoserver\x20--type=pgsql','1050OMRxLT','apply','maka\x20g:package\x20package:name','4853874xNqrqW','maka\x20g:template\x20todos/todo_item','dir','maka\x20{generate,\x20g}:<generator>\x20<name>','993215YJxBii','13951SoAkRp','maka\x20g:route\x20todos/edit','where','4738jjChek','Generators:','maka\x20g:api\x20trucks','1432yenZtt','toString','generate','findGenerator','816370LVHTEJ','(((.+)+)+)+$','invoke','slice','error','15162984mkxDNl','search','help','notice'];a64c=function(){return k;};return a64c();}import a64e from'../generators/maka.gen.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x96;let f=c[d];return f;},a64d(a,b);}import{UsageError}from'../error.js';Command['create']({'name':a64i(0xb5),'aliases':['g'],'usage':a64i(0xab),'validOpts':[a64i(0xaa),a64i(0xaf),a64i(0x9e)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0xa3),'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','maka\x20g:scaffold\x20todos',a64i(0xa9),a64i(0xa7),a64i(0xae),a64i(0xb2),a64i(0xa4)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x96)](c);if(!d){b[j(0x9e)]?(Log[j(0x9f)](j(0xb1)),a64e[j(0xa2)]()):Log[j(0x9b)](j(0xa0));throw new UsageError();}await d[j(0x99)](a[j(0x9a)](0x1),b);});
@@ -1 +1 @@
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
+ function a65c(){var h=['2179476htvSQV','(((.+)+)+)+$','3388184RHCrkH','toString','8964516SqdIgh','4886HKaVEF','5246541jFzgYF','838963yHtfZo','1208XqIABk','10qMbmmT','5480jwOwsJ','2muUXxD','5394JDlKDY','search','11clKcaz'];a65c=function(){return h;};return a65c();}function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x161;var f=c[d];return f;},a65d(a,b);}(function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x16a))/0x1+-parseInt(f(0x16e))/0x2*(parseInt(f(0x163))/0x3)+parseInt(f(0x165))/0x4+parseInt(f(0x16d))/0x5*(parseInt(f(0x16f))/0x6)+-parseInt(f(0x168))/0x7*(-parseInt(f(0x16b))/0x8)+parseInt(f(0x169))/0x9*(-parseInt(f(0x16c))/0xa)+parseInt(f(0x162))/0xb*(parseInt(f(0x167))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x82f43));var a65b=(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;};}()),a65a=a65b(this,function(){var g=a65d;return a65a['toString']()[g(0x161)](g(0x164))[g(0x166)]()['constructor'](a65a)['search'](g(0x164));});a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
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
+ const a66h=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x1a4))/0x1+-parseInt(f(0x1a6))/0x2*(-parseInt(f(0x1a0))/0x3)+-parseInt(f(0x19a))/0x4*(parseInt(f(0x19f))/0x5)+parseInt(f(0x194))/0x6*(parseInt(f(0x19e))/0x7)+-parseInt(f(0x197))/0x8+-parseInt(f(0x196))/0x9*(parseInt(f(0x1a1))/0xa)+-parseInt(f(0x198))/0xb*(-parseInt(f(0x195))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x5e32d));function a66c(){const j=['create','7ISkhrn','180JSZZEZ','804MrGUJn','6756260DwXIoE','runSubCommand','(((.+)+)+)+$','335631kLeMIP','toString','2974uZvAKQ','Sub-Command\x20not\x20found','maka\x20get:<sub-command>','1912074WKRUOU','12teaaEf','9XvGYrn','551944lJnTgb','4176766XWBQAX','constructor','33564ypaiDj','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a66c=function(){return j;};return a66c();}const a66b=(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;};}()),a66a=a66b(this,function(){const g=a66d;return a66a[g(0x1a5)]()['search'](g(0x1a3))['toString']()[g(0x199)](a66a)[g(0x19b)]('(((.+)+)+)+$');});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x194;let f=c[d];return f;},a66d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66h(0x19d)]({'name':'get','usage':a66h(0x1a8),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66h(0x19c),'validOpts':[]},async function(a,b){const i=a66h,c=a[0x0],d=this['findSubCommand'](c);if(d)this[i(0x1a2)](c,a,b);else{Log['error'](i(0x1a7));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
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
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x183))/0x1*(parseInt(f(0x182))/0x2)+-parseInt(f(0x184))/0x3+-parseInt(f(0x17d))/0x4*(parseInt(f(0x17f))/0x5)+parseInt(f(0x17c))/0x6+parseInt(f(0x187))/0x7+parseInt(f(0x180))/0x8+parseInt(f(0x17a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x97bd9));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x17e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x188)]()[h(0x186)](h(0x17b))[h(0x188)]()['constructor'](a67a)[h(0x186)](h(0x17b));});a67a();function a67c(){const k=['fsi','error','12101112vejeDG','(((.+)+)+)+$','313272hRUVkw','8QLJSdb','apply','2911815XTshxK','7215608pzEzXe','global-config','954qIrqkN','1417zVjAhs','2987391wmYuHb','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','search','8114610KNZkTx','toString','create','maka\x20get:global-config'];a67c=function(){return k;};return a67c();}import a67e from'./get.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x177;let f=c[d];return f;},a67d(a,b);}import{Command}from'../../command.js';Command[a67i(0x189)]({'name':a67i(0x181),'usage':a67i(0x177),'aliases':['gc'],'shortDesc':a67i(0x185),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x178)]['getGlobalConfig']();console['log'](a),process['exit'](0x0);}catch(b){console[j(0x179)](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(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
+ function a68c(){const j=['log','691280wJdEbz','3tLXRWc','search','762258VImXbQ','763749ILFSJN','9AdLGRG','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','156QUABTQ','1168277TcZnDS','2387272xvDLcQ','2330750PMNete','create','12ZFGesA','54qfDcMA','toString','2511999qwqVio'];a68c=function(){return j;};return a68c();}const a68h=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x19b))/0x1*(-parseInt(f(0x19d))/0x2)+parseInt(f(0x198))/0x3+parseInt(f(0x195))/0x4*(-parseInt(f(0x19a))/0x5)+-parseInt(f(0x196))/0x6*(-parseInt(f(0x19e))/0x7)+-parseInt(f(0x192))/0x8+-parseInt(f(0x19f))/0x9*(parseInt(f(0x193))/0xa)+-parseInt(f(0x191))/0xb*(parseInt(f(0x1a1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x9b35c));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const g=a68d;return a68a[g(0x197)]()['search']('(((.+)+)+)+$')[g(0x197)]()['constructor'](a68a)[g(0x19c)]('(((.+)+)+)+$');});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x191;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';Command[a68h(0x194)]({'name':'local-config','usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68h(0x1a0),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a68h,a=await this['fsi']['getProjectConfig']();console[i(0x199)](a);},a68e);
@@ -1 +1 @@
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
+ const a69i=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x81))/0x1*(-parseInt(g(0x72))/0x2)+-parseInt(g(0x78))/0x3*(parseInt(g(0x6b))/0x4)+-parseInt(g(0x6c))/0x5*(-parseInt(g(0x7e))/0x6)+-parseInt(g(0x6f))/0x7+-parseInt(g(0x64))/0x8+-parseInt(g(0x7d))/0x9*(parseInt(g(0x65))/0xa)+parseInt(g(0x70))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xcaf04));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(0x76)]()[h(0x73)]('(((.+)+)+)+$')['toString']()[h(0x69)](a69a)['search'](h(0x6e));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a69c(){const k=['1302327fQeubs','1728762DWrBFi','User\x20Access\x20Token:\x20\x20','error','176nJXwFZ','hash','1832512qjSGcs','50fahSoK','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','user','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','constructor','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','4ifPpTG','25EBAbKn','maka\x20get:whoami','(((.+)+)+)+$','5074447zCUXIR','7811386zzdHoW','whoami','15812EePQdq','search','authToken','notice','toString','exit','3100443onbbDh','decode','token','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles'];a69c=function(){return k;};return a69c();}import a69f from'jsonwebtoken';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x64;let f=c[d];return f;},a69d(a,b);}Command['create']({'name':a69i(0x71),'usage':a69i(0x6d),'shortDesc':a69i(0x6a),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a69i;try{const a=await this['fsi']['getGlobalConfig']();if(a['hash']){const b=a69f[j(0x79)](a[j(0x82)]);Log[j(0x75)](j(0x68)+b?.[j(0x67)]),Log[j(0x75)](j(0x7b)+a[j(0x7a)]?.['userId']),Log[j(0x75)](j(0x7f)+a[j(0x7a)]?.[j(0x74)]),Log[j(0x75)](j(0x66)+b?.[j(0x7c)]['join'](',\x20'));}}catch(c){console[j(0x80)](c),process[j(0x77)](0x0);}},a69e);
@@ -1 +1 @@
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
+ var a70h=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x1eb))/0x1+parseInt(f(0x1e9))/0x2+parseInt(f(0x1ea))/0x3*(parseInt(f(0x1e2))/0x4)+parseInt(f(0x1e1))/0x5+-parseInt(f(0x1e4))/0x6*(parseInt(f(0x1da))/0x7)+parseInt(f(0x1df))/0x8*(-parseInt(f(0x1e5))/0x9)+parseInt(f(0x1e8))/0xa*(parseInt(f(0x1e0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x6b67d));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var g=a70d;return a70a[g(0x1dd)]()[g(0x1dc)](g(0x1db))['toString']()[g(0x1de)](a70a)[g(0x1dc)](g(0x1db));});function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1da;var f=c[d];return f;},a70d(a,b);}a70a();import{Command}from'../command.js';function a70c(){var i=['460569ogYwLf','79458CRzdyE','14eQAcsM','(((.+)+)+)+$','search','toString','constructor','24nhVwYB','5481102cLjAtK','1786335asjBkx','8lcisde','help','2013942bcfevy','957969KhNuAJ','Deprecated:\x20use\x20--help\x20instead','Try,\x20maka\x20--help','10dmfuhu','377034EVncJX'];a70c=function(){return i;};return a70c();}import{UsageError}from'../error.js';Command['create']({'name':a70h(0x1e3),'description':a70h(0x1e7),'aliases':['h'],'validOpts':[],'shortDesc':a70h(0x1e6)},async function(){throw new UsageError();});
@@ -1 +1 @@
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
+ function a71c(){const C=['isFile','info','-rf','fileContainsString','exit','notice','.meteor','2902200GyycCZ','Proceed\x20anyway?','Setting\x20Path\x20in\x20/etc/profile','replace','331188huwvpL','49266SrbKGx','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','apply','maka\x20install\x20meteor','Removing\x20previous\x20install\x20of\x20meteor','131526lZTTTs','join','3278910UldPOc','Cleaning\x20up','success','18kkoHll','error','force','create','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','cert','arm64','/.bash_profile','windows','Using\x20CA\x20Cert\x20','homedir','1625193GEAOxe','https://packages.meteor.com/bootstrap-link?arch=os.','constructor','Setting\x20Path\x20in\x20','get','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','existsSync','/.zshrc','cacert','version','RELEASE=','data','meteor.tar.gz','setPath','Path\x20already\x20set\x20in\x20/etc/profile','withSpinner','getuid','Meteor\x20version\x20','https://install.meteor.com','warn','env','string','confirm','(((.+)+)+)+$','install','\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','extractTarGz','maka\x20install','&release=',':$PATH','16RWTlTl','Network\x20error,\x20please\x20try\x20again.','/.bashrc','maka\x20install\x20meteor\x20--force','search','osx','keepInstallFile','1828785NZjZtz','Path\x20already\x20set\x20in\x20','SHELL','NO_NODE_WARNINGS','platform','toString','downloadFile','\x20is\x20not\x20available.','/etc/profile','Preparing\x20to\x20install\x20Meteor\x20','checkAvailability','maka\x20i','linux','injectAtEndOfFile','7jZhXnk','fsi','Setting\x20Path\x20in\x20\x20'];a71c=function(){return C;};return a71c();}const a71y=a71d;(function(a,b){const v=a71d,c=a();while(!![]){try{const d=-parseInt(v(0xd6))/0x1*(-parseInt(v(0xcc))/0x2)+parseInt(v(0xaf))/0x3+-parseInt(v(0xcb))/0x4+-parseInt(v(0xc7))/0x5+parseInt(v(0xd1))/0x6*(-parseInt(v(0xbd))/0x7)+parseInt(v(0xa8))/0x8*(-parseInt(v(0xe1))/0x9)+parseInt(v(0xd3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x51ae8));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a71d;if(c){const e=c[w(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const x=a71d;return a71a[x(0xb4)]()[x(0xac)](x(0xa1))[x(0xb4)]()[x(0xe3)](a71a)[x(0xac)](x(0xa1));});a71a();import a71e from'os';import a71f from'path';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x90;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(0xe0)]();function isRoot(){const z=a71y;return process[z(0x9a)]&&process[z(0x9a)]()===0x0;}Command[a71y(0xd9)]({'name':a71y(0xa2),'aliases':['i'],'validOpts':[a71y(0xd8),a71y(0x93),'cacert',a71y(0x97),a71y(0xae)],'usage':a71y(0xa5),'shortDesc':a71y(0xda),'description':a71y(0xa3),'examples':[a71y(0xcf),a71y(0xab),'maka\x20install\x20meteor\x20--version\x202.13.3',a71y(0xba)]},async function(a,b){const A=a71y;try{let c='';if(b[A(0x92)]){if(this['fsi'][A(0xc0)](b['cacert']))Log['notice'](A(0xdf)+b['cacert']),c=b[A(0x92)];else throw A(0xe6)+c;}const d=await this['fsi']['getGlobalConfig']();if(d['cert']){if(this[A(0xbe)][A(0xc0)](d[A(0xdb)]))c=d[A(0xdb)];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(0xd8)])f=!![];else{const p=isRoot();p?(Log[A(0x9d)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions[A(0xa0)](A(0xc8),![])):f=!![];}if(!f)throw'Aborted';const g=process['platform']==='win32',h=await HTTPS[A(0xe5)]({'url':A(0x9c),'cert':c}),i=await this['fsi']['grep'](h[A(0x95)],A(0x94));if(i['length']===0x0)throw A(0xa9);process[A(0x9e)][A(0xb2)]='1',Log[A(0xc5)](A(0xb8)+i[0x0][A(0xca)](/[^0-9.]/gi,'')[A(0xca)](/\r?\n|\r/,''));let j=i[0x0][A(0xca)](/[^0-9.]/gi,'')[A(0xca)](/\r?\n|\r/,'');(typeof b['v']===A(0x9f)||typeof b[A(0x93)]==='string')&&(j=b['v']||b[A(0x93)]);const k={'win32':A(0xde),'darwin':A(0xad),'linux':A(0xbb)},l=A(0xe2)+k[a71e[A(0xb3)]()]+'.'+(a71e['arch']()===A(0xdc)?A(0xdc):'x86_64')+A(0xa6)+j,m=await HTTPS[A(0xb9)]({'url':l,'cert':c});!m&&(Log[A(0xd7)]('Meteor\x20version\x20'+j+A(0xb6)),process['exit'](0x0));const n=a71f[A(0xd2)](homeDir,A(0xc6)),o=async()=>{const B=A,q='export\x20PATH='+n+B(0xa7);if(process[B(0x9e)][B(0xb1)]&&process['env'][B(0xb1)]['includes']('zsh')){const r=await this[B(0xbe)][B(0xc3)](homeDir+B(0x91),q);if(!r)Log[B(0xc1)](B(0xbf)+homeDir+'/.zshrc'),this['fsi'][B(0xbc)]({'filePath':homeDir+B(0x91),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x97)]&&Log[B(0xc1)]('Path\x20already\x20set\x20in\x20'+homeDir+B(0x91));}else{const s=await this[B(0xbe)][B(0xc3)](homeDir+'/.bashrc',q);if(!s)Log[B(0xc1)](B(0xe4)+homeDir+B(0xaa)),this[B(0xbe)]['injectAtEndOfFile']({'filePath':homeDir+B(0xaa),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x97)]&&Log[B(0xc1)](B(0xb0)+homeDir+B(0xaa));const t=await this[B(0xbe)]['fileContainsString'](homeDir+B(0xdd),q);if(!t)Log[B(0xc1)]('Setting\x20Path\x20in\x20'+homeDir+'/.bash_profile'),this[B(0xbe)][B(0xbc)]({'filePath':homeDir+B(0xdd),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x97)]&&Log['info'](B(0xb0)+homeDir+B(0xdd));if(isRoot()){const u=await this['fsi'][B(0xc3)](B(0xb7),q);if(!u)Log[B(0xc1)](B(0xc9)),this['fsi'][B(0xbc)]({'filePath':B(0xb7),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x97)]&&Log[B(0xc1)](B(0x98));}}};b[A(0x97)]&&(await o(),process[A(0xc4)](0x0));if(g)Log['error']('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process[A(0xc4)](0x0);else{if(a71g[A(0x90)](n)){let q=![];b['f']||b['force']?q=!![]:q=await Actions[A(0xa0)](A(0xcd),![]),q?await SpawnAsync[A(0x99)]('rm',[A(0xc2),n],{'message':A(0xd0)}):(Log[A(0xc1)]('Aborting\x20install'),process[A(0xc4)](0x0));}try{await HTTPS[A(0xb5)]({'url':l,'destPath':a71f[A(0xd2)](homeDir,A(0x96)),'cert':c});const r=a71f[A(0xd2)](homeDir,A(0x96));this[A(0xbe)][A(0xa4)](r,homeDir),!b['keepInstallFile']&&await SpawnAsync[A(0x99)]('rm',[A(0xc2),a71f['join'](homeDir,A(0x96))],{'message':A(0xd4)}),await o();}catch(s){console['error'](s);}Log[A(0xd5)](A(0x9b)+j+'\x20installed.\x0a');}}catch(t){console[A(0xd7)](t),process[A(0xc4)](0x0);}});
@@ -1 +1 @@
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
+ const a72l=a72d;(function(a,b){const j=a72d,c=a();while(!![]){try{const d=-parseInt(j(0x156))/0x1+parseInt(j(0x154))/0x2*(parseInt(j(0x15e))/0x3)+-parseInt(j(0x142))/0x4*(parseInt(j(0x15f))/0x5)+parseInt(j(0x149))/0x6*(-parseInt(j(0x14d))/0x7)+parseInt(j(0x133))/0x8*(-parseInt(j(0x14a))/0x9)+-parseInt(j(0x14f))/0xa*(-parseInt(j(0x15c))/0xb)+-parseInt(j(0x14b))/0xc*(parseInt(j(0x135))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x3384e));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(0x155)]()['search'](k(0x145))[k(0x155)]()[k(0x146)](a72a)[k(0x151)](k(0x145));});a72a();import a72e from'path';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x133;let f=c[d];return f;},a72d(a,b);}import a72f from'fs';import{execSync}from'child_process';function a72c(){const n=['665818GqZfyb','toString','17641TbIssb','Running\x20','\x20-d\x20','create','logError','sep','144749dsxCGp','maka\x20jsdoc\x20--init','3YeejYy','40770UTxrEn','pathFromProject','18552ogiUNk','app/packages','26Pwhfhf','utf-8','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','app/private','closure','\x20-r\x20app','config','app/public','maka\x20jsdoc','plugins/markdown','logNotice','inherit','stop','60lCiROS','join','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','(((.+)+)+)+$','constructor','\x0a[+]\x20Documentation\x20written\x20to\x20','logWithSpinner','12PjraGb','1359mnjdfA','116220EMyqRr','fsi','71141JDJKMI','writeFileSync','310lKFHJS','jsdoc','search','isFile','\x20-c\x20'];a72c=function(){return n;};return a72c();}import{Command}from'../command.js';Command[a72l(0x159)]({'name':a72l(0x150),'usage':a72l(0x13d),'mustBeInMakaProject':!![],'shortDesc':a72l(0x137),'examples':[a72l(0x15d),a72l(0x13d)],'validOpts':[]},function(){const m=a72l,a=a72e[m(0x143)](this[m(0x14c)][m(0x160)]({}),'docs'+a72e[m(0x15b)]),b=a72e['join'](this['fsi'][m(0x160)]({}),m(0x13b),'jsdoc-config.json'),c=this[m(0x14c)][m(0x160)]({}),d='jsdoc';if(!this[m(0x152)](b)){const g={'plugins':[m(0x13e)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x150),m(0x139)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':m(0x144),'exclude':[m(0x134),'app/node_modules',m(0x13c),m(0x138)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x136)}};a72f[m(0x14e)](b,JSON['stringify'](g,null,0x4));}const f=this[m(0x148)](m(0x157)+d);try{const h=d+m(0x153)+b+m(0x13a)+a72e[m(0x15b)]+m(0x158)+a;execSync(h,{'cwd':c,'stdio':m(0x140)}),this[m(0x13f)](m(0x147)+a);}catch(i){this['logError'](i),this[m(0x15a)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[m(0x141)]();}});
@@ -1 +1 @@
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
+ const a73s=a73d;function a73c(){const u=['201268lLLkWj','4809726PUsZbe','fsi','push','1526643GIwIho','outputFixes','fix','checkNpmPackage','bright','.eslintrc.json','format','isFile','loadFormatter','16abKbcN','36mJzWEt','3979521PkMGDX','eslint','\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','constructor','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','(((.+)+)+)+$','2131260YbPpvE','toString','search','imports','31210yTilqm','join','notice','eslint-plugin-react','maka\x20lint','apply','lint','length','426967iHnTvk','stylish','Lint\x20results\x20for\x20','lintFiles','/imports'];a73c=function(){return u;};return a73c();}(function(a,b){const p=a73d,c=a();while(!![]){try{const d=-parseInt(p(0x96))/0x1+parseInt(p(0x9b))/0x2+parseInt(p(0x8a))/0x3+parseInt(p(0x83))/0x4*(-parseInt(p(0x8e))/0x5)+-parseInt(p(0x76))/0x6+parseInt(p(0x84))/0x7+parseInt(p(0x82))/0x8*(parseInt(p(0x79))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x69f7d));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a73d;if(c){const e=c[q(0x93)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const r=a73d;return a73a['toString']()[r(0x8c)](r(0x89))[r(0x8b)]()[r(0x87)](a73a)[r(0x8c)](r(0x89));});a73a();import a73e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x76;let f=c[d];return f;},a73d(a,b);}Command['create']({'name':a73s(0x94),'usage':a73s(0x92),'maxArgLength':0x1,'validOpts':[a73s(0x7b)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a73s(0x86),'examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a73s;try{const c=this[t(0x77)]['findAppDirectory'](),d=this[t(0x77)]['checkNpmPackage'](t(0x85)),f=this[t(0x77)][t(0x7c)]('eslint-plugin-react'),g=this[t(0x77)][t(0x7c)]('eslint-plugin-css'),h=[];!d&&h[t(0x78)](t(0x85));!f&&h['push'](t(0x91));!g&&h[t(0x78)]('eslint-plugin-css');h[t(0x95)]>0x0&&await this[t(0x77)]['installNpmPackage'](h[t(0x8f)]('\x20'),{'dev':!![]});const i=this[t(0x77)][t(0x80)](a73e[t(0x8f)](c,t(0x7e)));if(!i){const n={'noRename':!![]};await this[t(0x77)]['template']({'srcPath':'eslint/eslintrc.json','destPath':a73e[t(0x8f)](c,t(0x7e)),'framework':'service','context':n});}const j=new ESLint(),k=await j[t(0x99)]([a73e[t(0x8f)](c,t(0x8d),'**')]),l=await j[t(0x81)](t(0x97)),m=l[t(0x7f)](k);m[t(0x95)]>0x0?Log[t(0x7d)](m):Log['success']('All\x20good!\x20:)'),Log[t(0x90)](t(0x98)+c+t(0x9a)),b[t(0x7b)]?await ESLint[t(0x7a)](k):Log[t(0x90)](t(0x88));}catch(o){console['error'](o);}});
@@ -1 +1 @@
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
+ function a74c(){const A=['error','/api/v1/login','login','7MXDGKK','search','https://','create','email','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','sha256','1739346xynNMq','start','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Preflight\x20Check','constructor','1057500zlIJvC','970621CjxucM','exit','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','assign','Using\x20CA\x20Cert\x20','1219420hinRZL','password','digest','debug','True','success','1546672aiXSYg','(((.+)+)+)+$','maka\x20login','setGlobalConfig','getGlobalConfig','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','isFile','parse','cert','6GbBoYV','Password:\x20','cacert','post','/api/v1/encodeJwt','MAKA_DEV','143TBPiIY','authToken','8DAiQNi','Logging\x20in','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','failure','fsi','4749633QhhDbF','4883735ClrSJh','Email:','Logging\x20into\x20https://','www.maka-cli.com'];a74c=function(){return A;};return a74c();}const a74y=a74d;(function(a,b){const w=a74d,c=a();while(!![]){try{const d=parseInt(w(0xb2))/0x1+-parseInt(w(0xb1))/0x2+-parseInt(w(0xc6))/0x3*(parseInt(w(0xbd))/0x4)+-parseInt(w(0xd4))/0x5+parseInt(w(0xac))/0x6*(-parseInt(w(0xdb))/0x7)+parseInt(w(0xce))/0x8*(parseInt(w(0xd3))/0x9)+parseInt(w(0xb7))/0xa*(parseInt(w(0xcc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x7db40));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a['toString']()[x(0xa6)](x(0xbe))['toString']()[x(0xb0)](a74a)['search'](x(0xbe));});a74a();import a74e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xa6;let f=c[d];return f;},a74d(a,b);}const hostname=process['env'][a74y(0xcb)]===a74y(0xbb)?'localhost':a74y(0xd7);Command[a74y(0xa8)]({'name':a74y(0xda),'validOpts':[a74y(0xa9),a74y(0xb8),'help',a74y(0xc8),a74y(0xba)],'usage':a74y(0xbf),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a74y(0xbf),a74y(0xb4)]},async function(a,b){const z=a74y,c=Log['withSpinner']();try{let d='';b['cacert']&&(this[z(0xd2)][z(0xc3)](b[z(0xc8)])?(d=b[z(0xc8)],Log['notice'](z(0xb6)+d)):Log[z(0xd8)](z(0xae)+d));const f=await this[z(0xd2)][z(0xc1)]();if(f[z(0xc5)]){if(this[z(0xd2)][z(0xc3)](f[z(0xc5)]))d=f['cert'];else{Log[z(0xd8)](z(0xaa)+d);return;}}Log['header'](z(0xd6)+hostname);const g={'url':z(0xa7)+hostname+'/api/v1/status'};b[z(0xc8)]&&Object[z(0xb5)](g,{'cert':d});c['start'](z(0xaf));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[z(0xd1)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[z(0xd1)]();throw z(0xa7)+hostname+z(0xd0);}c[z(0xbc)]();const i=b['email']?b[z(0xa9)]:await Actions['ask'](z(0xd5)),j=b[z(0xb8)]?b[z(0xb8)]:await Actions['ask'](z(0xc7),!![]),k=a74e['md'][z(0xab)][z(0xa8)]();k['update'](j);const l=k[z(0xb9)]()['toHex'](),m={'hostname':hostname,'path':z(0xd9),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object[z(0xb5)](m,{'cert':d});c[z(0xad)](z(0xcf));const {data:n,statusCode:o}=await HTTPS[z(0xc9)](m);if(o===0x198){c['failure']('\x0a');throw z(0xc2)+hostname;}const p=JSON['parse'](n);if(p[z(0xcd)]){const q={'hostname':hostname,'path':z(0xca),'headers':{'x-auth-token':p['authToken']},'data':{}};b[z(0xc8)]&&Object[z(0xb5)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[z(0xc9)](q),{token:t}=JSON[z(0xc4)](r);if(s===0x198)throw z(0xc2)+hostname;const u={'token':p,'hash':t};this[z(0xd2)][z(0xc0)](u);}else{c[z(0xd1)]();throw p;}c[z(0xbc)]();}catch(v){c[z(0xd1)](),console[z(0xd8)](v),process[z(0xb3)](0x0);}});
@@ -1 +1 @@
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
+ const a75o=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x99;let f=c[d];return f;},a75d(a,b);}function a75c(){const q=['toString','fsi','(((.+)+)+)+$','error','969744ojclzT','215994fqIaBK','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','/api/v1/status','maka\x20logout','63nhEDpZ','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','start','get','constructor','env','836ZAdIjY','authToken','5CjbwWb','notice','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','logout','/api/v1/logoutAll','apply','1198090KycpFz','token','cert','setGlobalConfig','cacert','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','getGlobalConfig','failure','MAKA_DEV','header','https://','assign','exit','17853760SYIKfl','search','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','5612866cEwkaI','create','Using\x20CA\x20Cert\x20','Preflight\x20Check','575832YpXIfc','Logging\x20out','9636wjfXNb'];a75c=function(){return q;};return a75c();}(function(a,b){const l=a75d,c=a();while(!![]){try{const d=parseInt(l(0xb7))/0x1+parseInt(l(0x9c))/0x2+-parseInt(l(0xb2))/0x3*(-parseInt(l(0xc2))/0x4)+parseInt(l(0xc4))/0x5*(parseInt(l(0xb8))/0x6)+parseInt(l(0xac))/0x7+parseInt(l(0xb0))/0x8*(-parseInt(l(0xbc))/0x9)+-parseInt(l(0xa9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xc08e1));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a75d;if(c){const e=c[m(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const n=a75d;return a75a['toString']()[n(0xaa)](n(0xb5))[n(0xb3)]()[n(0xc0)](a75a)[n(0xaa)](n(0xb5));});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(0xc1)][a75o(0xa4)]==='True'?'localhost':'www.maka-cli.com';Command[a75o(0xad)]({'name':a75o(0x99),'validOpts':[a75o(0xa0)],'usage':a75o(0xbb),'maxArgLength':0x2,'shortDesc':a75o(0xb9),'disableAuthCheck':!![],'examples':[a75o(0xbb)]},async function(a,b){const p=a75o,c=Log['withSpinner']();try{let d='';b['cacert']&&(this['fsi']['isFile'](b[p(0xa0)])?(d=b[p(0xa0)],Log[p(0xc5)](p(0xae)+d)):Log['error'](p(0xc6)+d));const f=await this[p(0xb4)][p(0xa2)]();if(f[p(0x9e)]){if(this[p(0xb4)]['isFile'](f[p(0x9e)]))d=f['cert'];else{c[p(0xa3)]();throw Log[p(0xb6)](p(0xab)+d);}}Log[p(0xa5)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':p(0xa6)+hostname+p(0xba)};b[p(0xa0)]&&Object[p(0xa7)](g,{'cert':d});c[p(0xbe)](p(0xaf));const {statusCode:h}=await HTTPS[p(0xbf)](g);if(h===0x198){c[p(0xa3)]();throw p(0xa1);}c['success']();if(h!==0xc8){c['failure']();throw p(0xbd);}if(!f?.[p(0x9d)]?.[p(0xc3)])throw Log['error']('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0xbe)](p(0xb1));const i={'hostname':hostname,'path':p(0x9a),'data':{},'headers':{'x-auth-token':f[p(0x9d)][p(0xc3)]}};b[p(0xa0)]&&Object[p(0xa7)](i,{'cert':d});const {statusCode:j}=await HTTPS['post'](i);if(j===0x198){c[p(0xa3)]('\x0a');throw p(0xa1);}this[p(0xb4)][p(0x9f)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0xb6)](k),process[p(0xa8)](0x0);}});
@@ -1 +1 @@
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
+ const a76j=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=parseInt(h(0x1b5))/0x1*(parseInt(h(0x1be))/0x2)+parseInt(h(0x1b9))/0x3*(-parseInt(h(0x1bb))/0x4)+-parseInt(h(0x1bd))/0x5*(parseInt(h(0x1b6))/0x6)+parseInt(h(0x1b2))/0x7*(parseInt(h(0x1aa))/0x8)+-parseInt(h(0x1ab))/0x9*(-parseInt(h(0x1ac))/0xa)+-parseInt(h(0x1c0))/0xb*(parseInt(h(0x1a7))/0xc)+parseInt(h(0x1a5))/0xd*(parseInt(h(0x1c1))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xcdd40));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x1a6)]()[i(0x1b1)]('(((.+)+)+)+$')[i(0x1a6)]()['constructor'](a76a)[i(0x1b1)](i(0x1af));});a76a();function a76c(){const l=['sshSync','26bdYrxa','toString','14061384dZtldn','ssh.json','maka\x20logs\x20--env\x20dev','352EWmGBN','11710269BcCGeV','10nHEOCB','log','pm2\x20logs','(((.+)+)+)+$','maka\x20logs','search','13426VlyGMz','View\x20the\x20PM2\x20logs','maka\x20l\x20-e\x20p','26JcZkWi','2328MFrLMi','verbose','env','159fmECAq','assign','52148ZxtrGK','getConfigPath','20235FrIaIJ','61524TyfmKD','readFileSync','11eCHBAi','14634942pUbFvK','fsi','parse'];a76c=function(){return l;};return a76c();}import a76e from'fs';import a76f from'path';import{Command}from'../command.js';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a76d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'logs','aliases':['l',a76j(0x1ad)],'usage':a76j(0x1b0),'requiredOpts':[a76j(0x1b8)],'mustBeInMakaProject':!![],'validOpts':[a76j(0x1b7)],'shortDesc':a76j(0x1b3),'examples':[a76j(0x1a9),'maka\x20logs\x20--env\x20staging',a76j(0x1b4)]},function(a,b){const k=a76j,c=k(0x1ae),d=this[k(0x1c2)][k(0x1bc)](b[k(0x1b8)]),e=a76f['join'](d,k(0x1a8)),f=a76e[k(0x1bf)](e),g=JSON[k(0x1c3)](f['toString']());Object[k(0x1ba)](g,{'env':d}),SSH[k(0x1a4)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
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;
1
+ const a77j=a77d;(function(a,b){const g=a77d,c=a();while(!![]){try{const d=parseInt(g(0xa9))/0x1*(-parseInt(g(0xbb))/0x2)+parseInt(g(0xad))/0x3+parseInt(g(0xb8))/0x4*(-parseInt(g(0xa7))/0x5)+-parseInt(g(0xaa))/0x6*(parseInt(g(0xb6))/0x7)+parseInt(g(0xb3))/0x8*(-parseInt(g(0xa5))/0x9)+parseInt(g(0xac))/0xa*(parseInt(g(0xa6))/0xb)+parseInt(g(0xb7))/0xc*(parseInt(g(0xb5))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x7674b));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a77d;if(c){const e=c[h(0xb2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const i=a77d;return a77a['toString']()[i(0xb0)](i(0xb9))[i(0xbd)]()['constructor'](a77a)[i(0xb0)](i(0xb9));});function a77c(){const l=['909HYcoCK','735229YgudFz','155btmzvI','maka\x20--help','8OXLcgY','281004nrMGhI','fsi','90SzwQnU','1050354qMRoXk','maybeProxyCommandToMeteor','runSubCommand','search','maka','apply','56488PeXytV','maka\x20create\x20Todo','117ZWFgPH','105zDJNPw','2995104MXRXoZ','101236HBAupV','(((.+)+)+)+$','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','128138uRNZkE','error','toString','findSubCommand','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'];a77c=function(){return l;};return a77c();}a77a();import{Command}from'../command.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xa4;let f=c[d];return f;},a77d(a,b);}const Maka=new Command({'name':a77j(0xb1),'minArgLength':0x1,'shortDesc':a77j(0xba),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a77j(0xa8),'maka\x20install\x20meteor',a77j(0xb4),'maka\x20run'],'description':a77j(0xa4)},async function(a,b){const k=a77j;try{const c=a[0x0],d=this[k(0xbe)](c);d?this[k(0xaf)](c,a['slice'](0x1),b):this[k(0xab)][k(0xae)]();}catch(f){console[k(0xbc)](f),process['exit'](0x1);}});export default Maka;