@maka/maka-cli 4.5.43 → 4.5.44

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 a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1a7))/0x1+-parseInt(f(0x1ad))/0x2*(-parseInt(f(0x1ac))/0x3)+parseInt(f(0x1c3))/0x4+parseInt(f(0x1a9))/0x5+parseInt(f(0x1b1))/0x6*(parseInt(f(0x1b9))/0x7)+parseInt(f(0x1c0))/0x8*(-parseInt(f(0x1a2))/0x9)+-parseInt(f(0x1bd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x3e953));function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x19e;var f=c[d];return f;},a55d(a,b);}var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0x1be)]()[g(0x1b5)](g(0x1a1))[g(0x1be)]()['constructor'](a55a)[g(0x1b5)](g(0x1a1));});a55a();function a55c(){var i=['1646872DzjcYf','exits','_playerName','roomType','(((.+)+)+)+$','199161gteFCt','_inventory','name','rooms','roomB','480384GlHCHf','rating','2477580zyLNFe','uuid','puzzle','3HztaTG','920956Isvlxo','inventory','shape','unlockItemOrSolution','3870LDNyxB','roomA','_logger','logger','search','category','color','characterLocations','273GlGSVC','isLocked','_equipment','description','6340150JvKWXb','toString','size','8Ztvkrm','_maxCarryingWeight','weight'];a55c=function(){return i;};return a55c();}import{EventEmitter}from'events';export class AbstractScene{[a55h(0x1a5)];['player'];[a55h(0x1b4)];[a55h(0x1b8)];}export class AbstractRoom extends EventEmitter{[a55h(0x1a4)];['description'];[a55h(0x19e)];[a55h(0x1ae)];[a55h(0x1ab)];[a55h(0x1a0)];['isStartRoom'];}export class AbstractDoor{[a55h(0x1b2)];[a55h(0x1a6)];[a55h(0x1ba)];[a55h(0x1b0)];[a55h(0x1a4)];['logger'];['isLockable'];}export class AbstractInventory{['items'];[a55h(0x1b4)];}export class AbstractItem{[a55h(0x1aa)];[a55h(0x1a4)];[a55h(0x1bc)];[a55h(0x1bf)];[a55h(0x1b6)];[a55h(0x1af)];[a55h(0x1b7)];['texture'];[a55h(0x1a8)];[a55h(0x1c2)];}export class AbstractPlayer{[a55h(0x19f)];['_currentLocation'];[a55h(0x1a3)];[a55h(0x1bb)];[a55h(0x1c1)];[a55h(0x1b3)];}export class AbstractPuzzle{[a55h(0x1b4)];['solved'];}
1
+ var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1e7))/0x1*(parseInt(f(0x1e4))/0x2)+-parseInt(f(0x1f2))/0x3*(parseInt(f(0x1f1))/0x4)+-parseInt(f(0x1de))/0x5*(-parseInt(f(0x1e6))/0x6)+-parseInt(f(0x1f9))/0x7+parseInt(f(0x1fb))/0x8*(-parseInt(f(0x1e2))/0x9)+parseInt(f(0x1ef))/0xa*(-parseInt(f(0x1e5))/0xb)+parseInt(f(0x209))/0xc*(parseInt(f(0x20a))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x3564f));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(0x204)]()[g(0x1f5)]('(((.+)+)+)+$')[g(0x204)]()[g(0x1f7)](a55a)['search']('(((.+)+)+)+$');});function a55c(){var i=['search','roomType','constructor','_equipment','1178002IaKMVa','isLockable','130336QmNGCq','isStartRoom','rooms','category','size','unlockItemOrSolution','_logger','name','logger','toString','characterLocations','_currentLocation','rating','player','420912MoEICf','338qPIiun','45mTFzrj','shape','roomA','items','45dtDrrF','_playerName','2HOLwbM','33aSsHAe','8226nAfzVG','75830WqSgId','description','roomB','exits','isLocked','color','uuid','solved','1064670zlAqNV','_inventory','724umTQXu','1005CceNVy','_maxCarryingWeight','texture'];a55c=function(){return i;};return a55c();}a55a();import{EventEmitter}from'events';export class AbstractScene{[a55h(0x1fd)];[a55h(0x208)];[a55h(0x203)];[a55h(0x205)];}export class AbstractRoom extends EventEmitter{[a55h(0x202)];[a55h(0x1e8)];[a55h(0x1ea)];['inventory'];['puzzle'];[a55h(0x1f6)];[a55h(0x1fc)];}export class AbstractDoor{[a55h(0x1e0)];[a55h(0x1e9)];[a55h(0x1eb)];[a55h(0x200)];[a55h(0x202)];['logger'];[a55h(0x1fa)];}export class AbstractInventory{[a55h(0x1e1)];['logger'];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1de;var f=c[d];return f;},a55d(a,b);}export class AbstractItem{[a55h(0x1ed)];[a55h(0x202)];[a55h(0x1e8)];[a55h(0x1ff)];[a55h(0x1fe)];[a55h(0x1df)];[a55h(0x1ec)];[a55h(0x1f4)];[a55h(0x207)];['weight'];}export class AbstractPlayer{[a55h(0x1e3)];[a55h(0x206)];[a55h(0x1f0)];[a55h(0x1f8)];[a55h(0x1f3)];[a55h(0x201)];}export class AbstractPuzzle{['logger'];[a55h(0x1ee)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0xe6))/0x1*(parseInt(k(0xe8))/0x2)+-parseInt(k(0xbf))/0x3*(-parseInt(k(0xc9))/0x4)+-parseInt(k(0xc0))/0x5+-parseInt(k(0xf5))/0x6*(-parseInt(k(0xc7))/0x7)+parseInt(k(0xf7))/0x8*(-parseInt(k(0xf6))/0x9)+parseInt(k(0xfc))/0xa*(parseInt(k(0x10f))/0xb)+parseInt(k(0xc8))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x74dc9));export var Size;(function(a){var l=a56d;a[l(0xf2)]='tiny',a[l(0xf8)]=l(0x102),a[l(0xef)]=l(0xca),a[l(0xe4)]='large',a['VeryLarge']='very\x20large';}(Size||(Size={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xad;var f=c[d];return f;},a56d(a,b);}export var Rating;(function(a){var m=a56d;a[m(0xd3)]=m(0x10e),a[m(0xad)]='rare',a['Legendary']=m(0xd1);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0xcf)]=n(0xe1),a[n(0xae)]=n(0xbe),a[n(0xd0)]=n(0x10a),a[n(0xf4)]=n(0xb0),a[n(0xdf)]=n(0xdb),a[n(0xed)]=n(0xfa),a['Boots']='boots',a[n(0xec)]=n(0xd2),a[n(0x108)]=n(0xfb),a['BodyArmor']=n(0xdd),a['Book']=n(0xe0),a[n(0x104)]=n(0xdc),a[n(0xb1)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a['Circle']=o(0xbd),a[o(0x100)]=o(0x103),a['Triangle']='triangle',a[o(0xb9)]=o(0xb8),a[o(0xcc)]=o(0xb6),a[o(0x10b)]=o(0xcb);}(Shape||(Shape={})));function a56c(){var u=['helmet','cup','body\x20armor','search','Helmet','book','weapon','grainy','Smooth','Large','down','281275lorXVa','green','4cXiCqR','(((.+)+)+)+$','CAVE','forest','LegArmor','Hat','inside','Medium','metallic','Brown','Tiny','smooth','Gloves','3939972zFPNrb','11709cebELn','5632dTXCsZ','Small','constructor','hat','arm\x20armor','2710OESmYo','south','Rough','MOUNTAIN','Square','tower','small','square','Cup','UNDERGROUND','NORTH','Green','ArmArmor','red','key','Rifle','Yellow','yellow','common','7216InXulF','Bumpy','SOUTH','SEA','Rare','Shield','blue','gloves','Unknown','Blue','Grey','WEST','north','blade','EAST','rectangle','Rectangle','beach','fuzzy','FOREST','circle','shield','393UWavKZ','4214815uSukri','toString','bumpy','rough','west','mountain','OUTSIDE','7tABglX','8905956guDPfO','3004lcaVAL','medium','rifle','Blade','Purple','grey','Weapon','Key','legendary','leg\x20armor','Common','sea','cave','gold','TOWER','DESERT','INSIDE','underground'];a56c=function(){return u;};return a56c();}export var Color;(function(c){var q=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 p=a56d;return e[p(0xc1)]()[p(0xde)](p(0xe9))[p(0xc1)]()[p(0xf9)](e)['search'](p(0xe9));});e(),c['Red']=q(0x109),c[q(0xb2)]=q(0xaf),c[q(0x107)]=q(0xe7),c[q(0x10c)]=q(0x10d),c['Orange']='orange',c[q(0xcd)]='purple',c[q(0xb3)]=q(0xce),c[q(0xf1)]='brown',c['Gold']=q(0xd6);}(Color||(Color={})));export var Texture;(function(a){var r=a56d;a[r(0xe3)]=r(0xf3),a[r(0xfe)]=r(0xc3),a[r(0x110)]=r(0xc2),a['Fuzzy']=r(0xbb),a['Grainy']=r(0xe2),a['Metallic']=r(0xf0);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a56d;a[s(0xd9)]=s(0xee),a[s(0xc6)]='outside',a[s(0x105)]=s(0xda),a[s(0xea)]=s(0xd5),a[s(0xd7)]=s(0x101),a[s(0xbc)]=s(0xeb),a[s(0xd8)]='desert',a[s(0xff)]=s(0xc5),a['BEACH']=s(0xba),a[s(0x112)]=s(0xd4);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a56d;a[t(0x106)]=t(0xb5),a[t(0xb7)]='east',a[t(0x111)]=t(0xfd),a[t(0xb4)]=t(0xc4),a['UP']='up',a['DOWN']=t(0xe5);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x1aa))/0x1*(-parseInt(k(0x196))/0x2)+-parseInt(k(0x174))/0x3+-parseInt(k(0x175))/0x4+parseInt(k(0x1c1))/0x5*(-parseInt(k(0x198))/0x6)+-parseInt(k(0x179))/0x7+-parseInt(k(0x1d4))/0x8*(parseInt(k(0x177))/0x9)+parseInt(k(0x17c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xe030a));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x16e;var f=c[d];return f;},a56d(a,b);}export var Size;(function(a){var l=a56d;a[l(0x1d1)]=l(0x1ca),a[l(0x1a7)]=l(0x16e),a[l(0x1b1)]='medium',a[l(0x185)]=l(0x19a),a[l(0x18d)]=l(0x19b);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0x1ce)]=m(0x1cb),a[m(0x19d)]=m(0x1cd),a['Legendary']=m(0x180);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0x17b)]=n(0x1c0),a[n(0x187)]=n(0x1c3),a['Key']=n(0x1b7),a[n(0x1c7)]='gloves',a[n(0x1a9)]=n(0x1b8),a[n(0x1c6)]=n(0x1c5),a['Boots']=n(0x1b5),a[n(0x1a8)]=n(0x1c2),a[n(0x188)]=n(0x17e),a[n(0x1a4)]=n(0x16f),a[n(0x1b4)]=n(0x194),a['Cup']=n(0x197),a[n(0x17a)]='unknown';}(Category||(Category={})));export var Shape;function a56c(){var v=['VeryLarge','INSIDE','forest','(((.+)+)+)+$','Orange','EAST','search','book','blue','12jlPbfB','cup','725214odHuCM','DESERT','large','very\x20large','Brown','Rare','UNDERGROUND','red','underground','mountain','BEACH','grey','BodyArmor','green','Grey','Small','LegArmor','Helmet','28438qDtYGb','down','SOUTH','desert','Circle','apply','west','Medium','SEA','FOREST','Book','boots','CAVE','key','helmet','brown','Red','Yellow','TOWER','Blue','circle','MOUNTAIN','weapon','30cRmTov','leg\x20armor','shield','Smooth','hat','Hat','Gloves','NORTH','bumpy','tiny','common','gold','rare','Common','outside','cave','Tiny','sea','beach','1288592XfjbGm','Rifle','small','body\x20armor','Fuzzy','Gold','metallic','Triangle','5410086uwRnPK','6118664ygpiKK','toString','99wmyJTP','yellow','2164134NXxDLr','Unknown','Weapon','68868720ByOEiK','DOWN','arm\x20armor','WEST','legendary','rectangle','triangle','Grainy','square','Large','Rectangle','Shield','ArmArmor','Square','south','north','Green'];a56c=function(){return v;};return a56c();}(function(a){var o=a56d;a[o(0x1ae)]=o(0x1be),a[o(0x189)]=o(0x184),a[o(0x173)]=o(0x182),a[o(0x186)]=o(0x181),a['Blade']='blade',a[o(0x1d5)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x1ba)]=p(0x19f),a[p(0x1bd)]=p(0x195),a[p(0x18c)]=p(0x1a5),a[p(0x1bb)]=p(0x178),a[p(0x191)]='orange',a['Purple']='purple',a[p(0x1a6)]=p(0x1a3),a[p(0x19c)]=p(0x1b9),a[p(0x171)]=p(0x1cc);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a[q(0x1c4)]='smooth',a['Rough']='rough',a['Bumpy']=q(0x1c9),a[q(0x170)]='fuzzy',a[q(0x183)]='grainy',a['Metallic']=q(0x172);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a56d;if(h){var j=h[r(0x1af)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a56d;return e[s(0x176)]()[s(0x193)](s(0x190))[s(0x176)]()['constructor'](e)[s(0x193)]('(((.+)+)+)+$');});e(),c[t(0x18e)]='inside',c['OUTSIDE']=t(0x1cf),c[t(0x19e)]=t(0x1a0),c[t(0x1b6)]=t(0x1d0),c[t(0x1bc)]='tower',c[t(0x1b3)]=t(0x18f),c[t(0x199)]=t(0x1ad),c[t(0x1bf)]=t(0x1a1),c[t(0x1a2)]=t(0x1d3),c[t(0x1b2)]=t(0x1d2);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x1c8)]=u(0x18b),a[u(0x192)]='east',a[u(0x1ac)]=u(0x18a),a[u(0x17f)]=u(0x1b0),a['UP']='up',a[u(0x17d)]=u(0x1ab);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x15a))/0x1+parseInt(f(0x160))/0x2*(-parseInt(f(0x165))/0x3)+-parseInt(f(0x162))/0x4+-parseInt(f(0x15c))/0x5+-parseInt(f(0x164))/0x6+parseInt(f(0x15e))/0x7+-parseInt(f(0x159))/0x8*(-parseInt(f(0x163))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x6922a));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x158)]()[h(0x15b)](h(0x161))[h(0x158)]()[h(0x15d)](a57a)[h(0x15b)](h(0x161));});function a57c(){var i=['search','2882725YvPqwb','constructor','5653704KmZzRg','apply','10cCLbtb','(((.+)+)+)+$','3298512aEQCKZ','9EMPfBH','2687268tiEXVB','426009kSKnaq','toString','11247304fYMZIT','776115uZWfjs'];a57c=function(){return i;};return a57c();}a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x158;var f=c[d];return f;},a57d(a,b);}export{};
1
+ (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0xd1))/0x1*(-parseInt(f(0xd0))/0x2)+parseInt(f(0xd7))/0x3*(parseInt(f(0xd5))/0x4)+-parseInt(f(0xd8))/0x5+-parseInt(f(0xda))/0x6*(-parseInt(f(0xd6))/0x7)+-parseInt(f(0xdd))/0x8*(parseInt(f(0xd2))/0x9)+parseInt(f(0xd3))/0xa*(parseInt(f(0xde))/0xb)+parseInt(f(0xd4))/0xc*(parseInt(f(0xdb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xdcfe3));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a['toString']()[h(0xd9)](h(0xdc))[h(0xcf)]()['constructor'](a57a)[h(0xd9)](h(0xdc));});a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0xce;var f=c[d];return f;},a57d(a,b);}export{};function a57c(){var i=['10235691cJIHmQ','150OPWjse','540dAqAzc','1080tDnKmc','1589SWViWY','8889zguvXe','4597970tFZsuW','search','38784dreOaR','488098tavfVF','(((.+)+)+)+$','8WYaIHL','405581TjXkEM','apply','toString','2IRwWYR','1547893hMXHus'];a57c=function(){return i;};return a57c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xac))/0x1*(-parseInt(f(0xad))/0x2)+parseInt(f(0xa2))/0x3*(parseInt(f(0xa7))/0x4)+parseInt(f(0x9e))/0x5*(parseInt(f(0xa5))/0x6)+-parseInt(f(0xaa))/0x7+parseInt(f(0xa1))/0x8*(parseInt(f(0x9d))/0x9)+-parseInt(f(0xa0))/0xa*(parseInt(f(0xa8))/0xb)+-parseInt(f(0xab))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x2d23a));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xa3)]()[h(0xa4)](h(0x9f))[h(0xa3)]()[h(0xa9)](a58a)[h(0xa4)](h(0x9f));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x9d;var f=c[d];return f;},a58d(a,b);}function a58c(){var i=['80rvUGsN','32dRugrx','1000341xuQfMl','toString','search','633450EGqbgY','apply','4dDjmTK','100573UYAJFH','constructor','378434OFwXAF','6060096BHYRng','23qgMPgC','10616GwqAvB','100908aTyLrJ','15cCCrDF','(((.+)+)+)+$'];a58c=function(){return i;};return a58c();}a58a();export{};
1
+ function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1d4;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x1df))/0x1*(parseInt(f(0x1d8))/0x2)+-parseInt(f(0x1e1))/0x3*(parseInt(f(0x1dc))/0x4)+parseInt(f(0x1db))/0x5*(-parseInt(f(0x1d7))/0x6)+-parseInt(f(0x1d4))/0x7+-parseInt(f(0x1d5))/0x8*(parseInt(f(0x1da))/0x9)+parseInt(f(0x1e2))/0xa+parseInt(f(0x1de))/0xb*(parseInt(f(0x1e4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x6a1ef));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1d9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1e0)]()[h(0x1dd)](h(0x1d6))[h(0x1e0)]()[h(0x1e3)](a58a)[h(0x1dd)](h(0x1d6));});a58a();function a58c(){var i=['apply','9ktgHpo','85ISvWkx','14148duKNra','search','20424536NSvARK','1442wvzRGn','toString','150roPRBH','6650180Pemoyg','constructor','12upuMhu','1047508YaoBAe','4878128MklHID','(((.+)+)+)+$','249942lyuezu','614hyrKpC'];a58c=function(){return i;};return a58c();}export{};
@@ -1 +1 @@
1
- function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a59d(a,b);}const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1bd))/0x1+-parseInt(y(0x1c5))/0x2*(-parseInt(y(0x1b2))/0x3)+-parseInt(y(0x1f6))/0x4+-parseInt(y(0x205))/0x5+-parseInt(y(0x1bf))/0x6+parseInt(y(0x207))/0x7+parseInt(y(0x1fd))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x62ec0));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 a59c(){const I=['11484816ayOCCm','currentLocation','rightHand','\x20Game\x20Log\x20','gloves','join','Head:\x20','size','2848310NPuidz','getInstance','3635464qflYKC','render','OUTSIDE','line','scroll','log','25%','6NhihlG','lock','yellow','feet','Torso:\x20','clearValue','textbox','name','parse','arms','getOtherSide','302457KfrfDP','forEach','4460382GxCzRz','Feet:\x20','20%','write','Thanks\x20for\x20playing!','map','617074TiPcwU','Gloves:\x20','C-c','player','handleInput','box','(((.+)+)+)+$','setContent','logFilePath','Left\x20Hand:\x20','Currently\x20in:\x20','100%','inventory','<<<<<<<<---------\x20Terminating\x20game','exit','apply','equip','constructor','getValue','\x0aThere\x20are\x20no\x20exits\x20here.','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20Map\x20','\x20Inventory\x20','90%','70%','None','\x20Equipment\x20','slice','Arms:\x20','enter','append','head','leftHand','75%','10%','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','split','equipment','take','legs','exits','45%','Legs:\x20','\x20(Unlocked)','roomType','focus','----->>>>>>\x20Initializing\x20Game','search','key','2205312IcMzrA','screen','argv','torso','unequip','Side\x20Quest\x20Adventure\x20Game','logBox'];a59c=function(){return I;};return a59c();}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0x1d4)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g['toString']()[A(0x1f4)](A(0x1cb))['toString']()[A(0x1d6)](g)[A(0x1f4)](A(0x1cb));});g();try{const h=a59e[B(0x1f7)]({'smartCSR':!![],'title':B(0x1fb)}),i=a59e[B(0x1ca)]({'top':'0%','left':B(0x1e6),'width':B(0x20d),'height':B(0x1ee),'border':{'type':B(0x20a)},'label':B(0x1db),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x1c4)](v=>v[C(0x1b9)]);i[C(0x1cc)](u[C(0x202)]('\x0a')),h['render']();};h[B(0x1e3)](i);const k=a59e[B(0x1ca)]({'top':B(0x1ee),'left':B(0x1e6),'width':B(0x20d),'height':B(0x20d),'border':{'type':'line'},'label':B(0x1df),'content':B(0x1e8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1e3)](k);const l=t=>{const D=B;k[D(0x1cc)](D(0x203)+(t[D(0x1e4)]?t['head']['name']:D(0x1de))+'\x0a'+(D(0x1b6)+(t[D(0x1f9)]?t['torso']['name']:D(0x1de))+'\x0a')+(D(0x1ef)+(t[D(0x1ec)]?t[D(0x1ec)][D(0x1b9)]:D(0x1de))+'\x0a')+(D(0x1c0)+(t[D(0x1b5)]?t[D(0x1b5)][D(0x1b9)]:'None')+'\x0a')+(D(0x1e1)+(t[D(0x1bb)]?t[D(0x1bb)]['name']:D(0x1de))+'\x0a')+(D(0x1c6)+(t[D(0x201)]?t[D(0x201)][D(0x1b9)]:D(0x1de))+'\x0a')+(D(0x1ce)+(t[D(0x1e5)]?t[D(0x1e5)][D(0x1b9)]:D(0x1de))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x1ff)]?t[D(0x1ff)][D(0x1b9)]:D(0x1de))+'\x0a')),h['render']();},m=a59e[B(0x1ca)]({'top':B(0x1dd),'left':B(0x1e6),'width':B(0x20d),'height':B(0x1c1),'border':{'type':B(0x20a)},'label':B(0x1da),'content':B(0x1d9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x1cf)+t[E(0x1b9)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x1ed)][E(0x204)]>0x0?t[E(0x1ed)][E(0x1be)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1bc)](t);x[F(0x1f1)]===RoomType[F(0x209)]?u+=capitalCase(w)+':\x20'+x[F(0x1b9)]:u+=capitalCase(w)+':\x20'+v[F(0x1b9)];if(v['checkIfLocked']())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=F(0x1f0));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1d8),m[E(0x1cc)](u),h[E(0x208)]();},o=a59e[B(0x1ca)]({'id':B(0x1fc),'top':'0%','left':'0%','width':'75%','height':B(0x1dc),'border':{'type':B(0x20a)},'label':B(0x200),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners']('mousemove'),h['append'](o);const p=a59e[B(0x1b8)]({'bottom':0x0,'left':0x0,'width':B(0x1d0),'height':B(0x1e7),'tags':!![],'border':{'type':B(0x20a)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1e3)](p),h[B(0x1f5)](['escape',B(0x1c7)],()=>process[B(0x1d3)](0x0)),p['focus'](),h[B(0x208)]();const q=Logger[B(0x206)](e[B(0x1cd)],h),r=new Player({'playerName':c});q[B(0x1c2)](B(0x1f3));const s=a59f[B(0x206)](r,d);o[B(0x1cc)](s['getWelcomeMessage']()),l(s['player'][B(0x1ea)]),j(s[B(0x1c8)][B(0x1d1)]),n(s[B(0x1c8)][B(0x1fe)]),p['key']([B(0x1e2)],async()=>{const G=B,t=p[G(0x1d7)](),u=s[G(0x1c9)](t);(t[G(0x1e9)]('\x20')[0x0]===G(0x1eb)||G(0x1d5)||G(0x1fa))&&(j(s[G(0x1c8)][G(0x1d1)]),l(s['player'][G(0x1ea)])),(t[G(0x1e9)]('\x20')[0x0]==='go'||G(0x1b3)||'unlock')&&n(s['player']['currentLocation']),t[G(0x1e9)]('\x20')[0x0]==='clear'&&o[G(0x1cc)](''),u===null&&(console['log'](G(0x1c3)),h[G(0x208)](),q['write'](G(0x1d2)),process['exit'](0x0)),o['pushLine'](u),o[G(0x20b)](0x1),p[G(0x1b7)](),p[G(0x1f2)](),h[G(0x208)]();});}catch(t){console[B(0x20c)](t),process['exit'](0x1);}}const args=process[a59H(0x1f8)][a59H(0x1e0)](0x2);main(args[0x0],JSON[a59H(0x1ba)](args[0x1]),JSON['parse'](args[0x2]));
1
+ const a59G=a59d;function a59c(){const H=['screen','render','yellow','map','inventory','\x20Equipment\x20','11bJGlpW','setContent','Gloves:\x20','arms','Thanks\x20for\x20playing!','forEach','equip','10%','25%','Available\x20exits\x20will\x20be\x20shown\x20here...','torso','unequip','----->>>>>>\x20Initializing\x20Game','exit','checkIfLocked','Arms:\x20','pushLine','parse','focus','\x20(Unlocked)','Left\x20Hand:\x20','5244702QYgdyI','append','line','Torso:\x20','clear','logFilePath','handleInput','\x20Inventory\x20','roomType','equipment','head','5NDhoBg','14869320FZjzsx','key','search','clearValue','logBox','player','log','getValue','52nbpUjC','<<<<<<<<---------\x20Terminating\x20game','toString','5TSPUGY','8114500eevzne','OUTSIDE','C-c','(((.+)+)+)+$','mousemove','98844HXCFcI','box','unlock','split','exits','legs','Side\x20Quest\x20Adventure\x20Game','9867267FIjyYf','100%','lock','enter','gloves','currentLocation','getAllItems','45%','75%','textbox','20%','size','9197368jMtnQq','feet','Currently\x20in:\x20','leftHand','293332KbcxgL','getInstance','\x20Map\x20','white','7KVzAoh','name','90%','write','None','\x20Game\x20Log\x20','rightHand','\x0aThere\x20are\x20no\x20exits\x20here.','-----\x20Exits\x20------\x0a'];a59c=function(){return H;};return a59c();}(function(a,b){const y=a59d,c=a();while(!![]){try{const d=parseInt(y(0x1d0))/0x1*(-parseInt(y(0x191))/0x2)+parseInt(y(0x17a))/0x3*(parseInt(y(0x1cd))/0x4)+parseInt(y(0x1c4))/0x5*(-parseInt(y(0x1b9))/0x6)+parseInt(y(0x195))/0x7*(parseInt(y(0x18d))/0x8)+parseInt(y(0x181))/0x9+parseInt(y(0x1d1))/0xa+parseInt(y(0x1a4))/0xb*(-parseInt(y(0x1c5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x9c113));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x177;let f=c[d];return f;},a59d(a,b);}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(0x1c7)](z(0x178))[z(0x1cf)]()['constructor'](g)['search'](z(0x178));});g();try{const h=a59e[A(0x19e)]({'smartCSR':!![],'title':A(0x180)}),i=a59e[A(0x17b)]({'top':'0%','left':'75%','width':A(0x1ac),'height':A(0x188),'border':{'type':'line'},'label':A(0x1c0),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x187)]()[B(0x1a1)](v=>v[B(0x196)]);i[B(0x1a5)](u['join']('\x0a')),h[B(0x19f)]();};h[A(0x1ba)](i);const k=a59e[A(0x17b)]({'top':A(0x188),'left':'75%','width':A(0x1ac),'height':A(0x1ac),'border':{'type':A(0x1bb)},'label':A(0x1a3),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1ba)](k);const l=t=>{const C=A;k[C(0x1a5)]('Head:\x20'+(t[C(0x1c3)]?t[C(0x1c3)][C(0x196)]:C(0x199))+'\x0a'+(C(0x1bc)+(t['torso']?t[C(0x1ae)][C(0x196)]:'None')+'\x0a')+('Legs:\x20'+(t[C(0x17f)]?t['legs'][C(0x196)]:C(0x199))+'\x0a')+('Feet:\x20'+(t['feet']?t[C(0x18e)]['name']:C(0x199))+'\x0a')+(C(0x1b3)+(t['arms']?t[C(0x1a7)][C(0x196)]:'None')+'\x0a')+(C(0x1a6)+(t[C(0x185)]?t[C(0x185)][C(0x196)]:'None')+'\x0a')+(C(0x1b8)+(t[C(0x190)]?t[C(0x190)][C(0x196)]:C(0x199))+'\x0a')+('Right\x20Hand:\x20'+(t[C(0x19b)]?t['rightHand'][C(0x196)]:C(0x199))+'\x0a')),h[C(0x19f)]();},m=a59e['box']({'top':'70%','left':A(0x189),'width':A(0x1ac),'height':A(0x18b),'border':{'type':A(0x1bb)},'label':A(0x193),'content':A(0x1ad),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1ba)](m);const n=t=>{const D=A;let u=D(0x18f)+t['name']+'\x0a\x0a';u+=D(0x19d),t[D(0x17e)][D(0x18c)]>0x0?t['exits'][D(0x1a9)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x[E(0x1c1)]===RoomType[E(0x1d2)]?u+=capitalCase(w)+':\x20'+x[E(0x196)]:u+=capitalCase(w)+':\x20'+v[E(0x196)];if(v[E(0x1b2)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=E(0x1b7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x19c),m['setContent'](u),h['render']();},o=a59e['box']({'id':A(0x1c9),'top':'0%','left':'0%','width':A(0x189),'height':A(0x197),'border':{'type':A(0x1bb)},'label':A(0x19a),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x179)),h[A(0x1ba)](o);const p=a59e[A(0x18a)]({'bottom':0x0,'left':0x0,'width':A(0x182),'height':A(0x1ab),'tags':!![],'border':{'type':A(0x1bb)},'style':{'fg':A(0x194),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[A(0x1c6)](['escape',A(0x177)],()=>process[A(0x1b1)](0x0)),p[A(0x1b6)](),h[A(0x19f)]();const q=Logger[A(0x192)](e[A(0x1be)],h),r=new Player({'playerName':c});q[A(0x198)](A(0x1b0));const s=a59f[A(0x192)](r,d);o[A(0x1a5)](s['getWelcomeMessage']()),l(s[A(0x1ca)][A(0x1c2)]),j(s[A(0x1ca)][A(0x1a2)]),n(s[A(0x1ca)]['currentLocation']),p['key']([A(0x184)],async()=>{const F=A,t=p[F(0x1cc)](),u=s[F(0x1bf)](t);(t['split']('\x20')[0x0]==='take'||F(0x1aa)||F(0x1af))&&(j(s[F(0x1ca)]['inventory']),l(s[F(0x1ca)][F(0x1c2)])),(t[F(0x17d)]('\x20')[0x0]==='go'||F(0x183)||F(0x17c))&&n(s[F(0x1ca)][F(0x186)]),t[F(0x17d)]('\x20')[0x0]===F(0x1bd)&&o[F(0x1a5)](''),u===null&&(console[F(0x1cb)](F(0x1a8)),h[F(0x19f)](),q[F(0x198)](F(0x1ce)),process[F(0x1b1)](0x0)),o[F(0x1b4)](u),o['scroll'](0x1),p[F(0x1c8)](),p[F(0x1b6)](),h[F(0x19f)]();});}catch(t){console[A(0x1cb)](t),process[A(0x1b1)](0x1);}}const args=process['argv']['slice'](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a59G(0x1b5)](args[0x2]));
@@ -1 +1 @@
1
- function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x123;let f=c[d];return f;},a60d(a,b);}const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x133))/0x1*(-parseInt(h(0x128))/0x2)+-parseInt(h(0x135))/0x3+-parseInt(h(0x138))/0x4*(-parseInt(h(0x12f))/0x5)+parseInt(h(0x125))/0x6+-parseInt(h(0x145))/0x7+parseInt(h(0x14e))/0x8+parseInt(h(0x126))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x6a30e));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x14d)]()[j(0x134)](j(0x136))['toString']()[j(0x142)](a60a)[j(0x134)]('(((.+)+)+)+$');});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';function a60c(){const s=['render','write','logBox','apply','writeFileSync','constructor','homedir','appendFileSync','5445643DJxlpZ','toISOString','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','.maka','screen','error','box','children','toString','4846832ZIjKaq','side-quest.log','dirname','3912234gxBGAV','6932403DeSPSO','type','126650tMllIK','instance','getScrollHeight','getInstance','setContent','existsSync','ensureLogFileExists','857435DaxDRt','join','filePath','mkdirSync','2vshKeK','search','2580270TBMOia','(((.+)+)+)+$','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','4haqDKD','[INFO]\x20[','hasScreen','[ERROR]\x20[','content'];a60c=function(){return s;};return a60c();}const homeDir=a60f[a60k(0x143)]();export class Logger{static [a60k(0x129)];['filePath'];['screen'];constructor(a,b){const l=a60k;this[l(0x131)]=a,this[l(0x149)]=b,this[l(0x12e)]();}static[a60k(0x12b)](a=a60g[a60k(0x130)](homeDir,a60k(0x148),a60k(0x123)),b){const m=a60k;if(!Logger[m(0x129)]){if(!b)throw new Error(m(0x147));Logger[m(0x129)]=new Logger(a,b);}return Logger[m(0x129)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x124)](this['filePath']);!a60e[n(0x12d)](a)&&a60e[n(0x132)](a,{'recursive':!![]}),!a60e[n(0x12d)](this[n(0x131)])&&a60e[n(0x141)](this['filePath'],'');}['write'](a){const o=a60k,b=new Date()['toISOString'](),c=o(0x139)+b+']\x20'+a+'\x0a';a60e[o(0x144)](this[o(0x131)],c);}[a60k(0x14a)](a){const p=a60k,b=new Date()[p(0x146)](),c=p(0x13b)+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this[p(0x131)],c);}['log'](a){const q=a60k,b=this[q(0x149)]?.[q(0x14c)]['find'](c=>c[q(0x127)]===q(0x14b)&&c['options']['id']===q(0x13f));b?(b[q(0x12c)](b[q(0x13c)]+'\x0a'+a),b['scrollTo'](b[q(0x12a)]()),this['screen']?.[q(0x13d)]()):this[q(0x14a)]('The\x20logbox\x20'+b+q(0x137)+this[q(0x149)]),this[q(0x13e)](a);}[a60k(0x13a)](){const r=a60k;return!!this[r(0x149)];}}
1
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=-parseInt(h(0xe7))/0x1*(-parseInt(h(0xe3))/0x2)+-parseInt(h(0xdb))/0x3*(parseInt(h(0xd4))/0x4)+parseInt(h(0xec))/0x5*(parseInt(h(0xe5))/0x6)+-parseInt(h(0xd0))/0x7+-parseInt(h(0xe9))/0x8+-parseInt(h(0xcd))/0x9*(parseInt(h(0xe2))/0xa)+-parseInt(h(0xe8))/0xb*(-parseInt(h(0xf1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc6d77));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0xc8)]()[j(0xe6)]('(((.+)+)+)+$')[j(0xc8)]()[j(0xde)](a60a)['search'](j(0xc9));});a60a();import a60e from'fs';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xc6;let f=c[d];return f;},a60d(a,b);}import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0xeb)]();export class Logger{static [a60k(0xd1)];['filePath'];[a60k(0xdf)];constructor(a,b){const l=a60k;this[l(0xd8)]=a,this[l(0xdf)]=b,this[l(0xd2)]();}static[a60k(0xef)](a=a60g[a60k(0xce)](homeDir,a60k(0xe4),'side-quest.log'),b){const m=a60k;if(!Logger[m(0xd1)]){if(!b)throw new Error(m(0xed));Logger[m(0xd1)]=new Logger(a,b);}return Logger[m(0xd1)];}[a60k(0xd2)](){const n=a60k,a=a60g[n(0xd7)](this[n(0xd8)]);!a60e[n(0xf0)](a)&&a60e['mkdirSync'](a,{'recursive':!![]}),!a60e['existsSync'](this[n(0xd8)])&&a60e[n(0xd5)](this[n(0xd8)],'');}[a60k(0xe1)](a){const o=a60k,b=new Date()[o(0xdc)](),c=o(0xd3)+b+']\x20'+a+'\x0a';a60e[o(0xee)](this[o(0xd8)],c);}[a60k(0xf2)](a){const p=a60k,b=new Date()[p(0xdc)](),c=p(0xca)+b+']\x20'+a+'\x0a';a60e[p(0xee)](this[p(0xd8)],c);}[a60k(0xcf)](a){const q=a60k,b=this['screen']?.[q(0xcc)]['find'](c=>c['type']===q(0xda)&&c['options']['id']===q(0xc7));b?(b['setContent'](b[q(0xdd)]+'\x0a'+a),b[q(0xd9)](b[q(0xea)]()),this['screen']?.[q(0xe0)]()):this[q(0xf2)](q(0xc6)+b+q(0xd6)+this[q(0xdf)]),this['write'](a);}['hasScreen'](){const r=a60k;return!!this[r(0xdf)];}}function a60c(){const s=['join','log','2441019ZyQiSY','instance','ensureLogFileExists','[INFO]\x20[','92rPQvsI','writeFileSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','dirname','filePath','scrollTo','box','140109xXsOtt','toISOString','content','constructor','screen','render','write','197700apeXdE','38MTJKIq','.maka','1122edWSIz','search','57521rxMXJc','1397341uiCXdn','6382296pdtMSQ','getScrollHeight','homedir','40325zpjjnV','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','appendFileSync','getInstance','existsSync','168miIFtd','error','The\x20logbox\x20','logBox','toString','(((.+)+)+)+$','[ERROR]\x20[','apply','children','612AyHfBs'];a60c=function(){return s;};return a60c();}
@@ -1 +1 @@
1
- const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x1db))/0x1+-parseInt(k(0x1dc))/0x2*(-parseInt(k(0x1e3))/0x3)+-parseInt(k(0x1e7))/0x4*(parseInt(k(0x1f2))/0x5)+parseInt(k(0x1ee))/0x6+-parseInt(k(0x1d6))/0x7+parseInt(k(0x1e8))/0x8+parseInt(k(0x1f3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x82e28));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x1d5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x1ec)]()['search'](m(0x1f0))[m(0x1ec)]()[m(0x1d4)](a61a)['search'](m(0x1f0));});a61a();import a61e from'path';import{spawn}from'child_process';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1d2;let f=c[d];return f;},a61d(a,b);}import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a61c(){const q=['3218957PAvlqd','exit','sideQuestAnswer','side-quest.log','log','552788nTtOZz','292uTLAwF','join','What\x20is\x20your\x20name?','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...','create','stringify','side-quest','18561YVMCEP','getGlobalMakaDir','player','Commoner','1892OscjgH','1205232MhnzoB','Thanks\x20for\x20playing!','node','url','toString','Play\x20a\x20little\x20side-quest','1997742gGytVA','shadowrun','(((.+)+)+)+$','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','1130kdurbe','2418552VtzVGk','resolve','list','constructor','apply'];a61c=function(){return q;};return a61c();}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0x1eb)]),__dirname=dirname(__filename);Command[a61n(0x1e0)]({'name':a61n(0x1e2),'usage':'maka\x20play:side-quest','shortDesc':a61n(0x1ed),'aliases':['sq'],'description':a61n(0x1df),'validOpts':['player']},async function(a,b){const o=a61n;try{const c=this['fsi'][o(0x1e4)](),d=a61e[o(0x1dd)](c,o(0x1d9)),e=b[o(0x1e5)]?b['player']:await Actions['ask'](o(0x1de))||o(0x1e6),f={...b,'logFilePath':d},g={'type':o(0x1d3),'name':o(0x1d8),'message':o(0x1f1),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x1ef),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x1ea),[a61e[o(0x1d2)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1e1)](h),JSON[o(0x1e1)](f)],{'stdio':'inherit'});i['on'](o(0x1d7),()=>{const p=o;console['log'](p(0x1e9));});}}catch(j){console[o(0x1da)](j);}},a61f);
1
+ const a61n=a61d;function a61c(){const q=['2157576IfEKBk','create','(((.+)+)+)+$','dungeon','./sideQuest/ui.js','ask','options','join','side-quest','494478JWAjwO','toString','14511013MLPgAz','What\x20is\x20your\x20name?','Thanks\x20for\x20playing!','search','270AojMLw','url','Commoner','player','resolve','342310LNqEnP','fsi','Play\x20a\x20little\x20side-quest','node','side-quest.log','constructor','apply','3570jktZtQ','log','6690104PcZVTs','list','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...','maka\x20play:side-quest','6120pFXHwi','exit','2oNZauL','stringify','608rquesC','88774FDhdgR'];a61c=function(){return q;};return a61c();}(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0xe5))/0x1*(parseInt(k(0xfd))/0x2)+parseInt(k(0xe9))/0x3+parseInt(k(0xdf))/0x4+-parseInt(k(0xdd))/0x5*(parseInt(k(0xe3))/0x6)+parseInt(k(0xe8))/0x7*(-parseInt(k(0xe7))/0x8)+parseInt(k(0xf2))/0x9*(-parseInt(k(0xf8))/0xa)+parseInt(k(0xf4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd6461));function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0xdc;let f=c[d];return f;},a61d(a,b);}const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xdc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xf3)]()[m(0xf7)](m(0xeb))['toString']()[m(0x102)](a61a)[m(0xf7)]('(((.+)+)+)+$');});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0xf9)]),__dirname=dirname(__filename);Command[a61n(0xea)]({'name':a61n(0xf1),'usage':a61n(0xe2),'shortDesc':a61n(0xff),'aliases':['sq'],'description':a61n(0xe1),'validOpts':['player']},async function(a,b){const o=a61n;try{const c=this[o(0xfe)]['getGlobalMakaDir'](),d=a61e[o(0xf0)](c,o(0x101)),e=b[o(0xfb)]?b[o(0xfb)]:await Actions[o(0xee)](o(0xf5))||o(0xfa),f={...b,'logFilePath':d},g={'type':o(0xe0),'name':'sideQuestAnswer','message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0xec),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xef)](g);if(e&&h){const i=spawn(o(0x100),[a61e[o(0xfc)](__dirname,o(0xed)),e,JSON[o(0xe6)](h),JSON[o(0xe6)](f)],{'stdio':'inherit'});i['on'](o(0xe4),()=>{const p=o;console[p(0xde)](p(0xf6));});}}catch(j){console[o(0xde)](j);}},a61f);
@@ -1 +1 @@
1
- var a62h=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x165))/0x1+-parseInt(f(0x166))/0x2+-parseInt(f(0x162))/0x3+-parseInt(f(0x15e))/0x4*(parseInt(f(0x15d))/0x5)+-parseInt(f(0x160))/0x6*(parseInt(f(0x16a))/0x7)+parseInt(f(0x164))/0x8+parseInt(f(0x168))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x25b57));function a62c(){var j=['toString','195660mpEDYe','snake','779880EDdfdV','233087RZlPeX','216588LKOrjS','maka\x20game:snake','6268383aTxEFf','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','7wqbQLs','search','constructor','(((.+)+)+)+$','5fZXNQu','706796VTbLYJ','inherit','337302ftrDgM'];a62c=function(){return j;};return a62c();}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(0x161)]()['search'](g(0x15c))['toString']()[g(0x16c)](a62a)[g(0x16b)](g(0x15c));});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x15c;var f=c[d];return f;},a62d(a,b);}Command['create']({'name':a62h(0x163),'usage':a62h(0x167),'shortDesc':a62h(0x169),'validOpts':[]},async function(){var i=a62h;execSync('npx\x20command-line-snake',{'stdio':i(0x15f)});},a62e);
1
+ var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0xf9))/0x1+parseInt(f(0xfe))/0x2*(-parseInt(f(0xf6))/0x3)+parseInt(f(0xf3))/0x4+-parseInt(f(0xfc))/0x5*(parseInt(f(0xf2))/0x6)+parseInt(f(0xee))/0x7+parseInt(f(0xf4))/0x8*(-parseInt(f(0xff))/0x9)+parseInt(f(0xf8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x8b4ec));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xfb)]()[h(0xf1)](h(0xf5))[h(0xfb)]()[h(0xf0)](a62a)['search'](h(0xf5));});function a62c(){var j=['1850373ILIMIf','2206876OlcigC','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','constructor','search','678GawCsL','2341280NefRGg','8HnQffo','(((.+)+)+)+$','39VZokzT','snake','10941240zBUTaa','102195StMVxF','maka\x20game:snake','toString','3015FvnRLH','apply','161258YmkSNM'];a62c=function(){return j;};return a62c();}a62a();import a62e from'./play.command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xee;var f=c[d];return f;},a62d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a62i(0xf7),'usage':a62i(0xfa),'shortDesc':a62i(0xef),'validOpts':[]},async function(){execSync('npx\x20command-line-snake',{'stdio':'inherit'});},a62e);
@@ -1 +1 @@
1
- function a63c(){var k=['create','28yFqJvm','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','391835vOxxTs','npx\x20simple-tetris','8749378KgTXCl','224956cMPwzj','constructor','3DgoHpz','5nteLsv','search','2793354mAepPW','tetris','2543283xjmYSu','5026970sAlUHN','inherit','784088PctwpS','toString','maka\x20game:tetris','2tpyBJF','apply'];a63c=function(){return k;};return a63c();}var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x139))/0x1*(parseInt(f(0x149))/0x2)+-parseInt(f(0x13e))/0x3*(parseInt(f(0x13c))/0x4)+parseInt(f(0x13f))/0x5*(-parseInt(f(0x141))/0x6)+-parseInt(f(0x14c))/0x7*(-parseInt(f(0x146))/0x8)+-parseInt(f(0x143))/0x9+-parseInt(f(0x144))/0xa+parseInt(f(0x13b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x42743));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x138;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x14a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x147)]()['search'](h(0x138))[h(0x147)]()[h(0x13d)](a63a)[h(0x140)](h(0x138));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0x14b)]({'name':a63i(0x142),'usage':a63i(0x148),'shortDesc':a63i(0x14d),'validOpts':[]},async function(){var j=a63i;execSync(j(0x13a),{'stdio':j(0x145)});},a63e);
1
+ var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xd6))/0x1+parseInt(f(0xd5))/0x2+-parseInt(f(0xd9))/0x3*(-parseInt(f(0xcd))/0x4)+parseInt(f(0xd3))/0x5+parseInt(f(0xdb))/0x6*(-parseInt(f(0xdc))/0x7)+-parseInt(f(0xda))/0x8+parseInt(f(0xd4))/0x9*(parseInt(f(0xd1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xcfed0));function a63c(){var k=['546906ECgCXr','maka\x20game:tetris','(((.+)+)+)+$','1527DGPubJ','9415352wFoPNx','612tkaCIt','30450DKcvpX','npx\x20simple-tetris','7428tvzJIF','tetris','create','apply','22010SAaWxY','toString','420045bsMyUV','2340wihVdG','2835414MOBVHC'];a63c=function(){return k;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xd0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()['search'](h(0xd8))[h(0xd2)]()['constructor'](a63a)['search']('(((.+)+)+)+$');});a63a();import a63e from'./play.command.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xcc;var f=c[d];return f;},a63d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0xcf)]({'name':a63i(0xce),'usage':a63i(0xd7),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a63i;execSync(j(0xcc),{'stdio':'inherit'});},a63e);
@@ -1 +1 @@
1
- const a64i=a64d;function a64c(){const k=['toString','dir','maka\x20g:package\x20package:name','11KgQqyN','search','10115670HwrUOa','create','maka\x20g:dbc\x20geoserver\x20--type=pgsql','apply','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','3390756lWzwPN','maka\x20g:template\x20todos/todo_item','error','(((.+)+)+)+$','invoke','4ydxMSL','maka\x20{generate,\x20g}:<generator>\x20<name>','Could\x20not\x20find\x20generator','10GnHHsD','16815910BmQWya','4709528AQYZaI','13697775kNcLJp','slice','generate','3072120VmrKVm','maka\x20g:scaffold\x20todos','constructor','397604YfrzcO','maka\x20g:route\x20todos/edit','7JaSpEW'];a64c=function(){return k;};return a64c();}function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xe3;let f=c[d];return f;},a64d(a,b);}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0xee))/0x1*(parseInt(f(0x100))/0x2)+parseInt(f(0xeb))/0x3+-parseInt(f(0xfb))/0x4*(parseInt(f(0xe5))/0x5)+-parseInt(f(0xf6))/0x6*(-parseInt(f(0xf0))/0x7)+parseInt(f(0xe7))/0x8+-parseInt(f(0xe8))/0x9+-parseInt(f(0xe6))/0xa*(-parseInt(f(0xf4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xec41a));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0xf1)]()['search'](h(0xfe))[h(0xf1)]()[h(0xed)](a64a)[h(0xf5)](h(0xfe));});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(0xf7)]({'name':a64i(0xea),'aliases':['g'],'usage':a64i(0xe3),'validOpts':[a64i(0xf2),'where','help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a64i(0xfa),'examples':['maka\x20generate:scaffold\x20todos',a64i(0xec),a64i(0xfc),a64i(0xf3),a64i(0xef),'maka\x20g:api\x20trucks',a64i(0xf8)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b['help']?(Log['notice']('Generators:'),a64e['listGenerators']()):Log[j(0xfd)](j(0xe4));throw new UsageError();}await d[j(0xff)](a[j(0xe9)](0x1),b);});
1
+ function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x7c;let f=c[d];return f;},a64d(a,b);}const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x86))/0x1+parseInt(f(0x91))/0x2*(-parseInt(f(0x8f))/0x3)+-parseInt(f(0x7d))/0x4+-parseInt(f(0x8a))/0x5+-parseInt(f(0x81))/0x6+parseInt(f(0x7f))/0x7+-parseInt(f(0x88))/0x8*(-parseInt(f(0x80))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x7cbcd));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x95)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x92)]()[h(0x8c)](h(0x89))[h(0x92)]()['constructor'](a64a)[h(0x8c)]('(((.+)+)+)+$');});a64a();function a64c(){const k=['Generators:','generate','maka\x20g:api\x20trucks','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','119886oyjepA','slice','8nGhzbL','(((.+)+)+)+$','718610Rpzdin','where','search','help','notice','1518444yfLEdT','Could\x20not\x20find\x20generator','4QKPBnZ','toString','maka\x20g:package\x20package:name','error','apply','maka\x20g:template\x20todos/todo_item','dir','1841812rNcMPH','invoke','1607214pNwxHr','18912375lbFeDd','502170uJCUGs'];a64c=function(){return k;};return a64c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command['create']({'name':a64i(0x83),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a64i(0x7c),a64i(0x8b),a64i(0x8d)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a64i(0x85),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a64i(0x96),a64i(0x93),'maka\x20g:route\x20todos/edit',a64i(0x84),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a64i,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b[j(0x8d)]?(Log[j(0x8e)](j(0x82)),a64e['listGenerators']()):Log[j(0x94)](j(0x90));throw new UsageError();}await d[j(0x7e)](a[j(0x87)](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x10c))/0x1*(-parseInt(f(0x101))/0x2)+-parseInt(f(0xff))/0x3+-parseInt(f(0x104))/0x4*(parseInt(f(0x106))/0x5)+-parseInt(f(0x107))/0x6*(-parseInt(f(0xfe))/0x7)+-parseInt(f(0xfd))/0x8*(-parseInt(f(0x10b))/0x9)+-parseInt(f(0x103))/0xa*(-parseInt(f(0x108))/0xb)+parseInt(f(0x100))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xd6317));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x102)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x109)]()[h(0x10a)](h(0xfc))[h(0x109)]()[h(0x105)](a65a)[h(0x10a)](h(0xfc));});a65a();import'./get.command.js';import'./global.sub.cmd.js';function a65c(){var i=['constructor','5FwvtuR','312qxSKYz','11121Epmedn','toString','search','14804109bFYBQc','29409gnvjMN','(((.+)+)+)+$','8imKvMn','174769YggHVW','2508648cAOsAv','11531052ljqrQj','118LeVccM','apply','8610plPEHH','5303580CeBkjy'];a65c=function(){return i;};return a65c();}function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xfc;var f=c[d];return f;},a65d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ function a65c(){var h=['1623KgPiOM','542jVtXHR','1220350RzUxVQ','constructor','42GkPVEB','36srwPLU','480rGipzw','(((.+)+)+)+$','search','7701089aEsaTj','700032wppqYR','34449JbXxbq','7750408vLmvKv','6540305uHTBpu','toString'];a65c=function(){return h;};return a65c();}(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0xd5))/0x1*(parseInt(f(0xd6))/0x2)+parseInt(f(0xd1))/0x3*(-parseInt(f(0xdb))/0x4)+parseInt(f(0xd3))/0x5+parseInt(f(0xdf))/0x6*(parseInt(f(0xd9))/0x7)+parseInt(f(0xd2))/0x8+-parseInt(f(0xda))/0x9*(parseInt(f(0xd7))/0xa)+-parseInt(f(0xde))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xcfa60));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var g=a65d;return a65a[g(0xd4)]()[g(0xdd)](g(0xdc))['toString']()[g(0xd8)](a65a)['search'](g(0xdc));});a65a();import'./get.command.js';import'./global.sub.cmd.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xd1;var f=c[d];return f;},a65d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x119))/0x1+parseInt(f(0x111))/0x2*(parseInt(f(0x114))/0x3)+parseInt(f(0x11b))/0x4+-parseInt(f(0x106))/0x5*(-parseInt(f(0x11a))/0x6)+parseInt(f(0x10b))/0x7*(-parseInt(f(0x110))/0x8)+-parseInt(f(0x10a))/0x9*(parseInt(f(0x10d))/0xa)+parseInt(f(0x116))/0xb*(-parseInt(f(0x10c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x79264));function a66c(){const k=['(((.+)+)+)+$','search','174571drNbLz','2399874ewiEOY','1515784FiltDm','10ggDcue','apply','Get\x20various\x20Maka\x20variables\x20and\x20configurations','toString','9GqsmHq','730429lmxiEX','492zNfaiW','6727010vUCewJ','maka\x20get:<sub-command>','get','40MlAThS','116eqwbVR','Sub-Command\x20not\x20found','runSubCommand','45834RAKUIa','findSubCommand','53603dfGnvJ'];a66c=function(){return k;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x106;let f=c[d];return f;},a66d(a,b);}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x107)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x109)]()[h(0x118)](h(0x117))[h(0x109)]()['constructor'](a66a)[h(0x118)](h(0x117));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a66i(0x10f),'usage':a66i(0x10e),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x108),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x115)](c);if(d)this[j(0x113)](c,a,b);else{Log['error'](j(0x112));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a66h=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x189))/0x1*(parseInt(f(0x193))/0x2)+-parseInt(f(0x19a))/0x3+parseInt(f(0x186))/0x4+-parseInt(f(0x190))/0x5*(parseInt(f(0x18c))/0x6)+parseInt(f(0x18e))/0x7*(parseInt(f(0x18b))/0x8)+-parseInt(f(0x187))/0x9+parseInt(f(0x18d))/0xa*(parseInt(f(0x199))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x9c8d1));function a66c(){const j=['maka\x20get:<sub-command>','error','2255YaHXjY','366387dSiehd','1649448IwxCla','7353693meGfDc','toString','76847kOhplE','create','152ywzxXS','6CflZSx','58930hUiuqF','297038HWSVrz','findSubCommand','3846935Oiqlgn','constructor','(((.+)+)+)+$','2UEBSZW','runSubCommand','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a66c=function(){return j;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x186;let f=c[d];return f;},a66d(a,b);}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const g=a66d;return a66a['toString']()[g(0x195)](g(0x192))[g(0x188)]()[g(0x191)](a66a)[g(0x195)](g(0x192));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66h(0x18a)]({'name':'get','usage':a66h(0x197),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66h(0x196),'validOpts':[]},async function(a,b){const i=a66h,c=a[0x0],d=this[i(0x18f)](c);if(d)this[i(0x194)](c,a,b);else{Log[i(0x198)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x174))/0x1+-parseInt(f(0x184))/0x2*(parseInt(f(0x188))/0x3)+parseInt(f(0x181))/0x4+parseInt(f(0x17a))/0x5*(parseInt(f(0x189))/0x6)+parseInt(f(0x175))/0x7*(-parseInt(f(0x176))/0x8)+-parseInt(f(0x186))/0x9*(-parseInt(f(0x179))/0xa)+-parseInt(f(0x17c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xa7041));function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x173;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(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()['search']('(((.+)+)+)+$')[h(0x17b)]()['constructor'](a67a)['search'](h(0x17e));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x178)]({'name':a67i(0x183),'usage':a67i(0x17d),'aliases':['gc'],'shortDesc':a67i(0x17f),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x180)][j(0x173)]();console[j(0x177)](a),process[j(0x187)](0x0);}catch(b){console[j(0x182)](b),process[j(0x187)](0x0);}},a67e);function a67c(){const k=['7bnLhKP','8252632SMJJjN','log','create','1135430zmmLVY','1205XDKLxg','toString','225445pRoNsF','maka\x20get:global-config','(((.+)+)+)+$','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','fsi','4409948rLicSe','error','global-config','960412VjROMd','apply','36qmKqKS','exit','6znCvhW','27522WxPqqt','getGlobalConfig','34457DnMSxl'];a67c=function(){return k;};return a67c();}
1
+ function a67c(){const k=['220NReIRF','(((.+)+)+)+$','1402840zgIzQt','log','search','1506DzOjmD','global-config','1157830cEzyDR','3597hlNxou','72zWfwcy','error','toString','fsi','exit','2662832NGXzhG','apply','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','247211ITBebl','maka\x20get:global-config','8351KBXYUQ','1905060oXmCOG'];a67c=function(){return k;};return a67c();}const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x6c))/0x1+-parseInt(f(0x70))/0x2*(-parseInt(f(0x78))/0x3)+parseInt(f(0x6f))/0x4+parseInt(f(0x72))/0x5+parseInt(f(0x75))/0x6*(-parseInt(f(0x6e))/0x7)+parseInt(f(0x7e))/0x8+-parseInt(f(0x79))/0x9*(parseInt(f(0x77))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x3b589));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x7b)]()[h(0x74)](h(0x71))[h(0x7b)]()['constructor'](a67a)['search']('(((.+)+)+)+$');});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x6c;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a67i(0x76),'usage':a67i(0x6d),'aliases':['gc'],'shortDesc':a67i(0x80),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x7c)]['getGlobalConfig']();console[j(0x73)](a),process[j(0x7d)](0x0);}catch(b){console[j(0x7a)](b),process[j(0x7d)](0x0);}},a67e);
@@ -1 +1 @@
1
- function a68c(){const k=['constructor','1208459DpIUER','fsi','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','maka\x20get:local-config','create','2987076HCTngE','930MXPWiP','(((.+)+)+)+$','29592deJRde','apply','8ZdbUrk','log','4217520HxAjaW','toString','3357438OdIuoj','72337MnOiLg','19500063qNUIic','4JYvFPN','search','5klPWvZ'];a68c=function(){return k;};return a68c();}const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x157))/0x1*(parseInt(f(0x152))/0x2)+-parseInt(f(0x14d))/0x3*(-parseInt(f(0x144))/0x4)+parseInt(f(0x146))/0x5*(parseInt(f(0x156))/0x6)+parseInt(f(0x148))/0x7+parseInt(f(0x154))/0x8+-parseInt(f(0x150))/0x9*(-parseInt(f(0x14e))/0xa)+-parseInt(f(0x143))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x79c6b));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x155)]()[h(0x145)](h(0x14f))[h(0x155)]()[h(0x147)](a68a)['search'](h(0x14f));});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x143;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';Command[a68i(0x14c)]({'name':'local-config','usage':a68i(0x14b),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x14a),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x149)]['getProjectConfig']();console[j(0x153)](a);},a68e);
1
+ const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0x142))/0x1*(parseInt(f(0x14f))/0x2)+parseInt(f(0x14d))/0x3+parseInt(f(0x13f))/0x4+parseInt(f(0x14c))/0x5+parseInt(f(0x140))/0x6+parseInt(f(0x14b))/0x7+-parseInt(f(0x144))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x60432));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x149)]()[h(0x147)](h(0x14e))[h(0x149)]()[h(0x148)](a68a)[h(0x147)](h(0x14e));});a68a();function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x13f;let f=c[d];return f;},a68d(a,b);}import a68e from'./get.command.js';import{Command}from'../../command.js';function a68c(){const k=['search','constructor','toString','getProjectConfig','4593029iFoCJG','665205CLndLA','2167446JQyFae','(((.+)+)+)+$','1084AbSqsg','local-config','908484Oybarq','4528812qdCpZY','create','1409cuIzlG','fsi','22903848nBvEJm','apply','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file'];a68c=function(){return k;};return a68c();}Command[a68i(0x141)]({'name':a68i(0x150),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x146),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x143)][j(0x14a)]();console['log'](a);},a68e);
@@ -1 +1 @@
1
- const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x151;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0x164))/0x1+-parseInt(g(0x152))/0x2*(parseInt(g(0x15a))/0x3)+parseInt(g(0x15e))/0x4+parseInt(g(0x15d))/0x5*(-parseInt(g(0x163))/0x6)+parseInt(g(0x154))/0x7+-parseInt(g(0x15f))/0x8+-parseInt(g(0x15b))/0x9*(parseInt(g(0x162))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x9d370));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x161)]()[i(0x167)](i(0x151))[i(0x161)]()['constructor'](a69a)['search'](i(0x151));});function a69c(){const l=['create','98015JKqguZ','4385432mAQfWH','3830672dpPTBO','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','toString','2233330JtGDAz','78TvbESo','762882LtLpUA','maka\x20get:whoami','getGlobalConfig','search','join','userId','apply','whoami','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','notice','(((.+)+)+)+$','778EOnEBu','error','1838123GiHvsN','hash','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','exit','User\x20Access\x20Token:\x20\x20','4017lClQgs','9EkvhJI'];a69c=function(){return l;};return a69c();}a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x15c)]({'name':a69j(0x16b),'usage':a69j(0x165),'shortDesc':a69j(0x16c),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this['fsi'][k(0x166)]();if(a[k(0x155)]){const b=a69f['decode'](a[k(0x155)]);Log['notice'](k(0x160)+b?.['user']),Log[k(0x16e)](k(0x156)+a['token']?.[k(0x169)]),Log[k(0x16e)](k(0x159)+a['token']?.['authToken']),Log[k(0x16e)](k(0x16d)+b?.[k(0x157)][k(0x168)](',\x20'));}}catch(c){console[k(0x153)](c),process[k(0x158)](0x0);}},a69e);
1
+ const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x173;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x180))/0x1+-parseInt(g(0x176))/0x2*(-parseInt(g(0x186))/0x3)+-parseInt(g(0x179))/0x4+-parseInt(g(0x181))/0x5*(parseInt(g(0x18e))/0x6)+-parseInt(g(0x17d))/0x7*(-parseInt(g(0x17f))/0x8)+-parseInt(g(0x192))/0x9+-parseInt(g(0x178))/0xa*(-parseInt(g(0x18c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x1f996));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a['toString']()[i(0x182)](i(0x175))['toString']()['constructor'](a69a)[i(0x182)](i(0x175));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';function a69c(){const l=['User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','(((.+)+)+)+$','2gNVKHz','getGlobalConfig','1510ZiEcBg','1000268OlGAOt','apply','whoami','authToken','5957xglRVY','fsi','824hYbVvQ','190162HshwEf','125GcZMSN','search','create','roles','hash','656643UfzlNW','maka\x20get:whoami','token','notice','exit','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','37301SgaYcW','User\x20Access\x20Token:\x20\x20','11406jgcsGn','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','user','join','1812519fEUiTI','decode'];a69c=function(){return l;};return a69c();}import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x183)]({'name':a69j(0x17b),'usage':a69j(0x187),'shortDesc':a69j(0x18b),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x17e)][k(0x177)]();if(a[k(0x185)]){const b=a69f[k(0x173)](a[k(0x185)]);Log['notice'](k(0x174)+b?.[k(0x190)]),Log[k(0x189)](k(0x18f)+a[k(0x188)]?.['userId']),Log[k(0x189)](k(0x18d)+a['token']?.[k(0x17c)]),Log[k(0x189)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x184)][k(0x191)](',\x20'));}}catch(c){console['error'](c),process[k(0x18a)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x1fd))/0x1*(parseInt(f(0x1f4))/0x2)+-parseInt(f(0x1f6))/0x3+parseInt(f(0x1f1))/0x4*(-parseInt(f(0x1f3))/0x5)+-parseInt(f(0x1f9))/0x6+parseInt(f(0x1f5))/0x7*(parseInt(f(0x1ee))/0x8)+-parseInt(f(0x1f8))/0x9*(-parseInt(f(0x1fa))/0xa)+-parseInt(f(0x1f2))/0xb*(-parseInt(f(0x1fc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x1f262));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x1fb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x1fe)]()['search'](h(0x1ef))[h(0x1fe)]()['constructor'](a70a)['search'](h(0x1ef));});function a70c(){var j=['842724mFafhQ','40ZWRyao','apply','9192uKyuaf','3727pmlYcI','toString','16CrOaKf','(((.+)+)+)+$','Try,\x20maka\x20--help','4UsJOsX','825jzTTHH','18230jbRvPL','46aUSjCo','502733WvpFqf','595173TkALug','create','412353JTGoIz'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1ee;var f=c[d];return f;},a70d(a,b);}import{UsageError}from'../error.js';Command[a70i(0x1f7)]({'name':'help','description':a70i(0x1f0),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0xc3))/0x1+parseInt(f(0xbd))/0x2*(parseInt(f(0xc1))/0x3)+parseInt(f(0xc9))/0x4+parseInt(f(0xc4))/0x5*(parseInt(f(0xca))/0x6)+-parseInt(f(0xba))/0x7+parseInt(f(0xbe))/0x8*(-parseInt(f(0xc5))/0x9)+parseInt(f(0xbc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xceb50));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0xc0)]()[h(0xc6)](h(0xbb))[h(0xc0)]()['constructor'](a70a)[h(0xc6)](h(0xbb));});a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a70c(){var j=['276490jHOUXl','6ePqflo','32NficIf','apply','toString','1101609SIzNaB','Try,\x20maka\x20--help','827607KsWKgm','5Fdflfi','2066661XbbXBd','search','create','Deprecated:\x20use\x20--help\x20instead','929748ximqlq','7307310cmgott','11493993Ycnbgt','(((.+)+)+)+$'];a70c=function(){return j;};return a70c();}function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0xba;var f=c[d];return f;},a70d(a,b);}Command[a70i(0xc7)]({'name':'help','description':a70i(0xc2),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0xc8)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a71l=a71d;function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x125;let f=c[d];return f;},a71d(a,b);}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0x12b))/0x1+parseInt(j(0x142))/0x2*(-parseInt(j(0x147))/0x3)+parseInt(j(0x126))/0x4*(parseInt(j(0x13b))/0x5)+parseInt(j(0x145))/0x6+parseInt(j(0x14d))/0x7*(parseInt(j(0x13f))/0x8)+-parseInt(j(0x125))/0x9+-parseInt(j(0x133))/0xa*(parseInt(j(0x138))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdfd69));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const k=a71d;return a71a[k(0x129)]()['search']('(((.+)+)+)+$')[k(0x129)]()[k(0x148)](a71a)[k(0x12c)](k(0x13a));});a71a();import a71e from'path';import a71f from'fs';function a71c(){const n=['sep','4527657ztwjWl','332kFbQAF','logError','create','toString','maka\x20jsdoc','842288fzuELb','search','maka\x20jsdoc\x20--init','closure','app/private','logWithSpinner','\x20-r\x20app','\x0a[+]\x20Documentation\x20written\x20to\x20','10nvygSX','stop','\x20-c\x20','Running\x20','logNotice','16645772vhHSKk','jsdoc','(((.+)+)+)+$','48005wbwxCE','app/node_modules','join','pathFromProject','776WPFWVM','app/public','\x20-d\x20','172006eTvUTg','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','utf-8','1798704YgybbO','fsi','21dCFSDd','constructor','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','config','jsdoc-config.json','115192YoWpPQ','.+\x5c.(j|t)s(doc|x)?$','docs','writeFileSync'];a71c=function(){return n;};return a71c();}import{execSync}from'child_process';import{Command}from'../command.js';Command[a71l(0x128)]({'name':a71l(0x139),'usage':a71l(0x12a),'mustBeInMakaProject':!![],'shortDesc':a71l(0x14a),'examples':[a71l(0x12d),a71l(0x12a)],'validOpts':[]},function(){const m=a71l,a=a71e['join'](this[m(0x146)][m(0x13e)]({}),m(0x14f)+a71e[m(0x151)]),b=a71e[m(0x13d)](this[m(0x146)]['pathFromProject']({}),m(0x14b),m(0x14c)),c=this[m(0x146)][m(0x13e)]({}),d=m(0x139);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x139),m(0x12e)]},'source':{'includePattern':m(0x14e),'excludePattern':m(0x143),'exclude':['app/packages',m(0x13c),m(0x140),m(0x12f)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x144)}};a71f[m(0x150)](b,JSON['stringify'](g,null,0x4));}const f=this[m(0x130)](m(0x136)+d);try{const h=d+m(0x135)+b+m(0x131)+a71e[m(0x151)]+m(0x141)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[m(0x137)](m(0x132)+a);}catch(i){this[m(0x127)](i),this[m(0x127)](m(0x149));}finally{f[m(0x134)]();}});
1
+ const a71m=a71d;function a71c(){const o=['sep','apply','\x20-d\x20','1999953VOdGCa','utf-8','stop','183166WXjLMt','inherit','config','1388025AomnnB','152lJFpyY','search','(((.+)+)+)+$','closure','app/node_modules','.+\x5c.(j|t)s(doc|x)?$','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','maka\x20jsdoc','768270POJbWQ','fsi','\x0a[+]\x20Documentation\x20written\x20to\x20','11ORlfvr','jsdoc','8858520OgIxtt','toString','app/public','28fPTfpb','maka\x20jsdoc\x20--init','plugins/markdown','constructor','Running\x20','isFile','docs','jsdoc-config.json','161495uenGYh','app/packages','join','\x20-c\x20','writeFileSync','24249630VHppeC','logNotice','pathFromProject'];a71c=function(){return o;};return a71c();}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0xc0))/0x1*(parseInt(j(0xdb))/0x2)+parseInt(j(0xde))/0x3+-parseInt(j(0xdf))/0x4*(-parseInt(j(0xcd))/0x5)+-parseInt(j(0xbd))/0x6*(parseInt(j(0xc5))/0x7)+parseInt(j(0xc2))/0x8+-parseInt(j(0xd8))/0x9+-parseInt(j(0xd2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x9d91d));function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xb6;let f=c[d];return f;},a71d(a,b);}const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a['toString']()[l(0xb6)](l(0xb7))[l(0xc3)]()[l(0xc8)](a71a)[l(0xb6)](l(0xb7));});a71a();import a71e from'path';import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a71m(0xc1),'usage':a71m(0xbc),'mustBeInMakaProject':!![],'shortDesc':a71m(0xbb),'examples':[a71m(0xc6),a71m(0xbc)],'validOpts':[]},function(){const n=a71m,a=a71e[n(0xcf)](this[n(0xbe)][n(0xd4)]({}),n(0xcb)+a71e[n(0xd5)]),b=a71e[n(0xcf)](this[n(0xbe)][n(0xd4)]({}),n(0xdd),n(0xcc)),c=this[n(0xbe)][n(0xd4)]({}),d=n(0xc1);if(!this[n(0xca)](b)){const g={'plugins':[n(0xc7)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xc1),n(0xb8)]},'source':{'includePattern':n(0xba),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0xce),n(0xb9),n(0xc4),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xd9)}};a71f[n(0xd1)](b,JSON['stringify'](g,null,0x4));}const f=this['logWithSpinner'](n(0xc9)+d);try{const h=d+n(0xd0)+b+'\x20-r\x20app'+a71e[n(0xd5)]+n(0xd7)+a;execSync(h,{'cwd':c,'stdio':n(0xdc)}),this[n(0xd3)](n(0xbf)+a);}catch(i){this['logError'](i),this['logError']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xda)]();}});
@@ -1 +1 @@
1
- const a72s=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xa9;let f=c[d];return f;},a72d(a,b);}(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0xa9))/0x1+-parseInt(p(0xad))/0x2*(parseInt(p(0xb5))/0x3)+parseInt(p(0xca))/0x4+-parseInt(p(0xd4))/0x5+parseInt(p(0xb7))/0x6*(-parseInt(p(0xc3))/0x7)+-parseInt(p(0xc7))/0x8*(parseInt(p(0xac))/0x9)+parseInt(p(0xd2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x614c4));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0xaf)]()['search']('(((.+)+)+)+$')[r(0xaf)]()['constructor'](a72a)[r(0xab)](r(0xbe));});a72a();import a72e from'path';import{ESLint}from'eslint';function a72c(){const u=['6sBlcKS','eslint-plugin-css','eslint','fix','installNpmPackage','stylish','format','(((.+)+)+)+$','All\x20good!\x20:)','.eslintrc.json','loadFormatter','fsi','210931bDxpnY','checkNpmPackage','eslint-plugin-react','findAppDirectory','80ufXmnE','\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','error','2081060mLGAjS','lint','service','join','push','isFile','create','/imports','2513930sPEiTx','bright','1628470IlzKqO','maka\x20lint','500546nasNTk','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','search','366975Gmxakx','970bwQINA','outputFixes','toString','apply','template','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','notice','success','681DsvtFm','maka\x20lint\x20--fix'];a72c=function(){return u;};return a72c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0xd0)]({'name':a72s(0xcb),'usage':a72s(0xd5),'maxArgLength':0x1,'validOpts':[a72s(0xba)],'mustBeInMakaProject':!![],'shortDesc':a72s(0xb2),'description':a72s(0xc8),'examples':[a72s(0xb6)]},async function(a,b){const t=a72s;try{const c=this['fsi'][t(0xc6)](),d=this[t(0xc2)][t(0xc4)](t(0xb9)),f=this['fsi']['checkNpmPackage']('eslint-plugin-react'),g=this[t(0xc2)][t(0xc4)]('eslint-plugin-css'),h=[];!d&&h[t(0xce)](t(0xb9));!f&&h[t(0xce)](t(0xc5));!g&&h[t(0xce)](t(0xb8));h['length']>0x0&&await this[t(0xc2)][t(0xbb)](h[t(0xcd)]('\x20'),{'dev':!![]});const i=this[t(0xc2)][t(0xcf)](a72e[t(0xcd)](c,t(0xc0)));if(!i){const n={'noRename':!![]};await this[t(0xc2)][t(0xb1)]({'srcPath':'eslint/eslintrc.json','destPath':a72e['join'](c,t(0xc0)),'framework':t(0xcc),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a72e['join'](c,'imports','**')]),l=await j[t(0xc1)](t(0xbc)),m=l[t(0xbd)](k);m['length']>0x0?Log[t(0xd3)](m):Log[t(0xb4)](t(0xbf)),Log[t(0xb3)]('Lint\x20results\x20for\x20'+c+t(0xd1)),b[t(0xba)]?await ESLint[t(0xae)](k):Log[t(0xb3)](t(0xaa));}catch(o){console[t(0xc9)](o);}});
1
+ const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0x91))/0x1*(-parseInt(p(0xae))/0x2)+-parseInt(p(0x9a))/0x3+parseInt(p(0x98))/0x4*(parseInt(p(0xa5))/0x5)+-parseInt(p(0xb9))/0x6*(parseInt(p(0x92))/0x7)+-parseInt(p(0x9b))/0x8+parseInt(p(0x9e))/0x9*(-parseInt(p(0xb7))/0xa)+parseInt(p(0xbb))/0xb*(parseInt(p(0xaf))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x69fe9));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0xa0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a['toString']()[r(0xa3)](r(0x93))[r(0xb0)]()['constructor'](a72a)['search']('(((.+)+)+)+$');});a72a();import a72e from'path';import{ESLint}from'eslint';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x90;let f=c[d];return f;},a72d(a,b);}function a72c(){const u=['success','outputFixes','search','format','10AJgNgw','.eslintrc.json','installNpmPackage','checkNpmPackage','fsi','template','length','notice','Lint\x20results\x20for\x20','788894QAtaYM','1284AysXOo','toString','bright','maka\x20lint\x20--fix','\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','maka\x20lint','push','create','2068870yWHVLI','eslint','6ufRlLk','eslint-plugin-css','293271mNJXgd','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','lint','2TOtySH','2462978DKjVIV','(((.+)+)+)+$','imports','join','eslint-plugin-react','findAppDirectory','1459988JcsSVK','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','2211105XARVpM','3545896LjGfGQ','fix','lintFiles','36yfcvqZ','/imports','apply'];a72c=function(){return u;};return a72c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0xb6)]({'name':a72s(0x90),'usage':a72s(0xb4),'maxArgLength':0x1,'validOpts':[a72s(0x9c)],'mustBeInMakaProject':!![],'shortDesc':a72s(0x99),'description':a72s(0xb3),'examples':[a72s(0xb2)]},async function(a,b){const t=a72s;try{const c=this[t(0xa9)][t(0x97)](),d=this[t(0xa9)]['checkNpmPackage'](t(0xb8)),f=this[t(0xa9)][t(0xa8)](t(0x96)),g=this[t(0xa9)][t(0xa8)]('eslint-plugin-css'),h=[];!d&&h[t(0xb5)](t(0xb8));!f&&h[t(0xb5)](t(0x96));!g&&h[t(0xb5)](t(0xba));h[t(0xab)]>0x0&&await this[t(0xa9)][t(0xa7)](h['join']('\x20'),{'dev':!![]});const i=this[t(0xa9)]['isFile'](a72e[t(0x95)](c,t(0xa6)));if(!i){const n={'noRename':!![]};await this[t(0xa9)][t(0xaa)]({'srcPath':'eslint/eslintrc.json','destPath':a72e[t(0x95)](c,t(0xa6)),'framework':'service','context':n});}const j=new ESLint(),k=await j[t(0x9d)]([a72e[t(0x95)](c,t(0x94),'**')]),l=await j['loadFormatter']('stylish'),m=l[t(0xa4)](k);m[t(0xab)]>0x0?Log[t(0xb1)](m):Log[t(0xa1)]('All\x20good!\x20:)'),Log[t(0xac)](t(0xad)+c+t(0x9f)),b[t(0x9c)]?await ESLint[t(0xa2)](k):Log[t(0xac)](t(0xbc));}catch(o){console['error'](o);}});
@@ -1 +1 @@
1
- const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x1b7))/0x1*(parseInt(w(0x1d4))/0x2)+parseInt(w(0x1de))/0x3*(parseInt(w(0x1ac))/0x4)+parseInt(w(0x1c1))/0x5+parseInt(w(0x1c8))/0x6+-parseInt(w(0x1ba))/0x7+-parseInt(w(0x1b6))/0x8+parseInt(w(0x1ab))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xafcbc));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x1c4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x1aa)]()[y(0x1b9)]('(((.+)+)+)+$')['toString']()['constructor'](a73a)[y(0x1b9)](y(0x1d6));});a73a();import a73e from'node-forge';function a73c(){const B=['env','sha256','apply','cacert','assign','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','2606214kzSnbS','https://','error','ask','Email:','localhost','withSpinner','setGlobalConfig','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','success','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','authToken','12IrPpsb','update','(((.+)+)+)+$','login','fsi','Preflight\x20Check','get','debug','failure','Password:\x20','336531KzcIRe','/api/v1/status','post','maka\x20login','create','digest','toString','14047866cXgJoV','8AfabGm','notice','email','help','isFile','toHex','start','header','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cert','7560880VsanfY','51071jxsFxh','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','search','4868136LfjJNA','www.maka-cli.com','password','/api/v1/encodeJwt','MAKA_DEV','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','parse','2237235oWdXiE'];a73c=function(){return B;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1a5;let f=c[d];return f;},a73d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x1c2)][a73z(0x1be)]==='True'?a73z(0x1cd):a73z(0x1bb);Command[a73z(0x1a8)]({'name':a73z(0x1d7),'validOpts':[a73z(0x1ae),'password',a73z(0x1af),a73z(0x1c5),a73z(0x1db)],'usage':a73z(0x1a7),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a73z(0x1a7),a73z(0x1d0)]},async function(a,b){const A=a73z,c=Log[A(0x1ce)]();try{let d='';b[A(0x1c5)]&&(this[A(0x1d8)][A(0x1b0)](b['cacert'])?(d=b[A(0x1c5)],Log[A(0x1ad)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x1ca)](A(0x1b4)+d));const f=await this[A(0x1d8)]['getGlobalConfig']();if(f[A(0x1b5)]){if(this[A(0x1d8)][A(0x1b0)](f[A(0x1b5)]))d=f[A(0x1b5)];else{Log[A(0x1ca)](A(0x1bf)+d);return;}}Log[A(0x1b3)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x1c9)+hostname+A(0x1a5)};b[A(0x1c5)]&&Object['assign'](g,{'cert':d});c['start'](A(0x1d9));const {statusCode:h}=await HTTPS[A(0x1da)](g);if(h===0x198){c[A(0x1dc)]();throw A(0x1d2);}if(h!==0xc8){c[A(0x1dc)]();throw A(0x1c9)+hostname+A(0x1c7);}c[A(0x1d1)]();const i=b[A(0x1ae)]?b[A(0x1ae)]:await Actions[A(0x1cb)](A(0x1cc)),j=b[A(0x1bc)]?b[A(0x1bc)]:await Actions[A(0x1cb)](A(0x1dd),!![]),k=a73e['md'][A(0x1c3)][A(0x1a8)]();k[A(0x1d5)](j);const l=k[A(0x1a9)]()[A(0x1b1)](),m={'hostname':hostname,'path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1c5)]&&Object['assign'](m,{'cert':d});c[A(0x1b2)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x1a6)](m);if(o===0x198){c[A(0x1dc)]('\x0a');throw A(0x1b8)+hostname;}const p=JSON[A(0x1c0)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x1bd),'headers':{'x-auth-token':p[A(0x1d3)]},'data':{}};b[A(0x1c5)]&&Object[A(0x1c6)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1a6)](q),{token:t}=JSON[A(0x1c0)](r);if(s===0x198)throw A(0x1b8)+hostname;const u={'token':p,'hash':t};this[A(0x1d8)][A(0x1cf)](u);}else{c['failure']();throw p;}c['success']();}catch(v){c['failure'](),console[A(0x1ca)](v),process['exit'](0x0);}});
1
+ const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x150))/0x1*(-parseInt(w(0x14c))/0x2)+-parseInt(w(0x14f))/0x3*(-parseInt(w(0x125))/0x4)+parseInt(w(0x119))/0x5*(parseInt(w(0x153))/0x6)+parseInt(w(0x13f))/0x7+-parseInt(w(0x144))/0x8+-parseInt(w(0x135))/0x9*(parseInt(w(0x14e))/0xa)+-parseInt(w(0x12d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x8bead));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x131)]()[y(0x11f)]('(((.+)+)+)+$')[y(0x131)]()[y(0x142)](a73a)['search'](y(0x115));});a73a();import a73e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x13b)][a73z(0x12c)]==='True'?a73z(0x124):a73z(0x151);Command['create']({'name':a73z(0x12b),'validOpts':['email',a73z(0x13e),a73z(0x137),a73z(0x13d),a73z(0x121)],'usage':a73z(0x154),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x12f),'examples':[a73z(0x154),a73z(0x126)]},async function(a,b){const A=a73z,c=Log[A(0x116)]();try{let d='';b[A(0x13d)]&&(this[A(0x14d)]['isFile'](b[A(0x13d)])?(d=b[A(0x13d)],Log[A(0x146)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x127)](A(0x143)+d));const f=await this[A(0x14d)][A(0x114)]();if(f[A(0x14b)]){if(this[A(0x14d)][A(0x118)](f[A(0x14b)]))d=f[A(0x14b)];else{Log['error'](A(0x11e)+d);return;}}Log[A(0x136)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x12a)+hostname+A(0x133)};b['cacert']&&Object[A(0x128)](g,{'cert':d});c[A(0x120)](A(0x129));const {statusCode:h}=await HTTPS[A(0x13c)](g);if(h===0x198){c[A(0x11a)]();throw A(0x122);}if(h!==0xc8){c[A(0x11a)]();throw A(0x12a)+hostname+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}c[A(0x141)]();const i=b[A(0x123)]?b['email']:await Actions['ask'](A(0x148)),j=b[A(0x13e)]?b[A(0x13e)]:await Actions[A(0x11b)](A(0x145),!![]),k=a73e['md'][A(0x11d)][A(0x138)]();k[A(0x11c)](j);const l=k[A(0x117)]()[A(0x13a)](),m={'hostname':hostname,'path':A(0x134),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x13d)]&&Object[A(0x128)](m,{'cert':d});c['start'](A(0x149));const {data:n,statusCode:o}=await HTTPS[A(0x14a)](m);if(o===0x198){c['failure']('\x0a');throw A(0x12e)+hostname;}const p=JSON[A(0x147)](n);if(p[A(0x152)]){const q={'hostname':hostname,'path':A(0x139),'headers':{'x-auth-token':p[A(0x152)]},'data':{}};b[A(0x13d)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x14a)](q),{token:t}=JSON[A(0x147)](r);if(s===0x198)throw A(0x12e)+hostname;const u={'token':p,'hash':t};this[A(0x14d)][A(0x132)](u);}else{c['failure']();throw p;}c[A(0x141)]();}catch(v){c[A(0x11a)](),console[A(0x127)](v),process[A(0x130)](0x0);}});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x114;let f=c[d];return f;},a73d(a,b);}function a73c(){const B=['get','cacert','password','1694245kJmjZE','apply','success','constructor','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','6374128CVsByH','Password:\x20','notice','parse','Email:','Logging\x20in','post','cert','25282zGGZmj','fsi','937470AwniRy','3VPTHTX','9nZEcDZ','www.maka-cli.com','authToken','6vnkatn','maka\x20login','getGlobalConfig','(((.+)+)+)+$','withSpinner','digest','isFile','3821605chMVQf','failure','ask','update','sha256','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','search','start','debug','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','email','localhost','4553524VzvUfd','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','error','assign','Preflight\x20Check','https://','login','MAKA_DEV','2556510VvhZYX','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','exit','toString','setGlobalConfig','/api/v1/status','/api/v1/login','63SlNahC','header','help','create','/api/v1/encodeJwt','toHex','env'];a73c=function(){return B;};return a73c();}
@@ -1 +1 @@
1
- const a74n=a74d;function a74c(){const p=['authToken','7540416wMEKhQ','71527dYCkTg','maka\x20logout','1633518ctfEat','Logging\x20out\x20of\x20https://','getGlobalConfig','error','failure','exit','3ganrHA','4045392SnnHLt','fsi','cacert','116mNNEmt','logout','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/status','https://','(((.+)+)+)+$','success','Logging\x20out','MAKA_DEV','isFile','env','5943630WpVCNo','Using\x20CA\x20Cert\x20','cert','search','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','/api/v1/logoutAll','post','58715dYzvtG','token','get','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','withSpinner','create','setGlobalConfig','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','20VeaHYs','header','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','start','constructor','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','11944530Fygrdc'];a74c=function(){return p;};return a74c();}(function(a,b){const l=a74d,c=a();while(!![]){try{const d=-parseInt(l(0xb7))/0x1+parseInt(l(0x8a))/0x2*(parseInt(l(0x90))/0x3)+parseInt(l(0x94))/0x4*(-parseInt(l(0xa6))/0x5)+-parseInt(l(0x91))/0x6+-parseInt(l(0x9f))/0x7+-parseInt(l(0xb6))/0x8+-parseInt(l(0xb4))/0x9*(-parseInt(l(0xae))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x90cff));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const m=a74d;return a74a['toString']()[m(0xa2)]('(((.+)+)+)+$')['toString']()[m(0xb2)](a74a)[m(0xa2)](m(0x99));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x8a;let f=c[d];return f;},a74d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74n(0x9e)][a74n(0x9c)]==='True'?'localhost':'www.maka-cli.com';Command[a74n(0xab)]({'name':a74n(0x95),'validOpts':['cacert'],'usage':a74n(0xb8),'maxArgLength':0x2,'shortDesc':a74n(0xb3),'disableAuthCheck':!![],'examples':[a74n(0xb8)]},async function(a,b){const o=a74n,c=Log[o(0xaa)]();try{let d='';b[o(0x93)]&&(this[o(0x92)][o(0x9d)](b[o(0x93)])?(d=b[o(0x93)],Log['notice'](o(0xa0)+d)):Log['error'](o(0x96)+d));const f=await this[o(0x92)][o(0x8c)]();if(f[o(0xa1)]){if(this['fsi'][o(0x9d)](f[o(0xa1)]))d=f[o(0xa1)];else{c['failure']();throw Log[o(0x8d)](o(0xad)+d);}}Log[o(0xaf)](o(0x8b)+hostname);const g={'url':o(0x98)+hostname+o(0x97)};b[o(0x93)]&&Object['assign'](g,{'cert':d});c[o(0xb1)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[o(0xa8)](g);if(h===0x198){c[o(0x8e)]();throw o(0xa3);}c[o(0x9a)]();if(h!==0xc8){c[o(0x8e)]();throw o(0xa9);}if(!f?.[o(0xa7)]?.['authToken'])throw Log['error'](o(0xb0));c[o(0xb1)](o(0x9b));const i={'hostname':hostname,'path':o(0xa4),'data':{},'headers':{'x-auth-token':f[o(0xa7)][o(0xb5)]}};b[o(0x93)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0xa5)](i);if(j===0x198){c[o(0x8e)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[o(0x92)][o(0xac)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[o(0x9a)]();}catch(k){k&&console[o(0x8d)](k),process[o(0x8f)](0x0);}});
1
+ function a74c(){const q=['post','env','authToken','Logging\x20out','Logging\x20out\x20of\x20https://','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','error','12bxVPkt','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','2dguHIt','apply','token','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','logout','get','/api/v1/status','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','exit','fsi','toString','getGlobalConfig','MAKA_DEV','cert','start','withSpinner','notice','7904260DOwTrU','5944dxmjWB','isFile','9LKdLTe','failure','6darRah','cacert','setGlobalConfig','search','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','883589Fpvltt','32438725KugrIz','4963sWvHrD','assign','3686875woruNE','2130588sJfkzy','(((.+)+)+)+$','success','946120WeKmgF','maka\x20logout'];a74c=function(){return q;};return a74c();}const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0xc5))/0x1*(-parseInt(l(0xd8))/0x2)+-parseInt(l(0xbe))/0x3*(parseInt(l(0xcd))/0x4)+-parseInt(l(0xc9))/0x5*(-parseInt(l(0xc0))/0x6)+parseInt(l(0xc7))/0x7*(-parseInt(l(0xea))/0x8)+-parseInt(l(0xca))/0x9+-parseInt(l(0xe9))/0xa+-parseInt(l(0xc6))/0xb*(-parseInt(l(0xd6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x83a5a));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0xd9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0xe2)]()[n(0xc3)]('(((.+)+)+)+$')[n(0xe2)]()['constructor'](a74a)[n(0xc3)](n(0xcb));});a74a();import{Command}from'../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xbe;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(0xd0)][a74o(0xe4)]==='True'?'localhost':'www.maka-cli.com';Command['create']({'name':a74o(0xdc),'validOpts':[a74o(0xc1)],'usage':a74o(0xce),'maxArgLength':0x2,'shortDesc':a74o(0xdf),'disableAuthCheck':!![],'examples':[a74o(0xce)]},async function(a,b){const p=a74o,c=Log[p(0xe7)]();try{let d='';b['cacert']&&(this['fsi'][p(0xeb)](b[p(0xc1)])?(d=b['cacert'],Log[p(0xe8)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0xd5)](p(0xd7)+d));const f=await this[p(0xe1)][p(0xe3)]();if(f[p(0xe5)]){if(this[p(0xe1)][p(0xeb)](f[p(0xe5)]))d=f[p(0xe5)];else{c[p(0xbf)]();throw Log['error'](p(0xd4)+d);}}Log['header'](p(0xd3)+hostname);const g={'url':'https://'+hostname+p(0xde)};b[p(0xc1)]&&Object[p(0xc8)](g,{'cert':d});c[p(0xe6)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0xdd)](g);if(h===0x198){c['failure']();throw p(0xc4);}c['success']();if(h!==0xc8){c['failure']();throw p(0xdb);}if(!f?.['token']?.[p(0xd1)])throw Log[p(0xd5)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0xe6)](p(0xd2));const i={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':f[p(0xda)][p(0xd1)]}};b[p(0xc1)]&&Object[p(0xc8)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xcf)](i);if(j===0x198){c[p(0xbf)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0xe1)][p(0xc2)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0xcc)]();}catch(k){k&&console[p(0xd5)](k),process[p(0xe0)](0x0);}});
@@ -1 +1 @@
1
- const a75k=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xc7;let f=c[d];return f;},a75d(a,b);}(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0xd3))/0x1+parseInt(h(0xca))/0x2+-parseInt(h(0xdc))/0x3+parseInt(h(0xd5))/0x4*(-parseInt(h(0xd7))/0x5)+parseInt(h(0xdb))/0x6+parseInt(h(0xdf))/0x7+-parseInt(h(0xe2))/0x8*(-parseInt(h(0xcf))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xf0cf6));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a75d;if(c){const e=c[i(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const j=a75d;return a75a[j(0xda)]()[j(0xe3)](j(0xd9))[j(0xda)]()[j(0xcc)](a75a)[j(0xe3)]('(((.+)+)+)+$');});a75a();function a75c(){const m=['getConfigPath','View\x20the\x20PM2\x20logs','fsi','parse','3367808aJOdPN','readFileSync','constructor','apply','ssh.json','9072783vlLBhc','assign','join','maka\x20logs','686323LhNYkQ','sshSync','5651092ycUsWk','pm2\x20logs','5AhwruX','create','(((.+)+)+)+$','toString','1055490KnFjMg','4682412qCwPbv','maka\x20logs\x20--env\x20dev','log','5391855xUSmQr','maka\x20l\x20-e\x20p','env','16ROLajN','search'];a75c=function(){return m;};return a75c();}import a75e from'fs';import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a75k(0xd8)]({'name':'logs','aliases':['l',a75k(0xde)],'usage':a75k(0xd2),'requiredOpts':[a75k(0xe1)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75k(0xc7),'examples':[a75k(0xdd),'maka\x20logs\x20--env\x20staging',a75k(0xe0)]},function(a,b){const l=a75k,c=l(0xd6),d=this[l(0xc8)][l(0xe4)](b['env']),e=a75f[l(0xd1)](d,l(0xce)),f=a75e[l(0xcb)](e),g=JSON[l(0xc9)](f[l(0xda)]());Object[l(0xd0)](g,{'env':d}),SSH[l(0xd4)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a75m=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=parseInt(j(0x91))/0x1+parseInt(j(0x83))/0x2*(-parseInt(j(0x7f))/0x3)+-parseInt(j(0x75))/0x4*(parseInt(j(0x8d))/0x5)+parseInt(j(0x8c))/0x6+-parseInt(j(0x8e))/0x7+-parseInt(j(0x80))/0x8*(-parseInt(j(0x90))/0x9)+parseInt(j(0x87))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x93119));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a75d;if(c){const e=c[k(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const l=a75d;return a75a['toString']()[l(0x7e)](l(0x81))[l(0x8a)]()['constructor'](a75a)[l(0x7e)](l(0x81));});a75a();import a75e from'fs';import a75f from'path';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x75;let f=c[d];return f;},a75d(a,b);}function a75c(){const o=['8052835WmsYTb','assign','18abVFZw','839316xEStIo','9692eciprm','ssh.json','log','pm2\x20logs','maka\x20logs\x20--env\x20dev','maka\x20logs','fsi','create','apply','search','586821WkfPnc','854344LvEqjQ','(((.+)+)+)+$','readFileSync','12GqwsBU','exit','env','getConfigPath','22569990bmaYSL','maka\x20l\x20-e\x20p','sshSync','toString','join','1275582OXbWrR','1230PVKfbz'];a75c=function(){return o;};return a75c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a75m(0x7c)]({'name':'logs','aliases':['l','log'],'usage':a75m(0x7a),'requiredOpts':[a75m(0x85)],'mustBeInMakaProject':!![],'validOpts':[],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a75m(0x79),'maka\x20logs\x20--env\x20staging',a75m(0x88)]},function(a,b){const n=a75m;try{const c=n(0x78),d=this[n(0x7b)][n(0x86)](b[n(0x85)]),f=a75f[n(0x8b)](d,n(0x76)),g=a75e[n(0x82)](f),h=JSON['parse'](g[n(0x8a)]());Object[n(0x8f)](h,{'env':d}),SSH[n(0x89)](c,h,{'tty':!![],'verbose':!![]});}catch(i){console[n(0x77)](i),process[n(0x84)](0x1);}});
@@ -1 +1 @@
1
- function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x1e6;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(0x1f1))/0x1*(parseInt(g(0x1ed))/0x2)+parseInt(g(0x1f0))/0x3+-parseInt(g(0x1ee))/0x4+parseInt(g(0x1e7))/0x5+-parseInt(g(0x1eb))/0x6*(-parseInt(g(0x1ef))/0x7)+-parseInt(g(0x1e6))/0x8+parseInt(g(0x1e8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x8e976));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x1fd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x1fa)]()['search']('(((.+)+)+)+$')[i(0x1fa)]()[i(0x1fe)](a76a)[i(0x1f3)](i(0x1f6));});a76a();import{Command}from'../command.js';function a76c(){const l=['maka\x20--help','search','slice','maka\x20install\x20meteor','(((.+)+)+)+$','runSubCommand','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20create\x20Todo','toString','findSubCommand','maybeProxyCommandToMeteor','apply','constructor','error','5207632qmdRgh','324835lklnvI','1101618AiVwBo','exit','maka','1423302wUfPCF','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','451522oteVru','2706628Xskkre','7ViWstV','2429388SfYMjv','3vmROTL'];a76c=function(){return l;};return a76c();}const Maka=new Command({'name':a76j(0x1ea),'minArgLength':0x1,'shortDesc':a76j(0x1f8),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a76j(0x1f2),a76j(0x1f5),a76j(0x1f9),'maka\x20run'],'description':a76j(0x1ec)},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x1fb)](c);d?this[k(0x1f7)](c,a[k(0x1f4)](0x1),b):this['fsi'][k(0x1fc)]();}catch(f){console[k(0x1ff)](f),process[k(0x1e9)](0x1);}});export default Maka;
1
+ const a76j=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x178))/0x1*(parseInt(g(0x15f))/0x2)+-parseInt(g(0x165))/0x3*(parseInt(g(0x16d))/0x4)+parseInt(g(0x16b))/0x5*(-parseInt(g(0x160))/0x6)+parseInt(g(0x173))/0x7*(-parseInt(g(0x167))/0x8)+-parseInt(g(0x162))/0x9+parseInt(g(0x16c))/0xa*(-parseInt(g(0x175))/0xb)+parseInt(g(0x16a))/0xc*(parseInt(g(0x166))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc386b));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x168)]()[i(0x163)](i(0x164))['toString']()['constructor'](a76a)[i(0x163)](i(0x164));});a76a();import{Command}from'../command.js';const Maka=new Command({'name':a76j(0x15d),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':a76j(0x177),'disableAuthCheck':!![],'examples':[a76j(0x172),'maka\x20install\x20meteor',a76j(0x170),a76j(0x16e)],'description':a76j(0x169)},async function(a,b){const k=a76j;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[k(0x161)](c,a[k(0x174)](0x1),b):this[k(0x171)][k(0x176)]();}catch(f){console[k(0x16f)](f),process[k(0x15e)](0x1);}});function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x15c;let f=c[d];return f;},a76d(a,b);}export default Maka;function a76c(){const l=['maka','exit','304rZoKaC','431544hUDgVJ','runSubCommand','4153905MfIlTX','search','(((.+)+)+)+$','40137UHbDPh','65CTvxid','4997152nnoMDT','toString','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','10535448bfHRJu','10UvlYyn','10dyDznv','340oFWpZH','maka\x20run','error','maka\x20create\x20Todo','fsi','maka\x20--help','7YPcTgb','slice','13459809PVmvLd','maybeProxyCommandToMeteor','maka\x20<command>\x20[<args>]\x20[<opts>]','13IVftIP','apply'];a76c=function(){return l;};return a76c();}
@@ -1 +1 @@
1
- var a77h=a77d;function a77c(){var j=['4320jxTZWD','3942030oKyzMM','search','create','3440qqZPcL','maka\x20murder','25900460PPMKCB','murder','5931viAsTJ','1626708fLxWmO','exit','constructor','3811129TPTNGV','error','Murrrrderrrrr','toString','log','302446OGhFet','6sxBUJA','776GeBkpC','(((.+)+)+)+$'];a77c=function(){return j;};return a77c();}(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0x10b))/0x1+parseInt(f(0x103))/0x2+parseInt(f(0x102))/0x3*(parseInt(f(0x10d))/0x4)+parseInt(f(0x110))/0x5+parseInt(f(0x10c))/0x6*(parseInt(f(0x106))/0x7)+-parseInt(f(0xfe))/0x8*(-parseInt(f(0x10f))/0x9)+-parseInt(f(0x100))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6d821));function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0xfe;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(0x109)]()['search']('(((.+)+)+)+$')[g(0x109)]()[g(0x105)](a77a)[g(0x111)](g(0x10e));});a77a();import{Command}from'../command.js';Command[a77h(0x112)]({'name':a77h(0x101),'usage':a77h(0xff),'maxArgLength':0x1,'shortDesc':a77h(0x108),'validOpts':[]},async function(){var i=a77h;try{console[i(0x10a)]('%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','font-family:\x20monospace');}catch(a){console[i(0x107)](a),process[i(0x104)](0x0);}});
1
+ var a77i=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0xee))/0x1*(-parseInt(f(0xf1))/0x2)+parseInt(f(0xea))/0x3+parseInt(f(0xf2))/0x4*(-parseInt(f(0xf4))/0x5)+-parseInt(f(0xe9))/0x6+parseInt(f(0xeb))/0x7*(-parseInt(f(0xf3))/0x8)+parseInt(f(0xf7))/0x9*(-parseInt(f(0xed))/0xa)+parseInt(f(0xe3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x582cb));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a[h(0xe2)]()[h(0xf6)](h(0xe1))[h(0xe2)]()[h(0xef)](a77a)['search'](h(0xe1));});a77a();function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0xe1;var f=c[d];return f;},a77d(a,b);}import{Command}from'../command.js';function a77c(){var k=['font-family:\x20monospace','4NXtssC','58972dzhndy','984736KBkeBy','215AwctUQ','exit','search','680607OAjcnJ','(((.+)+)+)+$','toString','20165442mmYgJu','create','Murrrrderrrrr','%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','maka\x20murder','apply','1316064AzSxsg','960453LjSFNd','28thNQnc','error','30sXBoDj','109840vGAqWK','constructor'];a77c=function(){return k;};return a77c();}Command[a77i(0xe4)]({'name':'murder','usage':a77i(0xe7),'maxArgLength':0x1,'shortDesc':a77i(0xe5),'validOpts':[]},async function(){var j=a77i;try{console['log'](j(0xe6),j(0xf0));}catch(a){console[j(0xec)](a),process[j(0xf5)](0x0);}});