@maka/maka-cli 4.5.33 → 4.5.35

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 (138) 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/templates/meteor/app/server/main.js +4 -1
  117. package/bundle/obf/src/templates/meteor/app/server/main.js.jsx +4 -1
  118. package/bundle/obf/src/templates/meteor/app/server/main.js.ts +4 -1
  119. package/bundle/obf/src/templates/meteor/app/server/main.js.tsx +4 -1
  120. package/bundle/obf/src/templates/meteor/config/settings.json +2 -1
  121. package/bundle/obf/src/tool.js +1 -1
  122. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  123. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  124. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  126. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  127. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  128. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/https/https.class.js +1 -1
  130. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  131. package/bundle/obf/src/tools/log/log.class.js +1 -1
  132. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  134. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  136. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  137. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  138. package/package.json +1 -1
@@ -1 +1 @@
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
+ var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1e4))/0x1+parseInt(f(0x1f4))/0x2+-parseInt(f(0x1e8))/0x3+parseInt(f(0x1eb))/0x4+-parseInt(f(0x1de))/0x5*(parseInt(f(0x1e7))/0x6)+parseInt(f(0x1fc))/0x7+-parseInt(f(0x1e9))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x1f003));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x1f6)]()[h(0x1ec)](h(0x1f0))['toString']()[h(0x1f3)](a55a)[h(0x1ec)](h(0x1f0));});a55a();import{EventEmitter}from'events';function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1dc;var f=c[d];return f;},a55d(a,b);}export class AbstractScene{[a55i(0x1ff)];[a55i(0x1e0)];[a55i(0x1f8)];[a55i(0x1e5)];}export class AbstractRoom extends EventEmitter{[a55i(0x200)];[a55i(0x1e1)];[a55i(0x1ef)];[a55i(0x1f9)];[a55i(0x1dd)];[a55i(0x1f1)];['isStartRoom'];}export class AbstractDoor{[a55i(0x1fe)];[a55i(0x1df)];[a55i(0x1fb)];[a55i(0x1f7)];[a55i(0x200)];[a55i(0x1f8)];[a55i(0x1fa)];}function a55c(){var j=['logger','inventory','isLockable','isLocked','1323721eDtZsR','_maxCarryingWeight','roomA','rooms','name','shape','_playerName','apply','puzzle','226805gEUQOa','roomB','player','description','_inventory','category','23777QLGgno','characterLocations','items','6CgcPRz','234825IXbgZO','714928dtCaFu','rating','237056kpFruY','search','_currentLocation','solved','exits','(((.+)+)+)+$','roomType','weight','constructor','230782qpRvZr','uuid','toString','unlockItemOrSolution'];a55c=function(){return j;};return a55c();}export class AbstractInventory{[a55i(0x1e6)];[a55i(0x1f8)];}export class AbstractItem{[a55i(0x1f5)];[a55i(0x200)];[a55i(0x1e1)];['size'];[a55i(0x1e3)];[a55i(0x201)];['color'];['texture'];[a55i(0x1ea)];[a55i(0x1f2)];}export class AbstractPlayer{[a55i(0x202)];[a55i(0x1ed)];[a55i(0x1e2)];['_equipment'];[a55i(0x1fd)];['_logger'];}export class AbstractPuzzle{[a55i(0x1f8)];[a55i(0x1ee)];}
@@ -1 +1 @@
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
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0x125))/0x1+-parseInt(k(0x102))/0x2+-parseInt(k(0x135))/0x3*(parseInt(k(0xed))/0x4)+parseInt(k(0x10a))/0x5*(parseInt(k(0x136))/0x6)+parseInt(k(0xe7))/0x7*(parseInt(k(0x109))/0x8)+parseInt(k(0x11d))/0x9+-parseInt(k(0x114))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x3b149));export var Size;function a56c(){var v=['book','fuzzy','metallic','Circle','Rectangle','helmet','inside','1088100qHIoyP','DOWN','leg\x20armor','Bumpy','gloves','SOUTH','Common','Shield','Triangle','293139SYBJzC','yellow','underground','body\x20armor','MOUNTAIN','shield','Rare','Tiny','35701qqRAZd','apply','Weapon','SEA','Red','Gold','toString','blue','cave','INSIDE','small','ArmArmor','sea','outside','CAVE','legendary','3NmRsXm','54sTcNTN','Blade','OUTSIDE','north','Key','search','Gloves','Hat','rare','desert','brown','cup','gold','777014svEAUI','Large','rough','Grainy','south','Rough','399804zCNuGx','(((.+)+)+)+$','WEST','Small','blade','BodyArmor','rectangle','forest','hat','Purple','Medium','TOWER','Metallic','unknown','Blue','grainy','Fuzzy','medium','LegArmor','east','weapon','199126nBcxWm','Orange','arm\x20armor','NORTH','common','west','DESERT','8mcBbHr','206135lxCgJI','large','bumpy'];a56c=function(){return v;};return a56c();}(function(a){var l=a56d;a[l(0x124)]='tiny',a[l(0xf0)]=l(0x12f),a[l(0xf7)]=l(0xfe),a[l(0xe8)]=l(0x10b),a['VeryLarge']='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0x11a)]=m(0x106),a[m(0x123)]=m(0xe2),a['Legendary']=m(0x134);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0x127)]=n(0x101),a[n(0x11b)]=n(0x122),a[n(0x13a)]='key',a[n(0xe0)]=n(0x118),a['Helmet']=n(0x112),a[n(0xe1)]=n(0xf5),a['Boots']='boots',a[n(0xff)]=n(0x116),a[n(0x130)]=n(0x104),a[n(0xf2)]=n(0x120),a['Book']=n(0x10d),a['Cup']=n(0xe5),a['Unknown']=n(0xfa);}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a[o(0x110)]='circle',a['Square']='square',a[o(0x11c)]='triangle',a[o(0x111)]=o(0xf3),a[o(0x137)]=o(0xf1),a['Rifle']='rifle';}(Shape||(Shape={})));export var Color;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xdf;var f=c[d];return f;},a56d(a,b);}(function(c){var r=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var p=a56d;if(h){var j=h[p(0x126)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a56d;return e[q(0x12b)]()['search'](q(0xee))[q(0x12b)]()['constructor'](e)[q(0xdf)](q(0xee));});e(),c[r(0x129)]='red',c[r(0xfb)]=r(0x12c),c['Green']='green',c['Yellow']=r(0x11e),c[r(0x103)]='orange',c[r(0xf6)]='purple',c['Grey']='grey',c['Brown']=r(0xe4),c[r(0x12a)]=r(0xe6);}(Color||(Color={})));export var Texture;(function(a){var s=a56d;a['Smooth']='smooth',a[s(0xec)]=s(0xe9),a[s(0x117)]=s(0x10c),a[s(0xfd)]=s(0x10e),a[s(0xea)]=s(0xfc),a[s(0xf9)]=s(0x10f);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a56d;a[t(0x12e)]=t(0x113),a[t(0x138)]=t(0x132),a['UNDERGROUND']=t(0x11f),a[t(0x133)]=t(0x12d),a[t(0xf8)]='tower',a['FOREST']=t(0xf4),a[t(0x108)]=t(0xe3),a[t(0x121)]='mountain',a['BEACH']='beach',a[t(0x128)]=t(0x131);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x105)]=u(0x139),a['EAST']=u(0x100),a[u(0x119)]=u(0xeb),a[u(0xef)]=u(0x107),a['UP']='up',a[u(0x115)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
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
+ (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x1d1))/0x1+parseInt(f(0x1d4))/0x2+-parseInt(f(0x1d7))/0x3+parseInt(f(0x1d5))/0x4+-parseInt(f(0x1d9))/0x5*(-parseInt(f(0x1d6))/0x6)+-parseInt(f(0x1da))/0x7+-parseInt(f(0x1cf))/0x8*(parseInt(f(0x1d0))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x32041));function a57c(){var h=['31431WEBSei','search','6665upYrDT','1839068qjwIum','(((.+)+)+)+$','8sileOx','2017107pqJkXy','236212zcLxZl','toString','constructor','725420QANqIY','167796EgJtiS','276KuANhX'];a57c=function(){return h;};return a57c();}function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1cf;var f=c[d];return f;},a57d(a,b);}var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var g=a57d;return a57a[g(0x1d2)]()[g(0x1d8)]('(((.+)+)+)+$')[g(0x1d2)]()[g(0x1d3)](a57a)[g(0x1d8)](g(0x1db));});a57a();export{};
@@ -1 +1 @@
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
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x155))/0x1+-parseInt(f(0x14e))/0x2*(-parseInt(f(0x158))/0x3)+-parseInt(f(0x153))/0x4+-parseInt(f(0x154))/0x5*(-parseInt(f(0x14f))/0x6)+-parseInt(f(0x14d))/0x7+-parseInt(f(0x151))/0x8*(parseInt(f(0x159))/0x9)+parseInt(f(0x157))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb8e45));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x14d;var f=c[d];return f;},a58d(a,b);}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x152)](h(0x150))[h(0x15a)]()['constructor'](a58a)[h(0x152)]('(((.+)+)+)+$');});function a58c(){var i=['5152108fwFZtY','598555wqfEeD','275363nJPsRv','apply','31425820wMaDnp','3BVQhUz','736713sWGtvY','toString','3138002ddgjkV','83690zNPayY','12uCICtJ','(((.+)+)+)+$','64FryrCb','search'];a58c=function(){return i;};return a58c();}a58a();export{};
@@ -1 +1 @@
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
+ const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x9e))/0x1*(-parseInt(y(0x88))/0x2)+-parseInt(y(0x9f))/0x3+parseInt(y(0x67))/0x4*(-parseInt(y(0xb1))/0x5)+parseInt(y(0x98))/0x6*(-parseInt(y(0x85))/0x7)+-parseInt(y(0xc3))/0x8*(-parseInt(y(0x93))/0x9)+parseInt(y(0xaa))/0xa*(parseInt(y(0x7b))/0xb)+parseInt(y(0x75))/0xc*(parseInt(y(0xc1))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x5a220));import a59e from'blessed';function a59c(){const I=['take','name','torso','<<<<<<<<---------\x20Terminating\x20game','5TpZTlu','line','Feet:\x20','player','20%','Currently\x20in:\x20','checkIfLocked','setContent','write','exits','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20Map\x20','append','\x20(Locked)','search','unequip','13kEjJgV','constructor','8ZDdzOy','scroll','getWelcomeMessage','toString','apply','2660452UvHIgK','argv','size','Torso:\x20','getAllItems','45%','leftHand','textbox','pushLine','legs','\x20Inventory\x20','roomType','75%','Left\x20Hand:\x20','5962596MMbZWo','exit','key','logFilePath','parse','arms','54846WKGpvb','Gloves:\x20','Legs:\x20','escape','box','\x0aThere\x20are\x20no\x20exits\x20here.','getInstance','gloves','\x20Game\x20Log\x20','-----\x20Exits\x20------\x0a','370888smYESF','None','handleInput','4Ephmda','mousemove','removeAllListeners','log','checkIfLockable','\x20(Unlocked)','\x20Equipment\x20','OUTSIDE','70%','split','logBox','2957004LzKWef','rightHand','equipment','render','100%','12cRqpOr','clearValue','Side\x20Quest\x20Adventure\x20Game','Arms:\x20','90%','yellow','171111ubHCwd','97146CdJrKm','25%','(((.+)+)+)+$','Head:\x20','getValue','focus','inventory','----->>>>>>\x20Initializing\x20Game','white','head','feet','10ddyOCA','equip','map'];a59c=function(){return I;};return a59c();}import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';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(0x66)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x65)]()['search'](A(0xa1))[A(0x65)]()[A(0xc2)](g)[A(0xbf)](A(0xa1));});g();try{const h=a59e['screen']({'smartCSR':!![],'title':B(0x9a)}),i=a59e['box']({'top':'0%','left':B(0x73),'width':B(0xa0),'height':B(0x6c),'border':{'type':B(0xb2)},'label':B(0x71),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x6b)]()[C(0xac)](v=>v[C(0xae)]);i[C(0xb8)](u['join']('\x0a')),h[C(0x96)]();};h[B(0xbd)](i);const k=a59e[B(0x7f)]({'top':B(0x6c),'left':B(0x73),'width':'25%','height':B(0xa0),'border':{'type':B(0xb2)},'label':B(0x8e),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x9d)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xbd)](k);const l=t=>{const D=B;k[D(0xb8)](D(0xa2)+(t['head']?t[D(0xa8)][D(0xae)]:D(0x86))+'\x0a'+(D(0x6a)+(t['torso']?t[D(0xaf)]['name']:D(0x86))+'\x0a')+(D(0x7d)+(t['legs']?t[D(0x70)]['name']:D(0x86))+'\x0a')+(D(0xb3)+(t[D(0xa9)]?t[D(0xa9)]['name']:D(0x86))+'\x0a')+(D(0x9b)+(t[D(0x7a)]?t[D(0x7a)]['name']:D(0x86))+'\x0a')+(D(0x7c)+(t[D(0x82)]?t[D(0x82)][D(0xae)]:D(0x86))+'\x0a')+(D(0x74)+(t[D(0x6d)]?t[D(0x6d)][D(0xae)]:D(0x86))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x94)]?t[D(0x94)][D(0xae)]:D(0x86))+'\x0a')),h[D(0x96)]();},m=a59e[B(0x7f)]({'top':B(0x90),'left':B(0x73),'width':B(0xa0),'height':B(0xb5),'border':{'type':'line'},'label':B(0xbc),'content':B(0xbb),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x9d)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xbd)](m);const n=t=>{const E=B;let u=E(0xb6)+t['name']+'\x0a\x0a';u+=E(0x84),t[E(0xba)][E(0x69)]>0x0?t[E(0xba)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x72)]===RoomType[F(0x8f)]?u+=capitalCase(w)+':\x20'+x[F(0xae)]:u+=capitalCase(w)+':\x20'+v[F(0xae)];if(v[F(0xb7)]())u+=F(0xbe);else v[F(0x8c)]()&&(u+=F(0x8d));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x80),m[E(0xb8)](u),h['render']();},o=a59e[B(0x7f)]({'id':B(0x92),'top':'0%','left':'0%','width':'75%','height':B(0x9c),'border':{'type':B(0xb2)},'label':B(0x83),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x9d)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x8a)](B(0x89)),h[B(0xbd)](o);const p=a59e[B(0x6e)]({'bottom':0x0,'left':0x0,'width':B(0x97),'height':'10%','tags':!![],'border':{'type':B(0xb2)},'style':{'fg':B(0xa7),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x77)]([B(0x7e),'C-c'],()=>process['exit'](0x0)),p[B(0xa4)](),h[B(0x96)]();const q=Logger[B(0x81)](e[B(0x78)],h),r=new Player({'playerName':c});q['write'](B(0xa6));const s=a59f[B(0x81)](r,d);o[B(0xb8)](s[B(0xc5)]()),l(s[B(0xb4)][B(0x95)]),j(s['player'][B(0xa5)]),n(s[B(0xb4)]['currentLocation']),p[B(0x77)](['enter'],async()=>{const G=B,t=p[G(0xa3)](),u=s[G(0x87)](t);(t[G(0x91)]('\x20')[0x0]===G(0xad)||G(0xab)||G(0xc0))&&(j(s[G(0xb4)][G(0xa5)]),l(s['player'][G(0x95)])),(t[G(0x91)]('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s['player']['currentLocation']),t[G(0x91)]('\x20')[0x0]==='clear'&&o[G(0xb8)](''),u===null&&(console[G(0x8b)]('Thanks\x20for\x20playing!'),h[G(0x96)](),q[G(0xb9)](G(0xb0)),process[G(0x76)](0x0)),o[G(0x6f)](u),o[G(0xc4)](0x1),p[G(0x99)](),p[G(0xa4)](),h[G(0x96)]();});}catch(t){console[B(0x8b)](t),process[B(0x76)](0x1);}}function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x65;let f=c[d];return f;},a59d(a,b);}const args=process[a59H(0x68)]['slice'](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a59H(0x79)](args[0x2]));
@@ -1 +1 @@
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
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=-parseInt(h(0x1fc))/0x1*(parseInt(h(0x207))/0x2)+-parseInt(h(0x20a))/0x3+parseInt(h(0x206))/0x4+parseInt(h(0x1ef))/0x5*(-parseInt(h(0x1f5))/0x6)+parseInt(h(0x1f8))/0x7+-parseInt(h(0x1ec))/0x8+parseInt(h(0x1e6))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x4cfd0));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x1fd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x1fe)]()[j(0x1e8)]('(((.+)+)+)+$')[j(0x1fe)]()['constructor'](a60a)[j(0x1e8)](j(0x1f2));});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1e2;let f=c[d];return f;},a60d(a,b);}function a60c(){const s=['filePath','type','101085CDKQzJ','dirname','appendFileSync','(((.+)+)+)+$','screen','side-quest.log','6sUTUej','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','.maka','1146005IjDeum','find','hasScreen','logBox','49669tXecpI','apply','toString','options','homedir','mkdirSync','write','getInstance','ensureLogFileExists','log','481400yljpgi','2SEGXyj','render','join','1775223wCupON','The\x20logbox\x20','existsSync','scrollTo','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','7443270qCqAEX','instance','search','children','toISOString','setContent','1072992pqbaLS'];a60c=function(){return s;};return a60c();}const homeDir=a60f[a60k(0x200)]();export class Logger{static [a60k(0x1e7)];[a60k(0x1ed)];[a60k(0x1f3)];constructor(a,b){const l=a60k;this[l(0x1ed)]=a,this[l(0x1f3)]=b,this[l(0x204)]();}static[a60k(0x203)](a=a60g[a60k(0x209)](homeDir,a60k(0x1f7),a60k(0x1f4)),b){const m=a60k;if(!Logger[m(0x1e7)]){if(!b)throw new Error(m(0x1f6));Logger[m(0x1e7)]=new Logger(a,b);}return Logger[m(0x1e7)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x1f0)](this[n(0x1ed)]);!a60e[n(0x1e3)](a)&&a60e[n(0x201)](a,{'recursive':!![]}),!a60e[n(0x1e3)](this['filePath'])&&a60e['writeFileSync'](this['filePath'],'');}[a60k(0x202)](a){const o=a60k,b=new Date()[o(0x1ea)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a60e[o(0x1f1)](this['filePath'],c);}['error'](a){const p=a60k,b=new Date()[p(0x1ea)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a60e[p(0x1f1)](this['filePath'],c);}[a60k(0x205)](a){const q=a60k,b=this['screen']?.[q(0x1e9)][q(0x1f9)](c=>c[q(0x1ee)]==='box'&&c[q(0x1ff)]['id']===q(0x1fb));b?(b[q(0x1eb)](b['content']+'\x0a'+a),b[q(0x1e4)](b['getScrollHeight']()),this[q(0x1f3)]?.[q(0x208)]()):this['error'](q(0x1e2)+b+q(0x1e5)+this['screen']),this[q(0x202)](a);}[a60k(0x1fa)](){const r=a60k;return!!this[r(0x1f3)];}}
@@ -1 +1 @@
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
+ const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x90))/0x1+-parseInt(k(0xad))/0x2*(-parseInt(k(0x9f))/0x3)+-parseInt(k(0x99))/0x4+-parseInt(k(0xa4))/0x5+-parseInt(k(0xa8))/0x6+-parseInt(k(0xaa))/0x7+parseInt(k(0x8f))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd3af4));function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x8d;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(0xa9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x98)]()[m(0x8e)]('(((.+)+)+)+$')['toString']()[m(0xa3)](a61a)['search'](m(0xa0));});function a61c(){const q=['ask','inherit','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','6JhdUbr','(((.+)+)+)+$','url','sideQuestAnswer','constructor','3424905YSBeMk','node','side-quest.log','create','4007304fYBNFF','apply','5179566ekGVbL','side-quest','list','1594946LloVma','Commoner','player','search','13254664BRxjLI','33567nfXLYo','./sideQuest/ui.js','getGlobalMakaDir','options','shadowrun','stringify','log','resolve','toString','1301932eRDYsn','join','exit'];a61c=function(){return q;};return a61c();}a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0xa1)]),__dirname=dirname(__filename);Command[a61n(0xa7)]({'name':a61n(0xab),'usage':'maka\x20play:side-quest','shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':['player']},async function(a,b){const o=a61n;try{const c=this['fsi'][o(0x92)](),d=a61e[o(0x9a)](c,o(0xa6)),e=b[o(0x8d)]?b[o(0x8d)]:await Actions[o(0x9c)]('What\x20is\x20your\x20name?')||o(0xae),f={...b,'logFilePath':d},g={'type':o(0xac),'name':o(0xa2),'message':o(0x9e),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x94),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x93)](g);if(e&&h){const i=spawn(o(0xa5),[a61e[o(0x97)](__dirname,o(0x91)),e,JSON[o(0x95)](h),JSON[o(0x95)](f)],{'stdio':o(0x9d)});i['on'](o(0x9b),()=>{const p=o;console[p(0x96)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0x96)](j);}},a61f);
@@ -1 +1 @@
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
+ var a62i=a62d;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xad;var f=c[d];return f;},a62d(a,b);}(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0xba))/0x1+-parseInt(f(0xc0))/0x2+-parseInt(f(0xbe))/0x3*(-parseInt(f(0xbc))/0x4)+parseInt(f(0xb5))/0x5+-parseInt(f(0xb3))/0x6*(-parseInt(f(0xb8))/0x7)+parseInt(f(0xb0))/0x8+-parseInt(f(0xbb))/0x9*(parseInt(f(0xbf))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x710c7));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xb1)]()['search'](h(0xb7))['toString']()[h(0xb9)](a62a)[h(0xbd)](h(0xb7));});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';function a62c(){var k=['(((.+)+)+)+$','515767CNqZZh','constructor','740573XStfoz','12027537WYbzOD','4jxKjLO','search','204483PwnZvK','10tHOKwN','1222862xBYRaQ','apply','npx\x20command-line-snake','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','4988592XcnZTv','toString','maka\x20game:snake','12lKMRrE','create','4156005HzGzCT','snake'];a62c=function(){return k;};return a62c();}import{execSync}from'child_process';Command[a62i(0xb4)]({'name':a62i(0xb6),'usage':a62i(0xb2),'shortDesc':a62i(0xaf),'validOpts':[]},async function(){var j=a62i;execSync(j(0xae),{'stdio':'inherit'});},a62e);
@@ -1 +1 @@
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
+ var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x159))/0x1+-parseInt(f(0x169))/0x2*(parseInt(f(0x15f))/0x3)+-parseInt(f(0x162))/0x4+-parseInt(f(0x158))/0x5*(parseInt(f(0x164))/0x6)+parseInt(f(0x167))/0x7+-parseInt(f(0x165))/0x8*(-parseInt(f(0x15e))/0x9)+-parseInt(f(0x163))/0xa*(-parseInt(f(0x15a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xb9bdc));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x158;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x168)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x160)]()[h(0x161)](h(0x16b))['toString']()[h(0x166)](a63a)[h(0x161)](h(0x16b));});function a63c(){var k=['6cnwazB','30152nTgfbx','constructor','7483189emaHiq','apply','2QVzsRC','npx\x20simple-tetris','(((.+)+)+)+$','4557535onIgqU','339538uamRIQ','10602031YpgKev','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','create','inherit','1791luThBV','3061005VZEnyY','toString','search','5574400XzCiWI','20CYZgag'];a63c=function(){return k;};return a63c();}a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0x15c)]({'name':'tetris','usage':'maka\x20game:tetris','shortDesc':a63i(0x15b),'validOpts':[]},async function(){var j=a63i;execSync(j(0x16a),{'stdio':j(0x15d)});},a63e);
@@ -1 +1 @@
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
+ const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x144))/0x1+-parseInt(f(0x150))/0x2*(parseInt(f(0x155))/0x3)+-parseInt(f(0x13a))/0x4+-parseInt(f(0x139))/0x5+parseInt(f(0x138))/0x6*(parseInt(f(0x140))/0x7)+-parseInt(f(0x13b))/0x8+-parseInt(f(0x14d))/0x9*(-parseInt(f(0x157))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x2fb36));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x143)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a['toString']()['search'](h(0x153))[h(0x142)]()[h(0x158)](a64a)[h(0x13f)]('(((.+)+)+)+$');});a64a();import{Command}from'../command.js';function a64c(){const k=['Scaffold\x20various\x20parts\x20of\x20your\x20application','6UWIUIa','maka\x20g:scaffold\x20todos','notice','(((.+)+)+)+$','help','247704cQflHE','where','5980jeWLMU','constructor','6ZqTAhd','1864610msHVKg','401260FxZfhl','132224oxPdjH','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','dir','findGenerator','search','236607tBiOHt','generate','toString','apply','357946ymdOMS','maka\x20g:dbc\x20geoserver\x20--type=pgsql','Could\x20not\x20find\x20generator','listGenerators','maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks','maka\x20g:template\x20todos/todo_item','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20generate:scaffold\x20todos','18918zRMbGR','error'];a64c=function(){return k;};return a64c();}import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x138;let f=c[d];return f;},a64d(a,b);}Command['create']({'name':a64i(0x141),'aliases':['g'],'usage':a64i(0x14b),'validOpts':[a64i(0x13d),a64i(0x156),a64i(0x154)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x14f),'description':a64i(0x13c),'examples':[a64i(0x14c),a64i(0x151),a64i(0x14a),'maka\x20g:package\x20package:name',a64i(0x148),a64i(0x149),a64i(0x145)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x13e)](c);if(!d){b[j(0x154)]?(Log[j(0x152)]('Generators:'),a64e[j(0x147)]()):Log[j(0x14e)](j(0x146));throw new UsageError();}await d['invoke'](a['slice'](0x1),b);});
@@ -1 +1 @@
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
+ function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x143;var f=c[d];return f;},a65d(a,b);}(function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x14a))/0x1+-parseInt(f(0x14d))/0x2+parseInt(f(0x14b))/0x3+-parseInt(f(0x149))/0x4*(-parseInt(f(0x145))/0x5)+-parseInt(f(0x14c))/0x6+parseInt(f(0x147))/0x7+-parseInt(f(0x146))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x4c4be));function a65c(){var h=['search','84ZHELTH','34519tLhKrx','1595787XoaknF','1872624rMuLKP','430738NdJHDc','toString','(((.+)+)+)+$','96395HnTHID','568848dETtLx','61740CYTzhW'];a65c=function(){return h;};return a65c();}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(0x143)]()[g(0x148)](g(0x144))[g(0x143)]()['constructor'](a65a)[g(0x148)](g(0x144));});a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a66c(){const k=['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
+ const a66i=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x16c;let f=c[d];return f;},a66d(a,b);}(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x172))/0x1*(-parseInt(f(0x171))/0x2)+-parseInt(f(0x175))/0x3*(parseInt(f(0x16c))/0x4)+-parseInt(f(0x17b))/0x5+parseInt(f(0x174))/0x6*(-parseInt(f(0x176))/0x7)+-parseInt(f(0x16e))/0x8*(parseInt(f(0x17d))/0x9)+-parseInt(f(0x177))/0xa+parseInt(f(0x179))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xde17b));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x178)]()[h(0x181)](h(0x16f))[h(0x178)]()[h(0x17a)](a66a)['search'](h(0x16f));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a66c(){const k=['275406xoYqjf','209148BMziXP','133AbwThZ','6717020QohvXR','toString','66906477vjGqcd','constructor','1817520FhELpI','findSubCommand','1440NcarsL','maka\x20get:<sub-command>','apply','get','search','error','80IklGZj','Sub-Command\x20not\x20found','35768yqYkmF','(((.+)+)+)+$','create','6luttqn','385237ElMmsN','runSubCommand'];a66c=function(){return k;};return a66c();}const GetCommand=Command[a66i(0x170)]({'name':a66i(0x180),'usage':a66i(0x17e),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x17c)](c);if(d)this[j(0x173)](c,a,b);else{Log[j(0x182)](j(0x16d));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
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
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x19e))/0x1*(parseInt(f(0x191))/0x2)+-parseInt(f(0x190))/0x3*(parseInt(f(0x18d))/0x4)+parseInt(f(0x18e))/0x5*(parseInt(f(0x19d))/0x6)+parseInt(f(0x196))/0x7*(parseInt(f(0x194))/0x8)+-parseInt(f(0x19a))/0x9+-parseInt(f(0x192))/0xa*(-parseInt(f(0x189))/0xb)+-parseInt(f(0x199))/0xc*(parseInt(f(0x1a0))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x8495f));function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x189;let f=c[d];return f;},a67d(a,b);}const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x18a)]()['search']('(((.+)+)+)+$')[h(0x18a)]()['constructor'](a67a)[h(0x198)](h(0x19c));});function a67c(){const k=['8FXCsTG','5lMAZPp','exit','1162659DGhzOb','1418694pwwMHh','10iQuAxF','fsi','184WupfnE','create','26677tnyMOT','global-config','search','144OUriAP','2041029LeevKu','apply','(((.+)+)+)+$','3271638ZDEaZW','1FWbGQF','log','179855HIIGPY','getGlobalConfig','4055755OlKWCC','toString','error','maka\x20get:global-config'];a67c=function(){return k;};return a67c();}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x195)]({'name':a67i(0x197),'usage':a67i(0x18c),'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(0x193)][j(0x1a1)]();console[j(0x19f)](a),process[j(0x18f)](0x0);}catch(b){console[j(0x18b)](b),process['exit'](0x0);}},a67e);
@@ -1 +1 @@
1
- const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(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
+ const a68i=a68d;function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x71;let f=c[d];return f;},a68d(a,b);}(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x7f))/0x1*(-parseInt(f(0x76))/0x2)+-parseInt(f(0x7c))/0x3+-parseInt(f(0x72))/0x4+-parseInt(f(0x84))/0x5+-parseInt(f(0x79))/0x6*(parseInt(f(0x71))/0x7)+parseInt(f(0x7b))/0x8+parseInt(f(0x74))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x30cb0));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x77)]()[h(0x83)](h(0x73))['toString']()[h(0x80)](a68a)['search']('(((.+)+)+)+$');});function a68c(){const k=['1087076IKeCsc','(((.+)+)+)+$','8712207VCxANC','getProjectConfig','512564vlGGUZ','toString','apply','8682aGFqWS','log','1259840aVhzQi','776883nREaJv','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','fsi','1fwJaWu','constructor','maka\x20get:local-config','create','search','1309780IHMOqT','1883stpiRO'];a68c=function(){return k;};return a68c();}a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';Command[a68i(0x82)]({'name':'local-config','usage':a68i(0x81),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x7d),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x7e)][j(0x75)]();console[j(0x7a)](a);},a68e);
@@ -1 +1 @@
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
+ const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0xf9))/0x1*(-parseInt(g(0xfc))/0x2)+parseInt(g(0xfd))/0x3*(-parseInt(g(0xf8))/0x4)+parseInt(g(0xf1))/0x5*(-parseInt(g(0xf2))/0x6)+parseInt(g(0x104))/0x7*(parseInt(g(0x101))/0x8)+parseInt(g(0xe9))/0x9*(-parseInt(g(0xea))/0xa)+parseInt(g(0xed))/0xb*(parseInt(g(0xff))/0xc)+parseInt(g(0xfe))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xac0ac));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0xfb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0xf5)]()[i(0xec)](i(0x103))['toString']()['constructor'](a69a)[i(0xec)](i(0x103));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';function a69c(){const l=['6924VbCVuc','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','48HobEvI','fsi','(((.+)+)+)+$','846440OFMWzK','User\x20Access\x20Token:\x20\x20','getGlobalConfig','decode','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','304371FLQaXI','90dUuTRI','roles','search','23056bwZDaJ','hash','token','maka\x20get:whoami','10sxQGEp','3794772VmqxUq','notice','userId','toString','join','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','4VrGPeg','8807HLIsXl','user','apply','2gIufHW','3359955emcSai','18853185QzDJel'];a69c=function(){return l;};return a69c();}function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xe9;let f=c[d];return f;},a69d(a,b);}Command['create']({'name':'whoami','usage':a69j(0xf0),'shortDesc':a69j(0xf7),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x102)][k(0x106)]();if(a[k(0xee)]){const b=a69f[k(0x107)](a[k(0xee)]);Log['notice'](k(0x100)+b?.[k(0xfa)]),Log['notice'](k(0x108)+a[k(0xef)]?.[k(0xf4)]),Log[k(0xf3)](k(0x105)+a[k(0xef)]?.['authToken']),Log[k(0xf3)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0xeb)][k(0xf6)](',\x20'));}}catch(c){console['error'](c),process['exit'](0x0);}},a69e);
@@ -1 +1 @@
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
+ var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0x16f))/0x1+parseInt(f(0x176))/0x2*(parseInt(f(0x173))/0x3)+parseInt(f(0x175))/0x4*(parseInt(f(0x177))/0x5)+parseInt(f(0x178))/0x6+parseInt(f(0x17a))/0x7+parseInt(f(0x17e))/0x8*(-parseInt(f(0x17c))/0x9)+parseInt(f(0x171))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xbacc3));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x17d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a['toString']()[h(0x174)](h(0x16d))[h(0x172)]()[h(0x170)](a70a)[h(0x174)](h(0x16d));});a70a();import{Command}from'../command.js';function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x16d;var f=c[d];return f;},a70d(a,b);}import{UsageError}from'../error.js';function a70c(){var j=['70908JMwGcz','1655495vjjJNn','1561572PHOcJG','help','6411580jeRHkC','create','441AVWRBr','apply','177400mKCoVa','Try,\x20maka\x20--help','(((.+)+)+)+$','Deprecated:\x20use\x20--help\x20instead','1201098eHiBBQ','constructor','8718690zsvhsh','toString','57uYqMBZ','search','4uBCQDW'];a70c=function(){return j;};return a70c();}Command[a70i(0x17b)]({'name':a70i(0x179),'description':a70i(0x17f),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x16e)},async function(){throw new UsageError();});
@@ -1 +1 @@
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
+ const a71m=a71d;(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0x95))/0x1*(-parseInt(j(0x9f))/0x2)+parseInt(j(0x8b))/0x3*(-parseInt(j(0x8f))/0x4)+-parseInt(j(0x9e))/0x5*(-parseInt(j(0xa3))/0x6)+parseInt(j(0xab))/0x7*(parseInt(j(0xb2))/0x8)+-parseInt(j(0x9b))/0x9+-parseInt(j(0x9d))/0xa+-parseInt(j(0xae))/0xb*(-parseInt(j(0x98))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x50034));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0xa0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a[l(0x92)]()['search'](l(0xb3))[l(0x92)]()[l(0x99)](a71a)['search'](l(0xb3));});a71a();function a71c(){const o=['inherit','stringify','stop','.+\x5c.(j|t)s(doc|x)?$','join','config','sep','99638tQgrVe','utf-8','app/packages','3076458HpaMCG','app/private','jsdoc','closure','128sAASkk','(((.+)+)+)+$','jsdoc-config.json','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','logError','3BgnzXj','app/node_modules','docs','\x20-c\x20','758140jSZoWr','fsi','\x20-d\x20','toString','logNotice','create','45PJBxdU','app/public','maka\x20jsdoc\x20--init','36htKYqB','constructor','maka\x20jsdoc','4279797Nzhoij','\x0a[+]\x20Documentation\x20written\x20to\x20','980200DrexNM','7435ENDUMg','14198eYokdC','apply','pathFromProject','writeFileSync','1386CSZFmY'];a71c=function(){return o;};return a71c();}import a71e from'path';import a71f from'fs';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x87;let f=c[d];return f;},a71d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';Command[a71m(0x94)]({'name':a71m(0xb0),'usage':a71m(0x9a),'mustBeInMakaProject':!![],'shortDesc':a71m(0x88),'examples':[a71m(0x97),a71m(0x9a)],'validOpts':[]},function(){const n=a71m,a=a71e[n(0xa8)](this['fsi']['pathFromProject']({}),n(0x8d)+a71e[n(0xaa)]),b=a71e[n(0xa8)](this['fsi'][n(0xa1)]({}),n(0xa9),n(0x87)),c=this[n(0x90)][n(0xa1)]({}),d='jsdoc';if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xb0),n(0xb1)]},'source':{'includePattern':n(0xa7),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0xad),n(0x8c),n(0x96),n(0xaf)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xac)}};a71f[n(0xa2)](b,JSON[n(0xa5)](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+n(0x8e)+b+'\x20-r\x20app'+a71e[n(0xaa)]+n(0x91)+a;execSync(h,{'cwd':c,'stdio':n(0xa4)}),this[n(0x93)](n(0x9c)+a);}catch(i){this[n(0x8a)](i),this['logError'](n(0x89));}finally{f[n(0xa6)]();}});
@@ -1 +1 @@
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
+ const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=-parseInt(p(0x102))/0x1*(parseInt(p(0xef))/0x2)+parseInt(p(0xe2))/0x3*(-parseInt(p(0xe6))/0x4)+parseInt(p(0xec))/0x5*(parseInt(p(0xed))/0x6)+parseInt(p(0xe7))/0x7+parseInt(p(0xf4))/0x8+parseInt(p(0x103))/0x9+parseInt(p(0x105))/0xa*(-parseInt(p(0x101))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x95545));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a['toString']()[r(0xf3)](r(0x100))[r(0xfd)]()[r(0xe5)](a72a)[r(0xf3)]('(((.+)+)+)+$');});a72a();import a72e from'path';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xda;let f=c[d];return f;},a72d(a,b);}import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a72c(){const u=['\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','join','fsi','toString','length','findAppDirectory','(((.+)+)+)+$','22IEFrUq','147177riDwKR','10805463PDVsav','isFile','10361830TvhqgQ','push','installNpmPackage','checkNpmPackage','apply','service','fix','imports','success','66iKGNkQ','eslint-plugin-react','/imports','constructor','37844aJaRSr','2957500gjpsxQ','loadFormatter','create','lint','eslint/eslintrc.json','30ewCEzE','851088cVATao','maka\x20lint\x20--fix','6riQFqj','eslint-plugin-css','notice','Lint\x20results\x20for\x20','search','6875976fuoMNI','error','eslint','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','bright','All\x20good!\x20:)'];a72c=function(){return u;};return a72c();}Command[a72s(0xe9)]({'name':a72s(0xea),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a72s(0xf7),'description':a72s(0xfa),'examples':[a72s(0xee)]},async function(a,b){const t=a72s;try{const c=this['fsi'][t(0xff)](),d=this[t(0xfc)][t(0xdc)](t(0xf6)),f=this[t(0xfc)][t(0xdc)](t(0xe3)),g=this['fsi'][t(0xdc)](t(0xf0)),h=[];!d&&h[t(0xda)]('eslint');!f&&h['push']('eslint-plugin-react');!g&&h[t(0xda)](t(0xf0));h[t(0xfe)]>0x0&&await this['fsi'][t(0xdb)](h[t(0xfb)]('\x20'),{'dev':!![]});const i=this[t(0xfc)][t(0x104)](a72e[t(0xfb)](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this['fsi']['template']({'srcPath':t(0xeb),'destPath':a72e[t(0xfb)](c,'.eslintrc.json'),'framework':t(0xde),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a72e[t(0xfb)](c,t(0xe0),'**')]),l=await j[t(0xe8)]('stylish'),m=l['format'](k);m[t(0xfe)]>0x0?Log[t(0xf8)](m):Log[t(0xe1)](t(0xf9)),Log['notice'](t(0xf2)+c+t(0xe4)),b[t(0xdf)]?await ESLint['outputFixes'](k):Log[t(0xf1)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console[t(0xf5)](o);}});
@@ -1 +1 @@
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
+ function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xbc;let f=c[d];return f;},a73d(a,b);}const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0xe4))/0x1+-parseInt(w(0xe1))/0x2*(-parseInt(w(0xd5))/0x3)+parseInt(w(0xbd))/0x4*(parseInt(w(0xf4))/0x5)+-parseInt(w(0xe5))/0x6*(-parseInt(w(0xef))/0x7)+parseInt(w(0xde))/0x8*(parseInt(w(0xf0))/0x9)+-parseInt(w(0xe2))/0xa*(-parseInt(w(0xe9))/0xb)+parseInt(w(0xd6))/0xc*(-parseInt(w(0xc3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x404fd));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0xbe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0xf2)]()[y(0xe3)](y(0xc2))[y(0xf2)]()[y(0xf1)](a73a)['search'](y(0xc2));});function a73c(){const B=['debug','env','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','assign','Logging\x20in','toHex','www.maka-cli.com','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','get','12525seOgwy','12QFvqiF','authToken','password','ask','Email:','success','create','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','72rvGCGE','parse','Using\x20CA\x20Cert\x20','62GbXdny','2341620nMXMgv','search','232484JbKmHS','18066RJbiAS','error','fsi','/api/v1/login','11CLjHGx','cacert','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','MAKA_DEV','/api/v1/status','maka\x20login','875QPINbA','47043sJxuzF','constructor','toString','update','10aAVigq','Password:\x20','sha256','313412ctVLHs','apply','True','start','help','(((.+)+)+)+$','5821478kTvgwr','post','notice','email','failure','Logging\x20into\x20https://','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cert'];a73c=function(){return B;};return a73c();}a73a();import a73e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0xcc)][a73z(0xec)]===a73z(0xbf)?'localhost':a73z(0xd2);Command[a73z(0xdc)]({'name':'login','validOpts':[a73z(0xc6),'password',a73z(0xc1),a73z(0xea),a73z(0xcb)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0xd3),'examples':[a73z(0xee),a73z(0xcd)]},async function(a,b){const A=a73z,c=Log['withSpinner']();try{let d='';b[A(0xea)]&&(this[A(0xe7)]['isFile'](b[A(0xea)])?(d=b[A(0xea)],Log[A(0xc5)](A(0xe0)+d)):Log['error'](A(0xc9)+d));const f=await this[A(0xe7)]['getGlobalConfig']();if(f[A(0xca)]){if(this[A(0xe7)]['isFile'](f['cert']))d=f[A(0xca)];else{Log[A(0xe6)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log['header'](A(0xc8)+hostname);const g={'url':'https://'+hostname+A(0xed)};b[A(0xea)]&&Object[A(0xcf)](g,{'cert':d});c[A(0xc0)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0xd4)](g);if(h===0x198){c[A(0xc7)]();throw A(0xeb);}if(h!==0xc8){c[A(0xc7)]();throw'https://'+hostname+A(0xce);}c[A(0xdb)]();const i=b[A(0xc6)]?b['email']:await Actions[A(0xd9)](A(0xda)),j=b[A(0xd8)]?b[A(0xd8)]:await Actions['ask'](A(0xf5),!![]),k=a73e['md'][A(0xbc)][A(0xdc)]();k[A(0xf3)](j);const l=k['digest']()[A(0xd1)](),m={'hostname':hostname,'path':A(0xe8),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object[A(0xcf)](m,{'cert':d});c[A(0xc0)](A(0xd0));const {data:n,statusCode:o}=await HTTPS[A(0xc4)](m);if(o===0x198){c[A(0xc7)]('\x0a');throw A(0xdd)+hostname;}const p=JSON[A(0xdf)](n);if(p[A(0xd7)]){const q={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':p[A(0xd7)]},'data':{}};b[A(0xea)]&&Object[A(0xcf)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[A(0xdf)](r);if(s===0x198)throw A(0xdd)+hostname;const u={'token':p,'hash':t};this[A(0xe7)]['setGlobalConfig'](u);}else{c[A(0xc7)]();throw p;}c[A(0xdb)]();}catch(v){c['failure'](),console[A(0xe6)](v),process['exit'](0x0);}});
@@ -1 +1 @@
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
+ const a74o=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x142;let f=c[d];return f;},a74d(a,b);}(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0x16d))/0x1*(parseInt(l(0x173))/0x2)+-parseInt(l(0x143))/0x3*(parseInt(l(0x14b))/0x4)+parseInt(l(0x156))/0x5+parseInt(l(0x159))/0x6*(-parseInt(l(0x168))/0x7)+parseInt(l(0x15e))/0x8*(-parseInt(l(0x170))/0x9)+-parseInt(l(0x145))/0xa+parseInt(l(0x16a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x1d004));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0x14c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0x14f)]()[n(0x174)]('(((.+)+)+)+$')[n(0x14f)]()[n(0x144)](a74a)[n(0x174)](n(0x150));});a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a74c(){const q=['Logging\x20out\x20of\x20https://','post','112Isfgmi','cert','2319086sHJeCB','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','79063MkQrOa','env','https://','1630989rjRAJW','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','/api/v1/status','4unbQjZ','search','MAKA_DEV','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','success','3YHzbXX','constructor','34640CqSexd','setGlobalConfig','localhost','failure','Using\x20CA\x20Cert\x20','getGlobalConfig','461844kgaFdx','apply','isFile','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','toString','(((.+)+)+)+$','fsi','authToken','cacert','/api/v1/logoutAll','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','572310yUbNwy','logout','True','24180fwiKSD','error','www.maka-cli.com','start','assign','8AuDfeC','maka\x20logout','header','Preflight\x20Check','notice','exit','token','create'];a74c=function(){return q;};return a74c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0x16e)][a74o(0x175)]===a74o(0x158)?a74o(0x147):a74o(0x15b);Command[a74o(0x165)]({'name':a74o(0x157),'validOpts':[a74o(0x153)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a74o(0x14e),'disableAuthCheck':!![],'examples':[a74o(0x15f)]},async function(a,b){const p=a74o,c=Log['withSpinner']();try{let d='';b[p(0x153)]&&(this[p(0x151)]['isFile'](b[p(0x153)])?(d=b['cacert'],Log[p(0x162)](p(0x149)+d)):Log[p(0x15a)](p(0x16b)+d));const f=await this[p(0x151)][p(0x14a)]();if(f['cert']){if(this[p(0x151)][p(0x14d)](f[p(0x169)]))d=f[p(0x169)];else{c[p(0x148)]();throw Log[p(0x15a)](p(0x176)+d);}}Log[p(0x160)](p(0x166)+hostname);const g={'url':p(0x16f)+hostname+p(0x172)};b[p(0x153)]&&Object[p(0x15d)](g,{'cert':d});c['start'](p(0x161));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c['failure']();throw p(0x171);}c[p(0x142)]();if(h!==0xc8){c['failure']();throw p(0x16c);}if(!f?.[p(0x164)]?.[p(0x152)])throw Log['error'](p(0x155));c[p(0x15c)]('Logging\x20out');const i={'hostname':hostname,'path':p(0x154),'data':{},'headers':{'x-auth-token':f[p(0x164)][p(0x152)]}};b[p(0x153)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x167)](i);if(j===0x198){c[p(0x148)]('\x0a');throw p(0x171);}this[p(0x151)][p(0x146)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0x15a)](k),process[p(0x163)](0x0);}});
@@ -1 +1 @@
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
+ const a75k=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0x14e))/0x1+parseInt(h(0x162))/0x2*(-parseInt(h(0x15e))/0x3)+-parseInt(h(0x161))/0x4+parseInt(h(0x14c))/0x5*(-parseInt(h(0x151))/0x6)+parseInt(h(0x15c))/0x7+parseInt(h(0x160))/0x8*(-parseInt(h(0x152))/0x9)+-parseInt(h(0x14a))/0xa*(-parseInt(h(0x15a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x4ccb6));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a75d;if(c){const e=c[i(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const j=a75d;return a75a[j(0x148)]()['search'](j(0x159))['toString']()[j(0x153)](a75a)['search'](j(0x159));});a75a();import a75e from'fs';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x148;let f=c[d];return f;},a75d(a,b);}import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a75k(0x15b)]({'name':a75k(0x158),'aliases':['l',a75k(0x15d)],'usage':a75k(0x163),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75k(0x14b),'examples':[a75k(0x15f),a75k(0x157),'maka\x20l\x20-e\x20p']},function(a,b){const l=a75k,c=l(0x154),d=this[l(0x150)][l(0x14d)](b['env']),e=a75f[l(0x155)](d,'ssh.json'),f=a75e[l(0x149)](e),g=JSON[l(0x14f)](f[l(0x148)]());Object['assign'](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});function a75c(){const m=['View\x20the\x20PM2\x20logs','5QBMSel','getConfigPath','333907YpRrSb','parse','fsi','2587722jMTGBf','99ySHGIe','constructor','pm2\x20logs','join','apply','maka\x20logs\x20--env\x20staging','logs','(((.+)+)+)+$','14987753NYzIWK','create','3778586CCOHXP','log','62442mVByXf','maka\x20logs\x20--env\x20dev','38504yIfnth','1746440HPjvvk','32vIirMh','maka\x20logs','toString','readFileSync','10ZihHLA'];a75c=function(){return m;};return a75c();}
@@ -1 +1 @@
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
+ const a76j=a76d;function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x161;let f=c[d];return f;},a76d(a,b);}(function(a,b){const g=a76d,c=a();while(!![]){try{const d=-parseInt(g(0x16e))/0x1+-parseInt(g(0x177))/0x2*(-parseInt(g(0x173))/0x3)+parseInt(g(0x168))/0x4*(-parseInt(g(0x166))/0x5)+parseInt(g(0x16d))/0x6+parseInt(g(0x172))/0x7+parseInt(g(0x167))/0x8*(-parseInt(g(0x16b))/0x9)+-parseInt(g(0x163))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xad25b));function a76c(){const l=['fsi','(((.+)+)+)+$','maka\x20--help','4382890BXycTZ','error','constructor','7960OlOGHK','8734328RPRjVg','2184GoRciE','toString','runSubCommand','9FzWyUH','maybeProxyCommandToMeteor','7772706uIkcxE','420325YkFvvW','findSubCommand','search','slice','7227073nIwABW','474gZsZOj','\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','maka\x20create\x20Todo','maka\x20install\x20meteor','15202WQRXSp','apply'];a76c=function(){return l;};return a76c();}const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x178)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a['toString']()['search'](i(0x161))[i(0x169)]()[i(0x165)](a76a)[i(0x170)](i(0x161));});a76a();import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a76j(0x162),a76j(0x176),a76j(0x175),'maka\x20run'],'description':a76j(0x174)},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x16f)](c);d?this[k(0x16a)](c,a[k(0x171)](0x1),b):this[k(0x179)][k(0x16c)]();}catch(f){console[k(0x164)](f),process['exit'](0x1);}});export default Maka;
@@ -1 +1 @@
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
+ var a77i=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=-parseInt(f(0x149))/0x1+parseInt(f(0x143))/0x2+parseInt(f(0x150))/0x3*(-parseInt(f(0x13e))/0x4)+parseInt(f(0x13d))/0x5+parseInt(f(0x146))/0x6*(parseInt(f(0x145))/0x7)+parseInt(f(0x14a))/0x8+-parseInt(f(0x14c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x7b1ff));function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x13d;var f=c[d];return f;},a77d(a,b);}var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a[h(0x144)]()[h(0x147)](h(0x148))[h(0x144)]()[h(0x13f)](a77a)[h(0x147)]('(((.+)+)+)+$');});a77a();function a77c(){var k=['exit','create','1976300CtsdHN','toString','3605441JeFgJv','6EHtBFM','search','(((.+)+)+)+$','855819czGmiX','3519856FUIdTG','log','415053FsiCey','font-family:\x20monospace','%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','error','3378tYsVOt','apply','1245040iZKerl','2792DKplfs','constructor','Murrrrderrrrr'];a77c=function(){return k;};return a77c();}import{Command}from'../command.js';Command[a77i(0x142)]({'name':'murder','usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a77i(0x140),'validOpts':[]},async function(){var j=a77i;try{console[j(0x14b)](j(0x14e),j(0x14d));}catch(a){console[j(0x14f)](a),process[j(0x141)](0x0);}});
@@ -1 +1 @@
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);});
1
+ const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(0x1d7))/0x1+parseInt(n(0x1dc))/0x2*(-parseInt(n(0x1e0))/0x3)+parseInt(n(0x1cc))/0x4*(parseInt(n(0x1da))/0x5)+parseInt(n(0x1c8))/0x6*(parseInt(n(0x1d5))/0x7)+parseInt(n(0x1c2))/0x8+-parseInt(n(0x1cb))/0x9+-parseInt(n(0x1d6))/0xa*(-parseInt(n(0x1ce))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x7d19e));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x1d3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x1d4)]()[p(0x1cd)](p(0x1c3))[p(0x1d4)]()['constructor'](a78a)[p(0x1cd)](p(0x1c3));});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1ba;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'fs';function a78c(){const s=['8ELZKoP','targetHost','localhost','targetPort','347334YRCfvS','.key','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','proxy','appName','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','error','maka\x20proxy','invoke','isFile','listenPort','findGenerator','5243960iDxDVt','(((.+)+)+)+$','maka\x20proxy\x20--target-host\x20http://192.168.1.20','\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','mkKeysDir','join','6eQUiyI','genSSC','sslconfig','6908049vvzChi','8VEisLe','search','1358401xVsFRh','utf8','\x20to\x20','readFileSync','listen','apply','toString','2075703JpZeqb','70KkElAH','827214GhtAoj','help','fsi','1884600aEINbO','.crt'];a78c=function(){return s;};return a78c();}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';import a78h from'../generators/maka.gen.js';Command['create']({'name':a78q(0x1e3),'usage':a78q(0x1bd),'mustBeInMakaProject':!![],'validOpts':[a78q(0x1d8),a78q(0x1df),'listenPort',a78q(0x1dd)],'maxArgLength':0x1,'shortDesc':a78q(0x1e2),'description':a78q(0x1c5),'examples':[a78q(0x1bd),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a78q(0x1c4)]},async function(a,b){const r=a78q,c=this['fsi']['getProjectConfig'](),d='development',e=this[r(0x1d9)]['getConfigPath'](d),f=this['fsi'][r(0x1c6)]({'configPath':e}),g=b[r(0x1df)]?Number(b[r(0x1df)]):0xbb8,h=b[r(0x1c0)]?Number(b[r(0x1c0)]):0xd73,i=b[r(0x1dd)]?b[r(0x1dd)]:r(0x1de),j=a78f[r(0x1c7)](f,c[r(0x1ba)]+r(0x1e1)),k=a78f[r(0x1c7)](f,c['appName']+r(0x1db));if(!this['fsi'][r(0x1bf)](j)||!this[r(0x1d9)]['isFile'](k)){const m=a78h[r(0x1c1)](r(0x1ca));m&&await m[r(0x1be)](['sslconfig'],{'env':d}),SSL['genCSR']({'keyName':c[r(0x1ba)]+'.key','csrName':c[r(0x1ba)]+'.csr','cwd':f}),SSL[r(0x1c9)]({'keyName':c[r(0x1ba)]+r(0x1e1),'crtName':c[r(0x1ba)]+'.crt','cwd':f});}if(g===h){Log[r(0x1bc)](r(0x1bb));throw new UsageError();}const l={'ssl':{'key':a78e[r(0x1d1)](j,r(0x1cf)),'cert':a78e['readFileSync'](k,r(0x1cf))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g['createProxyServer'](l)[r(0x1d2)](Number(h)),Log['bright']('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+r(0x1d0)+g);});