@maka/maka-cli 4.5.30 → 4.5.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -0
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/tool.js +1 -1
  117. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/https/https.class.js +1 -1
  125. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  126. package/bundle/obf/src/tools/log/log.class.js +1 -1
  127. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  133. package/package.json +1 -1
@@ -1 +1 @@
1
- const a53i=a53d;(function(a,b){const f=a53d,c=a();while(!![]){try{const d=-parseInt(f(0xc5))/0x1+-parseInt(f(0xa7))/0x2+parseInt(f(0xf7))/0x3*(parseInt(f(0xb1))/0x4)+-parseInt(f(0x10c))/0x5+parseInt(f(0x9c))/0x6+parseInt(f(0x109))/0x7+parseInt(f(0xe6))/0x8*(parseInt(f(0xf8))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x893ca));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a53d;if(c){const e=c[g(0xc4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const h=a53d;return a53a['toString']()['search'](h(0xcf))[h(0xd3)]()[h(0xfb)](a53a)[h(0xff)](h(0xcf));});function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0x92;let f=c[d];return f;},a53d(a,b);}a53a();function a53c(){const j=['Rusted\x20Sword','amulet','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','west','Empty\x20vial','disenchant','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','932258xjtPmq','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','cup','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Watch\x20Tower','A\x20key\x20stained\x20with\x20old\x20blood.','Rigger\x27s\x20Workshop','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Blood-stained\x20Key','770244MXEPSk','Guard\x27s\x20Log\x20Book','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20small\x20surveillance\x20drone.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','basic','Golden\x20Chalice','That\x20passcode\x20is\x20incorrect','Alchemy\x20Lab','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Courtyard','east','A\x20clear\x20glass\x20vial.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','drone','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','apply','157965yTkgLY','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Library','outside','Torture\x20Chamber','An\x20old\x20and\x20rusted\x20sword.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','weapon','A\x20thin\x20log\x20book','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','(((.+)+)+)+$','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Amulet\x20of\x20Awakening','Encrypted\x20Data\x20Key','toString','north','The\x20data\x20remains\x20encrypted.','Mage\x27s\x20Lair','Corp\x20Enclave','Matrix\x20Data\x20Haven','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Secret\x20Passage','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','show\x20loyalty','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Ancient\x20Gem','Treasure\x20Room','EAST','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Study','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','holyGrail','8hxwPHu','Emblem\x20Shield','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','key','Central\x20Chamber\x20Key','A\x20chalice\x20made\x20of\x20pure\x20gold.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','release','Armory','Riddle\x20Book','NORTH','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','The\x20chest\x20remains\x20firmly\x20shut.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Holy\x20Grail','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','3MYVDYt','2994939eBJyIn','Downtown\x20Seattle','book','constructor','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','shield','MCT\x20Fly-Spy','search','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Golden\x20Key','Jackpoint\x20Login','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','inside','Central\x20Chamber','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','2929633BWqPQB','Nothing\x20happens.','sword','3821685IVSzGu','decrypt','down','creditstick','rifle','OUTSIDE','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Corporate\x20Creditstick','Barrens\x20Hideout','south','Barrens\x20Entrance','CorpSec\x20Plans','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','secret123','open\x20sesame','6040212lujSXK'];a53c=function(){return j;};return a53c();}export const rooms=[{'name':a53i(0xc7),'description':a53i(0x93),'isStartRoom':!![],'items':[{'type':'key','name':'Golden\x20Key','description':a53i(0xdd)},{'type':a53i(0xfa),'name':a53i(0xb2),'description':a53i(0xcd),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a53i(0xe0),'targetRoom':a53i(0xda)}]},{'name':a53i(0xda),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a53i(0xf0),'targetRoom':a53i(0xdf),'keyRequired':a53i(0x101)},{'direction':'SOUTH','targetRoom':'Courtyard'}]},{'name':a53i(0xdf),'description':a53i(0xb3),'items':[{'type':a53i(0xe5),'name':a53i(0xf5),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a53i(0xbc),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a53i(0x92),'exits':[{'direction':'UP','targetRoom':a53i(0xac)}]},{'name':a53i(0xac),'description':a53i(0xe2),'roomType':a53i(0x92),'puzzle':{'requiredPhrase':a53i(0x9a),'riddle':a53i(0xa8),'rewardItem':{'type':a53i(0x110),'name':'Sniper\x20Rifle','description':'A\x20long-range\x20weapon.'},'successMessage':a53i(0xa2),'failureMessage':a53i(0xb9)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a53i(0xce),'isStartRoom':!![],'roomType':a53i(0x106),'puzzle':{'requiredPhrase':a53i(0x9b),'riddle':a53i(0xc6),'rewardItem':{'type':a53i(0xe9),'name':a53i(0xea),'description':a53i(0xbf)},'successMessage':a53i(0xc2),'failureMessage':a53i(0x10a)},'exits':[{'direction':a53i(0xd4),'targetRoom':a53i(0xe3)},{'direction':'east','targetRoom':a53i(0x107),'keyRequired':a53i(0xea)}]},{'name':'Study','description':a53i(0xa1),'roomType':a53i(0x106),'items':[{'type':a53i(0xfa),'name':a53i(0xef),'description':a53i(0xcb),'content':a53i(0xaa)},{'type':a53i(0xe9),'name':a53i(0xea),'description':a53i(0xbf)}],'exits':[{'direction':a53i(0x96),'targetRoom':'Entrance\x20Hall'},{'direction':a53i(0xbd),'targetRoom':a53i(0xba)}]},{'name':a53i(0xba),'description':a53i(0xf4),'roomType':a53i(0x106),'items':[{'type':a53i(0xb7),'name':a53i(0xa4),'description':a53i(0xbe)}],'exits':[{'direction':a53i(0xa3),'targetRoom':a53i(0xe3)},{'direction':a53i(0xd4),'targetRoom':a53i(0xee)}]},{'name':a53i(0xee),'description':a53i(0xe1),'roomType':a53i(0x106),'items':[{'type':a53i(0xfd),'name':a53i(0xe7),'description':a53i(0xab)},{'type':a53i(0x10b),'name':a53i(0x9d),'description':a53i(0xca)}],'exits':[{'direction':'south','targetRoom':a53i(0xba)},{'direction':'east','targetRoom':a53i(0x107)}]},{'name':a53i(0x107),'description':a53i(0xf1),'roomType':a53i(0x106),'exits':[{'direction':a53i(0xa3),'targetRoom':a53i(0xee)},{'direction':a53i(0x96),'targetRoom':'Entrance\x20Hall'},{'direction':a53i(0xd4),'targetRoom':a53i(0xc9)},{'direction':a53i(0xbd),'targetRoom':'Treasure\x20Room'}]},{'name':a53i(0xc9),'description':a53i(0xc3),'roomType':a53i(0x106),'items':[{'type':a53i(0xe9),'name':a53i(0xb0),'description':a53i(0xad)}],'puzzle':{'requiredPhrase':a53i(0xed),'riddle':a53i(0xa6),'rewardItem':{'type':'gem','name':a53i(0xde),'description':a53i(0xdb)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a53i(0x96),'targetRoom':'Central\x20Chamber'}]},{'name':a53i(0xdf),'description':a53i(0xf3),'roomType':a53i(0x106),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a53i(0xa9),'name':a53i(0xb8),'description':a53i(0xeb)},'successMessage':a53i(0xbb),'failureMessage':a53i(0xf2)},'exits':[{'direction':a53i(0xa3),'targetRoom':a53i(0x107)}]}];export const shadowrunConfig=[{'name':a53i(0x102),'description':a53i(0x104),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a53i(0xd4),'targetRoom':a53i(0xf9)},{'direction':'up','targetRoom':a53i(0xd8)}]},{'name':a53i(0xd8),'description':a53i(0xec),'roomType':a53i(0x106),'puzzle':{'requiredPhrase':a53i(0x10d),'riddle':a53i(0xfc),'rewardItem':{'type':a53i(0xe9),'name':a53i(0xd2),'description':a53i(0x9f)},'successMessage':a53i(0xaf),'failureMessage':a53i(0xd5)},'exits':[{'direction':a53i(0x10e),'targetRoom':a53i(0x102)}]},{'name':a53i(0xf9),'description':a53i(0xe8),'roomType':a53i(0xc8),'exits':[{'direction':a53i(0x96),'targetRoom':a53i(0x102)},{'direction':a53i(0xbd),'targetRoom':a53i(0x97)},{'direction':a53i(0xa3),'targetRoom':a53i(0xd7)}]},{'name':a53i(0x97),'description':a53i(0x105),'roomType':a53i(0xc8),'puzzle':{'requiredPhrase':a53i(0xdc),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a53i(0xe9),'name':'Gang\x20Insignia','description':a53i(0xb4)},'successMessage':a53i(0x99),'failureMessage':a53i(0xb6)},'exits':[{'direction':a53i(0xa3),'targetRoom':a53i(0xf9)},{'direction':'north','targetRoom':a53i(0x95)}]},{'name':a53i(0xd7),'description':a53i(0xe4),'roomType':a53i(0x106),'items':[{'type':a53i(0x10f),'name':a53i(0x94),'description':a53i(0xa0)},{'type':'document','name':a53i(0x98),'description':a53i(0xf6)}],'exits':[{'direction':'east','targetRoom':a53i(0xf9)}]},{'name':a53i(0x95),'description':a53i(0x100),'roomType':a53i(0xc8),'items':[{'type':a53i(0xcc),'name':'Ares\x20Predator','description':a53i(0xc0)}],'exits':[{'direction':a53i(0x96),'targetRoom':a53i(0x97)},{'direction':a53i(0xd4),'targetRoom':a53i(0xd6)},{'direction':'east','targetRoom':a53i(0xae)}]},{'name':'Mage\x27s\x20Lair','description':a53i(0xd0),'roomType':a53i(0x106),'puzzle':{'requiredPhrase':a53i(0xa5),'riddle':a53i(0x108),'rewardItem':{'type':a53i(0x9e),'name':a53i(0xd1),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a53i(0x103)},'exits':[{'direction':'south','targetRoom':'Barrens\x20Hideout'}]},{'name':'Rigger\x27s\x20Workshop','description':a53i(0xd9),'roomType':a53i(0x106),'items':[{'type':a53i(0xc1),'name':a53i(0xfe),'description':a53i(0xb5)}],'exits':[{'direction':a53i(0xa3),'targetRoom':a53i(0x95)}]}];
1
+ const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=parseInt(f(0x177))/0x1+-parseInt(f(0x156))/0x2*(parseInt(f(0x181))/0x3)+-parseInt(f(0x19c))/0x4+parseInt(f(0x171))/0x5*(-parseInt(f(0x17e))/0x6)+-parseInt(f(0x145))/0x7*(-parseInt(f(0x15b))/0x8)+parseInt(f(0x19e))/0x9+-parseInt(f(0x1a1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x7f226));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0x155)]()[h(0x18b)](h(0x19d))[h(0x155)]()[h(0x158)](a54a)['search'](h(0x19d));});a54a();export const rooms=[{'name':a54i(0x16b),'description':a54i(0x19f),'isStartRoom':!![],'items':[{'type':a54i(0x137),'name':'Golden\x20Key','description':a54i(0x17d)},{'type':a54i(0x153),'name':a54i(0x139),'description':a54i(0x174),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a54i(0x173),'targetRoom':'Secret\x20Passage'}]},{'name':'Secret\x20Passage','description':a54i(0x199),'exits':[{'direction':a54i(0x187),'targetRoom':a54i(0x148),'keyRequired':'Golden\x20Key'},{'direction':a54i(0x17f),'targetRoom':a54i(0x14c)}]},{'name':a54i(0x148),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':'holyGrail','name':'Holy\x20Grail','description':a54i(0x170)}]},{'name':a54i(0x14c),'description':a54i(0x161),'roomType':a54i(0x151),'exits':[{'direction':'UP','targetRoom':a54i(0x133)}]},{'name':a54i(0x133),'description':a54i(0x14f),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a54i(0x193),'riddle':a54i(0x17c),'rewardItem':{'type':a54i(0x16f),'name':'Sniper\x20Rifle','description':a54i(0x17b)},'successMessage':a54i(0x16e),'failureMessage':a54i(0x180)}}];function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x131;let f=c[d];return f;},a54d(a,b);}function a54c(){const j=['key','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Guard\x27s\x20Log\x20Book','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','south','Torture\x20Chamber','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Emblem\x20Shield','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20data\x20remains\x20encrypted.','Central\x20Chamber','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','49hlkjJE','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20small\x20surveillance\x20drone.','Treasure\x20Room','Ancient\x20Gem','A\x20chalice\x20made\x20of\x20pure\x20gold.','Blood-stained\x20Key','Courtyard','east','show\x20loyalty','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Alchemy\x20Lab','OUTSIDE','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','book','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','toString','13326uWsLyA','Entrance\x20Hall','constructor','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','inside','1057712Tltnij','open\x20sesame','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Empty\x20vial','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','down','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','north','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','gem','Library','Barrens\x20Hideout','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','rifle','The\x20legendary\x20Holy\x20Grail.','5vAqGMj','Riddle\x20Book','EAST','A\x20thin\x20log\x20book','Armory','Nothing\x20happens.','206967qrFYcE','Jackpoint\x20Login','Gang\x20Insignia','apply','A\x20long-range\x20weapon.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','2839866vUHOiO','SOUTH','That\x20passcode\x20is\x20incorrect','183PlyJKt','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Amulet\x20of\x20Awakening','Mage\x27s\x20Lair','weapon','MCT\x20Fly-Spy','NORTH','disenchant','Study','Central\x20Chamber\x20Key','search','decrypt','creditstick','The\x20chest\x20remains\x20firmly\x20shut.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','west','cup','secret123','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20key\x20stained\x20with\x20old\x20blood.','Corp\x20Enclave','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Downtown\x20Seattle','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','1386668YdSlHA','(((.+)+)+)+$','7328223RSOGCS','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','insert\x20gem','1995490RTVPGa','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','CorpSec\x20Plans','Barrens\x20Entrance','outside','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Watch\x20Tower','release','Matrix\x20Data\x20Haven','Rigger\x27s\x20Workshop'];a54c=function(){return j;};return a54c();}export const dungeonConfig=[{'name':a54i(0x157),'description':a54i(0x1a2),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a54i(0x15c),'riddle':a54i(0x163),'rewardItem':{'type':a54i(0x137),'name':a54i(0x18a),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a54i(0x138),'failureMessage':a54i(0x176)},'exits':[{'direction':a54i(0x168),'targetRoom':a54i(0x189)},{'direction':a54i(0x14d),'targetRoom':a54i(0x143),'keyRequired':a54i(0x18a)}]},{'name':a54i(0x189),'description':a54i(0x167),'roomType':a54i(0x15a),'items':[{'type':a54i(0x153),'name':a54i(0x172),'description':a54i(0x162),'content':a54i(0x140)},{'type':a54i(0x137),'name':a54i(0x18a),'description':a54i(0x154)}],'exits':[{'direction':a54i(0x13c),'targetRoom':a54i(0x157)},{'direction':a54i(0x14d),'targetRoom':'Alchemy\x20Lab'}]},{'name':a54i(0x150),'description':a54i(0x141),'roomType':a54i(0x15a),'items':[{'type':'basic','name':a54i(0x160),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a54i(0x191),'targetRoom':'Study'},{'direction':'north','targetRoom':'Armory'}]},{'name':a54i(0x175),'description':a54i(0x15e),'roomType':a54i(0x15a),'items':[{'type':'shield','name':a54i(0x13f),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':'Rusted\x20Sword','description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a54i(0x13c),'targetRoom':a54i(0x150)},{'direction':a54i(0x14d),'targetRoom':a54i(0x143)}]},{'name':a54i(0x143),'description':a54i(0x182),'roomType':a54i(0x15a),'exits':[{'direction':a54i(0x191),'targetRoom':a54i(0x175)},{'direction':a54i(0x13c),'targetRoom':a54i(0x157)},{'direction':a54i(0x168),'targetRoom':a54i(0x13d)},{'direction':a54i(0x14d),'targetRoom':a54i(0x148)}]},{'name':'Torture\x20Chamber','description':a54i(0x169),'roomType':a54i(0x15a),'items':[{'type':a54i(0x137),'name':a54i(0x14b),'description':a54i(0x196)}],'puzzle':{'requiredPhrase':a54i(0x134),'riddle':a54i(0x131),'rewardItem':{'type':a54i(0x16a),'name':a54i(0x149),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a54i(0x152),'failureMessage':a54i(0x13b)},'exits':[{'direction':a54i(0x13c),'targetRoom':'Central\x20Chamber'}]},{'name':a54i(0x148),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':a54i(0x1a0),'riddle':a54i(0x159),'rewardItem':{'type':a54i(0x192),'name':'Golden\x20Chalice','description':a54i(0x14a)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a54i(0x18e)},'exits':[{'direction':a54i(0x191),'targetRoom':a54i(0x143)}]}];export const shadowrunConfig=[{'name':a54i(0x178),'description':a54i(0x18f),'isStartRoom':!![],'roomType':a54i(0x15a),'exits':[{'direction':a54i(0x168),'targetRoom':a54i(0x19a)},{'direction':'up','targetRoom':a54i(0x135)}]},{'name':a54i(0x135),'description':a54i(0x190),'roomType':a54i(0x15a),'puzzle':{'requiredPhrase':a54i(0x18c),'riddle':a54i(0x13a),'rewardItem':{'type':'key','name':'Encrypted\x20Data\x20Key','description':a54i(0x195)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a54i(0x142)},'exits':[{'direction':a54i(0x166),'targetRoom':a54i(0x178)}]},{'name':a54i(0x19a),'description':a54i(0x15f),'roomType':a54i(0x1a5),'exits':[{'direction':a54i(0x13c),'targetRoom':a54i(0x178)},{'direction':a54i(0x14d),'targetRoom':a54i(0x1a4)},{'direction':a54i(0x191),'targetRoom':a54i(0x197)}]},{'name':a54i(0x1a4),'description':a54i(0x1a7),'roomType':a54i(0x1a5),'puzzle':{'requiredPhrase':a54i(0x14e),'riddle':a54i(0x19b),'rewardItem':{'type':a54i(0x137),'name':a54i(0x179),'description':a54i(0x1a6)},'successMessage':a54i(0x165),'failureMessage':a54i(0x132)},'exits':[{'direction':a54i(0x191),'targetRoom':a54i(0x19a)},{'direction':'north','targetRoom':a54i(0x16c)}]},{'name':a54i(0x197),'description':a54i(0x164),'roomType':a54i(0x15a),'items':[{'type':a54i(0x18d),'name':'Corporate\x20Creditstick','description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':'document','name':a54i(0x1a3),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a54i(0x14d),'targetRoom':a54i(0x19a)}]},{'name':a54i(0x16c),'description':a54i(0x16d),'roomType':a54i(0x1a5),'items':[{'type':a54i(0x185),'name':'Ares\x20Predator','description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a54i(0x13c),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a54i(0x184)},{'direction':a54i(0x14d),'targetRoom':a54i(0x136)}]},{'name':a54i(0x184),'description':a54i(0x13e),'roomType':a54i(0x15a),'puzzle':{'requiredPhrase':a54i(0x188),'riddle':a54i(0x15d),'rewardItem':{'type':'amulet','name':a54i(0x183),'description':a54i(0x146)},'successMessage':a54i(0x198),'failureMessage':a54i(0x194)},'exits':[{'direction':'south','targetRoom':a54i(0x16c)}]},{'name':'Rigger\x27s\x20Workshop','description':a54i(0x144),'roomType':'inside','items':[{'type':'drone','name':a54i(0x186),'description':a54i(0x147)}],'exits':[{'direction':a54i(0x191),'targetRoom':a54i(0x16c)}]}];
@@ -1 +1 @@
1
- function a54c(){var j=['isStartRoom','shape','constructor','_logger','description','(((.+)+)+)+$','uuid','exits','565215JjaqAz','isLockable','player','toString','3919257UVakZK','1556995qlgEBS','922624FRpvcA','_equipment','451015pThqqI','weight','20UjhQUR','apply','name','rating','8tjDesw','search','characterLocations','roomType','rooms','2594522QfBpyh','size','logger','roomA','unlockItemOrSolution','_currentLocation','19642gxWOYq','items','_playerName','_maxCarryingWeight','color','puzzle','10xbtSFK','isLocked','18YlCoEG'];a54c=function(){return j;};return a54c();}var a54i=a54d;(function(a,b){var f=a54d,c=a();while(!![]){try{var d=-parseInt(f(0x11e))/0x1*(parseInt(f(0x118))/0x2)+-parseInt(f(0x129))/0x3*(parseInt(f(0x137))/0x4)+parseInt(f(0x131))/0x5*(parseInt(f(0x120))/0x6)+-parseInt(f(0x112))/0x7+parseInt(f(0x12f))/0x8+parseInt(f(0x12d))/0x9+parseInt(f(0x133))/0xa*(parseInt(f(0x12e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x3f312));var a54b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a54d;if(c){var e=c[g(0x134)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){var h=a54d;return a54a[h(0x12c)]()[h(0x138)]('(((.+)+)+)+$')[h(0x12c)]()[h(0x123)](a54a)['search'](h(0x126));});a54a();import{EventEmitter}from'events';export class AbstractScene{[a54i(0x111)];[a54i(0x12b)];[a54i(0x114)];[a54i(0x139)];}function a54d(a,b){var c=a54c();return a54d=function(d,e){d=d-0x110;var f=c[d];return f;},a54d(a,b);}export class AbstractRoom extends EventEmitter{[a54i(0x135)];[a54i(0x125)];[a54i(0x128)];['inventory'];[a54i(0x11d)];[a54i(0x110)];[a54i(0x121)];}export class AbstractDoor{[a54i(0x115)];['roomB'];[a54i(0x11f)];[a54i(0x116)];[a54i(0x135)];[a54i(0x114)];[a54i(0x12a)];}export class AbstractInventory{[a54i(0x119)];[a54i(0x114)];}export class AbstractItem{[a54i(0x127)];['name'];['description'];[a54i(0x113)];['category'];[a54i(0x122)];[a54i(0x11c)];['texture'];[a54i(0x136)];[a54i(0x132)];}export class AbstractPlayer{[a54i(0x11a)];[a54i(0x117)];['_inventory'];[a54i(0x130)];[a54i(0x11b)];[a54i(0x124)];}export class AbstractPuzzle{[a54i(0x114)];['solved'];}
1
+ function a55c(){var j=['3408770YrCkDx','_maxCarryingWeight','_playerName','exits','rooms','(((.+)+)+)+$','apply','_inventory','color','1085512olOImK','weight','name','characterLocations','search','_logger','110bfPlKO','_equipment','uuid','roomType','1985484iInZRE','1375389LmLNDh','rating','size','toString','shape','items','10FQhCGX','inventory','roomA','player','2156601UmuAlr','260790FxLWqm','description','12eVNwBK','3075842JAAILE','solved','56ujHCgT','roomB','logger','isLocked','_currentLocation','puzzle','isStartRoom'];a55c=function(){return j;};return a55c();}var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x1e9))/0x1+-parseInt(f(0x208))/0x2+-parseInt(f(0x1e8))/0x3+-parseInt(f(0x1fe))/0x4*(-parseInt(f(0x20f))/0x5)+-parseInt(f(0x1eb))/0x6*(parseInt(f(0x1ec))/0x7)+parseInt(f(0x1ee))/0x8*(-parseInt(f(0x209))/0x9)+-parseInt(f(0x1f5))/0xa*(-parseInt(f(0x204))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x86cd4));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1fb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x20c)]()['search'](h(0x1fa))['toString']()['constructor'](a55a)[h(0x202)](h(0x1fa));});function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1e5;var f=c[d];return f;},a55d(a,b);}a55a();import{EventEmitter}from'events';export class AbstractScene{[a55i(0x1f9)];[a55i(0x1e7)];[a55i(0x1f0)];[a55i(0x201)];}export class AbstractRoom extends EventEmitter{[a55i(0x200)];[a55i(0x1ea)];[a55i(0x1f8)];[a55i(0x1e5)];[a55i(0x1f3)];[a55i(0x207)];[a55i(0x1f4)];}export class AbstractDoor{[a55i(0x1e6)];[a55i(0x1ef)];[a55i(0x1f1)];['unlockItemOrSolution'];[a55i(0x200)];[a55i(0x1f0)];['isLockable'];}export class AbstractInventory{[a55i(0x20e)];['logger'];}export class AbstractItem{[a55i(0x206)];[a55i(0x200)];[a55i(0x1ea)];[a55i(0x20b)];['category'];[a55i(0x20d)];[a55i(0x1fd)];['texture'];[a55i(0x20a)];[a55i(0x1ff)];}export class AbstractPlayer{[a55i(0x1f7)];[a55i(0x1f2)];[a55i(0x1fc)];[a55i(0x205)];[a55i(0x1f6)];[a55i(0x203)];}export class AbstractPuzzle{['logger'];[a55i(0x1ed)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a55d,c=a();while(!![]){try{var d=-parseInt(k(0x1ba))/0x1*(parseInt(k(0x1f4))/0x2)+-parseInt(k(0x19c))/0x3+parseInt(k(0x1f0))/0x4*(-parseInt(k(0x1f3))/0x5)+parseInt(k(0x1b0))/0x6*(parseInt(k(0x1ed))/0x7)+-parseInt(k(0x1e1))/0x8+-parseInt(k(0x1b2))/0x9+parseInt(k(0x1eb))/0xa*(parseInt(k(0x1e0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xada10));export var Size;(function(a){var l=a55d;a[l(0x1c4)]='tiny',a[l(0x1bd)]='small',a['Medium']=l(0x1e8),a['Large']=l(0x1e9),a[l(0x1c2)]=l(0x1d0);}(Size||(Size={})));export var Rating;(function(c){var o=a55d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var m=a55d;if(h){var j=h[m(0x1c0)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var n=a55d;return e[n(0x19f)]()['search'](n(0x1c6))[n(0x19f)]()[n(0x1e5)](e)[n(0x1fa)](n(0x1c6));});e(),c['Common']='common',c[o(0x1fc)]=o(0x1cd),c[o(0x1b4)]=o(0x1c5);}(Rating||(Rating={})));export var Category;(function(a){var p=a55d;a['Weapon']='weapon',a[p(0x1fb)]=p(0x1a1),a['Key']=p(0x19a),a[p(0x1f6)]=p(0x1ce),a[p(0x1d1)]=p(0x1ca),a[p(0x1e2)]=p(0x1bc),a['Boots']=p(0x1c9),a['LegArmor']='leg\x20armor',a[p(0x199)]=p(0x1d5),a[p(0x1a4)]=p(0x19d),a[p(0x1e4)]=p(0x1f9),a[p(0x1f2)]='cup',a['Unknown']=p(0x1f1);}(Category||(Category={})));function a55c(){var v=['Green','Circle','Red','DESERT','east','sea','green','mountain','Purple','6DnUUKj','DOWN','11290203pUtUmp','Triangle','Legendary','WEST','grainy','Bumpy','Orange','Square','1irALJg','TOWER','hat','Small','Rectangle','circle','apply','triangle','VeryLarge','INSIDE','Tiny','legendary','(((.+)+)+)+$','fuzzy','grey','boots','helmet','Grainy','FOREST','rare','gloves','Brown','very\x20large','Helmet','purple','Yellow','bumpy','arm\x20armor','west','Smooth','forest','SEA','CAVE','metallic','red','north','rough','beach','1537481wlmfAo','10372360ZigsSM','Hat','orange','Book','constructor','desert','smooth','medium','large','tower','260MlqSJU','BEACH','8101709TjyMaE','yellow','Rough','1928dPyJiu','unknown','Cup','785GCmqKU','2061618XPhFGV','gold','Gloves','Blade','outside','book','search','Shield','Rare','rifle','square','ArmArmor','key','UNDERGROUND','1268262uvvoLY','body\x20armor','Gold','toString','Metallic','shield','EAST','rectangle','BodyArmor','OUTSIDE','Rifle'];a55c=function(){return v;};return a55c();}export var Shape;(function(a){var q=a55d;a[q(0x1a8)]=q(0x1bf),a[q(0x1b9)]=q(0x198),a[q(0x1b3)]=q(0x1c1),a[q(0x1be)]=q(0x1a3),a[q(0x1f7)]='blade',a[q(0x1a6)]=q(0x197);}(Shape||(Shape={})));export var Color;(function(a){var r=a55d;a[r(0x1a9)]=r(0x1dc),a['Blue']='blue',a[r(0x1a7)]=r(0x1ad),a[r(0x1d3)]=r(0x1ee),a[r(0x1b8)]=r(0x1e3),a[r(0x1af)]=r(0x1d2),a['Grey']=r(0x1c8),a[r(0x1cf)]='brown',a[r(0x19e)]=r(0x1f5);}(Color||(Color={})));export var Texture;(function(a){var s=a55d;a[s(0x1d7)]=s(0x1e7),a[s(0x1ef)]=s(0x1de),a[s(0x1b7)]=s(0x1d4),a['Fuzzy']=s(0x1c7),a[s(0x1cb)]=s(0x1b6),a[s(0x1a0)]=s(0x1db);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a55d;a[t(0x1c3)]='inside',a[t(0x1a5)]=t(0x1f8),a[t(0x19b)]='underground',a[t(0x1da)]='cave',a[t(0x1bb)]=t(0x1ea),a[t(0x1cc)]=t(0x1d8),a[t(0x1aa)]=t(0x1e6),a['MOUNTAIN']=t(0x1ae),a[t(0x1ec)]=t(0x1df),a[t(0x1d9)]=t(0x1ac);}(RoomType||(RoomType={})));function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x197;var f=c[d];return f;},a55d(a,b);}export var Direction;(function(a){var u=a55d;a['NORTH']=u(0x1dd),a[u(0x1a2)]=u(0x1ab),a['SOUTH']='south',a[u(0x1b5)]=u(0x1d6),a['UP']='up',a[u(0x1b1)]='down';}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x15b))/0x1*(parseInt(k(0x144))/0x2)+-parseInt(k(0x173))/0x3*(-parseInt(k(0x192))/0x4)+parseInt(k(0x198))/0x5+-parseInt(k(0x16f))/0x6+-parseInt(k(0x186))/0x7+parseInt(k(0x150))/0x8*(-parseInt(k(0x16d))/0x9)+parseInt(k(0x18a))/0xa*(parseInt(k(0x17b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xcb43b));export var Size;(function(a){var l=a56d;a[l(0x199)]=l(0x158),a[l(0x179)]=l(0x184),a[l(0x19d)]=l(0x1a5),a[l(0x1a1)]='large',a[l(0x18b)]=l(0x1a6);}(Size||(Size={})));function a56c(){var v=['yellow','Metallic','fuzzy','Rough','search','green','book','(((.+)+)+)+$','common','rare','beach','DESERT','9DtjQcr','TOWER','4917906bVqYQJ','unknown','hat','Purple','15DQfyAR','Orange','legendary','NORTH','north','mountain','Small','MOUNTAIN','97537traTmx','Helmet','metallic','OUTSIDE','helmet','boots','toString','tower','gold','small','Circle','8369956yNusBc','Rifle','SOUTH','Red','1310gsOaLb','VeryLarge','outside','grainy','Brown','rifle','Square','Common','990472HtOLxx','west','Legendary','key','Yellow','Rare','6653555FOZdyT','Tiny','FOREST','orange','inside','Medium','Weapon','Fuzzy','gloves','Large','triangle','blade','apply','medium','very\x20large','ArmArmor','Hat','Triangle','Grainy','desert','leg\x20armor','INSIDE','smooth','LegArmor','Book','sea','BEACH','bumpy','2ytImxz','Grey','forest','Unknown','Bumpy','CAVE','Green','Blue','Blade','EAST','red','UNDERGROUND','2564312yisgWQ','BodyArmor','arm\x20armor','purple','circle','Rectangle','shield','weapon','tiny','down','DOWN','561909SZwLtM','cup','Cup','Shield','Gold','SEA'];a56c=function(){return v;};return a56c();}export var Rating;(function(a){var m=a56d;a[m(0x191)]=m(0x169),a[m(0x197)]=m(0x16a),a[m(0x194)]=m(0x175);}(Rating||(Rating={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x13b;var f=c[d];return f;},a56d(a,b);}export var Category;(function(a){var n=a56d;a[n(0x19e)]=n(0x157),a[n(0x15e)]=n(0x156),a['Key']=n(0x195),a['Gloves']=n(0x1a0),a[n(0x17c)]=n(0x17f),a[n(0x1a8)]=n(0x171),a['Boots']=n(0x180),a[n(0x13f)]=n(0x13c),a[n(0x1a7)]=n(0x152),a[n(0x151)]='body\x20armor',a[n(0x140)]=n(0x167),a[n(0x15d)]=n(0x15c),a[n(0x147)]=n(0x170);}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a[o(0x185)]=o(0x154),a[o(0x190)]='square',a[o(0x1a9)]=o(0x1a2),a[o(0x155)]='rectangle',a[o(0x14c)]=o(0x1a3),a[o(0x187)]=o(0x18f);}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x189)]=p(0x14e),a[p(0x14b)]='blue',a[p(0x14a)]=p(0x166),a[p(0x196)]=p(0x161),a[p(0x174)]=p(0x19b),a[p(0x172)]=p(0x153),a[p(0x145)]='grey',a[p(0x18e)]='brown',a[p(0x15f)]=p(0x183);}(Color||(Color={})));export var Texture;(function(c){var s=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a56d;if(h){var j=h[q(0x1a4)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a56d;return e[r(0x181)]()['search'](r(0x168))[r(0x181)]()['constructor'](e)[r(0x165)](r(0x168));});e(),c['Smooth']=s(0x13e),c[s(0x164)]='rough',c[s(0x148)]=s(0x143),c[s(0x19f)]=s(0x163),c[s(0x1aa)]=s(0x18d),c[s(0x162)]=s(0x17d);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a56d;a[t(0x13d)]=t(0x19c),a[t(0x17e)]=t(0x18c),a[t(0x14f)]='underground',a[t(0x149)]='cave',a[t(0x16e)]=t(0x182),a[t(0x19a)]=t(0x146),a[t(0x16c)]=t(0x13b),a[t(0x17a)]=t(0x178),a[t(0x142)]=t(0x16b),a[t(0x160)]=t(0x141);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x176)]=u(0x177),a[u(0x14d)]='east',a[u(0x188)]='south',a['WEST']=u(0x193),a['UP']='up',a[u(0x15a)]=u(0x159);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a56d,c=a();while(!![]){try{var d=-parseInt(f(0x11b))/0x1*(parseInt(f(0x11d))/0x2)+-parseInt(f(0x120))/0x3*(parseInt(f(0x119))/0x4)+parseInt(f(0x11f))/0x5+-parseInt(f(0x117))/0x6+-parseInt(f(0x11c))/0x7+parseInt(f(0x118))/0x8+parseInt(f(0x121))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x60844));var a56b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a56d;if(c){var e=c[g(0x116)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){var h=a56d;return a56a['toString']()[h(0x122)]('(((.+)+)+)+$')[h(0x11a)]()[h(0x11e)](a56a)[h(0x122)]('(((.+)+)+)+$');});a56a();function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x116;var f=c[d];return f;},a56d(a,b);}export{};function a56c(){var i=['4526442PPPIsr','2149576vCNRWz','2972vdEIxn','toString','1ZSAUkB','5438951pFWmUY','725036XXXXQA','constructor','424160cxEidc','9bCAbYT','17441550aOqran','search','apply'];a56c=function(){return i;};return a56c();}
1
+ function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1c9;var f=c[d];return f;},a57d(a,b);}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0x1c9))/0x1+-parseInt(f(0x1cb))/0x2*(-parseInt(f(0x1cc))/0x3)+parseInt(f(0x1cd))/0x4*(parseInt(f(0x1d7))/0x5)+parseInt(f(0x1d6))/0x6*(parseInt(f(0x1d1))/0x7)+-parseInt(f(0x1d3))/0x8*(parseInt(f(0x1d8))/0x9)+parseInt(f(0x1d0))/0xa*(-parseInt(f(0x1d4))/0xb)+parseInt(f(0x1d2))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x21aa6));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1ca)]()[h(0x1d5)](h(0x1ce))[h(0x1ca)]()['constructor'](a57a)['search'](h(0x1ce));});function a57c(){var i=['search','199572qiQkHZ','415upLLMv','9DpWFzP','135808gdKfgD','toString','110218YESLnL','3VKSkqa','7076yiCUTO','(((.+)+)+)+$','apply','871100LKGwsT','35YfYMJd','3324744YCgVwO','882208YbuOWZ','33aRLYgr'];a57c=function(){return i;};return a57c();}a57a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x136))/0x1+-parseInt(f(0x138))/0x2+parseInt(f(0x135))/0x3+-parseInt(f(0x139))/0x4*(parseInt(f(0x134))/0x5)+parseInt(f(0x133))/0x6+parseInt(f(0x137))/0x7*(-parseInt(f(0x13b))/0x8)+parseInt(f(0x132))/0x9*(parseInt(f(0x13c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x98d80));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x13d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a['toString']()[h(0x13e)](h(0x13a))['toString']()['constructor'](a57a)['search'](h(0x13a));});function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x132;var f=c[d];return f;},a57d(a,b);}a57a();function a57c(){var i=['(((.+)+)+)+$','8wbuhvt','81100tvscof','apply','search','1116jBBxBj','4500774jrzpRN','5wEZTqM','2386923QVcuDq','74097LjLWPy','54033qjWrmt','2388886WSqvmC','3189188VKUXsY'];a57c=function(){return i;};return a57c();}export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x9c))/0x1+-parseInt(f(0xa0))/0x2+-parseInt(f(0x9d))/0x3+parseInt(f(0x9b))/0x4+parseInt(f(0xa2))/0x5*(-parseInt(f(0xa3))/0x6)+-parseInt(f(0xa1))/0x7*(parseInt(f(0xa6))/0x8)+parseInt(f(0xa7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x660b3));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()['search'](g(0xa5))[g(0xa4)]()[g(0x9f)](a58a)[g(0x9e)](g(0xa5));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x9b;var f=c[d];return f;},a58d(a,b);}a58a();function a58c(){var h=['482784teFSxL','search','constructor','1281220dwZsDr','56LTLzeu','615yAYmlu','13758CyohBW','toString','(((.+)+)+)+$','563680zPKFgZ','12721968NNAdJk','428224dOTJBN','544620nSYboe'];a58c=function(){return h;};return a58c();}export{};
@@ -1 +1 @@
1
- const a58G=a58d;(function(a,b){const y=a58d,c=a();while(!![]){try{const d=-parseInt(y(0x210))/0x1+-parseInt(y(0x240))/0x2*(-parseInt(y(0x215))/0x3)+-parseInt(y(0x1f4))/0x4+-parseInt(y(0x233))/0x5*(-parseInt(y(0x21f))/0x6)+-parseInt(y(0x235))/0x7*(parseInt(y(0x1de))/0x8)+-parseInt(y(0x231))/0x9*(parseInt(y(0x212))/0xa)+parseInt(y(0x202))/0xb*(parseInt(y(0x1ef))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x95ccf));import a58e from'blessed';function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x1de;let f=c[d];return f;},a58d(a,b);}function a58c(){const H=['toString','unequip','logFilePath','1444008qDFMUN','box','OUTSIDE','setContent','checkIfLocked','Currently\x20in:\x20','<<<<<<<<---------\x20Terminating\x20game','\x20(Unlocked)','Torso:\x20','key','line','logBox','textbox','feet','11iwPNQq','25%','slice','pushLine','removeAllListeners','cyan','Thanks\x20for\x20playing!','search','\x20Inventory\x20','enter','clear','Side\x20Quest\x20Adventure\x20Game','white','70%','173580fGFwDq','leftHand','430820lEFCrT','None','write','3VCqyXU','yellow','constructor','player','size','exit','inventory','screen','gloves','(((.+)+)+)+$','3215094BkEzhL','Right\x20Hand:\x20','arms','name','equipment','log','handleInput','75%','scroll','unlock','Gloves:\x20','\x20Map\x20','mousemove','head','getInstance','join','focus','forEach','54FMjFBM','\x0aThere\x20are\x20no\x20exits\x20here.','5gBxYBs','render','126NiSgBd','rightHand','\x20Equipment\x20','45%','100%','90%','torso','20%','parse','getAllItems','split','850174ibpBYk','take','39496QlzPop','currentLocation','Left\x20Hand:\x20','Legs:\x20','Available\x20exits\x20will\x20be\x20shown\x20here...','-----\x20Exits\x20------\x0a','legs','argv','append','getValue','\x20(Locked)','clearValue','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Head:\x20','escape','checkIfLockable','exits','6415044utNyxN','map'];a58c=function(){return H;};return a58c();}import{capitalCase}from'change-case';import a58f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a58d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a58d;return g['toString']()[z(0x209)]('(((.+)+)+)+$')[z(0x1f1)]()[z(0x217)](g)['search'](z(0x21e));});g();try{const h=a58e[A(0x21c)]({'smartCSR':!![],'title':A(0x20d)}),i=a58e[A(0x1f5)]({'top':'0%','left':A(0x226),'width':'25%','height':A(0x238),'border':{'type':A(0x1fe)},'label':A(0x20a),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x216)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x23e)]()[B(0x1f0)](v=>v[B(0x222)]);i[B(0x1f7)](u[B(0x22e)]('\x0a')),h['render']();};h['append'](i);const k=a58e[A(0x1f5)]({'top':'45%','left':'75%','width':'25%','height':A(0x203),'border':{'type':A(0x1fe)},'label':A(0x237),'content':A(0x1ea),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x216)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x1f7)](C(0x1eb)+(t[C(0x22c)]?t['head'][C(0x222)]:C(0x213))+'\x0a'+(C(0x1fc)+(t[C(0x23b)]?t[C(0x23b)][C(0x222)]:C(0x213))+'\x0a')+(C(0x1e1)+(t[C(0x1e4)]?t[C(0x1e4)]['name']:C(0x213))+'\x0a')+('Feet:\x20'+(t[C(0x201)]?t[C(0x201)]['name']:C(0x213))+'\x0a')+('Arms:\x20'+(t[C(0x221)]?t[C(0x221)]['name']:C(0x213))+'\x0a')+(C(0x229)+(t[C(0x21d)]?t[C(0x21d)][C(0x222)]:'None')+'\x0a')+(C(0x1e0)+(t[C(0x211)]?t['leftHand'][C(0x222)]:C(0x213))+'\x0a')+(C(0x220)+(t['rightHand']?t[C(0x236)]['name']:C(0x213))+'\x0a')),h[C(0x234)]();},m=a58e[A(0x1f5)]({'top':A(0x20f),'left':A(0x226),'width':A(0x203),'height':A(0x23c),'border':{'type':A(0x1fe)},'label':A(0x22a),'content':A(0x1e2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x216)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1e6)](m);const n=t=>{const D=A;let u=D(0x1f9)+t[D(0x222)]+'\x0a\x0a';u+=D(0x1e3),t[D(0x1ee)][D(0x219)]>0x0?t[D(0x1ee)][D(0x230)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x['roomType']===RoomType[E(0x1f6)]?u+=capitalCase(w)+':\x20'+x[E(0x222)]:u+=capitalCase(w)+':\x20'+v[E(0x222)];if(v[E(0x1f8)]())u+=E(0x1e8);else v[E(0x1ed)]()&&(u+=E(0x1fb));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x232),m[D(0x1f7)](u),h['render']();},o=a58e[A(0x1f5)]({'id':A(0x1ff),'top':'0%','left':'0%','width':A(0x226),'height':A(0x23a),'border':{'type':A(0x1fe)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x216)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x206)](A(0x22b)),h[A(0x1e6)](o);const p=a58e[A(0x200)]({'bottom':0x0,'left':0x0,'width':A(0x239),'height':'10%','tags':!![],'border':{'type':A(0x1fe)},'style':{'fg':A(0x20e),'border':{'fg':A(0x207)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1e6)](p),h[A(0x1fd)]([A(0x1ec),'C-c'],()=>process['exit'](0x0)),p[A(0x22f)](),h[A(0x234)]();const q=Logger['getInstance'](e[A(0x1f3)],h),r=new Player({'playerName':c});q[A(0x214)]('----->>>>>>\x20Initializing\x20Game');const s=a58f[A(0x22d)](r,d);o['setContent'](s['getWelcomeMessage']()),l(s[A(0x218)][A(0x223)]),j(s[A(0x218)]['inventory']),n(s[A(0x218)][A(0x1df)]),p[A(0x1fd)]([A(0x20b)],async()=>{const F=A,t=p[F(0x1e7)](),u=s[F(0x225)](t);(t[F(0x23f)]('\x20')[0x0]===F(0x241)||'equip'||F(0x1f2))&&(j(s[F(0x218)][F(0x21b)]),l(s[F(0x218)][F(0x223)])),(t['split']('\x20')[0x0]==='go'||'lock'||F(0x228))&&n(s[F(0x218)][F(0x1df)]),t[F(0x23f)]('\x20')[0x0]===F(0x20c)&&o[F(0x1f7)](''),u===null&&(console[F(0x224)](F(0x208)),h['render'](),q[F(0x214)](F(0x1fa)),process[F(0x21a)](0x0)),o[F(0x205)](u),o[F(0x227)](0x1),p[F(0x1e9)](),p['focus'](),h[F(0x234)]();});}catch(t){console[A(0x224)](t),process[A(0x21a)](0x1);}}const args=process[a58G(0x1e5)][a58G(0x204)](0x2);main(args[0x0],JSON[a58G(0x23d)](args[0x1]),JSON['parse'](args[0x2]));
1
+ const a59G=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1e2))/0x1+-parseInt(y(0x209))/0x2+parseInt(y(0x1cb))/0x3+parseInt(y(0x1bf))/0x4+-parseInt(y(0x206))/0x5+parseInt(y(0x1c8))/0x6+parseInt(y(0x1ca))/0x7*(-parseInt(y(0x20b))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xded2d));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1be;let f=c[d];return f;},a59d(a,b);}import{RoomType}from'./types/enums.js';function a59c(){const H=['setContent','head','getAllItems','6690980vvYYNt','45%','line','\x0aThere\x20are\x20no\x20exits\x20here.','logBox','render','Right\x20Hand:\x20','Torso:\x20','feet','3784818VeYCYX','\x20Equipment\x20','4634HeABHR','3213789yZWuGn','None','yellow','inventory','getValue','OUTSIDE','\x20Map\x20','map','append','white','split','C-c','torso','\x20Inventory\x20','constructor','toString','70%','10%','\x20(Unlocked)','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','parse','key','slice','851ccpFBb','lock','escape','Currently\x20in:\x20','90%','log','legs','getWelcomeMessage','clear','mousemove','\x20Game\x20Log\x20','focus','unlock','search','join','take','75%','exits','enter','(((.+)+)+)+$','Gloves:\x20','exit','player','size','rightHand','Legs:\x20','25%','currentLocation','name','forEach','-----\x20Exits\x20------\x0a','Feet:\x20','textbox','equip','20%','Left\x20Hand:\x20','4247745tFwKqQ','handleInput','Side\x20Quest\x20Adventure\x20Game','411276LsDhEo','checkIfLockable','16992FlcCac','box','cyan','equipment'];a59c=function(){return H;};return a59c();}import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a59d;return g[z(0x1da)]()[z(0x1ef)](z(0x1f5))['toString']()[z(0x1d9)](g)[z(0x1ef)](z(0x1f5));});g();try{const h=a59e['screen']({'smartCSR':!![],'title':A(0x208)}),i=a59e[A(0x20c)]({'top':'0%','left':A(0x1f2),'width':A(0x1fc),'height':A(0x1c0),'border':{'type':A(0x1c1)},'label':A(0x1d8),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1cd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x1be)]()[B(0x1d2)](v=>v['name']);i['setContent'](u[B(0x1f0)]('\x0a')),h[B(0x1c4)]();};h[A(0x1d3)](i);const k=a59e[A(0x20c)]({'top':A(0x1c0),'left':'75%','width':A(0x1fc),'height':'25%','border':{'type':A(0x1c1)},'label':A(0x1c9),'content':A(0x1de),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x20f)]('Head:\x20'+(t[C(0x210)]?t[C(0x210)][C(0x1fe)]:'None')+'\x0a'+(C(0x1c6)+(t[C(0x1d7)]?t[C(0x1d7)][C(0x1fe)]:'None')+'\x0a')+(C(0x1fb)+(t[C(0x1e8)]?t[C(0x1e8)]['name']:C(0x1cc))+'\x0a')+(C(0x201)+(t['feet']?t[C(0x1c7)][C(0x1fe)]:'None')+'\x0a')+('Arms:\x20'+(t['arms']?t['arms'][C(0x1fe)]:C(0x1cc))+'\x0a')+(C(0x1f6)+(t['gloves']?t['gloves'][C(0x1fe)]:'None')+'\x0a')+(C(0x205)+(t['leftHand']?t['leftHand']['name']:C(0x1cc))+'\x0a')+(C(0x1c5)+(t[C(0x1fa)]?t[C(0x1fa)][C(0x1fe)]:'None')+'\x0a')),h[C(0x1c4)]();},m=a59e[A(0x20c)]({'top':A(0x1db),'left':A(0x1f2),'width':A(0x1fc),'height':A(0x204),'border':{'type':A(0x1c1)},'label':A(0x1d1),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1cd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0x1e5)+t[D(0x1fe)]+'\x0a\x0a';u+=D(0x200),t['exits'][D(0x1f9)]>0x0?t[D(0x1f3)][D(0x1ff)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x['roomType']===RoomType[E(0x1d0)]?u+=capitalCase(w)+':\x20'+x[E(0x1fe)]:u+=capitalCase(w)+':\x20'+v[E(0x1fe)];if(v['checkIfLocked']())u+='\x20(Locked)';else v[E(0x20a)]()&&(u+=E(0x1dd));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x1c2),m[D(0x20f)](u),h[D(0x1c4)]();},o=a59e[A(0x20c)]({'id':A(0x1c3),'top':'0%','left':'0%','width':A(0x1f2),'height':A(0x1e6),'border':{'type':A(0x1c1)},'label':A(0x1ec),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1cd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x1eb)),h[A(0x1d3)](o);const p=a59e[A(0x202)]({'bottom':0x0,'left':0x0,'width':'100%','height':A(0x1dc),'tags':!![],'border':{'type':A(0x1c1)},'style':{'fg':A(0x1d4),'border':{'fg':A(0x20d)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1d3)](p),h[A(0x1e0)]([A(0x1e4),A(0x1d6)],()=>process[A(0x1f7)](0x0)),p[A(0x1ed)](),h[A(0x1c4)]();const q=Logger['getInstance'](e['logFilePath'],h),r=new Player({'playerName':c});q['write']('----->>>>>>\x20Initializing\x20Game');const s=a59f['getInstance'](r,d);o[A(0x20f)](s[A(0x1e9)]()),l(s['player'][A(0x20e)]),j(s[A(0x1f8)][A(0x1ce)]),n(s[A(0x1f8)][A(0x1fd)]),p[A(0x1e0)]([A(0x1f4)],async()=>{const F=A,t=p[F(0x1cf)](),u=s[F(0x207)](t);(t[F(0x1d5)]('\x20')[0x0]===F(0x1f1)||F(0x203)||'unequip')&&(j(s['player']['inventory']),l(s[F(0x1f8)][F(0x20e)])),(t[F(0x1d5)]('\x20')[0x0]==='go'||F(0x1e3)||F(0x1ee))&&n(s['player']['currentLocation']),t[F(0x1d5)]('\x20')[0x0]===F(0x1ea)&&o[F(0x20f)](''),u===null&&(console[F(0x1e7)]('Thanks\x20for\x20playing!'),h[F(0x1c4)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process[F(0x1f7)](0x0)),o['pushLine'](u),o['scroll'](0x1),p['clearValue'](),p[F(0x1ed)](),h['render']();});}catch(t){console[A(0x1e7)](t),process['exit'](0x1);}}const args=process['argv'][a59G(0x1e1)](0x2);main(args[0x0],JSON[a59G(0x1df)](args[0x1]),JSON[a59G(0x1df)](args[0x2]));
@@ -1 +1 @@
1
- const a59k=a59d;(function(a,b){const h=a59d,c=a();while(!![]){try{const d=-parseInt(h(0xbf))/0x1*(-parseInt(h(0xdb))/0x2)+parseInt(h(0xd7))/0x3+-parseInt(h(0xc8))/0x4*(-parseInt(h(0xbd))/0x5)+parseInt(h(0xda))/0x6+parseInt(h(0xc2))/0x7*(-parseInt(h(0xe2))/0x8)+parseInt(h(0xe1))/0x9+parseInt(h(0xcd))/0xa*(-parseInt(h(0xd5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x99ea0));const a59b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a59d;if(c){const e=c[i(0xcf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){const j=a59d;return a59a[j(0xd0)]()[j(0xe0)](j(0xd8))[j(0xd0)]()[j(0xe6)](a59a)[j(0xe0)]('(((.+)+)+)+$');});a59a();import a59e from'fs';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0xbc;let f=c[d];return f;},a59d(a,b);}function a59c(){const r=['62enZVCU','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','instance','type','screen','search','4278762XQEkNy','813752EXCQLg','children','box','existsSync','constructor','filePath','join','toISOString','10MGkvVK','homedir','27479knWhYL','logBox','side-quest.log','14FAhYFa','[INFO]\x20[','getScrollHeight','dirname','.maka','error','487108NjUZDW','content','mkdirSync','render','appendFileSync','8799950mKdJXI','getInstance','apply','toString','log','write','ensureLogFileExists','find','22qygTxU','hasScreen','2883240VBiTHn','(((.+)+)+)+$','The\x20logbox\x20','371754ArVCdi'];a59c=function(){return r;};return a59c();}import a59f from'os';import a59g from'path';const homeDir=a59f[a59k(0xbe)]();export class Logger{static [a59k(0xdd)];['filePath'];[a59k(0xdf)];constructor(a,b){const l=a59k;this[l(0xe7)]=a,this[l(0xdf)]=b,this[l(0xd3)]();}static[a59k(0xce)](a=a59g[a59k(0xe8)](homeDir,a59k(0xc6),a59k(0xc1)),b){const m=a59k;if(!Logger[m(0xdd)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0xdd)]=new Logger(a,b);}return Logger[m(0xdd)];}[a59k(0xd3)](){const n=a59k,a=a59g[n(0xc5)](this[n(0xe7)]);!a59e['existsSync'](a)&&a59e[n(0xca)](a,{'recursive':!![]}),!a59e[n(0xe5)](this[n(0xe7)])&&a59e['writeFileSync'](this[n(0xe7)],'');}['write'](a){const o=a59k,b=new Date()[o(0xbc)](),c=o(0xc3)+b+']\x20'+a+'\x0a';a59e['appendFileSync'](this['filePath'],c);}[a59k(0xc7)](a){const p=a59k,b=new Date()[p(0xbc)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a59e[p(0xcc)](this[p(0xe7)],c);}[a59k(0xd1)](a){const q=a59k,b=this[q(0xdf)]?.[q(0xe3)][q(0xd4)](c=>c[q(0xde)]===q(0xe4)&&c['options']['id']===q(0xc0));b?(b['setContent'](b[q(0xc9)]+'\x0a'+a),b['scrollTo'](b[q(0xc4)]()),this[q(0xdf)]?.[q(0xcb)]()):this[q(0xc7)](q(0xd9)+b+q(0xdc)+this[q(0xdf)]),this[q(0xd2)](a);}[a59k(0xd6)](){return!!this['screen'];}}
1
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0xa5))/0x1+parseInt(h(0x9a))/0x2+-parseInt(h(0xac))/0x3+-parseInt(h(0x9c))/0x4*(-parseInt(h(0xa8))/0x5)+-parseInt(h(0x8c))/0x6*(parseInt(h(0xa7))/0x7)+parseInt(h(0x92))/0x8+parseInt(h(0x9e))/0x9*(-parseInt(h(0x94))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xbaa03));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x87;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0xa4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x96)]()['search'](j(0xa0))[j(0x96)]()['constructor'](a60a)[j(0xa6)]('(((.+)+)+)+$');});function a60c(){const s=['(((.+)+)+)+$','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','side-quest.log','error','apply','23719vntYip','search','7798497miozIf','3500930EEiYBL','appendFileSync','box','content','2689554GmJVFo','[ERROR]\x20[','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','scrollTo','write','The\x20logbox\x20','ensureLogFileExists','filePath','existsSync','6bdHSNc','dirname','screen','mkdirSync','type','getInstance','7029104ylyTYM','join','9515240QpvFuo','getScrollHeight','toString','[INFO]\x20[','.maka','toISOString','2847606CspoXL','options','8svbnkg','render','9zLGowm','instance'];a60c=function(){return s;};return a60c();}a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f['homedir']();export class Logger{static [a60k(0x9f)];[a60k(0x8a)];[a60k(0x8e)];constructor(a,b){const l=a60k;this[l(0x8a)]=a,this[l(0x8e)]=b,this[l(0x89)]();}static[a60k(0x91)](a=a60g[a60k(0x93)](homeDir,a60k(0x98),a60k(0xa2)),b){const m=a60k;if(!Logger[m(0x9f)]){if(!b)throw new Error(m(0xae));Logger[m(0x9f)]=new Logger(a,b);}return Logger[m(0x9f)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x8d)](this[n(0x8a)]);!a60e[n(0x8b)](a)&&a60e[n(0x8f)](a,{'recursive':!![]}),!a60e[n(0x8b)](this['filePath'])&&a60e['writeFileSync'](this[n(0x8a)],'');}['write'](a){const o=a60k,b=new Date()[o(0x99)](),c=o(0x97)+b+']\x20'+a+'\x0a';a60e[o(0xa9)](this[o(0x8a)],c);}['error'](a){const p=a60k,b=new Date()[p(0x99)](),c=p(0xad)+b+']\x20'+a+'\x0a';a60e[p(0xa9)](this['filePath'],c);}['log'](a){const q=a60k,b=this[q(0x8e)]?.['children']['find'](c=>c[q(0x90)]===q(0xaa)&&c[q(0x9b)]['id']==='logBox');b?(b['setContent'](b[q(0xab)]+'\x0a'+a),b[q(0xaf)](b[q(0x95)]()),this['screen']?.[q(0x9d)]()):this[q(0xa3)](q(0x88)+b+q(0xa1)+this[q(0x8e)]),this[q(0x87)](a);}['hasScreen'](){const r=a60k;return!!this[r(0x8e)];}}
@@ -1 +1 @@
1
- const a60n=a60d;(function(a,b){const k=a60d,c=a();while(!![]){try{const d=parseInt(k(0x162))/0x1+-parseInt(k(0x14f))/0x2*(parseInt(k(0x16c))/0x3)+-parseInt(k(0x16f))/0x4+parseInt(k(0x150))/0x5*(parseInt(k(0x153))/0x6)+-parseInt(k(0x15f))/0x7*(parseInt(k(0x16a))/0x8)+parseInt(k(0x163))/0x9+parseInt(k(0x151))/0xa*(parseInt(k(0x15d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd5951));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a60d;if(c){const e=c[l(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const m=a60d;return a60a[m(0x16d)]()[m(0x160)](m(0x170))[m(0x16d)]()[m(0x167)](a60a)[m(0x160)](m(0x170));});a60a();import a60e from'path';import{spawn}from'child_process';import a60f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a60n(0x164)]),__dirname=dirname(__filename);Command[a60n(0x165)]({'name':'side-quest','usage':a60n(0x171),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a60n(0x156)]},async function(a,b){const o=a60n;try{const c=this['fsi'][o(0x15b)](),d=a60e['join'](c,o(0x15c)),e=b[o(0x156)]?b['player']:await Actions[o(0x161)](o(0x166))||o(0x159),f={...b,'logFilePath':d},g={'type':'list','name':o(0x155),'message':o(0x15e),'choices':[{'name':o(0x169),'value':dungeonConfig},{'name':o(0x14e),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x157)](g);if(e&&h){const i=spawn(o(0x154),[a60e[o(0x152)](__dirname,o(0x15a)),e,JSON[o(0x16e)](h),JSON['stringify'](f)],{'stdio':'inherit'});i['on'](o(0x168),()=>{const p=o;console['log'](p(0x16b));});}}catch(j){console['log'](j);}},a60f);function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x14e;let f=c[d];return f;},a60d(a,b);}function a60c(){const q=['constructor','exit','dungeon','148840OGiNvM','Thanks\x20for\x20playing!','24777uQscGp','toString','stringify','1775812oVYNLi','(((.+)+)+)+$','maka\x20play:side-quest','shadowrun','176YpKArF','1467135ytwXpz','50710TmGVwI','resolve','30hvrldi','node','sideQuestAnswer','player','options','apply','Commoner','./sideQuest/ui.js','getGlobalMakaDir','side-quest.log','671dKuhTq','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','623FpXSzR','search','ask','360926Jruxug','14076279nJOMek','url','create','What\x20is\x20your\x20name?'];a60c=function(){return q;};return a60c();}
1
+ const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0xb6))/0x1+-parseInt(k(0xd8))/0x2+-parseInt(k(0xd4))/0x3+parseInt(k(0xd0))/0x4*(-parseInt(k(0xc7))/0x5)+parseInt(k(0xc3))/0x6*(parseInt(k(0xbf))/0x7)+parseInt(k(0xcd))/0x8*(-parseInt(k(0xb7))/0x9)+parseInt(k(0xca))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe5d60));function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0xb2;let f=c[d];return f;},a61d(a,b);}const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xb5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xcf)]()['search'](m(0xd7))[m(0xcf)]()[m(0xb2)](a61a)[m(0xc4)]('(((.+)+)+)+$');});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';function a61c(){const q=['Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','url','apply','85806PqEnAC','184293pSpKuS','ask','inherit','create','exit','Thanks\x20for\x20playing!','resolve','Play\x20a\x20little\x20side-quest','14zTCAYo','join','maka\x20play:side-quest','side-quest.log','5305254eusHeQ','search','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','stringify','5TKEzyx','shadowrun','dungeon','34045760pBThOM','node','sideQuestAnswer','296sMJDlU','player','toString','6719668oPRjio','Commoner','side-quest','options','4782645wtNetH','log','What\x20is\x20your\x20name?','(((.+)+)+)+$','571222xwiAlr','constructor'];a61c=function(){return q;};return a61c();}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0xb4)]),__dirname=dirname(__filename);Command[a61n(0xba)]({'name':a61n(0xd2),'usage':a61n(0xc1),'shortDesc':a61n(0xbe),'aliases':['sq'],'description':a61n(0xb3),'validOpts':[a61n(0xce)]},async function(a,b){const o=a61n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a61e[o(0xc0)](c,o(0xc2)),e=b[o(0xce)]?b[o(0xce)]:await Actions[o(0xb8)](o(0xd6))||o(0xd1),f={...b,'logFilePath':d},g={'type':'list','name':o(0xcc),'message':o(0xc5),'choices':[{'name':o(0xc9),'value':dungeonConfig},{'name':o(0xc8),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xd3)](g);if(e&&h){const i=spawn(o(0xcb),[a61e[o(0xbd)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0xc6)](h),JSON['stringify'](f)],{'stdio':o(0xb9)});i['on'](o(0xbb),()=>{const p=o;console[p(0xd5)](p(0xbc));});}}catch(j){console[o(0xd5)](j);}},a61f);
@@ -1 +1 @@
1
- var a61i=a61d;function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x190;var f=c[d];return f;},a61d(a,b);}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x190))/0x1*(parseInt(f(0x1a3))/0x2)+parseInt(f(0x194))/0x3+-parseInt(f(0x1a1))/0x4*(-parseInt(f(0x197))/0x5)+-parseInt(f(0x19c))/0x6+parseInt(f(0x192))/0x7*(-parseInt(f(0x195))/0x8)+parseInt(f(0x193))/0x9*(-parseInt(f(0x1a2))/0xa)+-parseInt(f(0x19e))/0xb*(-parseInt(f(0x19a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x5c359));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x199)]()['search']('(((.+)+)+)+$')[h(0x199)]()[h(0x191)](a61a)[h(0x1a0)](h(0x198));});a61a();import a61e from'./play.command.js';import{Command}from'../../command.js';function a61c(){var j=['92uhpOzc','13780rdWBpP','1334734qiDKPH','1IPXHOT','constructor','7ypnlAQ','2475sarMGf','429909rVzxaN','4702472BISGql','maka\x20game:snake','2045dlxJgB','(((.+)+)+)+$','toString','1043364HtcXJE','apply','844056QnkRwQ','create','253eQftOB','snake','search'];a61c=function(){return j;};return a61c();}import{execSync}from'child_process';Command[a61i(0x19d)]({'name':a61i(0x19f),'usage':a61i(0x196),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){execSync('npx\x20command-line-snake',{'stdio':'inherit'});},a61e);
1
+ var a62h=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x8b))/0x1+parseInt(f(0x95))/0x2+parseInt(f(0x91))/0x3*(parseInt(f(0x8a))/0x4)+-parseInt(f(0x89))/0x5+parseInt(f(0x96))/0x6*(parseInt(f(0x99))/0x7)+-parseInt(f(0x88))/0x8+parseInt(f(0x92))/0x9*(parseInt(f(0x90))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x291ae));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var g=a62d;return a62a[g(0x8d)]()[g(0x8e)]('(((.+)+)+)+$')['toString']()[g(0x8f)](a62a)['search'](g(0x98));});a62a();function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x88;var f=c[d];return f;},a62d(a,b);}function a62c(){var j=['38118OsGBlo','4111173EMnbod','create','snake','113598zTJcKd','6RgeOhm','inherit','(((.+)+)+)+$','414967NykMqL','1259208RbVnjK','1384125eTBbii','20EipbDL','33815xDJtQR','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','toString','search','constructor','10xRvTrb'];a62c=function(){return j;};return a62c();}import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62h(0x93)]({'name':a62h(0x94),'usage':'maka\x20game:snake','shortDesc':a62h(0x8c),'validOpts':[]},async function(){var i=a62h;execSync('npx\x20command-line-snake',{'stdio':i(0x97)});},a62e);
@@ -1 +1 @@
1
- var a62i=a62d;function a62c(){var k=['constructor','3171645eYokkE','(((.+)+)+)+$','725zlUKvJ','toString','13051160noDxmt','6316XvFimd','7oPAnlZ','search','apply','29552dPHZvL','15YVPXsZ','maka\x20game:tetris','tetris','254956GCXWsv','inherit','164796uVcdqp','211360zPVUYJ'];a62c=function(){return k;};return a62c();}(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x12e))/0x1+-parseInt(f(0x132))/0x2*(parseInt(f(0x12f))/0x3)+-parseInt(f(0x12a))/0x4*(parseInt(f(0x127))/0x5)+-parseInt(f(0x134))/0x6*(parseInt(f(0x12b))/0x7)+parseInt(f(0x135))/0x8+parseInt(f(0x137))/0x9+parseInt(f(0x129))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb9b02));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x126;var f=c[d];return f;},a62d(a,b);}var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x12d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x128)]()[h(0x12c)](h(0x126))[h(0x128)]()[h(0x136)](a62a)[h(0x12c)]('(((.+)+)+)+$');});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a62i(0x131),'usage':a62i(0x130),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a62i;execSync('npx\x20simple-tetris',{'stdio':j(0x133)});},a62e);
1
+ var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xe8))/0x1+-parseInt(f(0xe5))/0x2+-parseInt(f(0xe7))/0x3+parseInt(f(0xea))/0x4+-parseInt(f(0xec))/0x5+parseInt(f(0xe9))/0x6+parseInt(f(0xed))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x384d9));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xeb)]()['search']('(((.+)+)+)+$')['toString']()[h(0xe6)](a63a)['search'](h(0xe1));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';function a63c(){var j=['apply','create','278506mkuTAs','constructor','437346kXOeDH','363029UBswMj','352764htKbez','651200iSgdXl','toString','807625nrtnjI','5730284JQJLXB','(((.+)+)+)+$','maka\x20game:tetris'];a63c=function(){return j;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xe1;var f=c[d];return f;},a63d(a,b);}import{execSync}from'child_process';Command[a63i(0xe4)]({'name':'tetris','usage':a63i(0xe2),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a63e);
@@ -1 +1 @@
1
- const a63i=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=-parseInt(f(0x1f4))/0x1+parseInt(f(0x1ec))/0x2*(parseInt(f(0x1fe))/0x3)+-parseInt(f(0x203))/0x4+parseInt(f(0x1ee))/0x5*(-parseInt(f(0x1ff))/0x6)+parseInt(f(0x1ef))/0x7*(-parseInt(f(0x1ed))/0x8)+-parseInt(f(0x202))/0x9+parseInt(f(0x1fc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xafd25));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a63d;if(c){const e=c[g(0x1eb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const h=a63d;return a63a[h(0x201)]()[h(0x204)]('(((.+)+)+)+$')[h(0x201)]()[h(0x1fa)](a63a)[h(0x204)]('(((.+)+)+)+$');});function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1ea;let f=c[d];return f;},a63d(a,b);}a63a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a63e from'../generators/maka.gen.js';function a63c(){const k=['1659539EXIFCt','maka\x20g:route\x20todos/edit','findGenerator','Scaffold\x20various\x20parts\x20of\x20your\x20application','create','819354YpOIMi','maka\x20g:scaffold\x20todos','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:template\x20todos/todo_item','invoke','listGenerators','constructor','maka\x20generate:scaffold\x20todos','33319720vZSIyo','where','3PWbRqy','6RFIfXk','notice','toString','10849950hCXrqR','4434076dpnxaT','search','help','dir','apply','2865698xkdmuI','24vzdzRE','1000010xDmToK'];a63c=function(){return k;};return a63c();}import{UsageError}from'../error.js';Command[a63i(0x1f3)]({'name':'generate','aliases':['g'],'usage':a63i(0x1f6),'validOpts':[a63i(0x1ea),a63i(0x1fd),a63i(0x205)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a63i(0x1f2),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a63i(0x1fb),a63i(0x1f5),a63i(0x1f7),'maka\x20g:package\x20package:name',a63i(0x1f0),'maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a63i,c=a[0x0],d=a63e[j(0x1f1)](c);if(!d){b[j(0x205)]?(Log[j(0x200)]('Generators:'),a63e[j(0x1f9)]()):Log['error']('Could\x20not\x20find\x20generator');throw new UsageError();}await d[j(0x1f8)](a['slice'](0x1),b);});
1
+ const a64i=a64d;function a64c(){const k=['9270dxlqrt','1291520mmqtEs','where','1290vYOaQl','maka\x20g:template\x20todos/todo_item','maka\x20g:route\x20todos/edit','maka\x20g:dbc\x20geoserver\x20--type=pgsql','16669kazlNK','6zhIeZA','714185wotwBe','513CywDDg','dir','slice','(((.+)+)+)+$','apply','maka\x20g:api\x20trucks','generate','help','3087576EmPLpJ','search','9504ZYmVEf','constructor','2280523HNAuug','invoke','8RcVAVm','Could\x20not\x20find\x20generator','toString','error','findGenerator','maka\x20g:package\x20package:name'];a64c=function(){return k;};return a64c();}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x1be))/0x1+parseInt(f(0x1ba))/0x2*(-parseInt(f(0x1c1))/0x3)+-parseInt(f(0x1b1))/0x4*(-parseInt(f(0x1c0))/0x5)+-parseInt(f(0x1bf))/0x6*(-parseInt(f(0x1af))/0x7)+parseInt(f(0x1b8))/0x8+parseInt(f(0x1ab))/0x9+parseInt(f(0x1b7))/0xa*(-parseInt(f(0x1ad))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x2deab));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a['toString']()[h(0x1ac)](h(0x1a6))[h(0x1b3)]()[h(0x1ae)](a64a)[h(0x1ac)](h(0x1a6));});function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1a5;let f=c[d];return f;},a64d(a,b);}a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command['create']({'name':a64i(0x1a9),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a64i(0x1c2),a64i(0x1b9),a64i(0x1aa)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a64i(0x1bb),a64i(0x1b6),a64i(0x1bc),a64i(0x1a8),a64i(0x1bd)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x1b5)](c);if(!d){b[j(0x1aa)]?(Log['notice']('Generators:'),a64e['listGenerators']()):Log[j(0x1b4)](j(0x1b2));throw new UsageError();}await d[j(0x1b0)](a[j(0x1a5)](0x1),b);});
@@ -1 +1 @@
1
- function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x6a;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x6b))/0x1*(-parseInt(f(0x6d))/0x2)+parseInt(f(0x74))/0x3*(parseInt(f(0x70))/0x4)+parseInt(f(0x6e))/0x5*(parseInt(f(0x6f))/0x6)+-parseInt(f(0x6a))/0x7*(parseInt(f(0x79))/0x8)+parseInt(f(0x78))/0x9*(parseInt(f(0x75))/0xa)+-parseInt(f(0x77))/0xb+-parseInt(f(0x71))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x3e1af));var a64b=(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;};}()),a64a=a64b(this,function(){var g=a64d;return a64a[g(0x6c)]()[g(0x73)](g(0x72))[g(0x6c)]()[g(0x76)](a64a)[g(0x73)](g(0x72));});a64a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a64c(){var h=['16230lwqUVa','150DbUXGQ','4LdAJac','3204828BwcPCx','(((.+)+)+)+$','search','1028535alBDSi','1038890GFgWHc','constructor','3445519EFdCjE','9gAdbng','8gnFiDM','324422HFAlOG','50449PSZRze','toString','14mRpnGx'];a64c=function(){return h;};return a64c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x74))/0x1*(-parseInt(f(0x72))/0x2)+-parseInt(f(0x7a))/0x3*(parseInt(f(0x75))/0x4)+-parseInt(f(0x6f))/0x5*(parseInt(f(0x6e))/0x6)+-parseInt(f(0x7d))/0x7*(parseInt(f(0x70))/0x8)+-parseInt(f(0x79))/0x9*(-parseInt(f(0x7e))/0xa)+-parseInt(f(0x77))/0xb+-parseInt(f(0x7f))/0xc*(-parseInt(f(0x7c))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x6d009));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x7b)]()[h(0x71)](h(0x73))[h(0x7b)]()[h(0x78)](a65a)['search'](h(0x73));});a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a65c(){var i=['179847qqVASF','1369383CYqcVV','toString','819039FBKzCf','24493yOClpF','290SesoMF','360cyzSbJ','65256AaOUhV','205MbigJY','2024lGSvgx','search','1254182XniTEr','(((.+)+)+)+$','1eBYEzP','4ZZSaPC','apply','9488501EUPpRx','constructor'];a65c=function(){return i;};return a65c();}function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x6e;var f=c[d];return f;},a65d(a,b);}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a65i=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=parseInt(f(0xb4))/0x1+-parseInt(f(0xa9))/0x2+parseInt(f(0xb6))/0x3*(-parseInt(f(0xb7))/0x4)+parseInt(f(0xad))/0x5+-parseInt(f(0xb5))/0x6*(parseInt(f(0xbc))/0x7)+-parseInt(f(0xac))/0x8*(-parseInt(f(0xb0))/0x9)+parseInt(f(0xa6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x71057));const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a65d;if(c){const e=c[g(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const h=a65d;return a65a[h(0xb8)]()[h(0xbb)](h(0xa8))[h(0xb8)]()[h(0xaa)](a65a)[h(0xbb)]('(((.+)+)+)+$');});a65a();import{Command}from'../../command.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xa6;let f=c[d];return f;},a65d(a,b);}function a65c(){const k=['Sub-Command\x20not\x20found','4023UOYjcd','apply','get','findSubCommand','148626RlOcZW','174IXyrLT','1483851QMKCwU','4jLpnlO','toString','runSubCommand','create','search','71561lYfgXq','4097770DQSzOD','error','(((.+)+)+)+$','386252cZCwIg','constructor','Get\x20various\x20Maka\x20variables\x20and\x20configurations','8344xFuxiP','2112605nSEwgd','maka\x20get:<sub-command>'];a65c=function(){return k;};return a65c();}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a65i(0xba)]({'name':a65i(0xb2),'usage':a65i(0xae),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a65i(0xab),'validOpts':[]},async function(a,b){const j=a65i,c=a[0x0],d=this[j(0xb3)](c);if(d)this[j(0xb9)](c,a,b);else{Log[j(0xa7)](j(0xaf));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x197))/0x1*(-parseInt(f(0x199))/0x2)+parseInt(f(0x189))/0x3*(parseInt(f(0x191))/0x4)+-parseInt(f(0x18b))/0x5*(parseInt(f(0x18c))/0x6)+parseInt(f(0x195))/0x7+-parseInt(f(0x192))/0x8+-parseInt(f(0x18a))/0x9*(-parseInt(f(0x18f))/0xa)+-parseInt(f(0x18e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x72f31));function a66c(){const k=['1259195fsFvjV','6FUtKRj','runSubCommand','5504697HkKoJf','40hJXXeJ','findSubCommand','495032VlVoXM','4502760tvDkcQ','Sub-Command\x20not\x20found','error','535857qWCezT','apply','888671DwQxeV','get','2FUkvnn','(((.+)+)+)+$','toString','search','maka\x20get:<sub-command>','Get\x20various\x20Maka\x20variables\x20and\x20configurations','3myoDuz','1568169pLEFyn'];a66c=function(){return k;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()['search'](h(0x19a))[h(0x19b)]()['constructor'](a66a)[h(0x19c)]('(((.+)+)+)+$');});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a66i(0x198),'usage':a66i(0x19d),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x188),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x190)](c);if(d)this[j(0x18d)](c,a,b);else{Log[j(0x194)](j(0x193));throw new UsageErrorWithSubs();}});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x188;let f=c[d];return f;},a66d(a,b);}export default GetCommand;
@@ -1 +1 @@
1
- const a66h=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x19d;let f=c[d];return f;},a66d(a,b);}(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x1a7))/0x1*(parseInt(f(0x1a1))/0x2)+-parseInt(f(0x1a0))/0x3+parseInt(f(0x1a3))/0x4+parseInt(f(0x19f))/0x5*(-parseInt(f(0x1a4))/0x6)+-parseInt(f(0x1a8))/0x7+-parseInt(f(0x1a5))/0x8+parseInt(f(0x1a2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xf1a52));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const g=a66d;return a66a['toString']()[g(0x1ad)](g(0x19d))['toString']()['constructor'](a66a)[g(0x1ad)](g(0x19d));});function a66c(){const j=['6610112mqfbKZ','6oDjwjI','9302288iLUaez','create','1SLvweL','9988265lEhkZY','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','error','global-config','getGlobalConfig','search','(((.+)+)+)+$','maka\x20get:global-config','3748625CoCjNG','574281DNTqlm','625236URzOPY','22999185uyMwmK'];a66c=function(){return j;};return a66c();}a66a();import a66e from'./get.command.js';import{Command}from'../../command.js';Command[a66h(0x1a6)]({'name':a66h(0x1ab),'usage':a66h(0x19e),'aliases':['gc'],'shortDesc':a66h(0x1a9),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a66h;try{const a=await this['fsi'][i(0x1ac)]();console['log'](a);}catch(b){console[i(0x1aa)](b),process['exit'](0x0);}},a66e);
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1c3))/0x1+parseInt(f(0x1cc))/0x2*(-parseInt(f(0x1c7))/0x3)+-parseInt(f(0x1ca))/0x4+parseInt(f(0x1bd))/0x5+parseInt(f(0x1ce))/0x6*(parseInt(f(0x1bf))/0x7)+parseInt(f(0x1c4))/0x8+-parseInt(f(0x1c2))/0x9*(-parseInt(f(0x1bc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x740f5));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1c1)]()['search'](h(0x1c9))[h(0x1c1)]()[h(0x1c0)](a67a)['search'](h(0x1c9));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':'global-config','usage':a67i(0x1cb),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x1c8)]['getGlobalConfig']();console[j(0x1be)](a),process[j(0x1c6)](0x0);}catch(b){console[j(0x1c5)](b),process[j(0x1c6)](0x0);}},a67e);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a67d(a,b);}function a67c(){const k=['3487116OXXkCJ','maka\x20get:global-config','10HQZIYA','apply','490884WCoAOk','20yMkCJd','3830965nVUUAn','log','49wADNur','constructor','toString','3433770KOIPMZ','626831KYTmeC','4080680lmYEeQ','error','exit','382827DSlZwc','fsi','(((.+)+)+)+$'];a67c=function(){return k;};return a67c();}
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0xd5))/0x1+-parseInt(f(0xd1))/0x2+parseInt(f(0xdb))/0x3+-parseInt(f(0xce))/0x4*(parseInt(f(0xd8))/0x5)+-parseInt(f(0xcc))/0x6+parseInt(f(0xd2))/0x7*(-parseInt(f(0xda))/0x8)+parseInt(f(0xcf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x474d1));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0xcd)]()[h(0xd7)](h(0xca))[h(0xcd)]()['constructor'](a67a)[h(0xd7)]('(((.+)+)+)+$');});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xca;let f=c[d];return f;},a67d(a,b);}function a67c(){const k=['(((.+)+)+)+$','fsi','3401772xMuMYg','toString','1749884BEAdBl','19486773xfvTwB','local-config','923202YoubIx','336gASVpR','apply','log','385181aurHRB','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','search','5ydgMeb','getProjectConfig','9728lOzUJs','109305GLNSad'];a67c=function(){return k;};return a67c();}Command['create']({'name':a67i(0xd0),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a67i(0xd6),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i,a=await this[j(0xcb)][j(0xd9)]();console[j(0xd4)](a);},a67e);
1
+ const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0xe3))/0x1*(-parseInt(f(0xdb))/0x2)+parseInt(f(0xe5))/0x3+-parseInt(f(0xda))/0x4+-parseInt(f(0xe4))/0x5+-parseInt(f(0xd9))/0x6*(parseInt(f(0xde))/0x7)+-parseInt(f(0xd7))/0x8*(parseInt(f(0xdd))/0x9)+-parseInt(f(0xdc))/0xa*(-parseInt(f(0xe2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x303fb));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a['toString']()[h(0xd8)]('(((.+)+)+)+$')[h(0xdf)]()[h(0xe0)](a68a)[h(0xd8)](h(0xe1));});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xd3;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';function a68c(){const k=['2152BaBmqO','search','378rboKGm','921540ufORgQ','403762LPwHyb','6704020XagDFF','387NdlJnd','9233gTGMny','toString','constructor','(((.+)+)+)+$','11hawSmV','1OvstSH','584210yCvdYV','512991fYhoJw','log','maka\x20get:local-config','apply','create','local-config'];a68c=function(){return k;};return a68c();}Command[a68i(0xd5)]({'name':a68i(0xd6),'usage':a68i(0xd3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this['fsi']['getProjectConfig']();console[j(0xe6)](a);},a68e);
@@ -1 +1 @@
1
- function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x16e;let f=c[d];return f;},a68d(a,b);}const a68i=a68d;(function(a,b){const g=a68d,c=a();while(!![]){try{const d=-parseInt(g(0x17d))/0x1+parseInt(g(0x184))/0x2+parseInt(g(0x183))/0x3*(-parseInt(g(0x185))/0x4)+parseInt(g(0x17b))/0x5+parseInt(g(0x17c))/0x6*(-parseInt(g(0x187))/0x7)+parseInt(g(0x186))/0x8+-parseInt(g(0x176))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x1d9ea));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 h=a68d;return a68a[h(0x180)]()[h(0x175)](h(0x16e))['toString']()[h(0x181)](a68a)['search'](h(0x16e));});a68a();import a68e from'./get.command.js';function a68c(){const k=['userId','2319XvCsPY','308978cSldXy','748lOPSrL','1281280GmPVxf','133atUlTa','(((.+)+)+)+$','token','User\x20Access\x20Token:\x20\x20','join','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','fsi','search','698625tphIvd','create','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','user','notice','367020lGcRKq','4776obIOQe','29431BQsyIJ','exit','getGlobalConfig','toString','constructor'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a68f from'jsonwebtoken';Command[a68i(0x177)]({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i;try{const a=await this[j(0x174)][j(0x17f)]();if(a['hash']){const b=a68f['decode'](a['hash']);Log['notice']('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0x179)]),Log[j(0x17a)](j(0x172)+a[j(0x16f)]?.[j(0x182)]),Log[j(0x17a)](j(0x170)+a[j(0x16f)]?.['authToken']),Log[j(0x17a)](j(0x178)+b?.['roles'][j(0x171)](',\x20'));}}catch(c){console[j(0x173)](c),process[j(0x17e)](0x0);}},a68e);
1
+ const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x116))/0x1*(-parseInt(g(0x112))/0x2)+parseInt(g(0x121))/0x3*(parseInt(g(0x106))/0x4)+parseInt(g(0x11a))/0x5+parseInt(g(0x110))/0x6+parseInt(g(0x10b))/0x7+-parseInt(g(0x11b))/0x8+-parseInt(g(0x10f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x7a8e5));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x115)]()['search']('(((.+)+)+)+$')['toString']()[i(0x108)](a69a)[i(0x117)](i(0x109));});a69a();function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x106;let f=c[d];return f;},a69d(a,b);}import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';function a69c(){const l=['exit','constructor','(((.+)+)+)+$','getGlobalConfig','697130okxYSB','hash','fsi','User\x20Access\x20Token:\x20\x20','12242745TLxVuE','4118532paGevJ','notice','181192jlTOKb','token','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','toString','3FVsteB','search','roles','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1669550RlqMJb','2987856ptvaeE','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','user','userId','apply','3qFrPUw','3376264DLkTxh'];a69c=function(){return l;};return a69c();}Command['create']({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a69j(0x119),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x10d)][k(0x10a)]();if(a['hash']){const b=a69f['decode'](a[k(0x10c)]);Log[k(0x111)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x11e)]),Log['notice'](k(0x11c)+a[k(0x113)]?.[k(0x11f)]),Log[k(0x111)](k(0x10e)+a['token']?.['authToken']),Log[k(0x111)](k(0x114)+b?.[k(0x118)]['join'](',\x20'));}}catch(c){console[k(0x11d)](c),process[k(0x107)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0xfb))/0x1+parseInt(f(0x108))/0x2*(parseInt(f(0xf9))/0x3)+-parseInt(f(0xfe))/0x4+parseInt(f(0xf8))/0x5+parseInt(f(0x105))/0x6*(parseInt(f(0xff))/0x7)+-parseInt(f(0x100))/0x8+-parseInt(f(0xfd))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xe4850));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x103)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xfa)]()['search'](h(0x102))[h(0xfa)]()[h(0xfc)](a69a)[h(0x104)](h(0x102));});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xf8;var f=c[d];return f;},a69d(a,b);}import{Command}from'../command.js';function a69c(){var j=['8RPuVFc','3227395aQjYYJ','466815ofoPCW','toString','729057soOoXx','constructor','6901893nJFmok','1062340RhllKZ','3869012eQIHaZ','4649552lwSOVA','help','(((.+)+)+)+$','apply','search','6FVPuyc','Try,\x20maka\x20--help','create'];a69c=function(){return j;};return a69c();}import{UsageError}from'../error.js';Command[a69i(0x107)]({'name':a69i(0x101),'description':a69i(0x106),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x163))/0x1*(-parseInt(f(0x171))/0x2)+parseInt(f(0x162))/0x3*(-parseInt(f(0x167))/0x4)+parseInt(f(0x170))/0x5*(-parseInt(f(0x173))/0x6)+-parseInt(f(0x166))/0x7+-parseInt(f(0x172))/0x8*(parseInt(f(0x16d))/0x9)+parseInt(f(0x16c))/0xa+parseInt(f(0x169))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x5522b));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x16f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x165)]()['search'](h(0x161))[h(0x165)]()[h(0x16b)](a70a)[h(0x16a)](h(0x161));});function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x161;var f=c[d];return f;},a70d(a,b);}function a70c(){var j=['(((.+)+)+)+$','939KAslRB','133DZYoIL','Try,\x20maka\x20--help','toString','1114897SQeFMe','2276UyRrry','help','14713446zoLqJv','search','constructor','3751660yXpZDy','477KqMUyN','Deprecated:\x20use\x20--help\x20instead','apply','9170GHUXcB','3958YLEXTe','60704gJonFQ','1182IRxaTi'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a70i(0x168),'description':a70i(0x164),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x16e)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a70m=a70d;(function(a,b){const j=a70d,c=a();while(!![]){try{const d=parseInt(j(0xd9))/0x1*(parseInt(j(0xd7))/0x2)+-parseInt(j(0xcf))/0x3+-parseInt(j(0xdb))/0x4*(-parseInt(j(0xe2))/0x5)+-parseInt(j(0xe1))/0x6*(-parseInt(j(0xd1))/0x7)+-parseInt(j(0xeb))/0x8*(-parseInt(j(0xe9))/0x9)+parseInt(j(0xe5))/0xa*(-parseInt(j(0xc7))/0xb)+-parseInt(j(0xc2))/0xc*(parseInt(j(0xee))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xd6fa6));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a70d;if(c){const e=c[k(0xca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const l=a70d;return a70a[l(0xed)]()[l(0xe3)](l(0xc8))['toString']()[l(0xcb)](a70a)[l(0xe3)](l(0xc8));});a70a();import a70e from'path';import a70f from'fs';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xc1;let f=c[d];return f;},a70d(a,b);}function a70c(){const o=['\x20-d\x20','app/public','43678dvKpxg','writeFileSync','61NJahNO','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','4055708nDVoLw','jsdoc-config.json','\x20-r\x20app','maka\x20jsdoc','jsdoc','maka\x20jsdoc\x20--init','96102wBubJm','5AwRCIm','search','\x20-c\x20','10HZEPnj','isFile','plugins/markdown','app/node_modules','762039OcFcIi','app/private','120QVCCXl','stop','toString','1742jXTnrM','logError','78672fpJxyN','create','closure','.+\x5c.(j|t)s(doc|x)?$','sep','18711803dOhDaV','(((.+)+)+)+$','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','apply','constructor','app/packages','fsi','stringify','4264161apMbfx','\x0a[+]\x20Documentation\x20written\x20to\x20','553FatRaZ','utf-8','logNotice','pathFromProject'];a70c=function(){return o;};return a70c();}import{execSync}from'child_process';import{Command}from'../command.js';Command[a70m(0xc3)]({'name':'jsdoc','usage':a70m(0xde),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a70m(0xe0),a70m(0xde)],'validOpts':[]},function(){const n=a70m,a=a70e['join'](this[n(0xcd)][n(0xd4)]({}),'docs'+a70e[n(0xc6)]),b=a70e['join'](this[n(0xcd)][n(0xd4)]({}),'config',n(0xdc)),c=this['fsi']['pathFromProject']({}),d=n(0xdf);if(!this[n(0xe6)](b)){const g={'plugins':[n(0xe7)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xdf),n(0xc4)]},'source':{'includePattern':n(0xc5),'excludePattern':n(0xc9),'exclude':[n(0xcc),n(0xe8),n(0xd6),n(0xea)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xd2)}};a70f[n(0xd8)](b,JSON[n(0xce)](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+n(0xe4)+b+n(0xdd)+a70e[n(0xc6)]+n(0xd5)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0xd3)](n(0xd0)+a);}catch(i){this[n(0xc1)](i),this['logError'](n(0xda));}finally{f[n(0xec)]();}});
1
+ const a71m=a71d;function a71c(){const o=['app/node_modules','constructor','apply','\x20-r\x20app','app/packages','maka\x20jsdoc','\x0a[+]\x20Documentation\x20written\x20to\x20','docs','toString','Running\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/private','56KrxYos','3096306yVtjLM','stop','2483625MQWICy','logError','writeFileSync','config','maka\x20jsdoc\x20--init','1605357FKOgSK','isFile','\x20-d\x20','join','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','inherit','5wGSuDZ','plugins/markdown','jsdoc-config.json','jsdoc','1144957wkQhgH','closure','search','(((.+)+)+)+$','create','fsi','1432752DZzvCH','app/public','pathFromProject','2010020zFkGqp','sep','stringify','1613955hvCVYL','.+\x5c.(j|t)s(doc|x)?$'];a71c=function(){return o;};return a71c();}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=-parseInt(j(0x107))/0x1+parseInt(j(0xf6))/0x2+-parseInt(j(0xf8))/0x3+parseInt(j(0x110))/0x4*(-parseInt(j(0x103))/0x5)+parseInt(j(0x10d))/0x6+parseInt(j(0x113))/0x7+parseInt(j(0xf5))/0x8*(parseInt(j(0xfd))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xc1100));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a['toString']()[l(0x109)](l(0x10a))[l(0xf1)]()[l(0x116)](a71a)['search'](l(0x10a));});a71a();import a71e from'path';import a71f from'fs';import{execSync}from'child_process';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xef;let f=c[d];return f;},a71d(a,b);}import{Command}from'../command.js';Command[a71m(0x10b)]({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a71m(0x101),'examples':[a71m(0xfc),a71m(0x11a)],'validOpts':[]},function(){const n=a71m,a=a71e[n(0x100)](this[n(0x10c)][n(0x10f)]({}),n(0xf0)+a71e[n(0x111)]),b=a71e['join'](this[n(0x10c)][n(0x10f)]({}),n(0xfb),n(0x105)),c=this[n(0x10c)][n(0x10f)]({}),d=n(0x106);if(!this[n(0xfe)](b)){const g={'plugins':[n(0x104)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x106),n(0x108)]},'source':{'includePattern':n(0x114),'excludePattern':n(0xf3),'exclude':[n(0x119),n(0x115),n(0x10e),n(0xf4)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a71f[n(0xfa)](b,JSON[n(0x112)](g,null,0x4));}const f=this['logWithSpinner'](n(0xf2)+d);try{const h=d+'\x20-c\x20'+b+n(0x118)+a71e[n(0x111)]+n(0xff)+a;execSync(h,{'cwd':c,'stdio':n(0x102)}),this['logNotice'](n(0xef)+a);}catch(i){this[n(0xf9)](i),this[n(0xf9)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xf7)]();}});
@@ -1 +1 @@
1
- const a71s=a71d;function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a71d(a,b);}(function(a,b){const p=a71d,c=a();while(!![]){try{const d=-parseInt(p(0x1b2))/0x1*(parseInt(p(0x1c0))/0x2)+-parseInt(p(0x1a6))/0x3+parseInt(p(0x1ac))/0x4+-parseInt(p(0x1be))/0x5*(parseInt(p(0x1cc))/0x6)+parseInt(p(0x1ab))/0x7+-parseInt(p(0x1b1))/0x8+parseInt(p(0x1b6))/0x9*(parseInt(p(0x1af))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x68ee7));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a71d;if(c){const e=c[q(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const r=a71d;return a71a[r(0x1bc)]()[r(0x1a7)]('(((.+)+)+)+$')[r(0x1bc)]()[r(0x1c5)](a71a)[r(0x1a7)]('(((.+)+)+)+$');});a71a();import a71e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a71c(){const u=['template','installNpmPackage','fix','6008933TPUfzQ','519576tIDmQY','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','format','90nxfLhW','.eslintrc.json','515240jWjvcb','2ZicwFH','stylish','outputFixes','maka\x20lint','977283rAmZGZ','eslint-plugin-css','lintFiles','length','success','eslint','toString','eslint-plugin-react','5ERnvHS','checkNpmPackage','814234AJavHH','apply','notice','maka\x20lint\x20--fix','join','constructor','service','loadFormatter','create','eslint/eslintrc.json','push','fsi','265212zwMGMe','\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','bright','findAppDirectory','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','1838868liSTsW','search'];a71c=function(){return u;};return a71c();}Command[a71s(0x1c8)]({'name':'lint','usage':a71s(0x1b5),'maxArgLength':0x1,'validOpts':[a71s(0x1aa)],'mustBeInMakaProject':!![],'shortDesc':a71s(0x1a5),'description':a71s(0x1cd),'examples':[a71s(0x1c3)]},async function(a,b){const t=a71s;try{const c=this[t(0x1cb)][t(0x1a4)](),d=this['fsi'][t(0x1bf)](t(0x1bb)),f=this[t(0x1cb)][t(0x1bf)](t(0x1bd)),g=this['fsi']['checkNpmPackage']('eslint-plugin-css'),h=[];!d&&h[t(0x1ca)](t(0x1bb));!f&&h['push'](t(0x1bd));!g&&h[t(0x1ca)](t(0x1b7));h[t(0x1b9)]>0x0&&await this[t(0x1cb)][t(0x1a9)](h[t(0x1c4)]('\x20'),{'dev':!![]});const i=this['fsi']['isFile'](a71e[t(0x1c4)](c,t(0x1b0)));if(!i){const n={'noRename':!![]};await this[t(0x1cb)][t(0x1a8)]({'srcPath':t(0x1c9),'destPath':a71e[t(0x1c4)](c,'.eslintrc.json'),'framework':t(0x1c6),'context':n});}const j=new ESLint(),k=await j[t(0x1b8)]([a71e[t(0x1c4)](c,'imports','**')]),l=await j[t(0x1c7)](t(0x1b3)),m=l[t(0x1ae)](k);m['length']>0x0?Log[t(0x1ce)](m):Log[t(0x1ba)]('All\x20good!\x20:)'),Log[t(0x1c2)]('Lint\x20results\x20for\x20'+c+'/imports'),b[t(0x1aa)]?await ESLint[t(0x1b4)](k):Log[t(0x1c2)](t(0x1ad));}catch(o){console['error'](o);}});
1
+ const a72s=a72d;function a72c(){const u=['join','(((.+)+)+)+$','1826rdGGrb','template','284qAUuoi','All\x20good!\x20:)','success','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','2153184HoUzKH','format','eslint-plugin-react','apply','fix','installNpmPackage','notice','maka\x20lint\x20--fix','lint','fsi','length','outputFixes','4823126OYFtkz','/imports','service','isFile','push','maka\x20lint','bright','1228724GiEbnH','Lint\x20results\x20for\x20','stylish','18OHWedk','checkNpmPackage','search','7113550vsNGok','.eslintrc.json','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','12PYkwnX','1970937gWrgGU','toString','1592135fPvuab','lintFiles','create','findAppDirectory'];a72c=function(){return u;};return a72c();}(function(a,b){const p=a72d,c=a();while(!![]){try{const d=-parseInt(p(0x1b8))/0x1*(parseInt(p(0x1ba))/0x2)+parseInt(p(0x1b0))/0x3+parseInt(p(0x1a6))/0x4+-parseInt(p(0x1b2))/0x5*(-parseInt(p(0x1af))/0x6)+parseInt(p(0x19f))/0x7+parseInt(p(0x1be))/0x8*(-parseInt(p(0x1a9))/0x9)+-parseInt(p(0x1ac))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xbeb21));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0x1b1)]()[r(0x1ab)](r(0x1b7))['toString']()['constructor'](a72a)[r(0x1ab)]('(((.+)+)+)+$');});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x197;let f=c[d];return f;},a72d(a,b);}import a72e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0x1b4)]({'name':a72s(0x19b),'usage':a72s(0x1a4),'maxArgLength':0x1,'validOpts':[a72s(0x197)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a72s(0x1ae),'examples':[a72s(0x19a)]},async function(a,b){const t=a72s;try{const c=this[t(0x19c)][t(0x1b5)](),d=this[t(0x19c)]['checkNpmPackage']('eslint'),f=this[t(0x19c)][t(0x1aa)](t(0x1c0)),g=this[t(0x19c)]['checkNpmPackage']('eslint-plugin-css'),h=[];!d&&h[t(0x1a3)]('eslint');!f&&h[t(0x1a3)](t(0x1c0));!g&&h[t(0x1a3)]('eslint-plugin-css');h['length']>0x0&&await this[t(0x19c)][t(0x198)](h[t(0x1b6)]('\x20'),{'dev':!![]});const i=this[t(0x19c)][t(0x1a2)](a72e[t(0x1b6)](c,t(0x1ad)));if(!i){const n={'noRename':!![]};await this['fsi'][t(0x1b9)]({'srcPath':'eslint/eslintrc.json','destPath':a72e[t(0x1b6)](c,'.eslintrc.json'),'framework':t(0x1a1),'context':n});}const j=new ESLint(),k=await j[t(0x1b3)]([a72e[t(0x1b6)](c,'imports','**')]),l=await j['loadFormatter'](t(0x1a8)),m=l[t(0x1bf)](k);m[t(0x19d)]>0x0?Log[t(0x1a5)](m):Log[t(0x1bc)](t(0x1bb)),Log[t(0x199)](t(0x1a7)+c+t(0x1a0)),b['fix']?await ESLint[t(0x19e)](k):Log[t(0x199)](t(0x1bd));}catch(o){console['error'](o);}});
@@ -1 +1 @@
1
- const a72z=a72d;(function(a,b){const w=a72d,c=a();while(!![]){try{const d=-parseInt(w(0x1b7))/0x1*(parseInt(w(0x1ce))/0x2)+-parseInt(w(0x1a8))/0x3*(parseInt(w(0x1d0))/0x4)+-parseInt(w(0x1bf))/0x5*(parseInt(w(0x1b8))/0x6)+parseInt(w(0x1b2))/0x7+parseInt(w(0x1a2))/0x8*(parseInt(w(0x1c6))/0x9)+parseInt(w(0x1c7))/0xa*(parseInt(w(0x1bc))/0xb)+parseInt(w(0x19d))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xb66f2));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a72d;if(c){const e=c[x(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const y=a72d;return a72a[y(0x19f)]()['search'](y(0x1c1))['toString']()[y(0x1d1)](a72a)[y(0x1d3)]('(((.+)+)+)+$');});a72a();import a72e 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['env'][a72z(0x1b9)]===a72z(0x19b)?a72z(0x1b0):a72z(0x1bb);function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x197;let f=c[d];return f;},a72d(a,b);}Command[a72z(0x1d2)]({'name':'login','validOpts':[a72z(0x1d4),a72z(0x1b3),'help',a72z(0x197),a72z(0x1a5)],'usage':a72z(0x1ae),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a72z(0x1ae),a72z(0x1cf)]},async function(a,b){const A=a72z,c=Log['withSpinner']();try{let d='';b[A(0x197)]&&(this[A(0x1a3)][A(0x1a9)](b[A(0x197)])?(d=b[A(0x197)],Log[A(0x1b4)](A(0x199)+d)):Log[A(0x1cb)](A(0x1c2)+d));const f=await this[A(0x1a3)]['getGlobalConfig']();if(f[A(0x1be)]){if(this[A(0x1a3)]['isFile'](f['cert']))d=f[A(0x1be)];else{Log[A(0x1cb)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[A(0x1c9)](A(0x1b1)+hostname);const g={'url':A(0x1a0)+hostname+A(0x1c8)};b[A(0x197)]&&Object[A(0x1cd)](g,{'cert':d});c['start'](A(0x1af));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[A(0x19e)]();throw A(0x1c5);}if(h!==0xc8){c['failure']();throw'https://'+hostname+A(0x1ca);}c[A(0x19c)]();const i=b[A(0x1d4)]?b[A(0x1d4)]:await Actions[A(0x1c0)](A(0x1b5)),j=b[A(0x1b3)]?b[A(0x1b3)]:await Actions[A(0x1c0)](A(0x1ba),!![]),k=a72e['md'][A(0x1a4)][A(0x1d2)]();k[A(0x1cc)](j);const l=k[A(0x1c3)]()[A(0x1c4)](),m={'hostname':hostname,'path':A(0x1ac),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x197)]&&Object[A(0x1cd)](m,{'cert':d});c[A(0x1ad)](A(0x1b6));const {data:n,statusCode:o}=await HTTPS[A(0x1ab)](m);if(o===0x198){c[A(0x19e)]('\x0a');throw A(0x1aa)+hostname;}const p=JSON[A(0x198)](n);if(p[A(0x1a1)]){const q={'hostname':hostname,'path':A(0x19a),'headers':{'x-auth-token':p[A(0x1a1)]},'data':{}};b[A(0x197)]&&Object[A(0x1cd)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1ab)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0x1aa)+hostname;const u={'token':p,'hash':t};this[A(0x1a3)][A(0x1a6)](u);}else{c[A(0x19e)]();throw p;}c[A(0x19c)]();}catch(v){c['failure'](),console['error'](v),process[A(0x1a7)](0x0);}});function a72c(){const B=['9966sIsvWR','apply','cert','3405fCDkLJ','ask','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','digest','toHex','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','306KDzPPf','9510jyKaya','/api/v1/status','header','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','error','update','assign','501406lQQLJE','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','12hQBzHY','constructor','create','search','email','cacert','parse','Using\x20CA\x20Cert\x20','/api/v1/encodeJwt','True','success','10074192nAzYyz','failure','toString','https://','authToken','57952tqGwsh','fsi','sha256','debug','setGlobalConfig','exit','382857MwHUVH','isFile','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','post','/api/v1/login','start','maka\x20login','Preflight\x20Check','localhost','Logging\x20into\x20https://','5398127OaPUau','password','notice','Email:','Logging\x20in','4CvPZLx','5160fkQRfE','MAKA_DEV','Password:\x20','www.maka-cli.com'];a72c=function(){return B;};return a72c();}
1
+ const a73z=a73d;function a73c(){const B=['5aXuBta','193734jnkCKs','fsi','Preflight\x20Check','failure','success','constructor','MAKA_DEV','setGlobalConfig','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','assign','getGlobalConfig','Logging\x20in','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','/api/v1/encodeJwt','get','post','sha256','env','/api/v1/login','123524tnWTgE','maka\x20login','cacert','toString','www.maka-cli.com','email','digest','create','Using\x20CA\x20Cert\x20','login','authToken','withSpinner','localhost','start','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','header','apply','149465oaxrbT','40hbnaSG','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','1297794BLnFqf','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','(((.+)+)+)+$','toHex','Logging\x20into\x20https://','isFile','cert','263010nNgYrU','help','update','error','parse','debug','959826mKgSUg','Email:','160530inTbPl','password','exit','https://','search'];a73c=function(){return B;};return a73c();}(function(a,b){const w=a73d,c=a();while(!![]){try{const d=parseInt(w(0x147))/0x1+parseInt(w(0x151))/0x2+parseInt(w(0x159))/0x3+parseInt(w(0x172))/0x4+parseInt(w(0x15e))/0x5*(-parseInt(w(0x14a))/0x6)+-parseInt(w(0x157))/0x7+parseInt(w(0x148))/0x8*(parseInt(w(0x15f))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x1d316));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a['toString']()[y(0x15d)](y(0x14c))[y(0x175)]()[y(0x164)](a73a)[y(0x15d)](y(0x14c));});a73a();import a73e from'node-forge';import{Command}from'../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x144;let f=c[d];return f;},a73d(a,b);}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x170)][a73z(0x165)]==='True'?a73z(0x17e):a73z(0x176);Command['create']({'name':a73z(0x17b),'validOpts':[a73z(0x177),a73z(0x15a),a73z(0x152),a73z(0x174),a73z(0x156)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x14b),'examples':[a73z(0x173),a73z(0x144)]},async function(a,b){const A=a73z,c=Log[A(0x17d)]();try{let d='';b[A(0x174)]&&(this[A(0x160)][A(0x14f)](b[A(0x174)])?(d=b[A(0x174)],Log['notice'](A(0x17a)+d)):Log[A(0x154)](A(0x180)+d));const f=await this[A(0x160)][A(0x169)]();if(f[A(0x150)]){if(this[A(0x160)][A(0x14f)](f['cert']))d=f[A(0x150)];else{Log['error'](A(0x167)+d);return;}}Log[A(0x145)](A(0x14e)+hostname);const g={'url':A(0x15c)+hostname+'/api/v1/status'};b[A(0x174)]&&Object[A(0x168)](g,{'cert':d});c[A(0x17f)](A(0x161));const {statusCode:h}=await HTTPS[A(0x16d)](g);if(h===0x198){c[A(0x162)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[A(0x162)]();throw'https://'+hostname+A(0x149);}c[A(0x163)]();const i=b[A(0x177)]?b[A(0x177)]:await Actions['ask'](A(0x158)),j=b[A(0x15a)]?b[A(0x15a)]:await Actions['ask']('Password:\x20',!![]),k=a73e['md'][A(0x16f)][A(0x179)]();k[A(0x153)](j);const l=k[A(0x178)]()[A(0x14d)](),m={'hostname':hostname,'path':A(0x171),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x174)]&&Object['assign'](m,{'cert':d});c[A(0x17f)](A(0x16a));const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[A(0x162)]('\x0a');throw A(0x16b)+hostname;}const p=JSON['parse'](n);if(p[A(0x17c)]){const q={'hostname':hostname,'path':A(0x16c),'headers':{'x-auth-token':p[A(0x17c)]},'data':{}};b['cacert']&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x16e)](q),{token:t}=JSON[A(0x155)](r);if(s===0x198)throw A(0x16b)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x166)](u);}else{c[A(0x162)]();throw p;}c['success']();}catch(v){c[A(0x162)](),console[A(0x154)](v),process[A(0x15b)](0x0);}});
@@ -1 +1 @@
1
- function a73c(){const q=['logout','failure','error','cacert','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','/api/v1/logoutAll','getGlobalConfig','www.maka-cli.com','Logging\x20out','maka\x20logout','authToken','fsi','success','129158sjwKVc','Logging\x20out\x20of\x20https://','MAKA_DEV','setGlobalConfig','6WWlYNf','cert','start','(((.+)+)+)+$','668868UkcGJD','apply','isFile','token','Using\x20CA\x20Cert\x20','224193xmtytg','assign','withSpinner','10KeQJdT','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','24ugBNqe','toString','/api/v1/status','33ipXBFB','exit','2469636SnXryG','2962310YDCVjA','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','header','Preflight\x20Check','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','search','16etmJdk','notice','257103ljeYSx','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','2391273zBgDxx','create'];a73c=function(){return q;};return a73c();}const a73o=a73d;(function(a,b){const l=a73d,c=a();while(!![]){try{const d=parseInt(l(0x165))/0x1*(parseInt(l(0x161))/0x2)+parseInt(l(0x16e))/0x3*(-parseInt(l(0x142))/0x4)+parseInt(l(0x171))/0x5*(parseInt(l(0x169))/0x6)+-parseInt(l(0x150))/0x7+-parseInt(l(0x14e))/0x8*(-parseInt(l(0x152))/0x9)+parseInt(l(0x148))/0xa+parseInt(l(0x145))/0xb*(-parseInt(l(0x147))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x51eab));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a73d;if(c){const e=c[m(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const n=a73d;return a73a[n(0x143)]()[n(0x14d)](n(0x168))[n(0x143)]()['constructor'](a73a)[n(0x14d)](n(0x168));});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x141;let f=c[d];return f;},a73d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a73o(0x163)]==='True'?'localhost':a73o(0x15b);Command[a73o(0x153)]({'name':a73o(0x154),'validOpts':[a73o(0x157)],'usage':a73o(0x15d),'maxArgLength':0x2,'shortDesc':a73o(0x141),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const p=a73o,c=Log[p(0x170)]();try{let d='';b[p(0x157)]&&(this['fsi'][p(0x16b)](b[p(0x157)])?(d=b[p(0x157)],Log[p(0x14f)](p(0x16d)+d)):Log['error']('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0x15f)][p(0x15a)]();if(f[p(0x166)]){if(this[p(0x15f)]['isFile'](f['cert']))d=f[p(0x166)];else{c[p(0x155)]();throw Log[p(0x156)](p(0x151)+d);}}Log[p(0x14a)](p(0x162)+hostname);const g={'url':'https://'+hostname+p(0x144)};b['cacert']&&Object[p(0x16f)](g,{'cert':d});c[p(0x167)](p(0x14b));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0x155)]();throw p(0x14c);}c['success']();if(h!==0xc8){c[p(0x155)]();throw p(0x158);}if(!f?.[p(0x16c)]?.[p(0x15e)])throw Log[p(0x156)](p(0x149));c['start'](p(0x15c));const i={'hostname':hostname,'path':p(0x159),'data':{},'headers':{'x-auth-token':f[p(0x16c)][p(0x15e)]}};b[p(0x157)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS['post'](i);if(j===0x198){c[p(0x155)]('\x0a');throw p(0x14c);}this[p(0x15f)][p(0x164)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x160)]();}catch(k){k&&console[p(0x156)](k),process[p(0x146)](0x0);}});
1
+ const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0x20c))/0x1*(parseInt(l(0x1fe))/0x2)+parseInt(l(0x210))/0x3+-parseInt(l(0x204))/0x4*(-parseInt(l(0x205))/0x5)+-parseInt(l(0x1fd))/0x6+parseInt(l(0x1ee))/0x7+-parseInt(l(0x1f0))/0x8*(-parseInt(l(0x20f))/0x9)+-parseInt(l(0x20e))/0xa*(parseInt(l(0x216))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x619b3));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0x1ef)]()[n(0x20d)](n(0x1ed))['toString']()[n(0x200)](a74a)['search'](n(0x1ed));});function a74c(){const q=['post','start','withSpinner','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','setGlobalConfig','error','Logging\x20out\x20of\x20https://','(((.+)+)+)+$','3715481KQXZGZ','toString','17392qdFvPR','maka\x20logout','cert','fsi','apply','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','logout','token','localhost','env','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','www.maka-cli.com','https://','4508358sfjmrp','105174mTLTQu','notice','constructor','success','Logging\x20out','authToken','4aeQhda','2384640CEJSvf','Preflight\x20Check','getGlobalConfig','/api/v1/status','get','/api/v1/logoutAll','failure','3OqUfft','search','191320zCTaVP','1413sCxFhR','1286430DToKas','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','assign','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cacert','MAKA_DEV','451esLcHy'];a74c=function(){return q;};return a74c();}a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a74d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0x1f9)][a74o(0x215)]==='True'?a74o(0x1f8):a74o(0x1fb);Command['create']({'name':a74o(0x1f6),'validOpts':['cacert'],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a74o(0x1f5),'disableAuthCheck':!![],'examples':[a74o(0x1f1)]},async function(a,b){const p=a74o,c=Log[p(0x219)]();try{let d='';b[p(0x214)]&&(this[p(0x1f3)]['isFile'](b[p(0x214)])?(d=b['cacert'],Log[p(0x1ff)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0x21c)](p(0x211)+d));const f=await this['fsi'][p(0x207)]();if(f[p(0x1f2)]){if(this['fsi']['isFile'](f[p(0x1f2)]))d=f['cert'];else{c['failure']();throw Log[p(0x21c)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log['header'](p(0x1ec)+hostname);const g={'url':p(0x1fc)+hostname+p(0x208)};b[p(0x214)]&&Object[p(0x212)](g,{'cert':d});c[p(0x218)](p(0x206));const {statusCode:h}=await HTTPS[p(0x209)](g);if(h===0x198){c[p(0x20b)]();throw p(0x213);}c[p(0x201)]();if(h!==0xc8){c[p(0x20b)]();throw p(0x21a);}if(!f?.['token']?.[p(0x203)])throw Log['error'](p(0x1fa));c['start'](p(0x202));const i={'hostname':hostname,'path':p(0x20a),'data':{},'headers':{'x-auth-token':f[p(0x1f7)][p(0x203)]}};b[p(0x214)]&&Object[p(0x212)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x217)](i);if(j===0x198){c[p(0x20b)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0x1f3)][p(0x21b)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0x21c)](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a74k=a74d;(function(a,b){const h=a74d,c=a();while(!![]){try{const d=parseInt(h(0x1df))/0x1*(-parseInt(h(0x1e1))/0x2)+parseInt(h(0x1d2))/0x3*(parseInt(h(0x1ce))/0x4)+-parseInt(h(0x1de))/0x5*(parseInt(h(0x1db))/0x6)+-parseInt(h(0x1e6))/0x7*(-parseInt(h(0x1dc))/0x8)+parseInt(h(0x1d7))/0x9*(-parseInt(h(0x1ca))/0xa)+parseInt(h(0x1e2))/0xb+parseInt(h(0x1d0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x37071));function a74c(){const m=['5648aBiiyK','maka\x20l\x20-e\x20p','943510HoqgXo','277OJAiZW','ssh.json','714UMATUG','1871309zclvib','create','toString','maka\x20logs','3122xgRGUq','View\x20the\x20PM2\x20logs','200pPhJrJ','assign','maka\x20logs\x20--env\x20staging','constructor','912ajDCGQ','search','2339268EDvFKk','sshSync','4977QaxIQU','env','pm2\x20logs','getConfigPath','join','160425XkFkKY','apply','log','(((.+)+)+)+$','12ZZcTOM'];a74c=function(){return m;};return a74c();}const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a74d;if(c){const e=c[i(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const j=a74d;return a74a[j(0x1e4)]()[j(0x1cf)]('(((.+)+)+)+$')[j(0x1e4)]()[j(0x1cd)](a74a)[j(0x1cf)](j(0x1da));});a74a();import a74e from'fs';import a74f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a74d(a,b);}Command[a74k(0x1e3)]({'name':'logs','aliases':['l',a74k(0x1d9)],'usage':a74k(0x1e5),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a74k(0x1e7),'examples':['maka\x20logs\x20--env\x20dev',a74k(0x1cc),a74k(0x1dd)]},function(a,b){const l=a74k,c=l(0x1d4),d=this['fsi'][l(0x1d5)](b[l(0x1d3)]),e=a74f[l(0x1d6)](d,l(0x1e0)),f=a74e['readFileSync'](e),g=JSON['parse'](f[l(0x1e4)]());Object[l(0x1cb)](g,{'env':d}),SSH[l(0x1d1)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a75j=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=parseInt(h(0x1d0))/0x1*(parseInt(h(0x1d7))/0x2)+parseInt(h(0x1cd))/0x3+-parseInt(h(0x1d9))/0x4*(parseInt(h(0x1d8))/0x5)+-parseInt(h(0x1c1))/0x6*(parseInt(h(0x1be))/0x7)+-parseInt(h(0x1c0))/0x8*(parseInt(h(0x1c4))/0x9)+-parseInt(h(0x1c3))/0xa*(-parseInt(h(0x1c6))/0xb)+-parseInt(h(0x1d1))/0xc*(-parseInt(h(0x1c7))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xde5a9));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x1da)]()[i(0x1c8)](i(0x1bf))[i(0x1da)]()[i(0x1cc)](a75a)[i(0x1c8)]('(((.+)+)+)+$');});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'fs';import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a75c(){const l=['maka\x20l\x20-e\x20p','logs','28338ZnjaAA','5gKHNoo','5385052SUIXSN','toString','pm2\x20logs','log','196QqpOCN','(((.+)+)+)+$','200dZdogT','225384ynfbZs','readFileSync','50OOXQmT','153774FLgYTC','fsi','1229327bezIuq','156TgHVqq','search','View\x20the\x20PM2\x20logs','maka\x20logs\x20--env\x20staging','env','constructor','2953560wVhSzp','parse','maka\x20logs\x20--env\x20dev','25WfjZZm','1838436REmxFR','maka\x20logs','assign','ssh.json'];a75c=function(){return l;};return a75c();}Command['create']({'name':a75j(0x1d6),'aliases':['l',a75j(0x1bd)],'usage':a75j(0x1d2),'requiredOpts':[a75j(0x1cb)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75j(0x1c9),'examples':[a75j(0x1cf),a75j(0x1ca),a75j(0x1d5)]},function(a,b){const k=a75j,c=k(0x1bc),d=this[k(0x1c5)]['getConfigPath'](b['env']),e=a75f['join'](d,k(0x1d4)),f=a75e[k(0x1c2)](e),g=JSON[k(0x1ce)](f[k(0x1da)]());Object[k(0x1d3)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});