@maka/maka-cli 4.5.36 → 4.5.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (138) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/templates/meteor/app/server/main.js +1 -1
  117. package/bundle/obf/src/templates/meteor/app/server/main.js.jsx +1 -1
  118. package/bundle/obf/src/templates/meteor/app/server/main.js.ts +1 -1
  119. package/bundle/obf/src/templates/meteor/app/server/main.js.tsx +1 -1
  120. package/bundle/obf/src/tool.js +1 -1
  121. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  122. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  123. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  125. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  126. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  127. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/https/https.class.js +1 -1
  129. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  130. package/bundle/obf/src/tools/log/log.class.js +1 -1
  131. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/options/options.class.js +1 -0
  133. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  134. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  136. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  137. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  138. package/package.json +1 -1
@@ -1 +1 @@
1
- var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x17e))/0x1+-parseInt(f(0x18b))/0x2+parseInt(f(0x196))/0x3*(-parseInt(f(0x17d))/0x4)+-parseInt(f(0x17a))/0x5+-parseInt(f(0x170))/0x6*(parseInt(f(0x18c))/0x7)+parseInt(f(0x181))/0x8*(parseInt(f(0x189))/0x9)+parseInt(f(0x191))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x4fc73));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(0x175)]()[g(0x178)](g(0x183))['toString']()[g(0x18e)](a55a)[g(0x178)]('(((.+)+)+)+$');});function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x170;var f=c[d];return f;},a55d(a,b);}function a55c(){var i=['toString','_inventory','unlockItemOrSolution','search','exits','1362850ecWsrv','_equipment','rooms','463604YSjTTL','448615iZDGzK','roomB','texture','232Tfanrd','player','(((.+)+)+)+$','isLocked','roomType','inventory','uuid','isStartRoom','110853MXqHMH','rating','772188NkjVWJ','10689ZilkOd','logger','constructor','name','description','15180090QLvpHV','category','characterLocations','items','shape','3HvRgKm','1278zmRLuw','solved','size','color','_currentLocation'];a55c=function(){return i;};return a55c();}a55a();import{EventEmitter}from'events';export class AbstractScene{[a55h(0x17c)];[a55h(0x182)];[a55h(0x18d)];[a55h(0x193)];}export class AbstractRoom extends EventEmitter{[a55h(0x18f)];[a55h(0x190)];[a55h(0x179)];[a55h(0x186)];['puzzle'];[a55h(0x185)];[a55h(0x188)];}export class AbstractDoor{['roomA'];[a55h(0x17f)];[a55h(0x184)];[a55h(0x177)];[a55h(0x18f)];[a55h(0x18d)];['isLockable'];}export class AbstractInventory{[a55h(0x194)];['logger'];}export class AbstractItem{[a55h(0x187)];[a55h(0x18f)];['description'];[a55h(0x172)];[a55h(0x192)];[a55h(0x195)];[a55h(0x173)];[a55h(0x180)];[a55h(0x18a)];['weight'];}export class AbstractPlayer{['_playerName'];[a55h(0x174)];[a55h(0x176)];[a55h(0x17b)];['_maxCarryingWeight'];['_logger'];}export class AbstractPuzzle{[a55h(0x18d)];[a55h(0x171)];}
1
+ var a55h=a55d;function a55c(){var i=['uuid','_playerName','search','886290hbURbz','isStartRoom','_currentLocation','_logger','(((.+)+)+)+$','items','3097926Mmpfot','15uLPEFV','rooms','rating','name','characterLocations','description','texture','weight','puzzle','roomType','1133480hwmdvC','56BFvXvv','toString','roomA','_maxCarryingWeight','solved','player','unlockItemOrSolution','inventory','logger','396KpXFVH','381468JEWmrD','11616RTgmJr','roomB','isLockable','334446YCVZyR','4614LMvNlp','_equipment','size'];a55c=function(){return i;};return a55c();}(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x1a8))/0x1+parseInt(f(0x1b2))/0x2+-parseInt(f(0x1ac))/0x3*(-parseInt(f(0x1a6))/0x4)+-parseInt(f(0x192))/0x5*(-parseInt(f(0x1a7))/0x6)+parseInt(f(0x1ab))/0x7*(-parseInt(f(0x19d))/0x8)+-parseInt(f(0x191))/0x9+parseInt(f(0x19c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x38bfd));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(0x19e)]()[g(0x1b1)](g(0x18f))['toString']()['constructor'](a55a)[g(0x1b1)]('(((.+)+)+)+$');});a55a();function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x18c;var f=c[d];return f;},a55d(a,b);}import{EventEmitter}from'events';export class AbstractScene{[a55h(0x193)];[a55h(0x1a2)];[a55h(0x1a5)];[a55h(0x196)];}export class AbstractRoom extends EventEmitter{[a55h(0x195)];[a55h(0x197)];['exits'];[a55h(0x1a4)];[a55h(0x19a)];[a55h(0x19b)];[a55h(0x18c)];}export class AbstractDoor{[a55h(0x19f)];[a55h(0x1a9)];['isLocked'];[a55h(0x1a3)];[a55h(0x195)];[a55h(0x1a5)];[a55h(0x1aa)];}export class AbstractInventory{[a55h(0x190)];[a55h(0x1a5)];}export class AbstractItem{[a55h(0x1af)];[a55h(0x195)];[a55h(0x197)];[a55h(0x1ae)];['category'];['shape'];['color'];[a55h(0x198)];[a55h(0x194)];[a55h(0x199)];}export class AbstractPlayer{[a55h(0x1b0)];[a55h(0x18d)];['_inventory'];[a55h(0x1ad)];[a55h(0x1a0)];[a55h(0x18e)];}export class AbstractPuzzle{[a55h(0x1a5)];[a55h(0x1a1)];}
@@ -1 +1 @@
1
- function a56c(){var u=['Gloves','Orange','Yellow','body\x20armor','leg\x20armor','grey','Helmet','gloves','16kJuHRd','brown','Triangle','square','OUTSIDE','outside','Red','110276BipHXR','33dEKpzl','blade','constructor','LegArmor','very\x20large','Grainy','small','Circle','4958075JPZpaS','metallic','yellow','DOWN','cup','TOWER','Rectangle','weapon','DESERT','(((.+)+)+)+$','6TdkbhC','Metallic','3830264nbnwHj','desert','Green','smooth','cave','10077350NJwRxH','363339OUXmIZ','Cup','boots','east','Unknown','Boots','underground','INSIDE','key','hat','red','sea','ArmArmor','tiny','Rifle','mountain','Square','large','NORTH','purple','gold','rifle','arm\x20armor','west','EAST','circle','Bumpy','Large','inside','Smooth','unknown','down','Rough','Tiny','Shield','911661DRvitT','tower','SEA','4827053LvsnMj','VeryLarge','grainy','CAVE','south','common','toString','shield','Medium','fuzzy','green','Hat','Brown','Fuzzy','BEACH','helmet'];a56c=function(){return u;};return a56c();}function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xa6;var f=c[d];return f;},a56d(a,b);}(function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0xc8))/0x1+-parseInt(k(0xea))/0x2*(parseInt(k(0xeb))/0x3)+-parseInt(k(0xff))/0x4+parseInt(k(0xf3))/0x5*(parseInt(k(0xfd))/0x6)+-parseInt(k(0xcb))/0x7+-parseInt(k(0xe3))/0x8*(-parseInt(k(0x105))/0x9)+parseInt(k(0x104))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xb432a));export var Size;(function(a){var l=a56d;a[l(0xc6)]=l(0xb2),a['Small']=l(0xf1),a[l(0xd3)]='medium',a[l(0xc0)]=l(0xb6),a[l(0xcc)]=l(0xef);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a['Common']=m(0xd0),a['Rare']='rare',a['Legendary']='legendary';}(Rating||(Rating={})));export var Category;(function(c){var o=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a56d;return e[n(0xd1)]()['search']('(((.+)+)+)+$')[n(0xd1)]()[n(0xed)](e)['search'](n(0xfc));});e(),c['Weapon']=o(0xfa),c[o(0xc7)]=o(0xd2),c['Key']=o(0xad),c[o(0xdb)]=o(0xe2),c[o(0xe1)]=o(0xda),c[o(0xd6)]=o(0xae),c[o(0xaa)]=o(0xa7),c[o(0xee)]=o(0xdf),c[o(0xb1)]=o(0xbb),c['BodyArmor']=o(0xde),c['Book']='book',c[o(0xa6)]=o(0xf7),c[o(0xa9)]=o(0xc3);}(Category||(Category={})));export var Shape;(function(a){var p=a56d;a[p(0xf2)]=p(0xbe),a[p(0xb5)]=p(0xe6),a[p(0xe5)]='triangle',a[p(0xf9)]='rectangle',a['Blade']=p(0xec),a[p(0xb3)]=p(0xba);}(Shape||(Shape={})));export var Color;(function(a){var q=a56d;a[q(0xe9)]=q(0xaf),a['Blue']='blue',a[q(0x101)]=q(0xd5),a[q(0xdd)]=q(0xf5),a[q(0xdc)]='orange',a['Purple']=q(0xb8),a['Grey']=q(0xe0),a[q(0xd7)]=q(0xe4),a['Gold']=q(0xb9);}(Color||(Color={})));export var Texture;(function(a){var r=a56d;a[r(0xc2)]=r(0x102),a[r(0xc5)]='rough',a[r(0xbf)]='bumpy',a[r(0xd8)]=r(0xd4),a[r(0xf0)]=r(0xcd),a[r(0xfe)]=r(0xf4);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a56d;a[s(0xac)]=s(0xc1),a[s(0xe7)]=s(0xe8),a['UNDERGROUND']=s(0xab),a[s(0xce)]=s(0x103),a[s(0xf8)]=s(0xc9),a['FOREST']='forest',a[s(0xfb)]=s(0x100),a['MOUNTAIN']=s(0xb4),a[s(0xd9)]='beach',a[s(0xca)]=s(0xb0);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a56d;a[t(0xb7)]='north',a[t(0xbd)]=t(0xa8),a['SOUTH']=t(0xcf),a['WEST']=t(0xbc),a['UP']='up',a[t(0xf6)]=t(0xc4);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0xad))/0x1*(parseInt(k(0xbf))/0x2)+parseInt(k(0xea))/0x3*(-parseInt(k(0x103))/0x4)+parseInt(k(0xba))/0x5+parseInt(k(0xee))/0x6*(parseInt(k(0xc3))/0x7)+parseInt(k(0xab))/0x8+parseInt(k(0xeb))/0x9+-parseInt(k(0xdd))/0xa*(-parseInt(k(0xed))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x3a511));export var Size;(function(a){var l=a56d;a[l(0xda)]=l(0xa3),a[l(0xb0)]='small',a['Medium']=l(0xf2),a[l(0xdb)]=l(0xd3),a['VeryLarge']='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0xc5)]=m(0xfd),a['Rare']=m(0xc9),a[m(0xf5)]=m(0xfa);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a['Weapon']=n(0xb5),a[n(0xb9)]=n(0xe2),a[n(0xcf)]=n(0xe7),a[n(0xc0)]=n(0xf7),a['Helmet']='helmet',a['Hat']=n(0xa1),a[n(0xa6)]=n(0xe9),a[n(0xe1)]=n(0xa7),a[n(0xa8)]=n(0xd2),a[n(0xcd)]='body\x20armor',a[n(0xbb)]=n(0xac),a[n(0xc2)]=n(0xde),a[n(0xd9)]=n(0xb8);}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a['Circle']='circle',a['Square']=o(0x105),a[o(0xaa)]=o(0xf6),a[o(0xe8)]='rectangle',a['Blade']=o(0xa5),a[o(0xfc)]=o(0xcc);}(Shape||(Shape={})));export var Color;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xa1;var f=c[d];return f;},a56d(a,b);}(function(a){var p=a56d;a[p(0xb4)]=p(0xdf),a[p(0xf1)]='blue',a['Green']='green',a[p(0xb7)]=p(0xd5),a[p(0xbe)]='orange',a['Purple']=p(0xfe),a[p(0xd4)]=p(0xa2),a[p(0xa9)]=p(0xf3),a[p(0xb3)]=p(0xca);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a['Smooth']=q(0x104),a[q(0xbd)]=q(0xe0),a[q(0xe6)]=q(0xd1),a[q(0x102)]=q(0xbc),a['Grainy']=q(0xd6),a[q(0x101)]=q(0xd7);}(Texture||(Texture={})));export var RoomType;(function(a){var r=a56d;a[r(0xb2)]=r(0xce),a[r(0xb6)]='outside',a[r(0xf4)]=r(0xcb),a['CAVE']=r(0xb1),a[r(0xf0)]=r(0x100),a['FOREST']=r(0xef),a[r(0xfb)]=r(0xe3),a[r(0xae)]=r(0xe5),a[r(0xc7)]=r(0xe4),a[r(0xdc)]=r(0xc4);}(RoomType||(RoomType={})));function a56c(){var v=['Unknown','Tiny','Large','SEA','4380pYDJLT','cup','red','rough','LegArmor','shield','desert','beach','mountain','Bumpy','key','Rectangle','boots','51207SRDVwe','1964898iqgWma','east','605sMpHSX','6jYeaSH','forest','TOWER','Blue','medium','brown','UNDERGROUND','Legendary','triangle','gloves','apply','NORTH','legendary','DESERT','Rifle','common','purple','WEST','tower','Metallic','Fuzzy','92bEnWQs','smooth','square','hat','grey','tiny','(((.+)+)+)+$','blade','Boots','leg\x20armor','ArmArmor','Brown','Triangle','452688XnFGBB','book','16559ucmtYp','MOUNTAIN','down','Small','cave','INSIDE','Gold','Red','weapon','OUTSIDE','Yellow','unknown','Shield','2053000hfoHaF','Book','fuzzy','Rough','Orange','22LuSymd','Gloves','west','Cup','728021BoFwWI','sea','Common','toString','BEACH','constructor','rare','gold','underground','rifle','BodyArmor','inside','Key','north','bumpy','arm\x20armor','large','Grey','yellow','grainy','metallic','DOWN'];a56c=function(){return v;};return a56c();}export var Direction;(function(c){var u=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var s=a56d;if(h){var j=h[s(0xf8)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a56d;return e[t(0xc6)]()['search'](t(0xa4))[t(0xc6)]()[t(0xc8)](e)['search']('(((.+)+)+)+$');});e(),c[u(0xf9)]=u(0xd0),c['EAST']=u(0xec),c['SOUTH']='south',c[u(0xff)]=u(0xc1),c['UP']='up',c[u(0xd8)]=u(0xaf);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a57c(){var i=['4786590fMfVnd','3jEGuqV','5020014hPzwsK','1174916OkLwrK','12680424gijxkW','2135749fJgZBu','search','(((.+)+)+)+$','1426332QFRrqN','apply','1125015GQENmQ','toString'];a57c=function(){return i;};return a57c();}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x1a9))/0x1+parseInt(f(0x1a7))/0x2+-parseInt(f(0x1ac))/0x3*(-parseInt(f(0x1a2))/0x4)+-parseInt(f(0x1ab))/0x5+parseInt(f(0x1ad))/0x6+parseInt(f(0x1a4))/0x7+-parseInt(f(0x1a3))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xb28b3));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1a8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1aa)]()['search'](h(0x1a6))[h(0x1aa)]()['constructor'](a57a)[h(0x1a5)](h(0x1a6));});a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1a2;var f=c[d];return f;},a57d(a,b);}export{};
1
+ function a57c(){var h=['1271538walfiC','(((.+)+)+)+$','6578LrTczR','2335070ryhqvi','15976200RfHQiF','search','158kCnwxA','2482lkqDIF','9oYnhlK','1930ObJUnx','constructor','1903676iEaJTA','3TBtswO','1989928oCDeke','toString','7kSwUmO'];a57c=function(){return h;};return a57c();}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0xbe))/0x1*(-parseInt(f(0xbf))/0x2)+parseInt(f(0xb4))/0x3*(-parseInt(f(0xb3))/0x4)+-parseInt(f(0xbb))/0x5+parseInt(f(0xb8))/0x6*(parseInt(f(0xb7))/0x7)+-parseInt(f(0xb5))/0x8*(parseInt(f(0xc0))/0x9)+parseInt(f(0xc1))/0xa*(parseInt(f(0xba))/0xb)+parseInt(f(0xbc))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x42257));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var g=a57d;return a57a['toString']()['search']('(((.+)+)+)+$')[g(0xb6)]()[g(0xb2)](a57a)[g(0xbd)](g(0xb9));});function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0xb2;var f=c[d];return f;},a57d(a,b);}a57a();export{};
@@ -1 +1 @@
1
- function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1b8;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1c6))/0x1*(-parseInt(f(0x1c1))/0x2)+-parseInt(f(0x1b8))/0x3+parseInt(f(0x1ba))/0x4*(parseInt(f(0x1c5))/0x5)+-parseInt(f(0x1bd))/0x6*(-parseInt(f(0x1bf))/0x7)+-parseInt(f(0x1c3))/0x8+parseInt(f(0x1c4))/0x9*(-parseInt(f(0x1b9))/0xa)+parseInt(f(0x1bb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xb151f));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0x1c2)]()[g(0x1be)](g(0x1bc))[g(0x1c2)]()[g(0x1c0)](a58a)['search'](g(0x1bc));});a58a();function a58c(){var h=['1WJBzyp','1799064aGuGZo','1233790rWnvYw','69416XfKiSP','16962561wmPvHt','(((.+)+)+)+$','6nmvZbY','search','7034279QjyiNT','constructor','936596TjSVoj','toString','3446256OeXngG','45iScCyK','85QTSAeD'];a58c=function(){return h;};return a58c();}export{};
1
+ function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x137;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x139))/0x1*(parseInt(f(0x138))/0x2)+parseInt(f(0x13c))/0x3+-parseInt(f(0x141))/0x4+-parseInt(f(0x137))/0x5*(parseInt(f(0x144))/0x6)+parseInt(f(0x13e))/0x7*(-parseInt(f(0x140))/0x8)+-parseInt(f(0x13d))/0x9+parseInt(f(0x13a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xbaadd));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x13b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x13f)](h(0x142))[h(0x143)]()['constructor'](a58a)[h(0x13f)]('(((.+)+)+)+$');});a58a();function a58c(){var i=['18OoLlOh','510575PiNvJy','996228aLMbDt','1aBjwyt','36105820fMajEQ','apply','392562NXnlIy','8536446UEOpYG','27832VjBxCu','search','2616XxbDHY','3679688RYQNXY','(((.+)+)+)+$','toString'];a58c=function(){return i;};return a58c();}export{};
@@ -1 +1 @@
1
- const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1fd))/0x1+-parseInt(y(0x1f4))/0x2*(-parseInt(y(0x1f9))/0x3)+parseInt(y(0x223))/0x4*(-parseInt(y(0x22a))/0x5)+-parseInt(y(0x1fc))/0x6+-parseInt(y(0x246))/0x7*(parseInt(y(0x230))/0x8)+parseInt(y(0x20f))/0x9+parseInt(y(0x236))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x40938));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';function a59c(){const I=['argv','exit','45%','25%','clearValue','\x20Game\x20Log\x20','parse','inventory','render','Right\x20Hand:\x20','search','806071oYNECn','screen','checkIfLockable','head','equip','mousemove','\x20Equipment\x20','Arms:\x20','gloves','12686xFJxlv','slice','player','\x0aThere\x20are\x20no\x20exits\x20here.','textbox','78MqqygV','C-c','escape','1957944PoEtSu','367199YwYKlf','split','10%','exits','getInstance','-----\x20Exits\x20------\x0a','logFilePath','legs','white','\x20Map\x20','size','Torso:\x20','equipment','name','pushLine','OUTSIDE','take','append','2724201VCVdyL','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','\x20Inventory\x20','\x20(Unlocked)','unequip','apply','<<<<<<<<---------\x20Terminating\x20game','Feet:\x20','(((.+)+)+)+$','leftHand','yellow','100%','logBox','line','key','feet','cyan','getWelcomeMessage','Side\x20Quest\x20Adventure\x20Game','box','78460slQweX','rightHand','70%','log','torso','focus','20%','25uFacZe','join','setContent','clear','currentLocation','75%','16azqHwq','Gloves:\x20','unlock','enter','roomType','None','8188010AyxGBg','forEach','write','arms','toString'];a59c=function(){return I;};return a59c();}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0x214)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x23a)]()[A(0x245)](A(0x217))[A(0x23a)]()['constructor'](g)[A(0x245)](A(0x217));});g();try{const h=a59e[B(0x247)]({'smartCSR':!![],'title':B(0x221)}),i=a59e[B(0x222)]({'top':'0%','left':B(0x22f),'width':B(0x23e),'height':B(0x23d),'border':{'type':B(0x21c)},'label':B(0x211),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x219)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()['map'](v=>v['name']);i[C(0x22c)](u[C(0x22b)]('\x0a')),h[C(0x243)]();};h[B(0x20e)](i);const k=a59e[B(0x222)]({'top':B(0x23d),'left':'75%','width':'25%','height':B(0x23e),'border':{'type':B(0x21c)},'label':B(0x1f1),'content':B(0x210),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x219)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x20e)](k);const l=t=>{const D=B;k[D(0x22c)]('Head:\x20'+(t[D(0x249)]?t[D(0x249)][D(0x20a)]:D(0x235))+'\x0a'+(D(0x208)+(t[D(0x227)]?t['torso'][D(0x20a)]:D(0x235))+'\x0a')+('Legs:\x20'+(t[D(0x204)]?t[D(0x204)][D(0x20a)]:D(0x235))+'\x0a')+(D(0x216)+(t['feet']?t[D(0x21e)][D(0x20a)]:D(0x235))+'\x0a')+(D(0x1f2)+(t[D(0x239)]?t['arms']['name']:D(0x235))+'\x0a')+(D(0x231)+(t[D(0x1f3)]?t['gloves'][D(0x20a)]:D(0x235))+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x218)]?t[D(0x218)]['name']:D(0x235))+'\x0a')+(D(0x244)+(t[D(0x224)]?t['rightHand'][D(0x20a)]:D(0x235))+'\x0a')),h[D(0x243)]();},m=a59e[B(0x222)]({'top':B(0x225),'left':'75%','width':B(0x23e),'height':B(0x229),'border':{'type':B(0x21c)},'label':B(0x206),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x219)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x20e)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x20a)]+'\x0a\x0a';u+=E(0x202),t[E(0x200)][E(0x207)]>0x0?t['exits'][E(0x237)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x234)]===RoomType[F(0x20c)]?u+=capitalCase(w)+':\x20'+x[F(0x20a)]:u+=capitalCase(w)+':\x20'+v[F(0x20a)];if(v['checkIfLocked']())u+='\x20(Locked)';else v[F(0x248)]()&&(u+=F(0x212));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1f7),m[E(0x22c)](u),h[E(0x243)]();},o=a59e[B(0x222)]({'id':B(0x21b),'top':'0%','left':'0%','width':'75%','height':'90%','border':{'type':B(0x21c)},'label':B(0x240),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x219)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x1f0)),h[B(0x20e)](o);const p=a59e[B(0x1f8)]({'bottom':0x0,'left':0x0,'width':B(0x21a),'height':B(0x1ff),'tags':!![],'border':{'type':B(0x21c)},'style':{'fg':B(0x205),'border':{'fg':B(0x21f)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h['key']([B(0x1fb),B(0x1fa)],()=>process[B(0x23c)](0x0)),p[B(0x228)](),h[B(0x243)]();const q=Logger[B(0x201)](e[B(0x203)],h),r=new Player({'playerName':c});q[B(0x238)]('----->>>>>>\x20Initializing\x20Game');const s=a59f['getInstance'](r,d);o['setContent'](s[B(0x220)]()),l(s[B(0x1f6)][B(0x209)]),j(s[B(0x1f6)][B(0x242)]),n(s['player'][B(0x22e)]),p[B(0x21d)]([B(0x233)],async()=>{const G=B,t=p['getValue'](),u=s['handleInput'](t);(t['split']('\x20')[0x0]===G(0x20d)||G(0x1ef)||G(0x213))&&(j(s['player'][G(0x242)]),l(s[G(0x1f6)]['equipment'])),(t[G(0x1fe)]('\x20')[0x0]==='go'||'lock'||G(0x232))&&n(s[G(0x1f6)][G(0x22e)]),t[G(0x1fe)]('\x20')[0x0]===G(0x22d)&&o[G(0x22c)](''),u===null&&(console[G(0x226)]('Thanks\x20for\x20playing!'),h[G(0x243)](),q[G(0x238)](G(0x215)),process['exit'](0x0)),o[G(0x20b)](u),o['scroll'](0x1),p[G(0x23f)](),p[G(0x228)](),h[G(0x243)]();});}catch(t){console[B(0x226)](t),process[B(0x23c)](0x1);}}const args=process[a59H(0x23b)][a59H(0x1f5)](0x2);function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1ef;let f=c[d];return f;},a59d(a,b);}main(args[0x0],JSON[a59H(0x241)](args[0x1]),JSON[a59H(0x241)](args[0x2]));
1
+ const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0xf9))/0x1+-parseInt(y(0x116))/0x2*(-parseInt(y(0xf3))/0x3)+parseInt(y(0xf8))/0x4*(parseInt(y(0xed))/0x5)+parseInt(y(0xe3))/0x6+parseInt(y(0xdf))/0x7*(parseInt(y(0x11b))/0x8)+parseInt(y(0x118))/0x9*(-parseInt(y(0xe4))/0xa)+-parseInt(y(0xfd))/0xb*(parseInt(y(0xd3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xaa3b1));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';function a59c(){const I=['setContent','take','line','gloves','write','Gloves:\x20','unlock','OUTSIDE','\x20Inventory\x20','removeAllListeners','Thanks\x20for\x20playing!','yellow','constructor','Left\x20Hand:\x20','white','clear','45%','append','lock','checkIfLocked','legs','949920QXvLIt','checkIfLockable','C-c','rightHand','log','90%','\x20(Unlocked)','logFilePath','Head:\x20','arms','Torso:\x20','None','2833439DfBqYR','player','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','leftHand','1518810WqxzhS','610MjEGBg','----->>>>>>\x20Initializing\x20Game','-----\x20Exits\x20------\x0a','clearValue','forEach','join','\x20Map\x20','\x20Game\x20Log\x20','focus','180SCluxA','render','getInstance','Currently\x20in:\x20','cyan','<<<<<<<<---------\x20Terminating\x20game','2694ropuFB','Right\x20Hand:\x20','Available\x20exits\x20will\x20be\x20shown\x20here...','parse','(((.+)+)+)+$','38248VzUric','1005333EPDHDT','getWelcomeMessage','inventory','apply','121EsuIMS','handleInput','map','split','toString','\x20Equipment\x20','getOtherSide','75%','mousemove','100%','currentLocation','Arms:\x20','unequip','search','name','roomType','scroll','key','equip','feet','textbox','argv','exits','equipment','enter','1814BBgsTF','size','7794YawXdO','Feet:\x20','head','24kSjnuZ','exit','box','torso'];a59c=function(){return I;};return a59c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0xfc)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x101)]()[A(0x10a)](A(0xf7))['toString']()[A(0xca)](g)[A(0x10a)](A(0xf7));});g();try{const h=a59e['screen']({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a59e[B(0x11d)]({'top':'0%','left':B(0x104),'width':'25%','height':'45%','border':{'type':B(0x121)},'label':B(0xc6),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xc9)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0xff)](v=>v[C(0x10b)]);i['setContent'](u[C(0xe9)]('\x0a')),h[C(0xee)]();};h[B(0xcf)](i);const k=a59e['box']({'top':B(0xce),'left':B(0x104),'width':'25%','height':'25%','border':{'type':B(0x121)},'label':B(0x102),'content':B(0xe1),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xc9)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0x11f)](D(0xdb)+(t[D(0x11a)]?t[D(0x11a)][D(0x10b)]:D(0xde))+'\x0a'+(D(0xdd)+(t[D(0x11e)]?t[D(0x11e)][D(0x10b)]:D(0xde))+'\x0a')+('Legs:\x20'+(t[D(0xd2)]?t[D(0xd2)]['name']:'None')+'\x0a')+(D(0x119)+(t[D(0x110)]?t[D(0x110)][D(0x10b)]:D(0xde))+'\x0a')+(D(0x108)+(t[D(0xdc)]?t[D(0xdc)]['name']:D(0xde))+'\x0a')+(D(0xc3)+(t['gloves']?t[D(0xc1)]['name']:D(0xde))+'\x0a')+(D(0xcb)+(t['leftHand']?t[D(0xe2)][D(0x10b)]:D(0xde))+'\x0a')+(D(0xf4)+(t[D(0xd6)]?t['rightHand'][D(0x10b)]:D(0xde))+'\x0a')),h[D(0xee)]();},m=a59e[B(0x11d)]({'top':'70%','left':B(0x104),'width':'25%','height':'20%','border':{'type':'line'},'label':B(0xea),'content':B(0xf5),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xc9)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xcf)](m);const n=t=>{const E=B;let u=E(0xf0)+t[E(0x10b)]+'\x0a\x0a';u+=E(0xe6),t[E(0x113)][E(0x117)]>0x0?t['exits'][E(0xe8)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x103)](t);x[F(0x10c)]===RoomType[F(0xc5)]?u+=capitalCase(w)+':\x20'+x[F(0x10b)]:u+=capitalCase(w)+':\x20'+v[F(0x10b)];if(v[F(0xd1)]())u+='\x20(Locked)';else v[F(0xd4)]()&&(u+=F(0xd9));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[E(0x11f)](u),h['render']();},o=a59e[B(0x11d)]({'id':'logBox','top':'0%','left':'0%','width':'75%','height':B(0xd8),'border':{'type':'line'},'label':B(0xeb),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xc9)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xc7)](B(0x105)),h[B(0xcf)](o);const p=a59e[B(0x111)]({'bottom':0x0,'left':0x0,'width':B(0x106),'height':'10%','tags':!![],'border':{'type':B(0x121)},'style':{'fg':B(0xcc),'border':{'fg':B(0xf1)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x10e)](['escape',B(0xd5)],()=>process[B(0x11c)](0x0)),p[B(0xec)](),h[B(0xee)]();const q=Logger['getInstance'](e[B(0xda)],h),r=new Player({'playerName':c});q[B(0xc2)](B(0xe5));const s=a59f[B(0xef)](r,d);o['setContent'](s[B(0xfa)]()),l(s[B(0xe0)][B(0x114)]),j(s[B(0xe0)][B(0xfb)]),n(s['player'][B(0x107)]),p[B(0x10e)]([B(0x115)],async()=>{const G=B,t=p['getValue'](),u=s[G(0xfe)](t);(t['split']('\x20')[0x0]===G(0x120)||G(0x10f)||G(0x109))&&(j(s['player']['inventory']),l(s[G(0xe0)][G(0x114)])),(t['split']('\x20')[0x0]==='go'||G(0xd0)||G(0xc4))&&n(s[G(0xe0)][G(0x107)]),t[G(0x100)]('\x20')[0x0]===G(0xcd)&&o[G(0x11f)](''),u===null&&(console[G(0xd7)](G(0xc8)),h[G(0xee)](),q[G(0xc2)](G(0xf2)),process[G(0x11c)](0x0)),o['pushLine'](u),o[G(0x10d)](0x1),p[G(0xe7)](),p[G(0xec)](),h[G(0xee)]();});}catch(t){console[B(0xd7)](t),process[B(0x11c)](0x1);}}function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0xc1;let f=c[d];return f;},a59d(a,b);}const args=process[a59H(0x112)]['slice'](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a59H(0xf6)](args[0x2]));
@@ -1 +1 @@
1
- const a60k=a60d;function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1db;let f=c[d];return f;},a60d(a,b);}(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x1e3))/0x1*(parseInt(h(0x1e8))/0x2)+-parseInt(h(0x1ff))/0x3*(-parseInt(h(0x1fd))/0x4)+-parseInt(h(0x202))/0x5*(-parseInt(h(0x20b))/0x6)+-parseInt(h(0x1f6))/0x7*(-parseInt(h(0x207))/0x8)+-parseInt(h(0x206))/0x9*(-parseInt(h(0x1e6))/0xa)+parseInt(h(0x1e0))/0xb*(-parseInt(h(0x1ef))/0xc)+parseInt(h(0x1e4))/0xd*(-parseInt(h(0x204))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x5ee85));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a['toString']()[j(0x1ea)](j(0x1db))[j(0x1fb)]()[j(0x1f9)](a60a)[j(0x1ea)](j(0x1db));});a60a();function a60c(){const s=['[ERROR]\x20[','6469652dcNesR','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','141003gaECCg','8TEniTI','children','instance','appendFileSync','18TkSibg','writeFileSync','(((.+)+)+)+$','side-quest.log','homedir','scrollTo','box','12672bumhMb','getInstance','[INFO]\x20[','1QkEzpy','13ZHPiCu','toISOString','470GXEXzk','join','107974ZUzMRh','ensureLogFileExists','search','existsSync','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','setContent','getScrollHeight','4380bTlBVq','filePath','find','screen','mkdirSync','dirname','.maka','164304OaXhRI','options','apply','constructor','write','toString','logBox','835708hOitvT','The\x20logbox\x20','3uNkDjH','render','error','414340SwnWel'];a60c=function(){return s;};return a60c();}import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0x1dd)]();export class Logger{static [a60k(0x209)];[a60k(0x1f0)];['screen'];constructor(a,b){const l=a60k;this[l(0x1f0)]=a,this[l(0x1f2)]=b,this[l(0x1e9)]();}static[a60k(0x1e1)](a=a60g[a60k(0x1e7)](homeDir,a60k(0x1f5),a60k(0x1dc)),b){const m=a60k;if(!Logger[m(0x209)]){if(!b)throw new Error(m(0x1ec));Logger[m(0x209)]=new Logger(a,b);}return Logger[m(0x209)];}[a60k(0x1e9)](){const n=a60k,a=a60g[n(0x1f4)](this[n(0x1f0)]);!a60e[n(0x1eb)](a)&&a60e[n(0x1f3)](a,{'recursive':!![]}),!a60e[n(0x1eb)](this[n(0x1f0)])&&a60e[n(0x20c)](this[n(0x1f0)],'');}[a60k(0x1fa)](a){const o=a60k,b=new Date()['toISOString'](),c=o(0x1e2)+b+']\x20'+a+'\x0a';a60e[o(0x20a)](this[o(0x1f0)],c);}['error'](a){const p=a60k,b=new Date()[p(0x1e5)](),c=p(0x203)+b+']\x20'+a+'\x0a';a60e[p(0x20a)](this['filePath'],c);}['log'](a){const q=a60k,b=this[q(0x1f2)]?.[q(0x208)][q(0x1f1)](c=>c['type']===q(0x1df)&&c[q(0x1f7)]['id']===q(0x1fc));b?(b[q(0x1ed)](b['content']+'\x0a'+a),b[q(0x1de)](b[q(0x1ee)]()),this[q(0x1f2)]?.[q(0x200)]()):this[q(0x201)](q(0x1fe)+b+q(0x205)+this[q(0x1f2)]),this[q(0x1fa)](a);}['hasScreen'](){const r=a60k;return!!this[r(0x1f2)];}}
1
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=-parseInt(h(0xc1))/0x1+-parseInt(h(0xc6))/0x2*(-parseInt(h(0xcd))/0x3)+parseInt(h(0xd6))/0x4*(-parseInt(h(0xdf))/0x5)+-parseInt(h(0xdb))/0x6+-parseInt(h(0xc0))/0x7*(-parseInt(h(0xc9))/0x8)+parseInt(h(0xc4))/0x9*(-parseInt(h(0xda))/0xa)+parseInt(h(0xbd))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xcc202));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(0xd4)]()[j(0xbe)](j(0xb4))['toString']()[j(0xd5)](a60a)[j(0xbe)](j(0xb4));});a60a();import a60e from'fs';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xb4;let f=c[d];return f;},a60d(a,b);}function a60c(){const r=['mkdirSync','children','existsSync','toString','constructor','8RZIfqQ','write','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','dirname','130xegiiL','3024324BCHcmv','join','filePath','.maka','3999530XNqzGz','(((.+)+)+)+$','toISOString','ensureLogFileExists','screen','error','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','appendFileSync','scrollTo','instance','42096010clvqTp','search','log','7ggcYpl','1518452eQmlAJ','side-quest.log','logBox','274878SpeBMR','content','11950HYxbMk','options','homedir','4643416ZzNiEQ','setContent','apply','getInstance','225npcPLX','hasScreen','type','writeFileSync'];a60c=function(){return r;};return a60c();}import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0xc8)]();export class Logger{static [a60k(0xbc)];[a60k(0xdd)];[a60k(0xb7)];constructor(a,b){const l=a60k;this[l(0xdd)]=a,this['screen']=b,this[l(0xb6)]();}static[a60k(0xcc)](a=a60g[a60k(0xdc)](homeDir,a60k(0xde),a60k(0xc2)),b){const m=a60k;if(!Logger['instance']){if(!b)throw new Error(m(0xd8));Logger[m(0xbc)]=new Logger(a,b);}return Logger['instance'];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0xd9)](this[n(0xdd)]);!a60e[n(0xd3)](a)&&a60e[n(0xd1)](a,{'recursive':!![]}),!a60e[n(0xd3)](this['filePath'])&&a60e[n(0xd0)](this[n(0xdd)],'');}[a60k(0xd7)](a){const b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this['filePath'],c);}['error'](a){const o=a60k,b=new Date()[o(0xb5)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a60e[o(0xba)](this[o(0xdd)],c);}[a60k(0xbf)](a){const p=a60k,b=this[p(0xb7)]?.[p(0xd2)]['find'](c=>c[p(0xcf)]==='box'&&c[p(0xc7)]['id']===p(0xc3));b?(b[p(0xca)](b[p(0xc5)]+'\x0a'+a),b[p(0xbb)](b['getScrollHeight']()),this[p(0xb7)]?.['render']()):this[p(0xb8)]('The\x20logbox\x20'+b+p(0xb9)+this['screen']),this[p(0xd7)](a);}[a60k(0xce)](){const q=a60k;return!!this[q(0xb7)];}}
@@ -1 +1 @@
1
- const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x150))/0x1*(parseInt(k(0x146))/0x2)+-parseInt(k(0x145))/0x3+parseInt(k(0x136))/0x4*(parseInt(k(0x147))/0x5)+-parseInt(k(0x142))/0x6+parseInt(k(0x138))/0x7*(-parseInt(k(0x133))/0x8)+parseInt(k(0x149))/0x9+parseInt(k(0x13f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x27246));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x14c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x152)]()[m(0x144)]('(((.+)+)+)+$')[m(0x152)]()[m(0x14f)](a61a)['search'](m(0x14a));});a61a();import a61e from'path';import{spawn}from'child_process';function a61c(){const q=['Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','player','Play\x20a\x20little\x20side-quest','log','95224uUpUwm','resolve','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...','200DXBnHn','node','119DzLDrK','fsi','options','list','shadowrun','exit','side-quest.log','1130230vHElsK','What\x20is\x20your\x20name?','getGlobalMakaDir','1176612Yvrhtv','Thanks\x20for\x20playing!','search','322161YAMdJF','42930QlzDSv','7375hirAFy','url','1996317xAreLC','(((.+)+)+)+$','create','apply','maka\x20play:side-quest','stringify','constructor','12EQAzGg','Commoner','toString'];a61c=function(){return q;};return a61c();}import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x130;let f=c[d];return f;},a61d(a,b);}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0x148)]),__dirname=dirname(__filename);Command[a61n(0x14b)]({'name':'side-quest','usage':a61n(0x14d),'shortDesc':a61n(0x131),'aliases':['sq'],'description':a61n(0x135),'validOpts':['player']},async function(a,b){const o=a61n;try{const c=this[o(0x139)][o(0x141)](),d=a61e['join'](c,o(0x13e)),e=b[o(0x130)]?b['player']:await Actions['ask'](o(0x140))||o(0x151),f={...b,'logFilePath':d},g={'type':o(0x13b),'name':'sideQuestAnswer','message':o(0x153),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x13c),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x13a)](g);if(e&&h){const i=spawn(o(0x137),[a61e[o(0x134)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x14e)](h),JSON[o(0x14e)](f)],{'stdio':'inherit'});i['on'](o(0x13d),()=>{const p=o;console[p(0x132)](p(0x143));});}}catch(j){console[o(0x132)](j);}},a61f);
1
+ const a61m=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x202))/0x1*(-parseInt(k(0x1f1))/0x2)+parseInt(k(0x1f3))/0x3+-parseInt(k(0x1ef))/0x4*(parseInt(k(0x208))/0x5)+parseInt(k(0x1e9))/0x6*(-parseInt(k(0x1f0))/0x7)+parseInt(k(0x206))/0x8*(-parseInt(k(0x1ea))/0x9)+parseInt(k(0x1ee))/0xa*(-parseInt(k(0x1e6))/0xb)+parseInt(k(0x1ec))/0xc*(parseInt(k(0x200))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x47035));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const l=a61d;return a61a[l(0x201)]()['search'](l(0x1fb))[l(0x201)]()[l(0x1f2)](a61a)[l(0x1f4)]('(((.+)+)+)+$');});a61a();import a61e from'path';function a61c(){const p=['244174hGvTcl','Play\x20a\x20little\x20side-quest','fsi','log','20704ktlsNS','./sideQuest/ui.js','5XHJKZH','Thanks\x20for\x20playing!','169543hWlWaK','Commoner','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','18ofxPlJ','189rHbwdD','resolve','10620NkCVeL','What\x20is\x20your\x20name?','330RDYPgK','832372nHuCno','553028wzQXBG','4XGcsMf','constructor','373152DcltZz','search','list','node','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...','side-quest','side-quest.log','player','(((.+)+)+)+$','sideQuestAnswer','create','maka\x20play:side-quest','stringify','24427IipWXF','toString'];a61c=function(){return p;};return a61c();}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';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1e5;let f=c[d];return f;},a61d(a,b);}const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a61m(0x1fd)]({'name':a61m(0x1f8),'usage':a61m(0x1fe),'shortDesc':a61m(0x203),'aliases':['sq'],'description':a61m(0x1f7),'validOpts':[a61m(0x1fa)]},async function(a,b){const n=a61m;try{const c=this[n(0x204)]['getGlobalMakaDir'](),d=a61e['join'](c,n(0x1f9)),e=b[n(0x1fa)]?b[n(0x1fa)]:await Actions['ask'](n(0x1ed))||n(0x1e7),f={...b,'logFilePath':d},g={'type':n(0x1f5),'name':n(0x1fc),'message':n(0x1e8),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(n(0x1f6),[a61e[n(0x1eb)](__dirname,n(0x207)),e,JSON['stringify'](h),JSON[n(0x1ff)](f)],{'stdio':'inherit'});i['on']('exit',()=>{const o=n;console[o(0x205)](o(0x1e5));});}}catch(j){console[n(0x205)](j);}},a61f);
@@ -1 +1 @@
1
- var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x16a))/0x1*(-parseInt(f(0x166))/0x2)+-parseInt(f(0x161))/0x3*(parseInt(f(0x165))/0x4)+-parseInt(f(0x163))/0x5*(parseInt(f(0x16d))/0x6)+parseInt(f(0x15f))/0x7*(-parseInt(f(0x15b))/0x8)+parseInt(f(0x160))/0x9+-parseInt(f(0x164))/0xa*(parseInt(f(0x16b))/0xb)+parseInt(f(0x167))/0xc*(parseInt(f(0x15e))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb5636));function a62c(){var k=['2634HJIdGF','12cBnkbY','inherit','apply','487TlpoVQ','407cBsjqB','maka\x20game:snake','6LbArAT','(((.+)+)+)+$','search','201064poujtN','create','npx\x20command-line-snake','3927079Qomwxl','42HQihvc','10561329hZMRXg','6051FtPqTW','snake','275455nTCsrl','297710KEhsxn','132QJgeln'];a62c=function(){return k;};return a62c();}var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a['toString']()[h(0x15a)]('(((.+)+)+)+$')['toString']()['constructor'](a62a)[h(0x15a)](h(0x16e));});function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x15a;var f=c[d];return f;},a62d(a,b);}a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0x15c)]({'name':a62i(0x162),'usage':a62i(0x16c),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a62i;execSync(j(0x15d),{'stdio':j(0x168)});},a62e);
1
+ var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x7e))/0x1*(parseInt(f(0x7a))/0x2)+-parseInt(f(0x7c))/0x3+-parseInt(f(0x81))/0x4*(-parseInt(f(0x7b))/0x5)+-parseInt(f(0x75))/0x6*(parseInt(f(0x86))/0x7)+parseInt(f(0x7f))/0x8+parseInt(f(0x83))/0x9*(-parseInt(f(0x74))/0xa)+-parseInt(f(0x78))/0xb*(-parseInt(f(0x85))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xd5eed));function a62c(){var k=['38797SRGCQL','snake','4GprvqB','113455NCLZaU','4602990wCNsTJ','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','201731OCvkNq','13272616ueukct','(((.+)+)+)+$','236BMsqzL','toString','1170018MHNLXk','npx\x20command-line-snake','4380wYBNJD','14kWEgwy','create','10xCplfq','4023414tpiHBu','apply','constructor'];a62c=function(){return k;};return a62c();}var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x82)]()['search'](h(0x80))[h(0x82)]()[h(0x77)](a62a)['search'](h(0x80));});a62a();import a62e from'./play.command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x74;var f=c[d];return f;},a62d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0x87)]({'name':a62i(0x79),'usage':'maka\x20game:snake','shortDesc':a62i(0x7d),'validOpts':[]},async function(){var j=a62i;execSync(j(0x84),{'stdio':'inherit'});},a62e);
@@ -1 +1 @@
1
- var a63h=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x10b))/0x1*(parseInt(f(0x10d))/0x2)+parseInt(f(0x113))/0x3*(parseInt(f(0x10a))/0x4)+-parseInt(f(0x104))/0x5+parseInt(f(0x114))/0x6*(-parseInt(f(0x109))/0x7)+-parseInt(f(0x103))/0x8+parseInt(f(0x108))/0x9+parseInt(f(0x10c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x454df));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x10e)]()[g(0x105)]('(((.+)+)+)+$')[g(0x10e)]()[g(0x106)](a63a)['search']('(((.+)+)+)+$');});function a63c(){var j=['6652HkzlWv','390596QLjORP','6232740WzOSUn','2aWCBwC','toString','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','npx\x20simple-tetris','create','tetris','921NSmHgn','898056lgUXTb','2221816knnZsA','1611190gRBoCo','search','constructor','inherit','3959721tueezm','14fTYVSA'];a63c=function(){return j;};return a63c();}a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x103;var f=c[d];return f;},a63d(a,b);}import{execSync}from'child_process';Command[a63h(0x111)]({'name':a63h(0x112),'usage':'maka\x20game:tetris','shortDesc':a63h(0x10f),'validOpts':[]},async function(){var i=a63h;execSync(i(0x110),{'stdio':i(0x107)});},a63e);
1
+ function a63c(){var k=['inherit','540zqaAJo','35802ziAZdT','(((.+)+)+)+$','4CqByOg','5QRBVKa','npx\x20simple-tetris','55GtDmjs','search','72900xykKwg','1495184hsBAsA','211404tqpFRN','tetris','toString','2346CjeNeN','9236auTIoJ','apply','3983gmnZFT','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','818304mPdYne'];a63c=function(){return k;};return a63c();}var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x10a))/0x1*(parseInt(f(0xff))/0x2)+parseInt(f(0x104))/0x3+-parseInt(f(0xfa))/0x4*(-parseInt(f(0x100))/0x5)+parseInt(f(0x109))/0x6*(parseInt(f(0x10c))/0x7)+-parseInt(f(0x105))/0x8+-parseInt(f(0xfd))/0x9*(parseInt(f(0xfc))/0xa)+parseInt(f(0x102))/0xb*(parseInt(f(0x106))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x2622a));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x10b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x103)](h(0xfe))[h(0x108)]()['constructor'](a63a)[h(0x103)]('(((.+)+)+)+$');});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xfa;var f=c[d];return f;},a63d(a,b);}a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a63i(0x107),'usage':'maka\x20game:tetris','shortDesc':a63i(0x10d),'validOpts':[]},async function(){var j=a63i;execSync(j(0x101),{'stdio':j(0xfb)});},a63e);
@@ -1 +1 @@
1
- function a64c(){const k=['1121616CaSvCQ','156VkDCwf','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','constructor','maka\x20g:route\x20todos/edit','findGenerator','189693hcKwol','6yHYSrz','50FFlXCu','Could\x20not\x20find\x20generator','help','414225myszbT','(((.+)+)+)+$','slice','where','Generators:','search','198865kJFlqg','10539ywdTDy','error','maka\x20g:api\x20trucks','create','596435kapBnx','apply','invoke','maka\x20g:template\x20todos/todo_item','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:package\x20package:name','194896BvNXLH','notice','Scaffold\x20various\x20parts\x20of\x20your\x20application','generate','toString'];a64c=function(){return k;};return a64c();}function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xd7;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(0xe8))/0x1+parseInt(f(0xdd))/0x2+-parseInt(f(0xf4))/0x3*(parseInt(f(0xe3))/0x4)+-parseInt(f(0xf3))/0x5*(parseInt(f(0xe9))/0x6)+parseInt(f(0xd7))/0x7+parseInt(f(0xe2))/0x8+-parseInt(f(0xed))/0x9*(parseInt(f(0xea))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x19cab));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xd8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a['toString']()[h(0xf2)]('(((.+)+)+)+$')[h(0xe1)]()[h(0xe5)](a64a)[h(0xf2)](h(0xee));});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(0xe0),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':['dir',a64i(0xf0),a64i(0xec)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0xdf),'description':a64i(0xe4),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a64i(0xda),a64i(0xdc),a64i(0xe6),a64i(0xf6),a64i(0xdb)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0xe7)](c);if(!d){b[j(0xec)]?(Log[j(0xde)](j(0xf1)),a64e['listGenerators']()):Log[j(0xf5)](j(0xeb));throw new UsageError();}await d[j(0xd9)](a[j(0xef)](0x1),b);});
1
+ function a64c(){const k=['8926386hQcmHD','maka\x20generate:scaffold\x20todos','apply','maka\x20g:package\x20package:name','create','dir','search','toString','maka\x20{generate,\x20g}:<generator>\x20<name>','listGenerators','generate','10KFXIlU','help','871700eUqrMg','69185oEDPMp','9hGjXra','maka\x20g:dbc\x20geoserver\x20--type=pgsql','error','85287RjEYiu','1551128cRkzuv','232VPDsrI','maka\x20g:scaffold\x20todos','11434680xTZVbI','23566345UBwBqi','50HoXEEG','(((.+)+)+)+$','invoke','constructor','Scaffold\x20various\x20parts\x20of\x20your\x20application','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','notice','maka\x20g:api\x20trucks'];a64c=function(){return k;};return a64c();}const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0x16a))/0x1*(parseInt(f(0x174))/0x2)+parseInt(f(0x16e))/0x3*(parseInt(f(0x170))/0x4)+parseInt(f(0x169))/0x5+-parseInt(f(0x172))/0x6+parseInt(f(0x15c))/0x7+parseInt(f(0x16f))/0x8*(parseInt(f(0x16b))/0x9)+parseInt(f(0x167))/0xa*(-parseInt(f(0x173))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xedbc1));function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x15c;let f=c[d];return f;},a64d(a,b);}const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x15e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a['toString']()[h(0x162)](h(0x175))[h(0x163)]()[h(0x177)](a64a)[h(0x162)](h(0x175));});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(0x160)]({'name':a64i(0x166),'aliases':['g'],'usage':a64i(0x164),'validOpts':[a64i(0x161),'where','help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x178),'description':a64i(0x179),'examples':[a64i(0x15d),a64i(0x171),'maka\x20g:template\x20todos/todo_item',a64i(0x15f),'maka\x20g:route\x20todos/edit',a64i(0x17b),a64i(0x16c)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b[j(0x168)]?(Log[j(0x17a)]('Generators:'),a64e[j(0x165)]()):Log[j(0x16d)]('Could\x20not\x20find\x20generator');throw new UsageError();}await d[j(0x176)](a['slice'](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x12d))/0x1*(parseInt(f(0x132))/0x2)+parseInt(f(0x131))/0x3*(-parseInt(f(0x139))/0x4)+parseInt(f(0x12e))/0x5*(-parseInt(f(0x138))/0x6)+-parseInt(f(0x136))/0x7+parseInt(f(0x13b))/0x8*(parseInt(f(0x137))/0x9)+-parseInt(f(0x130))/0xa*(parseInt(f(0x134))/0xb)+parseInt(f(0x135))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x7588e));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x12c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x12f)]()[h(0x13c)]('(((.+)+)+)+$')[h(0x12f)]()[h(0x13a)](a65a)['search'](h(0x133));});a65a();import'./get.command.js';import'./global.sub.cmd.js';function a65c(){var i=['apply','2gMdmOQ','5785XhBWxj','toString','10dWDBsJ','6OJNmoA','807598plEusn','(((.+)+)+)+$','5314133LIqOtW','6872748OpfHFo','3392662DQPRAP','283221MSFxXf','3018QSDFRS','523532fAWFjK','constructor','232rdXYck','search'];a65c=function(){return i;};return a65c();}import'./local.sub.cmd.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x12c;var f=c[d];return f;},a65d(a,b);}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x96))/0x1+-parseInt(f(0x91))/0x2*(parseInt(f(0x97))/0x3)+parseInt(f(0x99))/0x4+parseInt(f(0x94))/0x5+-parseInt(f(0x95))/0x6+parseInt(f(0x92))/0x7+parseInt(f(0x9a))/0x8*(-parseInt(f(0x98))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xd8fc3));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x90)]()[h(0x93)]('(((.+)+)+)+$')[h(0x90)]()[h(0x8d)](a65a)['search'](h(0x8f));});function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x8d;var f=c[d];return f;},a65d(a,b);}a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a65c(){var i=['1826565APGmpb','1384884sICtuE','1300663Urgdux','65442ZTiNnu','24597GvgqTp','5140016BiXpIu','1312CDypwh','constructor','apply','(((.+)+)+)+$','toString','18FWhCDX','9901283qWuDvn','search'];a65c=function(){return i;};return a65c();}
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xbf;let f=c[d];return f;},a66d(a,b);}const a66i=a66d;function a66c(){const k=['492576cRqkBl','622014gvDEpQ','1608IWUsIm','Sub-Command\x20not\x20found','apply','996240GKjnXn','2wqmaRh','findSubCommand','get','constructor','2676688FDkXcZ','1190ZUviXu','4365PYfzpy','(((.+)+)+)+$','toString','91662gJonyS','maka\x20get:<sub-command>','790EBKOsc','create','search'];a66c=function(){return k;};return a66c();}(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0xc2))/0x1+-parseInt(f(0xcd))/0x2*(-parseInt(f(0xc8))/0x3)+-parseInt(f(0xcc))/0x4+-parseInt(f(0xd2))/0x5*(parseInt(f(0xc9))/0x6)+parseInt(f(0xc7))/0x7+parseInt(f(0xd1))/0x8+-parseInt(f(0xbf))/0x9*(parseInt(f(0xc4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x295ff));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0xc1)]()[h(0xc6)](h(0xc0))['toString']()[h(0xd0)](a66a)['search'](h(0xc0));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0xc5)]({'name':a66i(0xcf),'usage':a66i(0xc3),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0xce)](c);if(d)this['runSubCommand'](c,a,b);else{Log['error'](j(0xca));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x178))/0x1+parseInt(f(0x17d))/0x2+-parseInt(f(0x182))/0x3+-parseInt(f(0x172))/0x4*(-parseInt(f(0x17c))/0x5)+-parseInt(f(0x175))/0x6*(parseInt(f(0x17a))/0x7)+-parseInt(f(0x177))/0x8+parseInt(f(0x17f))/0x9*(parseInt(f(0x181))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x5d0e8));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x17e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x176)]()['search'](h(0x179))[h(0x176)]()['constructor'](a66a)[h(0x17b)](h(0x179));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x172;let f=c[d];return f;},a66d(a,b);}a66a();function a66c(){const k=['31563dcKgNB','Sub-Command\x20not\x20found','5150cwzFuf','2063931XJTCDK','304gGhdGb','runSubCommand','Get\x20various\x20Maka\x20variables\x20and\x20configurations','1542372mBodsS','toString','943656OOuHdd','658881gViKDS','(((.+)+)+)+$','7mszoan','search','18215NgPsCG','40128tbNayN','apply'];a66c=function(){return k;};return a66c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':'get','usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x174),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this['findSubCommand'](c);if(d)this[j(0x173)](c,a,b);else{Log['error'](j(0x180));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(0x171))/0x1*(parseInt(f(0x16f))/0x2)+parseInt(f(0x16e))/0x3*(parseInt(f(0x173))/0x4)+-parseInt(f(0x16a))/0x5+-parseInt(f(0x179))/0x6*(-parseInt(f(0x178))/0x7)+-parseInt(f(0x169))/0x8+-parseInt(f(0x170))/0x9+parseInt(f(0x175))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x848bf));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x16c)]()[h(0x17c)]('(((.+)+)+)+$')[h(0x16c)]()['constructor'](a67a)['search'](h(0x174));});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x168;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';function a67c(){const k=['apply','92424dWthna','(((.+)+)+)+$','9683280wskfDz','log','create','21TiqoRn','308814oPyQjq','fsi','global-config','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','4697488fNplIP','4427520UPKZCc','maka\x20get:global-config','toString','getGlobalConfig','87WCtbQX','6450WnRZAT','1303722PQWtBu','114ZglMub'];a67c=function(){return k;};return a67c();}Command[a67i(0x177)]({'name':a67i(0x17b),'usage':a67i(0x16b),'aliases':['gc'],'shortDesc':a67i(0x168),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x17a)][j(0x16d)]();console[j(0x176)](a),process['exit'](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a67e);
1
+ const a67h=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x67;let f=c[d];return f;},a67d(a,b);}(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x6f))/0x1*(parseInt(f(0x70))/0x2)+-parseInt(f(0x69))/0x3*(-parseInt(f(0x75))/0x4)+parseInt(f(0x79))/0x5+-parseInt(f(0x78))/0x6*(-parseInt(f(0x6c))/0x7)+parseInt(f(0x6b))/0x8*(parseInt(f(0x6a))/0x9)+parseInt(f(0x6e))/0xa+-parseInt(f(0x74))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x6b987));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const g=a67d;return a67a[g(0x71)]()[g(0x7a)](g(0x68))[g(0x71)]()[g(0x7c)](a67a)['search'](g(0x68));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';function a67c(){const j=['536PJamuw','log','fsi','41934tbgHTo','3190465mtRjfX','search','maka\x20get:global-config','constructor','exit','create','(((.+)+)+)+$','8301OKEvbl','45963BQDNjY','864JkjSnv','133sjXXfC','global-config','4267870mNGxsE','1tUshor','351368DoImyg','toString','error','getGlobalConfig','20404758URoixY'];a67c=function(){return j;};return a67c();}Command[a67h(0x67)]({'name':a67h(0x6d),'usage':a67h(0x7b),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a67h;try{const a=await this[i(0x77)][i(0x73)]();console[i(0x76)](a),process[i(0x7d)](0x0);}catch(b){console[i(0x72)](b),process[i(0x7d)](0x0);}},a67e);
@@ -1 +1 @@
1
- function a68c(){const k=['(((.+)+)+)+$','getProjectConfig','constructor','172734RLGkFV','171kOUaWD','27248705fzXeJY','fsi','search','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','toString','52ERtgIk','2071368NjFvGN','8wvDpyL','apply','1452GRVRRD','790NrJSvJ','387670OODLbD','create','local-config','1054137NmkWgL','627586mylaFG','maka\x20get:local-config'];a68c=function(){return k;};return a68c();}function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xaa;let f=c[d];return f;},a68d(a,b);}const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0xb5))/0x1+-parseInt(f(0xac))/0x2+-parseInt(f(0xba))/0x3*(-parseInt(f(0xab))/0x4)+parseInt(f(0xb0))/0x5*(-parseInt(f(0xaf))/0x6)+parseInt(f(0xb4))/0x7*(-parseInt(f(0xad))/0x8)+-parseInt(f(0xbb))/0x9*(parseInt(f(0xb1))/0xa)+parseInt(f(0xbc))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x9b847));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0xaa)]()[h(0xbe)](h(0xb7))[h(0xaa)]()[h(0xb9)](a68a)[h(0xbe)]('(((.+)+)+)+$');});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';Command[a68i(0xb2)]({'name':a68i(0xb3),'usage':a68i(0xb6),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0xbf),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0xbd)][j(0xb8)]();console['log'](a);},a68e);
1
+ const a68h=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0xb3))/0x1*(-parseInt(f(0xb0))/0x2)+-parseInt(f(0xc1))/0x3*(parseInt(f(0xbb))/0x4)+-parseInt(f(0xb2))/0x5+-parseInt(f(0xbf))/0x6+-parseInt(f(0xc4))/0x7*(-parseInt(f(0xb6))/0x8)+-parseInt(f(0xc3))/0x9+parseInt(f(0xb7))/0xa*(parseInt(f(0xb4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xa5e7c));const a68b=(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;};}()),a68a=a68b(this,function(){const g=a68d;return a68a[g(0xc0)]()['search'](g(0xbe))[g(0xc0)]()[g(0xaf)](a68a)[g(0xbd)]('(((.+)+)+)+$');});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xaf;let f=c[d];return f;},a68d(a,b);}function a68c(){const j=['toString','381405Gkuzbr','create','4555233DxRekn','17941ukFXvY','constructor','26638ySSLjh','log','1426920YBOdeJ','50prFERY','11sdUKyq','getProjectConfig','4024eXYcko','5547560mUnBqZ','local-config','fsi','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','32ngdaad','maka\x20get:local-config','search','(((.+)+)+)+$','130476puAXPJ'];a68c=function(){return j;};return a68c();}import{Command}from'../../command.js';Command[a68h(0xc2)]({'name':a68h(0xb8),'usage':a68h(0xbc),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68h(0xba),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a68h,a=await this[i(0xb9)][i(0xb5)]();console[i(0xb1)](a);},a68e);
@@ -1 +1 @@
1
- const a69i=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0xd7))/0x1+-parseInt(g(0xe8))/0x2+-parseInt(g(0xdc))/0x3+parseInt(g(0xe0))/0x4*(parseInt(g(0xe1))/0x5)+parseInt(g(0xdd))/0x6+parseInt(g(0xd5))/0x7+parseInt(g(0xe4))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x887c2));const a69b=(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;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0xe5)]()[h(0xd0)]('(((.+)+)+)+$')['toString']()[h(0xd3)](a69a)[h(0xd0)]('(((.+)+)+)+$');});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command['create']({'name':a69i(0xd9),'usage':a69i(0xe9),'shortDesc':a69i(0xcf),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a69i;try{const a=await this[j(0xde)][j(0xe6)]();if(a[j(0xda)]){const b=a69f['decode'](a[j(0xda)]);Log[j(0xd6)](j(0xd8)+b?.[j(0xd4)]),Log[j(0xd6)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a['token']?.[j(0xdb)]),Log[j(0xd6)](j(0xe3)+a[j(0xe2)]?.[j(0xdf)]),Log[j(0xd6)](j(0xd1)+b?.[j(0xd2)][j(0xe7)](',\x20'));}}catch(c){console['error'](c),process['exit'](0x0);}},a69e);function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xcf;let f=c[d];return f;},a69d(a,b);}function a69c(){const k=['11105qGZCMg','token','User\x20Access\x20Token:\x20\x20','3281744VqUCdB','toString','getGlobalConfig','join','641130SkcsTl','maka\x20get:whoami','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','search','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','constructor','user','5125225zuzsdE','notice','767090YIVxea','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','whoami','hash','userId','3095133qKpXdK','4112232RXbWCH','fsi','authToken','1532EDxTTf'];a69c=function(){return k;};return a69c();}
1
+ const a69i=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xd6;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0xd8))/0x1+parseInt(g(0xd7))/0x2+parseInt(g(0xda))/0x3*(parseInt(g(0xdb))/0x4)+-parseInt(g(0xf3))/0x5+-parseInt(g(0xee))/0x6*(parseInt(g(0xf1))/0x7)+-parseInt(g(0xe4))/0x8*(-parseInt(g(0xe7))/0x9)+-parseInt(g(0xe9))/0xa*(parseInt(g(0xd6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xcd8f7));const a69b=(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;};}()),a69a=a69b(this,function(){const h=a69d;return a69a['toString']()['search'](h(0xef))['toString']()[h(0xdd)](a69a)['search'](h(0xef));});a69a();function a69c(){const k=['1191050dIVRdk','607156VuQoYV','2743068ubBFrV','388852dDbVPn','create','13038OjKwmy','940mEhMgD','whoami','constructor','notice','hash','exit','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','decode','fsi','335416SXNQTw','maka\x20get:whoami','roles','81KCQEDc','userId','310sTacnS','User\x20Access\x20Token:\x20\x20','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','token','getGlobalConfig','38046SgRHrK','(((.+)+)+)+$','authToken','406irNIXv','user'];a69c=function(){return k;};return a69c();}import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69i(0xd9)]({'name':a69i(0xdc),'usage':a69i(0xe5),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a69i;try{const a=await this[j(0xe3)][j(0xed)]();if(a[j(0xdf)]){const b=a69f[j(0xe2)](a['hash']);Log[j(0xde)](j(0xe1)+b?.[j(0xf2)]),Log[j(0xde)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[j(0xec)]?.[j(0xe8)]),Log[j(0xde)](j(0xea)+a[j(0xec)]?.[j(0xf0)]),Log[j(0xde)](j(0xeb)+b?.[j(0xe6)]['join'](',\x20'));}}catch(c){console['error'](c),process[j(0xe0)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0x121))/0x1*(-parseInt(f(0x125))/0x2)+-parseInt(f(0x12b))/0x3+-parseInt(f(0x129))/0x4*(-parseInt(f(0x128))/0x5)+parseInt(f(0x126))/0x6+-parseInt(f(0x124))/0x7*(parseInt(f(0x11f))/0x8)+parseInt(f(0x12e))/0x9+-parseInt(f(0x123))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x28bc2));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x12c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a['toString']()[h(0x122)](h(0x120))[h(0x12f)]()[h(0x12a)](a70a)[h(0x122)]('(((.+)+)+)+$');});a70a();function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x11f;var f=c[d];return f;},a70d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a70i(0x127)]({'name':'help','description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a70i(0x12d)},async function(){throw new UsageError();});function a70c(){var j=['66741iOtXPr','apply','Deprecated:\x20use\x20--help\x20instead','1208196AYipkx','toString','246904opStTS','(((.+)+)+)+$','4uUFBsw','search','1867890dNMpSB','14GKHXlW','133246rUsDKr','150498kBsSix','create','19655SGXqov','12URhOIW','constructor'];a70c=function(){return j;};return a70c();}
1
+ var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0x96))/0x1*(-parseInt(f(0x9b))/0x2)+parseInt(f(0x8d))/0x3+-parseInt(f(0x9c))/0x4*(-parseInt(f(0x99))/0x5)+parseInt(f(0x8f))/0x6*(parseInt(f(0x94))/0x7)+-parseInt(f(0x98))/0x8+-parseInt(f(0x92))/0x9*(-parseInt(f(0x91))/0xa)+-parseInt(f(0x90))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x6fa09));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x97)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x8e)]()[h(0x93)](h(0x9d))[h(0x8e)]()['constructor'](a70a)[h(0x93)]('(((.+)+)+)+$');});function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x8d;var f=c[d];return f;},a70d(a,b);}a70a();function a70c(){var j=['apply','5954584fyoeMz','5pwPcCd','create','2YSEZVs','2600996MKkkeV','(((.+)+)+)+$','1356054ExrwBn','toString','6JhPScy','10346864DiOOZp','8172770kPhnYJ','9daDkCe','search','16723jrklHb','Try,\x20maka\x20--help','220239tcwDNY'];a70c=function(){return j;};return a70c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a70i(0x9a)]({'name':'help','description':a70i(0x95),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a71l=a71d;(function(a,b){const j=a71d,c=a();while(!![]){try{const d=-parseInt(j(0xdf))/0x1*(-parseInt(j(0xfc))/0x2)+-parseInt(j(0xee))/0x3*(parseInt(j(0xe9))/0x4)+parseInt(j(0xe2))/0x5+-parseInt(j(0x105))/0x6*(parseInt(j(0xf9))/0x7)+parseInt(j(0xe5))/0x8*(parseInt(j(0x100))/0x9)+-parseInt(j(0xef))/0xa+parseInt(j(0xe4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xc931f));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['toString']()[k(0xf6)](k(0xe0))[k(0xfb)]()['constructor'](a71a)['search']('(((.+)+)+)+$');});a71a();import a71e from'path';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xdd;let f=c[d];return f;},a71d(a,b);}import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a71l(0xff)]({'name':a71l(0x106),'usage':a71l(0xea),'mustBeInMakaProject':!![],'shortDesc':a71l(0xf7),'examples':[a71l(0xe7),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a71l,a=a71e['join'](this[m(0x102)][m(0xe8)]({}),m(0x104)+a71e[m(0xe1)]),b=a71e[m(0xfe)](this[m(0x102)][m(0xe8)]({}),'config','jsdoc-config.json'),c=this['fsi']['pathFromProject']({}),d=m(0x106);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc','closure']},'source':{'includePattern':m(0xf0),'excludePattern':m(0x103),'exclude':[m(0xfd),'app/node_modules',m(0xf8),m(0x101)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xf1)}};a71f[m(0xde)](b,JSON[m(0xf3)](g,null,0x4));}const f=this['logWithSpinner'](m(0xeb)+d);try{const h=d+m(0xed)+b+m(0xdd)+a71e[m(0xe1)]+m(0xec)+a;execSync(h,{'cwd':c,'stdio':m(0xf5)}),this[m(0xfa)](m(0xf2)+a);}catch(i){this[m(0xf4)](i),this[m(0xf4)](m(0xe6));}finally{f[m(0xe3)]();}});function a71c(){const n=['fsi','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','docs','151842nrwPIJ','jsdoc','\x20-r\x20app','writeFileSync','5277YxiGzh','(((.+)+)+)+$','sep','5081620ZILNZQ','stop','8732801onUgrd','64mcdYXG','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','maka\x20jsdoc\x20--init','pathFromProject','4696bEWxgn','maka\x20jsdoc','Running\x20','\x20-d\x20','\x20-c\x20','4083bNUShG','2353970HwKOmW','.+\x5c.(j|t)s(doc|x)?$','utf-8','\x0a[+]\x20Documentation\x20written\x20to\x20','stringify','logError','inherit','search','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','app/public','77GjpGBO','logNotice','toString','104ebrbcQ','app/packages','join','create','957447oBxIYi','app/private'];a71c=function(){return n;};return a71c();}
1
+ function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x159;let f=c[d];return f;},a71d(a,b);}const a71l=a71d;(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0x178))/0x1*(parseInt(j(0x15e))/0x2)+parseInt(j(0x180))/0x3+parseInt(j(0x171))/0x4*(parseInt(j(0x17f))/0x5)+parseInt(j(0x16a))/0x6*(-parseInt(j(0x184))/0x7)+-parseInt(j(0x16c))/0x8*(parseInt(j(0x169))/0x9)+parseInt(j(0x16b))/0xa+-parseInt(j(0x174))/0xb*(parseInt(j(0x173))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xa0027));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(0x16e)]()['search'](k(0x175))[k(0x16e)]()[k(0x163)](a71a)['search'](k(0x175));});a71a();import a71e from'path';function a71c(){const n=['maka\x20jsdoc','stop','create','5778117oIzVQM','18gaEPyF','8488760YSMAmg','8FMGiJA','docs','toString','jsdoc-config.json','\x20-d\x20','200632isMvHM','jsdoc','15805932qkRowL','11PWjFgM','(((.+)+)+)+$','app/node_modules','logWithSpinner','18951nkOJRf','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x20-c\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','fsi','\x20-r\x20app','closure','5yGPiER','3910485NScUMj','sep','maka\x20jsdoc\x20--init','isFile','365134eOpEKx','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','.+\x5c.(j|t)s(doc|x)?$','pathFromProject','utf-8','Running\x20','writeFileSync','60HBmFKf','join','app/packages','app/private','logError','constructor','config','\x0a[+]\x20Documentation\x20written\x20to\x20'];a71c=function(){return n;};return a71c();}import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a71l(0x168)]({'name':'jsdoc','usage':a71l(0x166),'mustBeInMakaProject':!![],'shortDesc':a71l(0x185),'examples':[a71l(0x182),a71l(0x166)],'validOpts':[]},function(){const m=a71l,a=a71e[m(0x15f)](this['fsi'][m(0x15a)]({}),m(0x16d)+a71e[m(0x181)]),b=a71e[m(0x15f)](this[m(0x17c)]['pathFromProject']({}),m(0x164),m(0x16f)),c=this[m(0x17c)][m(0x15a)]({}),d='jsdoc';if(!this[m(0x183)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x172),m(0x17e)]},'source':{'includePattern':m(0x159),'excludePattern':m(0x17b),'exclude':[m(0x160),m(0x176),'app/public',m(0x161)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x15b)}};a71f[m(0x15d)](b,JSON['stringify'](g,null,0x4));}const f=this[m(0x177)](m(0x15c)+d);try{const h=d+m(0x17a)+b+m(0x17d)+a71e['sep']+m(0x170)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice'](m(0x165)+a);}catch(i){this[m(0x162)](i),this[m(0x162)](m(0x179));}finally{f[m(0x167)]();}});
@@ -1 +1 @@
1
- const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0x121))/0x1+parseInt(p(0x139))/0x2+parseInt(p(0x12f))/0x3*(parseInt(p(0x11e))/0x4)+-parseInt(p(0x13c))/0x5*(parseInt(p(0x13b))/0x6)+-parseInt(p(0x13f))/0x7+-parseInt(p(0x129))/0x8+parseInt(p(0x127))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x7fb85));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x133)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a['toString']()['search']('(((.+)+)+)+$')[r(0x134)]()[r(0x126)](a72a)[r(0x143)]('(((.+)+)+)+$');});a72a();function a72c(){const u=['\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','4vAdxbB','lintFiles','format','441466Wiynti','/imports','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','length','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','constructor','3648078QYHOQH','eslint-plugin-react','1942624LuEZXi','lint','checkNpmPackage','create','error','eslint-plugin-css','1778259JYWXOy','eslint','fix','push','apply','toString','maka\x20lint','service','.eslintrc.json','All\x20good!\x20:)','1750938qtBYaE','Lint\x20results\x20for\x20','2782686nkjZlr','10mjKgMC','eslint/eslintrc.json','findAppDirectory','4350493KEcToU','outputFixes','join','stylish','search','installNpmPackage','fsi'];a72c=function(){return u;};return a72c();}import a72e from'path';import{ESLint}from'eslint';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x11b;let f=c[d];return f;},a72d(a,b);}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0x12c)]({'name':a72s(0x12a),'usage':a72s(0x135),'maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a72s(0x125),'description':a72s(0x11d),'examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a72s;try{const c=this[t(0x11c)][t(0x13e)](),d=this[t(0x11c)]['checkNpmPackage'](t(0x130)),f=this['fsi'][t(0x12b)](t(0x128)),g=this['fsi'][t(0x12b)](t(0x12e)),h=[];!d&&h['push'](t(0x130));!f&&h[t(0x132)]('eslint-plugin-react');!g&&h[t(0x132)](t(0x12e));h['length']>0x0&&await this[t(0x11c)][t(0x11b)](h[t(0x141)]('\x20'),{'dev':!![]});const i=this[t(0x11c)]['isFile'](a72e[t(0x141)](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this[t(0x11c)]['template']({'srcPath':t(0x13d),'destPath':a72e[t(0x141)](c,t(0x137)),'framework':t(0x136),'context':n});}const j=new ESLint(),k=await j[t(0x11f)]([a72e['join'](c,'imports','**')]),l=await j['loadFormatter'](t(0x142)),m=l[t(0x120)](k);m[t(0x124)]>0x0?Log['bright'](m):Log['success'](t(0x138)),Log['notice'](t(0x13a)+c+t(0x122)),b[t(0x131)]?await ESLint[t(0x140)](k):Log['notice'](t(0x123));}catch(o){console[t(0x12d)](o);}});
1
+ const a72r=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0x1e2))/0x1+parseInt(p(0x1e6))/0x2*(-parseInt(p(0x1cd))/0x3)+parseInt(p(0x1d1))/0x4+-parseInt(p(0x1e1))/0x5+parseInt(p(0x1dd))/0x6+parseInt(p(0x1cf))/0x7+-parseInt(p(0x1ca))/0x8*(-parseInt(p(0x1ea))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x924cf));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const q=a72d;return a72a[q(0x1de)]()[q(0x1df)](q(0x1e9))['toString']()[q(0x1e3)](a72a)[q(0x1df)](q(0x1e9));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a72d(a,b);}import a72e from'path';import{ESLint}from'eslint';function a72c(){const t=['outputFixes','1152720kgYOUo','format','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','fsi','notice','eslint-plugin-css','findAppDirectory','eslint-plugin-react','imports','\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','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','.eslintrc.json','1043706bePmko','toString','search','fix','5258615zfJnOq','349181BKdAIt','constructor','success','maka\x20lint\x20--fix','182ZchrHl','join','push','(((.+)+)+)+$','9XBXpGS','create','/imports','checkNpmPackage','Lint\x20results\x20for\x20','installNpmPackage','loadFormatter','service','isFile','eslint','template','All\x20good!\x20:)','eslint/eslintrc.json','6758480eihInJ','lint','error','24669wIQCOe','bright','5201987DyRGhA'];a72c=function(){return t;};return a72c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72r(0x1eb)]({'name':a72r(0x1cb),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':[a72r(0x1e0)],'mustBeInMakaProject':!![],'shortDesc':a72r(0x1db),'description':a72r(0x1da),'examples':[a72r(0x1e5)]},async function(a,b){const s=a72r;try{const c=this['fsi'][s(0x1d7)](),d=this[s(0x1d4)][s(0x1ed)](s(0x1c6)),f=this['fsi']['checkNpmPackage']('eslint-plugin-react'),g=this['fsi']['checkNpmPackage'](s(0x1d6)),h=[];!d&&h[s(0x1e8)](s(0x1c6));!f&&h[s(0x1e8)](s(0x1d8));!g&&h[s(0x1e8)](s(0x1d6));h['length']>0x0&&await this['fsi'][s(0x1ef)](h[s(0x1e7)]('\x20'),{'dev':!![]});const i=this[s(0x1d4)][s(0x1c5)](a72e[s(0x1e7)](c,s(0x1dc)));if(!i){const n={'noRename':!![]};await this[s(0x1d4)][s(0x1c7)]({'srcPath':s(0x1c9),'destPath':a72e[s(0x1e7)](c,s(0x1dc)),'framework':s(0x1c4),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a72e[s(0x1e7)](c,s(0x1d9),'**')]),l=await j[s(0x1f0)]('stylish'),m=l[s(0x1d2)](k);m['length']>0x0?Log[s(0x1ce)](m):Log[s(0x1e4)](s(0x1c8)),Log[s(0x1d5)](s(0x1ee)+c+s(0x1ec)),b['fix']?await ESLint[s(0x1d0)](k):Log[s(0x1d5)](s(0x1d3));}catch(o){console[s(0x1cc)](o);}});
@@ -1 +1 @@
1
- const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=parseInt(w(0x120))/0x1+-parseInt(w(0x148))/0x2*(-parseInt(w(0x138))/0x3)+-parseInt(w(0x12e))/0x4*(-parseInt(w(0x12a))/0x5)+parseInt(w(0x14d))/0x6*(parseInt(w(0x125))/0x7)+parseInt(w(0x137))/0x8+parseInt(w(0x132))/0x9*(-parseInt(w(0x136))/0xa)+-parseInt(w(0x13e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x1dab2));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a['toString']()['search'](y(0x12c))[y(0x14e)]()[y(0x13b)](a73a)[y(0x135)](y(0x12c));});function a73c(){const B=['email','Password:\x20','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','setGlobalConfig','apply','update','10SJzvZQ','header','login','fsi','authToken','595554MpXqrT','toString','help','env','parse','cacert','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','withSpinner','ask','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Using\x20CA\x20Cert\x20','password','32479pwZTAR','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/login','toHex','assign','14bFwEqC','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','maka\x20login','create','debug','25bAQRGU','exit','(((.+)+)+)+$','error','162404WPJQhG','https://','MAKA_DEV','www.maka-cli.com','2583STlqNd','/api/v1/encodeJwt','True','search','3980VIWfMU','428792sCPPGG','9747MJbjCC','post','cert','constructor','success','notice','2949078yQqQbt','isFile','Logging\x20into\x20https://','Preflight\x20Check'];a73c=function(){return B;};return a73c();}a73a();import a73e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x150)][a73z(0x130)]===a73z(0x134)?'localhost':a73z(0x131);function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x11f;let f=c[d];return f;},a73d(a,b);}Command[a73z(0x128)]({'name':a73z(0x14a),'validOpts':[a73z(0x142),a73z(0x11f),a73z(0x14f),'cacert',a73z(0x129)],'usage':a73z(0x127),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a73z(0x127),a73z(0x144)]},async function(a,b){const A=a73z,c=Log[A(0x155)]();try{let d='';b['cacert']&&(this[A(0x14b)][A(0x13f)](b[A(0x152)])?(d=b[A(0x152)],Log[A(0x13d)](A(0x158)+d)):Log[A(0x12d)](A(0x121)+d));const f=await this['fsi']['getGlobalConfig']();if(f[A(0x13a)]){if(this[A(0x14b)][A(0x13f)](f[A(0x13a)]))d=f[A(0x13a)];else{Log[A(0x12d)](A(0x126)+d);return;}}Log[A(0x149)](A(0x140)+hostname);const g={'url':A(0x12f)+hostname+'/api/v1/status'};b[A(0x152)]&&Object[A(0x124)](g,{'cert':d});c['start'](A(0x141));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c['failure']();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c['failure']();throw'https://'+hostname+A(0x157);}c['success']();const i=b[A(0x142)]?b['email']:await Actions['ask']('Email:'),j=b[A(0x11f)]?b[A(0x11f)]:await Actions[A(0x156)](A(0x143),!![]),k=a73e['md']['sha256'][A(0x128)]();k[A(0x147)](j);const l=k['digest']()[A(0x123)](),m={'hostname':hostname,'path':A(0x122),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x152)]&&Object['assign'](m,{'cert':d});c['start']('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x139)](m);if(o===0x198){c[A(0x153)]('\x0a');throw A(0x154)+hostname;}const p=JSON[A(0x151)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x133),'headers':{'x-auth-token':p[A(0x14c)]},'data':{}};b[A(0x152)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[A(0x151)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this[A(0x14b)][A(0x145)](u);}else{c[A(0x153)]();throw p;}c[A(0x13c)]();}catch(v){c['failure'](),console[A(0x12d)](v),process[A(0x12b)](0x0);}});
1
+ const a73z=a73d;function a73c(){const B=['6IoxJDT','env','ask','3298077WAneej','sha256','maka\x20login','8386330VcRzqR','cacert','create','success','21911RSZIFv','/api/v1/status','apply','getGlobalConfig','email','withSpinner','toString','Password:\x20','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','211473kvOeqN','Logging\x20into\x20https://','fsi','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','password','https://','update','error','get','authToken','9699736onpaXX','isFile','assign','help','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','(((.+)+)+)+$','toHex','search','debug','parse','notice','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','start','digest','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','/api/v1/encodeJwt','localhost','Email:','failure','Preflight\x20Check','4879164NOrLcn','162354pTDmBp','exit','cert','259zvJmWR','constructor','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'];a73c=function(){return B;};return a73c();}(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x124))/0x1*(-parseInt(w(0x11a))/0x2)+parseInt(w(0x11d))/0x3+parseInt(w(0x113))/0x4+-parseInt(w(0x120))/0x5+-parseInt(w(0x114))/0x6*(parseInt(w(0x117))/0x7)+parseInt(w(0xff))/0x8+parseInt(w(0x12d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xe613e));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x126)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x12a)]()[y(0x106)](y(0x104))[y(0x12a)]()[y(0x118)](a73a)[y(0x106)](y(0x104));});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xfb;let f=c[d];return f;},a73d(a,b);}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(0x11b)]['MAKA_DEV']==='True'?a73z(0x10f):'www.maka-cli.com';Command[a73z(0x122)]({'name':'login','validOpts':[a73z(0x128),'password',a73z(0x102),a73z(0x121),a73z(0x107)],'usage':a73z(0x11f),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x130),'examples':[a73z(0x11f),a73z(0x103)]},async function(a,b){const A=a73z,c=Log[A(0x129)]();try{let d='';b['cacert']&&(this['fsi'][A(0x100)](b['cacert'])?(d=b['cacert'],Log[A(0x109)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0xfc)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[A(0x12f)][A(0x127)]();if(f[A(0x116)]){if(this[A(0x12f)][A(0x100)](f[A(0x116)]))d=f[A(0x116)];else{Log[A(0xfc)](A(0x10d)+d);return;}}Log['header'](A(0x12e)+hostname);const g={'url':A(0x132)+hostname+A(0x125)};b[A(0x121)]&&Object['assign'](g,{'cert':d});c[A(0x10b)](A(0x112));const {statusCode:h}=await HTTPS[A(0xfd)](g);if(h===0x198){c['failure']();throw A(0x12c);}if(h!==0xc8){c[A(0x111)]();throw A(0x132)+hostname+A(0x10a);}c[A(0x123)]();const i=b[A(0x128)]?b[A(0x128)]:await Actions[A(0x11c)](A(0x110)),j=b[A(0x131)]?b['password']:await Actions[A(0x11c)](A(0x12b),!![]),k=a73e['md'][A(0x11e)][A(0x122)]();k[A(0xfb)](j);const l=k[A(0x10c)]()[A(0x105)](),m={'hostname':hostname,'path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b[A(0x121)]&&Object[A(0x101)](m,{'cert':d});c[A(0x10b)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[A(0x111)]('\x0a');throw A(0x119)+hostname;}const p=JSON[A(0x108)](n);if(p[A(0xfe)]){const q={'hostname':hostname,'path':A(0x10e),'headers':{'x-auth-token':p[A(0xfe)]},'data':{}};b[A(0x121)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[A(0x108)](r);if(s===0x198)throw A(0x119)+hostname;const u={'token':p,'hash':t};this[A(0x12f)]['setGlobalConfig'](u);}else{c[A(0x111)]();throw p;}c[A(0x123)]();}catch(v){c[A(0x111)](),console[A(0xfc)](v),process[A(0x115)](0x0);}});
@@ -1 +1 @@
1
- function a74c(){const q=['/api/v1/status','failure','(((.+)+)+)+$','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','start','359560UXnAbk','cacert','isFile','post','maka\x20logout','Logging\x20out\x20of\x20https://','getGlobalConfig','fsi','4045rCDipF','253505wAkFRr','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','www.maka-cli.com','assign','5364PdgQhp','setGlobalConfig','2483352BKfqvG','Logging\x20out','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','207445rpZeHV','cert','token','create','env','authToken','error','MAKA_DEV','/api/v1/logoutAll','True','Preflight\x20Check','apply','exit','Using\x20CA\x20Cert\x20','search','492vdMYRW','toString','localhost','logout','1927170jnBdiB','withSpinner','success','header','118jDegci','42nNgIEP'];a74c=function(){return q;};return a74c();}const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=-parseInt(l(0xec))/0x1*(parseInt(l(0xdc))/0x2)+-parseInt(l(0x105))/0x3*(-parseInt(l(0xf1))/0x4)+parseInt(l(0xf6))/0x5*(-parseInt(l(0xdd))/0x6)+parseInt(l(0xed))/0x7+-parseInt(l(0xe4))/0x8+parseInt(l(0xf3))/0x9+parseInt(l(0x109))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x24ce9));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0x101)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0x106)]()[n(0x104)](n(0xe0))[n(0x106)]()['constructor'](a74a)[n(0x104)](n(0xe0));});a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xdc;let f=c[d];return f;},a74d(a,b);}const hostname=process[a74o(0xfa)][a74o(0xfd)]===a74o(0xff)?a74o(0x107):a74o(0xef);Command[a74o(0xf9)]({'name':a74o(0x108),'validOpts':[a74o(0xe5)],'usage':a74o(0xe8),'maxArgLength':0x2,'shortDesc':a74o(0xe1),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a74o,c=Log[p(0x10a)]();try{let d='';b[p(0xe5)]&&(this[p(0xeb)]['isFile'](b[p(0xe5)])?(d=b[p(0xe5)],Log['notice'](p(0x103)+d)):Log[p(0xfc)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0xeb)][p(0xea)]();if(f[p(0xf7)]){if(this['fsi'][p(0xe6)](f['cert']))d=f[p(0xf7)];else{c[p(0xdf)]();throw Log[p(0xfc)](p(0xee)+d);}}Log[p(0x10c)](p(0xe9)+hostname);const g={'url':'https://'+hostname+p(0xde)};b[p(0xe5)]&&Object['assign'](g,{'cert':d});c['start'](p(0x100));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0xdf)]();throw p(0xe2);}c[p(0x10b)]();if(h!==0xc8){c[p(0xdf)]();throw p(0xf5);}if(!f?.[p(0xf8)]?.[p(0xfb)])throw Log[p(0xfc)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0xe3)](p(0xf4));const i={'hostname':hostname,'path':p(0xfe),'data':{},'headers':{'x-auth-token':f[p(0xf8)]['authToken']}};b['cacert']&&Object[p(0xf0)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xe7)](i);if(j===0x198){c[p(0xdf)]('\x0a');throw p(0xe2);}this[p(0xeb)][p(0xf2)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x10b)]();}catch(k){k&&console[p(0xfc)](k),process[p(0x102)](0x0);}});
1
+ const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=-parseInt(l(0xf6))/0x1*(-parseInt(l(0x102))/0x2)+parseInt(l(0xe6))/0x3+parseInt(l(0xe3))/0x4*(-parseInt(l(0xf1))/0x5)+-parseInt(l(0xe8))/0x6+parseInt(l(0xdd))/0x7+-parseInt(l(0xfa))/0x8*(-parseInt(l(0xe2))/0x9)+-parseInt(l(0xf4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa080a));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0xdf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0xf3)]()[n(0xdb)](n(0x101))[n(0xf3)]()[n(0xfc)](a74a)[n(0xdb)](n(0x101));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xd5;let f=c[d];return f;},a74d(a,b);}a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';function a74c(){const q=['error','1268955nwZiMu','create','toString','5094300hKVYlT','Preflight\x20Check','3vJfHMn','isFile','getGlobalConfig','cert','39080lwoHJO','withSpinner','constructor','fsi','setGlobalConfig','token','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','(((.+)+)+)+$','334426PXwDvr','header','/api/v1/status','logout','start','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Logging\x20out\x20of\x20https://','exit','MAKA_DEV','/api/v1/logoutAll','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','search','success','7184233hMexjQ','post','apply','True','get','9pDLjYN','4pOflPk','Logging\x20out','authToken','3040914XhawPh','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','6755052BbTxRN','cacert','maka\x20logout','failure','env','localhost','assign','https://'];a74c=function(){return q;};return a74c();}const hostname=process[a74o(0xec)][a74o(0xd8)]===a74o(0xe0)?a74o(0xed):'www.maka-cli.com';Command[a74o(0xf2)]({'name':a74o(0x105),'validOpts':[a74o(0xe9)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a74o(0xea)]},async function(a,b){const p=a74o,c=Log[p(0xfb)]();try{let d='';b[p(0xe9)]&&(this['fsi']['isFile'](b[p(0xe9)])?(d=b['cacert'],Log['notice']('Using\x20CA\x20Cert\x20'+d)):Log[p(0xf0)](p(0x100)+d));const f=await this[p(0xfd)][p(0xf8)]();if(f[p(0xf9)]){if(this[p(0xfd)][p(0xf7)](f[p(0xf9)]))d=f[p(0xf9)];else{c['failure']();throw Log[p(0xf0)](p(0xda)+d);}}Log[p(0x103)](p(0xd6)+hostname);const g={'url':p(0xef)+hostname+p(0x104)};b[p(0xe9)]&&Object['assign'](g,{'cert':d});c[p(0x106)](p(0xf5));const {statusCode:h}=await HTTPS[p(0xe1)](g);if(h===0x198){c[p(0xeb)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0xdc)]();if(h!==0xc8){c[p(0xeb)]();throw p(0xe7);}if(!f?.[p(0xff)]?.[p(0xe5)])throw Log[p(0xf0)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0x106)](p(0xe4));const i={'hostname':hostname,'path':p(0xd9),'data':{},'headers':{'x-auth-token':f[p(0xff)][p(0xe5)]}};b['cacert']&&Object[p(0xee)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xde)](i);if(j===0x198){c[p(0xeb)]('\x0a');throw p(0xd5);}this['fsi'][p(0xfe)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0xf0)](k),process[p(0xd7)](0x0);}});
@@ -1 +1 @@
1
- const a75k=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0x191))/0x1*(-parseInt(h(0x18b))/0x2)+parseInt(h(0x181))/0x3+parseInt(h(0x182))/0x4+parseInt(h(0x190))/0x5*(parseInt(h(0x186))/0x6)+parseInt(h(0x177))/0x7+-parseInt(h(0x17e))/0x8*(parseInt(h(0x189))/0x9)+parseInt(h(0x179))/0xa*(-parseInt(h(0x18f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x9aa0c));function a75c(){const m=['logs','assign','6eTQkSd','apply','constructor','221418kLYiDa','fsi','154ZDgdqK','maka\x20logs\x20--env\x20staging','parse','toString','392986kkMbtB','2179695CWacev','2109iNvubj','maka\x20logs','join','2670745IOyqXr','create','310Vvaacp','maka\x20logs\x20--env\x20dev','maka\x20l\x20-e\x20p','ssh.json','View\x20the\x20PM2\x20logs','24WEpcGE','search','getConfigPath','19491MOtdWN','3313216jcyvth','pm2\x20logs'];a75c=function(){return m;};return a75c();}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a75d;if(c){const e=c[i(0x187)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const j=a75d;return a75a[j(0x18e)]()[j(0x17f)]('(((.+)+)+)+$')[j(0x18e)]()[j(0x188)](a75a)[j(0x17f)]('(((.+)+)+)+$');});a75a();import a75e from'fs';import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x175;let f=c[d];return f;},a75d(a,b);}Command[a75k(0x178)]({'name':a75k(0x184),'aliases':['l','log'],'usage':a75k(0x175),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75k(0x17d),'examples':[a75k(0x17a),a75k(0x18c),a75k(0x17b)]},function(a,b){const l=a75k,c=l(0x183),d=this[l(0x18a)][l(0x180)](b['env']),e=a75f[l(0x176)](d,l(0x17c)),f=a75e['readFileSync'](e),g=JSON[l(0x18d)](f[l(0x18e)]());Object[l(0x185)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a75k=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0x1f0))/0x1+parseInt(h(0x1e4))/0x2+parseInt(h(0x1e3))/0x3+parseInt(h(0x1f1))/0x4+parseInt(h(0x1eb))/0x5+-parseInt(h(0x1e5))/0x6+-parseInt(h(0x1e0))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd031d));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a75d;if(c){const e=c[i(0x1df)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const j=a75d;return a75a[j(0x1ee)]()['search'](j(0x1e8))[j(0x1ee)]()[j(0x1f3)](a75a)['search']('(((.+)+)+)+$');});a75a();import a75e from'fs';import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a75d(a,b);}Command[a75k(0x1ea)]({'name':'logs','aliases':['l',a75k(0x1ec)],'usage':a75k(0x1e1),'requiredOpts':[a75k(0x1f2)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75k(0x1e9),'examples':[a75k(0x1de),a75k(0x1f4),'maka\x20l\x20-e\x20p']},function(a,b){const l=a75k,c=l(0x1f5),d=this[l(0x1dd)][l(0x1f6)](b[l(0x1f2)]),e=a75f[l(0x1e7)](d,l(0x1ed)),f=a75e[l(0x1e6)](e),g=JSON[l(0x1e2)](f[l(0x1ee)]());Object[l(0x1ef)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});function a75c(){const m=['constructor','maka\x20logs\x20--env\x20staging','pm2\x20logs','getConfigPath','fsi','maka\x20logs\x20--env\x20dev','apply','7590030mdqfIr','maka\x20logs','parse','3221361DGDvLv','1208582OYZgcl','8147274sRzycS','readFileSync','join','(((.+)+)+)+$','View\x20the\x20PM2\x20logs','create','3350510XZPccy','log','ssh.json','toString','assign','215327zJysZE','4648324SUCPWX','env'];a75c=function(){return m;};return a75c();}
@@ -1 +1 @@
1
- const a76j=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x8d))/0x1+parseInt(g(0x8a))/0x2*(-parseInt(g(0x92))/0x3)+-parseInt(g(0x89))/0x4*(-parseInt(g(0x8e))/0x5)+-parseInt(g(0x97))/0x6*(-parseInt(g(0x8f))/0x7)+parseInt(g(0x86))/0x8*(parseInt(g(0x8b))/0x9)+-parseInt(g(0x99))/0xa+-parseInt(g(0x91))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xb41af));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x84)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x9a)]()[i(0x9c)]('(((.+)+)+)+$')[i(0x9a)]()['constructor'](a76a)[i(0x9c)](i(0x96));});a76a();function a76c(){const l=['error','slice','(((.+)+)+)+$','102bKgbee','fsi','10588910WyYcyy','toString','maka\x20--help','search','maka\x20<command>\x20[<args>]\x20[<opts>]','findSubCommand','apply','runSubCommand','15808WMERcQ','maka\x20create\x20Todo','maka\x20run','812148VoMOkX','50mBBcES','4806NZILMw','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','997664erJcav','10zXdJJz','217490LBKffx','maka','1160610VCxjHB','130200GzqfLN','exit'];a76c=function(){return l;};return a76c();}import{Command}from'../command.js';const Maka=new Command({'name':a76j(0x90),'minArgLength':0x1,'shortDesc':a76j(0x8c),'validOpts':[],'usage':a76j(0x9d),'disableAuthCheck':!![],'examples':[a76j(0x9b),'maka\x20install\x20meteor',a76j(0x87),a76j(0x88)],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x9e)](c);d?this[k(0x85)](c,a[k(0x95)](0x1),b):this[k(0x98)]['maybeProxyCommandToMeteor']();}catch(f){console[k(0x94)](f),process[k(0x93)](0x1);}});function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x84;let f=c[d];return f;},a76d(a,b);}export default Maka;
1
+ const a76i=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x11d))/0x1+-parseInt(g(0x136))/0x2+parseInt(g(0x132))/0x3*(parseInt(g(0x128))/0x4)+-parseInt(g(0x124))/0x5*(-parseInt(g(0x123))/0x6)+parseInt(g(0x126))/0x7+parseInt(g(0x12c))/0x8+-parseInt(g(0x121))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xa51da));const a76b=(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;};}()),a76a=a76b(this,function(){const h=a76d;return a76a[h(0x131)]()[h(0x122)](h(0x11e))[h(0x131)]()[h(0x11f)](a76a)[h(0x122)](h(0x11e));});a76a();function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x11d;let f=c[d];return f;},a76d(a,b);}function a76c(){const k=['maybeProxyCommandToMeteor','5216064QaZXkH','maka\x20--help','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','maka\x20install\x20meteor','error','toString','117336RcBmLk','maka\x20<command>\x20[<args>]\x20[<opts>]','slice','runSubCommand','659070oXzaYl','302191gQxQEd','(((.+)+)+)+$','constructor','maka','30108915jookVM','search','59952SNpaTz','540bBkAOj','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','8012123eVWniq','fsi','120YlAaef','maka\x20create\x20Todo','findSubCommand'];a76c=function(){return k;};return a76c();}import{Command}from'../command.js';const Maka=new Command({'name':a76i(0x120),'minArgLength':0x1,'shortDesc':a76i(0x125),'validOpts':[],'usage':a76i(0x133),'disableAuthCheck':!![],'examples':[a76i(0x12d),a76i(0x12f),a76i(0x129),'maka\x20run'],'description':a76i(0x12e)},async function(a,b){const j=a76i;try{const c=a[0x0],d=this[j(0x12a)](c);d?this[j(0x135)](c,a[j(0x134)](0x1),b):this[j(0x127)][j(0x12b)]();}catch(f){console[j(0x130)](f),process['exit'](0x1);}});export default Maka;
@@ -1 +1 @@
1
- function a77c(){var j=['2000464erPjKb','50952gcWxji','log','search','1644EydMGk','toString','4095bygHLS','font-family:\x20monospace','336dFyttb','exit','7YDTzDN','murder','%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','1295XUaVqf','5010aSfBfC','90pBTpuc','error','1091818kZDKvC','18710SYQfqR','Murrrrderrrrr','create','1026pRCdof','10062VFooWh'];a77c=function(){return j;};return a77c();}var a77h=a77d;function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x1ce;var f=c[d];return f;},a77d(a,b);}(function(a,b){var f=a77d,c=a();while(!![]){try{var d=-parseInt(f(0x1d9))/0x1*(-parseInt(f(0x1e2))/0x2)+-parseInt(f(0x1e1))/0x3*(-parseInt(f(0x1d7))/0x4)+-parseInt(f(0x1e0))/0x5*(parseInt(f(0x1d2))/0x6)+-parseInt(f(0x1dd))/0x7*(-parseInt(f(0x1d3))/0x8)+parseInt(f(0x1d1))/0x9*(-parseInt(f(0x1ce))/0xa)+-parseInt(f(0x1d4))/0xb*(parseInt(f(0x1db))/0xc)+parseInt(f(0x1e4))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6855c));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['toString']()[g(0x1d6)]('(((.+)+)+)+$')[g(0x1d8)]()['constructor'](a77a)[g(0x1d6)]('(((.+)+)+)+$');});a77a();import{Command}from'../command.js';Command[a77h(0x1d0)]({'name':a77h(0x1de),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a77h(0x1cf),'validOpts':[]},async function(){var i=a77h;try{console[i(0x1d5)](i(0x1df),i(0x1da));}catch(a){console[i(0x1e3)](a),process[i(0x1dc)](0x0);}});
1
+ var a77h=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0x148))/0x1+parseInt(f(0x150))/0x2+-parseInt(f(0x157))/0x3*(-parseInt(f(0x153))/0x4)+-parseInt(f(0x14d))/0x5+parseInt(f(0x156))/0x6*(-parseInt(f(0x14b))/0x7)+parseInt(f(0x14f))/0x8*(-parseInt(f(0x14c))/0x9)+-parseInt(f(0x151))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x4a1a5));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(0x14e)]()['search'](g(0x149))[g(0x14e)]()[g(0x155)](a77a)[g(0x15b)](g(0x149));});function a77c(){var j=['415408uhWhwR','(((.+)+)+)+$','murder','35gLBssw','146898AKxmfZ','401295jyrJjO','toString','184Nkdhfl','965876wEjOWP','1782740FuFtft','%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','1732jZHnQK','error','constructor','629058uGUoti','3903mAYjaq','create','exit','maka\x20murder','search'];a77c=function(){return j;};return a77c();}a77a();function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x148;var f=c[d];return f;},a77d(a,b);}import{Command}from'../command.js';Command[a77h(0x158)]({'name':a77h(0x14a),'usage':a77h(0x15a),'maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var i=a77h;try{console['log'](i(0x152),'font-family:\x20monospace');}catch(a){console[i(0x154)](a),process[i(0x159)](0x0);}});
@@ -1 +1 @@
1
- const a78q=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x13b;let f=c[d];return f;},a78d(a,b);}(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(0x14b))/0x1+-parseInt(n(0x13e))/0x2+-parseInt(n(0x15b))/0x3*(parseInt(n(0x154))/0x4)+-parseInt(n(0x145))/0x5+parseInt(n(0x14d))/0x6*(-parseInt(n(0x150))/0x7)+-parseInt(n(0x14c))/0x8*(parseInt(n(0x15e))/0x9)+parseInt(n(0x13c))/0xa*(parseInt(n(0x13b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x85915));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x148)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x160)]()['search'](p(0x147))['toString']()[p(0x14e)](a78a)[p(0x166)](p(0x147));});a78a();import a78e from'fs';import a78f from'path';import a78g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78c(){const s=['getConfigPath','429753ppJElr','1312GyrViZ','1810986TdHRtz','constructor','\x20to\x20','7qCXxBL','isFile','fsi','.crt','1748524EbchZJ','appName','readFileSync','genSSC','listenPort','.csr','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','3otinRO','genCSR','createProxyServer','57060xhkfyV','utf8','toString','sslconfig','.key','invoke','localhost','help','search','3436213iEjGGg','130vbizGb','create','1288932YTQmZu','join','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','proxy','mkKeysDir','=>\x20SSL\x20Proxy\x20forwarding\x20','targetHost','3304725WhQHfL','findGenerator','(((.+)+)+)+$','apply','targetPort'];a78c=function(){return s;};return a78c();}import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a78h from'../generators/maka.gen.js';Command[a78q(0x13d)]({'name':a78q(0x141),'usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':[a78q(0x165),a78q(0x149),a78q(0x158),a78q(0x144)],'maxArgLength':0x1,'shortDesc':a78q(0x140),'description':a78q(0x15a),'examples':['maka\x20proxy','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const r=a78q,c=this[r(0x152)]['getProjectConfig'](),d='development',e=this['fsi'][r(0x14a)](d),f=this[r(0x152)][r(0x142)]({'configPath':e}),g=b[r(0x149)]?Number(b[r(0x149)]):0xbb8,h=b[r(0x158)]?Number(b[r(0x158)]):0xd73,i=b[r(0x144)]?b[r(0x144)]:r(0x164),j=a78f['join'](f,c['appName']+r(0x162)),k=a78f[r(0x13f)](f,c['appName']+r(0x153));if(!this[r(0x152)][r(0x151)](j)||!this[r(0x152)][r(0x151)](k)){const m=a78h[r(0x146)]('sslconfig');m&&await m[r(0x163)]([r(0x161)],{'env':d}),SSL[r(0x15c)]({'keyName':c['appName']+r(0x162),'csrName':c[r(0x155)]+r(0x159),'cwd':f}),SSL[r(0x157)]({'keyName':c['appName']+r(0x162),'crtName':c[r(0x155)]+r(0x153),'cwd':f});}if(g===h){Log['error']('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a78e[r(0x156)](j,r(0x15f)),'cert':a78e[r(0x156)](k,r(0x15f))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x15d)](l)['listen'](Number(h)),Log['bright'](r(0x143)+h+r(0x14f)+g);});
1
+ const a78q=a78d;function a78c(){const s=['proxy','constructor','targetHost','genSSC','maka\x20proxy','join','3749088ayamZk','3287296WNkqid','576122cfngTd','sslconfig','6970923sKVtUn','findGenerator','.csr','(((.+)+)+)+$','isFile','76UxFfPw','help','localhost','1837PcsSlG','maka\x20proxy\x20--target-host\x20http://192.168.1.20','create','invoke','getProjectConfig','listenPort','180210hSfjcn','search','fsi','apply','appName','development','error','toString','.key','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','38822mQNzDO','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','mkKeysDir','6psbJeN','listen','targetPort','createProxyServer','bright','3uckJsr','398540GDlwwH','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','.crt','=>\x20SSL\x20Proxy\x20forwarding\x20'];a78c=function(){return s;};return a78c();}(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(0x1af))/0x1*(-parseInt(n(0x1bc))/0x2)+parseInt(n(0x1ba))/0x3+parseInt(n(0x1c3))/0x4*(parseInt(n(0x1b0))/0x5)+parseInt(n(0x1aa))/0x6*(parseInt(n(0x1a7))/0x7)+-parseInt(n(0x1bb))/0x8+parseInt(n(0x1be))/0x9+parseInt(n(0x1cc))/0xa*(-parseInt(n(0x1c6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xf1365));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x1a4)]()[p(0x1cd)](p(0x1c1))[p(0x1a4)]()[p(0x1b5)](a78a)['search']('(((.+)+)+)+$');});a78a();import a78e from'fs';import a78f from'path';import a78g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a78h from'../generators/maka.gen.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1a1;let f=c[d];return f;},a78d(a,b);}Command[a78q(0x1c8)]({'name':a78q(0x1b4),'usage':a78q(0x1b8),'mustBeInMakaProject':!![],'validOpts':[a78q(0x1c4),a78q(0x1ac),a78q(0x1cb),a78q(0x1b6)],'maxArgLength':0x1,'shortDesc':a78q(0x1b1),'description':'\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','examples':[a78q(0x1b8),a78q(0x1a6),a78q(0x1c7)]},async function(a,b){const r=a78q,c=this[r(0x1ce)][r(0x1ca)](),d=r(0x1a2),e=this['fsi']['getConfigPath'](d),f=this[r(0x1ce)][r(0x1a9)]({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b[r(0x1cb)]?Number(b[r(0x1cb)]):0xd73,i=b['targetHost']?b[r(0x1b6)]:r(0x1c5),j=a78f[r(0x1b9)](f,c[r(0x1a1)]+r(0x1a5)),k=a78f['join'](f,c[r(0x1a1)]+r(0x1b2));if(!this[r(0x1ce)][r(0x1c2)](j)||!this[r(0x1ce)][r(0x1c2)](k)){const m=a78h[r(0x1bf)](r(0x1bd));m&&await m[r(0x1c9)]([r(0x1bd)],{'env':d}),SSL['genCSR']({'keyName':c[r(0x1a1)]+r(0x1a5),'csrName':c[r(0x1a1)]+r(0x1c0),'cwd':f}),SSL[r(0x1b7)]({'keyName':c['appName']+r(0x1a5),'crtName':c['appName']+r(0x1b2),'cwd':f});}if(g===h){Log[r(0x1a3)](r(0x1a8));throw new UsageError();}const l={'ssl':{'key':a78e['readFileSync'](j,'utf8'),'cert':a78e['readFileSync'](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x1ad)](l)[r(0x1ab)](Number(h)),Log[r(0x1ae)](r(0x1b3)+h+'\x20to\x20'+g);});