@maka/maka-cli 4.5.32 → 4.5.33

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 (133) 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/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/tool.js +1 -1
  117. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/https/https.class.js +1 -1
  125. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  126. package/bundle/obf/src/tools/log/log.class.js +1 -1
  127. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  133. package/package.json +1 -1
@@ -1 +1 @@
1
- function a55c(){var j=['3408770YrCkDx','_maxCarryingWeight','_playerName','exits','rooms','(((.+)+)+)+$','apply','_inventory','color','1085512olOImK','weight','name','characterLocations','search','_logger','110bfPlKO','_equipment','uuid','roomType','1985484iInZRE','1375389LmLNDh','rating','size','toString','shape','items','10FQhCGX','inventory','roomA','player','2156601UmuAlr','260790FxLWqm','description','12eVNwBK','3075842JAAILE','solved','56ujHCgT','roomB','logger','isLocked','_currentLocation','puzzle','isStartRoom'];a55c=function(){return j;};return a55c();}var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x1e9))/0x1+-parseInt(f(0x208))/0x2+-parseInt(f(0x1e8))/0x3+-parseInt(f(0x1fe))/0x4*(-parseInt(f(0x20f))/0x5)+-parseInt(f(0x1eb))/0x6*(parseInt(f(0x1ec))/0x7)+parseInt(f(0x1ee))/0x8*(-parseInt(f(0x209))/0x9)+-parseInt(f(0x1f5))/0xa*(-parseInt(f(0x204))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x86cd4));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1fb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x20c)]()['search'](h(0x1fa))['toString']()['constructor'](a55a)[h(0x202)](h(0x1fa));});function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1e5;var f=c[d];return f;},a55d(a,b);}a55a();import{EventEmitter}from'events';export class AbstractScene{[a55i(0x1f9)];[a55i(0x1e7)];[a55i(0x1f0)];[a55i(0x201)];}export class AbstractRoom extends EventEmitter{[a55i(0x200)];[a55i(0x1ea)];[a55i(0x1f8)];[a55i(0x1e5)];[a55i(0x1f3)];[a55i(0x207)];[a55i(0x1f4)];}export class AbstractDoor{[a55i(0x1e6)];[a55i(0x1ef)];[a55i(0x1f1)];['unlockItemOrSolution'];[a55i(0x200)];[a55i(0x1f0)];['isLockable'];}export class AbstractInventory{[a55i(0x20e)];['logger'];}export class AbstractItem{[a55i(0x206)];[a55i(0x200)];[a55i(0x1ea)];[a55i(0x20b)];['category'];[a55i(0x20d)];[a55i(0x1fd)];['texture'];[a55i(0x20a)];[a55i(0x1ff)];}export class AbstractPlayer{[a55i(0x1f7)];[a55i(0x1f2)];[a55i(0x1fc)];[a55i(0x205)];[a55i(0x1f6)];[a55i(0x203)];}export class AbstractPuzzle{['logger'];[a55i(0x1ed)];}
1
+ var a55i=a55d;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x19c;var f=c[d];return f;},a55d(a,b);}(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1b0))/0x1*(-parseInt(f(0x1b9))/0x2)+-parseInt(f(0x1ac))/0x3*(parseInt(f(0x1a8))/0x4)+-parseInt(f(0x1c5))/0x5*(-parseInt(f(0x1b7))/0x6)+parseInt(f(0x1a7))/0x7*(parseInt(f(0x1a9))/0x8)+-parseInt(f(0x1c4))/0x9+parseInt(f(0x1b1))/0xa*(parseInt(f(0x1af))/0xb)+-parseInt(f(0x1b3))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x7cba2));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a['toString']()[h(0x19f)](h(0x1b5))[h(0x1c2)]()[h(0x1ae)](a55a)['search'](h(0x1b5));});a55a();import{EventEmitter}from'events';export class AbstractScene{[a55i(0x1c6)];[a55i(0x1a5)];[a55i(0x1c1)];[a55i(0x1ba)];}export class AbstractRoom extends EventEmitter{[a55i(0x1b8)];['description'];[a55i(0x1a3)];[a55i(0x1a1)];[a55i(0x19c)];['roomType'];[a55i(0x1a6)];}export class AbstractDoor{[a55i(0x1ad)];[a55i(0x1c7)];[a55i(0x1c0)];[a55i(0x1a4)];[a55i(0x1b8)];['logger'];[a55i(0x1b6)];}export class AbstractInventory{['items'];[a55i(0x1c1)];}export class AbstractItem{[a55i(0x19e)];[a55i(0x1b8)];[a55i(0x1a0)];['size'];[a55i(0x1a2)];[a55i(0x1ab)];['color'];[a55i(0x1b2)];[a55i(0x1bf)];[a55i(0x1bd)];}export class AbstractPlayer{[a55i(0x1be)];[a55i(0x1bc)];[a55i(0x1bb)];[a55i(0x19d)];['_maxCarryingWeight'];[a55i(0x1c3)];}export class AbstractPuzzle{['logger'];[a55i(0x1b4)];}function a55c(){var j=['inventory','category','exits','unlockItemOrSolution','player','isStartRoom','4081679QbKWTL','187888pkmJJy','8NsVSiF','apply','shape','48jhfzds','roomA','constructor','853919iSBCvC','1dBNXpR','80LDbxCh','texture','12110532qFTTcr','solved','(((.+)+)+)+$','isLockable','15354cBwZJo','name','1749598iNqDic','characterLocations','_inventory','_currentLocation','weight','_playerName','rating','isLocked','logger','toString','_logger','7040358jrJRxh','1905gKvujR','rooms','roomB','puzzle','_equipment','uuid','search','description'];a55c=function(){return j;};return a55c();}
@@ -1 +1 @@
1
- (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x15b))/0x1*(parseInt(k(0x144))/0x2)+-parseInt(k(0x173))/0x3*(-parseInt(k(0x192))/0x4)+parseInt(k(0x198))/0x5+-parseInt(k(0x16f))/0x6+-parseInt(k(0x186))/0x7+parseInt(k(0x150))/0x8*(-parseInt(k(0x16d))/0x9)+parseInt(k(0x18a))/0xa*(parseInt(k(0x17b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xcb43b));export var Size;(function(a){var l=a56d;a[l(0x199)]=l(0x158),a[l(0x179)]=l(0x184),a[l(0x19d)]=l(0x1a5),a[l(0x1a1)]='large',a[l(0x18b)]=l(0x1a6);}(Size||(Size={})));function a56c(){var v=['yellow','Metallic','fuzzy','Rough','search','green','book','(((.+)+)+)+$','common','rare','beach','DESERT','9DtjQcr','TOWER','4917906bVqYQJ','unknown','hat','Purple','15DQfyAR','Orange','legendary','NORTH','north','mountain','Small','MOUNTAIN','97537traTmx','Helmet','metallic','OUTSIDE','helmet','boots','toString','tower','gold','small','Circle','8369956yNusBc','Rifle','SOUTH','Red','1310gsOaLb','VeryLarge','outside','grainy','Brown','rifle','Square','Common','990472HtOLxx','west','Legendary','key','Yellow','Rare','6653555FOZdyT','Tiny','FOREST','orange','inside','Medium','Weapon','Fuzzy','gloves','Large','triangle','blade','apply','medium','very\x20large','ArmArmor','Hat','Triangle','Grainy','desert','leg\x20armor','INSIDE','smooth','LegArmor','Book','sea','BEACH','bumpy','2ytImxz','Grey','forest','Unknown','Bumpy','CAVE','Green','Blue','Blade','EAST','red','UNDERGROUND','2564312yisgWQ','BodyArmor','arm\x20armor','purple','circle','Rectangle','shield','weapon','tiny','down','DOWN','561909SZwLtM','cup','Cup','Shield','Gold','SEA'];a56c=function(){return v;};return a56c();}export var Rating;(function(a){var m=a56d;a[m(0x191)]=m(0x169),a[m(0x197)]=m(0x16a),a[m(0x194)]=m(0x175);}(Rating||(Rating={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x13b;var f=c[d];return f;},a56d(a,b);}export var Category;(function(a){var n=a56d;a[n(0x19e)]=n(0x157),a[n(0x15e)]=n(0x156),a['Key']=n(0x195),a['Gloves']=n(0x1a0),a[n(0x17c)]=n(0x17f),a[n(0x1a8)]=n(0x171),a['Boots']=n(0x180),a[n(0x13f)]=n(0x13c),a[n(0x1a7)]=n(0x152),a[n(0x151)]='body\x20armor',a[n(0x140)]=n(0x167),a[n(0x15d)]=n(0x15c),a[n(0x147)]=n(0x170);}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a[o(0x185)]=o(0x154),a[o(0x190)]='square',a[o(0x1a9)]=o(0x1a2),a[o(0x155)]='rectangle',a[o(0x14c)]=o(0x1a3),a[o(0x187)]=o(0x18f);}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x189)]=p(0x14e),a[p(0x14b)]='blue',a[p(0x14a)]=p(0x166),a[p(0x196)]=p(0x161),a[p(0x174)]=p(0x19b),a[p(0x172)]=p(0x153),a[p(0x145)]='grey',a[p(0x18e)]='brown',a[p(0x15f)]=p(0x183);}(Color||(Color={})));export var Texture;(function(c){var s=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a56d;if(h){var j=h[q(0x1a4)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a56d;return e[r(0x181)]()['search'](r(0x168))[r(0x181)]()['constructor'](e)[r(0x165)](r(0x168));});e(),c['Smooth']=s(0x13e),c[s(0x164)]='rough',c[s(0x148)]=s(0x143),c[s(0x19f)]=s(0x163),c[s(0x1aa)]=s(0x18d),c[s(0x162)]=s(0x17d);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a56d;a[t(0x13d)]=t(0x19c),a[t(0x17e)]=t(0x18c),a[t(0x14f)]='underground',a[t(0x149)]='cave',a[t(0x16e)]=t(0x182),a[t(0x19a)]=t(0x146),a[t(0x16c)]=t(0x13b),a[t(0x17a)]=t(0x178),a[t(0x142)]=t(0x16b),a[t(0x160)]=t(0x141);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x176)]=u(0x177),a[u(0x14d)]='east',a[u(0x188)]='south',a['WEST']=u(0x193),a['UP']='up',a[u(0x15a)]=u(0x159);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0x132))/0x1+-parseInt(k(0x119))/0x2+parseInt(k(0x143))/0x3*(-parseInt(k(0x113))/0x4)+-parseInt(k(0x16b))/0x5*(-parseInt(k(0x150))/0x6)+parseInt(k(0x12e))/0x7+-parseInt(k(0x11b))/0x8+-parseInt(k(0x16f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x632f0));export var Size;(function(a){var l=a56d;a['Tiny']=l(0x11f),a['Small']=l(0x160),a[l(0x14f)]='medium',a[l(0x12b)]='large',a[l(0x118)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a['Common']=m(0x146),a['Rare']='rare',a['Legendary']=m(0x12f);}(Rating||(Rating={})));export var Category;function a56c(){var v=['circle','tiny','down','tower','key','body\x20armor','Triangle','ArmArmor','blue','Rough','mountain','boots','TOWER','Large','SOUTH','underground','3506720EqTHMm','legendary','NORTH','Rifle','602362sXmSRq','cave','orange','Bumpy','Red','Unknown','rectangle','yellow','Boots','rifle','arm\x20armor','grainy','Green','smooth','DESERT','OUTSIDE','apply','33xZFMiW','gold','Orange','common','Brown','desert','SEA','cup','west','Blue','WEST','constructor','Medium','3162dwUELE','Gloves','UNDERGROUND','DOWN','east','LegArmor','rough','Key','Blade','helmet','INSIDE','Smooth','blade','shield','Hat','inside','small','brown','search','BEACH','Gold','toString','square','Weapon','outside','Cup','Shield','6610CLqmjr','red','MOUNTAIN','Yellow','2457927qQRtEI','metallic','Metallic','Circle','39020rVGImh','gloves','Book','Rectangle','(((.+)+)+)+$','VeryLarge','1132028zfvOyf','weapon','3578704qNMGeM','CAVE','book'];a56c=function(){return v;};return a56c();}(function(a){var n=a56d;a[n(0x167)]=n(0x11a),a[n(0x16a)]=n(0x15d),a[n(0x157)]=n(0x122),a[n(0x151)]=n(0x114),a['Helmet']=n(0x159),a[n(0x15e)]='hat',a[n(0x13a)]=n(0x129),a[n(0x155)]='leg\x20armor',a[n(0x125)]=n(0x13c),a['BodyArmor']=n(0x123),a[n(0x115)]=n(0x11d),a[n(0x169)]=n(0x14a),a[n(0x137)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a[o(0x112)]=o(0x11e),a['Square']=o(0x166),a[o(0x124)]='triangle',a[o(0x116)]=o(0x138),a[o(0x158)]=o(0x15c),a[o(0x131)]=o(0x13b);}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x136)]=p(0x16c),a[p(0x14c)]=p(0x126),a[p(0x13e)]='green',a[p(0x16e)]=p(0x139),a[p(0x145)]=p(0x134),a['Purple']='purple',a['Grey']='grey',a[p(0x147)]=p(0x161),a[p(0x164)]=p(0x144);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a[q(0x15b)]=q(0x13f),a[q(0x127)]=q(0x156),a[q(0x135)]='bumpy',a['Fuzzy']='fuzzy',a['Grainy']=q(0x13d),a[q(0x111)]=q(0x110);}(Texture||(Texture={})));export var RoomType;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x110;var f=c[d];return f;},a56d(a,b);}(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(0x142)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a56d;return e[s(0x165)]()[s(0x162)](s(0x117))[s(0x165)]()[s(0x14e)](e)[s(0x162)]('(((.+)+)+)+$');});e(),c[t(0x15a)]=t(0x15f),c[t(0x141)]=t(0x168),c[t(0x152)]=t(0x12d),c[t(0x11c)]=t(0x133),c[t(0x12a)]=t(0x121),c['FOREST']='forest',c[t(0x140)]=t(0x148),c[t(0x16d)]=t(0x128),c[t(0x163)]='beach',c[t(0x149)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x130)]='north',a['EAST']=u(0x154),a[u(0x12c)]='south',a[u(0x14d)]=u(0x14b),a['UP']='up',a[u(0x153)]=u(0x120);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1c9;var f=c[d];return f;},a57d(a,b);}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0x1c9))/0x1+-parseInt(f(0x1cb))/0x2*(-parseInt(f(0x1cc))/0x3)+parseInt(f(0x1cd))/0x4*(parseInt(f(0x1d7))/0x5)+parseInt(f(0x1d6))/0x6*(parseInt(f(0x1d1))/0x7)+-parseInt(f(0x1d3))/0x8*(parseInt(f(0x1d8))/0x9)+parseInt(f(0x1d0))/0xa*(-parseInt(f(0x1d4))/0xb)+parseInt(f(0x1d2))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x21aa6));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1ca)]()[h(0x1d5)](h(0x1ce))[h(0x1ca)]()['constructor'](a57a)['search'](h(0x1ce));});function a57c(){var i=['search','199572qiQkHZ','415upLLMv','9DpWFzP','135808gdKfgD','toString','110218YESLnL','3VKSkqa','7076yiCUTO','(((.+)+)+)+$','apply','871100LKGwsT','35YfYMJd','3324744YCgVwO','882208YbuOWZ','33aRLYgr'];a57c=function(){return i;};return a57c();}a57a();export{};
1
+ function a57c(){var i=['32015xvOJpq','4433500wMoJeK','search','1664178KcMVOR','1316995VmzFAh','315sprSRc','22lkZuNa','toString','apply','(((.+)+)+)+$','204sEoWrN','2303376xrMpQd','7992796rfoxkv','9aJsjNj','46348ylLuRA'];a57c=function(){return i;};return a57c();}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x1a8))/0x1+parseInt(f(0x1a7))/0x2+-parseInt(f(0x1a9))/0x3*(parseInt(f(0x1a3))/0x4)+parseInt(f(0x1a4))/0x5*(-parseInt(f(0x1ae))/0x6)+parseInt(f(0x1b0))/0x7+parseInt(f(0x1af))/0x8*(-parseInt(f(0x1a2))/0x9)+-parseInt(f(0x1a5))/0xa*(parseInt(f(0x1aa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xa67e1));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1ac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1ab)]()[h(0x1a6)](h(0x1ad))[h(0x1ab)]()['constructor'](a57a)[h(0x1a6)](h(0x1ad));});a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1a2;var f=c[d];return f;},a57d(a,b);}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x9c))/0x1+-parseInt(f(0xa0))/0x2+-parseInt(f(0x9d))/0x3+parseInt(f(0x9b))/0x4+parseInt(f(0xa2))/0x5*(-parseInt(f(0xa3))/0x6)+-parseInt(f(0xa1))/0x7*(parseInt(f(0xa6))/0x8)+parseInt(f(0xa7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x660b3));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()['search'](g(0xa5))[g(0xa4)]()[g(0x9f)](a58a)[g(0x9e)](g(0xa5));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x9b;var f=c[d];return f;},a58d(a,b);}a58a();function a58c(){var h=['482784teFSxL','search','constructor','1281220dwZsDr','56LTLzeu','615yAYmlu','13758CyohBW','toString','(((.+)+)+)+$','563680zPKFgZ','12721968NNAdJk','428224dOTJBN','544620nSYboe'];a58c=function(){return h;};return a58c();}export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xd3))/0x1*(-parseInt(f(0xd4))/0x2)+-parseInt(f(0xd8))/0x3*(-parseInt(f(0xd9))/0x4)+-parseInt(f(0xce))/0x5+-parseInt(f(0xda))/0x6+-parseInt(f(0xd6))/0x7*(-parseInt(f(0xd7))/0x8)+parseInt(f(0xd5))/0x9+-parseInt(f(0xcc))/0xa*(parseInt(f(0xcf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xd8023));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xd2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xd0)]()[h(0xd1)](h(0xcb))[h(0xd0)]()[h(0xcd)](a58a)[h(0xd1)](h(0xcb));});a58a();function a58c(){var i=['368XigWIQ','9078744IIafAz','(((.+)+)+)+$','15178420FibuSk','constructor','8771105PshuCP','11iEKcEu','toString','search','apply','1ZuLQZs','2051774vlpyvg','12427002eMvCdi','12254403aytUpQ','8ZhAIiC','49326FqQCpG'];a58c=function(){return i;};return a58c();}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xcb;var f=c[d];return f;},a58d(a,b);}export{};
@@ -1 +1 @@
1
- const a59G=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1e2))/0x1+-parseInt(y(0x209))/0x2+parseInt(y(0x1cb))/0x3+parseInt(y(0x1bf))/0x4+-parseInt(y(0x206))/0x5+parseInt(y(0x1c8))/0x6+parseInt(y(0x1ca))/0x7*(-parseInt(y(0x20b))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xded2d));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-0x1be;let f=c[d];return f;},a59d(a,b);}import{RoomType}from'./types/enums.js';function a59c(){const H=['setContent','head','getAllItems','6690980vvYYNt','45%','line','\x0aThere\x20are\x20no\x20exits\x20here.','logBox','render','Right\x20Hand:\x20','Torso:\x20','feet','3784818VeYCYX','\x20Equipment\x20','4634HeABHR','3213789yZWuGn','None','yellow','inventory','getValue','OUTSIDE','\x20Map\x20','map','append','white','split','C-c','torso','\x20Inventory\x20','constructor','toString','70%','10%','\x20(Unlocked)','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','parse','key','slice','851ccpFBb','lock','escape','Currently\x20in:\x20','90%','log','legs','getWelcomeMessage','clear','mousemove','\x20Game\x20Log\x20','focus','unlock','search','join','take','75%','exits','enter','(((.+)+)+)+$','Gloves:\x20','exit','player','size','rightHand','Legs:\x20','25%','currentLocation','name','forEach','-----\x20Exits\x20------\x0a','Feet:\x20','textbox','equip','20%','Left\x20Hand:\x20','4247745tFwKqQ','handleInput','Side\x20Quest\x20Adventure\x20Game','411276LsDhEo','checkIfLockable','16992FlcCac','box','cyan','equipment'];a59c=function(){return H;};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 A=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a59d;return g[z(0x1da)]()[z(0x1ef)](z(0x1f5))['toString']()[z(0x1d9)](g)[z(0x1ef)](z(0x1f5));});g();try{const h=a59e['screen']({'smartCSR':!![],'title':A(0x208)}),i=a59e[A(0x20c)]({'top':'0%','left':A(0x1f2),'width':A(0x1fc),'height':A(0x1c0),'border':{'type':A(0x1c1)},'label':A(0x1d8),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1cd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x1be)]()[B(0x1d2)](v=>v['name']);i['setContent'](u[B(0x1f0)]('\x0a')),h[B(0x1c4)]();};h[A(0x1d3)](i);const k=a59e[A(0x20c)]({'top':A(0x1c0),'left':'75%','width':A(0x1fc),'height':'25%','border':{'type':A(0x1c1)},'label':A(0x1c9),'content':A(0x1de),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x20f)]('Head:\x20'+(t[C(0x210)]?t[C(0x210)][C(0x1fe)]:'None')+'\x0a'+(C(0x1c6)+(t[C(0x1d7)]?t[C(0x1d7)][C(0x1fe)]:'None')+'\x0a')+(C(0x1fb)+(t[C(0x1e8)]?t[C(0x1e8)]['name']:C(0x1cc))+'\x0a')+(C(0x201)+(t['feet']?t[C(0x1c7)][C(0x1fe)]:'None')+'\x0a')+('Arms:\x20'+(t['arms']?t['arms'][C(0x1fe)]:C(0x1cc))+'\x0a')+(C(0x1f6)+(t['gloves']?t['gloves'][C(0x1fe)]:'None')+'\x0a')+(C(0x205)+(t['leftHand']?t['leftHand']['name']:C(0x1cc))+'\x0a')+(C(0x1c5)+(t[C(0x1fa)]?t[C(0x1fa)][C(0x1fe)]:'None')+'\x0a')),h[C(0x1c4)]();},m=a59e[A(0x20c)]({'top':A(0x1db),'left':A(0x1f2),'width':A(0x1fc),'height':A(0x204),'border':{'type':A(0x1c1)},'label':A(0x1d1),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1cd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0x1e5)+t[D(0x1fe)]+'\x0a\x0a';u+=D(0x200),t['exits'][D(0x1f9)]>0x0?t[D(0x1f3)][D(0x1ff)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x['roomType']===RoomType[E(0x1d0)]?u+=capitalCase(w)+':\x20'+x[E(0x1fe)]:u+=capitalCase(w)+':\x20'+v[E(0x1fe)];if(v['checkIfLocked']())u+='\x20(Locked)';else v[E(0x20a)]()&&(u+=E(0x1dd));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x1c2),m[D(0x20f)](u),h[D(0x1c4)]();},o=a59e[A(0x20c)]({'id':A(0x1c3),'top':'0%','left':'0%','width':A(0x1f2),'height':A(0x1e6),'border':{'type':A(0x1c1)},'label':A(0x1ec),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1cd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x1eb)),h[A(0x1d3)](o);const p=a59e[A(0x202)]({'bottom':0x0,'left':0x0,'width':'100%','height':A(0x1dc),'tags':!![],'border':{'type':A(0x1c1)},'style':{'fg':A(0x1d4),'border':{'fg':A(0x20d)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1d3)](p),h[A(0x1e0)]([A(0x1e4),A(0x1d6)],()=>process[A(0x1f7)](0x0)),p[A(0x1ed)](),h[A(0x1c4)]();const q=Logger['getInstance'](e['logFilePath'],h),r=new Player({'playerName':c});q['write']('----->>>>>>\x20Initializing\x20Game');const s=a59f['getInstance'](r,d);o[A(0x20f)](s[A(0x1e9)]()),l(s['player'][A(0x20e)]),j(s[A(0x1f8)][A(0x1ce)]),n(s[A(0x1f8)][A(0x1fd)]),p[A(0x1e0)]([A(0x1f4)],async()=>{const F=A,t=p[F(0x1cf)](),u=s[F(0x207)](t);(t[F(0x1d5)]('\x20')[0x0]===F(0x1f1)||F(0x203)||'unequip')&&(j(s['player']['inventory']),l(s[F(0x1f8)][F(0x20e)])),(t[F(0x1d5)]('\x20')[0x0]==='go'||F(0x1e3)||F(0x1ee))&&n(s['player']['currentLocation']),t[F(0x1d5)]('\x20')[0x0]===F(0x1ea)&&o[F(0x20f)](''),u===null&&(console[F(0x1e7)]('Thanks\x20for\x20playing!'),h[F(0x1c4)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process[F(0x1f7)](0x0)),o['pushLine'](u),o['scroll'](0x1),p['clearValue'](),p[F(0x1ed)](),h['render']();});}catch(t){console[A(0x1e7)](t),process['exit'](0x1);}}const args=process['argv'][a59G(0x1e1)](0x2);main(args[0x0],JSON[a59G(0x1df)](args[0x1]),JSON[a59G(0x1df)](args[0x2]));
1
+ const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1ff))/0x1+-parseInt(y(0x1f3))/0x2*(-parseInt(y(0x22d))/0x3)+-parseInt(y(0x209))/0x4+parseInt(y(0x204))/0x5*(parseInt(y(0x1fe))/0x6)+-parseInt(y(0x22e))/0x7*(-parseInt(y(0x20f))/0x8)+parseInt(y(0x1e3))/0x9*(parseInt(y(0x221))/0xa)+-parseInt(y(0x217))/0xb*(parseInt(y(0x1da))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x77401));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a59c(){const I=['parse','1234856eZnnKy','feet','Torso:\x20','Gloves:\x20','join','None','75%','checkIfLocked','62777kQyDhS','clearValue','line','gloves','write','getWelcomeMessage','getValue','pushLine','exits','head','1890rQTqxf','focus','Thanks\x20for\x20playing!','escape','unlock','inventory','Available\x20exits\x20will\x20be\x20shown\x20here...','clear','torso','render','leftHand','25%','975939wmhTsY','7JHAMhM','C-c','split','540IMselA','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','apply','getInstance','slice','constructor','\x0aThere\x20are\x20no\x20exits\x20here.','arms','yellow','17757hZulyJ','take','logBox','name','Currently\x20in:\x20','equipment','getAllItems','getOtherSide','white','\x20Equipment\x20','rightHand','\x20Game\x20Log\x20','removeAllListeners','mousemove','Your\x20items\x20will\x20be\x20listed\x20here...','currentLocation','2AfABWk','append','exit','logFilePath','Right\x20Hand:\x20','player','unequip','45%','scroll','log','forEach','18csDDJX','289352YJXniv','search','(((.+)+)+)+$','setContent','Head:\x20','795525eHmZUd','cyan','checkIfLockable','\x20Map\x20','\x20(Locked)','1181064YXaAUz','Side\x20Quest\x20Adventure\x20Game','legs','box','enter'];a59c=function(){return I;};return a59c();}function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1da;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(0x1dc)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g['toString']()[A(0x200)]('(((.+)+)+)+$')['toString']()[A(0x1df)](g)[A(0x200)](A(0x201));});g();try{const h=a59e['screen']({'smartCSR':!![],'title':B(0x20a)}),i=a59e[B(0x20c)]({'top':'0%','left':B(0x215),'width':B(0x22c),'height':B(0x1fa),'border':{'type':B(0x219)},'label':'\x20Inventory\x20','content':B(0x1f1),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1e9)]()['map'](v=>v[C(0x1e6)]);i[C(0x202)](u[C(0x213)]('\x0a')),h[C(0x22a)]();};h['append'](i);const k=a59e[B(0x20c)]({'top':B(0x1fa),'left':B(0x215),'width':B(0x22c),'height':B(0x22c),'border':{'type':'line'},'label':B(0x1ec),'content':B(0x1db),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1f4)](k);const l=t=>{const D=B;k['setContent'](D(0x203)+(t[D(0x220)]?t[D(0x220)][D(0x1e6)]:D(0x214))+'\x0a'+(D(0x211)+(t[D(0x229)]?t[D(0x229)][D(0x1e6)]:D(0x214))+'\x0a')+('Legs:\x20'+(t[D(0x20b)]?t[D(0x20b)][D(0x1e6)]:D(0x214))+'\x0a')+('Feet:\x20'+(t[D(0x210)]?t['feet'][D(0x1e6)]:'None')+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x1e1)][D(0x1e6)]:D(0x214))+'\x0a')+(D(0x212)+(t['gloves']?t[D(0x21a)]['name']:'None')+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x22b)]?t[D(0x22b)][D(0x1e6)]:D(0x214))+'\x0a')+(D(0x1f7)+(t[D(0x1ed)]?t[D(0x1ed)][D(0x1e6)]:'None')+'\x0a')),h[D(0x22a)]();},m=a59e[B(0x20c)]({'top':'70%','left':B(0x215),'width':B(0x22c),'height':'20%','border':{'type':B(0x219)},'label':B(0x207),'content':B(0x227),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1f4)](m);const n=t=>{const E=B;let u=E(0x1e7)+t[E(0x1e6)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x21f)]['size']>0x0?t[E(0x21f)][E(0x1fd)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1ea)](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x1e6)]:u+=capitalCase(w)+':\x20'+v[F(0x1e6)];if(v[F(0x216)]())u+=F(0x208);else v[F(0x206)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1e0),m[E(0x202)](u),h['render']();},o=a59e['box']({'id':B(0x1e5),'top':'0%','left':'0%','width':B(0x215),'height':'90%','border':{'type':'line'},'label':B(0x1ee),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e2)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1ef)](B(0x1f0)),h['append'](o);const p=a59e['textbox']({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':B(0x219)},'style':{'fg':B(0x1eb),'border':{'fg':B(0x205)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1f4)](p),h['key']([B(0x224),B(0x22f)],()=>process[B(0x1f5)](0x0)),p['focus'](),h[B(0x22a)]();const q=Logger[B(0x1dd)](e[B(0x1f6)],h),r=new Player({'playerName':c});q[B(0x21b)]('----->>>>>>\x20Initializing\x20Game');const s=a59f[B(0x1dd)](r,d);o[B(0x202)](s[B(0x21c)]()),l(s[B(0x1f8)][B(0x1e8)]),j(s['player'][B(0x226)]),n(s[B(0x1f8)][B(0x1f2)]),p['key']([B(0x20d)],async()=>{const G=B,t=p[G(0x21d)](),u=s['handleInput'](t);(t[G(0x230)]('\x20')[0x0]===G(0x1e4)||'equip'||G(0x1f9))&&(j(s[G(0x1f8)][G(0x226)]),l(s['player']['equipment'])),(t[G(0x230)]('\x20')[0x0]==='go'||'lock'||G(0x225))&&n(s['player'][G(0x1f2)]),t['split']('\x20')[0x0]===G(0x228)&&o[G(0x202)](''),u===null&&(console[G(0x1fc)](G(0x223)),h[G(0x22a)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x1f5)](0x0)),o[G(0x21e)](u),o[G(0x1fb)](0x1),p[G(0x218)](),p[G(0x222)](),h[G(0x22a)]();});}catch(t){console['log'](t),process[B(0x1f5)](0x1);}}const args=process['argv'][a59H(0x1de)](0x2);main(args[0x0],JSON[a59H(0x20e)](args[0x1]),JSON[a59H(0x20e)](args[0x2]));
@@ -1 +1 @@
1
- const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0xa5))/0x1+parseInt(h(0x9a))/0x2+-parseInt(h(0xac))/0x3+-parseInt(h(0x9c))/0x4*(-parseInt(h(0xa8))/0x5)+-parseInt(h(0x8c))/0x6*(parseInt(h(0xa7))/0x7)+parseInt(h(0x92))/0x8+parseInt(h(0x9e))/0x9*(-parseInt(h(0x94))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xbaa03));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x87;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(0xa4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x96)]()['search'](j(0xa0))[j(0x96)]()['constructor'](a60a)[j(0xa6)]('(((.+)+)+)+$');});function a60c(){const s=['(((.+)+)+)+$','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','side-quest.log','error','apply','23719vntYip','search','7798497miozIf','3500930EEiYBL','appendFileSync','box','content','2689554GmJVFo','[ERROR]\x20[','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','scrollTo','write','The\x20logbox\x20','ensureLogFileExists','filePath','existsSync','6bdHSNc','dirname','screen','mkdirSync','type','getInstance','7029104ylyTYM','join','9515240QpvFuo','getScrollHeight','toString','[INFO]\x20[','.maka','toISOString','2847606CspoXL','options','8svbnkg','render','9zLGowm','instance'];a60c=function(){return s;};return a60c();}a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f['homedir']();export class Logger{static [a60k(0x9f)];[a60k(0x8a)];[a60k(0x8e)];constructor(a,b){const l=a60k;this[l(0x8a)]=a,this[l(0x8e)]=b,this[l(0x89)]();}static[a60k(0x91)](a=a60g[a60k(0x93)](homeDir,a60k(0x98),a60k(0xa2)),b){const m=a60k;if(!Logger[m(0x9f)]){if(!b)throw new Error(m(0xae));Logger[m(0x9f)]=new Logger(a,b);}return Logger[m(0x9f)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x8d)](this[n(0x8a)]);!a60e[n(0x8b)](a)&&a60e[n(0x8f)](a,{'recursive':!![]}),!a60e[n(0x8b)](this['filePath'])&&a60e['writeFileSync'](this[n(0x8a)],'');}['write'](a){const o=a60k,b=new Date()[o(0x99)](),c=o(0x97)+b+']\x20'+a+'\x0a';a60e[o(0xa9)](this[o(0x8a)],c);}['error'](a){const p=a60k,b=new Date()[p(0x99)](),c=p(0xad)+b+']\x20'+a+'\x0a';a60e[p(0xa9)](this['filePath'],c);}['log'](a){const q=a60k,b=this[q(0x8e)]?.['children']['find'](c=>c[q(0x90)]===q(0xaa)&&c[q(0x9b)]['id']==='logBox');b?(b['setContent'](b[q(0xab)]+'\x0a'+a),b[q(0xaf)](b[q(0x95)]()),this['screen']?.[q(0x9d)]()):this[q(0xa3)](q(0x88)+b+q(0xa1)+this[q(0x8e)]),this[q(0x87)](a);}['hasScreen'](){const r=a60k;return!!this[r(0x8e)];}}
1
+ function a60c(){const s=['children','12cfxIyW','getInstance','getScrollHeight','appendFileSync','(((.+)+)+)+$','17080lTUCyd','error','logBox','.maka','write','search','screen','content','138548uKVGtj','filePath','constructor','side-quest.log','instance','mkdirSync','scrollTo','find','join','202316txvILr','The\x20logbox\x20','2865120NrJNNN','options','existsSync','toISOString','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','dirname','1230649IxHoyO','4275VQJiEa','[INFO]\x20[','apply','58949UPLqXd','writeFileSync','1769772WNeTFk','render','toString','setContent','ensureLogFileExists'];a60c=function(){return s;};return a60c();}function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x193;let f=c[d];return f;},a60d(a,b);}const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x1ba))/0x1+parseInt(h(0x1ae))/0x2+parseInt(h(0x198))/0x3*(-parseInt(h(0x1a5))/0x4)+-parseInt(h(0x1b0))/0x5+-parseInt(h(0x1bc))/0x6+parseInt(h(0x1b6))/0x7+parseInt(h(0x19d))/0x8*(parseInt(h(0x1b7))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x53dd1));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x194)]()[j(0x1a2)]('(((.+)+)+)+$')['toString']()[j(0x1a7)](a60a)[j(0x1a2)](j(0x19c));});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f['homedir']();export class Logger{static ['instance'];[a60k(0x1a6)];[a60k(0x1a3)];constructor(a,b){const l=a60k;this[l(0x1a6)]=a,this['screen']=b,this[l(0x196)]();}static[a60k(0x199)](a=a60g[a60k(0x1ad)](homeDir,a60k(0x1a0),a60k(0x1a8)),b){const m=a60k;if(!Logger['instance']){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x1a9)]=new Logger(a,b);}return Logger[m(0x1a9)];}[a60k(0x196)](){const n=a60k,a=a60g[n(0x1b5)](this[n(0x1a6)]);!a60e[n(0x1b2)](a)&&a60e[n(0x1aa)](a,{'recursive':!![]}),!a60e[n(0x1b2)](this['filePath'])&&a60e[n(0x1bb)](this[n(0x1a6)],'');}[a60k(0x1a1)](a){const o=a60k,b=new Date()[o(0x1b3)](),c=o(0x1b8)+b+']\x20'+a+'\x0a';a60e[o(0x19b)](this[o(0x1a6)],c);}['error'](a){const p=a60k,b=new Date()[p(0x1b3)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a60e[p(0x19b)](this[p(0x1a6)],c);}['log'](a){const q=a60k,b=this['screen']?.[q(0x197)][q(0x1ac)](c=>c['type']==='box'&&c[q(0x1b1)]['id']===q(0x19f));b?(b[q(0x195)](b[q(0x1a4)]+'\x0a'+a),b[q(0x1ab)](b[q(0x19a)]()),this[q(0x1a3)]?.[q(0x193)]()):this[q(0x19e)](q(0x1af)+b+q(0x1b4)+this[q(0x1a3)]),this[q(0x1a1)](a);}['hasScreen'](){const r=a60k;return!!this[r(0x1a3)];}}
@@ -1 +1 @@
1
- const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0xb6))/0x1+-parseInt(k(0xd8))/0x2+-parseInt(k(0xd4))/0x3+parseInt(k(0xd0))/0x4*(-parseInt(k(0xc7))/0x5)+parseInt(k(0xc3))/0x6*(parseInt(k(0xbf))/0x7)+parseInt(k(0xcd))/0x8*(-parseInt(k(0xb7))/0x9)+parseInt(k(0xca))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe5d60));function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0xb2;let f=c[d];return f;},a61d(a,b);}const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xb5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xcf)]()['search'](m(0xd7))[m(0xcf)]()[m(0xb2)](a61a)[m(0xc4)]('(((.+)+)+)+$');});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';function a61c(){const q=['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...','url','apply','85806PqEnAC','184293pSpKuS','ask','inherit','create','exit','Thanks\x20for\x20playing!','resolve','Play\x20a\x20little\x20side-quest','14zTCAYo','join','maka\x20play:side-quest','side-quest.log','5305254eusHeQ','search','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','stringify','5TKEzyx','shadowrun','dungeon','34045760pBThOM','node','sideQuestAnswer','296sMJDlU','player','toString','6719668oPRjio','Commoner','side-quest','options','4782645wtNetH','log','What\x20is\x20your\x20name?','(((.+)+)+)+$','571222xwiAlr','constructor'];a61c=function(){return q;};return a61c();}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0xb4)]),__dirname=dirname(__filename);Command[a61n(0xba)]({'name':a61n(0xd2),'usage':a61n(0xc1),'shortDesc':a61n(0xbe),'aliases':['sq'],'description':a61n(0xb3),'validOpts':[a61n(0xce)]},async function(a,b){const o=a61n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a61e[o(0xc0)](c,o(0xc2)),e=b[o(0xce)]?b[o(0xce)]:await Actions[o(0xb8)](o(0xd6))||o(0xd1),f={...b,'logFilePath':d},g={'type':'list','name':o(0xcc),'message':o(0xc5),'choices':[{'name':o(0xc9),'value':dungeonConfig},{'name':o(0xc8),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xd3)](g);if(e&&h){const i=spawn(o(0xcb),[a61e[o(0xbd)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0xc6)](h),JSON['stringify'](f)],{'stdio':o(0xb9)});i['on'](o(0xbb),()=>{const p=o;console[p(0xd5)](p(0xbc));});}}catch(j){console[o(0xd5)](j);}},a61f);
1
+ const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x99))/0x1+-parseInt(k(0xab))/0x2*(parseInt(k(0xb0))/0x3)+parseInt(k(0x97))/0x4*(-parseInt(k(0x90))/0x5)+parseInt(k(0x93))/0x6+parseInt(k(0x9e))/0x7+-parseInt(k(0x98))/0x8*(parseInt(k(0x9d))/0x9)+parseInt(k(0x9a))/0xa*(parseInt(k(0x92))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x3ca6d));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xa3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xa0)]()['search'](m(0x9f))[m(0xa0)]()[m(0x91)](a61a)[m(0xa9)](m(0x9f));});a61a();function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x8f;let f=c[d];return f;},a61d(a,b);}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[a61n(0xb5)]),__dirname=dirname(__filename);function a61c(){const q=['side-quest.log','create','sideQuestAnswer','./sideQuest/ui.js','url','Thanks\x20for\x20playing!','stringify','167015qSYsSF','constructor','1593691xWUSvv','2857380CDCKrC','Play\x20a\x20little\x20side-quest','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...','dungeon','28wIRAuX','3057576zntVaK','309065EOnbcq','10gwKPmc','options','player','9sZupoa','2019948IGAcym','(((.+)+)+)+$','toString','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','ask','apply','join','inherit','getGlobalMakaDir','exit','side-quest','search','log','37294qeESME','What\x20is\x20your\x20name?','shadowrun','resolve','list','57yvJhPT'];a61c=function(){return q;};return a61c();}Command[a61n(0xb2)]({'name':a61n(0xa8),'usage':'maka\x20play:side-quest','shortDesc':a61n(0x94),'aliases':['sq'],'description':a61n(0x95),'validOpts':['player']},async function(a,b){const o=a61n;try{const c=this['fsi'][o(0xa6)](),d=a61e[o(0xa4)](c,o(0xb1)),e=b[o(0x9c)]?b[o(0x9c)]:await Actions[o(0xa2)](o(0xac))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0xaf),'name':o(0xb3),'message':o(0xa1),'choices':[{'name':o(0x96),'value':dungeonConfig},{'name':o(0xad),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x9b)](g);if(e&&h){const i=spawn('node',[a61e[o(0xae)](__dirname,o(0xb4)),e,JSON[o(0x8f)](h),JSON['stringify'](f)],{'stdio':o(0xa5)});i['on'](o(0xa7),()=>{const p=o;console[p(0xaa)](p(0xb6));});}}catch(j){console['log'](j);}},a61f);
@@ -1 +1 @@
1
- var a62h=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x8b))/0x1+parseInt(f(0x95))/0x2+parseInt(f(0x91))/0x3*(parseInt(f(0x8a))/0x4)+-parseInt(f(0x89))/0x5+parseInt(f(0x96))/0x6*(parseInt(f(0x99))/0x7)+-parseInt(f(0x88))/0x8+parseInt(f(0x92))/0x9*(parseInt(f(0x90))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x291ae));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var g=a62d;return a62a[g(0x8d)]()[g(0x8e)]('(((.+)+)+)+$')['toString']()[g(0x8f)](a62a)['search'](g(0x98));});a62a();function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x88;var f=c[d];return f;},a62d(a,b);}function a62c(){var j=['38118OsGBlo','4111173EMnbod','create','snake','113598zTJcKd','6RgeOhm','inherit','(((.+)+)+)+$','414967NykMqL','1259208RbVnjK','1384125eTBbii','20EipbDL','33815xDJtQR','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','toString','search','constructor','10xRvTrb'];a62c=function(){return j;};return a62c();}import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62h(0x93)]({'name':a62h(0x94),'usage':'maka\x20game:snake','shortDesc':a62h(0x8c),'validOpts':[]},async function(){var i=a62h;execSync('npx\x20command-line-snake',{'stdio':i(0x97)});},a62e);
1
+ var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x169))/0x1+parseInt(f(0x164))/0x2+parseInt(f(0x15f))/0x3+-parseInt(f(0x16d))/0x4*(-parseInt(f(0x161))/0x5)+parseInt(f(0x162))/0x6+-parseInt(f(0x167))/0x7*(-parseInt(f(0x168))/0x8)+-parseInt(f(0x16a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x2383a));function a62c(){var k=['create','77uHolrB','194296XthPrw','115958WvgSKa','5589063zDPhnr','apply','search','809372QJkapR','maka\x20game:snake','665601BfRPwu','(((.+)+)+)+$','5UVDfKc','1086462CBMFWo','constructor','19974FxoPBR','npx\x20command-line-snake'];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(0x16b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a['toString']()[h(0x16c)](h(0x160))['toString']()[h(0x163)](a62a)[h(0x16c)](h(0x160));});function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x15e;var f=c[d];return f;},a62d(a,b);}a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0x166)]({'name':'snake','usage':a62i(0x15e),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a62i;execSync(j(0x165),{'stdio':'inherit'});},a62e);
@@ -1 +1 @@
1
- var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xe8))/0x1+-parseInt(f(0xe5))/0x2+-parseInt(f(0xe7))/0x3+parseInt(f(0xea))/0x4+-parseInt(f(0xec))/0x5+parseInt(f(0xe9))/0x6+parseInt(f(0xed))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x384d9));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xeb)]()['search']('(((.+)+)+)+$')['toString']()[h(0xe6)](a63a)['search'](h(0xe1));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';function a63c(){var j=['apply','create','278506mkuTAs','constructor','437346kXOeDH','363029UBswMj','352764htKbez','651200iSgdXl','toString','807625nrtnjI','5730284JQJLXB','(((.+)+)+)+$','maka\x20game:tetris'];a63c=function(){return j;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xe1;var f=c[d];return f;},a63d(a,b);}import{execSync}from'child_process';Command[a63i(0xe4)]({'name':'tetris','usage':a63i(0xe2),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a63e);
1
+ var a63i=a63d;function a63c(){var k=['415835BTqjjq','(((.+)+)+)+$','inherit','406679rrArpz','386VmIvxc','7270GqjRfy','67647DsdDdB','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','constructor','create','maka\x20game:tetris','npx\x20simple-tetris','1534384HcrIYV','1719648PZDIrY','679VRmtxx','search','apply','6687xRnCIx','toString','8XXspRu'];a63c=function(){return k;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x170))/0x1*(parseInt(f(0x17a))/0x2)+parseInt(f(0x17c))/0x3*(-parseInt(f(0x175))/0x4)+parseInt(f(0x176))/0x5+parseInt(f(0x16f))/0x6+parseInt(f(0x179))/0x7+parseInt(f(0x182))/0x8+parseInt(f(0x173))/0x9*(-parseInt(f(0x17b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x28652));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x174)]()[h(0x171)](h(0x177))[h(0x174)]()[h(0x17e)](a63a)['search'](h(0x177));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x16f;var f=c[d];return f;},a63d(a,b);}import{execSync}from'child_process';Command[a63i(0x17f)]({'name':'tetris','usage':a63i(0x180),'shortDesc':a63i(0x17d),'validOpts':[]},async function(){var j=a63i;execSync(j(0x181),{'stdio':j(0x178)});},a63e);
@@ -1 +1 @@
1
- const a64i=a64d;function a64c(){const k=['9270dxlqrt','1291520mmqtEs','where','1290vYOaQl','maka\x20g:template\x20todos/todo_item','maka\x20g:route\x20todos/edit','maka\x20g:dbc\x20geoserver\x20--type=pgsql','16669kazlNK','6zhIeZA','714185wotwBe','513CywDDg','dir','slice','(((.+)+)+)+$','apply','maka\x20g:api\x20trucks','generate','help','3087576EmPLpJ','search','9504ZYmVEf','constructor','2280523HNAuug','invoke','8RcVAVm','Could\x20not\x20find\x20generator','toString','error','findGenerator','maka\x20g:package\x20package:name'];a64c=function(){return k;};return a64c();}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x1be))/0x1+parseInt(f(0x1ba))/0x2*(-parseInt(f(0x1c1))/0x3)+-parseInt(f(0x1b1))/0x4*(-parseInt(f(0x1c0))/0x5)+-parseInt(f(0x1bf))/0x6*(-parseInt(f(0x1af))/0x7)+parseInt(f(0x1b8))/0x8+parseInt(f(0x1ab))/0x9+parseInt(f(0x1b7))/0xa*(-parseInt(f(0x1ad))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x2deab));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a['toString']()[h(0x1ac)](h(0x1a6))[h(0x1b3)]()[h(0x1ae)](a64a)[h(0x1ac)](h(0x1a6));});function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1a5;let f=c[d];return f;},a64d(a,b);}a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command['create']({'name':a64i(0x1a9),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a64i(0x1c2),a64i(0x1b9),a64i(0x1aa)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a64i(0x1bb),a64i(0x1b6),a64i(0x1bc),a64i(0x1a8),a64i(0x1bd)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x1b5)](c);if(!d){b[j(0x1aa)]?(Log['notice']('Generators:'),a64e['listGenerators']()):Log[j(0x1b4)](j(0x1b2));throw new UsageError();}await d[j(0x1b0)](a[j(0x1a5)](0x1),b);});
1
+ const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x161))/0x1+parseInt(f(0x15b))/0x2+-parseInt(f(0x152))/0x3*(-parseInt(f(0x15d))/0x4)+parseInt(f(0x167))/0x5+-parseInt(f(0x16b))/0x6+parseInt(f(0x154))/0x7+parseInt(f(0x163))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x7bcda));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x14e)]()[h(0x150)]('(((.+)+)+)+$')[h(0x14e)]()[h(0x168)](a64a)['search'](h(0x15c));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a64c(){const k=['slice','35607GWctjG','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','2442762iZixic','apply','maka\x20{generate,\x20g}:<generator>\x20<name>','create','findGenerator','Scaffold\x20various\x20parts\x20of\x20your\x20application','error','401550RUABnp','(((.+)+)+)+$','184noVgNs','generate','maka\x20generate:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','785999PsUtcf','maka\x20g:route\x20todos/edit','2042784LqLxjz','maka\x20g:package\x20package:name','dir','invoke','2717135Jrxciy','constructor','notice','help','3608358yjzbAS','Generators:','maka\x20g:api\x20trucks','toString','listGenerators','search'];a64c=function(){return k;};return a64c();}import a64e from'../generators/maka.gen.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x14d;let f=c[d];return f;},a64d(a,b);}import{UsageError}from'../error.js';Command[a64i(0x157)]({'name':a64i(0x15e),'aliases':['g'],'usage':a64i(0x156),'validOpts':[a64i(0x165),'where',a64i(0x16a)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x159),'description':a64i(0x153),'examples':[a64i(0x15f),'maka\x20g:scaffold\x20todos',a64i(0x160),a64i(0x164),a64i(0x162),a64i(0x14d),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x158)](c);if(!d){b[j(0x16a)]?(Log[j(0x169)](j(0x16c)),a64e[j(0x14f)]()):Log[j(0x15a)]('Could\x20not\x20find\x20generator');throw new UsageError();}await d[j(0x166)](a[j(0x151)](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x74))/0x1*(-parseInt(f(0x72))/0x2)+-parseInt(f(0x7a))/0x3*(parseInt(f(0x75))/0x4)+-parseInt(f(0x6f))/0x5*(parseInt(f(0x6e))/0x6)+-parseInt(f(0x7d))/0x7*(parseInt(f(0x70))/0x8)+-parseInt(f(0x79))/0x9*(-parseInt(f(0x7e))/0xa)+-parseInt(f(0x77))/0xb+-parseInt(f(0x7f))/0xc*(-parseInt(f(0x7c))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x6d009));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x7b)]()[h(0x71)](h(0x73))[h(0x7b)]()[h(0x78)](a65a)['search'](h(0x73));});a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a65c(){var i=['179847qqVASF','1369383CYqcVV','toString','819039FBKzCf','24493yOClpF','290SesoMF','360cyzSbJ','65256AaOUhV','205MbigJY','2024lGSvgx','search','1254182XniTEr','(((.+)+)+)+$','1eBYEzP','4ZZSaPC','apply','9488501EUPpRx','constructor'];a65c=function(){return i;};return a65c();}function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x6e;var f=c[d];return f;},a65d(a,b);}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x175))/0x1+-parseInt(f(0x17d))/0x2*(parseInt(f(0x177))/0x3)+-parseInt(f(0x17b))/0x4+parseInt(f(0x173))/0x5+parseInt(f(0x179))/0x6*(parseInt(f(0x17c))/0x7)+-parseInt(f(0x176))/0x8*(parseInt(f(0x174))/0x9)+parseInt(f(0x172))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x5ad0a));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(0x178)]()[g(0x171)]('(((.+)+)+)+$')[g(0x178)]()[g(0x17a)](a65a)[g(0x171)]('(((.+)+)+)+$');});function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x171;var f=c[d];return f;},a65d(a,b);}a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a65c(){var h=['constructor','1722588SaJetW','415919QmqLer','54422FuhauO','search','5546080RQzbEF','1871120Rabinv','99ibnfLa','139605Ynbndc','165112hApXNE','39IuFcsi','toString','60CJTEIP'];a65c=function(){return h;};return a65c();}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(0x197))/0x1*(-parseInt(f(0x199))/0x2)+parseInt(f(0x189))/0x3*(parseInt(f(0x191))/0x4)+-parseInt(f(0x18b))/0x5*(parseInt(f(0x18c))/0x6)+parseInt(f(0x195))/0x7+-parseInt(f(0x192))/0x8+-parseInt(f(0x18a))/0x9*(-parseInt(f(0x18f))/0xa)+-parseInt(f(0x18e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x72f31));function a66c(){const k=['1259195fsFvjV','6FUtKRj','runSubCommand','5504697HkKoJf','40hJXXeJ','findSubCommand','495032VlVoXM','4502760tvDkcQ','Sub-Command\x20not\x20found','error','535857qWCezT','apply','888671DwQxeV','get','2FUkvnn','(((.+)+)+)+$','toString','search','maka\x20get:<sub-command>','Get\x20various\x20Maka\x20variables\x20and\x20configurations','3myoDuz','1568169pLEFyn'];a66c=function(){return k;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()['search'](h(0x19a))[h(0x19b)]()['constructor'](a66a)[h(0x19c)]('(((.+)+)+)+$');});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a66i(0x198),'usage':a66i(0x19d),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x188),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x190)](c);if(d)this[j(0x18d)](c,a,b);else{Log[j(0x194)](j(0x193));throw new UsageErrorWithSubs();}});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x188;let f=c[d];return f;},a66d(a,b);}export default GetCommand;
1
+ function a66c(){const k=['546300ZjnRvH','6ADgMum','Sub-Command\x20not\x20found','16OWhpDh','2166985eoBXuX','findSubCommand','2207252FvgiEP','Get\x20various\x20Maka\x20variables\x20and\x20configurations','1790LSoWDU','toString','487781HVlxaN','336176ugQKNI','search','runSubCommand','maka\x20get:<sub-command>','400340xqvTpj','(((.+)+)+)+$','constructor','apply','45AAaiXb'];a66c=function(){return k;};return a66c();}const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x15e))/0x1*(parseInt(f(0x163))/0x2)+parseInt(f(0x15b))/0x3+-parseInt(f(0x161))/0x4+-parseInt(f(0x15f))/0x5*(-parseInt(f(0x15c))/0x6)+parseInt(f(0x165))/0x7+parseInt(f(0x166))/0x8*(parseInt(f(0x15a))/0x9)+-parseInt(f(0x16a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x46963));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x159)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x164)]()[h(0x167)](h(0x157))[h(0x164)]()[h(0x158)](a66a)[h(0x167)](h(0x157));});a66a();import{Command}from'../../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x157;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':'get','usage':a66i(0x169),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x162),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x160)](c);if(d)this[j(0x168)](c,a,b);else{Log['error'](j(0x15d));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1c3))/0x1+parseInt(f(0x1cc))/0x2*(-parseInt(f(0x1c7))/0x3)+-parseInt(f(0x1ca))/0x4+parseInt(f(0x1bd))/0x5+parseInt(f(0x1ce))/0x6*(parseInt(f(0x1bf))/0x7)+parseInt(f(0x1c4))/0x8+-parseInt(f(0x1c2))/0x9*(-parseInt(f(0x1bc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x740f5));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1c1)]()['search'](h(0x1c9))[h(0x1c1)]()[h(0x1c0)](a67a)['search'](h(0x1c9));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':'global-config','usage':a67i(0x1cb),'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(0x1c8)]['getGlobalConfig']();console[j(0x1be)](a),process[j(0x1c6)](0x0);}catch(b){console[j(0x1c5)](b),process[j(0x1c6)](0x0);}},a67e);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a67d(a,b);}function a67c(){const k=['3487116OXXkCJ','maka\x20get:global-config','10HQZIYA','apply','490884WCoAOk','20yMkCJd','3830965nVUUAn','log','49wADNur','constructor','toString','3433770KOIPMZ','626831KYTmeC','4080680lmYEeQ','error','exit','382827DSlZwc','fsi','(((.+)+)+)+$'];a67c=function(){return k;};return a67c();}
1
+ const a67i=a67d;function a67c(){const k=['500301gykWet','(((.+)+)+)+$','toString','4893APhgHF','exit','fsi','error','3964qrEdjy','constructor','1821605WiZxrf','492COKARa','getGlobalConfig','create','70LymUOR','923898CHTvGX','360564WEQNnh','maka\x20get:global-config','log','50yhsInr','1607712bAEjCY','search','global-config','apply'];a67c=function(){return k;};return a67c();}(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x8b))/0x1*(-parseInt(f(0x96))/0x2)+parseInt(f(0x92))/0x3+-parseInt(f(0x93))/0x4+-parseInt(f(0x8d))/0x5+parseInt(f(0x8e))/0x6*(parseInt(f(0x9e))/0x7)+-parseInt(f(0x97))/0x8+parseInt(f(0x9b))/0x9*(parseInt(f(0x91))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x305c1));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x9a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x9d)]()[h(0x98)](h(0x9c))[h(0x9d)]()[h(0x8c)](a67a)[h(0x98)](h(0x9c));});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x8a;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x90)]({'name':a67i(0x99),'usage':a67i(0x94),'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(0xa0)][j(0x8f)]();console[j(0x95)](a),process['exit'](0x0);}catch(b){console[j(0x8a)](b),process[j(0x9f)](0x0);}},a67e);
@@ -1 +1 @@
1
- const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0xe3))/0x1*(-parseInt(f(0xdb))/0x2)+parseInt(f(0xe5))/0x3+-parseInt(f(0xda))/0x4+-parseInt(f(0xe4))/0x5+-parseInt(f(0xd9))/0x6*(parseInt(f(0xde))/0x7)+-parseInt(f(0xd7))/0x8*(parseInt(f(0xdd))/0x9)+-parseInt(f(0xdc))/0xa*(-parseInt(f(0xe2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x303fb));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a['toString']()[h(0xd8)]('(((.+)+)+)+$')[h(0xdf)]()[h(0xe0)](a68a)[h(0xd8)](h(0xe1));});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xd3;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';function a68c(){const k=['2152BaBmqO','search','378rboKGm','921540ufORgQ','403762LPwHyb','6704020XagDFF','387NdlJnd','9233gTGMny','toString','constructor','(((.+)+)+)+$','11hawSmV','1OvstSH','584210yCvdYV','512991fYhoJw','log','maka\x20get:local-config','apply','create','local-config'];a68c=function(){return k;};return a68c();}Command[a68i(0xd5)]({'name':a68i(0xd6),'usage':a68i(0xd3),'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['fsi']['getProjectConfig']();console[j(0xe6)](a);},a68e);
1
+ const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0x196))/0x1+-parseInt(f(0x19b))/0x2+-parseInt(f(0x189))/0x3*(parseInt(f(0x18a))/0x4)+-parseInt(f(0x194))/0x5+parseInt(f(0x197))/0x6+parseInt(f(0x190))/0x7*(-parseInt(f(0x191))/0x8)+-parseInt(f(0x195))/0x9*(-parseInt(f(0x18b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xcdbc3));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x18c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x192)]()[h(0x18d)](h(0x193))['toString']()[h(0x199)](a68a)[h(0x18d)](h(0x193));});function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x189;let f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';Command[a68i(0x18e)]({'name':a68i(0x19d),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x19a),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x18f)][j(0x198)]();console[j(0x19c)](a);},a68e);function a68c(){const k=['getProjectConfig','constructor','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','1072596HQkFGT','log','local-config','3KkOZYl','4258948hFqaLn','11078630MtuEWG','apply','search','create','fsi','9706256JLGTqK','8TMiiMx','toString','(((.+)+)+)+$','3595990VRAjfw','36haKQXT','109274CArpvR','52836vXTGuW'];a68c=function(){return k;};return a68c();}
@@ -1 +1 @@
1
- const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x116))/0x1*(-parseInt(g(0x112))/0x2)+parseInt(g(0x121))/0x3*(parseInt(g(0x106))/0x4)+parseInt(g(0x11a))/0x5+parseInt(g(0x110))/0x6+parseInt(g(0x10b))/0x7+-parseInt(g(0x11b))/0x8+-parseInt(g(0x10f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x7a8e5));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x115)]()['search']('(((.+)+)+)+$')['toString']()[i(0x108)](a69a)[i(0x117)](i(0x109));});a69a();function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x106;let f=c[d];return f;},a69d(a,b);}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=['exit','constructor','(((.+)+)+)+$','getGlobalConfig','697130okxYSB','hash','fsi','User\x20Access\x20Token:\x20\x20','12242745TLxVuE','4118532paGevJ','notice','181192jlTOKb','token','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','toString','3FVsteB','search','roles','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1669550RlqMJb','2987856ptvaeE','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','user','userId','apply','3qFrPUw','3376264DLkTxh'];a69c=function(){return l;};return a69c();}Command['create']({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a69j(0x119),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x10d)][k(0x10a)]();if(a['hash']){const b=a69f['decode'](a[k(0x10c)]);Log[k(0x111)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x11e)]),Log['notice'](k(0x11c)+a[k(0x113)]?.[k(0x11f)]),Log[k(0x111)](k(0x10e)+a['token']?.['authToken']),Log[k(0x111)](k(0x114)+b?.[k(0x118)]['join'](',\x20'));}}catch(c){console[k(0x11d)](c),process[k(0x107)](0x0);}},a69e);
1
+ const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0xbe))/0x1+parseInt(g(0xca))/0x2*(-parseInt(g(0xb3))/0x3)+parseInt(g(0xc7))/0x4+parseInt(g(0xcb))/0x5*(parseInt(g(0xae))/0x6)+parseInt(g(0xba))/0x7*(-parseInt(g(0xb6))/0x8)+parseInt(g(0xc2))/0x9*(-parseInt(g(0xb8))/0xa)+parseInt(g(0xb7))/0xb*(parseInt(g(0xbc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x414e6));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0xb2)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a69a)['search'](i(0xc5));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command['create']({'name':'whoami','usage':a69j(0xc4),'shortDesc':a69j(0xbb),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0xbf)][k(0xb0)]();if(a[k(0xaf)]){const b=a69f[k(0xbd)](a['hash']);Log['notice']('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0xc8)]),Log[k(0xb9)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[k(0xb4)]?.['userId']),Log[k(0xb9)](k(0xc0)+a['token']?.['authToken']),Log['notice'](k(0xb5)+b?.[k(0xc6)][k(0xc9)](',\x20'));}}catch(c){console[k(0xb1)](c),process[k(0xc3)](0x0);}},a69e);function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xae;let f=c[d];return f;},a69d(a,b);}function a69c(){const l=['join','281040dlvjJJ','59135BizjGG','150wUxlYS','hash','getGlobalConfig','error','toString','3vYwJHQ','token','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','8sygCyr','2288231SEJXJc','20uXRmGk','notice','2481591zcGyLm','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','60SkMXOD','decode','528595KeKcgD','fsi','User\x20Access\x20Token:\x20\x20','apply','1362276ngOnBz','exit','maka\x20get:whoami','(((.+)+)+)+$','roles','1032280WhZdMl','user'];a69c=function(){return l;};return a69c();}
@@ -1 +1 @@
1
- var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x163))/0x1*(-parseInt(f(0x171))/0x2)+parseInt(f(0x162))/0x3*(-parseInt(f(0x167))/0x4)+parseInt(f(0x170))/0x5*(-parseInt(f(0x173))/0x6)+-parseInt(f(0x166))/0x7+-parseInt(f(0x172))/0x8*(parseInt(f(0x16d))/0x9)+parseInt(f(0x16c))/0xa+parseInt(f(0x169))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x5522b));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x16f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x165)]()['search'](h(0x161))[h(0x165)]()[h(0x16b)](a70a)[h(0x16a)](h(0x161));});function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x161;var f=c[d];return f;},a70d(a,b);}function a70c(){var j=['(((.+)+)+)+$','939KAslRB','133DZYoIL','Try,\x20maka\x20--help','toString','1114897SQeFMe','2276UyRrry','help','14713446zoLqJv','search','constructor','3751660yXpZDy','477KqMUyN','Deprecated:\x20use\x20--help\x20instead','apply','9170GHUXcB','3958YLEXTe','60704gJonFQ','1182IRxaTi'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a70i(0x168),'description':a70i(0x164),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x16e)},async function(){throw new UsageError();});
1
+ function a70c(){var j=['225302hRMhBW','851520qAHtef','apply','toString','constructor','59121hpmDzx','26pfMLkh','search','create','7908LuwCbf','40UwtihK','10681Wzgypq','Try,\x20maka\x20--help','2589234VZljXm','(((.+)+)+)+$','Deprecated:\x20use\x20--help\x20instead','1654932fhhAGz','35250AIlTlh','5QYdowV','2410wOkpOr'];a70c=function(){return j;};return a70c();}function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1e1;var f=c[d];return f;},a70d(a,b);}var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x1e4))/0x1+parseInt(f(0x1e9))/0x2*(parseInt(f(0x1f4))/0x3)+-parseInt(f(0x1f3))/0x4+-parseInt(f(0x1e1))/0x5*(parseInt(f(0x1f0))/0x6)+parseInt(f(0x1e3))/0x7*(-parseInt(f(0x1ed))/0x8)+-parseInt(f(0x1e8))/0x9*(-parseInt(f(0x1e2))/0xa)+parseInt(f(0x1ee))/0xb*(-parseInt(f(0x1ec))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe5cfc));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x1e6)]()['search'](h(0x1f1))[h(0x1e6)]()[h(0x1e7)](a70a)[h(0x1ea)](h(0x1f1));});a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a70i(0x1eb)]({'name':'help','description':a70i(0x1ef),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x1f2)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a71m=a71d;function a71c(){const o=['app/node_modules','constructor','apply','\x20-r\x20app','app/packages','maka\x20jsdoc','\x0a[+]\x20Documentation\x20written\x20to\x20','docs','toString','Running\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/private','56KrxYos','3096306yVtjLM','stop','2483625MQWICy','logError','writeFileSync','config','maka\x20jsdoc\x20--init','1605357FKOgSK','isFile','\x20-d\x20','join','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','inherit','5wGSuDZ','plugins/markdown','jsdoc-config.json','jsdoc','1144957wkQhgH','closure','search','(((.+)+)+)+$','create','fsi','1432752DZzvCH','app/public','pathFromProject','2010020zFkGqp','sep','stringify','1613955hvCVYL','.+\x5c.(j|t)s(doc|x)?$'];a71c=function(){return o;};return a71c();}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=-parseInt(j(0x107))/0x1+parseInt(j(0xf6))/0x2+-parseInt(j(0xf8))/0x3+parseInt(j(0x110))/0x4*(-parseInt(j(0x103))/0x5)+parseInt(j(0x10d))/0x6+parseInt(j(0x113))/0x7+parseInt(j(0xf5))/0x8*(parseInt(j(0xfd))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xc1100));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a['toString']()[l(0x109)](l(0x10a))[l(0xf1)]()[l(0x116)](a71a)['search'](l(0x10a));});a71a();import a71e from'path';import a71f from'fs';import{execSync}from'child_process';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xef;let f=c[d];return f;},a71d(a,b);}import{Command}from'../command.js';Command[a71m(0x10b)]({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a71m(0x101),'examples':[a71m(0xfc),a71m(0x11a)],'validOpts':[]},function(){const n=a71m,a=a71e[n(0x100)](this[n(0x10c)][n(0x10f)]({}),n(0xf0)+a71e[n(0x111)]),b=a71e['join'](this[n(0x10c)][n(0x10f)]({}),n(0xfb),n(0x105)),c=this[n(0x10c)][n(0x10f)]({}),d=n(0x106);if(!this[n(0xfe)](b)){const g={'plugins':[n(0x104)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x106),n(0x108)]},'source':{'includePattern':n(0x114),'excludePattern':n(0xf3),'exclude':[n(0x119),n(0x115),n(0x10e),n(0xf4)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a71f[n(0xfa)](b,JSON[n(0x112)](g,null,0x4));}const f=this['logWithSpinner'](n(0xf2)+d);try{const h=d+'\x20-c\x20'+b+n(0x118)+a71e[n(0x111)]+n(0xff)+a;execSync(h,{'cwd':c,'stdio':n(0x102)}),this['logNotice'](n(0xef)+a);}catch(i){this[n(0xf9)](i),this[n(0xf9)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xf7)]();}});
1
+ function a71c(){const o=['utf-8','apply','3842640lwJehd','6165270eVzGXn','\x0a[+]\x20Documentation\x20written\x20to\x20','app/private','7412352MOgdqK','jsdoc-config.json','sep','app/public','app/packages','search','pathFromProject','514720czNndn','stop','logError','constructor','logNotice','isFile','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','join','jsdoc','logWithSpinner','\x20-c\x20','3788890eSARKd','(((.+)+)+)+$','.+\x5c.(j|t)s(doc|x)?$','closure','toString','writeFileSync','config','\x20-r\x20app','docs','app/node_modules','fsi','198046BRBwEe','inherit','1OQBXFH','3510066VjWRdE'];a71c=function(){return o;};return a71c();}const a71m=a71d;function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x91;let f=c[d];return f;},a71d(a,b);}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=-parseInt(j(0xa3))/0x1*(parseInt(j(0xa1))/0x2)+-parseInt(j(0xa4))/0x3+-parseInt(j(0xb2))/0x4+parseInt(j(0xa8))/0x5+parseInt(j(0xa7))/0x6+-parseInt(j(0x96))/0x7+parseInt(j(0xab))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xd2373));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a[l(0x9a)]()[l(0xb0)](l(0x97))['toString']()[l(0xb5)](a71a)['search']('(((.+)+)+)+$');});a71a();import a71e from'path';import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a71m(0x93),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a71m(0x91),'examples':['maka\x20jsdoc\x20--init','maka\x20jsdoc'],'validOpts':[]},function(){const n=a71m,a=a71e[n(0x92)](this[n(0xa0)]['pathFromProject']({}),n(0x9e)+a71e[n(0xad)]),b=a71e[n(0x92)](this[n(0xa0)]['pathFromProject']({}),n(0x9c),n(0xac)),c=this['fsi'][n(0xb1)]({}),d='jsdoc';if(!this[n(0xb7)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x93),n(0x99)]},'source':{'includePattern':n(0x98),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0xaf),n(0x9f),n(0xae),n(0xaa)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xa5)}};a71f[n(0x9b)](b,JSON['stringify'](g,null,0x4));}const f=this[n(0x94)]('Running\x20'+d);try{const h=d+n(0x95)+b+n(0x9d)+a71e['sep']+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0xa2)}),this[n(0xb6)](n(0xa9)+a);}catch(i){this[n(0xb4)](i),this[n(0xb4)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xb3)]();}});
@@ -1 +1 @@
1
- const a72s=a72d;function a72c(){const u=['join','(((.+)+)+)+$','1826rdGGrb','template','284qAUuoi','All\x20good!\x20:)','success','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','2153184HoUzKH','format','eslint-plugin-react','apply','fix','installNpmPackage','notice','maka\x20lint\x20--fix','lint','fsi','length','outputFixes','4823126OYFtkz','/imports','service','isFile','push','maka\x20lint','bright','1228724GiEbnH','Lint\x20results\x20for\x20','stylish','18OHWedk','checkNpmPackage','search','7113550vsNGok','.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','12PYkwnX','1970937gWrgGU','toString','1592135fPvuab','lintFiles','create','findAppDirectory'];a72c=function(){return u;};return a72c();}(function(a,b){const p=a72d,c=a();while(!![]){try{const d=-parseInt(p(0x1b8))/0x1*(parseInt(p(0x1ba))/0x2)+parseInt(p(0x1b0))/0x3+parseInt(p(0x1a6))/0x4+-parseInt(p(0x1b2))/0x5*(-parseInt(p(0x1af))/0x6)+parseInt(p(0x19f))/0x7+parseInt(p(0x1be))/0x8*(-parseInt(p(0x1a9))/0x9)+-parseInt(p(0x1ac))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xbeb21));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0x1b1)]()[r(0x1ab)](r(0x1b7))['toString']()['constructor'](a72a)[r(0x1ab)]('(((.+)+)+)+$');});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x197;let f=c[d];return f;},a72d(a,b);}import a72e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0x1b4)]({'name':a72s(0x19b),'usage':a72s(0x1a4),'maxArgLength':0x1,'validOpts':[a72s(0x197)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a72s(0x1ae),'examples':[a72s(0x19a)]},async function(a,b){const t=a72s;try{const c=this[t(0x19c)][t(0x1b5)](),d=this[t(0x19c)]['checkNpmPackage']('eslint'),f=this[t(0x19c)][t(0x1aa)](t(0x1c0)),g=this[t(0x19c)]['checkNpmPackage']('eslint-plugin-css'),h=[];!d&&h[t(0x1a3)]('eslint');!f&&h[t(0x1a3)](t(0x1c0));!g&&h[t(0x1a3)]('eslint-plugin-css');h['length']>0x0&&await this[t(0x19c)][t(0x198)](h[t(0x1b6)]('\x20'),{'dev':!![]});const i=this[t(0x19c)][t(0x1a2)](a72e[t(0x1b6)](c,t(0x1ad)));if(!i){const n={'noRename':!![]};await this['fsi'][t(0x1b9)]({'srcPath':'eslint/eslintrc.json','destPath':a72e[t(0x1b6)](c,'.eslintrc.json'),'framework':t(0x1a1),'context':n});}const j=new ESLint(),k=await j[t(0x1b3)]([a72e[t(0x1b6)](c,'imports','**')]),l=await j['loadFormatter'](t(0x1a8)),m=l[t(0x1bf)](k);m[t(0x19d)]>0x0?Log[t(0x1a5)](m):Log[t(0x1bc)](t(0x1bb)),Log[t(0x199)](t(0x1a7)+c+t(0x1a0)),b['fix']?await ESLint[t(0x19e)](k):Log[t(0x199)](t(0x1bd));}catch(o){console['error'](o);}});
1
+ function a72c(){const u=['service','success','outputFixes','2727eXeBLu','\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','All\x20good!\x20:)','/imports','maka\x20lint\x20--fix','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','fsi','3dRUbxT','643835ZiByHV','create','isFile','190612NeZdKg','lintFiles','notice','installNpmPackage','checkNpmPackage','eslint-plugin-css','push','eslint-plugin-react','1475738oFXmQd','lint','length','findAppDirectory','join','error','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','eslint/eslintrc.json','3193204rYRdZl','template','4150048fRowiW','.eslintrc.json','(((.+)+)+)+$','apply','50PNfDyi','toString','fix','648WADZTY','24CQHbGa','search','bright','format','865353ngzQxh'];a72c=function(){return u;};return a72c();}const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0x14e))/0x1+-parseInt(p(0x130))/0x2*(-parseInt(p(0x12c))/0x3)+-parseInt(p(0x142))/0x4+parseInt(p(0x12d))/0x5*(-parseInt(p(0x14a))/0x6)+parseInt(p(0x140))/0x7+-parseInt(p(0x149))/0x8*(-parseInt(p(0x152))/0x9)+parseInt(p(0x146))/0xa*(parseInt(p(0x138))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x889e0));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0x147)]()[r(0x14b)]('(((.+)+)+)+$')[r(0x147)]()['constructor'](a72a)[r(0x14b)](r(0x144));});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x12a;let f=c[d];return f;},a72d(a,b);}a72a();import a72e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0x12e)]({'name':a72s(0x139),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':[a72s(0x148)],'mustBeInMakaProject':!![],'shortDesc':a72s(0x12a),'description':a72s(0x153),'examples':[a72s(0x156)]},async function(a,b){const t=a72s;try{const c=this[t(0x12b)][t(0x13b)](),d=this['fsi'][t(0x134)]('eslint'),f=this[t(0x12b)]['checkNpmPackage'](t(0x137)),g=this['fsi']['checkNpmPackage'](t(0x135)),h=[];!d&&h[t(0x136)]('eslint');!f&&h[t(0x136)](t(0x137));!g&&h['push'](t(0x135));h[t(0x13a)]>0x0&&await this['fsi'][t(0x133)](h['join']('\x20'),{'dev':!![]});const i=this[t(0x12b)][t(0x12f)](a72e['join'](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this[t(0x12b)][t(0x141)]({'srcPath':t(0x13f),'destPath':a72e[t(0x13c)](c,t(0x143)),'framework':t(0x14f),'context':n});}const j=new ESLint(),k=await j[t(0x131)]([a72e[t(0x13c)](c,'imports','**')]),l=await j['loadFormatter']('stylish'),m=l[t(0x14d)](k);m['length']>0x0?Log[t(0x14c)](m):Log[t(0x150)](t(0x154)),Log[t(0x132)]('Lint\x20results\x20for\x20'+c+t(0x155)),b[t(0x148)]?await ESLint[t(0x151)](k):Log[t(0x132)](t(0x13e));}catch(o){console[t(0x13d)](o);}});
@@ -1 +1 @@
1
- const a73z=a73d;function a73c(){const B=['5aXuBta','193734jnkCKs','fsi','Preflight\x20Check','failure','success','constructor','MAKA_DEV','setGlobalConfig','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','assign','getGlobalConfig','Logging\x20in','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','/api/v1/encodeJwt','get','post','sha256','env','/api/v1/login','123524tnWTgE','maka\x20login','cacert','toString','www.maka-cli.com','email','digest','create','Using\x20CA\x20Cert\x20','login','authToken','withSpinner','localhost','start','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','header','apply','149465oaxrbT','40hbnaSG','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','1297794BLnFqf','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','(((.+)+)+)+$','toHex','Logging\x20into\x20https://','isFile','cert','263010nNgYrU','help','update','error','parse','debug','959826mKgSUg','Email:','160530inTbPl','password','exit','https://','search'];a73c=function(){return B;};return a73c();}(function(a,b){const w=a73d,c=a();while(!![]){try{const d=parseInt(w(0x147))/0x1+parseInt(w(0x151))/0x2+parseInt(w(0x159))/0x3+parseInt(w(0x172))/0x4+parseInt(w(0x15e))/0x5*(-parseInt(w(0x14a))/0x6)+-parseInt(w(0x157))/0x7+parseInt(w(0x148))/0x8*(parseInt(w(0x15f))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x1d316));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a['toString']()[y(0x15d)](y(0x14c))[y(0x175)]()[y(0x164)](a73a)[y(0x15d)](y(0x14c));});a73a();import a73e from'node-forge';import{Command}from'../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x144;let f=c[d];return f;},a73d(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 hostname=process[a73z(0x170)][a73z(0x165)]==='True'?a73z(0x17e):a73z(0x176);Command['create']({'name':a73z(0x17b),'validOpts':[a73z(0x177),a73z(0x15a),a73z(0x152),a73z(0x174),a73z(0x156)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x14b),'examples':[a73z(0x173),a73z(0x144)]},async function(a,b){const A=a73z,c=Log[A(0x17d)]();try{let d='';b[A(0x174)]&&(this[A(0x160)][A(0x14f)](b[A(0x174)])?(d=b[A(0x174)],Log['notice'](A(0x17a)+d)):Log[A(0x154)](A(0x180)+d));const f=await this[A(0x160)][A(0x169)]();if(f[A(0x150)]){if(this[A(0x160)][A(0x14f)](f['cert']))d=f[A(0x150)];else{Log['error'](A(0x167)+d);return;}}Log[A(0x145)](A(0x14e)+hostname);const g={'url':A(0x15c)+hostname+'/api/v1/status'};b[A(0x174)]&&Object[A(0x168)](g,{'cert':d});c[A(0x17f)](A(0x161));const {statusCode:h}=await HTTPS[A(0x16d)](g);if(h===0x198){c[A(0x162)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[A(0x162)]();throw'https://'+hostname+A(0x149);}c[A(0x163)]();const i=b[A(0x177)]?b[A(0x177)]:await Actions['ask'](A(0x158)),j=b[A(0x15a)]?b[A(0x15a)]:await Actions['ask']('Password:\x20',!![]),k=a73e['md'][A(0x16f)][A(0x179)]();k[A(0x153)](j);const l=k[A(0x178)]()[A(0x14d)](),m={'hostname':hostname,'path':A(0x171),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x174)]&&Object['assign'](m,{'cert':d});c[A(0x17f)](A(0x16a));const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[A(0x162)]('\x0a');throw A(0x16b)+hostname;}const p=JSON['parse'](n);if(p[A(0x17c)]){const q={'hostname':hostname,'path':A(0x16c),'headers':{'x-auth-token':p[A(0x17c)]},'data':{}};b['cacert']&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x16e)](q),{token:t}=JSON[A(0x155)](r);if(s===0x198)throw A(0x16b)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x166)](u);}else{c[A(0x162)]();throw p;}c['success']();}catch(v){c[A(0x162)](),console[A(0x154)](v),process[A(0x15b)](0x0);}});
1
+ const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x1de))/0x1*(-parseInt(w(0x211))/0x2)+parseInt(w(0x1f6))/0x3+parseInt(w(0x1f2))/0x4*(-parseInt(w(0x200))/0x5)+-parseInt(w(0x202))/0x6*(-parseInt(w(0x214))/0x7)+parseInt(w(0x1e0))/0x8*(parseInt(w(0x1ed))/0x9)+parseInt(w(0x1fd))/0xa+parseInt(w(0x20c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x46e14));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x1f1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a['toString']()[y(0x1f4)](y(0x20e))['toString']()[y(0x1fc)](a73a)[y(0x1f4)](y(0x20e));});a73a();function a73c(){const B=['apply','28JlRDgV','https://','search','sha256','135078EtTdwr','ask','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','success','toHex','constructor','2653840mGMMDB','password','post','254905OIoogf','env','642DvVDMx','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','debug','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','get','email','/api/v1/status','start','localhost','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','1529935dbLGLs','fsi','(((.+)+)+)+$','maka\x20login','digest','20662HGjqLM','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','7063hFcMyn','True','7lfZWOr','Using\x20CA\x20Cert\x20','112sHHSWI','/api/v1/encodeJwt','cacert','login','Logging\x20in','error','cert','/api/v1/login','assign','www.maka-cli.com','Preflight\x20Check','notice','getGlobalConfig','11196HUjMLI','setGlobalConfig','parse','create'];a73c=function(){return B;};return a73c();}import a73e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a73d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x201)]['MAKA_DEV']===a73z(0x1dd)?a73z(0x20a):a73z(0x1e9);Command[a73z(0x1f0)]({'name':a73z(0x1e3),'validOpts':[a73z(0x207),a73z(0x1fe),'help','cacert',a73z(0x204)],'usage':a73z(0x20f),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x203),'examples':[a73z(0x20f),a73z(0x1f9)]},async function(a,b){const A=a73z,c=Log['withSpinner']();try{let d='';b[A(0x1e2)]&&(this['fsi']['isFile'](b[A(0x1e2)])?(d=b[A(0x1e2)],Log[A(0x1eb)](A(0x1df)+d)):Log[A(0x1e5)](A(0x1f8)+d));const f=await this[A(0x20d)][A(0x1ec)]();if(f[A(0x1e6)]){if(this[A(0x20d)]['isFile'](f[A(0x1e6)]))d=f[A(0x1e6)];else{Log[A(0x1e5)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log['header']('Logging\x20into\x20https://'+hostname);const g={'url':A(0x1f3)+hostname+A(0x208)};b['cacert']&&Object[A(0x1e8)](g,{'cert':d});c[A(0x209)](A(0x1ea));const {statusCode:h}=await HTTPS[A(0x206)](g);if(h===0x198){c[A(0x212)]();throw A(0x205);}if(h!==0xc8){c[A(0x212)]();throw A(0x1f3)+hostname+A(0x20b);}c[A(0x1fa)]();const i=b[A(0x207)]?b[A(0x207)]:await Actions[A(0x1f7)]('Email:'),j=b['password']?b['password']:await Actions['ask']('Password:\x20',!![]),k=a73e['md'][A(0x1f5)]['create']();k['update'](j);const l=k[A(0x210)]()[A(0x1fb)](),m={'hostname':hostname,'path':A(0x1e7),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1e2)]&&Object[A(0x1e8)](m,{'cert':d});c[A(0x209)](A(0x1e4));const {data:n,statusCode:o}=await HTTPS[A(0x1ff)](m);if(o===0x198){c[A(0x212)]('\x0a');throw A(0x213)+hostname;}const p=JSON[A(0x1ef)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x1e1),'headers':{'x-auth-token':p['authToken']},'data':{}};b['cacert']&&Object[A(0x1e8)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1ff)](q),{token:t}=JSON[A(0x1ef)](r);if(s===0x198)throw A(0x213)+hostname;const u={'token':p,'hash':t};this[A(0x20d)][A(0x1ee)](u);}else{c[A(0x212)]();throw p;}c[A(0x1fa)]();}catch(v){c[A(0x212)](),console[A(0x1e5)](v),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0x20c))/0x1*(parseInt(l(0x1fe))/0x2)+parseInt(l(0x210))/0x3+-parseInt(l(0x204))/0x4*(-parseInt(l(0x205))/0x5)+-parseInt(l(0x1fd))/0x6+parseInt(l(0x1ee))/0x7+-parseInt(l(0x1f0))/0x8*(-parseInt(l(0x20f))/0x9)+-parseInt(l(0x20e))/0xa*(parseInt(l(0x216))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x619b3));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0x1ef)]()[n(0x20d)](n(0x1ed))['toString']()[n(0x200)](a74a)['search'](n(0x1ed));});function a74c(){const q=['post','start','withSpinner','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','setGlobalConfig','error','Logging\x20out\x20of\x20https://','(((.+)+)+)+$','3715481KQXZGZ','toString','17392qdFvPR','maka\x20logout','cert','fsi','apply','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','logout','token','localhost','env','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','www.maka-cli.com','https://','4508358sfjmrp','105174mTLTQu','notice','constructor','success','Logging\x20out','authToken','4aeQhda','2384640CEJSvf','Preflight\x20Check','getGlobalConfig','/api/v1/status','get','/api/v1/logoutAll','failure','3OqUfft','search','191320zCTaVP','1413sCxFhR','1286430DToKas','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','assign','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cacert','MAKA_DEV','451esLcHy'];a74c=function(){return q;};return a74c();}a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a74d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0x1f9)][a74o(0x215)]==='True'?a74o(0x1f8):a74o(0x1fb);Command['create']({'name':a74o(0x1f6),'validOpts':['cacert'],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a74o(0x1f5),'disableAuthCheck':!![],'examples':[a74o(0x1f1)]},async function(a,b){const p=a74o,c=Log[p(0x219)]();try{let d='';b[p(0x214)]&&(this[p(0x1f3)]['isFile'](b[p(0x214)])?(d=b['cacert'],Log[p(0x1ff)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0x21c)](p(0x211)+d));const f=await this['fsi'][p(0x207)]();if(f[p(0x1f2)]){if(this['fsi']['isFile'](f[p(0x1f2)]))d=f['cert'];else{c['failure']();throw Log[p(0x21c)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log['header'](p(0x1ec)+hostname);const g={'url':p(0x1fc)+hostname+p(0x208)};b[p(0x214)]&&Object[p(0x212)](g,{'cert':d});c[p(0x218)](p(0x206));const {statusCode:h}=await HTTPS[p(0x209)](g);if(h===0x198){c[p(0x20b)]();throw p(0x213);}c[p(0x201)]();if(h!==0xc8){c[p(0x20b)]();throw p(0x21a);}if(!f?.['token']?.[p(0x203)])throw Log['error'](p(0x1fa));c['start'](p(0x202));const i={'hostname':hostname,'path':p(0x20a),'data':{},'headers':{'x-auth-token':f[p(0x1f7)][p(0x203)]}};b[p(0x214)]&&Object[p(0x212)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x217)](i);if(j===0x198){c[p(0x20b)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0x1f3)][p(0x21b)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0x21c)](k),process['exit'](0x0);}});
1
+ const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0x214))/0x1+parseInt(l(0x217))/0x2+-parseInt(l(0x20a))/0x3+parseInt(l(0x1ef))/0x4+parseInt(l(0x20d))/0x5*(parseInt(l(0x209))/0x6)+parseInt(l(0x1fe))/0x7+-parseInt(l(0x216))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x5653d));function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1ee;let f=c[d];return f;},a74d(a,b);}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0x212)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0x1f1)]()[n(0x204)](n(0x207))[n(0x1f1)]()[n(0x1f3)](a74a)[n(0x204)]('(((.+)+)+)+$');});a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a74c(){const q=['14370216FMfrml','1150824uqriJH','get','exit','MAKA_DEV','localhost','2429000Icxqzh','withSpinner','toString','assign','constructor','/api/v1/status','create','success','env','failure','notice','/api/v1/logoutAll','setGlobalConfig','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','Logging\x20out\x20of\x20https://','3710119igArlU','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cacert','post','token','error','search','getGlobalConfig','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','(((.+)+)+)+$','https://','1042926lCiESA','160362fTuDjO','maka\x20logout','isFile','5ubbEvO','start','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','www.maka-cli.com','header','apply','fsi','316828vaBoKy','cert'];a74c=function(){return q;};return a74c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0x1f7)][a74o(0x21a)]==='True'?a74o(0x1ee):a74o(0x210);Command[a74o(0x1f5)]({'name':'logout','validOpts':[a74o(0x200)],'usage':a74o(0x20b),'maxArgLength':0x2,'shortDesc':a74o(0x1fc),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a74o,c=Log[p(0x1f0)]();try{let d='';b[p(0x200)]&&(this[p(0x213)][p(0x20c)](b[p(0x200)])?(d=b[p(0x200)],Log[p(0x1f9)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0x203)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0x213)][p(0x205)]();if(f['cert']){if(this[p(0x213)][p(0x20c)](f[p(0x215)]))d=f[p(0x215)];else{c[p(0x1f8)]();throw Log[p(0x203)](p(0x20f)+d);}}Log[p(0x211)](p(0x1fd)+hostname);const g={'url':p(0x208)+hostname+p(0x1f4)};b[p(0x200)]&&Object['assign'](g,{'cert':d});c[p(0x20e)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x218)](g);if(h===0x198){c[p(0x1f8)]();throw p(0x1ff);}c[p(0x1f6)]();if(h!==0xc8){c[p(0x1f8)]();throw p(0x206);}if(!f?.[p(0x202)]?.['authToken'])throw Log[p(0x203)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0x20e)]('Logging\x20out');const i={'hostname':hostname,'path':p(0x1fa),'data':{},'headers':{'x-auth-token':f['token']['authToken']}};b[p(0x200)]&&Object[p(0x1f2)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x201)](i);if(j===0x198){c['failure']('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0x213)][p(0x1fb)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1f6)]();}catch(k){k&&console[p(0x203)](k),process[p(0x219)](0x0);}});
@@ -1 +1 @@
1
- const a75j=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=parseInt(h(0x1d0))/0x1*(parseInt(h(0x1d7))/0x2)+parseInt(h(0x1cd))/0x3+-parseInt(h(0x1d9))/0x4*(parseInt(h(0x1d8))/0x5)+-parseInt(h(0x1c1))/0x6*(parseInt(h(0x1be))/0x7)+-parseInt(h(0x1c0))/0x8*(parseInt(h(0x1c4))/0x9)+-parseInt(h(0x1c3))/0xa*(-parseInt(h(0x1c6))/0xb)+-parseInt(h(0x1d1))/0xc*(-parseInt(h(0x1c7))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xde5a9));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 i=a75d;return a75a[i(0x1da)]()[i(0x1c8)](i(0x1bf))[i(0x1da)]()[i(0x1cc)](a75a)[i(0x1c8)]('(((.+)+)+)+$');});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'fs';import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a75c(){const l=['maka\x20l\x20-e\x20p','logs','28338ZnjaAA','5gKHNoo','5385052SUIXSN','toString','pm2\x20logs','log','196QqpOCN','(((.+)+)+)+$','200dZdogT','225384ynfbZs','readFileSync','50OOXQmT','153774FLgYTC','fsi','1229327bezIuq','156TgHVqq','search','View\x20the\x20PM2\x20logs','maka\x20logs\x20--env\x20staging','env','constructor','2953560wVhSzp','parse','maka\x20logs\x20--env\x20dev','25WfjZZm','1838436REmxFR','maka\x20logs','assign','ssh.json'];a75c=function(){return l;};return a75c();}Command['create']({'name':a75j(0x1d6),'aliases':['l',a75j(0x1bd)],'usage':a75j(0x1d2),'requiredOpts':[a75j(0x1cb)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75j(0x1c9),'examples':[a75j(0x1cf),a75j(0x1ca),a75j(0x1d5)]},function(a,b){const k=a75j,c=k(0x1bc),d=this[k(0x1c5)]['getConfigPath'](b['env']),e=a75f['join'](d,k(0x1d4)),f=a75e[k(0x1c2)](e),g=JSON[k(0x1ce)](f[k(0x1da)]());Object[k(0x1d3)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a75j=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0x175))/0x1+-parseInt(h(0x17a))/0x2*(parseInt(h(0x16a))/0x3)+-parseInt(h(0x176))/0x4*(-parseInt(h(0x169))/0x5)+parseInt(h(0x160))/0x6*(parseInt(h(0x16c))/0x7)+-parseInt(h(0x173))/0x8+parseInt(h(0x16f))/0x9*(-parseInt(h(0x16b))/0xa)+-parseInt(h(0x164))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x40381));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 i=a75d;return a75a[i(0x177)]()[i(0x17c)](i(0x179))[i(0x177)]()[i(0x165)](a75a)[i(0x17c)]('(((.+)+)+)+$');});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x160;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'fs';function a75c(){const l=['readFileSync','(((.+)+)+)+$','2YdZcXw','pm2\x20logs','search','515886lbEafH','log','maka\x20logs\x20--env\x20dev','logs','35827bRDXcJ','constructor','getConfigPath','maka\x20logs','assign','10XqFBDj','905892tJKUBm','1035220HeEQlb','35gduclh','env','sshSync','9fKTRSu','View\x20the\x20PM2\x20logs','maka\x20l\x20-e\x20p','maka\x20logs\x20--env\x20staging','826416EIXilZ','fsi','107293FTiEhb','904948qRUEyo','toString'];a75c=function(){return l;};return a75c();}import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a75j(0x163),'aliases':['l',a75j(0x161)],'usage':a75j(0x167),'requiredOpts':[a75j(0x16d)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75j(0x170),'examples':[a75j(0x162),a75j(0x172),a75j(0x171)]},function(a,b){const k=a75j,c=k(0x17b),d=this[k(0x174)][k(0x166)](b[k(0x16d)]),e=a75f['join'](d,'ssh.json'),f=a75e[k(0x178)](e),g=JSON['parse'](f[k(0x177)]());Object[k(0x168)](g,{'env':d}),SSH[k(0x16e)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a76j=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x18d))/0x1*(-parseInt(g(0x195))/0x2)+-parseInt(g(0x180))/0x3+parseInt(g(0x188))/0x4*(parseInt(g(0x182))/0x5)+-parseInt(g(0x18c))/0x6*(parseInt(g(0x197))/0x7)+-parseInt(g(0x199))/0x8*(parseInt(g(0x198))/0x9)+parseInt(g(0x17f))/0xa*(parseInt(g(0x186))/0xb)+parseInt(g(0x18e))/0xc*(parseInt(g(0x184))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x4b42b));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x187)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x194)]()[i(0x181)](i(0x192))['toString']()[i(0x191)](a76a)[i(0x181)](i(0x192));});a76a();import{Command}from'../command.js';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x17e;let f=c[d];return f;},a76d(a,b);}const Maka=new Command({'name':a76j(0x190),'minArgLength':0x1,'shortDesc':a76j(0x196),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':['maka\x20--help','maka\x20install\x20meteor',a76j(0x18b),a76j(0x193)],'description':a76j(0x17e)},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x189)](c);d?this['runSubCommand'](c,a[k(0x18a)](0x1),b):this[k(0x183)][k(0x18f)]();}catch(f){console[k(0x19a)](f),process[k(0x185)](0x1);}});export default Maka;function a76c(){const l=['79871xtKFmQ','apply','36jOpWRv','findSubCommand','slice','maka\x20create\x20Todo','6mnSbbS','15oPYazR','147804bjggPs','maybeProxyCommandToMeteor','maka','constructor','(((.+)+)+)+$','maka\x20run','toString','25082cqpFAz','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','539749OBkywz','9JAyqle','3687208JHTQfl','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\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','40twcXtR','195858fgBpST','search','273185ymaJgN','fsi','611DHFUAf','exit'];a76c=function(){return l;};return a76c();}
1
+ const a76j=a76d;function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x101;let f=c[d];return f;},a76d(a,b);}(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x115))/0x1*(parseInt(g(0x116))/0x2)+-parseInt(g(0x107))/0x3*(parseInt(g(0x105))/0x4)+parseInt(g(0x108))/0x5+-parseInt(g(0x10e))/0x6+parseInt(g(0x114))/0x7*(parseInt(g(0x103))/0x8)+parseInt(g(0x11c))/0x9*(parseInt(g(0x110))/0xa)+-parseInt(g(0x11a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xab321));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x102)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x119)]()['search'](i(0x113))[i(0x119)]()[i(0x10a)](a76a)[i(0x109)](i(0x113));});a76a();function a76c(){const l=['error','10TtXfbD','maybeProxyCommandToMeteor','maka\x20<command>\x20[<args>]\x20[<opts>]','(((.+)+)+)+$','77soFTwW','123029njZcwp','14DxwXOK','maka\x20run','maka\x20install\x20meteor','toString','414678fbmxNb','findSubCommand','403713QNqzvX','maka','apply','539536WIerym','exit','4ElWLGp','slice','3097734aOZNSO','3181745UEyLUG','search','constructor','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','fsi','maka\x20create\x20Todo','3076668ujnWhW'];a76c=function(){return l;};return a76c();}import{Command}from'../command.js';const Maka=new Command({'name':a76j(0x101),'minArgLength':0x1,'shortDesc':a76j(0x10b),'validOpts':[],'usage':a76j(0x112),'disableAuthCheck':!![],'examples':['maka\x20--help',a76j(0x118),a76j(0x10d),a76j(0x117)],'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\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x11b)](c);d?this['runSubCommand'](c,a[k(0x106)](0x1),b):this[k(0x10c)][k(0x111)]();}catch(f){console[k(0x10f)](f),process[k(0x104)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a77i=a77d;function a77c(){var k=['3295400HFKmKG','238518cQtkbG','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','3008943hdrwAZ','402721hPlXad','error','(((.+)+)+)+$','font-family:\x20monospace','toString','271497RwBEmJ','log','create','apply','294bGfBKj','constructor','4yFlkru','search','2158595sQUgXV','Murrrrderrrrr','maka\x20murder','43883TiLdPo'];a77c=function(){return k;};return a77c();}(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0x1d1))/0x1+-parseInt(f(0x1ce))/0x2+-parseInt(f(0x1d6))/0x3*(parseInt(f(0x1c7))/0x4)+parseInt(f(0x1c9))/0x5+parseInt(f(0x1c5))/0x6*(-parseInt(f(0x1cc))/0x7)+-parseInt(f(0x1cd))/0x8+parseInt(f(0x1d0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x3a91f));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0x1d9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a['toString']()[h(0x1c8)](h(0x1d3))[h(0x1d5)]()[h(0x1c6)](a77a)[h(0x1c8)](h(0x1d3));});a77a();import{Command}from'../command.js';function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a77d(a,b);}Command[a77i(0x1d8)]({'name':'murder','usage':a77i(0x1cb),'maxArgLength':0x1,'shortDesc':a77i(0x1ca),'validOpts':[]},async function(){var j=a77i;try{console[j(0x1d7)](j(0x1cf),j(0x1d4));}catch(a){console[j(0x1d2)](a),process['exit'](0x0);}});
1
+ var a77i=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0xbc))/0x1+-parseInt(f(0xd1))/0x2*(-parseInt(f(0xc0))/0x3)+-parseInt(f(0xce))/0x4*(-parseInt(f(0xc9))/0x5)+-parseInt(f(0xc2))/0x6*(-parseInt(f(0xb9))/0x7)+parseInt(f(0xc6))/0x8*(parseInt(f(0xc8))/0x9)+-parseInt(f(0xb8))/0xa*(parseInt(f(0xd0))/0xb)+-parseInt(f(0xbf))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa391a));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0xbb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a['toString']()[h(0xcc)](h(0xcf))[h(0xc7)]()[h(0xc3)](a77a)['search'](h(0xcf));});a77a();import{Command}from'../command.js';function a77c(){var k=['18fGGAuf','1135BADWRP','log','error','search','murder','2548vVMBwB','(((.+)+)+)+$','275fdelYl','232270msADmX','363990gfkxGO','406QzZwOA','font-family:\x20monospace','apply','267588PPVaaC','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','Murrrrderrrrr','13702164nYxTDg','3wpEdXb','maka\x20murder','107712ZXfcqW','constructor','exit','create','4609048IrVxLJ','toString'];a77c=function(){return k;};return a77c();}function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0xb8;var f=c[d];return f;},a77d(a,b);}Command[a77i(0xc5)]({'name':a77i(0xcd),'usage':a77i(0xc1),'maxArgLength':0x1,'shortDesc':a77i(0xbe),'validOpts':[]},async function(){var j=a77i;try{console[j(0xca)](j(0xbd),j(0xba));}catch(a){console[j(0xcb)](a),process[j(0xc4)](0x0);}});
@@ -1 +1 @@
1
- function a78c(){const s=['.key','targetPort','search','getConfigPath','184IxtATU','20XVxGPK','120834XPifbs','3340950wbzePv','727474KktJkD','development','.crt','1eNqYSD','isFile','error','maka\x20proxy','genCSR','targetHost','(((.+)+)+)+$','join','4499308tfrxxd','localhost','readFileSync','help','bright','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','toString','9204yKoScU','constructor','listen','apply','.csr','createProxyServer','invoke','fsi','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','115CMyokA','appName','genSSC','utf8','1527750xVoxYW','1365147lASBmf'];a78c=function(){return s;};return a78c();}const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(0x1e0))/0x1*(parseInt(n(0x1dd))/0x2)+parseInt(n(0x1fd))/0x3+-parseInt(n(0x1ef))/0x4*(-parseInt(n(0x1f8))/0x5)+-parseInt(n(0x1dc))/0x6+parseInt(n(0x1fc))/0x7+parseInt(n(0x1d9))/0x8*(-parseInt(n(0x1db))/0x9)+-parseInt(n(0x1da))/0xa*(-parseInt(n(0x1e8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x4ce26));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x1ee)]()[p(0x1d7)](p(0x1e6))[p(0x1ee)]()[p(0x1f0)](a78a)[p(0x1d7)]('(((.+)+)+)+$');});a78a();import a78e from'fs';import a78f from'path';import a78g from'http-proxy';import{Command}from'../command.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1d6;let f=c[d];return f;},a78d(a,b);}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a78h from'../generators/maka.gen.js';Command['create']({'name':'proxy','usage':a78q(0x1e3),'mustBeInMakaProject':!![],'validOpts':[a78q(0x1eb),'targetPort','listenPort','targetHost'],'maxArgLength':0x1,'shortDesc':a78q(0x1ed),'description':'\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','examples':['maka\x20proxy','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const r=a78q,c=this[r(0x1f6)]['getProjectConfig'](),d=r(0x1de),e=this['fsi'][r(0x1d8)](d),f=this[r(0x1f6)]['mkKeysDir']({'configPath':e}),g=b[r(0x1d6)]?Number(b[r(0x1d6)]):0xbb8,h=b['listenPort']?Number(b['listenPort']):0xd73,i=b[r(0x1e5)]?b[r(0x1e5)]:r(0x1e9),j=a78f['join'](f,c['appName']+r(0x1fe)),k=a78f[r(0x1e7)](f,c[r(0x1f9)]+r(0x1df));if(!this['fsi'][r(0x1e1)](j)||!this['fsi'][r(0x1e1)](k)){const m=a78h['findGenerator']('sslconfig');m&&await m[r(0x1f5)](['sslconfig'],{'env':d}),SSL[r(0x1e4)]({'keyName':c[r(0x1f9)]+r(0x1fe),'csrName':c['appName']+r(0x1f3),'cwd':f}),SSL[r(0x1fa)]({'keyName':c[r(0x1f9)]+'.key','crtName':c['appName']+r(0x1df),'cwd':f});}if(g===h){Log[r(0x1e2)](r(0x1f7));throw new UsageError();}const l={'ssl':{'key':a78e[r(0x1ea)](j,r(0x1fb)),'cert':a78e[r(0x1ea)](k,r(0x1fb))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x1f4)](l)[r(0x1f1)](Number(h)),Log[r(0x1ec)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+'\x20to\x20'+g);});
1
+ const a78p=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(0xb8))/0x1*(parseInt(n(0x9b))/0x2)+-parseInt(n(0xb9))/0x3+-parseInt(n(0xa5))/0x4+-parseInt(n(0x9c))/0x5+parseInt(n(0x9d))/0x6*(-parseInt(n(0xb5))/0x7)+-parseInt(n(0xaf))/0x8+parseInt(n(0xb7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xada51));const a78b=(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;};}()),a78a=a78b(this,function(){const o=a78d;return a78a['toString']()[o(0x9f)]('(((.+)+)+)+$')['toString']()[o(0xa1)](a78a)['search'](o(0xb4));});a78a();import a78e from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x96;let f=c[d];return f;},a78d(a,b);}import a78f from'path';import a78g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';function a78c(){const r=['listen','appName','1751260mhqnio','createProxyServer','genCSR','development','listenPort','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','maka\x20proxy','genSSC','invoke','.crt','2966424kUDvpd','\x20to\x20','fsi','localhost','.csr','(((.+)+)+)+$','21oqQFHz','bright','42937749YnZRqN','47oKFXtg','3555036sPxabw','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','targetPort','maka\x20proxy\x20--target-host\x20http://192.168.1.20','.key','help','join','findGenerator','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','proxy','targetHost','sslconfig','14704sIIZcM','4398755OJCSVl','1681374zJbevB','utf8','search','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','constructor','isFile'];a78c=function(){return r;};return a78c();}import a78h from'../generators/maka.gen.js';Command['create']({'name':a78p(0x98),'usage':a78p(0xab),'mustBeInMakaProject':!![],'validOpts':[a78p(0xbe),a78p(0xbb),a78p(0xa9),'targetHost'],'maxArgLength':0x1,'shortDesc':a78p(0x97),'description':a78p(0xba),'examples':[a78p(0xab),a78p(0xa0),a78p(0xbc)]},async function(a,b){const q=a78p,c=this[q(0xb1)]['getProjectConfig'](),d=q(0xa8),e=this['fsi']['getConfigPath'](d),f=this[q(0xb1)]['mkKeysDir']({'configPath':e}),g=b['targetPort']?Number(b[q(0xbb)]):0xbb8,h=b[q(0xa9)]?Number(b['listenPort']):0xd73,i=b['targetHost']?b[q(0x99)]:q(0xb2),j=a78f[q(0xbf)](f,c[q(0xa4)]+q(0xbd)),k=a78f[q(0xbf)](f,c[q(0xa4)]+q(0xae));if(!this['fsi'][q(0xa2)](j)||!this['fsi'][q(0xa2)](k)){const m=a78h[q(0x96)](q(0x9a));m&&await m[q(0xad)](['sslconfig'],{'env':d}),SSL[q(0xa7)]({'keyName':c[q(0xa4)]+q(0xbd),'csrName':c['appName']+q(0xb3),'cwd':f}),SSL[q(0xac)]({'keyName':c[q(0xa4)]+q(0xbd),'crtName':c[q(0xa4)]+q(0xae),'cwd':f});}if(g===h){Log['error'](q(0xaa));throw new UsageError();}const l={'ssl':{'key':a78e['readFileSync'](j,q(0x9e)),'cert':a78e['readFileSync'](k,q(0x9e))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[q(0xa6)](l)[q(0xa3)](Number(h)),Log[q(0xb6)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+q(0xb0)+g);});