@maka/maka-cli 4.6.9 → 4.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/install.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/https/progress.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.class.js +1 -1
  129. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/options/options.class.js +1 -1
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  132. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  134. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  136. package/package.json +1 -1
@@ -1 +1 @@
1
- var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x9c))/0x1+parseInt(f(0xaa))/0x2*(parseInt(f(0xb4))/0x3)+parseInt(f(0x92))/0x4+parseInt(f(0x9e))/0x5+parseInt(f(0xae))/0x6*(parseInt(f(0xb1))/0x7)+-parseInt(f(0xad))/0x8*(-parseInt(f(0x9a))/0x9)+-parseInt(f(0x9d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x5f8c4));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x91)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0xb3)]()[h(0x9b)]('(((.+)+)+)+$')[h(0xb3)]()[h(0xa9)](a55a)[h(0x9b)](h(0x98));});a55a();import{EventEmitter}from'events';export class AbstractScene{[a55i(0xa6)];[a55i(0xa1)];[a55i(0xa0)];[a55i(0xb5)];}export class AbstractRoom extends EventEmitter{['name'];['description'];['exits'];['inventory'];['puzzle'];['roomType'];[a55i(0xa7)];}function a55c(){var j=['_currentLocation','logger','player','roomB','color','texture','_maxCarryingWeight','rooms','isStartRoom','isLocked','constructor','7518GOlTzg','unlockItemOrSolution','_equipment','8qxFZvE','6dWStGX','isLockable','uuid','5468043grEJwW','_inventory','toString','390smbubD','characterLocations','solved','apply','526384TzbMen','category','description','weight','name','size','(((.+)+)+)+$','roomA','3484233FGwRck','search','217999plQJZG','17525300nlAESO','2866705aruxYL'];a55c=function(){return j;};return a55c();}export class AbstractDoor{[a55i(0x99)];[a55i(0xa2)];[a55i(0xa8)];[a55i(0xab)];[a55i(0x96)];[a55i(0xa0)];[a55i(0xaf)];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x91;var f=c[d];return f;},a55d(a,b);}export class AbstractInventory{['items'];['logger'];}export class AbstractItem{[a55i(0xb0)];['name'];[a55i(0x94)];[a55i(0x97)];[a55i(0x93)];['shape'];[a55i(0xa3)];[a55i(0xa4)];['rating'];[a55i(0x95)];}export class AbstractPlayer{['_playerName'];[a55i(0x9f)];[a55i(0xb2)];[a55i(0xac)];[a55i(0xa5)];['_logger'];}export class AbstractPuzzle{[a55i(0xa0)];[a55i(0xb6)];}
1
+ var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0xf8))/0x1*(parseInt(f(0x10f))/0x2)+parseInt(f(0xf3))/0x3+-parseInt(f(0xfd))/0x4*(-parseInt(f(0x105))/0x5)+-parseInt(f(0x110))/0x6*(-parseInt(f(0xf2))/0x7)+parseInt(f(0x100))/0x8+parseInt(f(0x102))/0x9+-parseInt(f(0x109))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x6cdad));function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xf2;var f=c[d];return f;},a55d(a,b);}var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0xfc)]()[g(0x107)]('(((.+)+)+)+$')[g(0xfc)]()[g(0x10e)](a55a)[g(0x107)](g(0xf7));});a55a();import{EventEmitter}from'events';export class AbstractScene{[a55h(0xff)];['player'];[a55h(0xf9)];[a55h(0x104)];}export class AbstractRoom extends EventEmitter{[a55h(0x111)];[a55h(0x106)];['exits'];[a55h(0xf6)];[a55h(0xf5)];[a55h(0x10d)];[a55h(0x115)];}export class AbstractDoor{[a55h(0xfa)];[a55h(0xfb)];['isLocked'];[a55h(0x10a)];['name'];[a55h(0xf9)];[a55h(0x103)];}export class AbstractInventory{['items'];[a55h(0xf9)];}function a55c(){var i=['name','color','rating','_equipment','isStartRoom','7TBeRbb','2276040dfmGSC','_maxCarryingWeight','puzzle','inventory','(((.+)+)+)+$','190513ayDauS','logger','roomA','roomB','toString','28ABuEXC','_currentLocation','rooms','5723480lhVioW','size','7615017MLWrEE','isLockable','characterLocations','389440VFyTGF','description','search','_logger','30998840iJfonX','unlockItemOrSolution','shape','_playerName','roomType','constructor','4bEpJVv','1795698IbWwAb'];a55c=function(){return i;};return a55c();}export class AbstractItem{['uuid'];[a55h(0x111)];[a55h(0x106)];[a55h(0x101)];['category'];[a55h(0x10b)];[a55h(0x112)];['texture'];[a55h(0x113)];['weight'];}export class AbstractPlayer{[a55h(0x10c)];[a55h(0xfe)];['_inventory'];[a55h(0x114)];[a55h(0xf4)];[a55h(0x108)];}export class AbstractPuzzle{[a55h(0xf9)];['solved'];}
@@ -1 +1 @@
1
- (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x1a1))/0x1*(-parseInt(k(0x1c4))/0x2)+parseInt(k(0x1de))/0x3+parseInt(k(0x196))/0x4+-parseInt(k(0x1a0))/0x5*(-parseInt(k(0x1d3))/0x6)+-parseInt(k(0x1e3))/0x7+parseInt(k(0x1d0))/0x8+parseInt(k(0x1b5))/0x9*(-parseInt(k(0x1e1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xecf7d));export var Size;(function(a){var l=a56d;a[l(0x1ef)]=l(0x1a8),a[l(0x1d6)]=l(0x1e9),a['Medium']=l(0x1db),a['Large']=l(0x1b8),a[l(0x1bd)]=l(0x191);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0x1ed)]=m(0x1f2),a[m(0x1cd)]=m(0x19a),a[m(0x1f0)]=m(0x1e4);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0x1bc)]=n(0x193),a['Shield']='shield',a[n(0x1dc)]=n(0x19f),a[n(0x1a5)]='gloves',a[n(0x1ad)]=n(0x1cb),a['Hat']=n(0x1cc),a['Boots']=n(0x1a6),a['LegArmor']='leg\x20armor',a['ArmArmor']=n(0x1e7),a[n(0x194)]='body\x20armor',a[n(0x1c3)]=n(0x1cf),a[n(0x1c6)]=n(0x1ee),a[n(0x1b3)]=n(0x1f1);}(Category||(Category={})));export var Shape;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x191;var f=c[d];return f;},a56d(a,b);}(function(a){var o=a56d;a[o(0x1ba)]=o(0x1e2),a['Square']=o(0x1dd),a['Triangle']='triangle',a['Rectangle']=o(0x1d7),a['Blade']=o(0x1b4),a[o(0x1bf)]=o(0x198);}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a['Red']=p(0x19c),a[p(0x1c0)]=p(0x1a9),a[p(0x199)]=p(0x1c1),a['Yellow']=p(0x1eb),a['Orange']='orange',a[p(0x1e0)]=p(0x1c9),a['Grey']=p(0x1be),a[p(0x1c2)]=p(0x1c8),a['Gold']=p(0x1e8);}(Color||(Color={})));export var Texture;function a56c(){var v=['Smooth','medium','Key','square','4715157XzObSz','south','Purple','2039560TxQkPe','circle','4160891VmUUfy','legendary','underground','TOWER','arm\x20armor','gold','small','forest','yellow','desert','Common','cup','Tiny','Legendary','unknown','common','very\x20large','apply','weapon','BodyArmor','SEA','3470112jFiYIj','search','rifle','Green','rare','(((.+)+)+)+$','red','DESERT','CAVE','key','115GinjIV','1vNYxhY','Bumpy','constructor','fuzzy','Gloves','boots','bumpy','tiny','blue','UNDERGROUND','toString','FOREST','Helmet','BEACH','DOWN','Fuzzy','down','NORTH','Unknown','blade','117hGERjK','sea','beach','large','Grainy','Circle','tower','Weapon','VeryLarge','grey','Rifle','Blue','green','Brown','Book','1632016CkiBlc','EAST','Cup','OUTSIDE','brown','purple','smooth','helmet','hat','Rare','rough','book','2490368gCZAVE','Metallic','inside','169542oCmdMn','east','cave','Small','rectangle','mountain','WEST'];a56c=function(){return v;};return a56c();}(function(a){var q=a56d;a[q(0x1da)]=q(0x1ca),a['Rough']=q(0x1ce),a[q(0x1a2)]=q(0x1a7),a[q(0x1b0)]=q(0x1a4),a[q(0x1b9)]='grainy',a[q(0x1d1)]='metallic';}(Texture||(Texture={})));export var RoomType;(function(c){var t=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a56d;if(h){var j=h[r(0x192)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a56d;return e[s(0x1ab)]()[s(0x197)](s(0x19b))[s(0x1ab)]()[s(0x1a3)](e)[s(0x197)](s(0x19b));});e(),c['INSIDE']=t(0x1d2),c[t(0x1c7)]='outside',c[t(0x1aa)]=t(0x1e5),c[t(0x19e)]=t(0x1d5),c[t(0x1e6)]=t(0x1bb),c[t(0x1ac)]=t(0x1ea),c[t(0x19d)]=t(0x1ec),c['MOUNTAIN']=t(0x1d8),c[t(0x1ae)]=t(0x1b7),c[t(0x195)]=t(0x1b6);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x1b2)]='north',a[u(0x1c5)]=u(0x1d4),a['SOUTH']=u(0x1df),a[u(0x1d9)]='west',a['UP']='up',a[u(0x1af)]=u(0x1b1);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x1c4))/0x1+-parseInt(k(0x1c0))/0x2+-parseInt(k(0x1d4))/0x3+-parseInt(k(0x1df))/0x4*(parseInt(k(0x1a9))/0x5)+-parseInt(k(0x1f2))/0x6*(-parseInt(k(0x1b3))/0x7)+-parseInt(k(0x1ab))/0x8+parseInt(k(0x1e4))/0x9*(parseInt(k(0x1c2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xe4a92));function a56c(){var v=['SOUTH','7630WVYCfn','Rectangle','387234vrSTqK','hat','Fuzzy','Yellow','toString','rare','common','metallic','Large','EAST','Book','rifle','blue','Common','grainy','WEST','4559421GShksU','UNDERGROUND','down','Grainy','leg\x20armor','Cup','shield','search','(((.+)+)+)+$','ArmArmor','fuzzy','4024txReWb','arm\x20armor','Tiny','south','Legendary','70776zIfGgI','legendary','FOREST','BEACH','large','INSIDE','triangle','mountain','west','Square','Small','book','tower','VeryLarge','14526zxTLnW','weapon','TOWER','north','Rare','BodyArmor','Medium','DESERT','yellow','purple','Blue','gloves','apply','Purple','CAVE','rectangle','Rough','outside','very\x20large','Triangle','SEA','8670AhTWqQ','constructor','10360888cTguiw','unknown','cup','Shield','inside','Gloves','Grey','gold','4627DpGBFr','Rifle','DOWN','Brown','NORTH','small','circle','LegArmor','sea','Boots','Hat','OUTSIDE','body\x20armor','3434726OVWgva'];a56c=function(){return v;};return a56c();}export var Size;(function(a){var l=a56d;a[l(0x1e1)]='tiny',a[l(0x1ee)]=l(0x1b8),a[l(0x1f8)]='medium',a[l(0x1cc)]=l(0x1e8),a[l(0x1f1)]=l(0x1a6);}(Size||(Size={})));export var Rating;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x19e;var f=c[d];return f;},a56d(a,b);}(function(a){var m=a56d;a[m(0x1d1)]=m(0x1ca),a[m(0x1f6)]=m(0x1c9),a[m(0x1e3)]=m(0x1e5);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a['Weapon']=n(0x1f3),a[n(0x1ae)]=n(0x1da),a['Key']='key',a[n(0x1b0)]=n(0x19f),a['Helmet']='helmet',a[n(0x1bd)]=n(0x1c5),a[n(0x1bc)]='boots',a[n(0x1ba)]=n(0x1d8),a[n(0x1dd)]=n(0x1e0),a[n(0x1f7)]=n(0x1bf),a[n(0x1ce)]=n(0x1ef),a[n(0x1d9)]=n(0x1ad),a['Unknown']=n(0x1ac);}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a['Circle']=o(0x1b9),a[o(0x1ed)]='square',a[o(0x1a7)]=o(0x1ea),a[o(0x1c3)]=o(0x1a3),a['Blade']='blade',a[o(0x1b4)]=o(0x1cf);}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a['Red']='red',a[p(0x19e)]=p(0x1d0),a['Green']='green',a[p(0x1c7)]=p(0x1fa),a['Orange']='orange',a[p(0x1a1)]=p(0x1fb),a[p(0x1b1)]='grey',a[p(0x1b6)]='brown',a['Gold']=p(0x1b2);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a['Smooth']='smooth',a[q(0x1a4)]='rough',a['Bumpy']='bumpy',a[q(0x1c6)]=q(0x1de),a[q(0x1d7)]=q(0x1d2),a['Metallic']=q(0x1cb);}(Texture||(Texture={})));export var RoomType;(function(a){var r=a56d;a[r(0x1e9)]=r(0x1af),a[r(0x1be)]=r(0x1a5),a[r(0x1d5)]='underground',a[r(0x1a2)]='cave',a[r(0x1f4)]=r(0x1f0),a[r(0x1e6)]='forest',a[r(0x1f9)]='desert',a['MOUNTAIN']=r(0x1eb),a[r(0x1e7)]='beach',a[r(0x1a8)]=r(0x1bb);}(RoomType||(RoomType={})));export var Direction;(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(0x1a0)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a56d;return e[t(0x1c8)]()[t(0x1db)]('(((.+)+)+)+$')[t(0x1c8)]()[t(0x1aa)](e)['search'](t(0x1dc));});e(),c[u(0x1b7)]=u(0x1f5),c[u(0x1cd)]='east',c[u(0x1c1)]=u(0x1e2),c[u(0x1d3)]=u(0x1ec),c['UP']='up',c[u(0x1b5)]=u(0x1d6);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0xd0;var f=c[d];return f;},a57d(a,b);}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0xde))/0x1+parseInt(f(0xd7))/0x2*(parseInt(f(0xd5))/0x3)+parseInt(f(0xd0))/0x4*(parseInt(f(0xd8))/0x5)+parseInt(f(0xd1))/0x6*(-parseInt(f(0xd9))/0x7)+parseInt(f(0xda))/0x8+-parseInt(f(0xdb))/0x9+parseInt(f(0xdc))/0xa*(parseInt(f(0xd3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xbfd3a));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0xd2)]()[h(0xd6)]('(((.+)+)+)+$')[h(0xd2)]()[h(0xdd)](a57a)['search']('(((.+)+)+)+$');});function a57c(){var i=['670731kjEdhu','search','2wcXsaf','282535QVUnKn','2374218gzPZqI','10606880aCEwFw','12286917PZbNvy','100WoORkr','constructor','618477fsDDAZ','36yTsseh','18WhCngI','toString','541178qpFJaH','apply'];a57c=function(){return i;};return a57c();}a57a();export{};
1
+ (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x1d9))/0x1+-parseInt(f(0x1d8))/0x2*(parseInt(f(0x1dd))/0x3)+-parseInt(f(0x1e1))/0x4*(parseInt(f(0x1d4))/0x5)+-parseInt(f(0x1e4))/0x6*(parseInt(f(0x1d6))/0x7)+parseInt(f(0x1e2))/0x8*(-parseInt(f(0x1d5))/0x9)+-parseInt(f(0x1e0))/0xa*(-parseInt(f(0x1dc))/0xb)+-parseInt(f(0x1de))/0xc*(-parseInt(f(0x1e3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xea094));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1df)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1da)]()[h(0x1d7)]('(((.+)+)+)+$')[h(0x1da)]()['constructor'](a57a)[h(0x1d7)](h(0x1db));});function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1d4;var f=c[d];return f;},a57d(a,b);}a57a();export{};function a57c(){var i=['toString','(((.+)+)+)+$','11QPoivQ','34701cWbnKD','487092GOVRQq','apply','3174990rLiGGz','117140bDBagh','1072penmQj','663VbLjPD','18732WTOTCb','235YFCYvb','45837NzUlmU','1001CJlcaY','search','96ApPahX','1631491bgjNIp'];a57c=function(){return i;};return a57c();}
@@ -1 +1 @@
1
- function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xd1;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xd7))/0x1*(parseInt(f(0xd3))/0x2)+parseInt(f(0xd9))/0x3*(parseInt(f(0xd2))/0x4)+parseInt(f(0xdc))/0x5*(parseInt(f(0xde))/0x6)+-parseInt(f(0xdf))/0x7+parseInt(f(0xdb))/0x8+-parseInt(f(0xdd))/0x9+-parseInt(f(0xd5))/0xa*(parseInt(f(0xda))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb58c5));function a58c(){var i=['toString','3489501afkFFC','18283870vZVrEy','9702368FoIcaJ','5LoYgpz','2499039AguOTa','2821350bHLKhT','1520442XUySqj','search','(((.+)+)+)+$','4fclkCp','54480UmBmHT','constructor','10CBKjbg','apply','2lqpiBz'];a58c=function(){return i;};return a58c();}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xd8)]()[h(0xe0)](h(0xd1))[h(0xd8)]()[h(0xd4)](a58a)['search'](h(0xd1));});a58a();export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1a5))/0x1+-parseInt(f(0x19f))/0x2*(-parseInt(f(0x1a0))/0x3)+parseInt(f(0x1a1))/0x4*(-parseInt(f(0x1a2))/0x5)+-parseInt(f(0x1a4))/0x6*(-parseInt(f(0x1a6))/0x7)+-parseInt(f(0x1a9))/0x8+-parseInt(f(0x1a8))/0x9*(parseInt(f(0x19d))/0xa)+parseInt(f(0x1aa))/0xb*(parseInt(f(0x1ab))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xac515));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x1a3)]('(((.+)+)+)+$')[h(0x19e)]()['constructor'](a58a)[h(0x1a3)]('(((.+)+)+)+$');});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x19d;var f=c[d];return f;},a58d(a,b);}a58a();export{};function a58c(){var i=['184594ufhJwg','30leulMo','4MLwRfB','1792735cVOiUi','search','6pHXTiQ','745258aPsEiM','1369137AjSZUw','apply','1781694auLHDk','6997784ednETI','22jLbfKJ','1639380iqAbXZ','10dHZXtl','toString'];a58c=function(){return i;};return a58c();}
@@ -1 +1 @@
1
- const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x149))/0x1+-parseInt(y(0x14e))/0x2+parseInt(y(0x147))/0x3+-parseInt(y(0x17c))/0x4*(-parseInt(y(0x13e))/0x5)+-parseInt(y(0x16e))/0x6+-parseInt(y(0x163))/0x7+-parseInt(y(0x16f))/0x8*(-parseInt(y(0x171))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x2528b));import a59e from'blessed';function a59c(){const I=['torso','feet','key','45%','Gloves:\x20','None','inventory','size','argv','line','75%','Head:\x20','render','25%','equipment','(((.+)+)+)+$','logFilePath','log','escape','legs','toString','Available\x20exits\x20will\x20be\x20shown\x20here...','roomType','\x20(Unlocked)','5kyRtau','slice','logBox','append','\x20Equipment\x20','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Currently\x20in:\x20','arms','70%','254214BOUAkc','textbox','43483tdCOir','setContent','exit','\x20(Locked)','Left\x20Hand:\x20','381752HeJlDo','head','Torso:\x20','rightHand','90%','----->>>>>>\x20Initializing\x20Game','leftHand','OUTSIDE','clearValue','mousemove','lock','gloves','removeAllListeners','exits','name','box','currentLocation','cyan','white','unequip','getInstance','1807554ZGHlVy','parse','Arms:\x20','map','\x20Inventory\x20','-----\x20Exits\x20------\x0a','write','forEach','focus','Right\x20Hand:\x20','C-c','1447950SVomCU','2264DUDyXs','apply','24291SDgotr','\x0aThere\x20are\x20no\x20exits\x20here.','getWelcomeMessage','\x20Map\x20','take','player','Feet:\x20','clear','yellow','pushLine','getValue','150216XytyRP','handleInput','Side\x20Quest\x20Adventure\x20Game'];a59c=function(){return I;};return a59c();}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';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x13c;let f=c[d];return f;},a59d(a,b);}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(0x170)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x193)]()['search'](A(0x18e))[A(0x193)]()['constructor'](g)['search'](A(0x18e));});g();try{const h=a59e['screen']({'smartCSR':!![],'title':B(0x17e)}),i=a59e[B(0x15d)]({'top':'0%','left':B(0x189),'width':B(0x18c),'height':B(0x182),'border':{'type':B(0x188)},'label':B(0x167),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x179)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x166)](v=>v[C(0x15c)]);i[C(0x14a)](u['join']('\x0a')),h[C(0x18b)]();};h[B(0x141)](i);const k=a59e['box']({'top':B(0x182),'left':B(0x189),'width':'25%','height':B(0x18c),'border':{'type':'line'},'label':B(0x142),'content':B(0x143),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x179)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0x14a)](D(0x18a)+(t[D(0x14f)]?t[D(0x14f)][D(0x15c)]:D(0x184))+'\x0a'+(D(0x150)+(t[D(0x17f)]?t['torso'][D(0x15c)]:D(0x184))+'\x0a')+('Legs:\x20'+(t[D(0x192)]?t['legs'][D(0x15c)]:D(0x184))+'\x0a')+(D(0x177)+(t[D(0x180)]?t[D(0x180)][D(0x15c)]:D(0x184))+'\x0a')+(D(0x165)+(t[D(0x145)]?t[D(0x145)][D(0x15c)]:D(0x184))+'\x0a')+(D(0x183)+(t['gloves']?t[D(0x159)][D(0x15c)]:D(0x184))+'\x0a')+(D(0x14d)+(t[D(0x154)]?t[D(0x154)]['name']:'None')+'\x0a')+(D(0x16c)+(t[D(0x151)]?t[D(0x151)][D(0x15c)]:D(0x184))+'\x0a')),h[D(0x18b)]();},m=a59e['box']({'top':B(0x146),'left':'75%','width':'25%','height':'20%','border':{'type':B(0x188)},'label':B(0x174),'content':B(0x194),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x179)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x141)](m);const n=t=>{const E=B;let u=E(0x144)+t[E(0x15c)]+'\x0a\x0a';u+=E(0x168),t['exits'][E(0x186)]>0x0?t[E(0x15b)][E(0x16a)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x13c)]===RoomType[F(0x155)]?u+=capitalCase(w)+':\x20'+x[F(0x15c)]:u+=capitalCase(w)+':\x20'+v[F(0x15c)];if(v['checkIfLocked']())u+=F(0x14c);else v['checkIfLockable']()&&(u+=F(0x13d));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x172),m[E(0x14a)](u),h[E(0x18b)]();},o=a59e[B(0x15d)]({'id':B(0x140),'top':'0%','left':'0%','width':'75%','height':B(0x152),'border':{'type':B(0x188)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x179)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x15a)](B(0x157)),h[B(0x141)](o);const p=a59e[B(0x148)]({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':B(0x188)},'style':{'fg':B(0x160),'border':{'fg':B(0x15f)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x141)](p),h['key']([B(0x191),B(0x16d)],()=>process[B(0x14b)](0x0)),p['focus'](),h[B(0x18b)]();const q=Logger[B(0x162)](e[B(0x18f)],h),r=new Player({'playerName':c});q[B(0x169)](B(0x153));const s=a59f[B(0x162)](r,d);o['setContent'](s[B(0x173)]()),l(s[B(0x176)][B(0x18d)]),j(s['player'][B(0x185)]),n(s[B(0x176)][B(0x15e)]),p[B(0x181)](['enter'],async()=>{const G=B,t=p[G(0x17b)](),u=s[G(0x17d)](t);(t['split']('\x20')[0x0]===G(0x175)||'equip'||G(0x161))&&(j(s[G(0x176)]['inventory']),l(s[G(0x176)][G(0x18d)])),(t['split']('\x20')[0x0]==='go'||G(0x158)||'unlock')&&n(s['player'][G(0x15e)]),t['split']('\x20')[0x0]===G(0x178)&&o[G(0x14a)](''),u===null&&(console['log']('Thanks\x20for\x20playing!'),h['render'](),q[G(0x169)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x14b)](0x0)),o[G(0x17a)](u),o['scroll'](0x1),p[G(0x156)](),p[G(0x16b)](),h[G(0x18b)]();});}catch(t){console[B(0x190)](t),process[B(0x14b)](0x1);}}const args=process[a59H(0x187)][a59H(0x13f)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a59H(0x164)](args[0x2]));
1
+ const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1cd))/0x1*(parseInt(y(0x1cf))/0x2)+-parseInt(y(0x223))/0x3*(-parseInt(y(0x1eb))/0x4)+-parseInt(y(0x1e5))/0x5*(parseInt(y(0x227))/0x6)+-parseInt(y(0x219))/0x7*(parseInt(y(0x1e3))/0x8)+-parseInt(y(0x1fa))/0x9+parseInt(y(0x1fe))/0xa+parseInt(y(0x1f7))/0xb*(parseInt(y(0x215))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xa3409));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1c8;let f=c[d];return f;},a59d(a,b);}import{RoomType}from'./types/enums.js';function a59c(){const I=['7aFrQCV','forEach','toString','screen','player','getValue','Currently\x20in:\x20','getInstance','unlock','head','9YbOeOM','constructor','lock','\x20Game\x20Log\x20','485502QVvmPM','90%','parse','gloves','Arms:\x20','\x20Equipment\x20','Gloves:\x20','join','99967hvWZwz','render','16iQjtKS','equipment','(((.+)+)+)+$','OUTSIDE','currentLocation','size','pushLine','escape','Torso:\x20','focus','70%','scroll','line','box','logBox','Feet:\x20','rightHand','cyan','getWelcomeMessage','removeAllListeners','8016464byUxDO','25%','60xxdZPJ','search','exit','10%','enter','clear','891388WmzqvI','write','log','equip','torso','arms','append','-----\x20Exits\x20------\x0a','feet','Head:\x20','clearValue','Side\x20Quest\x20Adventure\x20Game','11PCYFWo','legs','Available\x20exits\x20will\x20be\x20shown\x20here...','7393338VAVhsx','None','slice','setContent','5761330IPdNVH','Left\x20Hand:\x20','checkIfLocked','yellow','map','\x0aThere\x20are\x20no\x20exits\x20here.','textbox','Thanks\x20for\x20playing!','inventory','white','roomType','75%','C-c','take','name','logFilePath','mousemove','leftHand','split','argv','45%','checkIfLockable','key','36219444kNRaVX','exits','apply','getAllItems'];a59c=function(){return I;};return a59c();}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(0x217)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g['toString']()[A(0x1e6)](A(0x1d1))[A(0x21b)]()[A(0x224)](g)[A(0x1e6)]('(((.+)+)+)+$');});g();try{const h=a59e[B(0x21c)]({'smartCSR':!![],'title':B(0x1f6)}),i=a59e[B(0x1dc)]({'top':'0%','left':B(0x209),'width':B(0x1e4),'height':B(0x212),'border':{'type':B(0x1db)},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x201)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x218)]()[C(0x202)](v=>v['name']);i[C(0x1fd)](u[C(0x1cc)]('\x0a')),h['render']();};h[B(0x1f1)](i);const k=a59e[B(0x1dc)]({'top':B(0x212),'left':'75%','width':B(0x1e4),'height':B(0x1e4),'border':{'type':B(0x1db)},'label':B(0x1ca),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x201)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1f1)](k);const l=t=>{const D=B;k[D(0x1fd)](D(0x1f4)+(t[D(0x222)]?t[D(0x222)][D(0x20c)]:D(0x1fb))+'\x0a'+(D(0x1d7)+(t[D(0x1ef)]?t[D(0x1ef)]['name']:D(0x1fb))+'\x0a')+('Legs:\x20'+(t[D(0x1f8)]?t[D(0x1f8)][D(0x20c)]:'None')+'\x0a')+(D(0x1de)+(t['feet']?t[D(0x1f3)][D(0x20c)]:D(0x1fb))+'\x0a')+(D(0x1c9)+(t[D(0x1f0)]?t[D(0x1f0)][D(0x20c)]:'None')+'\x0a')+(D(0x1cb)+(t[D(0x1c8)]?t[D(0x1c8)][D(0x20c)]:D(0x1fb))+'\x0a')+(D(0x1ff)+(t[D(0x20f)]?t['leftHand']['name']:D(0x1fb))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x1df)]?t[D(0x1df)][D(0x20c)]:D(0x1fb))+'\x0a')),h['render']();},m=a59e[B(0x1dc)]({'top':B(0x1d9),'left':'75%','width':B(0x1e4),'height':'20%','border':{'type':'line'},'label':'\x20Map\x20','content':B(0x1f9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1f1)](m);const n=t=>{const E=B;let u=E(0x21f)+t[E(0x20c)]+'\x0a\x0a';u+=E(0x1f2),t[E(0x216)][E(0x1d4)]>0x0?t[E(0x216)][E(0x21a)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x208)]===RoomType[F(0x1d2)]?u+=capitalCase(w)+':\x20'+x[F(0x20c)]:u+=capitalCase(w)+':\x20'+v[F(0x20c)];if(v[F(0x200)]())u+='\x20(Locked)';else v[F(0x213)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x203),m[E(0x1fd)](u),h[E(0x1ce)]();},o=a59e[B(0x1dc)]({'id':B(0x1dd),'top':'0%','left':'0%','width':'75%','height':B(0x228),'border':{'type':B(0x1db)},'label':B(0x226),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x201)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1e2)](B(0x20e)),h[B(0x1f1)](o);const p=a59e[B(0x204)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x1e8),'tags':!![],'border':{'type':B(0x1db)},'style':{'fg':B(0x207),'border':{'fg':B(0x1e0)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1f1)](p),h[B(0x214)]([B(0x1d6),B(0x20a)],()=>process['exit'](0x0)),p[B(0x1d8)](),h[B(0x1ce)]();const q=Logger[B(0x220)](e[B(0x20d)],h),r=new Player({'playerName':c});q[B(0x1ec)]('----->>>>>>\x20Initializing\x20Game');const s=a59f[B(0x220)](r,d);o[B(0x1fd)](s[B(0x1e1)]()),l(s[B(0x21d)][B(0x1d0)]),j(s[B(0x21d)][B(0x206)]),n(s[B(0x21d)][B(0x1d3)]),p[B(0x214)]([B(0x1e9)],async()=>{const G=B,t=p[G(0x21e)](),u=s['handleInput'](t);(t[G(0x210)]('\x20')[0x0]===G(0x20b)||G(0x1ee)||'unequip')&&(j(s[G(0x21d)]['inventory']),l(s[G(0x21d)]['equipment'])),(t[G(0x210)]('\x20')[0x0]==='go'||G(0x225)||G(0x221))&&n(s['player'][G(0x1d3)]),t['split']('\x20')[0x0]===G(0x1ea)&&o[G(0x1fd)](''),u===null&&(console[G(0x1ed)](G(0x205)),h[G(0x1ce)](),q[G(0x1ec)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x1e7)](0x0)),o[G(0x1d5)](u),o[G(0x1da)](0x1),p[G(0x1f5)](),p[G(0x1d8)](),h[G(0x1ce)]();});}catch(t){console[B(0x1ed)](t),process['exit'](0x1);}}const args=process[a59H(0x211)][a59H(0x1fc)](0x2);main(args[0x0],JSON[a59H(0x229)](args[0x1]),JSON[a59H(0x229)](args[0x2]));
@@ -1 +1 @@
1
- const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x147))/0x1+parseInt(h(0x14b))/0x2*(parseInt(h(0x15b))/0x3)+parseInt(h(0x168))/0x4+parseInt(h(0x158))/0x5*(parseInt(h(0x156))/0x6)+parseInt(h(0x15a))/0x7+-parseInt(h(0x14f))/0x8+parseInt(h(0x153))/0x9*(-parseInt(h(0x159))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x6b6ea));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x147;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x15e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x169)]()['search'](j(0x16d))[j(0x169)]()[j(0x150)](a60a)[j(0x14a)]('(((.+)+)+)+$');});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';function a60c(){const r=['117XzOOwJ','options','dirname','237684MYtZTZ','content','10IBFrtw','1486630fyElLD','4066923MmlCeG','9FlBfkC','hasScreen','log','apply','screen','appendFileSync','scrollTo','write','join','filePath','existsSync','error','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','3439860XqPLYf','toString','toISOString','instance','find','(((.+)+)+)+$','side-quest.log','392454cFfZlS','ensureLogFileExists','[INFO]\x20[','search','442982CeLDGo','The\x20logbox\x20','getScrollHeight','type','1635584zRHevF','constructor','box','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.'];a60c=function(){return r;};return a60c();}const homeDir=a60f['homedir']();export class Logger{static [a60k(0x16b)];[a60k(0x164)];[a60k(0x15f)];constructor(a,b){const l=a60k;this[l(0x164)]=a,this[l(0x15f)]=b,this[l(0x148)]();}static['getInstance'](a=a60g[a60k(0x163)](homeDir,'.maka',a60k(0x16e)),b){const m=a60k;if(!Logger[m(0x16b)]){if(!b)throw new Error(m(0x152));Logger[m(0x16b)]=new Logger(a,b);}return Logger['instance'];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x155)](this['filePath']);!a60e[n(0x165)](a)&&a60e['mkdirSync'](a,{'recursive':!![]}),!a60e[n(0x165)](this[n(0x164)])&&a60e['writeFileSync'](this[n(0x164)],'');}['write'](a){const o=a60k,b=new Date()[o(0x16a)](),c=o(0x149)+b+']\x20'+a+'\x0a';a60e[o(0x160)](this[o(0x164)],c);}[a60k(0x166)](a){const p=a60k,b=new Date()[p(0x16a)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a60e[p(0x160)](this[p(0x164)],c);}[a60k(0x15d)](a){const q=a60k,b=this['screen']?.['children'][q(0x16c)](c=>c[q(0x14e)]===q(0x151)&&c[q(0x154)]['id']==='logBox');b?(b['setContent'](b[q(0x157)]+'\x0a'+a),b[q(0x161)](b[q(0x14d)]()),this['screen']?.['render']()):this[q(0x166)](q(0x14c)+b+q(0x167)+this[q(0x15f)]),this[q(0x162)](a);}[a60k(0x15c)](){return!!this['screen'];}}
1
+ function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xa5;let f=c[d];return f;},a60d(a,b);}function a60c(){const s=['9282096cYZwRZ','search','homedir','12HJDVMc','992395EJPeAR','10NaBGNw','write','box','1689468QQKQKJ','existsSync','appendFileSync','getScrollHeight','mkdirSync','instance','191947uaQkrA','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','options','apply','toISOString','log','logBox','setContent','(((.+)+)+)+$','2253hWyjjP','874MLdQVp','type','8425248GBGmUo','filePath','The\x20logbox\x20','children','join','writeFileSync','render','hasScreen','1274626SRsFki','toString','screen','[INFO]\x20[','ensureLogFileExists','152jPqhwt','error'];a60c=function(){return s;};return a60c();}const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0xbf))/0x1+-parseInt(h(0xb5))/0x2*(-parseInt(h(0xb4))/0x3)+-parseInt(h(0xc9))/0x4*(parseInt(h(0xca))/0x5)+parseInt(h(0xb7))/0x6+-parseInt(h(0xab))/0x7*(parseInt(h(0xc4))/0x8)+-parseInt(h(0xc6))/0x9+parseInt(h(0xcb))/0xa*(-parseInt(h(0xa5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xac475));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0xc0)]()['search']('(((.+)+)+)+$')[j(0xc0)]()['constructor'](a60a)[j(0xc7)](j(0xb3));});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0xc8)]();export class Logger{static [a60k(0xaa)];[a60k(0xb8)];[a60k(0xc1)];constructor(a,b){const l=a60k;this[l(0xb8)]=a,this[l(0xc1)]=b,this[l(0xc3)]();}static['getInstance'](a=a60g[a60k(0xbb)](homeDir,'.maka','side-quest.log'),b){const m=a60k;if(!Logger[m(0xaa)]){if(!b)throw new Error(m(0xac));Logger[m(0xaa)]=new Logger(a,b);}return Logger[m(0xaa)];}['ensureLogFileExists'](){const n=a60k,a=a60g['dirname'](this[n(0xb8)]);!a60e[n(0xa6)](a)&&a60e[n(0xa9)](a,{'recursive':!![]}),!a60e[n(0xa6)](this[n(0xb8)])&&a60e[n(0xbc)](this['filePath'],'');}[a60k(0xcc)](a){const o=a60k,b=new Date()[o(0xaf)](),c=o(0xc2)+b+']\x20'+a+'\x0a';a60e[o(0xa7)](this['filePath'],c);}[a60k(0xc5)](a){const p=a60k,b=new Date()['toISOString'](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a60e[p(0xa7)](this[p(0xb8)],c);}[a60k(0xb0)](a){const q=a60k,b=this[q(0xc1)]?.[q(0xba)]['find'](c=>c[q(0xb6)]===q(0xcd)&&c[q(0xad)]['id']===q(0xb1));b?(b[q(0xb2)](b['content']+'\x0a'+a),b['scrollTo'](b[q(0xa8)]()),this[q(0xc1)]?.[q(0xbd)]()):this[q(0xc5)](q(0xb9)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0xc1)]),this[q(0xcc)](a);}[a60k(0xbe)](){const r=a60k;return!!this[r(0xc1)];}}
@@ -1 +1 @@
1
- function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x155;let f=c[d];return f;},a61d(a,b);}const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x174))/0x1+-parseInt(k(0x16b))/0x2*(parseInt(k(0x155))/0x3)+-parseInt(k(0x15e))/0x4*(parseInt(k(0x167))/0x5)+parseInt(k(0x158))/0x6+-parseInt(k(0x169))/0x7*(parseInt(k(0x164))/0x8)+parseInt(k(0x17c))/0x9+-parseInt(k(0x161))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xc9570));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x159)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x160)]()[m(0x16d)](m(0x172))['toString']()[m(0x162)](a61a)['search'](m(0x172));});a61a();function a61c(){const q=['constructor','side-quest','8zPrPPI','fsi','inherit','2855435KuSqLt','ask','1227527ecVKgL','shadowrun','2uBaPHw','getGlobalMakaDir','search','player','What\x20is\x20your\x20name?','join','list','(((.+)+)+)+$','node','1211633BgFzWG','dungeon','Thanks\x20for\x20playing!','exit','resolve','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...','Commoner','5896674JOoTCN','1237713kqlIqA','Play\x20a\x20little\x20side-quest','maka\x20play:side-quest','4633500ohkxYF','apply','sideQuestAnswer','stringify','log','options','4LXGMDe','side-quest.log','toString','6553620nXNrdz'];a61c=function(){return q;};return a61c();}import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a61n(0x179)]({'name':a61n(0x163),'usage':a61n(0x157),'shortDesc':a61n(0x156),'aliases':['sq'],'description':a61n(0x17a),'validOpts':[a61n(0x16e)]},async function(a,b){const o=a61n;try{const c=this[o(0x165)][o(0x16c)](),d=a61e[o(0x170)](c,o(0x15f)),e=b[o(0x16e)]?b[o(0x16e)]:await Actions[o(0x168)](o(0x16f))||o(0x17b),f={...b,'logFilePath':d},g={'type':o(0x171),'name':o(0x15a),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0x175),'value':dungeonConfig},{'name':o(0x16a),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x15d)](g);if(e&&h){const i=spawn(o(0x173),[a61e[o(0x178)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x15b)](h),JSON[o(0x15b)](f)],{'stdio':o(0x166)});i['on'](o(0x177),()=>{const p=o;console[p(0x15c)](p(0x176));});}}catch(j){console[o(0x15c)](j);}},a61f);
1
+ const a61m=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x1a0))/0x1*(-parseInt(k(0x1a6))/0x2)+-parseInt(k(0x19a))/0x3+parseInt(k(0x18a))/0x4*(-parseInt(k(0x1a4))/0x5)+parseInt(k(0x1a8))/0x6*(-parseInt(k(0x1aa))/0x7)+-parseInt(k(0x18d))/0x8+-parseInt(k(0x19d))/0x9+parseInt(k(0x198))/0xa*(parseInt(k(0x192))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x879fa));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const l=a61d;return a61a[l(0x1a9)]()[l(0x1a1)]('(((.+)+)+)+$')[l(0x1a9)]()[l(0x193)](a61a)[l(0x1a1)](l(0x197));});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x18a;let f=c[d];return f;},a61d(a,b);}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61m(0x199)]),__dirname=dirname(__filename);Command[a61m(0x194)]({'name':'side-quest','usage':'maka\x20play:side-quest','shortDesc':a61m(0x1a5),'aliases':['sq'],'description':a61m(0x1ab),'validOpts':[a61m(0x19e)]},async function(a,b){const n=a61m;try{const c=this[n(0x1ae)]['getGlobalMakaDir'](),d=a61e[n(0x190)](c,n(0x1a3)),e=b[n(0x19e)]?b['player']:await Actions[n(0x195)]('What\x20is\x20your\x20name?')||n(0x19f),f={...b,'logFilePath':d},g={'type':n(0x19c),'name':n(0x18c),'message':n(0x18f),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':n(0x19b),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x1ac)](g);if(e&&h){const i=spawn(n(0x1a2),[a61e[n(0x1a7)](__dirname,n(0x191)),e,JSON[n(0x1ad)](h),JSON[n(0x1ad)](f)],{'stdio':n(0x18e)});i['on'](n(0x18b),()=>{const o=n;console[o(0x196)]('Thanks\x20for\x20playing!');});}}catch(j){console[n(0x196)](j);}},a61f);function a61c(){const p=['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...','options','stringify','fsi','4sgjpTf','exit','sideQuestAnswer','3728312xRtzIM','inherit','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','join','./sideQuest/ui.js','11zErlac','constructor','create','ask','log','(((.+)+)+)+$','30092240FsmgmF','url','2257257RdUwFD','shadowrun','list','2137176CaQpdq','player','Commoner','175nHDtrj','search','node','side-quest.log','4124055suseIW','Play\x20a\x20little\x20side-quest','2474KKFVzV','resolve','1168356HjkoTS','toString','14lNeqiI'];a61c=function(){return p;};return a61c();}
@@ -1 +1 @@
1
- var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0xe1))/0x1+-parseInt(f(0xde))/0x2+parseInt(f(0xd8))/0x3*(-parseInt(f(0xd3))/0x4)+parseInt(f(0xe2))/0x5*(parseInt(f(0xe3))/0x6)+-parseInt(f(0xd5))/0x7+-parseInt(f(0xdb))/0x8+parseInt(f(0xd4))/0x9*(parseInt(f(0xdf))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x8d183));function a62c(){var k=['(((.+)+)+)+$','9238000joyJlA','inherit','npx\x20command-line-snake','1091138qDZKrB','430aaAHaL','maka\x20game:snake','6244hsdbYa','35lpsXPs','35766hFKyEo','search','create','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','369428DAIQOY','795078tdzSJG','5719637gPImVJ','apply','snake','24humjWu','toString'];a62c=function(){return k;};return a62c();}var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xd9)]()['search'](h(0xda))[h(0xd9)]()['constructor'](a62a)[h(0xe4)](h(0xda));});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xd1;var f=c[d];return f;},a62d(a,b);}Command[a62i(0xd1)]({'name':a62i(0xd7),'usage':a62i(0xe0),'shortDesc':a62i(0xd2),'validOpts':[]},async function(){var j=a62i;execSync(j(0xdd),{'stdio':j(0xdc)});},a62e);
1
+ var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0x1df))/0x1*(parseInt(f(0x1e2))/0x2)+-parseInt(f(0x1e4))/0x3+-parseInt(f(0x1de))/0x4*(-parseInt(f(0x1ea))/0x5)+parseInt(f(0x1db))/0x6*(parseInt(f(0x1ee))/0x7)+-parseInt(f(0x1e8))/0x8*(parseInt(f(0x1eb))/0x9)+parseInt(f(0x1e3))/0xa+-parseInt(f(0x1ed))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x6d254));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x1e9)]()[h(0x1ec)]('(((.+)+)+)+$')[h(0x1e9)]()[h(0x1dc)](a62a)[h(0x1ec)](h(0x1e5));});function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1db;var f=c[d];return f;},a62d(a,b);}a62a();function a62c(){var k=['80olhxBN','toString','365HCXDoV','758313pYaJrQ','search','482537XEapgC','367451LtYtgH','inherit','12dMtpGv','constructor','snake','33220iOqALy','111139FclnBn','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','apply','14JTPMgP','3575230vxrojm','1539750UNkolN','(((.+)+)+)+$','npx\x20command-line-snake','create'];a62c=function(){return k;};return a62c();}import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0x1e7)]({'name':a62i(0x1dd),'usage':'maka\x20game:snake','shortDesc':a62i(0x1e0),'validOpts':[]},async function(){var j=a62i;execSync(j(0x1e6),{'stdio':j(0x1ef)});},a62e);
@@ -1 +1 @@
1
- var a63h=a63d;function a63c(){var j=['npx\x20simple-tetris','(((.+)+)+)+$','maka\x20game:tetris','2187612WmiKsq','9lCihmi','create','7ZdGeDa','2156568HZCkeM','3153425AsNEYa','toString','constructor','188560OQKxeQ','6345030gaaKMK','inherit','tetris','1332pzsSWG','4955984BBJxog','119BzjtDr','3saJKPf'];a63c=function(){return j;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xa9))/0x1*(-parseInt(f(0xa7))/0x2)+parseInt(f(0xaa))/0x3*(parseInt(f(0x9f))/0x4)+parseInt(f(0xa0))/0x5+parseInt(f(0x9b))/0x6+-parseInt(f(0x9e))/0x7*(parseInt(f(0xa3))/0x8)+parseInt(f(0x9c))/0x9*(-parseInt(f(0xa4))/0xa)+-parseInt(f(0xa8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x549be));var a63b=(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;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0xa1)]()['search'](g(0xac))[g(0xa1)]()[g(0xa2)](a63a)['search'](g(0xac));});a63a();import a63e from'./play.command.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x9b;var f=c[d];return f;},a63d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63h(0x9d)]({'name':a63h(0xa6),'usage':a63h(0xad),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var i=a63h;execSync(i(0xab),{'stdio':i(0xa5)});},a63e);
1
+ var a63h=a63d;function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x141;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x154))/0x1+-parseInt(f(0x14f))/0x2+-parseInt(f(0x149))/0x3+-parseInt(f(0x14c))/0x4*(parseInt(f(0x145))/0x5)+-parseInt(f(0x148))/0x6*(-parseInt(f(0x151))/0x7)+-parseInt(f(0x150))/0x8+-parseInt(f(0x153))/0x9*(-parseInt(f(0x143))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x86ee1));var a63b=(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;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x14e)]()['search'](g(0x152))['toString']()[g(0x14a)](a63a)[g(0x142)](g(0x152));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63h(0x14b)]({'name':a63h(0x144),'usage':a63h(0x141),'shortDesc':a63h(0x147),'validOpts':[]},async function(){var i=a63h;execSync(i(0x146),{'stdio':i(0x14d)});},a63e);function a63c(){var j=['1543706sKFpGE','1159528gESxnL','1325177nhLbFI','(((.+)+)+)+$','173079pXbint','570372DwOLws','maka\x20game:tetris','search','780umdmaw','tetris','25ZIAeSp','npx\x20simple-tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','24uboCRq','1988316zbFhkM','constructor','create','556316RnHgAS','inherit','toString'];a63c=function(){return j;};return a63c();}
@@ -1 +1 @@
1
- const a64i=a64d;function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x87;let f=c[d];return f;},a64d(a,b);}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x9f))/0x1*(-parseInt(f(0x92))/0x2)+parseInt(f(0x90))/0x3*(-parseInt(f(0x9e))/0x4)+parseInt(f(0x8d))/0x5+parseInt(f(0x91))/0x6+-parseInt(f(0x8a))/0x7*(-parseInt(f(0x8c))/0x8)+-parseInt(f(0xa4))/0x9+parseInt(f(0x94))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x33f63));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x99)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x98)]()[h(0xa2)](h(0xa0))[h(0x98)]()['constructor'](a64a)[h(0xa2)](h(0xa0));});a64a();import{Command}from'../command.js';function a64c(){const k=['640440WdFhFb','85458XmGREs','Could\x20not\x20find\x20generator','340350xchsXZ','listGenerators','maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks','toString','apply','error','notice','Scaffold\x20various\x20parts\x20of\x20your\x20application','dir','20VpZnbi','9yGtPGi','(((.+)+)+)+$','help','search','where','2601288RKPvBt','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:scaffold\x20todos','create','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','48335qLxacy','maka\x20g:template\x20todos/todo_item','208PmALPr','346755uPShDS','Generators:','maka\x20g:package\x20package:name','163410xkJwhy'];a64c=function(){return k;};return a64c();}import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64i(0x88)]({'name':'generate','aliases':['g'],'usage':a64i(0xa5),'validOpts':[a64i(0x9d),a64i(0xa3),a64i(0xa1)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x9c),'description':a64i(0x89),'examples':['maka\x20generate:scaffold\x20todos',a64i(0x87),a64i(0x8b),a64i(0x8f),a64i(0x96),a64i(0x97),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a64i,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b[j(0xa1)]?(Log[j(0x9b)](j(0x8e)),a64e[j(0x95)]()):Log[j(0x9a)](j(0x93));throw new UsageError();}await d['invoke'](a['slice'](0x1),b);});
1
+ const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0x8a))/0x1*(-parseInt(f(0x86))/0x2)+-parseInt(f(0xa3))/0x3+parseInt(f(0x88))/0x4+-parseInt(f(0xa0))/0x5+-parseInt(f(0x8c))/0x6*(-parseInt(f(0x9d))/0x7)+parseInt(f(0x89))/0x8*(-parseInt(f(0x87))/0x9)+parseInt(f(0xa4))/0xa*(parseInt(f(0x96))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x93069));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x8f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x8b)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a64a)[h(0x97)](h(0x8d));});a64a();function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x86;let f=c[d];return f;},a64d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';function a64c(){const k=['2603665qneLVO','where','error','1575126okizBY','4028330teVQsK','maka\x20g:template\x20todos/todo_item','maka\x20g:api\x20trucks','664940whXpxB','758421EfLmUy','1882024wOvovw','24uUSzAJ','1FVzDIA','toString','126NKYExb','(((.+)+)+)+$','generate','apply','maka\x20g:scaffold\x20todos','maka\x20g:dbc\x20geoserver\x20--type=pgsql','help','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:package\x20package:name','44emJcdg','search','findGenerator','invoke','slice','listGenerators','Generators:','50477kMoqPC','maka\x20generate:scaffold\x20todos','maka\x20g:route\x20todos/edit'];a64c=function(){return k;};return a64c();}import{UsageError}from'../error.js';Command['create']({'name':a64i(0x8e),'aliases':['g'],'usage':a64i(0x94),'validOpts':['dir',a64i(0xa1),a64i(0x92)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x93),'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(0x9e),a64i(0x90),a64i(0xa5),a64i(0x95),a64i(0x9f),a64i(0xa6),a64i(0x91)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x98)](c);if(!d){b[j(0x92)]?(Log['notice'](j(0x9c)),a64e[j(0x9b)]()):Log[j(0xa2)]('Could\x20not\x20find\x20generator');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(0xb8))/0x1*(-parseInt(f(0xc1))/0x2)+parseInt(f(0xbc))/0x3*(parseInt(f(0xbb))/0x4)+-parseInt(f(0xbe))/0x5*(parseInt(f(0xc0))/0x6)+parseInt(f(0xc4))/0x7*(parseInt(f(0xc5))/0x8)+parseInt(f(0xba))/0x9+parseInt(f(0xc7))/0xa*(-parseInt(f(0xb9))/0xb)+parseInt(f(0xbf))/0xc*(parseInt(f(0xc6))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x6012f));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0xc2)]()[h(0xb6)]('(((.+)+)+)+$')['toString']()[h(0xb7)](a65a)['search'](h(0xc3));});function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xb6;var f=c[d];return f;},a65d(a,b);}a65a();import'./get.command.js';function a65c(){var i=['5590647AbqIQe','4EGSYnd','859887kFLeOd','apply','125clWWAn','74532jezIzJ','135126KznTCq','305802eBwAdK','toString','(((.+)+)+)+$','1031093NZpbKY','24XAHRdY','1118XGbhTG','580WWnjWE','search','constructor','5mTLWDG','30877BSYeJM'];a65c=function(){return i;};return a65c();}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x1cd))/0x1+-parseInt(f(0x1c7))/0x2*(-parseInt(f(0x1c8))/0x3)+parseInt(f(0x1d1))/0x4+-parseInt(f(0x1d2))/0x5*(-parseInt(f(0x1cb))/0x6)+parseInt(f(0x1c9))/0x7*(-parseInt(f(0x1c6))/0x8)+-parseInt(f(0x1d0))/0x9+parseInt(f(0x1cf))/0xa*(parseInt(f(0x1ca))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x9647c));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[g(0x1ce)]()[g(0x1cc)]('(((.+)+)+)+$')['toString']()['constructor'](a65a)[g(0x1cc)](g(0x1c5));});function a65c(){var h=['10694736HLmcsV','1048136kNUGrS','22970JVpSDS','(((.+)+)+)+$','8gGRDyI','1906968AJsIbf','3wmoNKK','8186738vFxvVI','11tuWDbP','870PVDsvn','search','691326TVWnJR','toString','4004120OZLhoc'];a65c=function(){return h;};return a65c();}a65a();import'./get.command.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a65d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x121))/0x1+-parseInt(f(0x11d))/0x2+-parseInt(f(0x11f))/0x3+parseInt(f(0x117))/0x4+parseInt(f(0x113))/0x5*(parseInt(f(0x115))/0x6)+-parseInt(f(0x116))/0x7*(parseInt(f(0x125))/0x8)+-parseInt(f(0x123))/0x9*(-parseInt(f(0x119))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xb472a));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x124)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x11e)]()[h(0x126)](h(0x122))[h(0x11e)]()[h(0x11b)](a66a)['search']('(((.+)+)+)+$');});a66a();import{Command}from'../../command.js';function a66c(){const k=['7HaKVxb','4442432kpPPqu','runSubCommand','789970YOOEbY','create','constructor','maka\x20get:<sub-command>','2771554ORRNSK','toString','292596kUNssM','findSubCommand','142244pbZpYJ','(((.+)+)+)+$','54EtNClJ','apply','48696AAbVJC','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations','95nHhWht','get','158424hUxqTv'];a66c=function(){return k;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x112;let f=c[d];return f;},a66d(a,b);}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0x11a)]({'name':a66i(0x114),'usage':a66i(0x11c),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x112),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x120)](c);if(d)this[j(0x118)](c,a,b);else{Log['error']('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0xe5))/0x1*(parseInt(f(0xe0))/0x2)+-parseInt(f(0xe4))/0x3*(-parseInt(f(0xe7))/0x4)+-parseInt(f(0xeb))/0x5+parseInt(f(0xec))/0x6+-parseInt(f(0xea))/0x7+parseInt(f(0xe3))/0x8+-parseInt(f(0xee))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xadec1));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()[h(0xe6)]('(((.+)+)+)+$')[h(0xed)]()[h(0xe2)](a66a)[h(0xe6)]('(((.+)+)+)+$');});a66a();import{Command}from'../../command.js';function a66c(){const k=['toString','7054173TDdzJJ','Sub-Command\x20not\x20found','get','69656qvuNQg','Get\x20various\x20Maka\x20variables\x20and\x20configurations','constructor','11241152UlGIxN','547887supJtj','24zrnKqO','search','20HEvtRQ','apply','maka\x20get:<sub-command>','6850893xrmyEC','5610005mdMtwc','2656326BhmqYU'];a66c=function(){return k;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xdf;let f=c[d];return f;},a66d(a,b);}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a66i(0xdf),'usage':a66i(0xe9),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0xe1),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this['findSubCommand'](c);if(d)this['runSubCommand'](c,a,b);else{Log['error'](j(0xef));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a67i=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x101;let f=c[d];return f;},a67d(a,b);}(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x112))/0x1*(parseInt(f(0x10d))/0x2)+-parseInt(f(0x10f))/0x3+-parseInt(f(0x110))/0x4+-parseInt(f(0x115))/0x5+-parseInt(f(0x10c))/0x6+-parseInt(f(0x10a))/0x7*(parseInt(f(0x107))/0x8)+parseInt(f(0x105))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xa4df9));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x102)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x10e)]()[h(0x106)](h(0x109))['toString']()[h(0x111)](a67a)[h(0x106)](h(0x109));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x104)]({'name':a67i(0x114),'usage':a67i(0x103),'aliases':['gc'],'shortDesc':a67i(0x108),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x101)]['getGlobalConfig']();console['log'](a),process[j(0x113)](0x0);}catch(b){console[j(0x10b)](b),process['exit'](0x0);}},a67e);function a67c(){const k=['toString','2224185NWeThv','1685556CSuMGx','constructor','7XHBKcm','exit','global-config','5550340XEBnMf','fsi','apply','maka\x20get:global-config','create','29284362QDFRrT','search','64336sBFaaE','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','(((.+)+)+)+$','49FeDyuv','error','4453704lnZhGo','140838Sbdtan'];a67c=function(){return k;};return a67c();}
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0xee))/0x1+parseInt(f(0xf3))/0x2*(-parseInt(f(0xe4))/0x3)+parseInt(f(0xe1))/0x4+-parseInt(f(0xec))/0x5*(-parseInt(f(0xf0))/0x6)+parseInt(f(0xe9))/0x7+parseInt(f(0xe2))/0x8+parseInt(f(0xe6))/0x9*(-parseInt(f(0xf5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x4ac82));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0xe8)]()[h(0xea)](h(0xef))['toString']()[h(0xed)](a67a)[h(0xea)]('(((.+)+)+)+$');});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';function a67c(){const k=['333154zTRKLg','(((.+)+)+)+$','5208WDxnKs','getGlobalConfig','exit','9410EUvNHO','apply','1660TatEpN','global-config','2247576xSScwf','2269272JIzzeF','create','93wRwZzx','maka\x20get:global-config','36459NJLPHQ','fsi','toString','68852sMKzbQ','search','log','3470iPQRsS','constructor'];a67c=function(){return k;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xe1;let f=c[d];return f;},a67d(a,b);}Command[a67i(0xe3)]({'name':a67i(0xf6),'usage':a67i(0xe5),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0xe7)][j(0xf1)]();console[j(0xeb)](a),process[j(0xf2)](0x0);}catch(b){console['error'](b),process[j(0xf2)](0x0);}},a67e);
@@ -1 +1 @@
1
- const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0xa3))/0x1+parseInt(f(0xa1))/0x2*(-parseInt(f(0x9e))/0x3)+-parseInt(f(0x9d))/0x4*(parseInt(f(0x98))/0x5)+parseInt(f(0xac))/0x6+-parseInt(f(0xa8))/0x7*(parseInt(f(0xaa))/0x8)+-parseInt(f(0xa4))/0x9*(-parseInt(f(0xa2))/0xa)+-parseInt(f(0x9a))/0xb*(-parseInt(f(0xae))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x3327c));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x9f)]()[h(0x97)](h(0xa7))['toString']()[h(0xa0)](a68a)[h(0x97)](h(0xa7));});a68a();import a68e from'./get.command.js';function a68c(){const k=['14EoFkaA','log','7512QazhYo','getProjectConfig','660714KEFRLP','apply','924oWQcHK','search','205euOvCi','local-config','29392WknhJW','maka\x20get:local-config','create','33084PdiNjU','55125SsShLj','toString','constructor','20oBnGlf','10uZMMPC','379037MPpsXl','354339JBQnhM','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','fsi','(((.+)+)+)+$'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x97;let f=c[d];return f;},a68d(a,b);}Command[a68i(0x9c)]({'name':a68i(0x99),'usage':a68i(0x9b),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0xa5),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0xa6)][j(0xab)]();console[j(0xa9)](a);},a68e);
1
+ const a68i=a68d;function a68c(){const k=['local-config','search','toString','707548HtrwON','(((.+)+)+)+$','391365eexpPf','4530722MtXcfP','334407zzWUSg','constructor','log','6BVNIMM','1283270BCtsEc','2744SUeglD','19017Yndoen','apply','getProjectConfig','20XGnYfB','maka\x20get:local-config','fsi','23745450roKlLa'];a68c=function(){return k;};return a68c();}(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x109))/0x1+-parseInt(f(0xfd))/0x2+-parseInt(f(0xf9))/0x3*(parseInt(f(0x102))/0x4)+parseInt(f(0xf7))/0x5+parseInt(f(0xfc))/0x6*(parseInt(f(0xf8))/0x7)+parseInt(f(0xfe))/0x8*(-parseInt(f(0xff))/0x9)+parseInt(f(0x105))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x72729));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x108)]()['search']('(((.+)+)+)+$')[h(0x108)]()[h(0xfa)](a68a)[h(0x107)](h(0xf6));});function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xf6;let f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a68i(0x106),'usage':a68i(0x103),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x104)][j(0x101)]();console[j(0xfb)](a);},a68e);
@@ -1 +1 @@
1
- const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0x1d9))/0x1*(-parseInt(g(0x1d8))/0x2)+parseInt(g(0x1d6))/0x3*(-parseInt(g(0x1cb))/0x4)+parseInt(g(0x1be))/0x5*(parseInt(g(0x1c8))/0x6)+parseInt(g(0x1d3))/0x7*(parseInt(g(0x1cd))/0x8)+-parseInt(g(0x1c9))/0x9*(-parseInt(g(0x1ce))/0xa)+-parseInt(g(0x1c2))/0xb+parseInt(g(0x1bd))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x8b4b2));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x1c0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x1cf)]()[i(0x1d2)]('(((.+)+)+)+$')[i(0x1cf)]()['constructor'](a69a)[i(0x1d2)](i(0x1c6));});function a69c(){const l=['9YUBXcv','User\x20Access\x20Token:\x20\x20','1826220KQQhNi','notice','472XdzIoo','7818350UzDnKx','toString','exit','hash','search','57113TDXkXZ','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','decode','6hCQdjB','user','6QmEVST','191948gKibKI','10973076ENzHBo','25KtOVwq','token','apply','userId','11734844xaDwKA','whoami','getGlobalConfig','error','(((.+)+)+)+$','authToken','1138398fSBiMj'];a69c=function(){return l;};return a69c();}a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x1bd;let f=c[d];return f;},a69d(a,b);}import a69f from'jsonwebtoken';Command['create']({'name':a69j(0x1c3),'usage':'maka\x20get:whoami','shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this['fsi'][k(0x1c4)]();if(a[k(0x1d1)]){const b=a69f[k(0x1d5)](a['hash']);Log[k(0x1cc)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x1d7)]),Log[k(0x1cc)](k(0x1d4)+a[k(0x1bf)]?.[k(0x1c1)]),Log['notice'](k(0x1ca)+a['token']?.[k(0x1c7)]),Log['notice']('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.['roles']['join'](',\x20'));}}catch(c){console[k(0x1c5)](c),process[k(0x1d0)](0x0);}},a69e);
1
+ const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0x1c4))/0x1+-parseInt(g(0x1ce))/0x2*(-parseInt(g(0x1bd))/0x3)+parseInt(g(0x1d7))/0x4+-parseInt(g(0x1bf))/0x5*(-parseInt(g(0x1c7))/0x6)+parseInt(g(0x1be))/0x7*(parseInt(g(0x1d0))/0x8)+-parseInt(g(0x1c2))/0x9+-parseInt(g(0x1c5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x5e4dd));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x1cc)]()[i(0x1cd)]('(((.+)+)+)+$')[i(0x1cc)]()[i(0x1ca)](a69a)['search'](i(0x1c0));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';function a69c(){const l=['10FKyAtT','(((.+)+)+)+$','token','4933026LoAUUF','userId','421489raPDEJ','9022510ZQvvTF','exit','1093596yeBXGf','getGlobalConfig','whoami','constructor','create','toString','search','2Tfnban','maka\x20get:whoami','139768YiiFRB','hash','decode','notice','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','2921328wTMoqY','roles','user','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','apply','541539vQTUDW','56CPnOCe'];a69c=function(){return l;};return a69c();}Command[a69j(0x1cb)]({'name':a69j(0x1c9),'usage':a69j(0x1cf),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this['fsi'][k(0x1c8)]();if(a['hash']){const b=a69f[k(0x1d2)](a[k(0x1d1)]);Log[k(0x1d3)](k(0x1da)+b?.[k(0x1d9)]),Log[k(0x1d3)](k(0x1d4)+a[k(0x1c1)]?.[k(0x1c3)]),Log[k(0x1d3)](k(0x1d5)+a[k(0x1c1)]?.['authToken']),Log[k(0x1d3)](k(0x1d6)+b?.[k(0x1d8)]['join'](',\x20'));}}catch(c){console['error'](c),process[k(0x1c6)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0x95))/0x1+parseInt(f(0x99))/0x2*(-parseInt(f(0x9f))/0x3)+parseInt(f(0xa0))/0x4+-parseInt(f(0x96))/0x5+-parseInt(f(0x9b))/0x6+-parseInt(f(0x9c))/0x7+parseInt(f(0xa1))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x1887d));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x97)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x9e)]()[h(0x9a)](h(0x94))[h(0x9e)]()[h(0x9d)](a70a)['search'](h(0x94));});function a70c(){var j=['111698QjSsBz','search','46170vnRRCD','993741LMJdzB','constructor','toString','6MTDdFz','144732VjBCeI','4580256mfbBAQ','Try,\x20maka\x20--help','Deprecated:\x20use\x20--help\x20instead','(((.+)+)+)+$','104746kchVTd','710680HTvXnF','apply','create'];a70c=function(){return j;};return a70c();}a70a();function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x94;var f=c[d];return f;},a70d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a70i(0x98)]({'name':'help','description':a70i(0xa2),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0xa3)},async function(){throw new UsageError();});
1
+ var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x17e))/0x1*(-parseInt(f(0x182))/0x2)+-parseInt(f(0x180))/0x3*(-parseInt(f(0x177))/0x4)+-parseInt(f(0x188))/0x5+-parseInt(f(0x17b))/0x6*(-parseInt(f(0x184))/0x7)+parseInt(f(0x176))/0x8*(parseInt(f(0x179))/0x9)+-parseInt(f(0x17f))/0xa+-parseInt(f(0x17a))/0xb*(parseInt(f(0x185))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xd00fc));function a70c(){var j=['2rkjwnW','16122130ULADbF','9GecYHl','create','929578Iyxcrw','search','7uTjIpo','30456FPOszK','apply','Deprecated:\x20use\x20--help\x20instead','3404475fHedVo','(((.+)+)+)+$','1728kWyJwl','2196364nvcDuF','Try,\x20maka\x20--help','68949gWqoHJ','2189QRBjUN','7667514gvqzan','constructor','help'];a70c=function(){return j;};return a70c();}var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x186)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a['toString']()[h(0x183)](h(0x189))['toString']()[h(0x17c)](a70a)[h(0x183)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x176;var f=c[d];return f;},a70d(a,b);}import{UsageError}from'../error.js';Command[a70i(0x181)]({'name':a70i(0x17d),'description':a70i(0x178),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x187)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a71y=a71d;(function(a,b){const v=a71d,c=a();while(!![]){try{const d=parseInt(v(0x20f))/0x1*(-parseInt(v(0x1e9))/0x2)+parseInt(v(0x1e8))/0x3+-parseInt(v(0x1e2))/0x4+-parseInt(v(0x1ff))/0x5+parseInt(v(0x234))/0x6*(-parseInt(v(0x22c))/0x7)+-parseInt(v(0x20d))/0x8+-parseInt(v(0x1fd))/0x9*(-parseInt(v(0x21b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xa5acb));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a71d;if(c){const e=c[w(0x1ea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const x=a71d;return a71a['toString']()[x(0x21d)]('(((.+)+)+)+$')[x(0x222)]()[x(0x1f2)](a71a)[x(0x21d)](x(0x1f3));});a71a();import a71e from'os';import a71f from'path';function a71c(){const C=['x86_64','search','fsi','windows','injectAtEndOfFile','getuid','toString','Using\x20CA\x20Cert\x20','Path\x20already\x20set\x20in\x20','isFile','error','SHELL','exit','Aborting\x20install','confirm','join','382809WwMcal','https://install.meteor.com','-rf','grep','length','includes','notice','meteor.tar.gz','144xKJECB','Meteor\x20version\x20','\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','fileContainsString','success','arm64','/.bashrc','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','homedir','-xzf','402468AOswBb','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','setPath','RELEASE=','&release=','linux','493167UwTZjQ','6XUqQNY','apply','getGlobalConfig','/.zshrc','create','Aborted','string',':$PATH','/.bash_profile','constructor','(((.+)+)+)+$','Cleaning\x20up','maka\x20install\x20meteor\x20--force','maka\x20install','force','downloadFile','\x20installed.\x0a','platform','replace','get','40135077MsXMlA','withSpinner','5830285PiNuNe','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','cert','https://packages.meteor.com/bootstrap-link?arch=os.','export\x20PATH=','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','.meteor','Setting\x20Path\x20in\x20/etc/profile','cacert','osx','info','keepInstallFile','maka\x20install\x20meteor','Network\x20error,\x20please\x20try\x20again.','1031184SFFHEB','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','412393rlRxtC','env','maka\x20install\x20meteor\x20--version\x202.13.3','version','win32','Setting\x20Path\x20in\x20','arch','zsh','install','Removing\x20previous\x20install\x20of\x20meteor','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','data','10qudVEj'];a71c=function(){return C;};return a71c();}import a71g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1db;let f=c[d];return f;},a71d(a,b);}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(0x1e0)]();function isRoot(){const z=a71y;return process[z(0x221)]&&process['getuid']()===0x0;}Command[a71y(0x1ed)]({'name':a71y(0x217),'aliases':['i'],'validOpts':[a71y(0x1f7),a71y(0x212),a71y(0x207),a71y(0x1e4),a71y(0x20a)],'usage':a71y(0x1f6),'shortDesc':a71y(0x20e),'description':a71y(0x236),'examples':[a71y(0x20b),a71y(0x1f5),a71y(0x211),'maka\x20i']},async function(a,b){const A=a71y;try{let c='';if(b[A(0x207)]){if(this[A(0x21e)][A(0x225)](b[A(0x207)]))Log[A(0x232)](A(0x223)+b[A(0x207)]),c=b[A(0x207)];else throw A(0x204)+c;}const d=await this[A(0x21e)][A(0x1eb)]();if(d[A(0x201)]){if(this[A(0x21e)]['isFile'](d[A(0x201)]))c=d[A(0x201)];else throw A(0x1df)+c;}let f=![];if(b['f']||b['force'])f=!![];else{const p=isRoot();p?(Log['warn'](A(0x219)),f=await Actions[A(0x22a)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw A(0x1ee);const g=process[A(0x1fa)]===A(0x213),h=await HTTPS[A(0x1fc)]({'url':A(0x22d),'cert':c}),i=await this[A(0x21e)][A(0x22f)](h[A(0x21a)],A(0x1e5));if(i[A(0x230)]===0x0)throw A(0x20c);let j=i[0x0][A(0x1fb)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']===A(0x1ef)||typeof b[A(0x212)]===A(0x1ef))&&(j=b['v']||b[A(0x212)]);const k={'win32':A(0x21f),'darwin':A(0x208),'linux':A(0x1e7)},l=A(0x202)+k[a71e[A(0x1fa)]()]+'.'+(a71e[A(0x215)]()==='arm64'?A(0x1dd):A(0x21c))+A(0x1e6)+j,m=await HTTPS['checkAvailability']({'url':l,'cert':c});!m&&(Log[A(0x226)](A(0x235)+j+'\x20is\x20not\x20available.'),process[A(0x228)](0x0));const n=a71f['join'](homeDir,A(0x205)),o=async()=>{const B=A,q=B(0x203)+n+B(0x1f0);if(process[B(0x210)][B(0x227)]&&process['env'][B(0x227)][B(0x231)](B(0x216))){const r=await this[B(0x21e)][B(0x1db)](homeDir+B(0x1ec),q);if(!r)Log[B(0x209)]('Setting\x20Path\x20in\x20\x20'+homeDir+B(0x1ec)),this[B(0x21e)]['injectAtEndOfFile']({'filePath':homeDir+B(0x1ec),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e4)]&&Log[B(0x209)]('Path\x20already\x20set\x20in\x20'+homeDir+B(0x1ec));}else{const s=await this['fsi'][B(0x1db)](homeDir+B(0x1de),q);if(!s)Log[B(0x209)](B(0x214)+homeDir+B(0x1de)),this[B(0x21e)][B(0x220)]({'filePath':homeDir+B(0x1de),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0x209)](B(0x224)+homeDir+B(0x1de));const t=await this['fsi'][B(0x1db)](homeDir+'/.bash_profile',q);if(!t)Log['info'](B(0x214)+homeDir+B(0x1f1)),this[B(0x21e)][B(0x220)]({'filePath':homeDir+B(0x1f1),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e4)]&&Log[B(0x209)]('Path\x20already\x20set\x20in\x20'+homeDir+'/.bash_profile');if(isRoot()){const u=await this[B(0x21e)][B(0x1db)]('/etc/profile',q);if(!u)Log[B(0x209)](B(0x206)),this[B(0x21e)][B(0x220)]({'filePath':'/etc/profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e4)]&&Log[B(0x209)]('Path\x20already\x20set\x20in\x20/etc/profile');}}};b[A(0x1e4)]&&(await o(),process[A(0x228)](0x0));if(g)Log[A(0x226)](A(0x200)),process[A(0x228)](0x0);else{if(a71g['existsSync'](n)){let q=![];b['f']||b[A(0x1f7)]?q=!![]:q=await Actions[A(0x22a)](A(0x1e3),![]),q?await SpawnAsync[A(0x1fe)]('rm',[A(0x22e),n],{'message':A(0x218)}):(Log[A(0x209)](A(0x229)),process[A(0x228)](0x0));}try{await HTTPS[A(0x1f8)]({'url':l,'destPath':a71f['join'](homeDir,A(0x233)),'cert':c});const r=[A(0x1e1),a71f['join'](homeDir,A(0x233)),'-C',homeDir];await SpawnAsync[A(0x1fe)]('tar',r,{'message':'Installing\x20meteor\x20'+j}),!b[A(0x20a)]&&await SpawnAsync['withSpinner']('rm',[A(0x22e),a71f[A(0x22b)](homeDir,A(0x233))],{'message':A(0x1f4)}),await o();}catch(s){console[A(0x226)](s);}Log[A(0x1dc)]('Meteor\x20version\x20'+j+A(0x1f9));}}catch(t){console[A(0x226)](t),process[A(0x228)](0x0);}});
1
+ const a71y=a71d;(function(a,b){const v=a71d,c=a();while(!![]){try{const d=-parseInt(v(0x114))/0x1+parseInt(v(0xea))/0x2+-parseInt(v(0x120))/0x3+parseInt(v(0xe6))/0x4+-parseInt(v(0xcf))/0x5*(parseInt(v(0x113))/0x6)+parseInt(v(0x102))/0x7*(parseInt(v(0xe2))/0x8)+parseInt(v(0x104))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x59e22));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const w=a71d;return a71a[w(0xfb)]()[w(0xdd)](w(0xf3))[w(0xfb)]()[w(0xfd)](a71a)[w(0xdd)]('(((.+)+)+)+$');});a71a();import a71e from'os';import a71f from'path';import a71g from'fs';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xcf;let f=c[d];return f;},a71d(a,b);}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 x=a71d;return process[x(0x10e)]&&process['getuid']()===0x0;}function a71c(){const B=['maka\x20install','/.zshrc','.meteor','3696ENNtWF','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','5186727plXBLV','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','x86_64','notice','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','checkAvailability','meteor.tar.gz','existsSync','\x20installed.\x0a','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','getuid','zsh','&release=','arch','linux','13116VnpmjH','553483dIuuez','Network\x20error,\x20please\x20try\x20again.','cert','maka\x20install\x20meteor\x20--force','export\x20PATH=','win32','arm64','cacert','maka\x20install\x20meteor\x20--version\x202.13.3','install','Aborted','Setting\x20Path\x20in\x20/etc/profile','324714RBNIXZ','keepInstallFile','warn','version','force','440OKlYTj','exit','join','-xzf','env','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','length','fileContainsString','confirm','injectAtEndOfFile','windows','Path\x20already\x20set\x20in\x20',':$PATH','RELEASE=','search','Aborting\x20install','Installing\x20meteor\x20','fsi','maka\x20i','2192JqUawh','/.bash_profile','setPath','Setting\x20Path\x20in\x20','538376qbBCTj','/etc/profile','getGlobalConfig','Setting\x20Path\x20in\x20\x20','733364hoCGjr','data','withSpinner','maka\x20install\x20meteor','SHELL','Meteor\x20version\x20','osx','https://packages.meteor.com/bootstrap-link?arch=os.','\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','(((.+)+)+)+$','downloadFile','grep','/.bashrc','info','string','-rf','error','toString','success','constructor','\x20is\x20not\x20available.'];a71c=function(){return B;};return a71c();}Command['create']({'name':a71y(0x11d),'aliases':['i'],'validOpts':[a71y(0x124),a71y(0x123),'cacert',a71y(0xe4),a71y(0x121)],'usage':a71y(0xff),'shortDesc':a71y(0x105),'description':a71y(0xf2),'examples':[a71y(0xed),a71y(0x117),a71y(0x11c),a71y(0xe1)]},async function(a,b){const z=a71y;try{let c='';if(b['cacert']){if(this[z(0xe0)]['isFile'](b['cacert']))Log[z(0x107)]('Using\x20CA\x20Cert\x20'+b[z(0x11b)]),c=b[z(0x11b)];else throw z(0x108)+c;}const d=await this[z(0xe0)][z(0xe8)]();if(d[z(0x116)]){if(this[z(0xe0)]['isFile'](d[z(0x116)]))c=d[z(0x116)];else throw z(0x10d)+c;}let f=![];if(b['f']||b[z(0x124)])f=!![];else{const p=isRoot();p?(Log[z(0x122)](z(0xd4)),f=await Actions[z(0xd7)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw z(0x11e);const g=process['platform']===z(0x119),h=await HTTPS['get']({'url':'https://install.meteor.com','cert':c}),i=await this[z(0xe0)][z(0xf5)](h[z(0xeb)],z(0xdc));if(i[z(0xd5)]===0x0)throw z(0x115);let j=i[0x0]['replace'](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']===z(0xf8)||typeof b[z(0x123)]===z(0xf8))&&(j=b['v']||b[z(0x123)]);const k={'win32':z(0xd9),'darwin':z(0xf0),'linux':z(0x112)},l=z(0xf1)+k[a71e['platform']()]+'.'+(a71e[z(0x111)]()==='arm64'?z(0x11a):z(0x106))+z(0x110)+j,m=await HTTPS[z(0x109)]({'url':l,'cert':c});!m&&(Log[z(0xfa)](z(0xef)+j+z(0xfe)),process['exit'](0x0));const n=a71f[z(0xd1)](homeDir,z(0x101)),o=async()=>{const A=z,q=A(0x118)+n+A(0xdb);if(process[A(0xd3)]['SHELL']&&process[A(0xd3)][A(0xee)]['includes'](A(0x10f))){const r=await this[A(0xe0)][A(0xd6)](homeDir+A(0x100),q);if(!r)Log[A(0xf7)](A(0xe9)+homeDir+A(0x100)),this['fsi'][A(0xd8)]({'filePath':homeDir+A(0x100),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[A(0xf7)](A(0xda)+homeDir+A(0x100));}else{const s=await this[A(0xe0)][A(0xd6)](homeDir+A(0xf6),q);if(!s)Log[A(0xf7)](A(0xe5)+homeDir+A(0xf6)),this[A(0xe0)][A(0xd8)]({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0xe4)]&&Log[A(0xf7)]('Path\x20already\x20set\x20in\x20'+homeDir+A(0xf6));const t=await this['fsi']['fileContainsString'](homeDir+A(0xe3),q);if(!t)Log['info'](A(0xe5)+homeDir+A(0xe3)),this[A(0xe0)][A(0xd8)]({'filePath':homeDir+A(0xe3),'content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0xe4)]&&Log[A(0xf7)]('Path\x20already\x20set\x20in\x20'+homeDir+'/.bash_profile');if(isRoot()){const u=await this['fsi'][A(0xd6)]('/etc/profile',q);if(!u)Log[A(0xf7)](A(0x11f)),this[A(0xe0)][A(0xd8)]({'filePath':A(0xe7),'content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0xe4)]&&Log[A(0xf7)]('Path\x20already\x20set\x20in\x20/etc/profile');}}};b[z(0xe4)]&&(await o(),process[z(0xd0)](0x0));if(g)Log[z(0xfa)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process['exit'](0x0);else{if(a71g[z(0x10b)](n)){let q=![];b['f']||b[z(0x124)]?q=!![]:q=await Actions['confirm'](z(0x103),![]),q?await SpawnAsync[z(0xec)]('rm',[z(0xf9),n],{'message':'Removing\x20previous\x20install\x20of\x20meteor'}):(Log[z(0xf7)](z(0xde)),process['exit'](0x0));}try{await HTTPS[z(0xf4)]({'url':l,'destPath':a71f['join'](homeDir,z(0x10a)),'cert':c});const r=[z(0xd2),a71f[z(0xd1)](homeDir,'meteor.tar.gz'),'-C',homeDir];await SpawnAsync[z(0xec)]('tar',r,{'message':z(0xdf)+j}),!b['keepInstallFile']&&await SpawnAsync['withSpinner']('rm',[z(0xf9),a71f[z(0xd1)](homeDir,z(0x10a))],{'message':'Cleaning\x20up'}),await o();}catch(s){console['error'](s);}Log[z(0xfc)](z(0xef)+j+z(0x10c));}}catch(t){console[z(0xfa)](t),process[z(0xd0)](0x0);}});
@@ -1 +1 @@
1
- const a72l=a72d;(function(a,b){const j=a72d,c=a();while(!![]){try{const d=-parseInt(j(0xfc))/0x1*(-parseInt(j(0xfb))/0x2)+-parseInt(j(0x103))/0x3*(parseInt(j(0xfd))/0x4)+-parseInt(j(0x10a))/0x5*(parseInt(j(0x115))/0x6)+-parseInt(j(0x116))/0x7+-parseInt(j(0x10c))/0x8*(-parseInt(j(0x10e))/0x9)+parseInt(j(0x100))/0xa*(-parseInt(j(0x114))/0xb)+parseInt(j(0x110))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x81cc7));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(0x11b)]()[k(0x106)]('(((.+)+)+)+$')[k(0x11b)]()['constructor'](a72a)[k(0x106)]('(((.+)+)+)+$');});function a72c(){const n=['2762zmOlVe','393BiTiqU','88128YcMOfS','.+\x5c.(j|t)s(doc|x)?$','logError','10NDczMX','fsi','closure','84WvLUXX','jsdoc','utf-8','search','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','logNotice','isFile','5itrxdo','jsdoc-config.json','8sYEylL','\x20-d\x20','2389311AXWsqb','app/private','25853520aIZRyS','sep','create','maka\x20jsdoc\x20--init','2071333CAOFeO','5076402fYKbOo','5458257oNjrRa','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x20-c\x20','writeFileSync','stringify','toString','join','app/packages','maka\x20jsdoc','inherit','docs','pathFromProject','logWithSpinner'];a72c=function(){return n;};return a72c();}function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xfb;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(0x112)]({'name':a72l(0x104),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a72l(0x113),a72l(0x11e)],'validOpts':[]},function(){const m=a72l,a=a72e[m(0x11c)](this['fsi'][m(0x121)]({}),m(0x120)+a72e[m(0x111)]),b=a72e[m(0x11c)](this['fsi'][m(0x121)]({}),'config',m(0x10b)),c=this[m(0x101)]['pathFromProject']({}),d=m(0x104);if(!this[m(0x109)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',m(0x102)]},'source':{'includePattern':m(0xfe),'excludePattern':m(0x107),'exclude':[m(0x11d),'app/node_modules','app/public',m(0x10f)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x105)}};a72f[m(0x119)](b,JSON[m(0x11a)](g,null,0x4));}const f=this[m(0x122)]('Running\x20'+d);try{const h=d+m(0x118)+b+'\x20-r\x20app'+a72e[m(0x111)]+m(0x10d)+a;execSync(h,{'cwd':c,'stdio':m(0x11f)}),this[m(0x108)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[m(0xff)](i),this[m(0xff)](m(0x117));}finally{f['stop']();}});
1
+ const a72m=a72d;(function(a,b){const j=a72d,c=a();while(!![]){try{const d=-parseInt(j(0x9f))/0x1*(-parseInt(j(0xaa))/0x2)+parseInt(j(0xab))/0x3+-parseInt(j(0xb4))/0x4+parseInt(j(0xb0))/0x5*(parseInt(j(0xa9))/0x6)+parseInt(j(0xa0))/0x7+-parseInt(j(0xbe))/0x8+-parseInt(j(0xa3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xa7fb0));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a72d;if(c){const e=c[k(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const l=a72d;return a72a[l(0xb8)]()[l(0xba)]('(((.+)+)+)+$')['toString']()[l(0xaf)](a72a)[l(0xba)]('(((.+)+)+)+$');});a72a();import a72e from'path';import a72f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a72m(0xbb)]({'name':a72m(0xa5),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a72m(0xbf),'examples':['maka\x20jsdoc\x20--init','maka\x20jsdoc'],'validOpts':[]},function(){const n=a72m,a=a72e[n(0x9d)](this['fsi'][n(0xc2)]({}),n(0xb9)+a72e[n(0xad)]),b=a72e[n(0x9d)](this[n(0xb7)][n(0xc2)]({}),'config',n(0xa2)),c=this[n(0xb7)][n(0xc2)]({}),d=n(0xa5);if(!this[n(0xc0)](b)){const g={'plugins':[n(0xb1)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xa5),'closure']},'source':{'includePattern':n(0x9e),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0xa1),'app/node_modules',n(0xa7),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xb6)}};a72f[n(0xa6)](b,JSON[n(0xb3)](g,null,0x4));}const f=this[n(0xbc)](n(0xb2)+d);try{const h=d+'\x20-c\x20'+b+n(0xb5)+a72e['sep']+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0xa8)}),this[n(0xae)](n(0xc1)+a);}catch(i){this[n(0xac)](i),this['logError']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xa4)]();}});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x9d;let f=c[d];return f;},a72d(a,b);}function a72c(){const o=['539536ntosXe','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','isFile','\x0a[+]\x20Documentation\x20written\x20to\x20','pathFromProject','join','.+\x5c.(j|t)s(doc|x)?$','2699hblVei','5678463WOSUbE','app/packages','jsdoc-config.json','19000638cHfQab','stop','jsdoc','writeFileSync','app/public','inherit','6453978KRZVHR','826PjiliP','1431135rBSMEx','logError','sep','logNotice','constructor','5XZctbu','plugins/markdown','Running\x20','stringify','2447728ILLNhP','\x20-r\x20app','utf-8','fsi','toString','docs','search','create','logWithSpinner','apply'];a72c=function(){return o;};return a72c();}
@@ -1 +1 @@
1
- const a73s=a73d;(function(a,b){const p=a73d,c=a();while(!![]){try{const d=-parseInt(p(0x1ba))/0x1*(-parseInt(p(0x194))/0x2)+parseInt(p(0x1b9))/0x3*(-parseInt(p(0x1b4))/0x4)+-parseInt(p(0x198))/0x5*(parseInt(p(0x19d))/0x6)+-parseInt(p(0x1a8))/0x7*(-parseInt(p(0x1a6))/0x8)+-parseInt(p(0x1ad))/0x9*(parseInt(p(0x1be))/0xa)+-parseInt(p(0x1af))/0xb*(parseInt(p(0x191))/0xc)+parseInt(p(0x1a1))/0xd*(parseInt(p(0x19f))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x68f18));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a73d;if(c){const e=c[q(0x1a4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const r=a73d;return a73a[r(0x1a7)]()[r(0x192)](r(0x1b2))['toString']()[r(0x1bb)](a73a)[r(0x192)](r(0x1b2));});a73a();import a73e from'path';function a73c(){const u=['12QLxGIU','search','loadFormatter','4tzytEH','template','outputFixes','maka\x20lint\x20--fix','585BGNkqS','maka\x20lint','fsi','.eslintrc.json','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','39972ypERQk','Lint\x20results\x20for\x20','800884JuFjxP','length','481viGyTO','join','lintFiles','apply','push','81368DBDapz','toString','35NRYfrx','checkNpmPackage','isFile','/imports','imports','1240893wstuUv','installNpmPackage','2280773ZnPBSn','success','eslint-plugin-react','(((.+)+)+)+$','eslint-plugin-css','8216dgmAeP','fix','notice','service','eslint','1194HuArMP','171207mafNaH','constructor','eslint/eslintrc.json','\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','20mRjIUS','stylish','lint','create'];a73c=function(){return u;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x18e;let f=c[d];return f;},a73d(a,b);}import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a73s(0x190)]({'name':a73s(0x18f),'usage':a73s(0x199),'maxArgLength':0x1,'validOpts':[a73s(0x1b5)],'mustBeInMakaProject':!![],'shortDesc':a73s(0x19c),'description':a73s(0x1bd),'examples':[a73s(0x197)]},async function(a,b){const t=a73s;try{const c=this[t(0x19a)]['findAppDirectory'](),d=this[t(0x19a)][t(0x1a9)](t(0x1b8)),f=this[t(0x19a)][t(0x1a9)](t(0x1b1)),g=this[t(0x19a)]['checkNpmPackage'](t(0x1b3)),h=[];!d&&h[t(0x1a5)](t(0x1b8));!f&&h[t(0x1a5)](t(0x1b1));!g&&h[t(0x1a5)](t(0x1b3));h[t(0x1a0)]>0x0&&await this[t(0x19a)][t(0x1ae)](h['join']('\x20'),{'dev':!![]});const i=this['fsi'][t(0x1aa)](a73e[t(0x1a2)](c,t(0x19b)));if(!i){const n={'noRename':!![]};await this[t(0x19a)][t(0x195)]({'srcPath':t(0x1bc),'destPath':a73e['join'](c,'.eslintrc.json'),'framework':t(0x1b7),'context':n});}const j=new ESLint(),k=await j[t(0x1a3)]([a73e[t(0x1a2)](c,t(0x1ac),'**')]),l=await j[t(0x193)](t(0x18e)),m=l['format'](k);m[t(0x1a0)]>0x0?Log['bright'](m):Log[t(0x1b0)]('All\x20good!\x20:)'),Log[t(0x1b6)](t(0x19e)+c+t(0x1ab)),b[t(0x1b5)]?await ESLint[t(0x196)](k):Log[t(0x1b6)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console['error'](o);}});
1
+ const a73s=a73d;(function(a,b){const p=a73d,c=a();while(!![]){try{const d=-parseInt(p(0x1a7))/0x1*(parseInt(p(0x1ac))/0x2)+parseInt(p(0x199))/0x3+-parseInt(p(0x1a8))/0x4+parseInt(p(0x1a2))/0x5+parseInt(p(0x196))/0x6+parseInt(p(0x1af))/0x7*(parseInt(p(0x1b1))/0x8)+-parseInt(p(0x1b4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3f2d2));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a73d;if(c){const e=c[q(0x1b3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const r=a73d;return a73a[r(0x1b6)]()[r(0x18e)](r(0x19a))[r(0x1b6)]()[r(0x1a9)](a73a)[r(0x18e)](r(0x19a));});a73a();import a73e from'path';import{ESLint}from'eslint';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x18c;let f=c[d];return f;},a73d(a,b);}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a73c(){const u=['installNpmPackage','.eslintrc.json','format','search','maka\x20lint','bright','success','join','lintFiles','stylish','checkNpmPackage','2229108qOXPbN','notice','outputFixes','834096bOhVPt','(((.+)+)+)+$','push','loadFormatter','All\x20good!\x20:)','eslint-plugin-css','findAppDirectory','service','eslint','1557150tMDZut','isFile','template','eslint-plugin-react','imports','1ggcoio','40892LSspBh','constructor','fix','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','564814bsnnmN','error','Lint\x20results\x20for\x20','1277311QVgZoI','lint','8tEpQcv','length','apply','5328477KRfZLh','fsi','toString','\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'];a73c=function(){return u;};return a73c();}Command['create']({'name':a73s(0x1b0),'usage':a73s(0x18f),'maxArgLength':0x1,'validOpts':[a73s(0x1aa)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a73s(0x1b7),'examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a73s;try{const c=this[t(0x1b5)][t(0x19f)](),d=this[t(0x1b5)][t(0x195)](t(0x1a1)),f=this[t(0x1b5)][t(0x195)]('eslint-plugin-react'),g=this[t(0x1b5)][t(0x195)]('eslint-plugin-css'),h=[];!d&&h[t(0x19b)](t(0x1a1));!f&&h[t(0x19b)](t(0x1a5));!g&&h[t(0x19b)](t(0x19e));h[t(0x1b2)]>0x0&&await this[t(0x1b5)][t(0x1b8)](h[t(0x192)]('\x20'),{'dev':!![]});const i=this[t(0x1b5)][t(0x1a3)](a73e[t(0x192)](c,t(0x18c)));if(!i){const n={'noRename':!![]};await this[t(0x1b5)][t(0x1a4)]({'srcPath':'eslint/eslintrc.json','destPath':a73e[t(0x192)](c,'.eslintrc.json'),'framework':t(0x1a0),'context':n});}const j=new ESLint(),k=await j[t(0x193)]([a73e[t(0x192)](c,t(0x1a6),'**')]),l=await j[t(0x19c)](t(0x194)),m=l[t(0x18d)](k);m[t(0x1b2)]>0x0?Log[t(0x190)](m):Log[t(0x191)](t(0x19d)),Log['notice'](t(0x1ae)+c+'/imports'),b['fix']?await ESLint[t(0x198)](k):Log[t(0x197)](t(0x1ab));}catch(o){console[t(0x1ad)](o);}});
@@ -1 +1 @@
1
- const a74z=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xe5;let f=c[d];return f;},a74d(a,b);}(function(a,b){const w=a74d,c=a();while(!![]){try{const d=-parseInt(w(0x101))/0x1+-parseInt(w(0xf6))/0x2+-parseInt(w(0xfa))/0x3*(-parseInt(w(0xff))/0x4)+parseInt(w(0x111))/0x5+-parseInt(w(0x11e))/0x6*(parseInt(w(0xe6))/0x7)+parseInt(w(0x11d))/0x8*(-parseInt(w(0x109))/0x9)+parseInt(w(0x115))/0xa*(parseInt(w(0xea))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xd6164));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a74d;if(c){const e=c[x(0x107)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const y=a74d;return a74a[y(0xf8)]()[y(0xe7)](y(0x10d))[y(0xf8)]()[y(0xfd)](a74a)[y(0xe7)]('(((.+)+)+)+$');});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';function a74c(){const B=['assign','www.maka-cli.com','Preflight\x20Check','10wmlTOg','https://','cert','failure','password','header','debug','Email:','8dlvAWe','1053522QKycNu','ask','/api/v1/encodeJwt','MAKA_DEV','28fEQyob','search','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','cacert','30463268wRqOXO','fsi','notice','post','isFile','setGlobalConfig','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','help','/api/v1/login','error','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Logging\x20in','1191746UNSgZh','toHex','toString','login','4097721DAiWjg','authToken','True','constructor','sha256','4bterIq','email','785922gxrDUN','getGlobalConfig','parse','localhost','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','create','apply','get','15633333FppGid','env','withSpinner','success','(((.+)+)+)+$','start','update','maka\x20login','2813925pcApDZ'];a74c=function(){return B;};return a74c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74z(0x10a)][a74z(0xe5)]===a74z(0xfc)?a74z(0x104):a74z(0x113);Command[a74z(0x106)]({'name':a74z(0xf9),'validOpts':[a74z(0x100),'password',a74z(0xf1),'cacert',a74z(0x11b)],'usage':a74z(0x110),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a74z(0x110),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a74z,c=Log[A(0x10b)]();try{let d='';b[A(0xe9)]&&(this[A(0xeb)][A(0xee)](b[A(0xe9)])?(d=b[A(0xe9)],Log[A(0xec)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0xf3)](A(0xf0)+d));const f=await this[A(0xeb)][A(0x102)]();if(f[A(0x117)]){if(this[A(0xeb)][A(0xee)](f[A(0x117)]))d=f[A(0x117)];else{Log['error'](A(0xf4)+d);return;}}Log[A(0x11a)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x116)+hostname+'/api/v1/status'};b[A(0xe9)]&&Object[A(0x112)](g,{'cert':d});c[A(0x10e)](A(0x114));const {statusCode:h}=await HTTPS[A(0x108)](g);if(h===0x198){c[A(0x118)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[A(0x118)]();throw'https://'+hostname+A(0x105);}c[A(0x10c)]();const i=b['email']?b[A(0x100)]:await Actions[A(0x11f)](A(0x11c)),j=b['password']?b[A(0x119)]:await Actions['ask']('Password:\x20',!![]),k=a74e['md'][A(0xfe)][A(0x106)]();k[A(0x10f)](j);const l=k['digest']()[A(0xf7)](),m={'hostname':hostname,'path':A(0xf2),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0xe9)]&&Object[A(0x112)](m,{'cert':d});c['start'](A(0xf5));const {data:n,statusCode:o}=await HTTPS[A(0xed)](m);if(o===0x198){c['failure']('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON[A(0x103)](n);if(p[A(0xfb)]){const q={'hostname':hostname,'path':A(0x120),'headers':{'x-auth-token':p[A(0xfb)]},'data':{}};b[A(0xe9)]&&Object[A(0x112)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0xed)](q),{token:t}=JSON[A(0x103)](r);if(s===0x198)throw A(0xe8)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0xef)](u);}else{c[A(0x118)]();throw p;}c['success']();}catch(v){c['failure'](),console[A(0xf3)](v),process['exit'](0x0);}});
1
+ const a74y=a74d;(function(a,b){const w=a74d,c=a();while(!![]){try{const d=-parseInt(w(0x8a))/0x1+parseInt(w(0xb7))/0x2+-parseInt(w(0x89))/0x3*(-parseInt(w(0x8b))/0x4)+parseInt(w(0x97))/0x5+parseInt(w(0x99))/0x6+parseInt(w(0xaa))/0x7+-parseInt(w(0x93))/0x8*(parseInt(w(0x8e))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa2f83));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a[x(0xa7)]()[x(0xb1)](x(0xad))[x(0xa7)]()['constructor'](a74a)[x(0xb1)]('(((.+)+)+)+$');});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';function a74c(){const A=['\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','notice','getGlobalConfig','maka\x20login','True','start','273TQecve','1268157EnFVLC','9980HOPMkF','success','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','128853lJcnGv','cert','localhost','cacert','debug','736qRoCrF','/api/v1/login','login','https://','696830bPbVfz','fsi','5681994KlJmVE','digest','Password:\x20','update','isFile','parse','Using\x20CA\x20Cert\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','password','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','toHex','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','www.maka-cli.com','Logging\x20into\x20https://','toString','env','/api/v1/status','7282093idNLrZ','error','header','(((.+)+)+)+$','create','sha256','/api/v1/encodeJwt','search','assign','email','failure','authToken','Email:','1798270gJyOmi','Preflight\x20Check'];a74c=function(){return A;};return a74c();}import{HTTPS}from'../tools/https/https.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x87;let f=c[d];return f;},a74d(a,b);}const hostname=process[a74y(0xa8)]['MAKA_DEV']===a74y(0x87)?a74y(0x90):a74y(0xa5);Command[a74y(0xae)]({'name':a74y(0x95),'validOpts':[a74y(0xb3),a74y(0xa1),'help','cacert',a74y(0x92)],'usage':a74y(0xbc),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a74y(0xa2),'examples':[a74y(0xbc),a74y(0xa4)]},async function(a,b){const z=a74y,c=Log['withSpinner']();try{let d='';b['cacert']&&(this[z(0x98)][z(0x9d)](b[z(0x91)])?(d=b[z(0x91)],Log[z(0xba)](z(0x9f)+d)):Log[z(0xab)](z(0x8d)+d));const f=await this['fsi'][z(0xbb)]();if(f[z(0x8f)]){if(this[z(0x98)][z(0x9d)](f[z(0x8f)]))d=f['cert'];else{Log['error'](z(0xa0)+d);return;}}Log[z(0xac)](z(0xa6)+hostname);const g={'url':z(0x96)+hostname+z(0xa9)};b[z(0x91)]&&Object[z(0xb2)](g,{'cert':d});c['start'](z(0xb8));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[z(0xb4)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c['failure']();throw z(0x96)+hostname+z(0xb9);}c[z(0x8c)]();const i=b['email']?b[z(0xb3)]:await Actions['ask'](z(0xb6)),j=b['password']?b[z(0xa1)]:await Actions['ask'](z(0x9b),!![]),k=a74e['md'][z(0xaf)][z(0xae)]();k[z(0x9c)](j);const l=k[z(0x9a)]()[z(0xa3)](),m={'hostname':hostname,'path':z(0x94),'data':{'email':i,'password':l,'hashed':!![]}};b[z(0x91)]&&Object[z(0xb2)](m,{'cert':d});c[z(0x88)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[z(0xb4)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON[z(0x9e)](n);if(p[z(0xb5)]){const q={'hostname':hostname,'path':z(0xb0),'headers':{'x-auth-token':p['authToken']},'data':{}};b['cacert']&&Object[z(0xb2)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[z(0x9e)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this[z(0x98)]['setGlobalConfig'](u);}else{c[z(0xb4)]();throw p;}c[z(0x8c)]();}catch(v){c[z(0xb4)](),console[z(0xab)](v),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a75o=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=parseInt(l(0x142))/0x1+-parseInt(l(0x15a))/0x2*(-parseInt(l(0x147))/0x3)+-parseInt(l(0x143))/0x4*(-parseInt(l(0x14e))/0x5)+-parseInt(l(0x131))/0x6*(-parseInt(l(0x15b))/0x7)+-parseInt(l(0x134))/0x8+parseInt(l(0x145))/0x9*(parseInt(l(0x13e))/0xa)+parseInt(l(0x137))/0xb*(-parseInt(l(0x13c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x61cc3));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a75d;if(c){const e=c[m(0x154)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const n=a75d;return a75a[n(0x152)]()['search'](n(0x14d))['toString']()[n(0x149)](a75a)[n(0x15e)](n(0x14d));});a75a();function a75c(){const q=['get','252RLfOIH','/api/v1/logoutAll','553989ZYBESv','True','constructor','www.maka-cli.com','start','authToken','(((.+)+)+)+$','35KxuAFL','withSpinner','logout','isFile','toString','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','apply','Using\x20CA\x20Cert\x20','setGlobalConfig','post','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','notice','2irQBdZ','7IzmWeZ','Logging\x20out','Logging\x20out\x20of\x20https://','search','assign','https://','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','cacert','1242732zZnKLM','error','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','4048464QuylWX','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','fsi','132tFUSRT','token','maka\x20logout','success','localhost','879456pGMqdm','cert','212090gHgGsW','create','failure','/api/v1/status','157303DHnOjn','367516QSIQjK'];a75c=function(){return q;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x12f;let f=c[d];return f;},a75d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env']['MAKA_DEV']===a75o(0x148)?a75o(0x13b):a75o(0x14a);Command[a75o(0x13f)]({'name':a75o(0x150),'validOpts':[a75o(0x130)],'usage':a75o(0x139),'maxArgLength':0x2,'shortDesc':a75o(0x158),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a75o,c=Log[p(0x14f)]();try{let d='';b[p(0x130)]&&(this[p(0x136)]['isFile'](b[p(0x130)])?(d=b['cacert'],Log[p(0x159)](p(0x155)+d)):Log[p(0x132)](p(0x135)+d));const f=await this[p(0x136)]['getGlobalConfig']();if(f[p(0x13d)]){if(this[p(0x136)][p(0x151)](f[p(0x13d)]))d=f['cert'];else{c['failure']();throw Log[p(0x132)](p(0x153)+d);}}Log['header'](p(0x15d)+hostname);const g={'url':p(0x160)+hostname+p(0x141)};b['cacert']&&Object[p(0x15f)](g,{'cert':d});c[p(0x14b)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x144)](g);if(h===0x198){c[p(0x140)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c['success']();if(h!==0xc8){c[p(0x140)]();throw p(0x161);}if(!f?.[p(0x138)]?.[p(0x14c)])throw Log[p(0x132)](p(0x12f));c[p(0x14b)](p(0x15c));const i={'hostname':hostname,'path':p(0x146),'data':{},'headers':{'x-auth-token':f['token'][p(0x14c)]}};b[p(0x130)]&&Object[p(0x15f)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x157)](i);if(j===0x198){c[p(0x140)]('\x0a');throw p(0x133);}this['fsi'][p(0x156)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x13a)]();}catch(k){k&&console['error'](k),process['exit'](0x0);}});
1
+ const a75n=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=-parseInt(l(0x170))/0x1+parseInt(l(0x15e))/0x2*(parseInt(l(0x17c))/0x3)+-parseInt(l(0x15f))/0x4*(-parseInt(l(0x157))/0x5)+parseInt(l(0x179))/0x6+parseInt(l(0x17f))/0x7+parseInt(l(0x177))/0x8+parseInt(l(0x161))/0x9*(-parseInt(l(0x15c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd8d28));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const m=a75d;return a75a['toString']()[m(0x173)](m(0x167))[m(0x16c)]()[m(0x176)](a75a)[m(0x173)]('(((.+)+)+)+$');});a75a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x156;let f=c[d];return f;},a75d(a,b);}function a75c(){const p=['True','getGlobalConfig','toString','success','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','start','176041syLWvL','header','maka\x20logout','search','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','constructor','10397480PLyVJA','get','5871138RGGami','withSpinner','Logging\x20out','6DhxklH','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','localhost','12361090wYwuth','fsi','15DQsUzK','cert','authToken','/api/v1/logoutAll','failure','10liDOAJ','https://','492142yBzKMq','1874492eEWzeZ','cacert','43901496YvWUEc','isFile','Using\x20CA\x20Cert\x20','post','www.maka-cli.com','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','error'];a75c=function(){return p;};return a75c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env']['MAKA_DEV']===a75n(0x16a)?a75n(0x17e):a75n(0x165);Command['create']({'name':'logout','validOpts':['cacert'],'usage':a75n(0x172),'maxArgLength':0x2,'shortDesc':a75n(0x16e),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const o=a75n,c=Log[o(0x17a)]();try{let d='';b[o(0x160)]&&(this[o(0x156)][o(0x162)](b[o(0x160)])?(d=b['cacert'],Log['notice'](o(0x163)+d)):Log['error'](o(0x168)+d));const f=await this[o(0x156)][o(0x16b)]();if(f['cert']){if(this[o(0x156)]['isFile'](f[o(0x158)]))d=f[o(0x158)];else{c['failure']();throw Log['error'](o(0x174)+d);}}Log[o(0x171)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':o(0x15d)+hostname+'/api/v1/status'};b[o(0x160)]&&Object['assign'](g,{'cert':d});c[o(0x16f)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[o(0x178)](g);if(h===0x198){c[o(0x15b)]();throw o(0x17d);}c[o(0x16d)]();if(h!==0xc8){c[o(0x15b)]();throw o(0x175);}if(!f?.['token']?.[o(0x159)])throw Log['error'](o(0x166));c['start'](o(0x17b));const i={'hostname':hostname,'path':o(0x15a),'data':{},'headers':{'x-auth-token':f['token']['authToken']}};b[o(0x160)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x164)](i);if(j===0x198){c[o(0x15b)]('\x0a');throw o(0x17d);}this[o(0x156)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[o(0x16d)]();}catch(k){k&&console[o(0x169)](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a76k=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=parseInt(h(0xee))/0x1+-parseInt(h(0xf1))/0x2*(-parseInt(h(0xf8))/0x3)+-parseInt(h(0xf9))/0x4*(parseInt(h(0xfb))/0x5)+-parseInt(h(0xec))/0x6+parseInt(h(0xf0))/0x7+parseInt(h(0xf5))/0x8+-parseInt(h(0xf3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x3f870));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a76d;if(c){const e=c[i(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const j=a76d;return a76a[j(0xea)]()[j(0xef)](j(0xff))[j(0xea)]()[j(0xfd)](a76a)[j(0xef)]('(((.+)+)+)+$');});a76a();function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0xe8;let f=c[d];return f;},a76d(a,b);}function a76c(){const m=['verbose','(((.+)+)+)+$','log','maka\x20logs\x20--env\x20dev','readFileSync','toString','maka\x20l\x20-e\x20p','3013962Ghudcf','parse','477514tGiHay','search','3490487zhCKpO','2qAkexu','fsi','5189247NQXBzO','apply','1939816wQRAMZ','maka\x20logs','env','1339134sIpJjY','452XqkwRX','join','14420tAfHcd','getConfigPath','constructor'];a76c=function(){return m;};return a76c();}import a76e from'fs';import a76f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'logs','aliases':['l',a76k(0x100)],'usage':a76k(0xf6),'requiredOpts':[a76k(0xf7)],'mustBeInMakaProject':!![],'validOpts':[a76k(0xfe)],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a76k(0xe8),'maka\x20logs\x20--env\x20staging',a76k(0xeb)]},function(a,b){const l=a76k,c='pm2\x20logs',d=this[l(0xf2)][l(0xfc)](b['env']),e=a76f[l(0xfa)](d,'ssh.json'),f=a76e[l(0xe9)](e),g=JSON[l(0xed)](f[l(0xea)]());Object['assign'](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a76k=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=parseInt(h(0xc4))/0x1+-parseInt(h(0xc1))/0x2+parseInt(h(0xd6))/0x3+-parseInt(h(0xd7))/0x4+-parseInt(h(0xda))/0x5*(-parseInt(h(0xc5))/0x6)+-parseInt(h(0xce))/0x7+parseInt(h(0xdb))/0x8*(parseInt(h(0xc3))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xf0879));function a76c(){const m=['maka\x20logs\x20--env\x20dev','log','5226995ugWjyr','15520440uZRMUx','join','env','883486VcWXUo','(((.+)+)+)+$','9EZXAkf','407638RRjUpF','6OGfXxN','create','View\x20the\x20PM2\x20logs','toString','pm2\x20logs','getConfigPath','maka\x20l\x20-e\x20p','assign','readFileSync','8751071WjqEll','parse','maka\x20logs','apply','constructor','ssh.json','sshSync','search','770757MKzKYL','3891624EnBBxq'];a76c=function(){return m;};return a76c();}const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a76d;if(c){const e=c[i(0xd1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const j=a76d;return a76a[j(0xc8)]()['search'](j(0xc2))[j(0xc8)]()[j(0xd2)](a76a)[j(0xd5)](j(0xc2));});a76a();import a76e from'fs';import a76f from'path';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0xc1;let f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a76k(0xc6)]({'name':'logs','aliases':['l',a76k(0xd9)],'usage':a76k(0xd0),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':['verbose'],'shortDesc':a76k(0xc7),'examples':[a76k(0xd8),'maka\x20logs\x20--env\x20staging',a76k(0xcb)]},function(a,b){const l=a76k,c=l(0xc9),d=this['fsi'][l(0xca)](b[l(0xdd)]),e=a76f[l(0xdc)](d,l(0xd3)),f=a76e[l(0xcd)](e),g=JSON[l(0xcf)](f['toString']());Object[l(0xcc)](g,{'env':d}),SSH[l(0xd4)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a77i=a77d;function a77c(){const k=['findSubCommand','fsi','140FHUcog','runSubCommand','200398AXDoFR','(((.+)+)+)+$','maka\x20create\x20Todo','maka\x20--help','7144tBmVge','slice','1127796LKaHdx','3899SNtzDE','maka\x20run','2AEgdMt','189900SLzJli','505048SvWFcV','15jeXyQv','toString','741891krnJwX','469944UFAzFE','search','maka','exit'];a77c=function(){return k;};return a77c();}(function(a,b){const g=a77d,c=a();while(!![]){try{const d=-parseInt(g(0x189))/0x1*(-parseInt(g(0x187))/0x2)+-parseInt(g(0x175))/0x3+-parseInt(g(0x184))/0x4+-parseInt(g(0x18a))/0x5*(-parseInt(g(0x176))/0x6)+-parseInt(g(0x185))/0x7*(-parseInt(g(0x182))/0x8)+-parseInt(g(0x188))/0x9+parseInt(g(0x17c))/0xa*(-parseInt(g(0x17e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x69797));const a77b=(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;};}()),a77a=a77b(this,function(){const h=a77d;return a77a[h(0x18b)]()[h(0x177)]('(((.+)+)+)+$')[h(0x18b)]()['constructor'](a77a)[h(0x177)](h(0x17f));});a77a();import{Command}from'../command.js';const Maka=new Command({'name':a77i(0x178),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a77i(0x181),'maka\x20install\x20meteor',a77i(0x180),a77i(0x186)],'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 j=a77i;try{const c=a[0x0],d=this[j(0x17a)](c);d?this[j(0x17d)](c,a[j(0x183)](0x1),b):this[j(0x17b)]['maybeProxyCommandToMeteor']();}catch(f){console['error'](f),process[j(0x179)](0x1);}});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x175;let f=c[d];return f;},a77d(a,b);}export default Maka;
1
+ const a77i=a77d;function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x19b;let f=c[d];return f;},a77d(a,b);}(function(a,b){const g=a77d,c=a();while(!![]){try{const d=parseInt(g(0x19b))/0x1+-parseInt(g(0x1aa))/0x2*(-parseInt(g(0x1b3))/0x3)+-parseInt(g(0x1b4))/0x4+-parseInt(g(0x1a1))/0x5*(parseInt(g(0x1a4))/0x6)+parseInt(g(0x1b2))/0x7*(-parseInt(g(0x1b1))/0x8)+-parseInt(g(0x1a7))/0x9+parseInt(g(0x1af))/0xa*(parseInt(g(0x19c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x78b0e));function a77c(){const k=['maka\x20--help','4720752OwLdWe','7IdYezy','6rQulll','1252148cFMrEK','maka\x20create\x20Todo','563673xsenUV','12881506VaAZiB','search','exit','fsi','maka','92230XSwYJJ','error','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','246cFwRte','maka\x20<command>\x20[<args>]\x20[<opts>]','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','2680290XzLdEt','(((.+)+)+)+$','constructor','716858xuksRF','runSubCommand','toString','maybeProxyCommandToMeteor','findSubCommand','10PyhGVv'];a77c=function(){return k;};return a77c();}const a77b=(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;};}()),a77a=a77b(this,function(){const h=a77d;return a77a[h(0x1ac)]()[h(0x19d)](h(0x1a8))[h(0x1ac)]()[h(0x1a9)](a77a)[h(0x19d)](h(0x1a8));});a77a();import{Command}from'../command.js';const Maka=new Command({'name':a77i(0x1a0),'minArgLength':0x1,'shortDesc':a77i(0x1a6),'validOpts':[],'usage':a77i(0x1a5),'disableAuthCheck':!![],'examples':[a77i(0x1b0),'maka\x20install\x20meteor',a77i(0x1b5),'maka\x20run'],'description':a77i(0x1a3)},async function(a,b){const j=a77i;try{const c=a[0x0],d=this[j(0x1ae)](c);d?this[j(0x1ab)](c,a['slice'](0x1),b):this[j(0x19f)][j(0x1ad)]();}catch(f){console[j(0x1a2)](f),process[j(0x19e)](0x1);}});export default Maka;