@maka/maka-cli 4.5.47 → 4.5.48

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 (134) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/tool.js +1 -1
  117. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/https/https.class.js +1 -1
  125. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  126. package/bundle/obf/src/tools/log/log.class.js +1 -1
  127. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/options/options.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  130. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  132. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  134. 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-0x143;var f=c[d];return f;},a55d(a,b);}(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x158))/0x1+-parseInt(f(0x161))/0x2+parseInt(f(0x167))/0x3+parseInt(f(0x169))/0x4+-parseInt(f(0x166))/0x5+parseInt(f(0x15e))/0x6+-parseInt(f(0x162))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xe2b01));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x15c)]()[h(0x16a)](h(0x148))['toString']()[h(0x14f)](a55a)[h(0x16a)](h(0x148));});a55a();import{EventEmitter}from'events';function a55c(){var j=['_logger','roomB','uuid','constructor','isLocked','isLockable','name','roomType','items','apply','shape','weight','1653873SiFoUe','_maxCarryingWeight','_equipment','size','toString','_currentLocation','9313062UftJow','category','texture','2016546HWVgeg','17409210HAeTRY','unlockItemOrSolution','logger','puzzle','6397760CKHcYj','5197734HTQYiJ','exits','3058960abTOcd','search','rooms','_inventory','characterLocations','description','isStartRoom','(((.+)+)+)+$','inventory','color','rating'];a55c=function(){return j;};return a55c();}export class AbstractScene{[a55i(0x143)];['player'];[a55i(0x164)];[a55i(0x145)];}export class AbstractRoom extends EventEmitter{[a55i(0x152)];[a55i(0x146)];[a55i(0x168)];[a55i(0x149)];[a55i(0x165)];[a55i(0x153)];[a55i(0x147)];}export class AbstractDoor{['roomA'];[a55i(0x14d)];[a55i(0x150)];[a55i(0x163)];[a55i(0x152)];[a55i(0x164)];[a55i(0x151)];}export class AbstractInventory{[a55i(0x154)];['logger'];}export class AbstractItem{[a55i(0x14e)];[a55i(0x152)];[a55i(0x146)];[a55i(0x15b)];[a55i(0x15f)];[a55i(0x156)];[a55i(0x14a)];[a55i(0x160)];[a55i(0x14b)];[a55i(0x157)];}export class AbstractPlayer{['_playerName'];[a55i(0x15d)];[a55i(0x144)];[a55i(0x15a)];[a55i(0x159)];[a55i(0x14c)];}export class AbstractPuzzle{['logger'];['solved'];}
1
+ var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x1ff))/0x1*(-parseInt(f(0x203))/0x2)+parseInt(f(0x206))/0x3+parseInt(f(0x1fa))/0x4*(-parseInt(f(0x1f7))/0x5)+-parseInt(f(0x1f0))/0x6+parseInt(f(0x20e))/0x7+-parseInt(f(0x1fe))/0x8+parseInt(f(0x1ef))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x79d14));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0x210)]()[g(0x1f8)]('(((.+)+)+)+$')['toString']()['constructor'](a55a)[g(0x1f8)](g(0x1fd));});a55a();import{EventEmitter}from'events';export class AbstractScene{['rooms'];[a55h(0x209)];[a55h(0x208)];[a55h(0x1f2)];}export class AbstractRoom extends EventEmitter{[a55h(0x1ee)];[a55h(0x1f4)];['exits'];[a55h(0x1f6)];[a55h(0x211)];[a55h(0x20a)];[a55h(0x201)];}export class AbstractDoor{[a55h(0x200)];[a55h(0x1f9)];[a55h(0x1fb)];[a55h(0x1f5)];[a55h(0x1ee)];['logger'];[a55h(0x20f)];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1ec;var f=c[d];return f;},a55d(a,b);}export class AbstractInventory{['items'];[a55h(0x208)];}export class AbstractItem{[a55h(0x1ec)];['name'];[a55h(0x1f4)];['size'];['category'];[a55h(0x1ed)];[a55h(0x1f3)];[a55h(0x205)];[a55h(0x204)];[a55h(0x20b)];}export class AbstractPlayer{[a55h(0x20c)];[a55h(0x202)];[a55h(0x212)];[a55h(0x20d)];[a55h(0x1fc)];[a55h(0x207)];}export class AbstractPuzzle{[a55h(0x208)];[a55h(0x1f1)];}function a55c(){var i=['isLocked','_maxCarryingWeight','(((.+)+)+)+$','6089528NLFPCx','428hkkavi','roomA','isStartRoom','_currentLocation','2966XXRnHZ','rating','texture','2681865gSPeWt','_logger','logger','player','roomType','weight','_playerName','_equipment','2815869MrOYXA','isLockable','toString','puzzle','_inventory','uuid','shape','name','13007466ytmlRw','2603904lTLIdJ','solved','characterLocations','color','description','unlockItemOrSolution','inventory','65VxcCTw','search','roomB','126964QjFwsR'];a55c=function(){return i;};return a55c();}
@@ -1 +1 @@
1
- (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0xe2))/0x1+parseInt(k(0xc2))/0x2*(parseInt(k(0xb2))/0x3)+-parseInt(k(0x98))/0x4*(-parseInt(k(0xa0))/0x5)+parseInt(k(0xdc))/0x6*(-parseInt(k(0xaa))/0x7)+-parseInt(k(0xbd))/0x8*(parseInt(k(0xb8))/0x9)+parseInt(k(0xcb))/0xa+-parseInt(k(0x91))/0xb*(-parseInt(k(0xce))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x28840));export var Size;(function(a){var l=a56d;a[l(0x8e)]=l(0xc0),a[l(0x96)]='small',a['Medium']=l(0xbc),a['Large']=l(0xd8),a[l(0xd2)]=l(0xc6);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0xa2)]='common',a['Rare']=m(0x94),a[m(0xae)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0xe9)]=n(0x99),a[n(0xa1)]='shield',a[n(0x8c)]='key',a[n(0xd5)]='gloves',a[n(0x93)]=n(0xc9),a['Hat']=n(0xeb),a[n(0xc7)]=n(0x8d),a[n(0xc3)]='leg\x20armor',a[n(0xbe)]=n(0x9e),a[n(0xba)]=n(0xd6),a[n(0xe8)]=n(0xaf),a[n(0xc4)]=n(0x8f),a['Unknown']='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a[o(0x9b)]=o(0x9d),a['Square']='square',a['Triangle']=o(0xda),a[o(0xdd)]=o(0xe6),a[o(0xe1)]=o(0x9f),a[o(0x97)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0xa8)]=p(0x9a),a[p(0x9c)]='blue',a[p(0xe4)]=p(0xea),a[p(0xd4)]=p(0xcc),a['Orange']='orange',a[p(0xab)]='purple',a[p(0xa3)]=p(0xa9),a['Brown']=p(0xdb),a[p(0xc8)]='gold';}(Color||(Color={})));export var Texture;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x8a;var f=c[d];return f;},a56d(a,b);}(function(a){var q=a56d;a[q(0xc1)]=q(0x92),a[q(0xd0)]=q(0xd7),a[q(0xb4)]=q(0xa6),a[q(0xcd)]='fuzzy',a[q(0xa7)]=q(0xe3),a[q(0x8a)]='metallic';}(Texture||(Texture={})));export var RoomType;function a56c(){var v=['green','hat','Metallic','north','Key','boots','Tiny','cup','beach','3191199fYTyHR','smooth','Helmet','rare','sea','Small','Rifle','158664XRiPrP','weapon','red','Circle','Blue','circle','arm\x20armor','blade','20DgksjV','Shield','Common','Grey','OUTSIDE','search','bumpy','Grainy','Red','grey','11774yFYEJY','Purple','EAST','(((.+)+)+)+$','Legendary','book','TOWER','outside','168rRhlsu','MOUNTAIN','Bumpy','cave','south','SEA','495bwAESj','DESERT','BodyArmor','FOREST','medium','47160EdDANG','ArmArmor','tower','tiny','Smooth','6096pmklaf','LegArmor','Cup','desert','very\x20large','Boots','Gold','helmet','apply','1009890HcLwGC','yellow','Fuzzy','12eUratH','mountain','Rough','underground','VeryLarge','constructor','Yellow','Gloves','body\x20armor','rough','large','CAVE','triangle','brown','828hUqkBz','Rectangle','toString','INSIDE','UNDERGROUND','Blade','1843PPvyFK','grainy','Green','inside','rectangle','west','Book','Weapon'];a56c=function(){return v;};return a56c();}(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(0xca)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a56d;return e[s(0xde)]()[s(0xa5)](s(0xad))[s(0xde)]()[s(0xd3)](e)['search']('(((.+)+)+)+$');});e(),c[t(0xdf)]=t(0xe5),c[t(0xa4)]=t(0xb1),c[t(0xe0)]=t(0xd1),c[t(0xd9)]=t(0xb5),c[t(0xb0)]=t(0xbf),c[t(0xbb)]='forest',c[t(0xb9)]=t(0xc5),c[t(0xb3)]=t(0xcf),c['BEACH']=t(0x90),c[t(0xb7)]=t(0x95);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a['NORTH']=u(0x8b),a[u(0xac)]='east',a['SOUTH']=u(0xb6),a['WEST']=u(0xe7),a['UP']='up',a['DOWN']='down';}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0x1c5))/0x1*(parseInt(k(0x1b8))/0x2)+parseInt(k(0x1c0))/0x3+parseInt(k(0x1cd))/0x4*(-parseInt(k(0x1d3))/0x5)+-parseInt(k(0x1b3))/0x6+parseInt(k(0x1d9))/0x7*(parseInt(k(0x195))/0x8)+-parseInt(k(0x1ab))/0x9+parseInt(k(0x1d4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x502a6));export var Size;(function(a){var l=a56d;a[l(0x1d2)]=l(0x1d7),a[l(0x1d6)]=l(0x1c8),a['Medium']=l(0x1b4),a['Large']=l(0x1de),a[l(0x183)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0x1cb)]=m(0x19a),a[m(0x184)]=m(0x1c2),a[m(0x1b7)]=m(0x1a3);}(Rating||(Rating={})));export var Category;(function(c){var o=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a56d;return e[n(0x1bd)]()[n(0x19c)](n(0x19f))[n(0x1bd)]()['constructor'](e)['search'](n(0x19f));});e(),c['Weapon']=o(0x1a2),c[o(0x18c)]=o(0x196),c[o(0x187)]=o(0x17f),c[o(0x189)]=o(0x1a8),c['Helmet']=o(0x1d8),c['Hat']='hat',c[o(0x188)]=o(0x1ac),c['LegArmor']='leg\x20armor',c['ArmArmor']=o(0x1bb),c[o(0x1d5)]=o(0x17d),c[o(0x1d1)]=o(0x1c6),c[o(0x18d)]=o(0x198),c[o(0x1a1)]=o(0x1b1);}(Category||(Category={})));export var Shape;(function(a){var p=a56d;a[p(0x180)]='circle',a[p(0x1b9)]=p(0x1c4),a[p(0x1a0)]=p(0x1d0),a[p(0x1cc)]=p(0x19e),a[p(0x190)]=p(0x1a7),a['Rifle']='rifle';}(Shape||(Shape={})));export var Color;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x17d;var f=c[d];return f;},a56d(a,b);}(function(a){var q=a56d;a[q(0x1a4)]=q(0x185),a[q(0x1b5)]='blue',a[q(0x1da)]='green',a['Yellow']=q(0x1ae),a[q(0x1a5)]='orange',a[q(0x17e)]='purple',a['Grey']=q(0x192),a[q(0x1ba)]=q(0x1aa),a[q(0x1cf)]=q(0x1b0);}(Color||(Color={})));export var Texture;(function(a){var r=a56d;a[r(0x1c7)]=r(0x1c9),a['Rough']=r(0x191),a[r(0x181)]=r(0x194),a[r(0x199)]='fuzzy',a[r(0x1b2)]='grainy',a['Metallic']=r(0x1dd);}(Texture||(Texture={})));export var RoomType;function a56c(){var u=['grey','cave','bumpy','3632YJknmE','shield','UNDERGROUND','cup','Fuzzy','common','inside','search','tower','rectangle','(((.+)+)+)+$','Triangle','Unknown','weapon','legendary','Red','Orange','MOUNTAIN','blade','gloves','down','brown','3291750UPreUF','boots','NORTH','yellow','TOWER','gold','unknown','Grainy','669816ubARjJ','medium','Blue','EAST','Legendary','30IZcmVL','Square','Brown','arm\x20armor','underground','toString','BEACH','sea','464466MHPFZv','outside','rare','DESERT','square','43553oIfPWF','book','Smooth','small','smooth','west','Common','Rectangle','268NpiuBc','WEST','Gold','triangle','Book','Tiny','46205lIFkgQ','2404080udulvt','BodyArmor','Small','tiny','helmet','5803cnGAzy','Green','mountain','DOWN','metallic','large','body\x20armor','Purple','key','Circle','Bumpy','forest','VeryLarge','Rare','red','desert','Key','Boots','Gloves','east','CAVE','Shield','Cup','beach','SOUTH','Blade','rough'];a56c=function(){return u;};return a56c();}(function(a){var s=a56d;a['INSIDE']=s(0x19b),a['OUTSIDE']=s(0x1c1),a[s(0x197)]=s(0x1bc),a[s(0x18b)]=s(0x193),a[s(0x1af)]=s(0x19d),a['FOREST']=s(0x182),a[s(0x1c3)]=s(0x186),a[s(0x1a6)]=s(0x1db),a[s(0x1be)]=s(0x18e),a['SEA']=s(0x1bf);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a56d;a[t(0x1ad)]='north',a[t(0x1b6)]=t(0x18a),a[t(0x18f)]='south',a[t(0x1ce)]=t(0x1ca),a['UP']='up',a[t(0x1dc)]=t(0x1a9);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a57c(){var h=['4upqiFt','3400864wWeQeg','450996uKVsmu','36932iobHcd','30kyYgZZ','search','toString','(((.+)+)+)+$','1143002ekKFdv','constructor','2171915BtYlSA','955428zLjvQM','17502732UMPgpv'];a57c=function(){return h;};return a57c();}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0xa1))/0x1*(-parseInt(f(0xa0))/0x2)+-parseInt(f(0x9b))/0x3+parseInt(f(0x9d))/0x4*(-parseInt(f(0xa7))/0x5)+-parseInt(f(0x9f))/0x6+parseInt(f(0xa5))/0x7+-parseInt(f(0x9e))/0x8+parseInt(f(0x9c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x49779));function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x9b;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(0xa3)]()[g(0xa2)](g(0xa4))[g(0xa3)]()[g(0xa6)](a57a)[g(0xa2)]('(((.+)+)+)+$');});a57a();export{};
1
+ (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x11f))/0x1*(-parseInt(f(0x118))/0x2)+-parseInt(f(0x120))/0x3+parseInt(f(0x11e))/0x4*(-parseInt(f(0x121))/0x5)+-parseInt(f(0x117))/0x6+parseInt(f(0x11d))/0x7*(parseInt(f(0x114))/0x8)+parseInt(f(0x113))/0x9*(parseInt(f(0x11b))/0xa)+parseInt(f(0x122))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x37ffe));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x11a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a['toString']()[h(0x115)](h(0x11c))[h(0x119)]()[h(0x116)](a57a)[h(0x115)](h(0x11c));});function a57c(){var i=['1905545vdGyRH','9652214kTBQer','27AMhUGB','64256naKsec','search','constructor','1125858iNQZvE','2wADICb','toString','apply','124090eRPLLx','(((.+)+)+)+$','371mwcKfB','4lkJWgR','265339ToMGeY','830796ceujMX'];a57c=function(){return i;};return a57c();}a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x113;var f=c[d];return f;},a57d(a,b);}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xdc))/0x1*(parseInt(f(0xe0))/0x2)+-parseInt(f(0xdb))/0x3*(-parseInt(f(0xd7))/0x4)+parseInt(f(0xd8))/0x5+-parseInt(f(0xd6))/0x6*(parseInt(f(0xde))/0x7)+parseInt(f(0xdd))/0x8+-parseInt(f(0xe2))/0x9+-parseInt(f(0xdf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x59046));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0xd9)](h(0xe3))['toString']()[h(0xda)](a58a)[h(0xd9)](h(0xe3));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xd6;var f=c[d];return f;},a58d(a,b);}function a58c(){var i=['9642220DbisKr','616YsPTgL','apply','1562049ZVvRrC','(((.+)+)+)+$','138jxdDXE','2074164THkskl','1052820NwmLVJ','search','constructor','3ckquoM','853IOEVSD','5481656PIkEWo','53151BVsVzm'];a58c=function(){return i;};return a58c();}a58a();export{};
1
+ function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1c1;var f=c[d];return f;},a58d(a,b);}function a58c(){var i=['1JhZBsY','237461KemQan','4240010EQTnAt','apply','1316914WkRtJK','42qkkAPe','constructor','24427240BmgZwN','4455KOCxWY','toString','5952AffGPK','2803995AlvYDB','(((.+)+)+)+$','search','336212SpIroD'];a58c=function(){return i;};return a58c();}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x1c5))/0x1*(parseInt(f(0x1c9))/0x2)+-parseInt(f(0x1c1))/0x3+-parseInt(f(0x1c4))/0x4+-parseInt(f(0x1c7))/0x5+parseInt(f(0x1ca))/0x6*(parseInt(f(0x1c6))/0x7)+parseInt(f(0x1cf))/0x8*(parseInt(f(0x1cd))/0x9)+parseInt(f(0x1cc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x7fc18));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1c8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x1c3)](h(0x1c2))[h(0x1ce)]()[h(0x1cb)](a58a)['search']('(((.+)+)+)+$');});a58a();export{};
@@ -1 +1 @@
1
- const a59G=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1a2))/0x1*(parseInt(y(0x1ab))/0x2)+-parseInt(y(0x198))/0x3*(parseInt(y(0x1a7))/0x4)+-parseInt(y(0x1a6))/0x5*(-parseInt(y(0x18f))/0x6)+-parseInt(y(0x169))/0x7+parseInt(y(0x1b8))/0x8+parseInt(y(0x1b3))/0x9+parseInt(y(0x1a9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x5fb16));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';function a59c(){const H=['\x20(Unlocked)','1828232QsXstE','Thanks\x20for\x20playing!','removeAllListeners','getAllItems','screen','toString','Right\x20Hand:\x20','search','yellow','cyan','enter','exit','argv','getWelcomeMessage','1744715nfzUgc','\x20(Locked)','Head:\x20','inventory','currentLocation','focus','player','map','gloves','None','logBox','head','render','forEach','Currently\x20in:\x20','getValue','torso','Gloves:\x20','slice','75%','box','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','mousemove','unlock','legs','45%','Left\x20Hand:\x20','100%','Available\x20exits\x20will\x20be\x20shown\x20here...','unequip','join','OUTSIDE','\x20Equipment\x20','pushLine','parse','checkIfLocked','getInstance','feet','7092kpLDBa','white','rightHand','key','lock','equip','split','log','equipment','2232531aWLXBG','-----\x20Exits\x20------\x0a','exits','line','scroll','name','leftHand','\x20Game\x20Log\x20','\x20Inventory\x20','25%','2YGziny','Side\x20Quest\x20Adventure\x20Game','write','\x20Map\x20','1245jOKhcz','4qTYHsU','Your\x20items\x20will\x20be\x20listed\x20here...','8014040tzBOjm','C-c','361652GIqFHd','20%','<<<<<<<<---------\x20Terminating\x20game','logFilePath','Torso:\x20','append','(((.+)+)+)+$','size','3805029vWwAlo','setContent','Arms:\x20','clearValue'];a59c=function(){return H;};return a59c();}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 A=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a59d;return g['toString']()[z(0x1bf)](z(0x1b1))[z(0x1bd)]()['constructor'](g)[z(0x1bf)](z(0x1b1));});g();try{const h=a59e[A(0x1bc)]({'smartCSR':!![],'title':A(0x1a3)}),i=a59e[A(0x17d)]({'top':'0%','left':'75%','width':A(0x1a1),'height':A(0x182),'border':{'type':'line'},'label':A(0x1a0),'content':A(0x1a8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1c0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x1bb)]()[B(0x170)](v=>v[B(0x19d)]);i['setContent'](u[B(0x187)]('\x0a')),h[B(0x175)]();};h[A(0x1b0)](i);const k=a59e['box']({'top':A(0x182),'left':A(0x17c),'width':'25%','height':A(0x1a1),'border':{'type':A(0x19b)},'label':A(0x189),'content':A(0x17e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1b0)](k);const l=t=>{const C=A;k[C(0x1b4)](C(0x16b)+(t['head']?t[C(0x174)]['name']:'None')+'\x0a'+(C(0x1af)+(t[C(0x179)]?t[C(0x179)][C(0x19d)]:C(0x172))+'\x0a')+('Legs:\x20'+(t[C(0x181)]?t[C(0x181)]['name']:C(0x172))+'\x0a')+('Feet:\x20'+(t[C(0x18e)]?t[C(0x18e)][C(0x19d)]:C(0x172))+'\x0a')+(C(0x1b5)+(t['arms']?t['arms']['name']:C(0x172))+'\x0a')+(C(0x17a)+(t['gloves']?t[C(0x171)][C(0x19d)]:'None')+'\x0a')+(C(0x183)+(t[C(0x19e)]?t[C(0x19e)][C(0x19d)]:C(0x172))+'\x0a')+(C(0x1be)+(t['rightHand']?t[C(0x191)][C(0x19d)]:C(0x172))+'\x0a')),h[C(0x175)]();},m=a59e[A(0x17d)]({'top':'70%','left':A(0x17c),'width':'25%','height':A(0x1ac),'border':{'type':A(0x19b)},'label':A(0x1a5),'content':A(0x185),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1c0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1b0)](m);const n=t=>{const D=A;let u=D(0x177)+t[D(0x19d)]+'\x0a\x0a';u+=D(0x199),t[D(0x19a)][D(0x1b2)]>0x0?t[D(0x19a)][D(0x176)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x['roomType']===RoomType[E(0x188)]?u+=capitalCase(w)+':\x20'+x[E(0x19d)]:u+=capitalCase(w)+':\x20'+v[E(0x19d)];if(v[E(0x18c)]())u+=E(0x16a);else v['checkIfLockable']()&&(u+=E(0x1b7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[D(0x1b4)](u),h[D(0x175)]();},o=a59e[A(0x17d)]({'id':A(0x173),'top':'0%','left':'0%','width':A(0x17c),'height':'90%','border':{'type':'line'},'label':A(0x19f),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x1ba)](A(0x17f)),h['append'](o);const p=a59e['textbox']({'bottom':0x0,'left':0x0,'width':A(0x184),'height':'10%','tags':!![],'border':{'type':A(0x19b)},'style':{'fg':A(0x190),'border':{'fg':A(0x1c1)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[A(0x192)](['escape',A(0x1aa)],()=>process[A(0x1c3)](0x0)),p[A(0x16e)](),h[A(0x175)]();const q=Logger[A(0x18d)](e[A(0x1ae)],h),r=new Player({'playerName':c});q[A(0x1a4)]('----->>>>>>\x20Initializing\x20Game');const s=a59f['getInstance'](r,d);o[A(0x1b4)](s[A(0x168)]()),l(s[A(0x16f)][A(0x197)]),j(s['player'][A(0x16c)]),n(s[A(0x16f)][A(0x16d)]),p['key']([A(0x1c2)],async()=>{const F=A,t=p[F(0x178)](),u=s['handleInput'](t);(t['split']('\x20')[0x0]==='take'||F(0x194)||F(0x186))&&(j(s[F(0x16f)][F(0x16c)]),l(s[F(0x16f)]['equipment'])),(t[F(0x195)]('\x20')[0x0]==='go'||F(0x193)||F(0x180))&&n(s['player'][F(0x16d)]),t[F(0x195)]('\x20')[0x0]==='clear'&&o[F(0x1b4)](''),u===null&&(console[F(0x196)](F(0x1b9)),h['render'](),q[F(0x1a4)](F(0x1ad)),process['exit'](0x0)),o[F(0x18a)](u),o[F(0x19c)](0x1),p[F(0x1b6)](),p[F(0x16e)](),h[F(0x175)]();});}catch(t){console['log'](t),process['exit'](0x1);}}function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x167;let f=c[d];return f;},a59d(a,b);}const args=process[a59G(0x167)][a59G(0x17b)](0x2);main(args[0x0],JSON[a59G(0x18b)](args[0x1]),JSON[a59G(0x18b)](args[0x2]));
1
+ const a59G=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0xdd))/0x1*(parseInt(y(0xd9))/0x2)+-parseInt(y(0xee))/0x3+-parseInt(y(0xdc))/0x4+parseInt(y(0x113))/0x5+-parseInt(y(0x127))/0x6+parseInt(y(0xd5))/0x7*(-parseInt(y(0x11b))/0x8)+parseInt(y(0xe3))/0x9*(parseInt(y(0x111))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x19584));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';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0xcf;let f=c[d];return f;},a59d(a,b);}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a59d;return g[z(0xff)]()['search'](z(0x129))[z(0xff)]()[z(0xf5)](g)[z(0xfa)]('(((.+)+)+)+$');});g();try{const h=a59e['screen']({'smartCSR':!![],'title':A(0xe8)}),i=a59e[A(0x101)]({'top':'0%','left':A(0x115),'width':A(0xe5),'height':A(0x123),'border':{'type':A(0xea)},'label':A(0x10a),'content':A(0x121),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x102)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0xe9)]()[B(0xe4)](v=>v['name']);i['setContent'](u[B(0x104)]('\x0a')),h[B(0x125)]();};h[A(0xf7)](i);const k=a59e['box']({'top':'45%','left':A(0x115),'width':'25%','height':A(0xe5),'border':{'type':'line'},'label':A(0x114),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x102)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xf7)](k);const l=t=>{const C=A;k[C(0x10d)](C(0xd8)+(t[C(0xeb)]?t[C(0xeb)][C(0xf1)]:'None')+'\x0a'+('Torso:\x20'+(t['torso']?t[C(0xf6)][C(0xf1)]:C(0xdb))+'\x0a')+(C(0xde)+(t[C(0xf0)]?t[C(0xf0)][C(0xf1)]:C(0xdb))+'\x0a')+(C(0x12a)+(t[C(0x118)]?t['feet'][C(0xf1)]:C(0xdb))+'\x0a')+('Arms:\x20'+(t[C(0x122)]?t[C(0x122)][C(0xf1)]:C(0xdb))+'\x0a')+(C(0xe6)+(t[C(0xe0)]?t[C(0xe0)][C(0xf1)]:C(0xdb))+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t[C(0xef)]['name']:C(0xdb))+'\x0a')+(C(0xfe)+(t[C(0xf3)]?t[C(0xf3)][C(0xf1)]:C(0xdb))+'\x0a')),h[C(0x125)]();},m=a59e[A(0x101)]({'top':'70%','left':'75%','width':A(0xe5),'height':'20%','border':{'type':A(0xea)},'label':A(0xd1),'content':A(0x105),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x102)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0xf7)](m);const n=t=>{const D=A;let u=D(0x12b)+t[D(0xf1)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[D(0x10f)]['size']>0x0?t[D(0x10f)][D(0xfb)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x[E(0x10e)]===RoomType[E(0xf4)]?u+=capitalCase(w)+':\x20'+x[E(0xf1)]:u+=capitalCase(w)+':\x20'+v[E(0xf1)];if(v[E(0x100)]())u+=E(0xfd);else v[E(0xe7)]()&&(u+=E(0xf9));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0xd6),m[D(0x10d)](u),h[D(0x125)]();},o=a59e[A(0x101)]({'id':'logBox','top':'0%','left':'0%','width':A(0x115),'height':A(0xe1),'border':{'type':'line'},'label':A(0xd3),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x102)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x10c)](A(0xd2)),h[A(0xf7)](o);const p=a59e[A(0x11f)]({'bottom':0x0,'left':0x0,'width':A(0x117),'height':'10%','tags':!![],'border':{'type':A(0xea)},'style':{'fg':A(0x107),'border':{'fg':A(0x103)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0xf7)](p),h[A(0x10b)]([A(0x112),A(0xf8)],()=>process['exit'](0x0)),p[A(0x11e)](),h[A(0x125)]();const q=Logger[A(0xcf)](e[A(0x11a)],h),r=new Player({'playerName':c});q['write'](A(0x126));const s=a59f[A(0xcf)](r,d);o['setContent'](s['getWelcomeMessage']()),l(s['player']['equipment']),j(s[A(0x119)][A(0xd4)]),n(s['player'][A(0xd7)]),p[A(0x10b)]([A(0x108)],async()=>{const F=A,t=p[F(0x109)](),u=s[F(0x106)](t);(t[F(0xfc)]('\x20')[0x0]===F(0xf2)||F(0x11d)||F(0xec))&&(j(s[F(0x119)][F(0xd4)]),l(s[F(0x119)][F(0xe2)])),(t['split']('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s[F(0x119)]['currentLocation']),t[F(0xfc)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console[F(0x116)](F(0xed)),h[F(0x125)](),q['write'](F(0x128)),process[F(0x11c)](0x0)),o[F(0x110)](u),o[F(0x120)](0x1),p[F(0xd0)](),p[F(0x11e)](),h[F(0x125)]();});}catch(t){console[A(0x116)](t),process['exit'](0x1);}}const args=process[a59G(0x124)][a59G(0xda)](0x2);function a59c(){const H=['exit','equip','focus','textbox','scroll','Your\x20items\x20will\x20be\x20listed\x20here...','arms','45%','argv','render','----->>>>>>\x20Initializing\x20Game','173706GtXwiB','<<<<<<<<---------\x20Terminating\x20game','(((.+)+)+)+$','Feet:\x20','Currently\x20in:\x20','getInstance','clearValue','\x20Map\x20','mousemove','\x20Game\x20Log\x20','inventory','259ppszkw','\x0aThere\x20are\x20no\x20exits\x20here.','currentLocation','Head:\x20','4EPyJvs','slice','None','24924aptTzM','45659ticLFB','Legs:\x20','parse','gloves','90%','equipment','9vBWGZD','map','25%','Gloves:\x20','checkIfLockable','Side\x20Quest\x20Adventure\x20Game','getAllItems','line','head','unequip','Thanks\x20for\x20playing!','322377UvCKAq','leftHand','legs','name','take','rightHand','OUTSIDE','constructor','torso','append','C-c','\x20(Unlocked)','search','forEach','split','\x20(Locked)','Right\x20Hand:\x20','toString','checkIfLocked','box','yellow','cyan','join','Available\x20exits\x20will\x20be\x20shown\x20here...','handleInput','white','enter','getValue','\x20Inventory\x20','key','removeAllListeners','setContent','roomType','exits','pushLine','4240450ucVBdL','escape','545245HNZlKu','\x20Equipment\x20','75%','log','100%','feet','player','logFilePath','42232LxJuZE'];a59c=function(){return H;};return a59c();}main(args[0x0],JSON['parse'](args[0x1]),JSON[a59G(0xdf)](args[0x2]));
@@ -1 +1 @@
1
- const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x1e6))/0x1+-parseInt(h(0x1f6))/0x2*(-parseInt(h(0x1ef))/0x3)+-parseInt(h(0x1ec))/0x4+parseInt(h(0x202))/0x5+-parseInt(h(0x1e4))/0x6+parseInt(h(0x1fc))/0x7+-parseInt(h(0x1e9))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x6b39a));function a60c(){const s=['search','The\x20logbox\x20','toISOString','homedir','2nfNoll','log','scrollTo','apply','screen','.maka','2691640pndReX','[ERROR]\x20[','join','options','constructor','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','3206885vnFciG','logBox','error','instance','hasScreen','existsSync','write','content','2051736WLuFBU','filePath','712023NXmPQW','[INFO]\x20[','ensureLogFileExists','1600176zjgyej','side-quest.log','children','3074172hTcjfv','getInstance','dirname','35385dvlrIs','appendFileSync','(((.+)+)+)+$'];a60c=function(){return s;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x1f9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a['toString']()[j(0x1f2)]('(((.+)+)+)+$')['toString']()[j(0x200)](a60a)[j(0x1f2)](j(0x1f1));});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0x1f5)]();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1e1;let f=c[d];return f;},a60d(a,b);}export class Logger{static [a60k(0x205)];[a60k(0x1e5)];['screen'];constructor(a,b){const l=a60k;this[l(0x1e5)]=a,this[l(0x1fa)]=b,this[l(0x1e8)]();}static[a60k(0x1ed)](a=a60g[a60k(0x1fe)](homeDir,a60k(0x1fb),a60k(0x1ea)),b){const m=a60k;if(!Logger[m(0x205)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x205)]=new Logger(a,b);}return Logger[m(0x205)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x1ee)](this[n(0x1e5)]);!a60e[n(0x1e1)](a)&&a60e['mkdirSync'](a,{'recursive':!![]}),!a60e['existsSync'](this[n(0x1e5)])&&a60e['writeFileSync'](this[n(0x1e5)],'');}['write'](a){const o=a60k,b=new Date()[o(0x1f4)](),c=o(0x1e7)+b+']\x20'+a+'\x0a';a60e[o(0x1f0)](this[o(0x1e5)],c);}[a60k(0x204)](a){const p=a60k,b=new Date()[p(0x1f4)](),c=p(0x1fd)+b+']\x20'+a+'\x0a';a60e[p(0x1f0)](this[p(0x1e5)],c);}[a60k(0x1f7)](a){const q=a60k,b=this[q(0x1fa)]?.[q(0x1eb)]['find'](c=>c['type']==='box'&&c[q(0x1ff)]['id']===q(0x203));b?(b['setContent'](b[q(0x1e3)]+'\x0a'+a),b[q(0x1f8)](b['getScrollHeight']()),this[q(0x1fa)]?.['render']()):this[q(0x204)](q(0x1f3)+b+q(0x201)+this[q(0x1fa)]),this[q(0x1e2)](a);}[a60k(0x206)](){const r=a60k;return!!this[r(0x1fa)];}}
1
+ function a60c(){const r=['find','mkdirSync','content','toISOString','getScrollHeight','search','constructor','side-quest.log','existsSync','241084EaLwfC','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','render','type','join','ensureLogFileExists','562rUNGOW','screen','(((.+)+)+)+$','[ERROR]\x20[','2969304ESFOii','hasScreen','4733113EONPCg','36WAcUVk','instance','setContent','write','filePath','logBox','309785OYwfgw','10930000Fbwgzh','.maka','writeFileSync','error','dirname','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','21cWIbpt','1314WYrMLl','The\x20logbox\x20','[INFO]\x20[','children','log','appendFileSync','getInstance','scrollTo','1028133bMsHel'];a60c=function(){return r;};return a60c();}const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=-parseInt(h(0x12a))/0x1*(-parseInt(h(0x142))/0x2)+parseInt(h(0x129))/0x3*(-parseInt(h(0x13c))/0x4)+parseInt(h(0x14f))/0x5*(-parseInt(h(0x149))/0x6)+-parseInt(h(0x148))/0x7+parseInt(h(0x146))/0x8+parseInt(h(0x132))/0x9+parseInt(h(0x150))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x74a8c));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const i=a60d;return a60a['toString']()[i(0x138)](i(0x144))['toString']()[i(0x139)](a60a)[i(0x138)](i(0x144));});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f['homedir']();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x126;let f=c[d];return f;},a60d(a,b);}export class Logger{static ['instance'];['filePath'];['screen'];constructor(a,b){const j=a60d;this['filePath']=a,this['screen']=b,this[j(0x141)]();}static[a60k(0x130)](a=a60g[a60k(0x140)](homeDir,a60k(0x151),a60k(0x13a)),b){const l=a60k;if(!Logger[l(0x14a)]){if(!b)throw new Error(l(0x13d));Logger[l(0x14a)]=new Logger(a,b);}return Logger['instance'];}[a60k(0x141)](){const m=a60k,a=a60g[m(0x127)](this['filePath']);!a60e['existsSync'](a)&&a60e[m(0x134)](a,{'recursive':!![]}),!a60e[m(0x13b)](this[m(0x14d)])&&a60e[m(0x152)](this[m(0x14d)],'');}[a60k(0x14c)](a){const n=a60k,b=new Date()[n(0x136)](),c=n(0x12c)+b+']\x20'+a+'\x0a';a60e[n(0x12f)](this[n(0x14d)],c);}[a60k(0x126)](a){const o=a60k,b=new Date()[o(0x136)](),c=o(0x145)+b+']\x20'+a+'\x0a';a60e[o(0x12f)](this[o(0x14d)],c);}[a60k(0x12e)](a){const p=a60k,b=this[p(0x143)]?.[p(0x12d)][p(0x133)](c=>c[p(0x13f)]==='box'&&c['options']['id']===p(0x14e));b?(b[p(0x14b)](b[p(0x135)]+'\x0a'+a),b[p(0x131)](b[p(0x137)]()),this[p(0x143)]?.[p(0x13e)]()):this['error'](p(0x12b)+b+p(0x128)+this['screen']),this[p(0x14c)](a);}[a60k(0x147)](){const q=a60k;return!!this[q(0x143)];}}
@@ -1 +1 @@
1
- const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x11b))/0x1+parseInt(k(0x119))/0x2*(-parseInt(k(0x122))/0x3)+parseInt(k(0x112))/0x4*(-parseInt(k(0x10f))/0x5)+parseInt(k(0x11c))/0x6+-parseInt(k(0x121))/0x7*(parseInt(k(0x120))/0x8)+parseInt(k(0x11e))/0x9+parseInt(k(0x107))/0xa*(parseInt(k(0x115))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x35a0b));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x10e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x123)]()[m(0x10b)](m(0x126))[m(0x123)]()[m(0x108)](a61a)[m(0x10b)](m(0x126));});a61a();function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x106;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';function a61c(){const q=['3869604qUPhhv','./sideQuest/ui.js','1456kqegTw','6517RUtQnO','394593UThDVa','toString','options','player','(((.+)+)+)+$','shadowrun','80390aiWZUo','constructor','stringify','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...','search','resolve','maka\x20play:side-quest','apply','24405CscjHm','sideQuestAnswer','list','176gDIGzB','What\x20is\x20your\x20name?','create','22iToVLF','node','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','Thanks\x20for\x20playing!','2AgAocs','log','55524euzFAT','2069316WXvTZQ','Play\x20a\x20little\x20side-quest'];a61c=function(){return q;};return a61c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a61n(0x114)]({'name':'side-quest','usage':a61n(0x10d),'shortDesc':a61n(0x11d),'aliases':['sq'],'description':a61n(0x10a),'validOpts':[a61n(0x125)]},async function(a,b){const o=a61n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a61e['join'](c,'side-quest.log'),e=b[o(0x125)]?b[o(0x125)]:await Actions['ask'](o(0x113))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x111),'name':o(0x110),'message':o(0x117),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x106),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x124)](g);if(e&&h){const i=spawn(o(0x116),[a61e[o(0x10c)](__dirname,o(0x11f)),e,JSON[o(0x109)](h),JSON[o(0x109)](f)],{'stdio':'inherit'});i['on']('exit',()=>{const p=o;console['log'](p(0x118));});}}catch(j){console[o(0x11a)](j);}},a61f);
1
+ const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x9f))/0x1+-parseInt(k(0xa4))/0x2*(parseInt(k(0x93))/0x3)+parseInt(k(0x9d))/0x4*(parseInt(k(0x81))/0x5)+parseInt(k(0x91))/0x6*(-parseInt(k(0xa2))/0x7)+parseInt(k(0x98))/0x8*(parseInt(k(0x88))/0x9)+parseInt(k(0xa1))/0xa+parseInt(k(0x95))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x6c9d1));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x86)]()['search']('(((.+)+)+)+$')[m(0x86)]()['constructor'](a61a)[m(0x83)](m(0xa3));});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x80;let f=c[d];return f;},a61d(a,b);}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0x90)]),__dirname=dirname(__filename);function a61c(){const q=['ask','5914640NTTIGo','119ghrHVz','(((.+)+)+)+$','40930yeLINp','apply','side-quest.log','17635BFalsd','player','search','Commoner','side-quest','toString','create','27jANViU','What\x20is\x20your\x20name?','exit','list','resolve','shadowrun','stringify','dungeon','url','298026lILwrU','fsi','21OEzJzR','sideQuestAnswer','7981512fEGxEB','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...','inherit','105856RSDciS','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','Play\x20a\x20little\x20side-quest','log','maka\x20play:side-quest','668SWJOuR','./sideQuest/ui.js','513218pOOHsr'];a61c=function(){return q;};return a61c();}Command[a61n(0x87)]({'name':a61n(0x85),'usage':a61n(0x9c),'shortDesc':a61n(0x9a),'aliases':['sq'],'description':a61n(0x96),'validOpts':['player']},async function(a,b){const o=a61n;try{const c=this[o(0x92)]['getGlobalMakaDir'](),d=a61e['join'](c,o(0x80)),e=b[o(0x82)]?b[o(0x82)]:await Actions[o(0xa0)](o(0x89))||o(0x84),f={...b,'logFilePath':d},g={'type':o(0x8b),'name':o(0x94),'message':o(0x99),'choices':[{'name':o(0x8f),'value':dungeonConfig},{'name':o(0x8d),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn('node',[a61e[o(0x8c)](__dirname,o(0x9e)),e,JSON[o(0x8e)](h),JSON[o(0x8e)](f)],{'stdio':o(0x97)});i['on'](o(0x8a),()=>{const p=o;console[p(0x9b)]('Thanks\x20for\x20playing!');});}}catch(j){console['log'](j);}},a61f);
@@ -1 +1 @@
1
- function a62c(){var k=['70fOFVjp','1565734eoEbhL','search','13941257UoYvJv','173308UsXSPZ','266044KyUwuc','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','inherit','16TUNUlL','188667NGLIdz','constructor','apply','toString','12871180mYETNb','(((.+)+)+)+$','6245994YnkMNk','maka\x20game:snake','7OIclfH','snake','3IDTsYW'];a62c=function(){return k;};return a62c();}var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0x12a))/0x1+-parseInt(f(0x127))/0x2*(-parseInt(f(0x125))/0x3)+-parseInt(f(0x12b))/0x4*(-parseInt(f(0x126))/0x5)+-parseInt(f(0x121))/0x6*(parseInt(f(0x123))/0x7)+parseInt(f(0x12e))/0x8*(-parseInt(f(0x12f))/0x9)+-parseInt(f(0x133))/0xa+parseInt(f(0x129))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xbf921));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x132)]()[h(0x128)](h(0x120))['toString']()[h(0x130)](a62a)[h(0x128)]('(((.+)+)+)+$');});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x120;var f=c[d];return f;},a62d(a,b);}import{execSync}from'child_process';Command['create']({'name':a62i(0x124),'usage':a62i(0x122),'shortDesc':a62i(0x12c),'validOpts':[]},async function(){var j=a62i;execSync('npx\x20command-line-snake',{'stdio':j(0x12d)});},a62e);
1
+ var a62h=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x6a))/0x1*(parseInt(f(0x6c))/0x2)+parseInt(f(0x65))/0x3+-parseInt(f(0x6d))/0x4+parseInt(f(0x76))/0x5+-parseInt(f(0x6b))/0x6+parseInt(f(0x68))/0x7+parseInt(f(0x66))/0x8*(-parseInt(f(0x6e))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xce73e));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var g=a62d;return a62a[g(0x69)]()[g(0x71)]('(((.+)+)+)+$')[g(0x69)]()['constructor'](a62a)[g(0x71)](g(0x6f));});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';function a62c(){var j=['6199285nmpMFO','2739483uKOVCd','717448BrVPJK','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','11580016vcRAvO','toString','1RCpAWC','2565864BKRFjZ','2795474yvZzLT','3469008jFvYig','27ZmQSye','(((.+)+)+)+$','maka\x20game:snake','search','inherit','snake','npx\x20command-line-snake','create'];a62c=function(){return j;};return a62c();}function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x65;var f=c[d];return f;},a62d(a,b);}import{execSync}from'child_process';Command[a62h(0x75)]({'name':a62h(0x73),'usage':a62h(0x70),'shortDesc':a62h(0x67),'validOpts':[]},async function(){var i=a62h;execSync(i(0x74),{'stdio':i(0x72)});},a62e);
@@ -1 +1 @@
1
- var a63h=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xc1))/0x1+-parseInt(f(0xc9))/0x2*(-parseInt(f(0xc8))/0x3)+parseInt(f(0xb9))/0x4+parseInt(f(0xb8))/0x5*(parseInt(f(0xbe))/0x6)+parseInt(f(0xc5))/0x7*(-parseInt(f(0xba))/0x8)+-parseInt(f(0xbc))/0x9*(parseInt(f(0xbd))/0xa)+parseInt(f(0xc3))/0xb*(-parseInt(f(0xc6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xe1aaa));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0xc7)]()[g(0xbb)](g(0xc2))['toString']()['constructor'](a63a)[g(0xbb)](g(0xc2));});a63a();function a63c(){var j=['41656DSPdXk','25iRayuM','1581004NmYokp','8NwIZHw','search','10935CIsAww','6830ECgRLN','867234HNDHfr','create','npx\x20simple-tetris','1223643CvmNYV','(((.+)+)+)+$','9097QZWWqT','maka\x20game:tetris','883491nXMRWY','28452ghxwaX','toString','216hCgBVr'];a63c=function(){return j;};return a63c();}import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xb8;var f=c[d];return f;},a63d(a,b);}Command[a63h(0xbf)]({'name':'tetris','usage':a63h(0xc4),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var i=a63h;execSync(i(0xc0),{'stdio':'inherit'});},a63e);
1
+ var a63i=a63d;function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x115;var f=c[d];return f;},a63d(a,b);}function a63c(){var k=['6590aFrkls','1563944sDsOfE','24mrFrle','inherit','144423RDEYAc','toString','1146663WYDnOs','search','2725020cRxfwa','constructor','tetris','maka\x20game:tetris','(((.+)+)+)+$','459280iWSNHT','apply','1085382gbTZmN','create','npx\x20simple-tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris'];a63c=function(){return k;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x122))/0x1+parseInt(f(0x123))/0x2+parseInt(f(0x126))/0x3+-parseInt(f(0x11c))/0x4+parseInt(f(0x117))/0x5+-parseInt(f(0x11e))/0x6+parseInt(f(0x115))/0x7*(-parseInt(f(0x124))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x91283));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x11d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x127)]()[h(0x116)](h(0x11b))[h(0x127)]()[h(0x118)](a63a)[h(0x116)](h(0x11b));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0x11f)]({'name':a63i(0x119),'usage':a63i(0x11a),'shortDesc':a63i(0x121),'validOpts':[]},async function(){var j=a63i;execSync(j(0x120),{'stdio':j(0x125)});},a63e);
@@ -1 +1 @@
1
- function a64c(){const k=['maka\x20g:package\x20package:name','2jPWkah','174648QVVBpu','constructor','search','Generators:','maka\x20g:route\x20todos/edit','maka\x20g:scaffold\x20todos','1005DYrBoC','apply','5016LTMVgf','14fRwYpg','maka\x20g:dbc\x20geoserver\x20--type=pgsql','5621QTNgZH','dir','140904jANbyj','maka\x20generate:scaffold\x20todos','1463673TsJasy','generate','maka\x20g:template\x20todos/todo_item','slice','maka\x20g:api\x20trucks','findGenerator','6135543rBuTQE','help','Scaffold\x20various\x20parts\x20of\x20your\x20application','Could\x20not\x20find\x20generator','10UCzPqO','6732emVMuA','toString','error','listGenerators','invoke','create','36542dydGJq','maka\x20{generate,\x20g}:<generator>\x20<name>'];a64c=function(){return k;};return a64c();}const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0xcb))/0x1+parseInt(f(0xce))/0x2*(-parseInt(f(0xba))/0x3)+-parseInt(f(0xc5))/0x4*(-parseInt(f(0xd5))/0x5)+parseInt(f(0xcf))/0x6*(parseInt(f(0xb4))/0x7)+parseInt(f(0xb8))/0x8+parseInt(f(0xc0))/0x9*(parseInt(f(0xc4))/0xa)+parseInt(f(0xb6))/0xb*(-parseInt(f(0xb3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x575b0));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0xc6)]()[h(0xd1)]('(((.+)+)+)+$')[h(0xc6)]()[h(0xd0)](a64a)[h(0xd1)]('(((.+)+)+)+$');});function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xb3;let f=c[d];return f;},a64d(a,b);}a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64i(0xca)]({'name':a64i(0xbb),'aliases':['g'],'usage':a64i(0xcc),'validOpts':[a64i(0xb7),'where',a64i(0xc1)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0xc2),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a64i(0xb9),a64i(0xd4),a64i(0xbc),a64i(0xcd),a64i(0xd3),a64i(0xbe),a64i(0xb5)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0xbf)](c);if(!d){b[j(0xc1)]?(Log['notice'](j(0xd2)),a64e[j(0xc8)]()):Log[j(0xc7)](j(0xc3));throw new UsageError();}await d[j(0xc9)](a[j(0xbd)](0x1),b);});
1
+ const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x18f))/0x1*(-parseInt(f(0x186))/0x2)+parseInt(f(0x19b))/0x3+parseInt(f(0x187))/0x4+-parseInt(f(0x181))/0x5+parseInt(f(0x199))/0x6*(-parseInt(f(0x191))/0x7)+-parseInt(f(0x19c))/0x8+parseInt(f(0x190))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x5494c));function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x17f;let f=c[d];return f;},a64d(a,b);}const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x18c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x192)]()[h(0x194)](h(0x19a))['toString']()['constructor'](a64a)[h(0x194)](h(0x19a));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a64c(){const k=['Scaffold\x20various\x20parts\x20of\x20your\x20application','Could\x20not\x20find\x20generator','apply','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','34763dOveeX','11531349zwEfId','7NDTcxr','toString','slice','search','error','generate','maka\x20g:api\x20trucks','findGenerator','3372714ppYCBn','(((.+)+)+)+$','933012rKNQhi','5071968XBZOZN','invoke','where','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','Generators:','2555050ABQTLQ','maka\x20generate:scaffold\x20todos','dir','maka\x20{generate,\x20g}:<generator>\x20<name>','create','2IUDtDd','1706164uIpVLl','maka\x20g:route\x20todos/edit','help'];a64c=function(){return k;};return a64c();}import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64i(0x185)]({'name':a64i(0x196),'aliases':['g'],'usage':a64i(0x184),'validOpts':[a64i(0x183),a64i(0x19e),a64i(0x189)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x18a),'description':a64i(0x17f),'examples':[a64i(0x182),a64i(0x18d),a64i(0x18e),'maka\x20g:package\x20package:name',a64i(0x188),a64i(0x197),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x198)](c);if(!d){b[j(0x189)]?(Log['notice'](j(0x180)),a64e['listGenerators']()):Log[j(0x195)](j(0x18b));throw new UsageError();}await d[j(0x19d)](a[j(0x193)](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x189))/0x1+parseInt(f(0x17c))/0x2+parseInt(f(0x17d))/0x3+-parseInt(f(0x186))/0x4*(parseInt(f(0x181))/0x5)+parseInt(f(0x182))/0x6*(parseInt(f(0x187))/0x7)+-parseInt(f(0x183))/0x8*(parseInt(f(0x18a))/0x9)+parseInt(f(0x180))/0xa*(-parseInt(f(0x17e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x2a97f));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x17f)]()[h(0x18b)](h(0x185))[h(0x17f)]()[h(0x188)](a65a)[h(0x18b)](h(0x185));});a65a();import'./get.command.js';function a65c(){var i=['search','496632NhgNan','677550VmytHX','849937tVguCs','toString','20yWAmSQ','10raTtNz','6kbqHMz','257448chnSjN','apply','(((.+)+)+)+$','10556VYSIFT','1255646YBrqHs','constructor','2541Hztlan','90DBVpMI'];a65c=function(){return i;};return a65c();}import'./global.sub.cmd.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x17c;var f=c[d];return f;},a65d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x12e))/0x1+parseInt(f(0x130))/0x2*(parseInt(f(0x138))/0x3)+parseInt(f(0x12c))/0x4*(-parseInt(f(0x137))/0x5)+-parseInt(f(0x131))/0x6*(-parseInt(f(0x134))/0x7)+parseInt(f(0x12f))/0x8*(parseInt(f(0x12d))/0x9)+-parseInt(f(0x135))/0xa+-parseInt(f(0x132))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x90c49));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x133)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a['toString']()[h(0x136)]('(((.+)+)+)+$')['toString']()['constructor'](a65a)[h(0x136)]('(((.+)+)+)+$');});a65a();function a65c(){var i=['1086310BgZxlO','9284952IEaVkt','4206CuxKEe','1158tGvGfp','23864203rPCkmw','apply','19754LsOZQT','1647670iFBMOY','search','1385375rnKZOr','984GloGzK','8ozifHi','9BAHSAs'];a65c=function(){return i;};return a65c();}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x12c;var f=c[d];return f;},a65d(a,b);}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0xee))/0x1+-parseInt(f(0xf6))/0x2+-parseInt(f(0xf0))/0x3+-parseInt(f(0xed))/0x4+-parseInt(f(0xe9))/0x5+-parseInt(f(0xf3))/0x6+parseInt(f(0xec))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xcdbba));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0xf1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0xf4)]()[h(0xea)](h(0xeb))['toString']()['constructor'](a66a)[h(0xea)](h(0xeb));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a66c(){const k=['toString','Get\x20various\x20Maka\x20variables\x20and\x20configurations','3145756WxtjMU','findSubCommand','Sub-Command\x20not\x20found','2179150LFmKlk','search','(((.+)+)+)+$','58757426hBlcoV','6660812aKNwlz','1398150jqhsyk','create','2811645odtXwg','apply','get','9251760zkhYHC'];a66c=function(){return k;};return a66c();}const GetCommand=Command[a66i(0xef)]({'name':a66i(0xf2),'usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0xf5),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0xf7)](c);if(d)this['runSubCommand'](c,a,b);else{Log['error'](j(0xf8));throw new UsageErrorWithSubs();}});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xe9;let f=c[d];return f;},a66d(a,b);}export default GetCommand;
1
+ const a66i=a66d;function a66c(){const k=['6XcAibP','apply','Sub-Command\x20not\x20found','5376CdqAXY','29612ADzSaO','findSubCommand','1887605WJoULy','error','maka\x20get:<sub-command>','961176PqVssC','(((.+)+)+)+$','5548930aonQgH','1060160hlfKDo','177597iwJBkD','2632147UpLaVu','toString','runSubCommand','6dWFaYc','9OCteod','get','create','search','9acvRng'];a66c=function(){return k;};return a66c();}(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x89))/0x1*(parseInt(f(0x8d))/0x2)+parseInt(f(0x92))/0x3*(parseInt(f(0x85))/0x4)+-parseInt(f(0x82))/0x5*(parseInt(f(0x93))/0x6)+parseInt(f(0x8a))/0x7+-parseInt(f(0x88))/0x8+-parseInt(f(0x8e))/0x9*(-parseInt(f(0x87))/0xa)+parseInt(f(0x80))/0xb*(-parseInt(f(0x7f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x72632));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x94)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x8b)]()['search'](h(0x86))[h(0x8b)]()['constructor'](a66a)[h(0x91)]('(((.+)+)+)+$');});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x7e;let f=c[d];return f;},a66d(a,b);}import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0x90)]({'name':a66i(0x8f),'usage':a66i(0x84),'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(0x81)](c);if(d)this[j(0x8c)](c,a,b);else{Log[j(0x83)](j(0x7e));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a67h=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0xef))/0x1+-parseInt(f(0xf6))/0x2*(-parseInt(f(0xeb))/0x3)+-parseInt(f(0xe6))/0x4*(-parseInt(f(0xf4))/0x5)+parseInt(f(0xf7))/0x6+parseInt(f(0xf5))/0x7*(-parseInt(f(0xee))/0x8)+-parseInt(f(0xea))/0x9+parseInt(f(0xf0))/0xa*(parseInt(f(0xf1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x8bcde));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const g=a67d;return a67a['toString']()[g(0xed)](g(0xe4))[g(0xf8)]()[g(0xf2)](a67a)[g(0xed)](g(0xe4));});a67a();function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xe4;let f=c[d];return f;},a67d(a,b);}import a67e from'./get.command.js';import{Command}from'../../command.js';function a67c(){const j=['fsi','search','8Xrdfdx','1021128japXjQ','15248210kLSQkh','11mYyVNm','constructor','maka\x20get:global-config','10415pEqYFb','3081967eCjIOk','1634IXJmxg','3167958cDKvsW','toString','log','(((.+)+)+)+$','error','484ayVYTo','getGlobalConfig','global-config','exit','6510852jqWQyB','1662FTRdiU'];a67c=function(){return j;};return a67c();}Command['create']({'name':a67h(0xe8),'usage':a67h(0xf3),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a67h;try{const a=await this[i(0xec)][i(0xe7)]();console[i(0xf9)](a),process[i(0xe9)](0x0);}catch(b){console[i(0xe5)](b),process[i(0xe9)](0x0);}},a67e);
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x130))/0x1+parseInt(f(0x133))/0x2*(-parseInt(f(0x13b))/0x3)+parseInt(f(0x142))/0x4*(-parseInt(f(0x138))/0x5)+-parseInt(f(0x132))/0x6+parseInt(f(0x140))/0x7*(parseInt(f(0x131))/0x8)+parseInt(f(0x12f))/0x9*(-parseInt(f(0x135))/0xa)+parseInt(f(0x13a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xf15a5));function a67c(){const k=['2852316rrGDKh','86478wYxKRw','maka\x20get:global-config','5737180xwdRWg','error','toString','6871385NeELTs','create','22878218AHtHxN','57GLcSge','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','exit','(((.+)+)+)+$','getGlobalConfig','14sHCQXZ','fsi','4DjwEhQ','search','apply','9KousIE','1475399yVtLxL','2713064FtQOFS'];a67c=function(){return k;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x12d;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(0x12e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x137)]()[h(0x12d)]('(((.+)+)+)+$')['toString']()['constructor'](a67a)[h(0x12d)](h(0x13e));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x139)]({'name':'global-config','usage':a67i(0x134),'aliases':['gc'],'shortDesc':a67i(0x13c),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x141)][j(0x13f)]();console['log'](a),process[j(0x13d)](0x0);}catch(b){console[j(0x136)](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(0x15b))/0x1+parseInt(f(0x159))/0x2*(parseInt(f(0x16b))/0x3)+-parseInt(f(0x15f))/0x4*(parseInt(f(0x165))/0x5)+-parseInt(f(0x163))/0x6*(parseInt(f(0x167))/0x7)+-parseInt(f(0x158))/0x8*(parseInt(f(0x162))/0x9)+-parseInt(f(0x166))/0xa*(parseInt(f(0x15e))/0xb)+parseInt(f(0x164))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xa3847));function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x158;let f=c[d];return f;},a68d(a,b);}const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a['toString']()['search'](h(0x161))['toString']()[h(0x168)](a68a)[h(0x16c)](h(0x161));});function a68c(){const k=['325380RHsYaQ','6143720jilywd','7ZwBZpr','constructor','fsi','apply','102lrovMJ','search','118920rohvYg','16628LMNhxO','log','392632KSwchb','getProjectConfig','create','11lbQbEa','52CthhCR','local-config','(((.+)+)+)+$','369CudIjp','6107286ueCoZl','46409148POxJUZ'];a68c=function(){return k;};return a68c();}a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';Command[a68i(0x15d)]({'name':a68i(0x160),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x169)][j(0x15c)]();console[j(0x15a)](a);},a68e);
1
+ const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0x1c1))/0x1+-parseInt(f(0x1ce))/0x2+-parseInt(f(0x1d1))/0x3+parseInt(f(0x1c9))/0x4*(-parseInt(f(0x1cf))/0x5)+-parseInt(f(0x1c7))/0x6*(-parseInt(f(0x1cb))/0x7)+-parseInt(f(0x1d3))/0x8+-parseInt(f(0x1cc))/0x9*(-parseInt(f(0x1c2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x75e24));function a68c(){const k=['1457062dlyAEw','8635MbzZDL','toString','2070759naCxoZ','apply','6793416yiPoQF','458943uVHAsQ','71840PVlnmH','maka\x20get:local-config','constructor','(((.+)+)+)+$','log','774426GicDBi','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','212zAHuwo','local-config','49YSTApx','1854EfiBhn','create'];a68c=function(){return k;};return a68c();}const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x1d2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x1d0)]()['search'](h(0x1c5))['toString']()[h(0x1c4)](a68a)['search'](h(0x1c5));});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';Command[a68i(0x1cd)]({'name':a68i(0x1ca),'usage':a68i(0x1c3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x1c8),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this['fsi']['getProjectConfig']();console[j(0x1c6)](a);},a68e);
@@ -1 +1 @@
1
- function a69c(){const l=['2295170HiBrdP','roles','4788780WrMifN','1490FMwxoA','(((.+)+)+)+$','join','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','7026JOMpFk','error','2091645VWkNUy','776831rOrkit','token','create','toString','fsi','userId','hash','650jwoGAQ','1dRFHsB','authToken','348rMyaog','maka\x20get:whoami','apply','User\x20Access\x20Token:\x20\x20','14QAfTmJ','user','constructor','search','187533KIvTIl','notice','whoami','588176uARKzs','getGlobalConfig','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information'];a69c=function(){return l;};return a69c();}const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x115;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0x128))/0x1*(parseInt(g(0x116))/0x2)+parseInt(g(0x11f))/0x3+-parseInt(g(0x118))/0x4+parseInt(g(0x119))/0x5*(-parseInt(g(0x11d))/0x6)+parseInt(g(0x12e))/0x7*(-parseInt(g(0x135))/0x8)+-parseInt(g(0x132))/0x9*(parseInt(g(0x127))/0xa)+parseInt(g(0x120))/0xb*(parseInt(g(0x12a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xce597));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x12c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x123)]()['search'](i(0x11a))[i(0x123)]()[i(0x130)](a69a)[i(0x131)](i(0x11a));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x122)]({'name':a69j(0x134),'usage':a69j(0x12b),'shortDesc':a69j(0x115),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x124)][k(0x136)]();if(a['hash']){const b=a69f['decode'](a[k(0x126)]);Log[k(0x133)](k(0x11c)+b?.[k(0x12f)]),Log[k(0x133)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[k(0x121)]?.[k(0x125)]),Log['notice'](k(0x12d)+a[k(0x121)]?.[k(0x129)]),Log[k(0x133)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x117)][k(0x11b)](',\x20'));}}catch(c){console[k(0x11e)](c),process['exit'](0x0);}},a69e);
1
+ const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x140;let f=c[d];return f;},a69d(a,b);}function a69c(){const l=['8DZozNu','(((.+)+)+)+$','274790gqDlWk','6137117JgoOvR','User\x20Access\x20Token:\x20\x20','getGlobalConfig','11128572NCaOqX','110QqywcY','notice','user','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','search','26477500ITOIyX','decode','token','fsi','userId','roles','3jqPExb','exit','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','maka\x20get:whoami','toString','362088AXIWIP','apply','16520697sEutbk','97916EvkdLS','hash','authToken','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','create'];a69c=function(){return l;};return a69c();}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0x150))/0x1*(parseInt(g(0x140))/0x2)+-parseInt(g(0x155))/0x3+-parseInt(g(0x158))/0x4*(-parseInt(g(0x145))/0x5)+parseInt(g(0x144))/0x6+-parseInt(g(0x141))/0x7+parseInt(g(0x15e))/0x8*(parseInt(g(0x157))/0x9)+-parseInt(g(0x14a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xf3265));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x154)]()[i(0x149)](i(0x15f))[i(0x154)]()['constructor'](a69a)[i(0x149)](i(0x15f));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x15d)]({'name':'whoami','usage':a69j(0x153),'shortDesc':a69j(0x152),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x14d)][k(0x143)]();if(a[k(0x159)]){const b=a69f[k(0x14b)](a['hash']);Log[k(0x146)](k(0x15b)+b?.[k(0x147)]),Log[k(0x146)](k(0x148)+a['token']?.[k(0x14e)]),Log['notice'](k(0x142)+a[k(0x14c)]?.[k(0x15a)]),Log['notice'](k(0x15c)+b?.[k(0x14f)]['join'](',\x20'));}}catch(c){console['error'](c),process[k(0x151)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x15a))/0x1*(-parseInt(f(0x15c))/0x2)+parseInt(f(0x157))/0x3+-parseInt(f(0x14f))/0x4*(parseInt(f(0x15d))/0x5)+parseInt(f(0x151))/0x6+-parseInt(f(0x14e))/0x7*(-parseInt(f(0x155))/0x8)+parseInt(f(0x15e))/0x9*(parseInt(f(0x15b))/0xa)+-parseInt(f(0x153))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x86a87));function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x14e;var f=c[d];return f;},a70d(a,b);}var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x150)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x152)]()[h(0x156)](h(0x154))['toString']()[h(0x158)](a70a)[h(0x156)](h(0x154));});function a70c(){var j=['474369USsQlK','268iyZyjQ','apply','4205916NEOsKt','toString','6704973duAEqv','(((.+)+)+)+$','8ZWWsBg','search','2599614VhycdU','constructor','Deprecated:\x20use\x20--help\x20instead','51787PrjHNz','110BAceDj','6JUzqBk','76085PMynub','573309urJCQY'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':'help','description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a70i(0x159)},async function(){throw new UsageError();});
1
+ function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x124;var f=c[d];return f;},a70d(a,b);}var a70h=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x12e))/0x1*(-parseInt(f(0x12b))/0x2)+parseInt(f(0x12c))/0x3*(-parseInt(f(0x131))/0x4)+-parseInt(f(0x124))/0x5*(parseInt(f(0x129))/0x6)+-parseInt(f(0x12f))/0x7*(-parseInt(f(0x132))/0x8)+parseInt(f(0x136))/0x9+-parseInt(f(0x12d))/0xa+parseInt(f(0x126))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x31bc4));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var g=a70d;return a70a[g(0x134)]()[g(0x12a)](g(0x133))['toString']()[g(0x125)](a70a)[g(0x12a)](g(0x133));});a70a();function a70c(){var i=['3783190CCPatw','655CDPWOe','262899jxzXNc','Deprecated:\x20use\x20--help\x20instead','64WVaRKN','64mThAna','(((.+)+)+)+$','toString','Try,\x20maka\x20--help','2865240HkBnaX','15pntnkk','constructor','10810140SWUinF','create','help','747114mTeLrW','search','1096hkbdaL','53817XAMsOS'];a70c=function(){return i;};return a70c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a70h(0x127)]({'name':a70h(0x128),'description':a70h(0x135),'aliases':['h'],'validOpts':[],'shortDesc':a70h(0x130)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a71m=a71d;(function(a,b){const j=a71d,c=a();while(!![]){try{const d=-parseInt(j(0x1ae))/0x1+parseInt(j(0x1ac))/0x2+parseInt(j(0x1a7))/0x3+parseInt(j(0x1b8))/0x4+-parseInt(j(0x19b))/0x5+parseInt(j(0x1bc))/0x6+-parseInt(j(0x1ba))/0x7*(parseInt(j(0x195))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x4c2ef));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0x197)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a[l(0x19a)]()[l(0x1a5)](l(0x1b2))[l(0x19a)]()[l(0x1ab)](a71a)[l(0x1a5)](l(0x1b2));});function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x192;let f=c[d];return f;},a71d(a,b);}a71a();import a71e from'path';import a71f from'fs';function a71c(){const o=['stringify','2980260ogaAqk','maka\x20jsdoc','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','jsdoc','inherit','logError','1085864pogrFL','app/private','apply','\x20-d\x20','\x0a[+]\x20Documentation\x20written\x20to\x20','toString','2857030RNPlhZ','app/public','pathFromProject','stop','join','.+\x5c.(j|t)s(doc|x)?$','app/packages','docs','maka\x20jsdoc\x20--init','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','search','utf-8','318645mGlGdV','plugins/markdown','isFile','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','constructor','658516EFuqSz','app/node_modules','467541aAdkrY','\x20-c\x20','closure','logNotice','(((.+)+)+)+$','\x20-r\x20app','writeFileSync','Running\x20','sep','jsdoc-config.json','2218176ASVNOD','fsi','7ZYXOcb'];a71c=function(){return o;};return a71c();}import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':'jsdoc','usage':a71m(0x1bd),'mustBeInMakaProject':!![],'shortDesc':a71m(0x1aa),'examples':[a71m(0x1a3),a71m(0x1bd)],'validOpts':[]},function(){const n=a71m,a=a71e['join'](this[n(0x1b9)][n(0x19d)]({}),n(0x1a2)+a71e[n(0x1b6)]),b=a71e[n(0x19f)](this[n(0x1b9)]['pathFromProject']({}),'config',n(0x1b7)),c=this['fsi'][n(0x19d)]({}),d=n(0x192);if(!this[n(0x1a9)](b)){const g={'plugins':[n(0x1a8)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x192),n(0x1b0)]},'source':{'includePattern':n(0x1a0),'excludePattern':n(0x1a4),'exclude':[n(0x1a1),n(0x1ad),n(0x19c),n(0x196)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1a6)}};a71f[n(0x1b4)](b,JSON[n(0x1bb)](g,null,0x4));}const f=this['logWithSpinner'](n(0x1b5)+d);try{const h=d+n(0x1af)+b+n(0x1b3)+a71e[n(0x1b6)]+n(0x198)+a;execSync(h,{'cwd':c,'stdio':n(0x193)}),this[n(0x1b1)](n(0x199)+a);}catch(i){this['logError'](i),this[n(0x194)](n(0x1be));}finally{f[n(0x19e)]();}});
1
+ const a71m=a71d;(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0x1e2))/0x1*(parseInt(j(0x1f5))/0x2)+-parseInt(j(0x1ff))/0x3*(-parseInt(j(0x1fd))/0x4)+parseInt(j(0x201))/0x5*(parseInt(j(0x1ef))/0x6)+parseInt(j(0x1ee))/0x7+parseInt(j(0x1d3))/0x8+-parseInt(j(0x1fc))/0x9+-parseInt(j(0x1e7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdb401));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a[l(0x1ea)]()[l(0x1fe)](l(0x1de))['toString']()[l(0x1ec)](a71a)['search'](l(0x1de));});a71a();import a71e from'path';import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a71c(){const o=['(((.+)+)+)+$','Running\x20','logWithSpinner','maka\x20jsdoc\x20--init','1RglcJn','isFile','\x0a[+]\x20Documentation\x20written\x20to\x20','utf-8','jsdoc','9694950HkYjoi','fsi','writeFileSync','toString','docs','constructor','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','8871324KorcLq','20472UMfACV','\x20-c\x20','plugins/markdown','sep','closure','app/node_modules','662154TbgSJg','pathFromProject','maka\x20jsdoc','inherit','stop','jsdoc-config.json','logError','14893290mcqXQj','4pNKPNI','search','2496198bcXALH','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','1290RtDIXd','\x20-d\x20','app/private','1692664rpaFwa','logNotice','create','apply','join','app/packages','stringify','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','config','\x20-r\x20app','app/public'];a71c=function(){return o;};return a71c();}function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1d1;let f=c[d];return f;},a71d(a,b);}Command[a71m(0x1d5)]({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a71m(0x200),'examples':[a71m(0x1e1),a71m(0x1f7)],'validOpts':[]},function(){const n=a71m,a=a71e[n(0x1d7)](this['fsi'][n(0x1f6)]({}),n(0x1eb)+a71e[n(0x1f2)]),b=a71e[n(0x1d7)](this[n(0x1e8)][n(0x1f6)]({}),n(0x1db),n(0x1fa)),c=this[n(0x1e8)][n(0x1f6)]({}),d='jsdoc';if(!this[n(0x1e3)](b)){const g={'plugins':[n(0x1f1)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x1e6),n(0x1f3)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0x1da),'exclude':[n(0x1d8),n(0x1f4),n(0x1dd),n(0x1d2)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1e5)}};a71f[n(0x1e9)](b,JSON[n(0x1d9)](g,null,0x4));}const f=this[n(0x1e0)](n(0x1df)+d);try{const h=d+n(0x1f0)+b+n(0x1dc)+a71e[n(0x1f2)]+n(0x1d1)+a;execSync(h,{'cwd':c,'stdio':n(0x1f8)}),this[n(0x1d4)](n(0x1e4)+a);}catch(i){this[n(0x1fb)](i),this[n(0x1fb)](n(0x1ed));}finally{f[n(0x1f9)]();}});
@@ -1 +1 @@
1
- const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=-parseInt(p(0x12f))/0x1*(-parseInt(p(0x121))/0x2)+-parseInt(p(0x125))/0x3+parseInt(p(0x12d))/0x4*(-parseInt(p(0x139))/0x5)+parseInt(p(0x118))/0x6*(parseInt(p(0x11f))/0x7)+parseInt(p(0x133))/0x8+parseInt(p(0x12c))/0x9*(parseInt(p(0x13a))/0xa)+parseInt(p(0x111))/0xb*(-parseInt(p(0x138))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x5a712));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0x128)]()[r(0x13b)](r(0x130))[r(0x128)]()['constructor'](a72a)[r(0x13b)](r(0x130));});a72a();import a72e from'path';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x111;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';Command['create']({'name':a72s(0x126),'usage':a72s(0x11b),'maxArgLength':0x1,'validOpts':[a72s(0x117)],'mustBeInMakaProject':!![],'shortDesc':a72s(0x136),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a72s(0x11d)]},async function(a,b){const t=a72s;try{const c=this[t(0x119)][t(0x115)](),d=this['fsi'][t(0x112)](t(0x12e)),f=this[t(0x119)][t(0x112)](t(0x11e)),g=this[t(0x119)][t(0x112)](t(0x13c)),h=[];!d&&h['push'](t(0x12e));!f&&h['push'](t(0x11e));!g&&h[t(0x122)]('eslint-plugin-css');h['length']>0x0&&await this[t(0x119)][t(0x129)](h[t(0x134)]('\x20'),{'dev':!![]});const i=this[t(0x119)][t(0x114)](a72e[t(0x134)](c,t(0x132)));if(!i){const n={'noRename':!![]};await this[t(0x119)][t(0x124)]({'srcPath':t(0x137),'destPath':a72e[t(0x134)](c,'.eslintrc.json'),'framework':t(0x11a),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a72e['join'](c,t(0x113),'**')]),l=await j[t(0x12a)](t(0x13e)),m=l['format'](k);m['length']>0x0?Log[t(0x11c)](m):Log[t(0x135)](t(0x12b)),Log[t(0x127)](t(0x123)+c+'/imports'),b[t(0x117)]?await ESLint[t(0x131)](k):Log['notice'](t(0x13d));}catch(o){console[t(0x116)](o);}});function a72c(){const u=['1485824LrjXoQ','join','success','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','eslint/eslintrc.json','28056rMzPyA','7365ABZWob','60MVkIfx','search','eslint-plugin-css','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','stylish','1122hHuDNa','checkNpmPackage','imports','isFile','findAppDirectory','error','fix','1260vXTdBo','fsi','service','maka\x20lint','bright','maka\x20lint\x20--fix','eslint-plugin-react','2275rFnJKK','apply','22ONTlOX','push','Lint\x20results\x20for\x20','template','740838IhDSKI','lint','notice','toString','installNpmPackage','loadFormatter','All\x20good!\x20:)','552510rfCoJG','96siZlHj','eslint','24446uEPSAT','(((.+)+)+)+$','outputFixes','.eslintrc.json'];a72c=function(){return u;};return a72c();}
1
+ const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0x98))/0x1*(parseInt(p(0x9e))/0x2)+-parseInt(p(0x9b))/0x3+-parseInt(p(0x84))/0x4+parseInt(p(0x91))/0x5+-parseInt(p(0x87))/0x6*(parseInt(p(0x8b))/0x7)+parseInt(p(0x93))/0x8*(parseInt(p(0x8c))/0x9)+-parseInt(p(0x80))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x5cad6));function a72c(){const u=['8GfKQEz','/imports','service','format','lint','143265pUtgqN','eslint','push','1900620OmTyGb','fix','constructor','8KvOoty','installNpmPackage','checkNpmPackage','join','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','template','findAppDirectory','loadFormatter','eslint/eslintrc.json','isFile','notice','All\x20good!\x20:)','maka\x20lint','.eslintrc.json','1314530QgtOeW','fsi','eslint-plugin-css','Lint\x20results\x20for\x20','1863000MrHMBA','outputFixes','\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','14808IVdktV','length','lintFiles','create','329dyMCCK','3669651jCfRcA','(((.+)+)+)+$','toString','eslint-plugin-react','search','3727730gcQUDz','apply'];a72c=function(){return u;};return a72c();}function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x80;let f=c[d];return f;},a72d(a,b);}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x92)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0x8e)]()['search'](r(0x8d))[r(0x8e)]()[r(0x9d)](a72a)[r(0x90)](r(0x8d));});a72a();import a72e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0x8a)]({'name':a72s(0x97),'usage':a72s(0xaa),'maxArgLength':0x1,'validOpts':[a72s(0x9c)],'mustBeInMakaProject':!![],'shortDesc':a72s(0xa2),'description':a72s(0x86),'examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a72s;try{const c=this[t(0x81)][t(0xa4)](),d=this[t(0x81)][t(0xa0)](t(0x99)),f=this['fsi'][t(0xa0)](t(0x8f)),g=this[t(0x81)][t(0xa0)](t(0x82)),h=[];!d&&h[t(0x9a)](t(0x99));!f&&h[t(0x9a)](t(0x8f));!g&&h[t(0x9a)](t(0x82));h['length']>0x0&&await this['fsi'][t(0x9f)](h['join']('\x20'),{'dev':!![]});const i=this['fsi'][t(0xa7)](a72e['join'](c,t(0xab)));if(!i){const n={'noRename':!![]};await this[t(0x81)][t(0xa3)]({'srcPath':t(0xa6),'destPath':a72e['join'](c,'.eslintrc.json'),'framework':t(0x95),'context':n});}const j=new ESLint(),k=await j[t(0x89)]([a72e[t(0xa1)](c,'imports','**')]),l=await j[t(0xa5)]('stylish'),m=l[t(0x96)](k);m[t(0x88)]>0x0?Log['bright'](m):Log['success'](t(0xa9)),Log[t(0xa8)](t(0x83)+c+t(0x94)),b[t(0x9c)]?await ESLint[t(0x85)](k):Log['notice']('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console['error'](o);}});
@@ -1 +1 @@
1
- const a73y=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x181))/0x1+parseInt(w(0x16e))/0x2*(-parseInt(w(0x161))/0x3)+-parseInt(w(0x176))/0x4+-parseInt(w(0x17d))/0x5+parseInt(w(0x178))/0x6+-parseInt(w(0x189))/0x7+parseInt(w(0x15c))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xb6c50));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const x=a73d;return a73a['toString']()[x(0x179)](x(0x15b))['toString']()[x(0x152)](a73a)['search'](x(0x15b));});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';function a73c(){const A=['update','ask','MAKA_DEV','2RRONlL','password','isFile','localhost','fsi','cacert','parse','debug','2554140eymHxv','Preflight\x20Check','1628106ORFMTo','search','Logging\x20in','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','7315815EmyWXp','create','post','cert','656165ePPUoT','email','get','/api/v1/encodeJwt','www.maka-cli.com','assign','notice','toHex','3168172VJfEqg','env','digest','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','error','Password:\x20','constructor','setGlobalConfig','getGlobalConfig','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','exit','/api/v1/login','withSpinner','header','True','(((.+)+)+)+$','35246600nxYJGQ','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Logging\x20into\x20https://','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','Using\x20CA\x20Cert\x20','2154279ByVjlt','start','maka\x20login','sha256','login','https://','success','authToken','/api/v1/status','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli'];a73c=function(){return A;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x151;let f=c[d];return f;},a73d(a,b);}const hostname=process[a73y(0x18a)][a73y(0x16d)]===a73y(0x15a)?a73y(0x171):a73y(0x185);Command[a73y(0x17e)]({'name':a73y(0x165),'validOpts':[a73y(0x182),a73y(0x16f),'help','cacert',a73y(0x175)],'usage':a73y(0x163),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73y(0x15f),'examples':[a73y(0x163),a73y(0x155)]},async function(a,b){const z=a73y,c=Log[z(0x158)]();try{let d='';b['cacert']&&(this[z(0x172)][z(0x170)](b['cacert'])?(d=b[z(0x173)],Log[z(0x187)](z(0x160)+d)):Log['error'](z(0x18c)+d));const f=await this[z(0x172)][z(0x154)]();if(f[z(0x180)]){if(this['fsi']['isFile'](f[z(0x180)]))d=f[z(0x180)];else{Log[z(0x18d)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[z(0x159)](z(0x15e)+hostname);const g={'url':z(0x166)+hostname+z(0x169)};b[z(0x173)]&&Object[z(0x186)](g,{'cert':d});c[z(0x162)](z(0x177));const {statusCode:h}=await HTTPS[z(0x183)](g);if(h===0x198){c[z(0x17b)]();throw z(0x15d);}if(h!==0xc8){c[z(0x17b)]();throw'https://'+hostname+z(0x16a);}c['success']();const i=b[z(0x182)]?b['email']:await Actions[z(0x16c)]('Email:'),j=b[z(0x16f)]?b['password']:await Actions[z(0x16c)](z(0x151),!![]),k=a73e['md'][z(0x164)][z(0x17e)]();k[z(0x16b)](j);const l=k[z(0x18b)]()[z(0x188)](),m={'hostname':hostname,'path':z(0x157),'data':{'email':i,'password':l,'hashed':!![]}};b[z(0x173)]&&Object['assign'](m,{'cert':d});c[z(0x162)](z(0x17a));const {data:n,statusCode:o}=await HTTPS[z(0x17f)](m);if(o===0x198){c[z(0x17b)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON[z(0x174)](n);if(p[z(0x168)]){const q={'hostname':hostname,'path':z(0x184),'headers':{'x-auth-token':p[z(0x168)]},'data':{}};b[z(0x173)]&&Object[z(0x186)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[z(0x17f)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw z(0x17c)+hostname;const u={'token':p,'hash':t};this[z(0x172)][z(0x153)](u);}else{c['failure']();throw p;}c[z(0x167)]();}catch(v){c['failure'](),console[z(0x18d)](v),process[z(0x156)](0x0);}});
1
+ const a73z=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x16c;let f=c[d];return f;},a73d(a,b);}(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x179))/0x1+parseInt(w(0x195))/0x2+parseInt(w(0x19c))/0x3*(parseInt(w(0x177))/0x4)+-parseInt(w(0x16c))/0x5*(-parseInt(w(0x19d))/0x6)+-parseInt(w(0x19f))/0x7*(parseInt(w(0x1a2))/0x8)+-parseInt(w(0x181))/0x9*(-parseInt(w(0x172))/0xa)+parseInt(w(0x17c))/0xb*(-parseInt(w(0x192))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x4ab2a));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x16e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x16d)]()[y(0x187)](y(0x18f))['toString']()['constructor'](a73a)[y(0x187)](y(0x18f));});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';function a73c(){const B=['/api/v1/login','get','search','cert','login','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','fsi','start','env','error','(((.+)+)+)+$','email','post','2364WIlido','help','Logging\x20into\x20https://','712992BrfXXC','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','/api/v1/encodeJwt','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','success','header','parse','15531iabQVo','39594PdKgsR','www.maka-cli.com','14OyZpPg','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','digest','52944LKXOIA','Using\x20CA\x20Cert\x20','isFile','password','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20login','notice','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','275qfVNyp','toString','apply','withSpinner','assign','localhost','92740sfwjFu','ask','https://','/api/v1/status','toHex','76SeFcVg','create','399661TwOxor','update','authToken','24167RdMbLj','Preflight\x20Check','sha256','Logging\x20in','Password:\x20','324DDapGf','setGlobalConfig','cacert','failure'];a73c=function(){return B;};return a73c();}const hostname=process[a73z(0x18d)]['MAKA_DEV']==='True'?a73z(0x171):a73z(0x19e);Command['create']({'name':a73z(0x189),'validOpts':['email',a73z(0x1a5),a73z(0x193),a73z(0x183),'debug'],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x1a0),'examples':[a73z(0x1a7),a73z(0x18a)]},async function(a,b){const A=a73z,c=Log[A(0x16f)]();try{let d='';b[A(0x183)]&&(this[A(0x18b)][A(0x1a4)](b['cacert'])?(d=b[A(0x183)],Log[A(0x1a8)](A(0x1a3)+d)):Log[A(0x18e)](A(0x1a6)+d));const f=await this[A(0x18b)]['getGlobalConfig']();if(f[A(0x188)]){if(this['fsi']['isFile'](f[A(0x188)]))d=f[A(0x188)];else{Log[A(0x18e)](A(0x198)+d);return;}}Log[A(0x19a)](A(0x194)+hostname);const g={'url':A(0x174)+hostname+A(0x175)};b[A(0x183)]&&Object['assign'](g,{'cert':d});c[A(0x18c)](A(0x17d));const {statusCode:h}=await HTTPS[A(0x186)](g);if(h===0x198){c[A(0x184)]();throw A(0x196);}if(h!==0xc8){c[A(0x184)]();throw'https://'+hostname+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}c['success']();const i=b[A(0x190)]?b[A(0x190)]:await Actions[A(0x173)]('Email:'),j=b[A(0x1a5)]?b['password']:await Actions[A(0x173)](A(0x180),!![]),k=a73e['md'][A(0x17e)][A(0x178)]();k[A(0x17a)](j);const l=k[A(0x1a1)]()[A(0x176)](),m={'hostname':hostname,'path':A(0x185),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x183)]&&Object[A(0x170)](m,{'cert':d});c[A(0x18c)](A(0x17f));const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[A(0x184)]('\x0a');throw A(0x1a9)+hostname;}const p=JSON['parse'](n);if(p[A(0x17b)]){const q={'hostname':hostname,'path':A(0x197),'headers':{'x-auth-token':p['authToken']},'data':{}};b['cacert']&&Object[A(0x170)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x191)](q),{token:t}=JSON[A(0x19b)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this[A(0x18b)][A(0x182)](u);}else{c['failure']();throw p;}c[A(0x199)]();}catch(v){c[A(0x184)](),console[A(0x18e)](v),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=-parseInt(l(0xbb))/0x1+-parseInt(l(0xbd))/0x2*(-parseInt(l(0xc2))/0x3)+-parseInt(l(0xc3))/0x4+parseInt(l(0xcc))/0x5*(parseInt(l(0xb0))/0x6)+-parseInt(l(0xca))/0x7*(-parseInt(l(0xd4))/0x8)+-parseInt(l(0xc9))/0x9*(-parseInt(l(0xd7))/0xa)+-parseInt(l(0xc0))/0xb*(parseInt(l(0xaa))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x85cf9));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0xab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0xc1)]()['search'](n(0xc6))[n(0xc1)]()[n(0xb1)](a74a)[n(0xce)](n(0xc6));});a74a();function a74c(){const q=['392wurNmX','maka\x20logout','5TTWLUA','env','search','/api/v1/logoutAll','assign','header','fsi','isFile','79784pjhBIb','token','notice','1340dBVweM','get','error','17232EKlEKJ','apply','post','https://','authToken','success','5713980OhdiFc','constructor','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Logging\x20out\x20of\x20https://','Logging\x20out','cert','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','failure','cacert','withSpinner','True','1039025dbTLDs','Preflight\x20Check','10UuEUCL','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','start','8756rXXHsa','toString','460017XSOdZk','60012WJSdfK','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','setGlobalConfig','(((.+)+)+)+$','getGlobalConfig','create','31410euDUeD'];a74c=function(){return q;};return a74c();}import{Command}from'../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xaa;let f=c[d];return f;},a74d(a,b);}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0xcd)]['MAKA_DEV']===a74o(0xba)?'localhost':'www.maka-cli.com';Command[a74o(0xc8)]({'name':'logout','validOpts':['cacert'],'usage':a74o(0xcb),'maxArgLength':0x2,'shortDesc':a74o(0xbe),'disableAuthCheck':!![],'examples':[a74o(0xcb)]},async function(a,b){const p=a74o,c=Log[p(0xb9)]();try{let d='';b[p(0xb8)]&&(this[p(0xd2)][p(0xd3)](b['cacert'])?(d=b['cacert'],Log[p(0xd6)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0xd9)](p(0xb6)+d));const f=await this['fsi'][p(0xc7)]();if(f[p(0xb5)]){if(this[p(0xd2)][p(0xd3)](f[p(0xb5)]))d=f['cert'];else{c[p(0xb7)]();throw Log[p(0xd9)](p(0xb2)+d);}}Log[p(0xd1)](p(0xb3)+hostname);const g={'url':p(0xad)+hostname+'/api/v1/status'};b['cacert']&&Object[p(0xd0)](g,{'cert':d});c[p(0xbf)](p(0xbc));const {statusCode:h}=await HTTPS[p(0xd8)](g);if(h===0x198){c[p(0xb7)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0xaf)]();if(h!==0xc8){c[p(0xb7)]();throw'https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}if(!f?.[p(0xd5)]?.['authToken'])throw Log['error']('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0xbf)](p(0xb4));const i={'hostname':hostname,'path':p(0xcf),'data':{},'headers':{'x-auth-token':f[p(0xd5)][p(0xae)]}};b[p(0xb8)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xac)](i);if(j===0x198){c[p(0xb7)]('\x0a');throw p(0xc4);}this['fsi'][p(0xc5)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0xaf)]();}catch(k){k&&console[p(0xd9)](k),process['exit'](0x0);}});
1
+ const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=-parseInt(l(0xa4))/0x1*(parseInt(l(0xb0))/0x2)+parseInt(l(0xab))/0x3+parseInt(l(0x8b))/0x4+parseInt(l(0xa5))/0x5+parseInt(l(0x88))/0x6*(-parseInt(l(0xb5))/0x7)+parseInt(l(0xb1))/0x8*(-parseInt(l(0x8d))/0x9)+-parseInt(l(0xa0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x3c8fc));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0x9e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0xa7)]()[n(0x97)](n(0xa9))[n(0xa7)]()[n(0x96)](a74a)[n(0x97)](n(0xa9));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x87;let f=c[d];return f;},a74d(a,b);}a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a74c(){const q=['2JeFIft','24YFhTxs','authToken','create','Using\x20CA\x20Cert\x20','5761qShFqn','withSpinner','/api/v1/logoutAll','getGlobalConfig','fsi','Logging\x20out','888TUSMnH','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','/api/v1/status','1735348jYvveU','www.maka-cli.com','344007OucJDN','cacert','logout','notice','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','cert','MAKA_DEV','Preflight\x20Check','constructor','search','failure','maka\x20logout','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','start','isFile','token','apply','Logging\x20out\x20of\x20https://','1330970AadXMO','error','post','setGlobalConfig','216464LzbMSu','579405RpyxjZ','exit','toString','https://','(((.+)+)+)+$','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','853128XaMvDz','success','header','localhost','assign'];a74c=function(){return q;};return a74c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a74o(0x94)]==='True'?a74o(0xae):a74o(0x8c);Command[a74o(0xb3)]({'name':a74o(0x8f),'validOpts':[a74o(0x8e)],'usage':a74o(0x99),'maxArgLength':0x2,'shortDesc':a74o(0x9a),'disableAuthCheck':!![],'examples':[a74o(0x99)]},async function(a,b){const p=a74o,c=Log[p(0xb6)]();try{let d='';b['cacert']&&(this['fsi']['isFile'](b[p(0x8e)])?(d=b['cacert'],Log[p(0x90)](p(0xb4)+d)):Log[p(0xa1)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0xb9)][p(0xb8)]();if(f[p(0x93)]){if(this[p(0xb9)][p(0x9c)](f[p(0x93)]))d=f[p(0x93)];else{c[p(0x98)]();throw Log[p(0xa1)](p(0x89)+d);}}Log[p(0xad)](p(0x9f)+hostname);const g={'url':p(0xa8)+hostname+p(0x8a)};b[p(0x8e)]&&Object[p(0xaf)](g,{'cert':d});c[p(0x9b)](p(0x95));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0x98)]();throw p(0x91);}c[p(0xac)]();if(h!==0xc8){c['failure']();throw p(0xaa);}if(!f?.['token']?.[p(0xb2)])throw Log[p(0xa1)](p(0x92));c['start'](p(0x87));const i={'hostname':hostname,'path':p(0xb7),'data':{},'headers':{'x-auth-token':f[p(0x9d)]['authToken']}};b[p(0x8e)]&&Object[p(0xaf)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xa2)](i);if(j===0x198){c[p(0x98)]('\x0a');throw p(0x91);}this[p(0xb9)][p(0xa3)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0xa1)](k),process[p(0xa6)](0x0);}});
@@ -1 +1 @@
1
- const a75k=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0x13a))/0x1*(parseInt(h(0x14d))/0x2)+parseInt(h(0x148))/0x3*(parseInt(h(0x150))/0x4)+parseInt(h(0x138))/0x5*(-parseInt(h(0x14a))/0x6)+parseInt(h(0x13c))/0x7+-parseInt(h(0x152))/0x8+-parseInt(h(0x146))/0x9+parseInt(h(0x135))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x79b1e));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a75d;if(c){const e=c[i(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const j=a75d;return a75a[j(0x14e)]()[j(0x14b)](j(0x134))[j(0x14e)]()[j(0x151)](a75a)[j(0x14b)](j(0x134));});a75a();import a75e from'fs';import a75f from'path';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x133;let f=c[d];return f;},a75d(a,b);}import{Command}from'../command.js';function a75c(){const m=['apply','6075567LTnMVZ','sshSync','169131prATWU','fsi','18yPrErj','search','log','62hDxHzL','toString','assign','28EgxcuV','constructor','164488FxsXvm','parse','(((.+)+)+)+$','9539170HfEUYT','readFileSync','maka\x20logs\x20--env\x20dev','578705AQFoiu','env','4961gFZZWO','join','2425808DCIOIK','maka\x20logs\x20--env\x20staging','ssh.json','pm2\x20logs','logs','getConfigPath','verbose','View\x20the\x20PM2\x20logs','maka\x20logs'];a75c=function(){return m;};return a75c();}import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a75k(0x140),'aliases':['l',a75k(0x14c)],'usage':a75k(0x144),'requiredOpts':[a75k(0x139)],'mustBeInMakaProject':!![],'validOpts':[a75k(0x142)],'shortDesc':a75k(0x143),'examples':[a75k(0x137),a75k(0x13d),'maka\x20l\x20-e\x20p']},function(a,b){const l=a75k,c=l(0x13f),d=this[l(0x149)][l(0x141)](b['env']),e=a75f[l(0x13b)](d,l(0x13e)),f=a75e[l(0x136)](e),g=JSON[l(0x133)](f[l(0x14e)]());Object[l(0x14f)](g,{'env':d}),SSH[l(0x147)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a75j=a75d;function a75c(){const l=['860340jCQMFt','maka\x20l\x20-e\x20p','parse','249221aMPazU','7407103DcCyNM','461691ZUDLDX','assign','toString','constructor','sshSync','56XCcGvn','env','readFileSync','6YhJixL','maka\x20logs','verbose','10iFrowR','join','maka\x20logs\x20--env\x20staging','search','333345Hwhyfg','81306TVQJrh','pm2\x20logs','2ftKUHu','ssh.json','log','(((.+)+)+)+$','1813679jcGKBN'];a75c=function(){return l;};return a75c();}(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0x115))/0x1*(parseInt(h(0x129))/0x2)+parseInt(h(0x117))/0x3+-parseInt(h(0x12e))/0x4+parseInt(h(0x126))/0x5+-parseInt(h(0x11f))/0x6*(parseInt(h(0x12d))/0x7)+parseInt(h(0x11c))/0x8*(parseInt(h(0x127))/0x9)+parseInt(h(0x122))/0xa*(parseInt(h(0x116))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x3912e));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['toString']()[i(0x125)](i(0x12c))[i(0x119)]()[i(0x11a)](a75a)[i(0x125)](i(0x12c));});a75a();import a75e from'fs';import a75f from'path';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x115;let f=c[d];return f;},a75d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'logs','aliases':['l',a75j(0x12b)],'usage':a75j(0x120),'requiredOpts':[a75j(0x11d)],'mustBeInMakaProject':!![],'validOpts':[a75j(0x121)],'shortDesc':'View\x20the\x20PM2\x20logs','examples':['maka\x20logs\x20--env\x20dev',a75j(0x124),a75j(0x12f)]},function(a,b){const k=a75j,c=k(0x128),d=this['fsi']['getConfigPath'](b[k(0x11d)]),e=a75f[k(0x123)](d,k(0x12a)),f=a75e[k(0x11e)](e),g=JSON[k(0x130)](f[k(0x119)]());Object[k(0x118)](g,{'env':d}),SSH[k(0x11b)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a76d(a,b);}const a76j=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=-parseInt(g(0x1cc))/0x1+-parseInt(g(0x1db))/0x2+-parseInt(g(0x1dc))/0x3+parseInt(g(0x1df))/0x4+-parseInt(g(0x1d6))/0x5+-parseInt(g(0x1d3))/0x6+parseInt(g(0x1d7))/0x7*(parseInt(g(0x1d2))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x32f40));function a76c(){const l=['findSubCommand','1614560fXTjyb','maka\x20<command>\x20[<args>]\x20[<opts>]','toString','83224ffdric','search','maka\x20run','slice','apply','error','3661376NnHYRz','2128752EQHjhp','maka\x20create\x20Todo','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','922895kGTcTl','7fEMqoh','maka\x20--help','maybeProxyCommandToMeteor','maka\x20install\x20meteor','34704uaNQbb','37983aNEonx','maka'];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(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x1cb)]()[i(0x1cd)]('(((.+)+)+)+$')[i(0x1cb)]()['constructor'](a76a)[i(0x1cd)]('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';const Maka=new Command({'name':a76j(0x1dd),'minArgLength':0x1,'shortDesc':a76j(0x1d5),'validOpts':[],'usage':a76j(0x1ca),'disableAuthCheck':!![],'examples':[a76j(0x1d8),a76j(0x1da),a76j(0x1d4),a76j(0x1ce)],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x1de)](c);d?this['runSubCommand'](c,a[k(0x1cf)](0x1),b):this['fsi'][k(0x1d9)]();}catch(f){console[k(0x1d1)](f),process['exit'](0x1);}});export default Maka;
1
+ function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x1e0;let f=c[d];return f;},a76d(a,b);}const a76j=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=-parseInt(g(0x1e9))/0x1*(parseInt(g(0x1fb))/0x2)+-parseInt(g(0x1eb))/0x3*(-parseInt(g(0x1f5))/0x4)+parseInt(g(0x1ea))/0x5+parseInt(g(0x1fa))/0x6*(-parseInt(g(0x1f3))/0x7)+-parseInt(g(0x1f8))/0x8*(-parseInt(g(0x1f6))/0x9)+parseInt(g(0x1e0))/0xa+-parseInt(g(0x1e3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x8020c));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x1e6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x1ee)]()[i(0x1e4)](i(0x1f4))[i(0x1ee)]()['constructor'](a76a)['search']('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';const Maka=new Command({'name':a76j(0x1ef),'minArgLength':0x1,'shortDesc':a76j(0x1e1),'validOpts':[],'usage':a76j(0x1f9),'disableAuthCheck':!![],'examples':[a76j(0x1f1),a76j(0x1f2),a76j(0x1e2),a76j(0x1e5)],'description':a76j(0x1e7)},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x1e8)](c);d?this['runSubCommand'](c,a['slice'](0x1),b):this[k(0x1ec)][k(0x1ed)]();}catch(f){console[k(0x1f0)](f),process[k(0x1f7)](0x1);}});function a76c(){const l=['2261020eksWAr','1133562vnJyqQ','fsi','maybeProxyCommandToMeteor','toString','maka','error','maka\x20--help','maka\x20install\x20meteor','7KvBPxT','(((.+)+)+)+$','8LxnZqq','9lmlQTn','exit','1975992pwiXVA','maka\x20<command>\x20[<args>]\x20[<opts>]','347202ENkWMJ','154hexihi','3364350ORcByg','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20create\x20Todo','3958856kFmRId','search','maka\x20run','apply','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','findSubCommand','11023PehuCa'];a76c=function(){return l;};return a76c();}export default Maka;
@@ -1 +1 @@
1
- var a77i=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=-parseInt(f(0x108))/0x1*(parseInt(f(0xf9))/0x2)+-parseInt(f(0xfc))/0x3+-parseInt(f(0xf5))/0x4*(parseInt(f(0xfb))/0x5)+-parseInt(f(0x106))/0x6*(-parseInt(f(0xfe))/0x7)+parseInt(f(0x102))/0x8+parseInt(f(0x103))/0x9+parseInt(f(0x109))/0xa*(parseInt(f(0xfa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xa9e2d));function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0xf5;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(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a[h(0xf8)]()[h(0xf6)](h(0x10a))[h(0xf8)]()[h(0x100)](a77a)['search'](h(0x10a));});function a77c(){var k=['55jBnKIn','697470cKCNVr','apply','1877687XFKQKP','murder','constructor','%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','7186848cRAKjp','10706445CwHXzF','create','exit','12HCbGNk','error','143686fJtLnA','10yhhbqm','(((.+)+)+)+$','maka\x20murder','207412pVibAB','search','font-family:\x20monospace','toString','16qGlhYc','261481FvCPGq'];a77c=function(){return k;};return a77c();}a77a();import{Command}from'../command.js';Command[a77i(0x104)]({'name':a77i(0xff),'usage':a77i(0x10b),'maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var j=a77i;try{console['log'](j(0x101),j(0xf7));}catch(a){console[j(0x107)](a),process[j(0x105)](0x0);}});
1
+ var a77h=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0x1b9))/0x1+-parseInt(f(0x1b4))/0x2+-parseInt(f(0x1bd))/0x3*(parseInt(f(0x1aa))/0x4)+-parseInt(f(0x1bc))/0x5*(-parseInt(f(0x1ae))/0x6)+parseInt(f(0x1b8))/0x7*(parseInt(f(0x1b3))/0x8)+parseInt(f(0x1ab))/0x9+-parseInt(f(0x1af))/0xa*(parseInt(f(0x1b5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xca4d5));function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x1aa;var f=c[d];return f;},a77d(a,b);}var a77b=(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;};}()),a77a=a77b(this,function(){var g=a77d;return a77a[g(0x1b2)]()['search'](g(0x1ba))['toString']()[g(0x1b0)](a77a)['search'](g(0x1ba));});function a77c(){var j=['6358532EvmLTS','14142285KrFqcg','Murrrrderrrrr','log','6fmbtpw','4270mDIFsI','constructor','maka\x20murder','toString','10930152YNroom','519094fRuBEm','77011GnPgQg','create','exit','7WMsnOr','1384677wGKGQG','(((.+)+)+)+$','%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','6724625WfkgNq','3NyXOlr'];a77c=function(){return j;};return a77c();}a77a();import{Command}from'../command.js';Command[a77h(0x1b6)]({'name':'murder','usage':a77h(0x1b1),'maxArgLength':0x1,'shortDesc':a77h(0x1ac),'validOpts':[]},async function(){var i=a77h;try{console[i(0x1ad)](i(0x1bb),'font-family:\x20monospace');}catch(a){console['error'](a),process[i(0x1b7)](0x0);}});
@@ -1 +1 @@
1
- const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=parseInt(n(0x20d))/0x1*(-parseInt(n(0x216))/0x2)+-parseInt(n(0x218))/0x3*(parseInt(n(0x1f6))/0x4)+parseInt(n(0x1f3))/0x5*(parseInt(n(0x1f0))/0x6)+parseInt(n(0x20f))/0x7+parseInt(n(0x207))/0x8*(parseInt(n(0x214))/0x9)+-parseInt(n(0x215))/0xa*(-parseInt(n(0x20e))/0xb)+-parseInt(n(0x1fb))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x999ef));function a78c(){const s=['development','utf8','genCSR','join','7021518jTciSR','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','getConfigPath','5tNtsIg','create','constructor','4RNjXnM','targetPort','\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','bright','(((.+)+)+)+$','21255588IgaTOQ','sslconfig','toString','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','fsi','\x20to\x20','listen','search','.crt','apply','appName','listenPort','2426584ZdkrIh','isFile','targetHost','createProxyServer','error','.csr','10GptJxZ','385583PnNfaY','8210937hMFxWR','maka\x20proxy\x20--target-host\x20http://192.168.1.20','.key','readFileSync','proxy','18cHupIm','170QXMRfM','147062DBSHTp','genSSC','1229853RzZoyZ'];a78c=function(){return s;};return a78c();}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x204)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x1fd)]()[p(0x202)](p(0x1fa))[p(0x1fd)]()[p(0x1f5)](a78a)['search'](p(0x1fa));});a78a();function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a78d(a,b);}import a78e from'fs';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[a78q(0x1f4)]({'name':a78q(0x213),'usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':['help',a78q(0x1f7),a78q(0x206),a78q(0x209)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a78q(0x1f8),'examples':['maka\x20proxy',a78q(0x1fe),a78q(0x210)]},async function(a,b){const r=a78q,c=this['fsi']['getProjectConfig'](),d=r(0x219),e=this['fsi'][r(0x1f2)](d),f=this[r(0x1ff)]['mkKeysDir']({'configPath':e}),g=b[r(0x1f7)]?Number(b[r(0x1f7)]):0xbb8,h=b[r(0x206)]?Number(b[r(0x206)]):0xd73,i=b[r(0x209)]?b[r(0x209)]:'localhost',j=a78f['join'](f,c[r(0x205)]+'.key'),k=a78f[r(0x21c)](f,c['appName']+r(0x203));if(!this[r(0x1ff)][r(0x208)](j)||!this[r(0x1ff)]['isFile'](k)){const m=a78h['findGenerator']('sslconfig');m&&await m['invoke']([r(0x1fc)],{'env':d}),SSL[r(0x21b)]({'keyName':c[r(0x205)]+r(0x211),'csrName':c['appName']+r(0x20c),'cwd':f}),SSL[r(0x217)]({'keyName':c[r(0x205)]+r(0x211),'crtName':c[r(0x205)]+r(0x203),'cwd':f});}if(g===h){Log[r(0x20b)](r(0x1f1));throw new UsageError();}const l={'ssl':{'key':a78e[r(0x212)](j,r(0x21a)),'cert':a78e[r(0x212)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x20a)](l)[r(0x201)](Number(h)),Log[r(0x1f9)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+r(0x200)+g);});
1
+ const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=parseInt(n(0x1dd))/0x1+parseInt(n(0x1e0))/0x2+-parseInt(n(0x1eb))/0x3+-parseInt(n(0x1d8))/0x4+parseInt(n(0x1d3))/0x5*(-parseInt(n(0x1e6))/0x6)+parseInt(n(0x1c9))/0x7*(-parseInt(n(0x1e4))/0x8)+parseInt(n(0x1d9))/0x9*(parseInt(n(0x1da))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x5e3af));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x1e5)]()[p(0x1c1)](p(0x1d0))['toString']()[p(0x1c6)](a78a)[p(0x1c1)](p(0x1d0));});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1bf;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'fs';function a78c(){const s=['.crt','fsi','appName','1016KiKCBk','toString','3223032ovQCvl','getConfigPath','sslconfig','genSSC','join','302268roXpAq','genCSR','getProjectConfig','maka\x20proxy','search','bright','targetPort','localhost','.csr','constructor','create','createProxyServer','32137VZCghl','readFileSync','findGenerator','error','.key','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','apply','(((.+)+)+)+$','isFile','invoke','5aBgaat','targetHost','listen','\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','=>\x20SSL\x20Proxy\x20forwarding\x20','233024LGAdfC','69273MPriTt','2030yQlmQw','proxy','help','5482oSdXoQ','listenPort','utf8','194470wgRYjY'];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[a78q(0x1c7)]({'name':a78q(0x1db),'usage':a78q(0x1c0),'mustBeInMakaProject':!![],'validOpts':[a78q(0x1dc),a78q(0x1c3),a78q(0x1de),'targetHost'],'maxArgLength':0x1,'shortDesc':a78q(0x1ce),'description':a78q(0x1d6),'examples':[a78q(0x1c0),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const r=a78q,c=this['fsi'][r(0x1bf)](),d='development',e=this[r(0x1e2)][r(0x1e7)](d),f=this['fsi']['mkKeysDir']({'configPath':e}),g=b['targetPort']?Number(b[r(0x1c3)]):0xbb8,h=b['listenPort']?Number(b[r(0x1de)]):0xd73,i=b[r(0x1d4)]?b[r(0x1d4)]:r(0x1c4),j=a78f[r(0x1ea)](f,c[r(0x1e3)]+r(0x1cd)),k=a78f[r(0x1ea)](f,c[r(0x1e3)]+r(0x1e1));if(!this[r(0x1e2)][r(0x1d1)](j)||!this[r(0x1e2)][r(0x1d1)](k)){const m=a78h[r(0x1cb)](r(0x1e8));m&&await m[r(0x1d2)]([r(0x1e8)],{'env':d}),SSL[r(0x1ec)]({'keyName':c[r(0x1e3)]+r(0x1cd),'csrName':c['appName']+r(0x1c5),'cwd':f}),SSL[r(0x1e9)]({'keyName':c[r(0x1e3)]+'.key','crtName':c[r(0x1e3)]+r(0x1e1),'cwd':f});}if(g===h){Log[r(0x1cc)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a78e[r(0x1ca)](j,r(0x1df)),'cert':a78e[r(0x1ca)](k,r(0x1df))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x1c8)](l)[r(0x1d5)](Number(h)),Log[r(0x1c2)](r(0x1d7)+h+'\x20to\x20'+g);});