@maka/maka-cli 4.5.41 → 4.5.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/tool.js +1 -1
  117. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/https/https.class.js +1 -1
  125. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  126. package/bundle/obf/src/tools/log/log.class.js +1 -1
  127. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/options/options.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  130. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  132. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  134. package/package.json +1 -1
@@ -1 +1 @@
1
- const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=parseInt(f(0x104))/0x1+parseInt(f(0x110))/0x2+-parseInt(f(0x10f))/0x3*(-parseInt(f(0x142))/0x4)+-parseInt(f(0x118))/0x5+parseInt(f(0x11e))/0x6+parseInt(f(0x128))/0x7+-parseInt(f(0x133))/0x8*(parseInt(f(0xfc))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x8e47a));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x11d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a['toString']()[h(0x166)](h(0x123))[h(0x121)]()[h(0x138)](a54a)[h(0x166)]('(((.+)+)+)+$');});a54a();export const rooms=[{'name':'Library','description':a54i(0x100),'isStartRoom':!![],'items':[{'type':a54i(0x162),'name':a54i(0x10a),'description':a54i(0x111)},{'type':a54i(0xf6),'name':a54i(0x13b),'description':a54i(0x151),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a54i(0x117),'targetRoom':a54i(0x11f)}]},{'name':'Secret\x20Passage','description':a54i(0x12b),'exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':a54i(0x10a)},{'direction':a54i(0x15b),'targetRoom':'Courtyard'}]},{'name':a54i(0x14a),'description':a54i(0x13f),'items':[{'type':'holyGrail','name':'Holy\x20Grail','description':a54i(0x150)}]},{'name':a54i(0x106),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a54i(0x155),'exits':[{'direction':'UP','targetRoom':a54i(0xfd)}]},{'name':a54i(0xfd),'description':a54i(0x165),'roomType':a54i(0x155),'puzzle':{'requiredPhrase':'secret123','riddle':a54i(0x160),'rewardItem':{'type':a54i(0x148),'name':a54i(0x12f),'description':a54i(0xf5)},'successMessage':a54i(0x15a),'failureMessage':a54i(0x15e)}}];export const dungeonConfig=[{'name':a54i(0x149),'description':a54i(0x14b),'isStartRoom':!![],'roomType':a54i(0x141),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a54i(0x10e),'rewardItem':{'type':a54i(0x162),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a54i(0x140),'failureMessage':a54i(0xfa)},'exits':[{'direction':a54i(0x12c),'targetRoom':a54i(0x120)},{'direction':'east','targetRoom':a54i(0xf8),'keyRequired':a54i(0x130)}]},{'name':'Study','description':a54i(0x146),'roomType':a54i(0x141),'items':[{'type':a54i(0xf6),'name':'Riddle\x20Book','description':a54i(0x127),'content':a54i(0x116)},{'type':a54i(0x162),'name':a54i(0x130),'description':a54i(0x157)}],'exits':[{'direction':a54i(0x137),'targetRoom':a54i(0x149)},{'direction':'east','targetRoom':a54i(0xfe)}]},{'name':a54i(0xfe),'description':a54i(0x12d),'roomType':a54i(0x141),'items':[{'type':'basic','name':'Empty\x20vial','description':a54i(0x14e)}],'exits':[{'direction':'west','targetRoom':a54i(0x120)},{'direction':a54i(0x12c),'targetRoom':'Armory'}]},{'name':a54i(0x13c),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a54i(0x141),'items':[{'type':a54i(0x109),'name':a54i(0x15f),'description':a54i(0x164)},{'type':a54i(0x143),'name':a54i(0x129),'description':a54i(0x161)}],'exits':[{'direction':a54i(0x137),'targetRoom':a54i(0xfe)},{'direction':'east','targetRoom':a54i(0xf8)}]},{'name':a54i(0xf8),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a54i(0x141),'exits':[{'direction':a54i(0x167),'targetRoom':a54i(0x13c)},{'direction':a54i(0x137),'targetRoom':a54i(0x149)},{'direction':a54i(0x12c),'targetRoom':a54i(0x159)},{'direction':a54i(0x13d),'targetRoom':a54i(0x14a)}]},{'name':a54i(0x159),'description':a54i(0x153),'roomType':a54i(0x141),'items':[{'type':a54i(0x162),'name':'Blood-stained\x20Key','description':a54i(0x15c)}],'puzzle':{'requiredPhrase':a54i(0x131),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':'gem','name':a54i(0x126),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a54i(0x122),'failureMessage':a54i(0x13a)},'exits':[{'direction':'south','targetRoom':'Central\x20Chamber'}]},{'name':a54i(0x14a),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a54i(0x141),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a54i(0x114),'name':a54i(0x15d),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a54i(0xf7),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a54i(0x167),'targetRoom':'Central\x20Chamber'}]}];function a54c(){const j=['Amulet\x20of\x20Awakening','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Downtown\x20Seattle','OUTSIDE','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Torture\x20Chamber','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','SOUTH','A\x20key\x20stained\x20with\x20old\x20blood.','Golden\x20Chalice','That\x20passcode\x20is\x20incorrect','Emblem\x20Shield','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','An\x20old\x20and\x20rusted\x20sword.','key','MCT\x20Fly-Spy','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','search','west','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20long-range\x20weapon.','book','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Central\x20Chamber','disenchant','Nothing\x20happens.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','7201611RVeUAl','Watch\x20Tower','Alchemy\x20Lab','outside','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Corp\x20Enclave','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','748993OvpbFw','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Courtyard','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','weapon','shield','Golden\x20Key','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','CorpSec\x20Plans','Matrix\x20Data\x20Haven','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','145599TnXuzK','2117414zOuXJc','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Barrens\x20Hideout','show\x20loyalty','cup','document','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','EAST','5126720DNeuXo','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Ares\x20Predator','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','apply','2807778aMDyxA','Secret\x20Passage','Study','toString','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','(((.+)+)+)+$','down','Corporate\x20Creditstick','Ancient\x20Gem','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','7374738mYNkNz','Rusted\x20Sword','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','north','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Jackpoint\x20Login','Sniper\x20Rifle','Central\x20Chamber\x20Key','release','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','24MnueSg','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Rigger\x27s\x20Workshop','south','constructor','Mage\x27s\x20Lair','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Guard\x27s\x20Log\x20Book','Armory','east','drone','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','inside','56CphJrI','sword','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Gang\x20Insignia','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Barrens\x20Entrance','rifle','Entrance\x20Hall','Treasure\x20Room','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Encrypted\x20Data\x20Key','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20clear\x20glass\x20vial.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','The\x20legendary\x20Holy\x20Grail.','A\x20thin\x20log\x20book'];a54c=function(){return j;};return a54c();}function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0xf4;let f=c[d];return f;},a54d(a,b);}export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':'inside','exits':[{'direction':a54i(0x12c),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a54i(0x10d)}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':'key','name':a54i(0x14c),'description':a54i(0x119)},'successMessage':a54i(0x156),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a54i(0x124),'targetRoom':a54i(0x12e)}]},{'name':'Downtown\x20Seattle','description':a54i(0x107),'roomType':a54i(0xff),'exits':[{'direction':a54i(0x137),'targetRoom':a54i(0x12e)},{'direction':a54i(0x13d),'targetRoom':a54i(0x147)},{'direction':a54i(0x167),'targetRoom':a54i(0x101)}]},{'name':a54i(0x147),'description':a54i(0x132),'roomType':a54i(0xff),'puzzle':{'requiredPhrase':a54i(0x113),'riddle':a54i(0x158),'rewardItem':{'type':a54i(0x162),'name':a54i(0x145),'description':a54i(0x134)},'successMessage':a54i(0x11c),'failureMessage':a54i(0x14d)},'exits':[{'direction':'west','targetRoom':a54i(0x154)},{'direction':a54i(0x12c),'targetRoom':a54i(0x112)}]},{'name':a54i(0x101),'description':a54i(0x10b),'roomType':a54i(0x141),'items':[{'type':'creditstick','name':a54i(0x125),'description':a54i(0x102)},{'type':a54i(0x115),'name':a54i(0x10c),'description':a54i(0x11b)}],'exits':[{'direction':a54i(0x13d),'targetRoom':a54i(0x154)}]},{'name':a54i(0x112),'description':a54i(0x103),'roomType':a54i(0xff),'items':[{'type':a54i(0x108),'name':a54i(0x11a),'description':a54i(0x14f)}],'exits':[{'direction':a54i(0x137),'targetRoom':a54i(0x147)},{'direction':'north','targetRoom':'Mage\x27s\x20Lair'},{'direction':a54i(0x13d),'targetRoom':a54i(0x136)}]},{'name':a54i(0x139),'description':a54i(0x105),'roomType':a54i(0x141),'puzzle':{'requiredPhrase':a54i(0xf9),'riddle':a54i(0x135),'rewardItem':{'type':'amulet','name':a54i(0x152),'description':a54i(0xf4)},'successMessage':a54i(0x12a),'failureMessage':a54i(0x144)},'exits':[{'direction':a54i(0x137),'targetRoom':a54i(0x112)}]},{'name':a54i(0x136),'description':a54i(0xfb),'roomType':'inside','items':[{'type':a54i(0x13e),'name':a54i(0x163),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a54i(0x167),'targetRoom':a54i(0x112)}]}];
1
+ function a54c(){const j=['An\x20old\x20and\x20rusted\x20sword.','drone','A\x20key\x20stained\x20with\x20old\x20blood.','gem','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','inside','Sniper\x20Rifle','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20legendary\x20Holy\x20Grail.','apply','NORTH','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','toString','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','search','Encrypted\x20Data\x20Key','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','OUTSIDE','Watch\x20Tower','south','outside','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','creditstick','document','364251HUDGvs','The\x20chest\x20remains\x20firmly\x20shut.','A\x20thin\x20log\x20book','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','SOUTH','Blood-stained\x20Key','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Torture\x20Chamber','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','decrypt','Guard\x27s\x20Log\x20Book','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Barrens\x20Entrance','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','2omAYGk','Matrix\x20Data\x20Haven','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','open\x20sesame','Corporate\x20Creditstick','west','Treasure\x20Room','Rigger\x27s\x20Workshop','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','889KhFUkd','248069ugPqUx','848166UoIuvq','Armory','Courtyard','key','Mage\x27s\x20Lair','Holy\x20Grail','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','That\x20passcode\x20is\x20incorrect','865SIRhiQ','7518zcOAfC','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Corp\x20Enclave','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','east','amulet','book','cup','Central\x20Chamber','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Nothing\x20happens.','insert\x20gem','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Central\x20Chamber\x20Key','down','CorpSec\x20Plans','Chad\x20the\x20stupid\x20guard','shield','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','576OvIDad','Library','show\x20loyalty','Golden\x20Key','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Barrens\x20Hideout','holyGrail','Downtown\x20Seattle','north','constructor','EAST','A\x20clear\x20glass\x20vial.','Entrance\x20Hall','Gang\x20Insignia','Empty\x20vial','867032FULwnA','4336MOMcrc','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Jackpoint\x20Login','Study','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Golden\x20Chalice','(((.+)+)+)+$','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Amulet\x20of\x20Awakening','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','2270tOrAAe','weapon','Alchemy\x20Lab'];a54c=function(){return j;};return a54c();}const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=parseInt(f(0x12d))/0x1*(-parseInt(f(0x123))/0x2)+parseInt(f(0x114))/0x3+parseInt(f(0x15a))/0x4+parseInt(f(0x136))/0x5*(parseInt(f(0x137))/0x6)+parseInt(f(0x12c))/0x7*(-parseInt(f(0x15b))/0x8)+-parseInt(f(0x14b))/0x9*(-parseInt(f(0x167))/0xa)+-parseInt(f(0x12e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x2ad67));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x173)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0x176)]()['search']('(((.+)+)+)+$')[h(0x176)]()[h(0x154)](a54a)[h(0x179)](h(0x162));});a54a();export const rooms=[{'name':a54i(0x14c),'description':a54i(0x166),'isStartRoom':!![],'items':[{'type':a54i(0x131),'name':a54i(0x14e),'description':a54i(0x117)},{'type':'book','name':a54i(0x11f),'description':a54i(0x116),'content':a54i(0x148)}],'exits':[{'direction':a54i(0x155),'targetRoom':'Secret\x20Passage'}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a54i(0x174),'targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a54i(0x119),'targetRoom':a54i(0x130)}]},{'name':a54i(0x129),'description':a54i(0x144),'items':[{'type':a54i(0x151),'name':a54i(0x133),'description':a54i(0x172)}]},{'name':a54i(0x130),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a54i(0x10d),'exits':[{'direction':'UP','targetRoom':a54i(0x10e)}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a54i(0x10d),'puzzle':{'requiredPhrase':'secret123','riddle':a54i(0x163),'rewardItem':{'type':'rifle','name':a54i(0x170),'description':'A\x20long-range\x20weapon.'},'successMessage':'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','failureMessage':a54i(0x135)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a54i(0x16e),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a54i(0x126),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':'key','name':a54i(0x145),'description':a54i(0x11d)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a54i(0x142)},'exits':[{'direction':a54i(0x153),'targetRoom':'Study'},{'direction':a54i(0x13c),'targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':'Study','description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':a54i(0x13e),'name':'Riddle\x20Book','description':a54i(0x165),'content':a54i(0x15f)},{'type':a54i(0x131),'name':'Central\x20Chamber\x20Key','description':a54i(0x11d)}],'exits':[{'direction':'south','targetRoom':a54i(0x157)},{'direction':a54i(0x13c),'targetRoom':a54i(0x169)}]},{'name':a54i(0x169),'description':a54i(0x171),'roomType':a54i(0x16f),'items':[{'type':'basic','name':a54i(0x159),'description':a54i(0x156)}],'exits':[{'direction':a54i(0x128),'targetRoom':a54i(0x15e)},{'direction':a54i(0x153),'targetRoom':a54i(0x12f)}]},{'name':'Armory','description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a54i(0x16f),'items':[{'type':a54i(0x149),'name':'Emblem\x20Shield','description':a54i(0x175)},{'type':'sword','name':'Rusted\x20Sword','description':a54i(0x16a)}],'exits':[{'direction':a54i(0x10f),'targetRoom':a54i(0x169)},{'direction':'east','targetRoom':a54i(0x140)}]},{'name':a54i(0x140),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a54i(0x16f),'exits':[{'direction':a54i(0x128),'targetRoom':a54i(0x12f)},{'direction':a54i(0x10f),'targetRoom':a54i(0x157)},{'direction':a54i(0x153),'targetRoom':a54i(0x11c)},{'direction':a54i(0x13c),'targetRoom':a54i(0x129)}]},{'name':a54i(0x11c),'description':a54i(0x14f),'roomType':a54i(0x16f),'items':[{'type':a54i(0x131),'name':a54i(0x11a),'description':a54i(0x16c)}],'puzzle':{'requiredPhrase':'release','riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a54i(0x16d),'name':'Ancient\x20Gem','description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a54i(0x17b)},'exits':[{'direction':'south','targetRoom':a54i(0x140)}]},{'name':a54i(0x129),'description':a54i(0x138),'roomType':a54i(0x16f),'puzzle':{'requiredPhrase':a54i(0x143),'riddle':a54i(0x134),'rewardItem':{'type':a54i(0x13f),'name':a54i(0x161),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a54i(0x115)},'exits':[{'direction':a54i(0x128),'targetRoom':a54i(0x140)}]}];function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x10d;let f=c[d];return f;},a54d(a,b);}export const shadowrunConfig=[{'name':a54i(0x15d),'description':a54i(0x141),'isStartRoom':!![],'roomType':a54i(0x16f),'exits':[{'direction':'north','targetRoom':a54i(0x152)},{'direction':'up','targetRoom':a54i(0x124)}]},{'name':a54i(0x124),'description':a54i(0x125),'roomType':a54i(0x16f),'puzzle':{'requiredPhrase':a54i(0x11e),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a54i(0x131),'name':a54i(0x17a),'description':a54i(0x178)},'successMessage':a54i(0x15c),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a54i(0x146),'targetRoom':a54i(0x15d)}]},{'name':a54i(0x152),'description':a54i(0x11b),'roomType':'outside','exits':[{'direction':a54i(0x10f),'targetRoom':a54i(0x15d)},{'direction':'east','targetRoom':a54i(0x121)},{'direction':'west','targetRoom':a54i(0x13a)}]},{'name':'Barrens\x20Entrance','description':a54i(0x120),'roomType':a54i(0x110),'puzzle':{'requiredPhrase':a54i(0x14d),'riddle':a54i(0x122),'rewardItem':{'type':a54i(0x131),'name':a54i(0x158),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a54i(0x160)},'exits':[{'direction':'west','targetRoom':'Downtown\x20Seattle'},{'direction':'north','targetRoom':a54i(0x150)}]},{'name':a54i(0x13a),'description':a54i(0x111),'roomType':a54i(0x16f),'items':[{'type':a54i(0x112),'name':a54i(0x127),'description':a54i(0x177)},{'type':a54i(0x113),'name':a54i(0x147),'description':a54i(0x12b)}],'exits':[{'direction':a54i(0x13c),'targetRoom':'Downtown\x20Seattle'}]},{'name':a54i(0x150),'description':a54i(0x118),'roomType':'outside','items':[{'type':a54i(0x168),'name':'Ares\x20Predator','description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a54i(0x10f),'targetRoom':'Barrens\x20Entrance'},{'direction':a54i(0x153),'targetRoom':a54i(0x132)},{'direction':a54i(0x13c),'targetRoom':a54i(0x12a)}]},{'name':'Mage\x27s\x20Lair','description':a54i(0x14a),'roomType':'inside','puzzle':{'requiredPhrase':'disenchant','riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a54i(0x13d),'name':a54i(0x164),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a54i(0x139),'failureMessage':a54i(0x13b)},'exits':[{'direction':'south','targetRoom':a54i(0x150)}]},{'name':'Rigger\x27s\x20Workshop','description':a54i(0x17c),'roomType':a54i(0x16f),'items':[{'type':a54i(0x16b),'name':'MCT\x20Fly-Spy','description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':'west','targetRoom':a54i(0x150)}]}];
@@ -1 +1 @@
1
- var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0xe0))/0x1*(-parseInt(f(0xed))/0x2)+-parseInt(f(0xf4))/0x3*(parseInt(f(0x104))/0x4)+parseInt(f(0xfb))/0x5*(-parseInt(f(0xec))/0x6)+parseInt(f(0xeb))/0x7*(parseInt(f(0xf6))/0x8)+-parseInt(f(0xde))/0x9+parseInt(f(0xfd))/0xa*(parseInt(f(0xf7))/0xb)+-parseInt(f(0xe5))/0xc*(-parseInt(f(0xdd))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x92ce8));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0xee)]()[g(0xfa)](g(0xfe))[g(0xee)]()[g(0xf1)](a55a)[g(0xfa)](g(0xfe));});a55a();function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xd9;var f=c[d];return f;},a55d(a,b);}function a55c(){var i=['logger','1mrjTIB','_currentLocation','_logger','shape','solved','32988pDDYAv','puzzle','items','isLockable','roomB','uuid','210zbyISM','18VIaULn','1178596ErHcGq','toString','size','rooms','constructor','player','_inventory','18255WALctL','isLocked','177000yzdaRJ','7578406cevYFH','weight','roomA','search','1538795ZwaCTW','roomType','10aHbNqd','(((.+)+)+)+$','rating','texture','inventory','description','unlockItemOrSolution','28CbBold','_equipment','category','name','characterLocations','_playerName','exits','507hvNfhU','4338117maJuxY'];a55c=function(){return i;};return a55c();}import{EventEmitter}from'events';export class AbstractScene{[a55h(0xf0)];[a55h(0xf2)];[a55h(0xdf)];[a55h(0xda)];}export class AbstractRoom extends EventEmitter{[a55h(0xd9)];[a55h(0x102)];[a55h(0xdc)];[a55h(0x101)];[a55h(0xe6)];[a55h(0xfc)];['isStartRoom'];}export class AbstractDoor{[a55h(0xf9)];[a55h(0xe9)];[a55h(0xf5)];[a55h(0x103)];[a55h(0xd9)];['logger'];[a55h(0xe8)];}export class AbstractInventory{[a55h(0xe7)];[a55h(0xdf)];}export class AbstractItem{[a55h(0xea)];[a55h(0xd9)];[a55h(0x102)];[a55h(0xef)];[a55h(0x106)];[a55h(0xe3)];['color'];[a55h(0x100)];[a55h(0xff)];[a55h(0xf8)];}export class AbstractPlayer{[a55h(0xdb)];[a55h(0xe1)];[a55h(0xf3)];[a55h(0x105)];['_maxCarryingWeight'];[a55h(0xe2)];}export class AbstractPuzzle{[a55h(0xdf)];[a55h(0xe4)];}
1
+ var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1a7))/0x1+-parseInt(f(0x1ad))/0x2*(-parseInt(f(0x1ac))/0x3)+parseInt(f(0x1c3))/0x4+parseInt(f(0x1a9))/0x5+parseInt(f(0x1b1))/0x6*(parseInt(f(0x1b9))/0x7)+parseInt(f(0x1c0))/0x8*(-parseInt(f(0x1a2))/0x9)+-parseInt(f(0x1bd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x3e953));function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x19e;var f=c[d];return f;},a55d(a,b);}var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0x1be)]()[g(0x1b5)](g(0x1a1))[g(0x1be)]()['constructor'](a55a)[g(0x1b5)](g(0x1a1));});a55a();function a55c(){var i=['1646872DzjcYf','exits','_playerName','roomType','(((.+)+)+)+$','199161gteFCt','_inventory','name','rooms','roomB','480384GlHCHf','rating','2477580zyLNFe','uuid','puzzle','3HztaTG','920956Isvlxo','inventory','shape','unlockItemOrSolution','3870LDNyxB','roomA','_logger','logger','search','category','color','characterLocations','273GlGSVC','isLocked','_equipment','description','6340150JvKWXb','toString','size','8Ztvkrm','_maxCarryingWeight','weight'];a55c=function(){return i;};return a55c();}import{EventEmitter}from'events';export class AbstractScene{[a55h(0x1a5)];['player'];[a55h(0x1b4)];[a55h(0x1b8)];}export class AbstractRoom extends EventEmitter{[a55h(0x1a4)];['description'];[a55h(0x19e)];[a55h(0x1ae)];[a55h(0x1ab)];[a55h(0x1a0)];['isStartRoom'];}export class AbstractDoor{[a55h(0x1b2)];[a55h(0x1a6)];[a55h(0x1ba)];[a55h(0x1b0)];[a55h(0x1a4)];['logger'];['isLockable'];}export class AbstractInventory{['items'];[a55h(0x1b4)];}export class AbstractItem{[a55h(0x1aa)];[a55h(0x1a4)];[a55h(0x1bc)];[a55h(0x1bf)];[a55h(0x1b6)];[a55h(0x1af)];[a55h(0x1b7)];['texture'];[a55h(0x1a8)];[a55h(0x1c2)];}export class AbstractPlayer{[a55h(0x19f)];['_currentLocation'];[a55h(0x1a3)];[a55h(0x1bb)];[a55h(0x1c1)];[a55h(0x1b3)];}export class AbstractPuzzle{[a55h(0x1b4)];['solved'];}
@@ -1 +1 @@
1
- (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x23f))/0x1*(parseInt(k(0x1de))/0x2)+parseInt(k(0x20c))/0x3*(parseInt(k(0x1e7))/0x4)+-parseInt(k(0x20f))/0x5*(-parseInt(k(0x1ee))/0x6)+-parseInt(k(0x212))/0x7+-parseInt(k(0x204))/0x8+-parseInt(k(0x22a))/0x9*(-parseInt(k(0x20b))/0xa)+-parseInt(k(0x205))/0xb*(-parseInt(k(0x22c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xf295a));export var Size;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x1db;var f=c[d];return f;},a56d(a,b);}(function(a){var l=a56d;a[l(0x220)]='tiny',a[l(0x21d)]='small',a[l(0x1fc)]='medium',a[l(0x203)]=l(0x211),a[l(0x1ed)]=l(0x209);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0x231)]='common',a[m(0x1e5)]=m(0x22b),a['Legendary']=m(0x23c);}(Rating||(Rating={})));export var Category;function a56c(){var v=['Purple','Grey','Orange','Small','green','TOWER','Tiny','beach','east','NORTH','search','LegArmor','Hat','Rough','cup','inside','9ktePhd','rare','7162788MiYVmS','INSIDE','Rifle','Metallic','Cup','Common','Square','hat','leg\x20armor','desert','DESERT','Shield','BEACH','west','metallic','shield','legendary','MOUNTAIN','constructor','357447EhNPTT','rifle','red','SOUTH','2OeRoxC','triangle','forest','Key','square','Blue','gold','Rare','grey','4uMgQLh','Red','Yellow','north','tower','Boots','VeryLarge','6435534KVJwLW','apply','key','rough','purple','Weapon','unknown','(((.+)+)+)+$','weapon','UNDERGROUND','bumpy','toString','south','helmet','Medium','grainy','arm\x20armor','outside','Book','cave','Smooth','Large','12741816CfQBmY','11sGgfEq','smooth','Gloves','sea','very\x20large','gloves','12861950eAcYPY','1073553QSrEFi','Helmet','Brown','5dpAgsc','Unknown','large','2588138JGNXys','Circle','yellow','ArmArmor','CAVE','down','Fuzzy','book'];a56c=function(){return v;};return a56c();}(function(c){var p=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var n=a56d;if(h){var j=h[n(0x1ef)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var o=a56d;return e[o(0x1f9)]()[o(0x224)](o(0x1f5))[o(0x1f9)]()[o(0x23e)](e)[o(0x224)](o(0x1f5));});e(),c[p(0x1f3)]=p(0x1f6),c[p(0x237)]=p(0x23b),c[p(0x1e1)]=p(0x1f0),c[p(0x207)]=p(0x20a),c[p(0x20d)]=p(0x1fb),c[p(0x226)]=p(0x233),c[p(0x1ec)]='boots',c[p(0x225)]=p(0x234),c[p(0x215)]=p(0x1fe),c['BodyArmor']='body\x20armor',c[p(0x200)]=p(0x219),c[p(0x230)]=p(0x228),c[p(0x210)]=p(0x1f4);}(Category||(Category={})));export var Shape;(function(a){var q=a56d;a[q(0x213)]='circle',a[q(0x232)]=q(0x1e2),a['Triangle']=q(0x1df),a['Rectangle']='rectangle',a['Blade']='blade',a[q(0x22e)]=q(0x1db);}(Shape||(Shape={})));export var Color;(function(a){var r=a56d;a[r(0x1e8)]=r(0x1dc),a[r(0x1e3)]='blue',a['Green']=r(0x21e),a[r(0x1e9)]=r(0x214),a[r(0x21c)]='orange',a[r(0x21a)]=r(0x1f2),a[r(0x21b)]=r(0x1e6),a[r(0x20e)]='brown',a['Gold']=r(0x1e4);}(Color||(Color={})));export var Texture;(function(a){var s=a56d;a[s(0x202)]=s(0x206),a[s(0x227)]=s(0x1f1),a['Bumpy']=s(0x1f8),a[s(0x218)]='fuzzy',a['Grainy']=s(0x1fd),a[s(0x22f)]=s(0x23a);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a56d;a[t(0x22d)]=t(0x229),a['OUTSIDE']=t(0x1ff),a[t(0x1f7)]='underground',a[t(0x216)]=t(0x201),a[t(0x21f)]=t(0x1eb),a['FOREST']=t(0x1e0),a[t(0x236)]=t(0x235),a[t(0x23d)]='mountain',a[t(0x238)]=t(0x221),a['SEA']=t(0x208);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x223)]=u(0x1ea),a['EAST']=u(0x222),a[u(0x1dd)]=u(0x1fa),a['WEST']=u(0x239),a['UP']='up',a['DOWN']=u(0x217);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0xe6))/0x1*(parseInt(k(0xe8))/0x2)+-parseInt(k(0xbf))/0x3*(-parseInt(k(0xc9))/0x4)+-parseInt(k(0xc0))/0x5+-parseInt(k(0xf5))/0x6*(-parseInt(k(0xc7))/0x7)+parseInt(k(0xf7))/0x8*(-parseInt(k(0xf6))/0x9)+parseInt(k(0xfc))/0xa*(parseInt(k(0x10f))/0xb)+parseInt(k(0xc8))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x74dc9));export var Size;(function(a){var l=a56d;a[l(0xf2)]='tiny',a[l(0xf8)]=l(0x102),a[l(0xef)]=l(0xca),a[l(0xe4)]='large',a['VeryLarge']='very\x20large';}(Size||(Size={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xad;var f=c[d];return f;},a56d(a,b);}export var Rating;(function(a){var m=a56d;a[m(0xd3)]=m(0x10e),a[m(0xad)]='rare',a['Legendary']=m(0xd1);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0xcf)]=n(0xe1),a[n(0xae)]=n(0xbe),a[n(0xd0)]=n(0x10a),a[n(0xf4)]=n(0xb0),a[n(0xdf)]=n(0xdb),a[n(0xed)]=n(0xfa),a['Boots']='boots',a[n(0xec)]=n(0xd2),a[n(0x108)]=n(0xfb),a['BodyArmor']=n(0xdd),a['Book']=n(0xe0),a[n(0x104)]=n(0xdc),a[n(0xb1)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a['Circle']=o(0xbd),a[o(0x100)]=o(0x103),a['Triangle']='triangle',a[o(0xb9)]=o(0xb8),a[o(0xcc)]=o(0xb6),a[o(0x10b)]=o(0xcb);}(Shape||(Shape={})));function a56c(){var u=['helmet','cup','body\x20armor','search','Helmet','book','weapon','grainy','Smooth','Large','down','281275lorXVa','green','4cXiCqR','(((.+)+)+)+$','CAVE','forest','LegArmor','Hat','inside','Medium','metallic','Brown','Tiny','smooth','Gloves','3939972zFPNrb','11709cebELn','5632dTXCsZ','Small','constructor','hat','arm\x20armor','2710OESmYo','south','Rough','MOUNTAIN','Square','tower','small','square','Cup','UNDERGROUND','NORTH','Green','ArmArmor','red','key','Rifle','Yellow','yellow','common','7216InXulF','Bumpy','SOUTH','SEA','Rare','Shield','blue','gloves','Unknown','Blue','Grey','WEST','north','blade','EAST','rectangle','Rectangle','beach','fuzzy','FOREST','circle','shield','393UWavKZ','4214815uSukri','toString','bumpy','rough','west','mountain','OUTSIDE','7tABglX','8905956guDPfO','3004lcaVAL','medium','rifle','Blade','Purple','grey','Weapon','Key','legendary','leg\x20armor','Common','sea','cave','gold','TOWER','DESERT','INSIDE','underground'];a56c=function(){return u;};return a56c();}export var Color;(function(c){var q=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a56d;return e[p(0xc1)]()[p(0xde)](p(0xe9))[p(0xc1)]()[p(0xf9)](e)['search'](p(0xe9));});e(),c['Red']=q(0x109),c[q(0xb2)]=q(0xaf),c[q(0x107)]=q(0xe7),c[q(0x10c)]=q(0x10d),c['Orange']='orange',c[q(0xcd)]='purple',c[q(0xb3)]=q(0xce),c[q(0xf1)]='brown',c['Gold']=q(0xd6);}(Color||(Color={})));export var Texture;(function(a){var r=a56d;a[r(0xe3)]=r(0xf3),a[r(0xfe)]=r(0xc3),a[r(0x110)]=r(0xc2),a['Fuzzy']=r(0xbb),a['Grainy']=r(0xe2),a['Metallic']=r(0xf0);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a56d;a[s(0xd9)]=s(0xee),a[s(0xc6)]='outside',a[s(0x105)]=s(0xda),a[s(0xea)]=s(0xd5),a[s(0xd7)]=s(0x101),a[s(0xbc)]=s(0xeb),a[s(0xd8)]='desert',a[s(0xff)]=s(0xc5),a['BEACH']=s(0xba),a[s(0x112)]=s(0xd4);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a56d;a[t(0x106)]=t(0xb5),a[t(0xb7)]='east',a[t(0x111)]=t(0xfd),a[t(0xb4)]=t(0xc4),a['UP']='up',a['DOWN']=t(0xe5);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x8e))/0x1*(-parseInt(f(0x8a))/0x2)+parseInt(f(0x8d))/0x3*(-parseInt(f(0x83))/0x4)+parseInt(f(0x82))/0x5+parseInt(f(0x87))/0x6+-parseInt(f(0x8b))/0x7+parseInt(f(0x8c))/0x8*(-parseInt(f(0x89))/0x9)+parseInt(f(0x86))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x52626));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x85)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x84)]()['search'](h(0x8f))[h(0x84)]()[h(0x90)](a57a)[h(0x88)](h(0x8f));});function a57c(){var i=['toString','apply','11548370NOneKj','2661804OXlxqy','search','30816dFLjQC','244AFyqSm','922341QiVQHI','1504RjzvBn','9PpDnnk','3161ASoKzL','(((.+)+)+)+$','constructor','300995hFiXdP','213476CHkcsz'];a57c=function(){return i;};return a57c();}function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x82;var f=c[d];return f;},a57d(a,b);}a57a();export{};
1
+ (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x15a))/0x1+parseInt(f(0x160))/0x2*(-parseInt(f(0x165))/0x3)+-parseInt(f(0x162))/0x4+-parseInt(f(0x15c))/0x5+-parseInt(f(0x164))/0x6+parseInt(f(0x15e))/0x7+-parseInt(f(0x159))/0x8*(-parseInt(f(0x163))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x6922a));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x158)]()[h(0x15b)](h(0x161))[h(0x158)]()[h(0x15d)](a57a)[h(0x15b)](h(0x161));});function a57c(){var i=['search','2882725YvPqwb','constructor','5653704KmZzRg','apply','10cCLbtb','(((.+)+)+)+$','3298512aEQCKZ','9EMPfBH','2687268tiEXVB','426009kSKnaq','toString','11247304fYMZIT','776115uZWfjs'];a57c=function(){return i;};return a57c();}a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x158;var f=c[d];return f;},a57d(a,b);}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1f2))/0x1+-parseInt(f(0x1f6))/0x2*(parseInt(f(0x1ef))/0x3)+parseInt(f(0x1ed))/0x4*(parseInt(f(0x1f0))/0x5)+parseInt(f(0x1f3))/0x6+-parseInt(f(0x1f4))/0x7*(parseInt(f(0x1f9))/0x8)+parseInt(f(0x1ee))/0x9*(parseInt(f(0x1eb))/0xa)+-parseInt(f(0x1f7))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xeaf4a));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1eb;var f=c[d];return f;},a58d(a,b);}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1f1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1fa)]()[h(0x1ec)](h(0x1f8))['toString']()[h(0x1f5)](a58a)[h(0x1ec)](h(0x1f8));});function a58c(){var i=['14839979ftSAYt','(((.+)+)+)+$','1392foCgUb','toString','4580HffEdz','search','304bHkWRW','2583VUyvBc','2154NgMTrL','89715ncyNGp','apply','1842517wGaXRJ','10755888yRJQwj','56728smVSoy','constructor','3924jwZusA'];a58c=function(){return i;};return a58c();}a58a();export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xac))/0x1*(-parseInt(f(0xad))/0x2)+parseInt(f(0xa2))/0x3*(parseInt(f(0xa7))/0x4)+parseInt(f(0x9e))/0x5*(parseInt(f(0xa5))/0x6)+-parseInt(f(0xaa))/0x7+parseInt(f(0xa1))/0x8*(parseInt(f(0x9d))/0x9)+-parseInt(f(0xa0))/0xa*(parseInt(f(0xa8))/0xb)+-parseInt(f(0xab))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x2d23a));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xa3)]()[h(0xa4)](h(0x9f))[h(0xa3)]()[h(0xa9)](a58a)[h(0xa4)](h(0x9f));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x9d;var f=c[d];return f;},a58d(a,b);}function a58c(){var i=['80rvUGsN','32dRugrx','1000341xuQfMl','toString','search','633450EGqbgY','apply','4dDjmTK','100573UYAJFH','constructor','378434OFwXAF','6060096BHYRng','23qgMPgC','10616GwqAvB','100908aTyLrJ','15cCCrDF','(((.+)+)+)+$'];a58c=function(){return i;};return a58c();}a58a();export{};
@@ -1 +1 @@
1
- const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=parseInt(y(0xcb))/0x1+-parseInt(y(0xdd))/0x2+-parseInt(y(0xfd))/0x3+-parseInt(y(0x10a))/0x4+-parseInt(y(0xeb))/0x5*(parseInt(y(0xe9))/0x6)+parseInt(y(0x118))/0x7*(parseInt(y(0xf7))/0x8)+parseInt(y(0xf0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x5c922));import a59e from'blessed';import{capitalCase}from'change-case';function a59c(){const I=['2432504yXmaNq','equipment','----->>>>>>\x20Initializing\x20Game','search','screen','torso','1832781IdoCEf','player','render','split','unlock','handleInput','box','rightHand','checkIfLocked','removeAllListeners','focus','10%','Arms:\x20','788636EVgnDs','\x20(Unlocked)','size','feet','textbox','\x20Map\x20','exits','key','Gloves:\x20','\x20Equipment\x20','None','Available\x20exits\x20will\x20be\x20shown\x20here...','constructor','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','14KwbgmU','parse','getOtherSide','append','slice','inventory','apply','25%','(((.+)+)+)+$','clear','log','equip','setContent','45%','\x20(Locked)','Currently\x20in:\x20','join','Head:\x20','getValue','logFilePath','checkIfLockable','518365hypJrX','Legs:\x20','currentLocation','OUTSIDE','toString','name','getWelcomeMessage','unequip','yellow','logBox','<<<<<<<<---------\x20Terminating\x20game','gloves','head','pushLine','lock','forEach','map','20%','98360uBDgRa','scroll','take','getAllItems','Thanks\x20for\x20playing!','75%','mousemove','roomType','legs','Right\x20Hand:\x20','getInstance','\x0aThere\x20are\x20no\x20exits\x20here.','12xBaScd','90%','1189795AvLSMr','escape','argv','\x20Inventory\x20','\x20Game\x20Log\x20','5272767mavplh','leftHand','exit','Torso:\x20','line','Feet:\x20','cyan'];a59c=function(){return I;};return a59c();}import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0xb7;let f=c[d];return f;},a59d(a,b);}export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0xbc)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0xcf)]()['search'](A(0xbe))[A(0xcf)]()[A(0x116)](g)[A(0xfa)](A(0xbe));});g();try{const h=a59e[B(0xfb)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a59e[B(0x103)]({'top':'0%','left':B(0xe2),'width':B(0xbd),'height':'45%','border':{'type':B(0xf4)},'label':B(0xee),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xd3)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xe0)]()[C(0xdb)](v=>v[C(0xd0)]);i[C(0xc2)](u[C(0xc6)]('\x0a')),h[C(0xff)]();};h[B(0xb9)](i);const k=a59e['box']({'top':B(0xc3),'left':B(0xe2),'width':B(0xbd),'height':'25%','border':{'type':B(0xf4)},'label':B(0x113),'content':B(0x117),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xd3)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k['setContent'](D(0xc7)+(t[D(0xd7)]?t['head'][D(0xd0)]:'None')+'\x0a'+(D(0xf3)+(t[D(0xfc)]?t['torso']['name']:D(0x114))+'\x0a')+(D(0xcc)+(t[D(0xe5)]?t[D(0xe5)][D(0xd0)]:D(0x114))+'\x0a')+(D(0xf5)+(t[D(0x10d)]?t[D(0x10d)][D(0xd0)]:D(0x114))+'\x0a')+(D(0x109)+(t['arms']?t['arms'][D(0xd0)]:'None')+'\x0a')+(D(0x112)+(t[D(0xd6)]?t['gloves'][D(0xd0)]:'None')+'\x0a')+('Left\x20Hand:\x20'+(t[D(0xf1)]?t['leftHand'][D(0xd0)]:D(0x114))+'\x0a')+(D(0xe6)+(t[D(0x104)]?t['rightHand']['name']:D(0x114))+'\x0a')),h['render']();},m=a59e[B(0x103)]({'top':'70%','left':B(0xe2),'width':'25%','height':B(0xdc),'border':{'type':B(0xf4)},'label':B(0x10f),'content':B(0x115),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xd3)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xb9)](m);const n=t=>{const E=B;let u=E(0xc5)+t['name']+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t['exits'][E(0x10c)]>0x0?t[E(0x110)][E(0xda)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0xb8)](t);x[F(0xe4)]===RoomType[F(0xce)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x105)]())u+=F(0xc4);else v[F(0xca)]()&&(u+=F(0x10b));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xe8),m[E(0xc2)](u),h[E(0xff)]();},o=a59e[B(0x103)]({'id':B(0xd4),'top':'0%','left':'0%','width':'75%','height':B(0xea),'border':{'type':'line'},'label':B(0xef),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xd3)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x106)](B(0xe3)),h['append'](o);const p=a59e[B(0x10e)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x108),'tags':!![],'border':{'type':B(0xf4)},'style':{'fg':'white','border':{'fg':B(0xf6)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xb9)](p),h['key']([B(0xec),'C-c'],()=>process[B(0xf2)](0x0)),p[B(0x107)](),h['render']();const q=Logger['getInstance'](e[B(0xc9)],h),r=new Player({'playerName':c});q['write'](B(0xf9));const s=a59f[B(0xe7)](r,d);o[B(0xc2)](s[B(0xd1)]()),l(s[B(0xfe)]['equipment']),j(s[B(0xfe)][B(0xbb)]),n(s['player'][B(0xcd)]),p[B(0x111)](['enter'],async()=>{const G=B,t=p[G(0xc8)](),u=s[G(0x102)](t);(t[G(0x100)]('\x20')[0x0]===G(0xdf)||G(0xc1)||G(0xd2))&&(j(s['player'][G(0xbb)]),l(s[G(0xfe)][G(0xf8)])),(t[G(0x100)]('\x20')[0x0]==='go'||G(0xd9)||G(0x101))&&n(s['player'][G(0xcd)]),t[G(0x100)]('\x20')[0x0]===G(0xbf)&&o[G(0xc2)](''),u===null&&(console[G(0xc0)](G(0xe1)),h[G(0xff)](),q['write'](G(0xd5)),process[G(0xf2)](0x0)),o[G(0xd8)](u),o[G(0xde)](0x1),p['clearValue'](),p[G(0x107)](),h['render']();});}catch(t){console[B(0xc0)](t),process[B(0xf2)](0x1);}}const args=process[a59H(0xed)][a59H(0xba)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a59H(0xb7)](args[0x2]));
1
+ function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a59d(a,b);}const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1bd))/0x1+-parseInt(y(0x1c5))/0x2*(-parseInt(y(0x1b2))/0x3)+-parseInt(y(0x1f6))/0x4+-parseInt(y(0x205))/0x5+-parseInt(y(0x1bf))/0x6+parseInt(y(0x207))/0x7+parseInt(y(0x1fd))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x62ec0));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a59c(){const I=['11484816ayOCCm','currentLocation','rightHand','\x20Game\x20Log\x20','gloves','join','Head:\x20','size','2848310NPuidz','getInstance','3635464qflYKC','render','OUTSIDE','line','scroll','log','25%','6NhihlG','lock','yellow','feet','Torso:\x20','clearValue','textbox','name','parse','arms','getOtherSide','302457KfrfDP','forEach','4460382GxCzRz','Feet:\x20','20%','write','Thanks\x20for\x20playing!','map','617074TiPcwU','Gloves:\x20','C-c','player','handleInput','box','(((.+)+)+)+$','setContent','logFilePath','Left\x20Hand:\x20','Currently\x20in:\x20','100%','inventory','<<<<<<<<---------\x20Terminating\x20game','exit','apply','equip','constructor','getValue','\x0aThere\x20are\x20no\x20exits\x20here.','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20Map\x20','\x20Inventory\x20','90%','70%','None','\x20Equipment\x20','slice','Arms:\x20','enter','append','head','leftHand','75%','10%','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','split','equipment','take','legs','exits','45%','Legs:\x20','\x20(Unlocked)','roomType','focus','----->>>>>>\x20Initializing\x20Game','search','key','2205312IcMzrA','screen','argv','torso','unequip','Side\x20Quest\x20Adventure\x20Game','logBox'];a59c=function(){return I;};return a59c();}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0x1d4)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g['toString']()[A(0x1f4)](A(0x1cb))['toString']()[A(0x1d6)](g)[A(0x1f4)](A(0x1cb));});g();try{const h=a59e[B(0x1f7)]({'smartCSR':!![],'title':B(0x1fb)}),i=a59e[B(0x1ca)]({'top':'0%','left':B(0x1e6),'width':B(0x20d),'height':B(0x1ee),'border':{'type':B(0x20a)},'label':B(0x1db),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x1c4)](v=>v[C(0x1b9)]);i[C(0x1cc)](u[C(0x202)]('\x0a')),h['render']();};h[B(0x1e3)](i);const k=a59e[B(0x1ca)]({'top':B(0x1ee),'left':B(0x1e6),'width':B(0x20d),'height':B(0x20d),'border':{'type':'line'},'label':B(0x1df),'content':B(0x1e8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1e3)](k);const l=t=>{const D=B;k[D(0x1cc)](D(0x203)+(t[D(0x1e4)]?t['head']['name']:D(0x1de))+'\x0a'+(D(0x1b6)+(t[D(0x1f9)]?t['torso']['name']:D(0x1de))+'\x0a')+(D(0x1ef)+(t[D(0x1ec)]?t[D(0x1ec)][D(0x1b9)]:D(0x1de))+'\x0a')+(D(0x1c0)+(t[D(0x1b5)]?t[D(0x1b5)][D(0x1b9)]:'None')+'\x0a')+(D(0x1e1)+(t[D(0x1bb)]?t[D(0x1bb)]['name']:D(0x1de))+'\x0a')+(D(0x1c6)+(t[D(0x201)]?t[D(0x201)][D(0x1b9)]:D(0x1de))+'\x0a')+(D(0x1ce)+(t[D(0x1e5)]?t[D(0x1e5)][D(0x1b9)]:D(0x1de))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x1ff)]?t[D(0x1ff)][D(0x1b9)]:D(0x1de))+'\x0a')),h['render']();},m=a59e[B(0x1ca)]({'top':B(0x1dd),'left':B(0x1e6),'width':B(0x20d),'height':B(0x1c1),'border':{'type':B(0x20a)},'label':B(0x1da),'content':B(0x1d9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x1cf)+t[E(0x1b9)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x1ed)][E(0x204)]>0x0?t[E(0x1ed)][E(0x1be)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1bc)](t);x[F(0x1f1)]===RoomType[F(0x209)]?u+=capitalCase(w)+':\x20'+x[F(0x1b9)]:u+=capitalCase(w)+':\x20'+v[F(0x1b9)];if(v['checkIfLocked']())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=F(0x1f0));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1d8),m[E(0x1cc)](u),h[E(0x208)]();},o=a59e[B(0x1ca)]({'id':B(0x1fc),'top':'0%','left':'0%','width':'75%','height':B(0x1dc),'border':{'type':B(0x20a)},'label':B(0x200),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners']('mousemove'),h['append'](o);const p=a59e[B(0x1b8)]({'bottom':0x0,'left':0x0,'width':B(0x1d0),'height':B(0x1e7),'tags':!![],'border':{'type':B(0x20a)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1e3)](p),h[B(0x1f5)](['escape',B(0x1c7)],()=>process[B(0x1d3)](0x0)),p['focus'](),h[B(0x208)]();const q=Logger[B(0x206)](e[B(0x1cd)],h),r=new Player({'playerName':c});q[B(0x1c2)](B(0x1f3));const s=a59f[B(0x206)](r,d);o[B(0x1cc)](s['getWelcomeMessage']()),l(s['player'][B(0x1ea)]),j(s[B(0x1c8)][B(0x1d1)]),n(s[B(0x1c8)][B(0x1fe)]),p['key']([B(0x1e2)],async()=>{const G=B,t=p[G(0x1d7)](),u=s[G(0x1c9)](t);(t[G(0x1e9)]('\x20')[0x0]===G(0x1eb)||G(0x1d5)||G(0x1fa))&&(j(s[G(0x1c8)][G(0x1d1)]),l(s['player'][G(0x1ea)])),(t[G(0x1e9)]('\x20')[0x0]==='go'||G(0x1b3)||'unlock')&&n(s['player']['currentLocation']),t[G(0x1e9)]('\x20')[0x0]==='clear'&&o[G(0x1cc)](''),u===null&&(console['log'](G(0x1c3)),h[G(0x208)](),q['write'](G(0x1d2)),process['exit'](0x0)),o['pushLine'](u),o[G(0x20b)](0x1),p[G(0x1b7)](),p[G(0x1f2)](),h[G(0x208)]();});}catch(t){console[B(0x20c)](t),process['exit'](0x1);}}const args=process[a59H(0x1f8)][a59H(0x1e0)](0x2);main(args[0x0],JSON[a59H(0x1ba)](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- const a60j=a60d;function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1dc;let f=c[d];return f;},a60d(a,b);}(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x1e5))/0x1+-parseInt(h(0x1eb))/0x2+parseInt(h(0x1ff))/0x3*(parseInt(h(0x1ed))/0x4)+-parseInt(h(0x1e7))/0x5*(-parseInt(h(0x1dc))/0x6)+parseInt(h(0x1ee))/0x7+-parseInt(h(0x1fe))/0x8+parseInt(h(0x202))/0x9*(-parseInt(h(0x1fc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xb967c));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const i=a60d;return a60a['toString']()[i(0x1e6)](i(0x1f2))[i(0x201)]()[i(0x1e9)](a60a)[i(0x1e6)]('(((.+)+)+)+$');});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';function a60c(){const r=['write','setContent','screen','toISOString','The\x20logbox\x20','19730KXuvcd','appendFileSync','9265904JnxckJ','762564HvbMZc','[ERROR]\x20[','toString','2052zNtfum','ensureLogFileExists','join','instance','30QAqsht','error','type','filePath','log','writeFileSync','scrollTo','getScrollHeight','[INFO]\x20[','893177taBaaR','search','513695RIaHHN','children','constructor','logBox','1734258DewbyV','content','8cLVBMg','9235681ViLFxe','box','render','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','(((.+)+)+)+$','.maka','existsSync','hasScreen','dirname'];a60c=function(){return r;};return a60c();}const homeDir=a60f['homedir']();export class Logger{static [a60j(0x205)];['filePath'];[a60j(0x1f9)];constructor(a,b){const k=a60j;this[k(0x1df)]=a,this[k(0x1f9)]=b,this[k(0x203)]();}static['getInstance'](a=a60g[a60j(0x204)](homeDir,a60j(0x1f3),'side-quest.log'),b){const l=a60j;if(!Logger['instance']){if(!b)throw new Error(l(0x1f1));Logger[l(0x205)]=new Logger(a,b);}return Logger[l(0x205)];}[a60j(0x203)](){const m=a60j,a=a60g[m(0x1f6)](this[m(0x1df)]);!a60e[m(0x1f4)](a)&&a60e['mkdirSync'](a,{'recursive':!![]}),!a60e[m(0x1f4)](this[m(0x1df)])&&a60e[m(0x1e1)](this[m(0x1df)],'');}[a60j(0x1f7)](a){const n=a60j,b=new Date()[n(0x1fa)](),c=n(0x1e4)+b+']\x20'+a+'\x0a';a60e[n(0x1fd)](this[n(0x1df)],c);}[a60j(0x1dd)](a){const o=a60j,b=new Date()[o(0x1fa)](),c=o(0x200)+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this[o(0x1df)],c);}[a60j(0x1e0)](a){const p=a60j,b=this[p(0x1f9)]?.[p(0x1e8)]['find'](c=>c[p(0x1de)]===p(0x1ef)&&c['options']['id']===p(0x1ea));b?(b[p(0x1f8)](b[p(0x1ec)]+'\x0a'+a),b[p(0x1e2)](b[p(0x1e3)]()),this[p(0x1f9)]?.[p(0x1f0)]()):this[p(0x1dd)](p(0x1fb)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[p(0x1f9)]),this[p(0x1f7)](a);}[a60j(0x1f5)](){const q=a60j;return!!this[q(0x1f9)];}}
1
+ function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x123;let f=c[d];return f;},a60d(a,b);}const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x133))/0x1*(-parseInt(h(0x128))/0x2)+-parseInt(h(0x135))/0x3+-parseInt(h(0x138))/0x4*(-parseInt(h(0x12f))/0x5)+parseInt(h(0x125))/0x6+-parseInt(h(0x145))/0x7+parseInt(h(0x14e))/0x8+parseInt(h(0x126))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x6a30e));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x14d)]()[j(0x134)](j(0x136))['toString']()[j(0x142)](a60a)[j(0x134)]('(((.+)+)+)+$');});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';function a60c(){const s=['render','write','logBox','apply','writeFileSync','constructor','homedir','appendFileSync','5445643DJxlpZ','toISOString','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','.maka','screen','error','box','children','toString','4846832ZIjKaq','side-quest.log','dirname','3912234gxBGAV','6932403DeSPSO','type','126650tMllIK','instance','getScrollHeight','getInstance','setContent','existsSync','ensureLogFileExists','857435DaxDRt','join','filePath','mkdirSync','2vshKeK','search','2580270TBMOia','(((.+)+)+)+$','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','4haqDKD','[INFO]\x20[','hasScreen','[ERROR]\x20[','content'];a60c=function(){return s;};return a60c();}const homeDir=a60f[a60k(0x143)]();export class Logger{static [a60k(0x129)];['filePath'];['screen'];constructor(a,b){const l=a60k;this[l(0x131)]=a,this[l(0x149)]=b,this[l(0x12e)]();}static[a60k(0x12b)](a=a60g[a60k(0x130)](homeDir,a60k(0x148),a60k(0x123)),b){const m=a60k;if(!Logger[m(0x129)]){if(!b)throw new Error(m(0x147));Logger[m(0x129)]=new Logger(a,b);}return Logger[m(0x129)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x124)](this['filePath']);!a60e[n(0x12d)](a)&&a60e[n(0x132)](a,{'recursive':!![]}),!a60e[n(0x12d)](this[n(0x131)])&&a60e[n(0x141)](this['filePath'],'');}['write'](a){const o=a60k,b=new Date()['toISOString'](),c=o(0x139)+b+']\x20'+a+'\x0a';a60e[o(0x144)](this[o(0x131)],c);}[a60k(0x14a)](a){const p=a60k,b=new Date()[p(0x146)](),c=p(0x13b)+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this[p(0x131)],c);}['log'](a){const q=a60k,b=this[q(0x149)]?.[q(0x14c)]['find'](c=>c[q(0x127)]===q(0x14b)&&c['options']['id']===q(0x13f));b?(b[q(0x12c)](b[q(0x13c)]+'\x0a'+a),b['scrollTo'](b[q(0x12a)]()),this['screen']?.[q(0x13d)]()):this[q(0x14a)]('The\x20logbox\x20'+b+q(0x137)+this[q(0x149)]),this[q(0x13e)](a);}[a60k(0x13a)](){const r=a60k;return!!this[r(0x149)];}}
@@ -1 +1 @@
1
- function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a61d(a,b);}const a61m=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x1dc))/0x1*(-parseInt(k(0x1d0))/0x2)+parseInt(k(0x1c7))/0x3+-parseInt(k(0x1cf))/0x4+-parseInt(k(0x1c6))/0x5+parseInt(k(0x1de))/0x6*(-parseInt(k(0x1d6))/0x7)+-parseInt(k(0x1c5))/0x8*(parseInt(k(0x1d3))/0x9)+parseInt(k(0x1da))/0xa*(parseInt(k(0x1d2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x69dfe));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const l=a61d;return a61a[l(0x1cb)]()[l(0x1d5)](l(0x1cd))[l(0x1cb)]()[l(0x1e7)](a61a)['search']('(((.+)+)+)+$');});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a61c(){const p=['(((.+)+)+)+$','Thanks\x20for\x20playing!','2304820rgkqSR','2FVARxE','resolve','11bhtIfc','145674IzZaVV','./sideQuest/ui.js','search','77KvXCfL','maka\x20play:side-quest','side-quest.log','What\x20is\x20your\x20name?','9265150sLsljQ','create','750549yUypQI','exit','223302aEfWFm','url','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','inherit','log','dungeon','player','stringify','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','constructor','sideQuestAnswer','Play\x20a\x20little\x20side-quest','join','216jcyrkT','2484810KKhxed','2028522UftUUb','getGlobalMakaDir','list','Commoner','toString','node'];a61c=function(){return p;};return a61c();}const __filename=fileURLToPath(import.meta[a61m(0x1df)]),__dirname=dirname(__filename);Command[a61m(0x1db)]({'name':'side-quest','usage':a61m(0x1d7),'shortDesc':a61m(0x1e9),'aliases':['sq'],'description':a61m(0x1e0),'validOpts':[a61m(0x1e4)]},async function(a,b){const n=a61m;try{const c=this['fsi'][n(0x1c8)](),d=a61e[n(0x1c4)](c,n(0x1d8)),e=b[n(0x1e4)]?b[n(0x1e4)]:await Actions['ask'](n(0x1d9))||n(0x1ca),f={...b,'logFilePath':d},g={'type':n(0x1c9),'name':n(0x1e8),'message':n(0x1e6),'choices':[{'name':n(0x1e3),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(n(0x1cc),[a61e[n(0x1d1)](__dirname,n(0x1d4)),e,JSON[n(0x1e5)](h),JSON['stringify'](f)],{'stdio':n(0x1e1)});i['on'](n(0x1dd),()=>{const o=n;console[o(0x1e2)](o(0x1ce));});}}catch(j){console[n(0x1e2)](j);}},a61f);
1
+ const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x1db))/0x1+-parseInt(k(0x1dc))/0x2*(-parseInt(k(0x1e3))/0x3)+-parseInt(k(0x1e7))/0x4*(parseInt(k(0x1f2))/0x5)+parseInt(k(0x1ee))/0x6+-parseInt(k(0x1d6))/0x7+parseInt(k(0x1e8))/0x8+parseInt(k(0x1f3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x82e28));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x1d5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x1ec)]()['search'](m(0x1f0))[m(0x1ec)]()[m(0x1d4)](a61a)['search'](m(0x1f0));});a61a();import a61e from'path';import{spawn}from'child_process';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1d2;let f=c[d];return f;},a61d(a,b);}import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a61c(){const q=['3218957PAvlqd','exit','sideQuestAnswer','side-quest.log','log','552788nTtOZz','292uTLAwF','join','What\x20is\x20your\x20name?','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','create','stringify','side-quest','18561YVMCEP','getGlobalMakaDir','player','Commoner','1892OscjgH','1205232MhnzoB','Thanks\x20for\x20playing!','node','url','toString','Play\x20a\x20little\x20side-quest','1997742gGytVA','shadowrun','(((.+)+)+)+$','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','1130kdurbe','2418552VtzVGk','resolve','list','constructor','apply'];a61c=function(){return q;};return a61c();}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0x1eb)]),__dirname=dirname(__filename);Command[a61n(0x1e0)]({'name':a61n(0x1e2),'usage':'maka\x20play:side-quest','shortDesc':a61n(0x1ed),'aliases':['sq'],'description':a61n(0x1df),'validOpts':['player']},async function(a,b){const o=a61n;try{const c=this['fsi'][o(0x1e4)](),d=a61e[o(0x1dd)](c,o(0x1d9)),e=b[o(0x1e5)]?b['player']:await Actions['ask'](o(0x1de))||o(0x1e6),f={...b,'logFilePath':d},g={'type':o(0x1d3),'name':o(0x1d8),'message':o(0x1f1),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x1ef),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x1ea),[a61e[o(0x1d2)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1e1)](h),JSON[o(0x1e1)](f)],{'stdio':'inherit'});i['on'](o(0x1d7),()=>{const p=o;console['log'](p(0x1e9));});}}catch(j){console[o(0x1da)](j);}},a61f);
@@ -1 +1 @@
1
- var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x143))/0x1+parseInt(f(0x149))/0x2*(-parseInt(f(0x13e))/0x3)+-parseInt(f(0x13b))/0x4+parseInt(f(0x147))/0x5*(parseInt(f(0x141))/0x6)+-parseInt(f(0x14d))/0x7*(-parseInt(f(0x142))/0x8)+-parseInt(f(0x13d))/0x9*(parseInt(f(0x14e))/0xa)+parseInt(f(0x13a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xade92));function a62c(){var k=['snake','2316ByuBCS','8RDusex','1235554bFDPDs','inherit','search','toString','2155oFRkhz','(((.+)+)+)+$','62278iDTxSt','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','npx\x20command-line-snake','constructor','2870441mkHJSr','428590eRmjnZ','apply','43300477nEoPQc','1862156QRZUZR','maka\x20game:snake','297jwaNBK','66jiBzTg','create'];a62c=function(){return k;};return a62c();}var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x146)]()['search'](h(0x148))['toString']()[h(0x14c)](a62a)[h(0x145)](h(0x148));});a62a();import a62e from'./play.command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x139;var f=c[d];return f;},a62d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0x13f)]({'name':a62i(0x140),'usage':a62i(0x13c),'shortDesc':a62i(0x14a),'validOpts':[]},async function(){var j=a62i;execSync(j(0x14b),{'stdio':j(0x144)});},a62e);
1
+ var a62h=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x165))/0x1+-parseInt(f(0x166))/0x2+-parseInt(f(0x162))/0x3+-parseInt(f(0x15e))/0x4*(parseInt(f(0x15d))/0x5)+-parseInt(f(0x160))/0x6*(parseInt(f(0x16a))/0x7)+parseInt(f(0x164))/0x8+parseInt(f(0x168))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x25b57));function a62c(){var j=['toString','195660mpEDYe','snake','779880EDdfdV','233087RZlPeX','216588LKOrjS','maka\x20game:snake','6268383aTxEFf','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','7wqbQLs','search','constructor','(((.+)+)+)+$','5fZXNQu','706796VTbLYJ','inherit','337302ftrDgM'];a62c=function(){return j;};return a62c();}var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var g=a62d;return a62a[g(0x161)]()['search'](g(0x15c))['toString']()[g(0x16c)](a62a)[g(0x16b)](g(0x15c));});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x15c;var f=c[d];return f;},a62d(a,b);}Command['create']({'name':a62h(0x163),'usage':a62h(0x167),'shortDesc':a62h(0x169),'validOpts':[]},async function(){var i=a62h;execSync('npx\x20command-line-snake',{'stdio':i(0x15f)});},a62e);
@@ -1 +1 @@
1
- function a63c(){var j=['12127ezyVBF','30YQCGCr','2569FeWLLl','maka\x20game:tetris','237415HCAotK','295821khxftK','1390xBuoIo','63480HxBSqv','207IFfTpy','2280PphzrP','constructor','search','(((.+)+)+)+$','create','toString','5032OLhLMG','58498zPdJsC','npx\x20simple-tetris'];a63c=function(){return j;};return a63c();}var a63h=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xb7))/0x1+-parseInt(f(0xac))/0x2+-parseInt(f(0xad))/0x3*(parseInt(f(0xae))/0x4)+-parseInt(f(0xbb))/0x5*(parseInt(f(0xb8))/0x6)+parseInt(f(0xb9))/0x7*(-parseInt(f(0xb4))/0x8)+-parseInt(f(0xbc))/0x9+parseInt(f(0xbd))/0xa*(parseInt(f(0xb5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x2bbbc));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0xb3)]()['search'](g(0xb1))['toString']()[g(0xaf)](a63a)[g(0xb0)](g(0xb1));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xac;var f=c[d];return f;},a63d(a,b);}Command[a63h(0xb2)]({'name':'tetris','usage':a63h(0xba),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var i=a63h;execSync(i(0xb6),{'stdio':'inherit'});},a63e);
1
+ function a63c(){var k=['create','28yFqJvm','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','391835vOxxTs','npx\x20simple-tetris','8749378KgTXCl','224956cMPwzj','constructor','3DgoHpz','5nteLsv','search','2793354mAepPW','tetris','2543283xjmYSu','5026970sAlUHN','inherit','784088PctwpS','toString','maka\x20game:tetris','2tpyBJF','apply'];a63c=function(){return k;};return a63c();}var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x139))/0x1*(parseInt(f(0x149))/0x2)+-parseInt(f(0x13e))/0x3*(parseInt(f(0x13c))/0x4)+parseInt(f(0x13f))/0x5*(-parseInt(f(0x141))/0x6)+-parseInt(f(0x14c))/0x7*(-parseInt(f(0x146))/0x8)+-parseInt(f(0x143))/0x9+-parseInt(f(0x144))/0xa+parseInt(f(0x13b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x42743));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x138;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x14a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x147)]()['search'](h(0x138))[h(0x147)]()[h(0x13d)](a63a)[h(0x140)](h(0x138));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0x14b)]({'name':a63i(0x142),'usage':a63i(0x148),'shortDesc':a63i(0x14d),'validOpts':[]},async function(){var j=a63i;execSync(j(0x13a),{'stdio':j(0x145)});},a63e);
@@ -1 +1 @@
1
- const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0xe8))/0x1*(-parseInt(f(0xe1))/0x2)+-parseInt(f(0xd8))/0x3+-parseInt(f(0xe6))/0x4+-parseInt(f(0xd6))/0x5*(-parseInt(f(0xcf))/0x6)+parseInt(f(0xda))/0x7+-parseInt(f(0xe3))/0x8+-parseInt(f(0xd1))/0x9*(-parseInt(f(0xdc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x63d0e));function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xce;let f=c[d];return f;},a64d(a,b);}const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xdb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a['toString']()[h(0xd2)](h(0xe5))[h(0xde)]()[h(0xd3)](a64a)[h(0xd2)](h(0xe5));});a64a();function a64c(){const k=['constructor','maka\x20g:route\x20todos/edit','maka\x20g:template\x20todos/todo_item','100755UMCHko','maka\x20g:scaffold\x20todos','1891107GRTSlr','where','2450168BGUCSM','apply','40xnXCFj','error','toString','slice','help','16ygTjeR','create','6498384wtDxgZ','Scaffold\x20various\x20parts\x20of\x20your\x20application','(((.+)+)+)+$','2193084qWCgdd','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','2366ZSKoWO','maka\x20g:dbc\x20geoserver\x20--type=pgsql','listGenerators','Could\x20not\x20find\x20generator','generate','216SwPdWr','maka\x20generate:scaffold\x20todos','3022317jazsnO','search'];a64c=function(){return k;};return a64c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64i(0xe2)]({'name':a64i(0xce),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':['dir',a64i(0xd9),a64i(0xe0)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0xe4),'description':a64i(0xe7),'examples':[a64i(0xd0),a64i(0xd7),a64i(0xd5),'maka\x20g:package\x20package:name',a64i(0xd4),'maka\x20g:api\x20trucks',a64i(0xe9)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b[j(0xe0)]?(Log['notice']('Generators:'),a64e[j(0xea)]()):Log[j(0xdd)](j(0xeb));throw new UsageError();}await d['invoke'](a[j(0xdf)](0x1),b);});
1
+ const a64i=a64d;function a64c(){const k=['toString','dir','maka\x20g:package\x20package:name','11KgQqyN','search','10115670HwrUOa','create','maka\x20g:dbc\x20geoserver\x20--type=pgsql','apply','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','3390756lWzwPN','maka\x20g:template\x20todos/todo_item','error','(((.+)+)+)+$','invoke','4ydxMSL','maka\x20{generate,\x20g}:<generator>\x20<name>','Could\x20not\x20find\x20generator','10GnHHsD','16815910BmQWya','4709528AQYZaI','13697775kNcLJp','slice','generate','3072120VmrKVm','maka\x20g:scaffold\x20todos','constructor','397604YfrzcO','maka\x20g:route\x20todos/edit','7JaSpEW'];a64c=function(){return k;};return a64c();}function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xe3;let f=c[d];return f;},a64d(a,b);}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0xee))/0x1*(parseInt(f(0x100))/0x2)+parseInt(f(0xeb))/0x3+-parseInt(f(0xfb))/0x4*(parseInt(f(0xe5))/0x5)+-parseInt(f(0xf6))/0x6*(-parseInt(f(0xf0))/0x7)+parseInt(f(0xe7))/0x8+-parseInt(f(0xe8))/0x9+-parseInt(f(0xe6))/0xa*(-parseInt(f(0xf4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xec41a));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0xf1)]()['search'](h(0xfe))[h(0xf1)]()[h(0xed)](a64a)[h(0xf5)](h(0xfe));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64i(0xf7)]({'name':a64i(0xea),'aliases':['g'],'usage':a64i(0xe3),'validOpts':[a64i(0xf2),'where','help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a64i(0xfa),'examples':['maka\x20generate:scaffold\x20todos',a64i(0xec),a64i(0xfc),a64i(0xf3),a64i(0xef),'maka\x20g:api\x20trucks',a64i(0xf8)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b['help']?(Log['notice']('Generators:'),a64e['listGenerators']()):Log[j(0xfd)](j(0xe4));throw new UsageError();}await d[j(0xff)](a[j(0xe9)](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0xe9))/0x1*(parseInt(f(0xee))/0x2)+parseInt(f(0xf0))/0x3*(parseInt(f(0xeb))/0x4)+-parseInt(f(0xf2))/0x5*(parseInt(f(0xf5))/0x6)+parseInt(f(0xf4))/0x7*(-parseInt(f(0xf3))/0x8)+-parseInt(f(0xf8))/0x9+-parseInt(f(0xea))/0xa+parseInt(f(0xec))/0xb*(parseInt(f(0xef))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x29fd3));function a65c(){var i=['27379jJuTqI','constructor','376onydNh','4668AuNgMQ','9tyNaxE','toString','10JErrls','809768NgxflS','14kJbsYj','407124OYunum','(((.+)+)+)+$','search','2987361TXMDAr','apply','633FnZVKZ','1363730NrGnDe','172296yDrHky'];a65c=function(){return i;};return a65c();}var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0xf1)]()['search'](h(0xf6))[h(0xf1)]()[h(0xed)](a65a)[h(0xf7)](h(0xf6));});a65a();function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xe9;var f=c[d];return f;},a65d(a,b);}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x10c))/0x1*(-parseInt(f(0x101))/0x2)+-parseInt(f(0xff))/0x3+-parseInt(f(0x104))/0x4*(parseInt(f(0x106))/0x5)+-parseInt(f(0x107))/0x6*(-parseInt(f(0xfe))/0x7)+-parseInt(f(0xfd))/0x8*(-parseInt(f(0x10b))/0x9)+-parseInt(f(0x103))/0xa*(-parseInt(f(0x108))/0xb)+parseInt(f(0x100))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xd6317));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x102)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x109)]()[h(0x10a)](h(0xfc))[h(0x109)]()[h(0x105)](a65a)[h(0x10a)](h(0xfc));});a65a();import'./get.command.js';import'./global.sub.cmd.js';function a65c(){var i=['constructor','5FwvtuR','312qxSKYz','11121Epmedn','toString','search','14804109bFYBQc','29409gnvjMN','(((.+)+)+)+$','8imKvMn','174769YggHVW','2508648cAOsAv','11531052ljqrQj','118LeVccM','apply','8610plPEHH','5303580CeBkjy'];a65c=function(){return i;};return a65c();}function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xfc;var f=c[d];return f;},a65d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xf8;let f=c[d];return f;},a66d(a,b);}const a66i=a66d;function a66c(){const k=['create','(((.+)+)+)+$','572551QXkUYB','6WbCRoD','753940ICzyFJ','3193160OCSGjZ','toString','299712Lluymd','299774LfhYPa','constructor','1321384qEuNnf','Sub-Command\x20not\x20found','225531kDnSFQ','search','runSubCommand','findSubCommand','apply','error'];a66c=function(){return k;};return a66c();}(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x101))/0x1+parseInt(f(0xfd))/0x2+parseInt(f(0xfc))/0x3+parseInt(f(0xff))/0x4+-parseInt(f(0xf9))/0x5+parseInt(f(0xf8))/0x6*(-parseInt(f(0x109))/0x7)+-parseInt(f(0xfa))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x2a776));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x105)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()[h(0x102)](h(0x108))[h(0xfb)]()[h(0xfe)](a66a)[h(0x102)](h(0x108));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0x107)]({'name':'get','usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x104)](c);if(d)this[j(0x103)](c,a,b);else{Log[j(0x106)](j(0x100));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x119))/0x1+parseInt(f(0x111))/0x2*(parseInt(f(0x114))/0x3)+parseInt(f(0x11b))/0x4+-parseInt(f(0x106))/0x5*(-parseInt(f(0x11a))/0x6)+parseInt(f(0x10b))/0x7*(-parseInt(f(0x110))/0x8)+-parseInt(f(0x10a))/0x9*(parseInt(f(0x10d))/0xa)+parseInt(f(0x116))/0xb*(-parseInt(f(0x10c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x79264));function a66c(){const k=['(((.+)+)+)+$','search','174571drNbLz','2399874ewiEOY','1515784FiltDm','10ggDcue','apply','Get\x20various\x20Maka\x20variables\x20and\x20configurations','toString','9GqsmHq','730429lmxiEX','492zNfaiW','6727010vUCewJ','maka\x20get:<sub-command>','get','40MlAThS','116eqwbVR','Sub-Command\x20not\x20found','runSubCommand','45834RAKUIa','findSubCommand','53603dfGnvJ'];a66c=function(){return k;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x106;let f=c[d];return f;},a66d(a,b);}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x107)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x109)]()[h(0x118)](h(0x117))[h(0x109)]()['constructor'](a66a)[h(0x118)](h(0x117));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a66i(0x10f),'usage':a66i(0x10e),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x108),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x115)](c);if(d)this[j(0x113)](c,a,b);else{Log['error'](j(0x112));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x72))/0x1*(-parseInt(f(0x6f))/0x2)+-parseInt(f(0x81))/0x3*(-parseInt(f(0x6e))/0x4)+parseInt(f(0x84))/0x5*(-parseInt(f(0x7b))/0x6)+parseInt(f(0x6c))/0x7*(parseInt(f(0x79))/0x8)+-parseInt(f(0x7d))/0x9*(-parseInt(f(0x71))/0xa)+-parseInt(f(0x73))/0xb*(parseInt(f(0x78))/0xc)+-parseInt(f(0x74))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x6f827));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x77)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()[h(0x80)](h(0x82))[h(0x85)]()[h(0x70)](a67a)['search'](h(0x82));});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-0x6c;let f=c[d];return f;},a67d(a,b);}function a67c(){const k=['search','3zXerSh','(((.+)+)+)+$','fsi','5LMYXZZ','toString','56qdKUFO','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','313612JQSano','831862xlPYah','constructor','40BONjbI','1chCyhq','446314AWXJKl','6161324XUEkRj','getGlobalConfig','maka\x20get:global-config','apply','36Yqszzy','713816Ivpada','error','1625358XkSElm','global-config','259101PjrHsl','create','log'];a67c=function(){return k;};return a67c();}Command[a67i(0x7e)]({'name':a67i(0x7c),'usage':a67i(0x76),'aliases':['gc'],'shortDesc':a67i(0x6d),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x83)][j(0x75)]();console[j(0x7f)](a),process['exit'](0x0);}catch(b){console[j(0x7a)](b),process['exit'](0x0);}},a67e);
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x174))/0x1+-parseInt(f(0x184))/0x2*(parseInt(f(0x188))/0x3)+parseInt(f(0x181))/0x4+parseInt(f(0x17a))/0x5*(parseInt(f(0x189))/0x6)+parseInt(f(0x175))/0x7*(-parseInt(f(0x176))/0x8)+-parseInt(f(0x186))/0x9*(-parseInt(f(0x179))/0xa)+-parseInt(f(0x17c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xa7041));function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x173;let f=c[d];return f;},a67d(a,b);}const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()['search']('(((.+)+)+)+$')[h(0x17b)]()['constructor'](a67a)['search'](h(0x17e));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x178)]({'name':a67i(0x183),'usage':a67i(0x17d),'aliases':['gc'],'shortDesc':a67i(0x17f),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x180)][j(0x173)]();console[j(0x177)](a),process[j(0x187)](0x0);}catch(b){console[j(0x182)](b),process[j(0x187)](0x0);}},a67e);function a67c(){const k=['7bnLhKP','8252632SMJJjN','log','create','1135430zmmLVY','1205XDKLxg','toString','225445pRoNsF','maka\x20get:global-config','(((.+)+)+)+$','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','fsi','4409948rLicSe','error','global-config','960412VjROMd','apply','36qmKqKS','exit','6znCvhW','27522WxPqqt','getGlobalConfig','34457DnMSxl'];a67c=function(){return k;};return a67c();}
@@ -1 +1 @@
1
- const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x122))/0x1+-parseInt(f(0x129))/0x2+parseInt(f(0x125))/0x3*(parseInt(f(0x121))/0x4)+-parseInt(f(0x12c))/0x5*(-parseInt(f(0x126))/0x6)+parseInt(f(0x11d))/0x7*(-parseInt(f(0x12b))/0x8)+parseInt(f(0x119))/0x9+parseInt(f(0x120))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x2c5ed));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x11f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x123)]()['search'](h(0x11a))['toString']()['constructor'](a68a)[h(0x127)]('(((.+)+)+)+$');});function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x119;let f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';function a68c(){const k=['1891251yBKAxd','(((.+)+)+)+$','log','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','6503ZEsSHj','local-config','apply','1943060TLuEeG','11496fZUeyt','315830LVAjhL','toString','getProjectConfig','102tAqiSh','22326oSOHOz','search','fsi','461594haakre','maka\x20get:local-config','1000HMxQVc','460umgtNH','create'];a68c=function(){return k;};return a68c();}Command[a68i(0x12d)]({'name':a68i(0x11e),'usage':a68i(0x12a),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x11c),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x128)][j(0x124)]();console[j(0x11b)](a);},a68e);
1
+ function a68c(){const k=['constructor','1208459DpIUER','fsi','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','maka\x20get:local-config','create','2987076HCTngE','930MXPWiP','(((.+)+)+)+$','29592deJRde','apply','8ZdbUrk','log','4217520HxAjaW','toString','3357438OdIuoj','72337MnOiLg','19500063qNUIic','4JYvFPN','search','5klPWvZ'];a68c=function(){return k;};return a68c();}const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x157))/0x1*(parseInt(f(0x152))/0x2)+-parseInt(f(0x14d))/0x3*(-parseInt(f(0x144))/0x4)+parseInt(f(0x146))/0x5*(parseInt(f(0x156))/0x6)+parseInt(f(0x148))/0x7+parseInt(f(0x154))/0x8+-parseInt(f(0x150))/0x9*(-parseInt(f(0x14e))/0xa)+-parseInt(f(0x143))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x79c6b));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x155)]()[h(0x145)](h(0x14f))[h(0x155)]()[h(0x147)](a68a)['search'](h(0x14f));});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x143;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';Command[a68i(0x14c)]({'name':'local-config','usage':a68i(0x14b),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x14a),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x149)]['getProjectConfig']();console[j(0x153)](a);},a68e);
@@ -1 +1 @@
1
- const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0x115))/0x1+-parseInt(g(0x102))/0x2+parseInt(g(0x110))/0x3+-parseInt(g(0x104))/0x4*(-parseInt(g(0x107))/0x5)+-parseInt(g(0x119))/0x6+parseInt(g(0x103))/0x7+-parseInt(g(0x113))/0x8*(parseInt(g(0xff))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x364d4));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x106)]()[i(0x116)](i(0x105))[i(0x106)]()[i(0xfe)](a69a)[i(0x116)]('(((.+)+)+)+$');});a69a();function a69c(){const l=['userId','exit','token','User\x20Access\x20Token:\x20\x20','396045JRDaCS','maka\x20get:whoami','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','1014752DhiszG','whoami','435259GwOTYF','search','error','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','2443224IcLzSg','apply','constructor','36MmODhI','notice','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','70058HqnIGM','2309503eBVfBw','8ZiyDjG','(((.+)+)+)+$','toString','687065jiuRDE','join','hash','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','create'];a69c=function(){return l;};return a69c();}import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xfd;let f=c[d];return f;},a69d(a,b);}Command[a69j(0x10b)]({'name':a69j(0x114),'usage':a69j(0x111),'shortDesc':a69j(0x118),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this['fsi']['getGlobalConfig']();if(a[k(0x109)]){const b=a69f['decode'](a[k(0x109)]);Log[k(0x100)](k(0x101)+b?.['user']),Log[k(0x100)](k(0x10a)+a[k(0x10e)]?.[k(0x10c)]),Log['notice'](k(0x10f)+a['token']?.['authToken']),Log[k(0x100)](k(0x112)+b?.['roles'][k(0x108)](',\x20'));}}catch(c){console[k(0x117)](c),process[k(0x10d)](0x0);}},a69e);
1
+ const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x151;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0x164))/0x1+-parseInt(g(0x152))/0x2*(parseInt(g(0x15a))/0x3)+parseInt(g(0x15e))/0x4+parseInt(g(0x15d))/0x5*(-parseInt(g(0x163))/0x6)+parseInt(g(0x154))/0x7+-parseInt(g(0x15f))/0x8+-parseInt(g(0x15b))/0x9*(parseInt(g(0x162))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x9d370));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x161)]()[i(0x167)](i(0x151))[i(0x161)]()['constructor'](a69a)['search'](i(0x151));});function a69c(){const l=['create','98015JKqguZ','4385432mAQfWH','3830672dpPTBO','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','toString','2233330JtGDAz','78TvbESo','762882LtLpUA','maka\x20get:whoami','getGlobalConfig','search','join','userId','apply','whoami','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','notice','(((.+)+)+)+$','778EOnEBu','error','1838123GiHvsN','hash','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','exit','User\x20Access\x20Token:\x20\x20','4017lClQgs','9EkvhJI'];a69c=function(){return l;};return a69c();}a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x15c)]({'name':a69j(0x16b),'usage':a69j(0x165),'shortDesc':a69j(0x16c),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this['fsi'][k(0x166)]();if(a[k(0x155)]){const b=a69f['decode'](a[k(0x155)]);Log['notice'](k(0x160)+b?.['user']),Log[k(0x16e)](k(0x156)+a['token']?.[k(0x169)]),Log[k(0x16e)](k(0x159)+a['token']?.['authToken']),Log[k(0x16e)](k(0x16d)+b?.[k(0x157)][k(0x168)](',\x20'));}}catch(c){console[k(0x153)](c),process[k(0x158)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x140))/0x1+-parseInt(f(0x143))/0x2+-parseInt(f(0x147))/0x3+parseInt(f(0x13d))/0x4+parseInt(f(0x141))/0x5*(-parseInt(f(0x146))/0x6)+parseInt(f(0x144))/0x7+-parseInt(f(0x13e))/0x8*(-parseInt(f(0x148))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe8a54));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x142)]()[h(0x13b)]('(((.+)+)+)+$')[h(0x142)]()['constructor'](a70a)[h(0x13b)](h(0x13f));});function a70c(){var j=['8xiiqLF','(((.+)+)+)+$','678596MPEiKv','2311080qjyDtG','toString','361622utIgxP','6730689XgloMG','apply','12VOOaPH','2018040mwQTeU','297369OuIQCZ','Try,\x20maka\x20--help','help','search','create','4230700LkFPVC'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x139;var f=c[d];return f;},a70d(a,b);}import{UsageError}from'../error.js';Command[a70i(0x13c)]({'name':a70i(0x13a),'description':a70i(0x139),'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(0x1fd))/0x1*(parseInt(f(0x1f4))/0x2)+-parseInt(f(0x1f6))/0x3+parseInt(f(0x1f1))/0x4*(-parseInt(f(0x1f3))/0x5)+-parseInt(f(0x1f9))/0x6+parseInt(f(0x1f5))/0x7*(parseInt(f(0x1ee))/0x8)+-parseInt(f(0x1f8))/0x9*(-parseInt(f(0x1fa))/0xa)+-parseInt(f(0x1f2))/0xb*(-parseInt(f(0x1fc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x1f262));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x1fb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x1fe)]()['search'](h(0x1ef))[h(0x1fe)]()['constructor'](a70a)['search'](h(0x1ef));});function a70c(){var j=['842724mFafhQ','40ZWRyao','apply','9192uKyuaf','3727pmlYcI','toString','16CrOaKf','(((.+)+)+)+$','Try,\x20maka\x20--help','4UsJOsX','825jzTTHH','18230jbRvPL','46aUSjCo','502733WvpFqf','595173TkALug','create','412353JTGoIz'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1ee;var f=c[d];return f;},a70d(a,b);}import{UsageError}from'../error.js';Command[a70i(0x1f7)]({'name':'help','description':a70i(0x1f0),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a71m=a71d;(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0xaf))/0x1+-parseInt(j(0xc5))/0x2+-parseInt(j(0xc4))/0x3+-parseInt(j(0xc0))/0x4*(parseInt(j(0xcf))/0x5)+-parseInt(j(0xd3))/0x6*(parseInt(j(0xab))/0x7)+parseInt(j(0xc2))/0x8*(parseInt(j(0xb0))/0x9)+parseInt(j(0xcc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xb7bcc));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a[l(0xbe)]()['search'](l(0xc7))[l(0xbe)]()[l(0xc9)](a71a)[l(0xbd)](l(0xc7));});a71a();import a71e from'path';function a71c(){const o=['7315404McfwZH','7EfJyuP','utf-8','\x0a[+]\x20Documentation\x20written\x20to\x20','jsdoc','276967tsDVOM','657fbdNaS','writeFileSync','\x20-d\x20','docs','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','stop','app/private','app/public','config','\x20-r\x20app','\x20-c\x20','closure','maka\x20jsdoc','search','toString','.+\x5c.(j|t)s(doc|x)?$','100SELckn','apply','136264DOYCWm','sep','1874538fTkUXf','1107046bnSPIp','inherit','(((.+)+)+)+$','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','constructor','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','fsi','26430400SVcvUD','logWithSpinner','app/node_modules','202645Hixfgq','join','logNotice','logError'];a71c=function(){return o;};return a71c();}function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xab;let f=c[d];return f;},a71d(a,b);}import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a71m(0xae),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a71m(0xb4),'examples':['maka\x20jsdoc\x20--init',a71m(0xbc)],'validOpts':[]},function(){const n=a71m,a=a71e[n(0xd0)](this[n(0xcb)]['pathFromProject']({}),n(0xb3)+a71e[n(0xc3)]),b=a71e[n(0xd0)](this['fsi']['pathFromProject']({}),n(0xb8),'jsdoc-config.json'),c=this[n(0xcb)]['pathFromProject']({}),d=n(0xae);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0xbb)]},'source':{'includePattern':n(0xbf),'excludePattern':n(0xc8),'exclude':['app/packages',n(0xce),n(0xb7),n(0xb6)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xac)}};a71f[n(0xb1)](b,JSON['stringify'](g,null,0x4));}const f=this[n(0xcd)]('Running\x20'+d);try{const h=d+n(0xba)+b+n(0xb9)+a71e['sep']+n(0xb2)+a;execSync(h,{'cwd':c,'stdio':n(0xc6)}),this[n(0xd1)](n(0xad)+a);}catch(i){this[n(0xd2)](i),this['logError'](n(0xca));}finally{f[n(0xb5)]();}});
1
+ const a71l=a71d;function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x125;let f=c[d];return f;},a71d(a,b);}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0x12b))/0x1+parseInt(j(0x142))/0x2*(-parseInt(j(0x147))/0x3)+parseInt(j(0x126))/0x4*(parseInt(j(0x13b))/0x5)+parseInt(j(0x145))/0x6+parseInt(j(0x14d))/0x7*(parseInt(j(0x13f))/0x8)+-parseInt(j(0x125))/0x9+-parseInt(j(0x133))/0xa*(parseInt(j(0x138))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdfd69));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const k=a71d;return a71a[k(0x129)]()['search']('(((.+)+)+)+$')[k(0x129)]()[k(0x148)](a71a)[k(0x12c)](k(0x13a));});a71a();import a71e from'path';import a71f from'fs';function a71c(){const n=['sep','4527657ztwjWl','332kFbQAF','logError','create','toString','maka\x20jsdoc','842288fzuELb','search','maka\x20jsdoc\x20--init','closure','app/private','logWithSpinner','\x20-r\x20app','\x0a[+]\x20Documentation\x20written\x20to\x20','10nvygSX','stop','\x20-c\x20','Running\x20','logNotice','16645772vhHSKk','jsdoc','(((.+)+)+)+$','48005wbwxCE','app/node_modules','join','pathFromProject','776WPFWVM','app/public','\x20-d\x20','172006eTvUTg','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','utf-8','1798704YgybbO','fsi','21dCFSDd','constructor','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','config','jsdoc-config.json','115192YoWpPQ','.+\x5c.(j|t)s(doc|x)?$','docs','writeFileSync'];a71c=function(){return n;};return a71c();}import{execSync}from'child_process';import{Command}from'../command.js';Command[a71l(0x128)]({'name':a71l(0x139),'usage':a71l(0x12a),'mustBeInMakaProject':!![],'shortDesc':a71l(0x14a),'examples':[a71l(0x12d),a71l(0x12a)],'validOpts':[]},function(){const m=a71l,a=a71e['join'](this[m(0x146)][m(0x13e)]({}),m(0x14f)+a71e[m(0x151)]),b=a71e[m(0x13d)](this[m(0x146)]['pathFromProject']({}),m(0x14b),m(0x14c)),c=this[m(0x146)][m(0x13e)]({}),d=m(0x139);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x139),m(0x12e)]},'source':{'includePattern':m(0x14e),'excludePattern':m(0x143),'exclude':['app/packages',m(0x13c),m(0x140),m(0x12f)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x144)}};a71f[m(0x150)](b,JSON['stringify'](g,null,0x4));}const f=this[m(0x130)](m(0x136)+d);try{const h=d+m(0x135)+b+m(0x131)+a71e[m(0x151)]+m(0x141)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[m(0x137)](m(0x132)+a);}catch(i){this[m(0x127)](i),this[m(0x127)](m(0x149));}finally{f[m(0x134)]();}});
@@ -1 +1 @@
1
- function a72c(){const u=['All\x20good!\x20:)','bright','410739gDPuvH','eslint/eslintrc.json','eslint-plugin-css','join','isFile','constructor','586917Obuaaw','953524BwdRcS','fsi','error','eslint-plugin-react','imports','create','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','8789193gBkjOY','toString','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','eslint','loadFormatter','apply','notice','push','19761uhYTDN','1007448cjpTEm','(((.+)+)+)+$','1808mEMdJp','outputFixes','fix','findAppDirectory','format','.eslintrc.json','1885WiEmkG','1516EWAPkO','length','template','maka\x20lint\x20--fix','lintFiles','search','installNpmPackage'];a72c=function(){return u;};return a72c();}const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=-parseInt(p(0x123))/0x1+parseInt(p(0x124))/0x2+parseInt(p(0x11d))/0x3+parseInt(p(0x13d))/0x4*(parseInt(p(0x13c))/0x5)+-parseInt(p(0x134))/0x6+-parseInt(p(0x133))/0x7*(parseInt(p(0x136))/0x8)+parseInt(p(0x12b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x53158));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a['toString']()[r(0x119)](r(0x135))[r(0x12c)]()[r(0x122)](a72a)['search']('(((.+)+)+)+$');});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x118;let f=c[d];return f;},a72d(a,b);}a72a();import a72e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0x129)]({'name':'lint','usage':'maka\x20lint','maxArgLength':0x1,'validOpts':[a72s(0x138)],'mustBeInMakaProject':!![],'shortDesc':a72s(0x12a),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a72s(0x140)]},async function(a,b){const t=a72s;try{const c=this[t(0x125)][t(0x139)](),d=this['fsi']['checkNpmPackage']('eslint'),f=this[t(0x125)]['checkNpmPackage']('eslint-plugin-react'),g=this[t(0x125)]['checkNpmPackage'](t(0x11f)),h=[];!d&&h[t(0x132)](t(0x12e));!f&&h['push'](t(0x127));!g&&h['push'](t(0x11f));h[t(0x13e)]>0x0&&await this[t(0x125)][t(0x11a)](h[t(0x120)]('\x20'),{'dev':!![]});const i=this['fsi'][t(0x121)](a72e[t(0x120)](c,t(0x13b)));if(!i){const n={'noRename':!![]};await this[t(0x125)][t(0x13f)]({'srcPath':t(0x11e),'destPath':a72e[t(0x120)](c,t(0x13b)),'framework':'service','context':n});}const j=new ESLint(),k=await j[t(0x118)]([a72e['join'](c,t(0x128),'**')]),l=await j[t(0x12f)]('stylish'),m=l[t(0x13a)](k);m[t(0x13e)]>0x0?Log[t(0x11c)](m):Log['success'](t(0x11b)),Log[t(0x131)]('Lint\x20results\x20for\x20'+c+'/imports'),b['fix']?await ESLint[t(0x137)](k):Log[t(0x131)](t(0x12d));}catch(o){console[t(0x126)](o);}});
1
+ const a72s=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xa9;let f=c[d];return f;},a72d(a,b);}(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0xa9))/0x1+-parseInt(p(0xad))/0x2*(parseInt(p(0xb5))/0x3)+parseInt(p(0xca))/0x4+-parseInt(p(0xd4))/0x5+parseInt(p(0xb7))/0x6*(-parseInt(p(0xc3))/0x7)+-parseInt(p(0xc7))/0x8*(parseInt(p(0xac))/0x9)+parseInt(p(0xd2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x614c4));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0xaf)]()['search']('(((.+)+)+)+$')[r(0xaf)]()['constructor'](a72a)[r(0xab)](r(0xbe));});a72a();import a72e from'path';import{ESLint}from'eslint';function a72c(){const u=['6sBlcKS','eslint-plugin-css','eslint','fix','installNpmPackage','stylish','format','(((.+)+)+)+$','All\x20good!\x20:)','.eslintrc.json','loadFormatter','fsi','210931bDxpnY','checkNpmPackage','eslint-plugin-react','findAppDirectory','80ufXmnE','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','error','2081060mLGAjS','lint','service','join','push','isFile','create','/imports','2513930sPEiTx','bright','1628470IlzKqO','maka\x20lint','500546nasNTk','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','search','366975Gmxakx','970bwQINA','outputFixes','toString','apply','template','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','notice','success','681DsvtFm','maka\x20lint\x20--fix'];a72c=function(){return u;};return a72c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0xd0)]({'name':a72s(0xcb),'usage':a72s(0xd5),'maxArgLength':0x1,'validOpts':[a72s(0xba)],'mustBeInMakaProject':!![],'shortDesc':a72s(0xb2),'description':a72s(0xc8),'examples':[a72s(0xb6)]},async function(a,b){const t=a72s;try{const c=this['fsi'][t(0xc6)](),d=this[t(0xc2)][t(0xc4)](t(0xb9)),f=this['fsi']['checkNpmPackage']('eslint-plugin-react'),g=this[t(0xc2)][t(0xc4)]('eslint-plugin-css'),h=[];!d&&h[t(0xce)](t(0xb9));!f&&h[t(0xce)](t(0xc5));!g&&h[t(0xce)](t(0xb8));h['length']>0x0&&await this[t(0xc2)][t(0xbb)](h[t(0xcd)]('\x20'),{'dev':!![]});const i=this[t(0xc2)][t(0xcf)](a72e[t(0xcd)](c,t(0xc0)));if(!i){const n={'noRename':!![]};await this[t(0xc2)][t(0xb1)]({'srcPath':'eslint/eslintrc.json','destPath':a72e['join'](c,t(0xc0)),'framework':t(0xcc),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a72e['join'](c,'imports','**')]),l=await j[t(0xc1)](t(0xbc)),m=l[t(0xbd)](k);m['length']>0x0?Log[t(0xd3)](m):Log[t(0xb4)](t(0xbf)),Log[t(0xb3)]('Lint\x20results\x20for\x20'+c+t(0xd1)),b[t(0xba)]?await ESLint[t(0xae)](k):Log[t(0xb3)](t(0xaa));}catch(o){console[t(0xc9)](o);}});
@@ -1 +1 @@
1
- const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=parseInt(w(0xe2))/0x1*(-parseInt(w(0xeb))/0x2)+parseInt(w(0xcb))/0x3+parseInt(w(0xd3))/0x4*(-parseInt(w(0xe7))/0x5)+-parseInt(w(0xb6))/0x6*(-parseInt(w(0xbd))/0x7)+parseInt(w(0xb7))/0x8*(parseInt(w(0xd1))/0x9)+-parseInt(w(0xcf))/0xa*(parseInt(w(0xaf))/0xb)+parseInt(w(0xd5))/0xc*(parseInt(w(0xc8))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x561ff));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0xb2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a['toString']()[y(0xe6)]('(((.+)+)+)+$')[y(0xb0)]()['constructor'](a73a)['search'](y(0xc7));});a73a();function a73c(){const B=['password','cert','assign','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','create','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','env','getGlobalConfig','(((.+)+)+)+$','13AonfOE','post','Logging\x20into\x20https://','1598787MpKMEQ','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','error','fsi','10VsCvIR','notice','3206079gdGKvZ','sha256','110108CdCyAX','Preflight\x20Check','980856GOtRTi','https://','/api/v1/encodeJwt','parse','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','debug','isFile','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','maka\x20login','success','MAKA_DEV','start','103tmfYrx','toHex','authToken','email','search','20YRzxVK','Using\x20CA\x20Cert\x20','/api/v1/status','True','9092bAfJfH','cacert','help','832931ihKtqe','toString','exit','apply','update','failure','login','96OYfsZI','8TeUAdx','ask','withSpinner','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','digest','www.maka-cli.com','15722LNBMGo','Email:'];a73c=function(){return B;};return a73c();}import a73e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xae;let f=c[d];return f;},a73d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0xc5)][a73z(0xe0)]===a73z(0xea)?'localhost':a73z(0xbc);Command[a73z(0xc3)]({'name':a73z(0xb5),'validOpts':[a73z(0xe5),a73z(0xbf),a73z(0xae),a73z(0xec),a73z(0xdb)],'usage':a73z(0xde),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0xda),'examples':[a73z(0xde),a73z(0xdd)]},async function(a,b){const A=a73z,c=Log[A(0xb9)]();try{let d='';b[A(0xec)]&&(this[A(0xce)][A(0xdc)](b[A(0xec)])?(d=b['cacert'],Log[A(0xd0)](A(0xe8)+d)):Log[A(0xcd)](A(0xcc)+d));const f=await this['fsi'][A(0xc6)]();if(f[A(0xc0)]){if(this[A(0xce)][A(0xdc)](f[A(0xc0)]))d=f[A(0xc0)];else{Log['error'](A(0xd9)+d);return;}}Log['header'](A(0xca)+hostname);const g={'url':A(0xd6)+hostname+A(0xe9)};b[A(0xec)]&&Object[A(0xc1)](g,{'cert':d});c[A(0xe1)](A(0xd4));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[A(0xb4)]();throw A(0xc4);}if(h!==0xc8){c[A(0xb4)]();throw A(0xd6)+hostname+A(0xc2);}c[A(0xdf)]();const i=b[A(0xe5)]?b[A(0xe5)]:await Actions[A(0xb8)](A(0xbe)),j=b[A(0xbf)]?b['password']:await Actions[A(0xb8)]('Password:\x20',!![]),k=a73e['md'][A(0xd2)][A(0xc3)]();k[A(0xb3)](j);const l=k[A(0xbb)]()[A(0xe3)](),m={'hostname':hostname,'path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b[A(0xec)]&&Object['assign'](m,{'cert':d});c[A(0xe1)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[A(0xb4)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON['parse'](n);if(p[A(0xe4)]){const q={'hostname':hostname,'path':A(0xd7),'headers':{'x-auth-token':p[A(0xe4)]},'data':{}};b[A(0xec)]&&Object[A(0xc1)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0xc9)](q),{token:t}=JSON[A(0xd8)](r);if(s===0x198)throw A(0xba)+hostname;const u={'token':p,'hash':t};this['fsi']['setGlobalConfig'](u);}else{c[A(0xb4)]();throw p;}c[A(0xdf)]();}catch(v){c['failure'](),console[A(0xcd)](v),process[A(0xb1)](0x0);}});
1
+ const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x1b7))/0x1*(parseInt(w(0x1d4))/0x2)+parseInt(w(0x1de))/0x3*(parseInt(w(0x1ac))/0x4)+parseInt(w(0x1c1))/0x5+parseInt(w(0x1c8))/0x6+-parseInt(w(0x1ba))/0x7+-parseInt(w(0x1b6))/0x8+parseInt(w(0x1ab))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xafcbc));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x1c4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x1aa)]()[y(0x1b9)]('(((.+)+)+)+$')['toString']()['constructor'](a73a)[y(0x1b9)](y(0x1d6));});a73a();import a73e from'node-forge';function a73c(){const B=['env','sha256','apply','cacert','assign','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','2606214kzSnbS','https://','error','ask','Email:','localhost','withSpinner','setGlobalConfig','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','success','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','authToken','12IrPpsb','update','(((.+)+)+)+$','login','fsi','Preflight\x20Check','get','debug','failure','Password:\x20','336531KzcIRe','/api/v1/status','post','maka\x20login','create','digest','toString','14047866cXgJoV','8AfabGm','notice','email','help','isFile','toHex','start','header','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cert','7560880VsanfY','51071jxsFxh','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','search','4868136LfjJNA','www.maka-cli.com','password','/api/v1/encodeJwt','MAKA_DEV','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','parse','2237235oWdXiE'];a73c=function(){return B;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1a5;let f=c[d];return f;},a73d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x1c2)][a73z(0x1be)]==='True'?a73z(0x1cd):a73z(0x1bb);Command[a73z(0x1a8)]({'name':a73z(0x1d7),'validOpts':[a73z(0x1ae),'password',a73z(0x1af),a73z(0x1c5),a73z(0x1db)],'usage':a73z(0x1a7),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a73z(0x1a7),a73z(0x1d0)]},async function(a,b){const A=a73z,c=Log[A(0x1ce)]();try{let d='';b[A(0x1c5)]&&(this[A(0x1d8)][A(0x1b0)](b['cacert'])?(d=b[A(0x1c5)],Log[A(0x1ad)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x1ca)](A(0x1b4)+d));const f=await this[A(0x1d8)]['getGlobalConfig']();if(f[A(0x1b5)]){if(this[A(0x1d8)][A(0x1b0)](f[A(0x1b5)]))d=f[A(0x1b5)];else{Log[A(0x1ca)](A(0x1bf)+d);return;}}Log[A(0x1b3)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x1c9)+hostname+A(0x1a5)};b[A(0x1c5)]&&Object['assign'](g,{'cert':d});c['start'](A(0x1d9));const {statusCode:h}=await HTTPS[A(0x1da)](g);if(h===0x198){c[A(0x1dc)]();throw A(0x1d2);}if(h!==0xc8){c[A(0x1dc)]();throw A(0x1c9)+hostname+A(0x1c7);}c[A(0x1d1)]();const i=b[A(0x1ae)]?b[A(0x1ae)]:await Actions[A(0x1cb)](A(0x1cc)),j=b[A(0x1bc)]?b[A(0x1bc)]:await Actions[A(0x1cb)](A(0x1dd),!![]),k=a73e['md'][A(0x1c3)][A(0x1a8)]();k[A(0x1d5)](j);const l=k[A(0x1a9)]()[A(0x1b1)](),m={'hostname':hostname,'path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1c5)]&&Object['assign'](m,{'cert':d});c[A(0x1b2)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x1a6)](m);if(o===0x198){c[A(0x1dc)]('\x0a');throw A(0x1b8)+hostname;}const p=JSON[A(0x1c0)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x1bd),'headers':{'x-auth-token':p[A(0x1d3)]},'data':{}};b[A(0x1c5)]&&Object[A(0x1c6)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1a6)](q),{token:t}=JSON[A(0x1c0)](r);if(s===0x198)throw A(0x1b8)+hostname;const u={'token':p,'hash':t};this[A(0x1d8)][A(0x1cf)](u);}else{c['failure']();throw p;}c['success']();}catch(v){c['failure'](),console[A(0x1ca)](v),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0x1ee))/0x1*(parseInt(l(0x204))/0x2)+-parseInt(l(0x1e1))/0x3+-parseInt(l(0x20b))/0x4+parseInt(l(0x1e2))/0x5+parseInt(l(0x20f))/0x6*(parseInt(l(0x20a))/0x7)+parseInt(l(0x1f9))/0x8+parseInt(l(0x209))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x36b05));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0x201)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0x1f4)]()['search'](n(0x1fb))[n(0x1f4)]()['constructor'](a74a)[n(0x1e9)](n(0x1fb));});a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0x20c)][a74o(0x1ec)]===a74o(0x206)?a74o(0x1ed):a74o(0x1e4);Command['create']({'name':a74o(0x1f8),'validOpts':[a74o(0x1f5)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a74o(0x1f6),'disableAuthCheck':!![],'examples':[a74o(0x1ea)]},async function(a,b){const p=a74o,c=Log[p(0x1f2)]();try{let d='';b[p(0x1f5)]&&(this[p(0x1f0)][p(0x205)](b['cacert'])?(d=b[p(0x1f5)],Log[p(0x1f1)](p(0x20e)+d)):Log[p(0x1fa)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0x1f0)][p(0x208)]();if(f['cert']){if(this['fsi'][p(0x205)](f['cert']))d=f['cert'];else{c[p(0x1e6)]();throw Log[p(0x1fa)](p(0x1fc)+d);}}Log['header'](p(0x1e5)+hostname);const g={'url':'https://'+hostname+p(0x1fd)};b[p(0x1f5)]&&Object['assign'](g,{'cert':d});c[p(0x1e8)](p(0x1fe));const {statusCode:h}=await HTTPS[p(0x1ef)](g);if(h===0x198){c[p(0x1e6)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0x1e3)]();if(h!==0xc8){c['failure']();throw p(0x203);}if(!f?.['token']?.[p(0x1ff)])throw Log['error'](p(0x200));c[p(0x1e8)](p(0x1f3));const i={'hostname':hostname,'path':p(0x20d),'data':{},'headers':{'x-auth-token':f[p(0x207)]['authToken']}};b[p(0x1f5)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x1f7)](i);if(j===0x198){c[p(0x1e6)]('\x0a');throw p(0x1e7);}this[p(0x1f0)][p(0x202)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1e3)]();}catch(k){k&&console[p(0x1fa)](k),process[p(0x1eb)](0x0);}});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1e1;let f=c[d];return f;},a74d(a,b);}function a74c(){const q=['www.maka-cli.com','Logging\x20out\x20of\x20https://','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','start','search','maka\x20logout','exit','MAKA_DEV','localhost','6412TxgoeQ','get','fsi','notice','withSpinner','Logging\x20out','toString','cacert','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','post','logout','2352680JpTKcp','error','(((.+)+)+)+$','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','/api/v1/status','Preflight\x20Check','authToken','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','apply','setGlobalConfig','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','32ZxJxJS','isFile','True','token','getGlobalConfig','5418xGBDLt','7PsZGCD','1523824mljnuJ','env','/api/v1/logoutAll','Using\x20CA\x20Cert\x20','1579644XrEXHP','744867xWROTr','963485VhFKWx','success'];a74c=function(){return q;};return a74c();}
1
+ const a74n=a74d;function a74c(){const p=['authToken','7540416wMEKhQ','71527dYCkTg','maka\x20logout','1633518ctfEat','Logging\x20out\x20of\x20https://','getGlobalConfig','error','failure','exit','3ganrHA','4045392SnnHLt','fsi','cacert','116mNNEmt','logout','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/status','https://','(((.+)+)+)+$','success','Logging\x20out','MAKA_DEV','isFile','env','5943630WpVCNo','Using\x20CA\x20Cert\x20','cert','search','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','/api/v1/logoutAll','post','58715dYzvtG','token','get','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','withSpinner','create','setGlobalConfig','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','20VeaHYs','header','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','start','constructor','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','11944530Fygrdc'];a74c=function(){return p;};return a74c();}(function(a,b){const l=a74d,c=a();while(!![]){try{const d=-parseInt(l(0xb7))/0x1+parseInt(l(0x8a))/0x2*(parseInt(l(0x90))/0x3)+parseInt(l(0x94))/0x4*(-parseInt(l(0xa6))/0x5)+-parseInt(l(0x91))/0x6+-parseInt(l(0x9f))/0x7+-parseInt(l(0xb6))/0x8+-parseInt(l(0xb4))/0x9*(-parseInt(l(0xae))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x90cff));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const m=a74d;return a74a['toString']()[m(0xa2)]('(((.+)+)+)+$')['toString']()[m(0xb2)](a74a)[m(0xa2)](m(0x99));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x8a;let f=c[d];return f;},a74d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74n(0x9e)][a74n(0x9c)]==='True'?'localhost':'www.maka-cli.com';Command[a74n(0xab)]({'name':a74n(0x95),'validOpts':['cacert'],'usage':a74n(0xb8),'maxArgLength':0x2,'shortDesc':a74n(0xb3),'disableAuthCheck':!![],'examples':[a74n(0xb8)]},async function(a,b){const o=a74n,c=Log[o(0xaa)]();try{let d='';b[o(0x93)]&&(this[o(0x92)][o(0x9d)](b[o(0x93)])?(d=b[o(0x93)],Log['notice'](o(0xa0)+d)):Log['error'](o(0x96)+d));const f=await this[o(0x92)][o(0x8c)]();if(f[o(0xa1)]){if(this['fsi'][o(0x9d)](f[o(0xa1)]))d=f[o(0xa1)];else{c['failure']();throw Log[o(0x8d)](o(0xad)+d);}}Log[o(0xaf)](o(0x8b)+hostname);const g={'url':o(0x98)+hostname+o(0x97)};b[o(0x93)]&&Object['assign'](g,{'cert':d});c[o(0xb1)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[o(0xa8)](g);if(h===0x198){c[o(0x8e)]();throw o(0xa3);}c[o(0x9a)]();if(h!==0xc8){c[o(0x8e)]();throw o(0xa9);}if(!f?.[o(0xa7)]?.['authToken'])throw Log['error'](o(0xb0));c[o(0xb1)](o(0x9b));const i={'hostname':hostname,'path':o(0xa4),'data':{},'headers':{'x-auth-token':f[o(0xa7)][o(0xb5)]}};b[o(0x93)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0xa5)](i);if(j===0x198){c[o(0x8e)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[o(0x92)][o(0xac)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[o(0x9a)]();}catch(k){k&&console[o(0x8d)](k),process[o(0x8f)](0x0);}});
@@ -1 +1 @@
1
- const a75k=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=parseInt(h(0x1bb))/0x1+parseInt(h(0x1ca))/0x2+-parseInt(h(0x1b7))/0x3+parseInt(h(0x1c0))/0x4*(-parseInt(h(0x1bc))/0x5)+-parseInt(h(0x1b5))/0x6*(parseInt(h(0x1b9))/0x7)+-parseInt(h(0x1b4))/0x8*(parseInt(h(0x1c7))/0x9)+parseInt(h(0x1c9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xde03d));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a75d;if(c){const e=c[i(0x1c3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const j=a75d;return a75a[j(0x1c5)]()['search'](j(0x1cc))[j(0x1c5)]()[j(0x1c4)](a75a)['search'](j(0x1cc));});a75a();import a75e from'fs';import a75f from'path';function a75c(){const m=['log','assign','readFileSync','1787952EeohQc','maka\x20logs\x20--env\x20staging','logs','apply','constructor','toString','env','27QCrwOC','join','22808860nGtioJ','2245992LjLCYF','View\x20the\x20PM2\x20logs','(((.+)+)+)+$','create','maka\x20l\x20-e\x20p','3043728fcXjSf','248754WHlCbR','maka\x20logs','2519454YhIqMO','pm2\x20logs','21dDmLir','fsi','952048aqnFaL','15FQuyob'];a75c=function(){return m;};return a75c();}import{Command}from'../command.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a75d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a75k(0x1b2)]({'name':a75k(0x1c2),'aliases':['l',a75k(0x1bd)],'usage':a75k(0x1b6),'requiredOpts':[a75k(0x1c6)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75k(0x1cb),'examples':['maka\x20logs\x20--env\x20dev',a75k(0x1c1),a75k(0x1b3)]},function(a,b){const l=a75k,c=l(0x1b8),d=this[l(0x1ba)]['getConfigPath'](b[l(0x1c6)]),e=a75f[l(0x1c8)](d,'ssh.json'),f=a75e[l(0x1bf)](e),g=JSON['parse'](f[l(0x1c5)]());Object[l(0x1be)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a75k=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xc7;let f=c[d];return f;},a75d(a,b);}(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0xd3))/0x1+parseInt(h(0xca))/0x2+-parseInt(h(0xdc))/0x3+parseInt(h(0xd5))/0x4*(-parseInt(h(0xd7))/0x5)+parseInt(h(0xdb))/0x6+parseInt(h(0xdf))/0x7+-parseInt(h(0xe2))/0x8*(-parseInt(h(0xcf))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xf0cf6));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a75d;if(c){const e=c[i(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const j=a75d;return a75a[j(0xda)]()[j(0xe3)](j(0xd9))[j(0xda)]()[j(0xcc)](a75a)[j(0xe3)]('(((.+)+)+)+$');});a75a();function a75c(){const m=['getConfigPath','View\x20the\x20PM2\x20logs','fsi','parse','3367808aJOdPN','readFileSync','constructor','apply','ssh.json','9072783vlLBhc','assign','join','maka\x20logs','686323LhNYkQ','sshSync','5651092ycUsWk','pm2\x20logs','5AhwruX','create','(((.+)+)+)+$','toString','1055490KnFjMg','4682412qCwPbv','maka\x20logs\x20--env\x20dev','log','5391855xUSmQr','maka\x20l\x20-e\x20p','env','16ROLajN','search'];a75c=function(){return m;};return a75c();}import a75e from'fs';import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a75k(0xd8)]({'name':'logs','aliases':['l',a75k(0xde)],'usage':a75k(0xd2),'requiredOpts':[a75k(0xe1)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75k(0xc7),'examples':[a75k(0xdd),'maka\x20logs\x20--env\x20staging',a75k(0xe0)]},function(a,b){const l=a75k,c=l(0xd6),d=this[l(0xc8)][l(0xe4)](b['env']),e=a75f[l(0xd1)](d,l(0xce)),f=a75e[l(0xcb)](e),g=JSON[l(0xc9)](f[l(0xda)]());Object[l(0xd0)](g,{'env':d}),SSH[l(0xd4)](c,g,{'tty':!![],'verbose':!![]});});