@maka/maka-cli 4.5.31 → 4.5.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -0
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/tool.js +1 -1
  117. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/https/https.class.js +1 -1
  125. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  126. package/bundle/obf/src/tools/log/log.class.js +1 -1
  127. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  133. package/package.json +1 -1
@@ -1 +1 @@
1
- const a53i=a53d;(function(a,b){const f=a53d,c=a();while(!![]){try{const d=-parseInt(f(0x126))/0x1+-parseInt(f(0x13f))/0x2+parseInt(f(0x12e))/0x3+parseInt(f(0x132))/0x4+parseInt(f(0x13c))/0x5*(-parseInt(f(0x158))/0x6)+parseInt(f(0x122))/0x7*(parseInt(f(0x144))/0x8)+-parseInt(f(0x104))/0x9*(-parseInt(f(0x113))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x2983c));function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0xe7;let f=c[d];return f;},a53d(a,b);}const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a53d;if(c){const e=c[g(0x11e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const h=a53d;return a53a[h(0x121)]()['search'](h(0x110))[h(0x121)]()[h(0x145)](a53a)['search'](h(0x110));});function a53c(){const j=['A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','decrypt','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','shield','202191mMFMPD','secret123','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','57440hqVHDw','Treasure\x20Room','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','basic','A\x20small\x20surveillance\x20drone.','Barrens\x20Hideout','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Downtown\x20Seattle','842870YucOYx','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Mage\x27s\x20Lair','105928hUmMqP','Jackpoint\x20Login','Ancient\x20Gem','Gang\x20Insignia','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','136UWVrPv','constructor','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','book','amulet','A\x20long-range\x20weapon.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','disenchant','Library','Watch\x20Tower','north','Central\x20Chamber\x20Key','A\x20chalice\x20made\x20of\x20pure\x20gold.','Courtyard','A\x20clear\x20glass\x20vial.','A\x20key\x20stained\x20with\x20old\x20blood.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','open\x20sesame','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Corporate\x20Creditstick','6eXbSzB','Encrypted\x20Data\x20Key','Central\x20Chamber','creditstick','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','inside','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Torture\x20Chamber','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Study','That\x20passcode\x20is\x20incorrect','Golden\x20Key','key','SOUTH','Riddle\x20Book','Ares\x20Predator','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','show\x20loyalty','outside','west','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','OUTSIDE','Barrens\x20Entrance','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Armory','east','Sniper\x20Rifle','CorpSec\x20Plans','Chad\x20the\x20stupid\x20guard','drone','weapon','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Amulet\x20of\x20Awakening','The\x20legendary\x20Holy\x20Grail.','135YSAsWj','Guard\x27s\x20Log\x20Book','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','An\x20old\x20and\x20rusted\x20sword.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','sword','Alchemy\x20Lab','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20data\x20remains\x20encrypted.','The\x20chest\x20remains\x20firmly\x20shut.','(((.+)+)+)+$','Secret\x20Passage','cup','298330skIsVJ','insert\x20gem','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Rusted\x20Sword','Rigger\x27s\x20Workshop','Entrance\x20Hall','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','gem','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','apply','EAST','document','toString','11921VYYJDx','Nothing\x20happens.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','166621jUSQha','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','Empty\x20vial','south'];a53c=function(){return j;};return a53c();}a53a();export const rooms=[{'name':a53i(0x14c),'description':a53i(0x143),'isStartRoom':!![],'items':[{'type':a53i(0xed),'name':a53i(0xec),'description':a53i(0xf1)},{'type':a53i(0x147),'name':a53i(0x105),'description':'A\x20thin\x20log\x20book','content':a53i(0xfd)}],'exits':[{'direction':a53i(0x11f),'targetRoom':a53i(0x111)}]},{'name':a53i(0x111),'description':a53i(0x10a),'exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':a53i(0xec)},{'direction':a53i(0xee),'targetRoom':a53i(0x151)}]},{'name':a53i(0x133),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':'holyGrail','name':'Holy\x20Grail','description':a53i(0x103)}]},{'name':'Courtyard','description':a53i(0x12c),'roomType':a53i(0xf6),'exits':[{'direction':'UP','targetRoom':a53i(0x14d)}]},{'name':a53i(0x14d),'description':a53i(0x135),'roomType':a53i(0xf6),'puzzle':{'requiredPhrase':a53i(0x12f),'riddle':a53i(0x108),'rewardItem':{'type':'rifle','name':a53i(0xfb),'description':a53i(0x149)},'successMessage':a53i(0x127),'failureMessage':a53i(0xeb)}}];export const dungeonConfig=[{'name':a53i(0x118),'description':a53i(0x15c),'isStartRoom':!![],'roomType':a53i(0x15d),'puzzle':{'requiredPhrase':a53i(0x155),'riddle':a53i(0x115),'rewardItem':{'type':a53i(0xed),'name':a53i(0x14f),'description':a53i(0x11c)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a53i(0x123)},'exits':[{'direction':'north','targetRoom':'Study'},{'direction':a53i(0xfa),'targetRoom':a53i(0x15a),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a53i(0xea),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a53i(0x15d),'items':[{'type':'book','name':a53i(0xef),'description':a53i(0x124),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a53i(0xed),'name':a53i(0x14f),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a53i(0x129),'targetRoom':a53i(0x118)},{'direction':'east','targetRoom':a53i(0x10c)}]},{'name':a53i(0x10c),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a53i(0x15d),'items':[{'type':a53i(0x136),'name':a53i(0x128),'description':a53i(0x152)}],'exits':[{'direction':a53i(0xf4),'targetRoom':'Study'},{'direction':a53i(0x14e),'targetRoom':a53i(0xf9)}]},{'name':a53i(0xf9),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':'inside','items':[{'type':a53i(0x12d),'name':'Emblem\x20Shield','description':a53i(0x13a)},{'type':a53i(0x10b),'name':a53i(0x116),'description':a53i(0x107)}],'exits':[{'direction':a53i(0x129),'targetRoom':a53i(0x10c)},{'direction':a53i(0xfa),'targetRoom':a53i(0x15a)}]},{'name':a53i(0x15a),'description':a53i(0x11d),'roomType':a53i(0x15d),'exits':[{'direction':a53i(0xf4),'targetRoom':'Armory'},{'direction':a53i(0x129),'targetRoom':a53i(0x118)},{'direction':a53i(0x14e),'targetRoom':a53i(0xe8)},{'direction':a53i(0xfa),'targetRoom':a53i(0x133)}]},{'name':a53i(0xe8),'description':a53i(0x100),'roomType':a53i(0x15d),'items':[{'type':'key','name':'Blood-stained\x20Key','description':a53i(0x153)}],'puzzle':{'requiredPhrase':'release','riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a53i(0x11a),'name':a53i(0x141),'description':a53i(0x11b)},'successMessage':a53i(0x119),'failureMessage':a53i(0x10d)},'exits':[{'direction':a53i(0x129),'targetRoom':a53i(0x15a)}]},{'name':a53i(0x133),'description':a53i(0x130),'roomType':a53i(0x15d),'puzzle':{'requiredPhrase':a53i(0x114),'riddle':a53i(0x109),'rewardItem':{'type':a53i(0x112),'name':'Golden\x20Chalice','description':a53i(0x150)},'successMessage':a53i(0x13d),'failureMessage':a53i(0x10f)},'exits':[{'direction':a53i(0xf4),'targetRoom':a53i(0x15a)}]}];export const shadowrunConfig=[{'name':a53i(0x140),'description':a53i(0xf5),'isStartRoom':!![],'roomType':a53i(0x15d),'exits':[{'direction':'north','targetRoom':a53i(0x13b)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a53i(0x15d),'puzzle':{'requiredPhrase':a53i(0x12b),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a53i(0xed),'name':a53i(0x159),'description':a53i(0x131)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a53i(0x10e)},'exits':[{'direction':'down','targetRoom':a53i(0x140)}]},{'name':a53i(0x13b),'description':a53i(0x139),'roomType':a53i(0xf3),'exits':[{'direction':a53i(0x129),'targetRoom':'Jackpoint\x20Login'},{'direction':a53i(0xfa),'targetRoom':a53i(0xf7)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':a53i(0xf7),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':'outside','puzzle':{'requiredPhrase':a53i(0xf2),'riddle':a53i(0xf8),'rewardItem':{'type':'key','name':a53i(0x142),'description':a53i(0xe7)},'successMessage':a53i(0x125),'failureMessage':a53i(0x156)},'exits':[{'direction':a53i(0xf4),'targetRoom':a53i(0x13b)},{'direction':a53i(0x14e),'targetRoom':a53i(0x138)}]},{'name':'Corp\x20Enclave','description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':'inside','items':[{'type':a53i(0x15b),'name':a53i(0x157),'description':a53i(0x101)},{'type':a53i(0x120),'name':a53i(0xfc),'description':a53i(0x134)}],'exits':[{'direction':'east','targetRoom':a53i(0x13b)}]},{'name':a53i(0x138),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':'outside','items':[{'type':a53i(0xff),'name':a53i(0xf0),'description':a53i(0x14a)}],'exits':[{'direction':a53i(0x129),'targetRoom':a53i(0xf7)},{'direction':a53i(0x14e),'targetRoom':a53i(0x13e)},{'direction':a53i(0xfa),'targetRoom':a53i(0x117)}]},{'name':a53i(0x13e),'description':a53i(0x12a),'roomType':a53i(0x15d),'puzzle':{'requiredPhrase':a53i(0x14b),'riddle':a53i(0x154),'rewardItem':{'type':a53i(0x148),'name':a53i(0x102),'description':a53i(0x146)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a53i(0x106)},'exits':[{'direction':a53i(0x129),'targetRoom':a53i(0x138)}]},{'name':a53i(0x117),'description':a53i(0xe9),'roomType':a53i(0x15d),'items':[{'type':a53i(0xfe),'name':'MCT\x20Fly-Spy','description':a53i(0x137)}],'exits':[{'direction':a53i(0xf4),'targetRoom':a53i(0x138)}]}];
1
+ const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=parseInt(f(0x177))/0x1+-parseInt(f(0x156))/0x2*(parseInt(f(0x181))/0x3)+-parseInt(f(0x19c))/0x4+parseInt(f(0x171))/0x5*(-parseInt(f(0x17e))/0x6)+-parseInt(f(0x145))/0x7*(-parseInt(f(0x15b))/0x8)+parseInt(f(0x19e))/0x9+-parseInt(f(0x1a1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x7f226));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0x155)]()[h(0x18b)](h(0x19d))[h(0x155)]()[h(0x158)](a54a)['search'](h(0x19d));});a54a();export const rooms=[{'name':a54i(0x16b),'description':a54i(0x19f),'isStartRoom':!![],'items':[{'type':a54i(0x137),'name':'Golden\x20Key','description':a54i(0x17d)},{'type':a54i(0x153),'name':a54i(0x139),'description':a54i(0x174),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a54i(0x173),'targetRoom':'Secret\x20Passage'}]},{'name':'Secret\x20Passage','description':a54i(0x199),'exits':[{'direction':a54i(0x187),'targetRoom':a54i(0x148),'keyRequired':'Golden\x20Key'},{'direction':a54i(0x17f),'targetRoom':a54i(0x14c)}]},{'name':a54i(0x148),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':'holyGrail','name':'Holy\x20Grail','description':a54i(0x170)}]},{'name':a54i(0x14c),'description':a54i(0x161),'roomType':a54i(0x151),'exits':[{'direction':'UP','targetRoom':a54i(0x133)}]},{'name':a54i(0x133),'description':a54i(0x14f),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a54i(0x193),'riddle':a54i(0x17c),'rewardItem':{'type':a54i(0x16f),'name':'Sniper\x20Rifle','description':a54i(0x17b)},'successMessage':a54i(0x16e),'failureMessage':a54i(0x180)}}];function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x131;let f=c[d];return f;},a54d(a,b);}function a54c(){const j=['key','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Guard\x27s\x20Log\x20Book','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','south','Torture\x20Chamber','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Emblem\x20Shield','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20data\x20remains\x20encrypted.','Central\x20Chamber','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','49hlkjJE','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20small\x20surveillance\x20drone.','Treasure\x20Room','Ancient\x20Gem','A\x20chalice\x20made\x20of\x20pure\x20gold.','Blood-stained\x20Key','Courtyard','east','show\x20loyalty','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Alchemy\x20Lab','OUTSIDE','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','book','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','toString','13326uWsLyA','Entrance\x20Hall','constructor','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','inside','1057712Tltnij','open\x20sesame','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Empty\x20vial','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','down','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','north','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','gem','Library','Barrens\x20Hideout','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','rifle','The\x20legendary\x20Holy\x20Grail.','5vAqGMj','Riddle\x20Book','EAST','A\x20thin\x20log\x20book','Armory','Nothing\x20happens.','206967qrFYcE','Jackpoint\x20Login','Gang\x20Insignia','apply','A\x20long-range\x20weapon.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','2839866vUHOiO','SOUTH','That\x20passcode\x20is\x20incorrect','183PlyJKt','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Amulet\x20of\x20Awakening','Mage\x27s\x20Lair','weapon','MCT\x20Fly-Spy','NORTH','disenchant','Study','Central\x20Chamber\x20Key','search','decrypt','creditstick','The\x20chest\x20remains\x20firmly\x20shut.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','west','cup','secret123','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20key\x20stained\x20with\x20old\x20blood.','Corp\x20Enclave','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Downtown\x20Seattle','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','1386668YdSlHA','(((.+)+)+)+$','7328223RSOGCS','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','insert\x20gem','1995490RTVPGa','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','CorpSec\x20Plans','Barrens\x20Entrance','outside','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Watch\x20Tower','release','Matrix\x20Data\x20Haven','Rigger\x27s\x20Workshop'];a54c=function(){return j;};return a54c();}export const dungeonConfig=[{'name':a54i(0x157),'description':a54i(0x1a2),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a54i(0x15c),'riddle':a54i(0x163),'rewardItem':{'type':a54i(0x137),'name':a54i(0x18a),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a54i(0x138),'failureMessage':a54i(0x176)},'exits':[{'direction':a54i(0x168),'targetRoom':a54i(0x189)},{'direction':a54i(0x14d),'targetRoom':a54i(0x143),'keyRequired':a54i(0x18a)}]},{'name':a54i(0x189),'description':a54i(0x167),'roomType':a54i(0x15a),'items':[{'type':a54i(0x153),'name':a54i(0x172),'description':a54i(0x162),'content':a54i(0x140)},{'type':a54i(0x137),'name':a54i(0x18a),'description':a54i(0x154)}],'exits':[{'direction':a54i(0x13c),'targetRoom':a54i(0x157)},{'direction':a54i(0x14d),'targetRoom':'Alchemy\x20Lab'}]},{'name':a54i(0x150),'description':a54i(0x141),'roomType':a54i(0x15a),'items':[{'type':'basic','name':a54i(0x160),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a54i(0x191),'targetRoom':'Study'},{'direction':'north','targetRoom':'Armory'}]},{'name':a54i(0x175),'description':a54i(0x15e),'roomType':a54i(0x15a),'items':[{'type':'shield','name':a54i(0x13f),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':'Rusted\x20Sword','description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a54i(0x13c),'targetRoom':a54i(0x150)},{'direction':a54i(0x14d),'targetRoom':a54i(0x143)}]},{'name':a54i(0x143),'description':a54i(0x182),'roomType':a54i(0x15a),'exits':[{'direction':a54i(0x191),'targetRoom':a54i(0x175)},{'direction':a54i(0x13c),'targetRoom':a54i(0x157)},{'direction':a54i(0x168),'targetRoom':a54i(0x13d)},{'direction':a54i(0x14d),'targetRoom':a54i(0x148)}]},{'name':'Torture\x20Chamber','description':a54i(0x169),'roomType':a54i(0x15a),'items':[{'type':a54i(0x137),'name':a54i(0x14b),'description':a54i(0x196)}],'puzzle':{'requiredPhrase':a54i(0x134),'riddle':a54i(0x131),'rewardItem':{'type':a54i(0x16a),'name':a54i(0x149),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a54i(0x152),'failureMessage':a54i(0x13b)},'exits':[{'direction':a54i(0x13c),'targetRoom':'Central\x20Chamber'}]},{'name':a54i(0x148),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':a54i(0x1a0),'riddle':a54i(0x159),'rewardItem':{'type':a54i(0x192),'name':'Golden\x20Chalice','description':a54i(0x14a)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a54i(0x18e)},'exits':[{'direction':a54i(0x191),'targetRoom':a54i(0x143)}]}];export const shadowrunConfig=[{'name':a54i(0x178),'description':a54i(0x18f),'isStartRoom':!![],'roomType':a54i(0x15a),'exits':[{'direction':a54i(0x168),'targetRoom':a54i(0x19a)},{'direction':'up','targetRoom':a54i(0x135)}]},{'name':a54i(0x135),'description':a54i(0x190),'roomType':a54i(0x15a),'puzzle':{'requiredPhrase':a54i(0x18c),'riddle':a54i(0x13a),'rewardItem':{'type':'key','name':'Encrypted\x20Data\x20Key','description':a54i(0x195)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a54i(0x142)},'exits':[{'direction':a54i(0x166),'targetRoom':a54i(0x178)}]},{'name':a54i(0x19a),'description':a54i(0x15f),'roomType':a54i(0x1a5),'exits':[{'direction':a54i(0x13c),'targetRoom':a54i(0x178)},{'direction':a54i(0x14d),'targetRoom':a54i(0x1a4)},{'direction':a54i(0x191),'targetRoom':a54i(0x197)}]},{'name':a54i(0x1a4),'description':a54i(0x1a7),'roomType':a54i(0x1a5),'puzzle':{'requiredPhrase':a54i(0x14e),'riddle':a54i(0x19b),'rewardItem':{'type':a54i(0x137),'name':a54i(0x179),'description':a54i(0x1a6)},'successMessage':a54i(0x165),'failureMessage':a54i(0x132)},'exits':[{'direction':a54i(0x191),'targetRoom':a54i(0x19a)},{'direction':'north','targetRoom':a54i(0x16c)}]},{'name':a54i(0x197),'description':a54i(0x164),'roomType':a54i(0x15a),'items':[{'type':a54i(0x18d),'name':'Corporate\x20Creditstick','description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':'document','name':a54i(0x1a3),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a54i(0x14d),'targetRoom':a54i(0x19a)}]},{'name':a54i(0x16c),'description':a54i(0x16d),'roomType':a54i(0x1a5),'items':[{'type':a54i(0x185),'name':'Ares\x20Predator','description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a54i(0x13c),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a54i(0x184)},{'direction':a54i(0x14d),'targetRoom':a54i(0x136)}]},{'name':a54i(0x184),'description':a54i(0x13e),'roomType':a54i(0x15a),'puzzle':{'requiredPhrase':a54i(0x188),'riddle':a54i(0x15d),'rewardItem':{'type':'amulet','name':a54i(0x183),'description':a54i(0x146)},'successMessage':a54i(0x198),'failureMessage':a54i(0x194)},'exits':[{'direction':'south','targetRoom':a54i(0x16c)}]},{'name':'Rigger\x27s\x20Workshop','description':a54i(0x144),'roomType':'inside','items':[{'type':'drone','name':a54i(0x186),'description':a54i(0x147)}],'exits':[{'direction':a54i(0x191),'targetRoom':a54i(0x16c)}]}];
@@ -1 +1 @@
1
- var a54h=a54d;function a54d(a,b){var c=a54c();return a54d=function(d,e){d=d-0x124;var f=c[d];return f;},a54d(a,b);}(function(a,b){var f=a54d,c=a();while(!![]){try{var d=parseInt(f(0x136))/0x1*(parseInt(f(0x14e))/0x2)+-parseInt(f(0x133))/0x3*(-parseInt(f(0x125))/0x4)+-parseInt(f(0x138))/0x5+parseInt(f(0x144))/0x6+-parseInt(f(0x145))/0x7+parseInt(f(0x13b))/0x8+parseInt(f(0x140))/0x9*(-parseInt(f(0x14f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x5926b));var a54b=(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;};}()),a54a=a54b(this,function(){var g=a54d;return a54a[g(0x12c)]()[g(0x12e)](g(0x13f))[g(0x12c)]()[g(0x134)](a54a)['search'](g(0x13f));});a54a();import{EventEmitter}from'events';function a54c(){var i=['rating','3444250EBZVFd','category','_inventory','4740000UuJZHF','unlockItemOrSolution','color','uuid','(((.+)+)+)+$','9ZHxGVF','roomA','roomType','puzzle','1120530TWQsJU','3101602PSQkgM','_logger','size','_maxCarryingWeight','solved','_equipment','_currentLocation','isStartRoom','items','156304bnOYZb','4623410lvfOhk','texture','4nOefFg','characterLocations','rooms','logger','exits','roomB','name','toString','isLockable','search','inventory','weight','_playerName','player','1664907MZFGnu','constructor','description','8NtfxIN'];a54c=function(){return i;};return a54c();}export class AbstractScene{[a54h(0x127)];[a54h(0x132)];['logger'];[a54h(0x126)];}export class AbstractRoom extends EventEmitter{[a54h(0x12b)];[a54h(0x135)];[a54h(0x129)];[a54h(0x12f)];[a54h(0x143)];[a54h(0x142)];[a54h(0x14c)];}export class AbstractDoor{[a54h(0x141)];[a54h(0x12a)];['isLocked'];[a54h(0x13c)];[a54h(0x12b)];[a54h(0x128)];[a54h(0x12d)];}export class AbstractInventory{[a54h(0x14d)];[a54h(0x128)];}export class AbstractItem{[a54h(0x13e)];['name'];['description'];[a54h(0x147)];[a54h(0x139)];['shape'];[a54h(0x13d)];[a54h(0x124)];[a54h(0x137)];[a54h(0x130)];}export class AbstractPlayer{[a54h(0x131)];[a54h(0x14b)];[a54h(0x13a)];[a54h(0x14a)];[a54h(0x148)];[a54h(0x146)];}export class AbstractPuzzle{['logger'];[a54h(0x149)];}
1
+ function a55c(){var j=['3408770YrCkDx','_maxCarryingWeight','_playerName','exits','rooms','(((.+)+)+)+$','apply','_inventory','color','1085512olOImK','weight','name','characterLocations','search','_logger','110bfPlKO','_equipment','uuid','roomType','1985484iInZRE','1375389LmLNDh','rating','size','toString','shape','items','10FQhCGX','inventory','roomA','player','2156601UmuAlr','260790FxLWqm','description','12eVNwBK','3075842JAAILE','solved','56ujHCgT','roomB','logger','isLocked','_currentLocation','puzzle','isStartRoom'];a55c=function(){return j;};return a55c();}var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x1e9))/0x1+-parseInt(f(0x208))/0x2+-parseInt(f(0x1e8))/0x3+-parseInt(f(0x1fe))/0x4*(-parseInt(f(0x20f))/0x5)+-parseInt(f(0x1eb))/0x6*(parseInt(f(0x1ec))/0x7)+parseInt(f(0x1ee))/0x8*(-parseInt(f(0x209))/0x9)+-parseInt(f(0x1f5))/0xa*(-parseInt(f(0x204))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x86cd4));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1fb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x20c)]()['search'](h(0x1fa))['toString']()['constructor'](a55a)[h(0x202)](h(0x1fa));});function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1e5;var f=c[d];return f;},a55d(a,b);}a55a();import{EventEmitter}from'events';export class AbstractScene{[a55i(0x1f9)];[a55i(0x1e7)];[a55i(0x1f0)];[a55i(0x201)];}export class AbstractRoom extends EventEmitter{[a55i(0x200)];[a55i(0x1ea)];[a55i(0x1f8)];[a55i(0x1e5)];[a55i(0x1f3)];[a55i(0x207)];[a55i(0x1f4)];}export class AbstractDoor{[a55i(0x1e6)];[a55i(0x1ef)];[a55i(0x1f1)];['unlockItemOrSolution'];[a55i(0x200)];[a55i(0x1f0)];['isLockable'];}export class AbstractInventory{[a55i(0x20e)];['logger'];}export class AbstractItem{[a55i(0x206)];[a55i(0x200)];[a55i(0x1ea)];[a55i(0x20b)];['category'];[a55i(0x20d)];[a55i(0x1fd)];['texture'];[a55i(0x20a)];[a55i(0x1ff)];}export class AbstractPlayer{[a55i(0x1f7)];[a55i(0x1f2)];[a55i(0x1fc)];[a55i(0x205)];[a55i(0x1f6)];[a55i(0x203)];}export class AbstractPuzzle{['logger'];[a55i(0x1ed)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a55d,c=a();while(!![]){try{var d=-parseInt(k(0x106))/0x1+parseInt(k(0xe4))/0x2+parseInt(k(0x104))/0x3*(-parseInt(k(0x135))/0x4)+-parseInt(k(0xfc))/0x5+-parseInt(k(0x10c))/0x6+-parseInt(k(0xf1))/0x7*(parseInt(k(0xee))/0x8)+parseInt(k(0x128))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xb525c));export var Size;(function(a){var l=a55d;a[l(0xe0)]=l(0x108),a[l(0xed)]='small',a[l(0x11e)]=l(0xf8),a[l(0x120)]=l(0xe1),a[l(0x121)]=l(0xe2);}(Size||(Size={})));export var Rating;(function(a){var m=a55d;a[m(0xe6)]='common',a[m(0x10a)]='rare',a[m(0xdc)]=m(0x105);}(Rating||(Rating={})));export var Category;(function(a){var n=a55d;a['Weapon']='weapon',a[n(0xda)]=n(0x136),a['Key']=n(0xec),a[n(0x122)]=n(0xe9),a[n(0xf9)]=n(0xdd),a['Hat']=n(0xf0),a[n(0x116)]=n(0xd2),a[n(0xf3)]=n(0x12e),a[n(0x107)]=n(0xd3),a[n(0xef)]='body\x20armor',a['Book']=n(0xdf),a[n(0xf4)]=n(0x115),a['Unknown']=n(0x12f);}(Category||(Category={})));export var Shape;(function(c){var q=a55d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var o=a55d;if(h){var j=h[o(0x129)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a55d;return e[p(0x127)]()[p(0x11d)](p(0x131))['toString']()[p(0xd5)](e)[p(0x11d)](p(0x131));});e(),c[q(0xfa)]='circle',c[q(0x125)]=q(0x119),c['Triangle']=q(0xea),c[q(0x12b)]=q(0x11c),c[q(0x103)]=q(0x130),c[q(0x12c)]=q(0x112);}(Shape||(Shape={})));export var Color;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xd2;var f=c[d];return f;},a55d(a,b);}function a55c(){var v=['metallic','inside','boots','arm\x20armor','DOWN','constructor','OUTSIDE','Yellow','MOUNTAIN','Blue','Shield','brown','Legendary','helmet','mountain','book','Tiny','large','very\x20large','desert','956874CpNonD','blue','Common','Gold','cave','gloves','triangle','north','key','Small','9563240JueCPw','BodyArmor','hat','7CSKMbt','down','LegArmor','Cup','DESERT','Grey','Red','medium','Helmet','Circle','forest','3630550NqIYIo','purple','WEST','green','Rough','Purple','NORTH','Blade','66paaKnT','legendary','17927wUBtQf','ArmArmor','tiny','sea','Rare','tower','6212688HtbpWk','bumpy','CAVE','EAST','gold','west','rifle','orange','red','cup','Boots','Grainy','grainy','square','east','BEACH','rectangle','search','Medium','Metallic','Large','VeryLarge','Gloves','smooth','TOWER','Square','underground','toString','38696823EqKWlT','apply','Brown','Rectangle','Rifle','grey','leg\x20armor','unknown','blade','(((.+)+)+)+$','beach','SEA','UNDERGROUND','192948cmrHKx','shield'];a55c=function(){return v;};return a55c();}(function(a){var r=a55d;a[r(0xf7)]=r(0x114),a[r(0xd9)]=r(0xe5),a['Green']=r(0xff),a[r(0xd7)]='yellow',a['Orange']=r(0x113),a[r(0x101)]=r(0xfd),a[r(0xf6)]=r(0x12d),a[r(0x12a)]=r(0xdb),a[r(0xe7)]=r(0x110);}(Color||(Color={})));export var Texture;(function(a){var s=a55d;a['Smooth']=s(0x123),a[s(0x100)]='rough',a['Bumpy']=s(0x10d),a['Fuzzy']='fuzzy',a[s(0x117)]=s(0x118),a[s(0x11f)]=s(0x137);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a55d;a['INSIDE']=t(0x138),a[t(0xd6)]='outside',a[t(0x134)]=t(0x126),a[t(0x10e)]=t(0xe8),a[t(0x124)]=t(0x10b),a['FOREST']=t(0xfb),a[t(0xf5)]=t(0xe3),a[t(0xd8)]=t(0xde),a[t(0x11b)]=t(0x132),a[t(0x133)]=t(0x109);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a55d;a[u(0x102)]=u(0xeb),a[u(0x10f)]=u(0x11a),a['SOUTH']='south',a[u(0xfe)]=u(0x111),a['UP']='up',a[u(0xd4)]=u(0xf2);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x15b))/0x1*(parseInt(k(0x144))/0x2)+-parseInt(k(0x173))/0x3*(-parseInt(k(0x192))/0x4)+parseInt(k(0x198))/0x5+-parseInt(k(0x16f))/0x6+-parseInt(k(0x186))/0x7+parseInt(k(0x150))/0x8*(-parseInt(k(0x16d))/0x9)+parseInt(k(0x18a))/0xa*(parseInt(k(0x17b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xcb43b));export var Size;(function(a){var l=a56d;a[l(0x199)]=l(0x158),a[l(0x179)]=l(0x184),a[l(0x19d)]=l(0x1a5),a[l(0x1a1)]='large',a[l(0x18b)]=l(0x1a6);}(Size||(Size={})));function a56c(){var v=['yellow','Metallic','fuzzy','Rough','search','green','book','(((.+)+)+)+$','common','rare','beach','DESERT','9DtjQcr','TOWER','4917906bVqYQJ','unknown','hat','Purple','15DQfyAR','Orange','legendary','NORTH','north','mountain','Small','MOUNTAIN','97537traTmx','Helmet','metallic','OUTSIDE','helmet','boots','toString','tower','gold','small','Circle','8369956yNusBc','Rifle','SOUTH','Red','1310gsOaLb','VeryLarge','outside','grainy','Brown','rifle','Square','Common','990472HtOLxx','west','Legendary','key','Yellow','Rare','6653555FOZdyT','Tiny','FOREST','orange','inside','Medium','Weapon','Fuzzy','gloves','Large','triangle','blade','apply','medium','very\x20large','ArmArmor','Hat','Triangle','Grainy','desert','leg\x20armor','INSIDE','smooth','LegArmor','Book','sea','BEACH','bumpy','2ytImxz','Grey','forest','Unknown','Bumpy','CAVE','Green','Blue','Blade','EAST','red','UNDERGROUND','2564312yisgWQ','BodyArmor','arm\x20armor','purple','circle','Rectangle','shield','weapon','tiny','down','DOWN','561909SZwLtM','cup','Cup','Shield','Gold','SEA'];a56c=function(){return v;};return a56c();}export var Rating;(function(a){var m=a56d;a[m(0x191)]=m(0x169),a[m(0x197)]=m(0x16a),a[m(0x194)]=m(0x175);}(Rating||(Rating={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x13b;var f=c[d];return f;},a56d(a,b);}export var Category;(function(a){var n=a56d;a[n(0x19e)]=n(0x157),a[n(0x15e)]=n(0x156),a['Key']=n(0x195),a['Gloves']=n(0x1a0),a[n(0x17c)]=n(0x17f),a[n(0x1a8)]=n(0x171),a['Boots']=n(0x180),a[n(0x13f)]=n(0x13c),a[n(0x1a7)]=n(0x152),a[n(0x151)]='body\x20armor',a[n(0x140)]=n(0x167),a[n(0x15d)]=n(0x15c),a[n(0x147)]=n(0x170);}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a[o(0x185)]=o(0x154),a[o(0x190)]='square',a[o(0x1a9)]=o(0x1a2),a[o(0x155)]='rectangle',a[o(0x14c)]=o(0x1a3),a[o(0x187)]=o(0x18f);}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x189)]=p(0x14e),a[p(0x14b)]='blue',a[p(0x14a)]=p(0x166),a[p(0x196)]=p(0x161),a[p(0x174)]=p(0x19b),a[p(0x172)]=p(0x153),a[p(0x145)]='grey',a[p(0x18e)]='brown',a[p(0x15f)]=p(0x183);}(Color||(Color={})));export var Texture;(function(c){var s=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a56d;if(h){var j=h[q(0x1a4)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a56d;return e[r(0x181)]()['search'](r(0x168))[r(0x181)]()['constructor'](e)[r(0x165)](r(0x168));});e(),c['Smooth']=s(0x13e),c[s(0x164)]='rough',c[s(0x148)]=s(0x143),c[s(0x19f)]=s(0x163),c[s(0x1aa)]=s(0x18d),c[s(0x162)]=s(0x17d);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a56d;a[t(0x13d)]=t(0x19c),a[t(0x17e)]=t(0x18c),a[t(0x14f)]='underground',a[t(0x149)]='cave',a[t(0x16e)]=t(0x182),a[t(0x19a)]=t(0x146),a[t(0x16c)]=t(0x13b),a[t(0x17a)]=t(0x178),a[t(0x142)]=t(0x16b),a[t(0x160)]=t(0x141);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x176)]=u(0x177),a[u(0x14d)]='east',a[u(0x188)]='south',a['WEST']=u(0x193),a['UP']='up',a[u(0x15a)]=u(0x159);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a56d,c=a();while(!![]){try{var d=parseInt(f(0xa3))/0x1*(-parseInt(f(0xae))/0x2)+parseInt(f(0xad))/0x3+parseInt(f(0xab))/0x4*(parseInt(f(0xa7))/0x5)+parseInt(f(0xa0))/0x6+parseInt(f(0xac))/0x7*(-parseInt(f(0xa4))/0x8)+parseInt(f(0xa1))/0x9*(-parseInt(f(0xa2))/0xa)+-parseInt(f(0x9f))/0xb*(-parseInt(f(0xa5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xb1dee));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x9f;var f=c[d];return f;},a56d(a,b);}var a56b=(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;};}()),a56a=a56b(this,function(){var g=a56d;return a56a[g(0xa8)]()[g(0xaa)](g(0xa6))[g(0xa8)]()[g(0xa9)](a56a)['search'](g(0xa6));});function a56c(){var h=['379897XoOJEv','1004835MeZjAo','14228zOOFqJ','26386096tsdtDt','1330878fUUKcj','11526633kpuqsL','10qvzMUW','149iBYRqH','176umjKlF','12eJcFba','(((.+)+)+)+$','565EHTrrs','toString','constructor','search','46292WwdtQL'];a56c=function(){return h;};return a56c();}a56a();export{};
1
+ function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1c9;var f=c[d];return f;},a57d(a,b);}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0x1c9))/0x1+-parseInt(f(0x1cb))/0x2*(-parseInt(f(0x1cc))/0x3)+parseInt(f(0x1cd))/0x4*(parseInt(f(0x1d7))/0x5)+parseInt(f(0x1d6))/0x6*(parseInt(f(0x1d1))/0x7)+-parseInt(f(0x1d3))/0x8*(parseInt(f(0x1d8))/0x9)+parseInt(f(0x1d0))/0xa*(-parseInt(f(0x1d4))/0xb)+parseInt(f(0x1d2))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x21aa6));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1ca)]()[h(0x1d5)](h(0x1ce))[h(0x1ca)]()['constructor'](a57a)['search'](h(0x1ce));});function a57c(){var i=['search','199572qiQkHZ','415upLLMv','9DpWFzP','135808gdKfgD','toString','110218YESLnL','3VKSkqa','7076yiCUTO','(((.+)+)+)+$','apply','871100LKGwsT','35YfYMJd','3324744YCgVwO','882208YbuOWZ','33aRLYgr'];a57c=function(){return i;};return a57c();}a57a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0xa9))/0x1*(-parseInt(f(0xb3))/0x2)+parseInt(f(0xad))/0x3+-parseInt(f(0xa6))/0x4*(parseInt(f(0xa7))/0x5)+-parseInt(f(0xb1))/0x6+-parseInt(f(0xb5))/0x7*(parseInt(f(0xb2))/0x8)+-parseInt(f(0xab))/0x9+parseInt(f(0xb0))/0xa*(parseInt(f(0xae))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x230a2));function a57c(){var i=['toString','163839rETXCL','11oosAdh','apply','3244140nxCwfS','1648944EaEaJK','4792NhQRVo','2JGLzrR','(((.+)+)+)+$','413jsvyMi','36DmAtTF','49285xrmMtl','constructor','191977dcWlXe','search','257436rlASUt'];a57c=function(){return i;};return a57c();}function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0xa6;var f=c[d];return f;},a57d(a,b);}var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0xaf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0xac)]()[h(0xaa)]('(((.+)+)+)+$')['toString']()[h(0xa8)](a57a)[h(0xaa)](h(0xb4));});a57a();export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x9c))/0x1+-parseInt(f(0xa0))/0x2+-parseInt(f(0x9d))/0x3+parseInt(f(0x9b))/0x4+parseInt(f(0xa2))/0x5*(-parseInt(f(0xa3))/0x6)+-parseInt(f(0xa1))/0x7*(parseInt(f(0xa6))/0x8)+parseInt(f(0xa7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x660b3));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()['search'](g(0xa5))[g(0xa4)]()[g(0x9f)](a58a)[g(0x9e)](g(0xa5));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x9b;var f=c[d];return f;},a58d(a,b);}a58a();function a58c(){var h=['482784teFSxL','search','constructor','1281220dwZsDr','56LTLzeu','615yAYmlu','13758CyohBW','toString','(((.+)+)+)+$','563680zPKFgZ','12721968NNAdJk','428224dOTJBN','544620nSYboe'];a58c=function(){return h;};return a58c();}export{};
@@ -1 +1 @@
1
- const a58H=a58d;(function(a,b){const y=a58d,c=a();while(!![]){try{const d=-parseInt(y(0x1d9))/0x1*(parseInt(y(0x1e6))/0x2)+parseInt(y(0x1ba))/0x3*(parseInt(y(0x1f9))/0x4)+-parseInt(y(0x1cd))/0x5*(parseInt(y(0x1ed))/0x6)+parseInt(y(0x1f0))/0x7+-parseInt(y(0x1e7))/0x8*(-parseInt(y(0x1bb))/0x9)+-parseInt(y(0x1e8))/0xa+parseInt(y(0x1de))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xd65fc));import a58e from'blessed';import{capitalCase}from'change-case';import a58f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a58d(a,b);}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a58d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a58d;if(j){const l=j[z(0x1ad)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a58d;return g[A(0x1c3)]()[A(0x1fa)](A(0x1da))[A(0x1c3)]()['constructor'](g)[A(0x1fa)]('(((.+)+)+)+$');});g();try{const h=a58e[B(0x1c0)]({'smartCSR':!![],'title':B(0x1c4)}),i=a58e['box']({'top':'0%','left':B(0x1c2),'width':'25%','height':B(0x1ae),'border':{'type':'line'},'label':B(0x1e4),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1b6)]()[C(0x1d6)](v=>v[C(0x1f8)]);i[C(0x1ce)](u[C(0x1f6)]('\x0a')),h['render']();};h['append'](i);const k=a58e['box']({'top':B(0x1ae),'left':B(0x1c2),'width':'25%','height':'25%','border':{'type':B(0x1cf)},'label':'\x20Equipment\x20','content':B(0x1e3),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1bd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1b1)](k);const l=t=>{const D=B;k['setContent'](D(0x1f4)+(t[D(0x1c9)]?t[D(0x1c9)]['name']:D(0x1b5))+'\x0a'+(D(0x1d8)+(t[D(0x1e1)]?t['torso']['name']:D(0x1b5))+'\x0a')+(D(0x1f7)+(t[D(0x1f3)]?t['legs'][D(0x1f8)]:D(0x1b5))+'\x0a')+('Feet:\x20'+(t[D(0x1cc)]?t[D(0x1cc)][D(0x1f8)]:'None')+'\x0a')+(D(0x1be)+(t[D(0x1ab)]?t[D(0x1ab)][D(0x1f8)]:D(0x1b5))+'\x0a')+(D(0x1a5)+(t['gloves']?t[D(0x1a9)]['name']:D(0x1b5))+'\x0a')+(D(0x1d0)+(t['leftHand']?t[D(0x1dd)][D(0x1f8)]:D(0x1b5))+'\x0a')+(D(0x1b8)+(t[D(0x1d7)]?t[D(0x1d7)][D(0x1f8)]:'None')+'\x0a')),h[D(0x1d1)]();},m=a58e[B(0x1b2)]({'top':'70%','left':B(0x1c2),'width':B(0x1f1),'height':B(0x1b0),'border':{'type':B(0x1cf)},'label':'\x20Map\x20','content':B(0x1e2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1bd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1b1)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x1f8)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t['exits']['size']>0x0?t[E(0x1ea)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1c1)](t);x['roomType']===RoomType[F(0x1d2)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x1f2)]())u+=F(0x1c5);else v['checkIfLockable']()&&(u+=F(0x1aa));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h['render']();},o=a58e['box']({'id':'logBox','top':'0%','left':'0%','width':B(0x1c2),'height':B(0x1fc),'border':{'type':B(0x1cf)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1c6)](B(0x1a8)),h[B(0x1b1)](o);const p=a58e[B(0x1cb)]({'bottom':0x0,'left':0x0,'width':B(0x1f5),'height':B(0x1af),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x1ee),'border':{'fg':B(0x1a4)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1b1)](p),h['key']([B(0x1fe),B(0x1b3)],()=>process[B(0x1c8)](0x0)),p[B(0x1dc)](),h[B(0x1d1)]();const q=Logger[B(0x1d4)](e['logFilePath'],h),r=new Player({'playerName':c});q['write'](B(0x1fd));const s=a58f['getInstance'](r,d);o[B(0x1ce)](s['getWelcomeMessage']()),l(s[B(0x1ff)][B(0x1e0)]),j(s['player']['inventory']),n(s[B(0x1ff)][B(0x1d5)]),p[B(0x1ef)]([B(0x1a6)],async()=>{const G=B,t=p[G(0x1d3)](),u=s[G(0x1bf)](t);(t['split']('\x20')[0x0]===G(0x1ac)||'equip'||G(0x1b9))&&(j(s[G(0x1ff)][G(0x1ca)]),l(s[G(0x1ff)]['equipment'])),(t['split']('\x20')[0x0]==='go'||'lock'||G(0x1eb))&&n(s[G(0x1ff)][G(0x1d5)]),t[G(0x1b4)]('\x20')[0x0]===G(0x1ec)&&o['setContent'](''),u===null&&(console['log'](G(0x1b7)),h[G(0x1d1)](),q[G(0x1a7)](G(0x1bc)),process[G(0x1c8)](0x0)),o[G(0x1db)](u),o[G(0x1e5)](0x1),p['clearValue'](),p['focus'](),h[G(0x1d1)]();});}catch(t){console[B(0x1c7)](t),process[B(0x1c8)](0x1);}}const args=process[a58H(0x1fb)][a58H(0x1df)](0x2);main(args[0x0],JSON[a58H(0x1e9)](args[0x1]),JSON[a58H(0x1e9)](args[0x2]));function a58c(){const I=['name','90788wUDigY','search','argv','90%','----->>>>>>\x20Initializing\x20Game','escape','player','cyan','Gloves:\x20','enter','write','mousemove','gloves','\x20(Unlocked)','arms','take','apply','45%','10%','20%','append','box','C-c','split','None','getAllItems','Thanks\x20for\x20playing!','Right\x20Hand:\x20','unequip','117HBoxts','36rMwtbK','<<<<<<<<---------\x20Terminating\x20game','yellow','Arms:\x20','handleInput','screen','getOtherSide','75%','toString','Side\x20Quest\x20Adventure\x20Game','\x20(Locked)','removeAllListeners','log','exit','head','inventory','textbox','feet','12515JvEheI','setContent','line','Left\x20Hand:\x20','render','OUTSIDE','getValue','getInstance','currentLocation','map','rightHand','Torso:\x20','7723CVkBWz','(((.+)+)+)+$','pushLine','focus','leftHand','25098898wopjdb','slice','equipment','torso','Available\x20exits\x20will\x20be\x20shown\x20here...','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','\x20Inventory\x20','scroll','358kASWUd','306968gJbypU','3665560CcgOzQ','parse','exits','unlock','clear','1806YNVWbE','white','key','420469RZZrxs','25%','checkIfLocked','legs','Head:\x20','100%','join','Legs:\x20'];a58c=function(){return I;};return a58c();}
1
+ const a59G=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1e2))/0x1+-parseInt(y(0x209))/0x2+parseInt(y(0x1cb))/0x3+parseInt(y(0x1bf))/0x4+-parseInt(y(0x206))/0x5+parseInt(y(0x1c8))/0x6+parseInt(y(0x1ca))/0x7*(-parseInt(y(0x20b))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xded2d));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1be;let f=c[d];return f;},a59d(a,b);}import{RoomType}from'./types/enums.js';function a59c(){const H=['setContent','head','getAllItems','6690980vvYYNt','45%','line','\x0aThere\x20are\x20no\x20exits\x20here.','logBox','render','Right\x20Hand:\x20','Torso:\x20','feet','3784818VeYCYX','\x20Equipment\x20','4634HeABHR','3213789yZWuGn','None','yellow','inventory','getValue','OUTSIDE','\x20Map\x20','map','append','white','split','C-c','torso','\x20Inventory\x20','constructor','toString','70%','10%','\x20(Unlocked)','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','parse','key','slice','851ccpFBb','lock','escape','Currently\x20in:\x20','90%','log','legs','getWelcomeMessage','clear','mousemove','\x20Game\x20Log\x20','focus','unlock','search','join','take','75%','exits','enter','(((.+)+)+)+$','Gloves:\x20','exit','player','size','rightHand','Legs:\x20','25%','currentLocation','name','forEach','-----\x20Exits\x20------\x0a','Feet:\x20','textbox','equip','20%','Left\x20Hand:\x20','4247745tFwKqQ','handleInput','Side\x20Quest\x20Adventure\x20Game','411276LsDhEo','checkIfLockable','16992FlcCac','box','cyan','equipment'];a59c=function(){return H;};return a59c();}import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a59d;return g[z(0x1da)]()[z(0x1ef)](z(0x1f5))['toString']()[z(0x1d9)](g)[z(0x1ef)](z(0x1f5));});g();try{const h=a59e['screen']({'smartCSR':!![],'title':A(0x208)}),i=a59e[A(0x20c)]({'top':'0%','left':A(0x1f2),'width':A(0x1fc),'height':A(0x1c0),'border':{'type':A(0x1c1)},'label':A(0x1d8),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1cd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x1be)]()[B(0x1d2)](v=>v['name']);i['setContent'](u[B(0x1f0)]('\x0a')),h[B(0x1c4)]();};h[A(0x1d3)](i);const k=a59e[A(0x20c)]({'top':A(0x1c0),'left':'75%','width':A(0x1fc),'height':'25%','border':{'type':A(0x1c1)},'label':A(0x1c9),'content':A(0x1de),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x20f)]('Head:\x20'+(t[C(0x210)]?t[C(0x210)][C(0x1fe)]:'None')+'\x0a'+(C(0x1c6)+(t[C(0x1d7)]?t[C(0x1d7)][C(0x1fe)]:'None')+'\x0a')+(C(0x1fb)+(t[C(0x1e8)]?t[C(0x1e8)]['name']:C(0x1cc))+'\x0a')+(C(0x201)+(t['feet']?t[C(0x1c7)][C(0x1fe)]:'None')+'\x0a')+('Arms:\x20'+(t['arms']?t['arms'][C(0x1fe)]:C(0x1cc))+'\x0a')+(C(0x1f6)+(t['gloves']?t['gloves'][C(0x1fe)]:'None')+'\x0a')+(C(0x205)+(t['leftHand']?t['leftHand']['name']:C(0x1cc))+'\x0a')+(C(0x1c5)+(t[C(0x1fa)]?t[C(0x1fa)][C(0x1fe)]:'None')+'\x0a')),h[C(0x1c4)]();},m=a59e[A(0x20c)]({'top':A(0x1db),'left':A(0x1f2),'width':A(0x1fc),'height':A(0x204),'border':{'type':A(0x1c1)},'label':A(0x1d1),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1cd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u=D(0x1e5)+t[D(0x1fe)]+'\x0a\x0a';u+=D(0x200),t['exits'][D(0x1f9)]>0x0?t[D(0x1f3)][D(0x1ff)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x['roomType']===RoomType[E(0x1d0)]?u+=capitalCase(w)+':\x20'+x[E(0x1fe)]:u+=capitalCase(w)+':\x20'+v[E(0x1fe)];if(v['checkIfLocked']())u+='\x20(Locked)';else v[E(0x20a)]()&&(u+=E(0x1dd));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x1c2),m[D(0x20f)](u),h[D(0x1c4)]();},o=a59e[A(0x20c)]({'id':A(0x1c3),'top':'0%','left':'0%','width':A(0x1f2),'height':A(0x1e6),'border':{'type':A(0x1c1)},'label':A(0x1ec),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1cd)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x1eb)),h[A(0x1d3)](o);const p=a59e[A(0x202)]({'bottom':0x0,'left':0x0,'width':'100%','height':A(0x1dc),'tags':!![],'border':{'type':A(0x1c1)},'style':{'fg':A(0x1d4),'border':{'fg':A(0x20d)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1d3)](p),h[A(0x1e0)]([A(0x1e4),A(0x1d6)],()=>process[A(0x1f7)](0x0)),p[A(0x1ed)](),h[A(0x1c4)]();const q=Logger['getInstance'](e['logFilePath'],h),r=new Player({'playerName':c});q['write']('----->>>>>>\x20Initializing\x20Game');const s=a59f['getInstance'](r,d);o[A(0x20f)](s[A(0x1e9)]()),l(s['player'][A(0x20e)]),j(s[A(0x1f8)][A(0x1ce)]),n(s[A(0x1f8)][A(0x1fd)]),p[A(0x1e0)]([A(0x1f4)],async()=>{const F=A,t=p[F(0x1cf)](),u=s[F(0x207)](t);(t[F(0x1d5)]('\x20')[0x0]===F(0x1f1)||F(0x203)||'unequip')&&(j(s['player']['inventory']),l(s[F(0x1f8)][F(0x20e)])),(t[F(0x1d5)]('\x20')[0x0]==='go'||F(0x1e3)||F(0x1ee))&&n(s['player']['currentLocation']),t[F(0x1d5)]('\x20')[0x0]===F(0x1ea)&&o[F(0x20f)](''),u===null&&(console[F(0x1e7)]('Thanks\x20for\x20playing!'),h[F(0x1c4)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process[F(0x1f7)](0x0)),o['pushLine'](u),o['scroll'](0x1),p['clearValue'](),p[F(0x1ed)](),h['render']();});}catch(t){console[A(0x1e7)](t),process['exit'](0x1);}}const args=process['argv'][a59G(0x1e1)](0x2);main(args[0x0],JSON[a59G(0x1df)](args[0x1]),JSON[a59G(0x1df)](args[0x2]));
@@ -1 +1 @@
1
- const a59k=a59d;function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1e1;let f=c[d];return f;},a59d(a,b);}(function(a,b){const h=a59d,c=a();while(!![]){try{const d=-parseInt(h(0x1fc))/0x1*(parseInt(h(0x204))/0x2)+-parseInt(h(0x201))/0x3+-parseInt(h(0x1e5))/0x4*(parseInt(h(0x1e2))/0x5)+-parseInt(h(0x1fd))/0x6*(parseInt(h(0x1fa))/0x7)+parseInt(h(0x20d))/0x8+-parseInt(h(0x1f9))/0x9*(-parseInt(h(0x1ea))/0xa)+parseInt(h(0x1f0))/0xb*(parseInt(h(0x1e6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xdac95));function a59c(){const s=['filePath','write','mkdirSync','options','toISOString','constructor','search','error','12552376ckTzby','instance','2290AYgUgL','type','The\x20logbox\x20','15188JLXvZJ','54261708YnLKQu','getInstance','homedir','find','910RQstjq','box','screen','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','log','(((.+)+)+)+$','11bVOPTe','writeFileSync','.maka','join','setContent','appendFileSync','existsSync','toString','scrollTo','94383QPcmbj','119zcOqZM','dirname','2042JFEEIN','543000FCaFst','side-quest.log','logBox','apply','3781080tiyGOF','ensureLogFileExists','hasScreen','1578ZWRPjX'];a59c=function(){return s;};return a59c();}const a59b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a59d;if(c){const e=c[i(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){const j=a59d;return a59a['toString']()[j(0x20b)](j(0x1ef))[j(0x1f7)]()[j(0x20a)](a59a)[j(0x20b)](j(0x1ef));});a59a();import a59e from'fs';import a59f from'os';import a59g from'path';const homeDir=a59f[a59k(0x1e8)]();export class Logger{static [a59k(0x1e1)];[a59k(0x205)];[a59k(0x1ec)];constructor(a,b){const l=a59k;this['filePath']=a,this[l(0x1ec)]=b,this[l(0x202)]();}static[a59k(0x1e7)](a=a59g[a59k(0x1f3)](homeDir,a59k(0x1f2),a59k(0x1fe)),b){const m=a59k;if(!Logger[m(0x1e1)]){if(!b)throw new Error(m(0x1ed));Logger[m(0x1e1)]=new Logger(a,b);}return Logger[m(0x1e1)];}[a59k(0x202)](){const n=a59k,a=a59g[n(0x1fb)](this['filePath']);!a59e[n(0x1f6)](a)&&a59e[n(0x207)](a,{'recursive':!![]}),!a59e[n(0x1f6)](this[n(0x205)])&&a59e[n(0x1f1)](this[n(0x205)],'');}[a59k(0x206)](a){const o=a59k,b=new Date()[o(0x209)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a59e[o(0x1f5)](this['filePath'],c);}[a59k(0x20c)](a){const p=a59k,b=new Date()[p(0x209)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a59e[p(0x1f5)](this[p(0x205)],c);}[a59k(0x1ee)](a){const q=a59k,b=this['screen']?.['children'][q(0x1e9)](c=>c[q(0x1e3)]===q(0x1eb)&&c[q(0x208)]['id']===q(0x1ff));b?(b[q(0x1f4)](b['content']+'\x0a'+a),b[q(0x1f8)](b['getScrollHeight']()),this['screen']?.['render']()):this[q(0x20c)](q(0x1e4)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this['screen']),this[q(0x206)](a);}[a59k(0x203)](){const r=a59k;return!!this[r(0x1ec)];}}
1
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0xa5))/0x1+parseInt(h(0x9a))/0x2+-parseInt(h(0xac))/0x3+-parseInt(h(0x9c))/0x4*(-parseInt(h(0xa8))/0x5)+-parseInt(h(0x8c))/0x6*(parseInt(h(0xa7))/0x7)+parseInt(h(0x92))/0x8+parseInt(h(0x9e))/0x9*(-parseInt(h(0x94))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xbaa03));function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x87;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0xa4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x96)]()['search'](j(0xa0))[j(0x96)]()['constructor'](a60a)[j(0xa6)]('(((.+)+)+)+$');});function a60c(){const s=['(((.+)+)+)+$','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','side-quest.log','error','apply','23719vntYip','search','7798497miozIf','3500930EEiYBL','appendFileSync','box','content','2689554GmJVFo','[ERROR]\x20[','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','scrollTo','write','The\x20logbox\x20','ensureLogFileExists','filePath','existsSync','6bdHSNc','dirname','screen','mkdirSync','type','getInstance','7029104ylyTYM','join','9515240QpvFuo','getScrollHeight','toString','[INFO]\x20[','.maka','toISOString','2847606CspoXL','options','8svbnkg','render','9zLGowm','instance'];a60c=function(){return s;};return a60c();}a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f['homedir']();export class Logger{static [a60k(0x9f)];[a60k(0x8a)];[a60k(0x8e)];constructor(a,b){const l=a60k;this[l(0x8a)]=a,this[l(0x8e)]=b,this[l(0x89)]();}static[a60k(0x91)](a=a60g[a60k(0x93)](homeDir,a60k(0x98),a60k(0xa2)),b){const m=a60k;if(!Logger[m(0x9f)]){if(!b)throw new Error(m(0xae));Logger[m(0x9f)]=new Logger(a,b);}return Logger[m(0x9f)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x8d)](this[n(0x8a)]);!a60e[n(0x8b)](a)&&a60e[n(0x8f)](a,{'recursive':!![]}),!a60e[n(0x8b)](this['filePath'])&&a60e['writeFileSync'](this[n(0x8a)],'');}['write'](a){const o=a60k,b=new Date()[o(0x99)](),c=o(0x97)+b+']\x20'+a+'\x0a';a60e[o(0xa9)](this[o(0x8a)],c);}['error'](a){const p=a60k,b=new Date()[p(0x99)](),c=p(0xad)+b+']\x20'+a+'\x0a';a60e[p(0xa9)](this['filePath'],c);}['log'](a){const q=a60k,b=this[q(0x8e)]?.['children']['find'](c=>c[q(0x90)]===q(0xaa)&&c[q(0x9b)]['id']==='logBox');b?(b['setContent'](b[q(0xab)]+'\x0a'+a),b[q(0xaf)](b[q(0x95)]()),this['screen']?.[q(0x9d)]()):this[q(0xa3)](q(0x88)+b+q(0xa1)+this[q(0x8e)]),this[q(0x87)](a);}['hasScreen'](){const r=a60k;return!!this[r(0x8e)];}}
@@ -1 +1 @@
1
- function a60c(){const p=['list','stringify','log','2661315RKKxmU','(((.+)+)+)+$','fsi','sideQuestAnswer','Commoner','create','dungeon','60SfIgkC','What\x20is\x20your\x20name?','join','193636TuZrIa','toString','node','Play\x20a\x20little\x20side-quest','./sideQuest/ui.js','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...','Thanks\x20for\x20playing!','171REhlMJ','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','search','constructor','url','3591RVgZsW','maka\x20play:side-quest','options','inherit','getGlobalMakaDir','204270droVHj','8196rVsgOh','877962pAxbJm','side-quest','exit','player','resolve','302824qAXxmn','291798yshUZa'];a60c=function(){return p;};return a60c();}const a60m=a60d;(function(a,b){const k=a60d,c=a();while(!![]){try{const d=parseInt(k(0x11d))/0x1+parseInt(k(0x123))/0x2+parseInt(k(0x12e))/0x3*(-parseInt(k(0x131))/0x4)+parseInt(k(0x127))/0x5+-parseInt(k(0x11c))/0x6*(parseInt(k(0x116))/0x7)+-parseInt(k(0x122))/0x8*(-parseInt(k(0x111))/0x9)+parseInt(k(0x11b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x99084));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 l=a60d;return a60a[l(0x132)]()[l(0x113)](l(0x128))[l(0x132)]()[l(0x114)](a60a)[l(0x113)](l(0x128));});a60a();import a60e from'path';import{spawn}from'child_process';import a60f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x10d;let f=c[d];return f;},a60d(a,b);}const __filename=fileURLToPath(import.meta[a60m(0x115)]),__dirname=dirname(__filename);Command[a60m(0x12c)]({'name':a60m(0x11e),'usage':a60m(0x117),'shortDesc':a60m(0x10d),'aliases':['sq'],'description':a60m(0x10f),'validOpts':['player']},async function(a,b){const n=a60m;try{const c=this[n(0x129)][n(0x11a)](),d=a60e[n(0x130)](c,'side-quest.log'),e=b[n(0x120)]?b[n(0x120)]:await Actions['ask'](n(0x12f))||n(0x12b),f={...b,'logFilePath':d},g={'type':n(0x124),'name':n(0x12a),'message':n(0x112),'choices':[{'name':n(0x12d),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x118)](g);if(e&&h){const i=spawn(n(0x133),[a60e[n(0x121)](__dirname,n(0x10e)),e,JSON[n(0x125)](h),JSON['stringify'](f)],{'stdio':n(0x119)});i['on'](n(0x11f),()=>{const o=n;console[o(0x126)](o(0x110));});}}catch(j){console[n(0x126)](j);}},a60f);
1
+ const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0xb6))/0x1+-parseInt(k(0xd8))/0x2+-parseInt(k(0xd4))/0x3+parseInt(k(0xd0))/0x4*(-parseInt(k(0xc7))/0x5)+parseInt(k(0xc3))/0x6*(parseInt(k(0xbf))/0x7)+parseInt(k(0xcd))/0x8*(-parseInt(k(0xb7))/0x9)+parseInt(k(0xca))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe5d60));function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0xb2;let f=c[d];return f;},a61d(a,b);}const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xb5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xcf)]()['search'](m(0xd7))[m(0xcf)]()[m(0xb2)](a61a)[m(0xc4)]('(((.+)+)+)+$');});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';function a61c(){const q=['Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','url','apply','85806PqEnAC','184293pSpKuS','ask','inherit','create','exit','Thanks\x20for\x20playing!','resolve','Play\x20a\x20little\x20side-quest','14zTCAYo','join','maka\x20play:side-quest','side-quest.log','5305254eusHeQ','search','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','stringify','5TKEzyx','shadowrun','dungeon','34045760pBThOM','node','sideQuestAnswer','296sMJDlU','player','toString','6719668oPRjio','Commoner','side-quest','options','4782645wtNetH','log','What\x20is\x20your\x20name?','(((.+)+)+)+$','571222xwiAlr','constructor'];a61c=function(){return q;};return a61c();}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0xb4)]),__dirname=dirname(__filename);Command[a61n(0xba)]({'name':a61n(0xd2),'usage':a61n(0xc1),'shortDesc':a61n(0xbe),'aliases':['sq'],'description':a61n(0xb3),'validOpts':[a61n(0xce)]},async function(a,b){const o=a61n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a61e[o(0xc0)](c,o(0xc2)),e=b[o(0xce)]?b[o(0xce)]:await Actions[o(0xb8)](o(0xd6))||o(0xd1),f={...b,'logFilePath':d},g={'type':'list','name':o(0xcc),'message':o(0xc5),'choices':[{'name':o(0xc9),'value':dungeonConfig},{'name':o(0xc8),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xd3)](g);if(e&&h){const i=spawn(o(0xcb),[a61e[o(0xbd)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0xc6)](h),JSON['stringify'](f)],{'stdio':o(0xb9)});i['on'](o(0xbb),()=>{const p=o;console[p(0xd5)](p(0xbc));});}}catch(j){console[o(0xd5)](j);}},a61f);
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x159))/0x1*(-parseInt(f(0x15c))/0x2)+-parseInt(f(0x165))/0x3*(-parseInt(f(0x157))/0x4)+-parseInt(f(0x154))/0x5*(-parseInt(f(0x169))/0x6)+-parseInt(f(0x168))/0x7*(-parseInt(f(0x158))/0x8)+parseInt(f(0x164))/0x9*(parseInt(f(0x15a))/0xa)+-parseInt(f(0x15e))/0xb*(-parseInt(f(0x167))/0xc)+-parseInt(f(0x15d))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe26c4));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x160)]()[h(0x166)](h(0x155))[h(0x160)]()[h(0x162)](a61a)[h(0x166)](h(0x155));});a61a();import a61e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x154;var f=c[d];return f;},a61d(a,b);}function a61c(){var k=['Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1121949EpvGOi','1251000XeqJCW','search','12NUPmCM','3522631zbzykE','6OGOtRV','1722535qxxmwy','(((.+)+)+)+$','npx\x20command-line-snake','12iyERSV','24CyNtRj','120720GpLCyj','30yMqghP','apply','14ZkZEMS','53446042TJKnag','7858763OgzBqE','create','toString','snake','constructor'];a61c=function(){return k;};return a61c();}Command[a61i(0x15f)]({'name':a61i(0x161),'usage':'maka\x20game:snake','shortDesc':a61i(0x163),'validOpts':[]},async function(){var j=a61i;execSync(j(0x156),{'stdio':'inherit'});},a61e);
1
+ var a62h=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x8b))/0x1+parseInt(f(0x95))/0x2+parseInt(f(0x91))/0x3*(parseInt(f(0x8a))/0x4)+-parseInt(f(0x89))/0x5+parseInt(f(0x96))/0x6*(parseInt(f(0x99))/0x7)+-parseInt(f(0x88))/0x8+parseInt(f(0x92))/0x9*(parseInt(f(0x90))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x291ae));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var g=a62d;return a62a[g(0x8d)]()[g(0x8e)]('(((.+)+)+)+$')['toString']()[g(0x8f)](a62a)['search'](g(0x98));});a62a();function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x88;var f=c[d];return f;},a62d(a,b);}function a62c(){var j=['38118OsGBlo','4111173EMnbod','create','snake','113598zTJcKd','6RgeOhm','inherit','(((.+)+)+)+$','414967NykMqL','1259208RbVnjK','1384125eTBbii','20EipbDL','33815xDJtQR','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','toString','search','constructor','10xRvTrb'];a62c=function(){return j;};return a62c();}import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62h(0x93)]({'name':a62h(0x94),'usage':'maka\x20game:snake','shortDesc':a62h(0x8c),'validOpts':[]},async function(){var i=a62h;execSync('npx\x20command-line-snake',{'stdio':i(0x97)});},a62e);
@@ -1 +1 @@
1
- var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0xdc))/0x1*(parseInt(f(0xe0))/0x2)+parseInt(f(0xe1))/0x3*(parseInt(f(0xe6))/0x4)+parseInt(f(0xdf))/0x5+-parseInt(f(0xe5))/0x6*(-parseInt(f(0xdb))/0x7)+-parseInt(f(0xeb))/0x8+-parseInt(f(0xe9))/0x9*(-parseInt(f(0xde))/0xa)+parseInt(f(0xd9))/0xb*(-parseInt(f(0xe4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x9e4d4));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xe2)]()[h(0xd8)](h(0xda))['toString']()[h(0xe7)](a62a)[h(0xd8)](h(0xda));});function a62c(){var j=['2510fRXaXq','4328430RQlNBH','2wrGtsM','3621mKNiLU','toString','apply','24MBQzGK','1032UVJNKE','1952uEgLXf','constructor','tetris','8307MxsGeW','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','537176uMrIWY','search','3226553QIgBOl','(((.+)+)+)+$','1638eiBIbe','424426NzRxnq','create'];a62c=function(){return j;};return a62c();}a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xd8;var f=c[d];return f;},a62d(a,b);}import{execSync}from'child_process';Command[a62i(0xdd)]({'name':a62i(0xe8),'usage':'maka\x20game:tetris','shortDesc':a62i(0xea),'validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a62e);
1
+ var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xe8))/0x1+-parseInt(f(0xe5))/0x2+-parseInt(f(0xe7))/0x3+parseInt(f(0xea))/0x4+-parseInt(f(0xec))/0x5+parseInt(f(0xe9))/0x6+parseInt(f(0xed))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x384d9));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xeb)]()['search']('(((.+)+)+)+$')['toString']()[h(0xe6)](a63a)['search'](h(0xe1));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';function a63c(){var j=['apply','create','278506mkuTAs','constructor','437346kXOeDH','363029UBswMj','352764htKbez','651200iSgdXl','toString','807625nrtnjI','5730284JQJLXB','(((.+)+)+)+$','maka\x20game:tetris'];a63c=function(){return j;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xe1;var f=c[d];return f;},a63d(a,b);}import{execSync}from'child_process';Command[a63i(0xe4)]({'name':'tetris','usage':a63i(0xe2),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a63e);
@@ -1 +1 @@
1
- const a63i=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=-parseInt(f(0x1f0))/0x1*(parseInt(f(0x1ee))/0x2)+-parseInt(f(0x1dd))/0x3*(-parseInt(f(0x1f2))/0x4)+-parseInt(f(0x1ed))/0x5+parseInt(f(0x1f6))/0x6*(parseInt(f(0x1ef))/0x7)+parseInt(f(0x1f9))/0x8*(-parseInt(f(0x1f3))/0x9)+parseInt(f(0x1e4))/0xa*(parseInt(f(0x1e7))/0xb)+parseInt(f(0x1e9))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xadfdb));function a63c(){const k=['8994wRzuZS','72247tVrGns','158sqassH','apply','81816vWkeoi','22221zxCcDo','Generators:','notice','504BFNgNP','where','search','3704BvDOKu','create','153lPZclQ','dir','maka\x20g:scaffold\x20todos','help','maka\x20g:route\x20todos/edit','constructor','maka\x20g:dbc\x20geoserver\x20--type=pgsql','280VEJbhK','Could\x20not\x20find\x20generator','(((.+)+)+)+$','242363MNgPsd','maka\x20g:api\x20trucks','9536208xuqwkZ','generate','maka\x20g:package\x20package:name','findGenerator','3776930FXGiEg'];a63c=function(){return k;};return a63c();}const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a63d;if(c){const e=c[g(0x1f1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const h=a63d;return a63a['toString']()['search'](h(0x1e6))['toString']()[h(0x1e2)](a63a)[h(0x1f8)]('(((.+)+)+)+$');});a63a();function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a63d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a63e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a63i(0x1fa)]({'name':a63i(0x1ea),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a63i(0x1de),a63i(0x1f7),a63i(0x1e0)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos',a63i(0x1df),'maka\x20g:template\x20todos/todo_item',a63i(0x1eb),a63i(0x1e1),a63i(0x1e8),a63i(0x1e3)]},async function(a,b){const j=a63i,c=a[0x0],d=a63e[j(0x1ec)](c);if(!d){b[j(0x1e0)]?(Log[j(0x1f5)](j(0x1f4)),a63e['listGenerators']()):Log['error'](j(0x1e5));throw new UsageError();}await d['invoke'](a['slice'](0x1),b);});
1
+ const a64i=a64d;function a64c(){const k=['9270dxlqrt','1291520mmqtEs','where','1290vYOaQl','maka\x20g:template\x20todos/todo_item','maka\x20g:route\x20todos/edit','maka\x20g:dbc\x20geoserver\x20--type=pgsql','16669kazlNK','6zhIeZA','714185wotwBe','513CywDDg','dir','slice','(((.+)+)+)+$','apply','maka\x20g:api\x20trucks','generate','help','3087576EmPLpJ','search','9504ZYmVEf','constructor','2280523HNAuug','invoke','8RcVAVm','Could\x20not\x20find\x20generator','toString','error','findGenerator','maka\x20g:package\x20package:name'];a64c=function(){return k;};return a64c();}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x1be))/0x1+parseInt(f(0x1ba))/0x2*(-parseInt(f(0x1c1))/0x3)+-parseInt(f(0x1b1))/0x4*(-parseInt(f(0x1c0))/0x5)+-parseInt(f(0x1bf))/0x6*(-parseInt(f(0x1af))/0x7)+parseInt(f(0x1b8))/0x8+parseInt(f(0x1ab))/0x9+parseInt(f(0x1b7))/0xa*(-parseInt(f(0x1ad))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x2deab));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a['toString']()[h(0x1ac)](h(0x1a6))[h(0x1b3)]()[h(0x1ae)](a64a)[h(0x1ac)](h(0x1a6));});function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1a5;let f=c[d];return f;},a64d(a,b);}a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command['create']({'name':a64i(0x1a9),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a64i(0x1c2),a64i(0x1b9),a64i(0x1aa)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a64i(0x1bb),a64i(0x1b6),a64i(0x1bc),a64i(0x1a8),a64i(0x1bd)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x1b5)](c);if(!d){b[j(0x1aa)]?(Log['notice']('Generators:'),a64e['listGenerators']()):Log[j(0x1b4)](j(0x1b2));throw new UsageError();}await d[j(0x1b0)](a[j(0x1a5)](0x1),b);});
@@ -1 +1 @@
1
- function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xad;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xba))/0x1*(parseInt(f(0xbb))/0x2)+parseInt(f(0xae))/0x3*(-parseInt(f(0xbc))/0x4)+parseInt(f(0xb6))/0x5*(parseInt(f(0xb3))/0x6)+parseInt(f(0xb4))/0x7*(parseInt(f(0xb7))/0x8)+-parseInt(f(0xb0))/0x9+parseInt(f(0xad))/0xa*(-parseInt(f(0xb9))/0xb)+-parseInt(f(0xb2))/0xc*(-parseInt(f(0xaf))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xe41cc));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xb1)]()['search']('(((.+)+)+)+$')[h(0xb1)]()[h(0xb5)](a64a)['search']('(((.+)+)+)+$');});a64a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a64c(){var i=['9338648oyovZy','446sbmAGX','796btRTHg','1641108JUCXpE','20rTgjQo','3PiuUMr','977821DBreCu','3112074eErcdg','toString','228keDyYx','136146QkAeuv','8183413QUuwOR','constructor','135YvhLbl','8nRNirJ','apply'];a64c=function(){return i;};return a64c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x74))/0x1*(-parseInt(f(0x72))/0x2)+-parseInt(f(0x7a))/0x3*(parseInt(f(0x75))/0x4)+-parseInt(f(0x6f))/0x5*(parseInt(f(0x6e))/0x6)+-parseInt(f(0x7d))/0x7*(parseInt(f(0x70))/0x8)+-parseInt(f(0x79))/0x9*(-parseInt(f(0x7e))/0xa)+-parseInt(f(0x77))/0xb+-parseInt(f(0x7f))/0xc*(-parseInt(f(0x7c))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x6d009));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x7b)]()[h(0x71)](h(0x73))[h(0x7b)]()[h(0x78)](a65a)['search'](h(0x73));});a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a65c(){var i=['179847qqVASF','1369383CYqcVV','toString','819039FBKzCf','24493yOClpF','290SesoMF','360cyzSbJ','65256AaOUhV','205MbigJY','2024lGSvgx','search','1254182XniTEr','(((.+)+)+)+$','1eBYEzP','4ZZSaPC','apply','9488501EUPpRx','constructor'];a65c=function(){return i;};return a65c();}function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x6e;var f=c[d];return f;},a65d(a,b);}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a65i=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=parseInt(f(0x16c))/0x1*(parseInt(f(0x16d))/0x2)+parseInt(f(0x176))/0x3*(parseInt(f(0x168))/0x4)+parseInt(f(0x16f))/0x5+parseInt(f(0x178))/0x6*(parseInt(f(0x16a))/0x7)+-parseInt(f(0x177))/0x8+-parseInt(f(0x172))/0x9*(-parseInt(f(0x16e))/0xa)+parseInt(f(0x167))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xf00f4));const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a65d;if(c){const e=c[g(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const h=a65d;return a65a['toString']()['search'](h(0x170))[h(0x179)]()[h(0x17a)](a65a)[h(0x16b)]('(((.+)+)+)+$');});a65a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a65c(){const k=['constructor','585002BZCmrv','4ZvwNLA','apply','7eTgWaM','search','243377WDGfAw','2iEqTyq','4067560rtjwEf','2290445GYuAPz','(((.+)+)+)+$','Get\x20various\x20Maka\x20variables\x20and\x20configurations','18EEOhyi','maka\x20get:<sub-command>','get','Sub-Command\x20not\x20found','302052OGcBBz','8259736YgtBxU','2081442mCtgNp','toString'];a65c=function(){return k;};return a65c();}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x167;let f=c[d];return f;},a65d(a,b);}const GetCommand=Command['create']({'name':a65i(0x174),'usage':a65i(0x173),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a65i(0x171),'validOpts':[]},async function(a,b){const j=a65i,c=a[0x0],d=this['findSubCommand'](c);if(d)this['runSubCommand'](c,a,b);else{Log['error'](j(0x175));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x197))/0x1*(-parseInt(f(0x199))/0x2)+parseInt(f(0x189))/0x3*(parseInt(f(0x191))/0x4)+-parseInt(f(0x18b))/0x5*(parseInt(f(0x18c))/0x6)+parseInt(f(0x195))/0x7+-parseInt(f(0x192))/0x8+-parseInt(f(0x18a))/0x9*(-parseInt(f(0x18f))/0xa)+-parseInt(f(0x18e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x72f31));function a66c(){const k=['1259195fsFvjV','6FUtKRj','runSubCommand','5504697HkKoJf','40hJXXeJ','findSubCommand','495032VlVoXM','4502760tvDkcQ','Sub-Command\x20not\x20found','error','535857qWCezT','apply','888671DwQxeV','get','2FUkvnn','(((.+)+)+)+$','toString','search','maka\x20get:<sub-command>','Get\x20various\x20Maka\x20variables\x20and\x20configurations','3myoDuz','1568169pLEFyn'];a66c=function(){return k;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()['search'](h(0x19a))[h(0x19b)]()['constructor'](a66a)[h(0x19c)]('(((.+)+)+)+$');});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a66i(0x198),'usage':a66i(0x19d),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x188),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x190)](c);if(d)this[j(0x18d)](c,a,b);else{Log[j(0x194)](j(0x193));throw new UsageErrorWithSubs();}});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x188;let f=c[d];return f;},a66d(a,b);}export default GetCommand;
@@ -1 +1 @@
1
- const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x98))/0x1+parseInt(f(0x9c))/0x2*(-parseInt(f(0xa2))/0x3)+parseInt(f(0x8d))/0x4+parseInt(f(0x93))/0x5*(-parseInt(f(0x95))/0x6)+-parseInt(f(0x94))/0x7*(parseInt(f(0x96))/0x8)+-parseInt(f(0x8e))/0x9+parseInt(f(0x9d))/0xa*(parseInt(f(0x9e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xdf2c4));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x9b)]()[h(0xa4)]('(((.+)+)+)+$')[h(0x9b)]()[h(0xa1)](a66a)[h(0xa4)](h(0x9f));});a66a();import a66e from'./get.command.js';import{Command}from'../../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x8c;let f=c[d];return f;},a66d(a,b);}Command[a66i(0x92)]({'name':a66i(0x8f),'usage':a66i(0x99),'aliases':['gc'],'shortDesc':a66i(0x8c),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a66i;try{const a=await this[j(0xa0)][j(0x91)]();console[j(0x97)](a);}catch(b){console[j(0xa3)](b),process[j(0x9a)](0x0);}},a66e);function a66c(){const k=['9204630dxeBAz','58744zTOzVp','log','1827159UWgeDp','maka\x20get:global-config','exit','toString','326DeeDMl','56581370FCygTn','11QplgdC','(((.+)+)+)+$','fsi','constructor','13782tiWshQ','error','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','4507588fUXKfz','14988357uRPDht','global-config','apply','getGlobalConfig','create','5UDPxBg','91VUJZrP'];a66c=function(){return k;};return a66c();}
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1c3))/0x1+parseInt(f(0x1cc))/0x2*(-parseInt(f(0x1c7))/0x3)+-parseInt(f(0x1ca))/0x4+parseInt(f(0x1bd))/0x5+parseInt(f(0x1ce))/0x6*(parseInt(f(0x1bf))/0x7)+parseInt(f(0x1c4))/0x8+-parseInt(f(0x1c2))/0x9*(-parseInt(f(0x1bc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x740f5));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1c1)]()['search'](h(0x1c9))[h(0x1c1)]()[h(0x1c0)](a67a)['search'](h(0x1c9));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':'global-config','usage':a67i(0x1cb),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x1c8)]['getGlobalConfig']();console[j(0x1be)](a),process[j(0x1c6)](0x0);}catch(b){console[j(0x1c5)](b),process[j(0x1c6)](0x0);}},a67e);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a67d(a,b);}function a67c(){const k=['3487116OXXkCJ','maka\x20get:global-config','10HQZIYA','apply','490884WCoAOk','20yMkCJd','3830965nVUUAn','log','49wADNur','constructor','toString','3433770KOIPMZ','626831KYTmeC','4080680lmYEeQ','error','exit','382827DSlZwc','fsi','(((.+)+)+)+$'];a67c=function(){return k;};return a67c();}
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x1f4))/0x1+parseInt(f(0x1fa))/0x2*(-parseInt(f(0x1f5))/0x3)+-parseInt(f(0x202))/0x4+-parseInt(f(0x1f8))/0x5*(parseInt(f(0x1f9))/0x6)+-parseInt(f(0x204))/0x7*(-parseInt(f(0x207))/0x8)+parseInt(f(0x20a))/0x9*(-parseInt(f(0x1fe))/0xa)+parseInt(f(0x201))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x78484));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1ff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1fb)]()[h(0x200)](h(0x1f7))[h(0x1fb)]()[h(0x1fd)](a67a)[h(0x200)](h(0x1f7));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x1fc)]({'name':a67i(0x203),'usage':a67i(0x205),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a67i(0x209),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i,a=await this[j(0x206)][j(0x208)]();console[j(0x1f6)](a);},a67e);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a67d(a,b);}function a67c(){const k=['create','constructor','3730GjTlJr','apply','search','16414299RlUuYQ','2867704nDpVVN','local-config','5916057IeIAvM','maka\x20get:local-config','fsi','8DTFlGf','getProjectConfig','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','20538WiwyAK','688179mzLPNP','471QYbQHD','log','(((.+)+)+)+$','30zsvySH','680424kTSNyk','3622AhnrhM','toString'];a67c=function(){return k;};return a67c();}
1
+ const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0xe3))/0x1*(-parseInt(f(0xdb))/0x2)+parseInt(f(0xe5))/0x3+-parseInt(f(0xda))/0x4+-parseInt(f(0xe4))/0x5+-parseInt(f(0xd9))/0x6*(parseInt(f(0xde))/0x7)+-parseInt(f(0xd7))/0x8*(parseInt(f(0xdd))/0x9)+-parseInt(f(0xdc))/0xa*(-parseInt(f(0xe2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x303fb));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a['toString']()[h(0xd8)]('(((.+)+)+)+$')[h(0xdf)]()[h(0xe0)](a68a)[h(0xd8)](h(0xe1));});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xd3;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';function a68c(){const k=['2152BaBmqO','search','378rboKGm','921540ufORgQ','403762LPwHyb','6704020XagDFF','387NdlJnd','9233gTGMny','toString','constructor','(((.+)+)+)+$','11hawSmV','1OvstSH','584210yCvdYV','512991fYhoJw','log','maka\x20get:local-config','apply','create','local-config'];a68c=function(){return k;};return a68c();}Command[a68i(0xd5)]({'name':a68i(0xd6),'usage':a68i(0xd3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this['fsi']['getProjectConfig']();console[j(0xe6)](a);},a68e);
@@ -1 +1 @@
1
- function a68c(){const k=['user','1733464RikJfJ','authToken','178542cRKDWa','toString','(((.+)+)+)+$','1284720urZfdQ','exit','token','decode','87504IXPipm','maka\x20get:whoami','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','108584QmSCID','getGlobalConfig','join','notice','fsi','28385BzVeAX','create','468477SzplFN','search','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','138TeaUhB','170KAguXt','2aGrVYv','hash'];a68c=function(){return k;};return a68c();}const a68i=a68d;(function(a,b){const g=a68d,c=a();while(!![]){try{const d=-parseInt(g(0xba))/0x1+-parseInt(g(0xca))/0x2*(parseInt(g(0xc5))/0x3)+parseInt(g(0xcd))/0x4+parseInt(g(0xc3))/0x5*(-parseInt(g(0xc8))/0x6)+-parseInt(g(0xbe))/0x7+-parseInt(g(0xd2))/0x8+-parseInt(g(0xcf))/0x9*(-parseInt(g(0xc9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x35c74));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0xd0)]()[h(0xc6)](h(0xd1))[h(0xd0)]()['constructor'](a68a)[h(0xc6)]('(((.+)+)+)+$');});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xb7;let f=c[d];return f;},a68d(a,b);}import a68f from'jsonwebtoken';Command[a68i(0xc4)]({'name':'whoami','usage':a68i(0xbb),'shortDesc':a68i(0xc7),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i;try{const a=await this[j(0xc2)][j(0xbf)]();if(a[j(0xcb)]){const b=a68f[j(0xb9)](a['hash']);Log[j(0xc1)](j(0xbc)+b?.[j(0xcc)]),Log[j(0xc1)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[j(0xb8)]?.['userId']),Log[j(0xc1)]('User\x20Access\x20Token:\x20\x20'+a[j(0xb8)]?.[j(0xce)]),Log['notice']('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0xbd)][j(0xc0)](',\x20'));}}catch(c){console['error'](c),process[j(0xb7)](0x0);}},a68e);
1
+ const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x116))/0x1*(-parseInt(g(0x112))/0x2)+parseInt(g(0x121))/0x3*(parseInt(g(0x106))/0x4)+parseInt(g(0x11a))/0x5+parseInt(g(0x110))/0x6+parseInt(g(0x10b))/0x7+-parseInt(g(0x11b))/0x8+-parseInt(g(0x10f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x7a8e5));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x115)]()['search']('(((.+)+)+)+$')['toString']()[i(0x108)](a69a)[i(0x117)](i(0x109));});a69a();function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x106;let f=c[d];return f;},a69d(a,b);}import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';function a69c(){const l=['exit','constructor','(((.+)+)+)+$','getGlobalConfig','697130okxYSB','hash','fsi','User\x20Access\x20Token:\x20\x20','12242745TLxVuE','4118532paGevJ','notice','181192jlTOKb','token','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','toString','3FVsteB','search','roles','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1669550RlqMJb','2987856ptvaeE','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','user','userId','apply','3qFrPUw','3376264DLkTxh'];a69c=function(){return l;};return a69c();}Command['create']({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a69j(0x119),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x10d)][k(0x10a)]();if(a['hash']){const b=a69f['decode'](a[k(0x10c)]);Log[k(0x111)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x11e)]),Log['notice'](k(0x11c)+a[k(0x113)]?.[k(0x11f)]),Log[k(0x111)](k(0x10e)+a['token']?.['authToken']),Log[k(0x111)](k(0x114)+b?.[k(0x118)]['join'](',\x20'));}}catch(c){console[k(0x11d)](c),process[k(0x107)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a69i=a69d;function a69c(){var j=['38285203VFPmIR','1766672mvSvyF','10FQGRbP','search','9IbRJQo','1137XTgdvO','4701570rESOjn','12iPwekB','11444vYDtiP','1670314FfWDES','apply','1674040JPjhWu','toString','1JCpVTp','(((.+)+)+)+$','Try,\x20maka\x20--help','11393851NfwVQb','help'];a69c=function(){return j;};return a69c();}(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x1d7))/0x1*(-parseInt(f(0x1d3))/0x2)+-parseInt(f(0x1cf))/0x3*(-parseInt(f(0x1d2))/0x4)+parseInt(f(0x1cc))/0x5*(-parseInt(f(0x1d0))/0x6)+-parseInt(f(0x1c8))/0x7+-parseInt(f(0x1cb))/0x8*(-parseInt(f(0x1ce))/0x9)+parseInt(f(0x1d5))/0xa+-parseInt(f(0x1ca))/0xb*(-parseInt(f(0x1d1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xe156e));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1c6;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x1d6)]()[h(0x1cd)]('(((.+)+)+)+$')[h(0x1d6)]()['constructor'](a69a)[h(0x1cd)](h(0x1c6));});a69a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a69i(0x1c9),'description':a69i(0x1c7),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x163))/0x1*(-parseInt(f(0x171))/0x2)+parseInt(f(0x162))/0x3*(-parseInt(f(0x167))/0x4)+parseInt(f(0x170))/0x5*(-parseInt(f(0x173))/0x6)+-parseInt(f(0x166))/0x7+-parseInt(f(0x172))/0x8*(parseInt(f(0x16d))/0x9)+parseInt(f(0x16c))/0xa+parseInt(f(0x169))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x5522b));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x16f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x165)]()['search'](h(0x161))[h(0x165)]()[h(0x16b)](a70a)[h(0x16a)](h(0x161));});function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x161;var f=c[d];return f;},a70d(a,b);}function a70c(){var j=['(((.+)+)+)+$','939KAslRB','133DZYoIL','Try,\x20maka\x20--help','toString','1114897SQeFMe','2276UyRrry','help','14713446zoLqJv','search','constructor','3751660yXpZDy','477KqMUyN','Deprecated:\x20use\x20--help\x20instead','apply','9170GHUXcB','3958YLEXTe','60704gJonFQ','1182IRxaTi'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a70i(0x168),'description':a70i(0x164),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x16e)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x11a;let f=c[d];return f;},a70d(a,b);}const a70m=a70d;(function(a,b){const j=a70d,c=a();while(!![]){try{const d=-parseInt(j(0x13b))/0x1+parseInt(j(0x12f))/0x2*(-parseInt(j(0x140))/0x3)+-parseInt(j(0x13c))/0x4+parseInt(j(0x124))/0x5*(parseInt(j(0x13f))/0x6)+parseInt(j(0x141))/0x7*(-parseInt(j(0x131))/0x8)+parseInt(j(0x11f))/0x9*(-parseInt(j(0x12d))/0xa)+parseInt(j(0x11c))/0xb*(parseInt(j(0x11d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x78888));function a70c(){const o=['18846GaEJwK','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','56rQDmHf','app/node_modules','create','join','stringify','\x20-r\x20app','toString','.+\x5c.(j|t)s(doc|x)?$','jsdoc-config.json','\x0a[+]\x20Documentation\x20written\x20to\x20','572013IahlId','1424448tCVbDP','docs','plugins/markdown','18144HMbSZa','291HqtXSp','929971CoXGCx','pathFromProject','stop','search','(((.+)+)+)+$','utf-8','\x20-d\x20','70389bvqhhP','6036khHeta','logError','9sjOMeH','config','fsi','app/packages','logNotice','1310jLrfaJ','apply','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','closure','writeFileSync','maka\x20jsdoc','Running\x20','jsdoc','sep','7451540vOKCpN','constructor'];a70c=function(){return o;};return a70c();}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a70d;if(c){const e=c[k(0x125)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const l=a70d;return a70a[l(0x137)]()[l(0x144)](l(0x145))['toString']()[l(0x12e)](a70a)[l(0x144)](l(0x145));});a70a();import a70e from'path';import a70f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a70m(0x133)]({'name':a70m(0x12b),'usage':a70m(0x129),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':['maka\x20jsdoc\x20--init','maka\x20jsdoc'],'validOpts':[]},function(){const n=a70m,a=a70e[n(0x134)](this['fsi'][n(0x142)]({}),n(0x13d)+a70e[n(0x12c)]),b=a70e[n(0x134)](this['fsi'][n(0x142)]({}),n(0x120),n(0x139)),c=this[n(0x121)][n(0x142)]({}),d=n(0x12b);if(!this['isFile'](b)){const g={'plugins':[n(0x13e)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x12b),n(0x127)]},'source':{'includePattern':n(0x138),'excludePattern':n(0x130),'exclude':[n(0x122),n(0x132),'app/public','app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x11a)}};a70f[n(0x128)](b,JSON[n(0x135)](g,null,0x4));}const f=this['logWithSpinner'](n(0x12a)+d);try{const h=d+'\x20-c\x20'+b+n(0x136)+a70e[n(0x12c)]+n(0x11b)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x123)](n(0x13a)+a);}catch(i){this[n(0x11e)](i),this[n(0x11e)](n(0x126));}finally{f[n(0x143)]();}});
1
+ const a71m=a71d;function a71c(){const o=['app/node_modules','constructor','apply','\x20-r\x20app','app/packages','maka\x20jsdoc','\x0a[+]\x20Documentation\x20written\x20to\x20','docs','toString','Running\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/private','56KrxYos','3096306yVtjLM','stop','2483625MQWICy','logError','writeFileSync','config','maka\x20jsdoc\x20--init','1605357FKOgSK','isFile','\x20-d\x20','join','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','inherit','5wGSuDZ','plugins/markdown','jsdoc-config.json','jsdoc','1144957wkQhgH','closure','search','(((.+)+)+)+$','create','fsi','1432752DZzvCH','app/public','pathFromProject','2010020zFkGqp','sep','stringify','1613955hvCVYL','.+\x5c.(j|t)s(doc|x)?$'];a71c=function(){return o;};return a71c();}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=-parseInt(j(0x107))/0x1+parseInt(j(0xf6))/0x2+-parseInt(j(0xf8))/0x3+parseInt(j(0x110))/0x4*(-parseInt(j(0x103))/0x5)+parseInt(j(0x10d))/0x6+parseInt(j(0x113))/0x7+parseInt(j(0xf5))/0x8*(parseInt(j(0xfd))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xc1100));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a['toString']()[l(0x109)](l(0x10a))[l(0xf1)]()[l(0x116)](a71a)['search'](l(0x10a));});a71a();import a71e from'path';import a71f from'fs';import{execSync}from'child_process';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xef;let f=c[d];return f;},a71d(a,b);}import{Command}from'../command.js';Command[a71m(0x10b)]({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a71m(0x101),'examples':[a71m(0xfc),a71m(0x11a)],'validOpts':[]},function(){const n=a71m,a=a71e[n(0x100)](this[n(0x10c)][n(0x10f)]({}),n(0xf0)+a71e[n(0x111)]),b=a71e['join'](this[n(0x10c)][n(0x10f)]({}),n(0xfb),n(0x105)),c=this[n(0x10c)][n(0x10f)]({}),d=n(0x106);if(!this[n(0xfe)](b)){const g={'plugins':[n(0x104)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x106),n(0x108)]},'source':{'includePattern':n(0x114),'excludePattern':n(0xf3),'exclude':[n(0x119),n(0x115),n(0x10e),n(0xf4)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a71f[n(0xfa)](b,JSON[n(0x112)](g,null,0x4));}const f=this['logWithSpinner'](n(0xf2)+d);try{const h=d+'\x20-c\x20'+b+n(0x118)+a71e[n(0x111)]+n(0xff)+a;execSync(h,{'cwd':c,'stdio':n(0x102)}),this['logNotice'](n(0xef)+a);}catch(i){this[n(0xf9)](i),this[n(0xf9)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xf7)]();}});
@@ -1 +1 @@
1
- function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x72;let f=c[d];return f;},a71d(a,b);}const a71s=a71d;(function(a,b){const p=a71d,c=a();while(!![]){try{const d=parseInt(p(0x8e))/0x1*(-parseInt(p(0x9c))/0x2)+-parseInt(p(0x97))/0x3*(-parseInt(p(0x99))/0x4)+-parseInt(p(0x77))/0x5+-parseInt(p(0x7e))/0x6*(parseInt(p(0x96))/0x7)+parseInt(p(0x89))/0x8+parseInt(p(0x7d))/0x9*(-parseInt(p(0x8f))/0xa)+-parseInt(p(0x95))/0xb*(-parseInt(p(0x80))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x63854));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a71d;if(c){const e=c[q(0x84)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const r=a71d;return a71a['toString']()['search']('(((.+)+)+)+$')['toString']()['constructor'](a71a)[r(0x9a)]('(((.+)+)+)+$');});a71a();import a71e from'path';import{ESLint}from'eslint';function a71c(){const u=['lintFiles','fix','3333075OggJUn','eslint-plugin-react','findAppDirectory','\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','push','eslint-plugin-css','9tbTsbz','7446noxtFL','success','48wEDdAJ','bright','checkNpmPackage','format','apply','eslint','create','isFile','eslint/eslintrc.json','2275784rGxYZF','Lint\x20results\x20for\x20','lint','length','loadFormatter','28157cjezce','6082880jKRCBj','stylish','/imports','fsi','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','template','4627282ctwjkY','2289emwuEb','3pueTDj','outputFixes','2399576IHiVjC','search','join','34dRRuuN','service','maka\x20lint','.eslintrc.json'];a71c=function(){return u;};return a71c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a71s(0x86)]({'name':a71s(0x8b),'usage':a71s(0x73),'maxArgLength':0x1,'validOpts':[a71s(0x76)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a71s(0x7a),'examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a71s;try{const c=this[t(0x92)][t(0x79)](),d=this['fsi']['checkNpmPackage'](t(0x85)),f=this[t(0x92)]['checkNpmPackage'](t(0x78)),g=this[t(0x92)][t(0x82)](t(0x7c)),h=[];!d&&h['push']('eslint');!f&&h[t(0x7b)]('eslint-plugin-react');!g&&h['push'](t(0x7c));h[t(0x8c)]>0x0&&await this[t(0x92)]['installNpmPackage'](h[t(0x9b)]('\x20'),{'dev':!![]});const i=this[t(0x92)][t(0x87)](a71e[t(0x9b)](c,t(0x74)));if(!i){const n={'noRename':!![]};await this[t(0x92)][t(0x94)]({'srcPath':t(0x88),'destPath':a71e[t(0x9b)](c,'.eslintrc.json'),'framework':t(0x72),'context':n});}const j=new ESLint(),k=await j[t(0x75)]([a71e[t(0x9b)](c,'imports','**')]),l=await j[t(0x8d)](t(0x90)),m=l[t(0x83)](k);m[t(0x8c)]>0x0?Log[t(0x81)](m):Log[t(0x7f)]('All\x20good!\x20:)'),Log['notice'](t(0x8a)+c+t(0x91)),b[t(0x76)]?await ESLint[t(0x98)](k):Log['notice'](t(0x93));}catch(o){console['error'](o);}});
1
+ const a72s=a72d;function a72c(){const u=['join','(((.+)+)+)+$','1826rdGGrb','template','284qAUuoi','All\x20good!\x20:)','success','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','2153184HoUzKH','format','eslint-plugin-react','apply','fix','installNpmPackage','notice','maka\x20lint\x20--fix','lint','fsi','length','outputFixes','4823126OYFtkz','/imports','service','isFile','push','maka\x20lint','bright','1228724GiEbnH','Lint\x20results\x20for\x20','stylish','18OHWedk','checkNpmPackage','search','7113550vsNGok','.eslintrc.json','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','12PYkwnX','1970937gWrgGU','toString','1592135fPvuab','lintFiles','create','findAppDirectory'];a72c=function(){return u;};return a72c();}(function(a,b){const p=a72d,c=a();while(!![]){try{const d=-parseInt(p(0x1b8))/0x1*(parseInt(p(0x1ba))/0x2)+parseInt(p(0x1b0))/0x3+parseInt(p(0x1a6))/0x4+-parseInt(p(0x1b2))/0x5*(-parseInt(p(0x1af))/0x6)+parseInt(p(0x19f))/0x7+parseInt(p(0x1be))/0x8*(-parseInt(p(0x1a9))/0x9)+-parseInt(p(0x1ac))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xbeb21));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0x1b1)]()[r(0x1ab)](r(0x1b7))['toString']()['constructor'](a72a)[r(0x1ab)]('(((.+)+)+)+$');});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x197;let f=c[d];return f;},a72d(a,b);}import a72e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0x1b4)]({'name':a72s(0x19b),'usage':a72s(0x1a4),'maxArgLength':0x1,'validOpts':[a72s(0x197)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a72s(0x1ae),'examples':[a72s(0x19a)]},async function(a,b){const t=a72s;try{const c=this[t(0x19c)][t(0x1b5)](),d=this[t(0x19c)]['checkNpmPackage']('eslint'),f=this[t(0x19c)][t(0x1aa)](t(0x1c0)),g=this[t(0x19c)]['checkNpmPackage']('eslint-plugin-css'),h=[];!d&&h[t(0x1a3)]('eslint');!f&&h[t(0x1a3)](t(0x1c0));!g&&h[t(0x1a3)]('eslint-plugin-css');h['length']>0x0&&await this[t(0x19c)][t(0x198)](h[t(0x1b6)]('\x20'),{'dev':!![]});const i=this[t(0x19c)][t(0x1a2)](a72e[t(0x1b6)](c,t(0x1ad)));if(!i){const n={'noRename':!![]};await this['fsi'][t(0x1b9)]({'srcPath':'eslint/eslintrc.json','destPath':a72e[t(0x1b6)](c,'.eslintrc.json'),'framework':t(0x1a1),'context':n});}const j=new ESLint(),k=await j[t(0x1b3)]([a72e[t(0x1b6)](c,'imports','**')]),l=await j['loadFormatter'](t(0x1a8)),m=l[t(0x1bf)](k);m[t(0x19d)]>0x0?Log[t(0x1a5)](m):Log[t(0x1bc)](t(0x1bb)),Log[t(0x199)](t(0x1a7)+c+t(0x1a0)),b['fix']?await ESLint[t(0x19e)](k):Log[t(0x199)](t(0x1bd));}catch(o){console['error'](o);}});
@@ -1 +1 @@
1
- const a72z=a72d;(function(a,b){const w=a72d,c=a();while(!![]){try{const d=parseInt(w(0x20c))/0x1+parseInt(w(0x208))/0x2*(-parseInt(w(0x1e4))/0x3)+parseInt(w(0x213))/0x4+parseInt(w(0x1ed))/0x5*(parseInt(w(0x212))/0x6)+-parseInt(w(0x1ff))/0x7*(-parseInt(w(0x1fd))/0x8)+parseInt(w(0x217))/0x9+-parseInt(w(0x1f9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x8b5c2));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1e2;let f=c[d];return f;},a72d(a,b);}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a72d;if(c){const e=c[x(0x21c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const y=a72d;return a72a[y(0x201)]()[y(0x204)]('(((.+)+)+)+$')[y(0x201)]()[y(0x1ea)](a72a)['search'](y(0x1fa));});a72a();import a72e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a72c(){const B=['https://','2626179MdgRlc','cacert','failure','/api/v1/encodeJwt','update','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','constructor','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','sha256','1077185AsbJtN','Preflight\x20Check','digest','login','post','success','start','maka\x20login','www.maka-cli.com','True','toHex','withSpinner','13734640xnbXBk','(((.+)+)+)+$','cert','env','104bImJUE','parse','140483wEFiXG','email','toString','debug','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','search','assign','/api/v1/login','MAKA_DEV','2Xwmmsy','isFile','exit','Logging\x20in','976805OHANZv','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','header','create','authToken','Using\x20CA\x20Cert\x20','30bIpTDc','1227508tEOpuu','Password:\x20','fsi','setGlobalConfig','1781199WLIAJH','/api/v1/status','error','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','password','apply','get'];a72c=function(){return B;};return a72c();}const hostname=process[a72z(0x1fc)][a72z(0x207)]===a72z(0x1f6)?'localhost':a72z(0x1f5);Command[a72z(0x20f)]({'name':a72z(0x1f0),'validOpts':[a72z(0x200),'password','help',a72z(0x1e5),a72z(0x202)],'usage':a72z(0x1f4),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a72z(0x203),'examples':[a72z(0x1f4),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a72z,c=Log[A(0x1f8)]();try{let d='';b[A(0x1e5)]&&(this[A(0x215)]['isFile'](b[A(0x1e5)])?(d=b[A(0x1e5)],Log['notice'](A(0x211)+d)):Log[A(0x219)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[A(0x215)]['getGlobalConfig']();if(f[A(0x1fb)]){if(this['fsi'][A(0x209)](f[A(0x1fb)]))d=f[A(0x1fb)];else{Log[A(0x219)](A(0x20d)+d);return;}}Log[A(0x20e)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x1e3)+hostname+A(0x218)};b[A(0x1e5)]&&Object[A(0x205)](g,{'cert':d});c[A(0x1f3)](A(0x1ee));const {statusCode:h}=await HTTPS[A(0x1e2)](g);if(h===0x198){c[A(0x1e6)]();throw A(0x21a);}if(h!==0xc8){c[A(0x1e6)]();throw A(0x1e3)+hostname+A(0x1e9);}c['success']();const i=b[A(0x200)]?b[A(0x200)]:await Actions['ask']('Email:'),j=b[A(0x21b)]?b[A(0x21b)]:await Actions['ask'](A(0x214),!![]),k=a72e['md'][A(0x1ec)][A(0x20f)]();k[A(0x1e8)](j);const l=k[A(0x1ef)]()[A(0x1f7)](),m={'hostname':hostname,'path':A(0x206),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1e5)]&&Object[A(0x205)](m,{'cert':d});c['start'](A(0x20b));const {data:n,statusCode:o}=await HTTPS[A(0x1f1)](m);if(o===0x198){c[A(0x1e6)]('\x0a');throw A(0x1eb)+hostname;}const p=JSON[A(0x1fe)](n);if(p[A(0x210)]){const q={'hostname':hostname,'path':A(0x1e7),'headers':{'x-auth-token':p[A(0x210)]},'data':{}};b[A(0x1e5)]&&Object[A(0x205)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1f1)](q),{token:t}=JSON[A(0x1fe)](r);if(s===0x198)throw A(0x1eb)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x216)](u);}else{c[A(0x1e6)]();throw p;}c[A(0x1f2)]();}catch(v){c[A(0x1e6)](),console['error'](v),process[A(0x20a)](0x0);}});
1
+ const a73z=a73d;function a73c(){const B=['5aXuBta','193734jnkCKs','fsi','Preflight\x20Check','failure','success','constructor','MAKA_DEV','setGlobalConfig','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','assign','getGlobalConfig','Logging\x20in','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','/api/v1/encodeJwt','get','post','sha256','env','/api/v1/login','123524tnWTgE','maka\x20login','cacert','toString','www.maka-cli.com','email','digest','create','Using\x20CA\x20Cert\x20','login','authToken','withSpinner','localhost','start','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','header','apply','149465oaxrbT','40hbnaSG','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','1297794BLnFqf','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','(((.+)+)+)+$','toHex','Logging\x20into\x20https://','isFile','cert','263010nNgYrU','help','update','error','parse','debug','959826mKgSUg','Email:','160530inTbPl','password','exit','https://','search'];a73c=function(){return B;};return a73c();}(function(a,b){const w=a73d,c=a();while(!![]){try{const d=parseInt(w(0x147))/0x1+parseInt(w(0x151))/0x2+parseInt(w(0x159))/0x3+parseInt(w(0x172))/0x4+parseInt(w(0x15e))/0x5*(-parseInt(w(0x14a))/0x6)+-parseInt(w(0x157))/0x7+parseInt(w(0x148))/0x8*(parseInt(w(0x15f))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x1d316));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a['toString']()[y(0x15d)](y(0x14c))[y(0x175)]()[y(0x164)](a73a)[y(0x15d)](y(0x14c));});a73a();import a73e from'node-forge';import{Command}from'../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x144;let f=c[d];return f;},a73d(a,b);}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x170)][a73z(0x165)]==='True'?a73z(0x17e):a73z(0x176);Command['create']({'name':a73z(0x17b),'validOpts':[a73z(0x177),a73z(0x15a),a73z(0x152),a73z(0x174),a73z(0x156)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x14b),'examples':[a73z(0x173),a73z(0x144)]},async function(a,b){const A=a73z,c=Log[A(0x17d)]();try{let d='';b[A(0x174)]&&(this[A(0x160)][A(0x14f)](b[A(0x174)])?(d=b[A(0x174)],Log['notice'](A(0x17a)+d)):Log[A(0x154)](A(0x180)+d));const f=await this[A(0x160)][A(0x169)]();if(f[A(0x150)]){if(this[A(0x160)][A(0x14f)](f['cert']))d=f[A(0x150)];else{Log['error'](A(0x167)+d);return;}}Log[A(0x145)](A(0x14e)+hostname);const g={'url':A(0x15c)+hostname+'/api/v1/status'};b[A(0x174)]&&Object[A(0x168)](g,{'cert':d});c[A(0x17f)](A(0x161));const {statusCode:h}=await HTTPS[A(0x16d)](g);if(h===0x198){c[A(0x162)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[A(0x162)]();throw'https://'+hostname+A(0x149);}c[A(0x163)]();const i=b[A(0x177)]?b[A(0x177)]:await Actions['ask'](A(0x158)),j=b[A(0x15a)]?b[A(0x15a)]:await Actions['ask']('Password:\x20',!![]),k=a73e['md'][A(0x16f)][A(0x179)]();k[A(0x153)](j);const l=k[A(0x178)]()[A(0x14d)](),m={'hostname':hostname,'path':A(0x171),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x174)]&&Object['assign'](m,{'cert':d});c[A(0x17f)](A(0x16a));const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[A(0x162)]('\x0a');throw A(0x16b)+hostname;}const p=JSON['parse'](n);if(p[A(0x17c)]){const q={'hostname':hostname,'path':A(0x16c),'headers':{'x-auth-token':p[A(0x17c)]},'data':{}};b['cacert']&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x16e)](q),{token:t}=JSON[A(0x155)](r);if(s===0x198)throw A(0x16b)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x166)](u);}else{c[A(0x162)]();throw p;}c['success']();}catch(v){c[A(0x162)](),console[A(0x154)](v),process[A(0x15b)](0x0);}});
@@ -1 +1 @@
1
- const a73o=a73d;(function(a,b){const l=a73d,c=a();while(!![]){try{const d=parseInt(l(0x1f8))/0x1*(-parseInt(l(0x1dc))/0x2)+-parseInt(l(0x1db))/0x3+-parseInt(l(0x1f1))/0x4+-parseInt(l(0x1de))/0x5*(parseInt(l(0x1d7))/0x6)+-parseInt(l(0x1ee))/0x7*(-parseInt(l(0x1ce))/0x8)+-parseInt(l(0x1f5))/0x9*(parseInt(l(0x1f0))/0xa)+-parseInt(l(0x1d1))/0xb*(-parseInt(l(0x1d4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xc75ec));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a73d;if(c){const e=c[m(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const n=a73d;return a73a[n(0x1df)]()[n(0x1ea)]('(((.+)+)+)+$')[n(0x1df)]()[n(0x1d0)](a73a)['search'](n(0x1ed));});a73a();function a73c(){const q=['isFile','fsi','6DRhiyj','www.maka-cli.com','env','error','805503GuNINw','30718kuEzll','localhost','6101335twVfII','toString','token','apply','withSpinner','start','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cert','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','post','create','setGlobalConfig','search','get','/api/v1/status','(((.+)+)+)+$','7231322xPbubC','authToken','770190fADxcZ','5761376eQjhez','cacert','MAKA_DEV','True','36kiapLh','success','maka\x20logout','3tIFdUT','failure','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Using\x20CA\x20Cert\x20','assign','Logging\x20out\x20of\x20https://','getGlobalConfig','8qdANMq','/api/v1/logoutAll','constructor','33735229ZKnbFY','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','https://','12QTDIUS'];a73c=function(){return q;};return a73c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73o(0x1d9)][a73o(0x1f3)]===a73o(0x1f4)?a73o(0x1dd):a73o(0x1d8);function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1cb;let f=c[d];return f;},a73d(a,b);}Command[a73o(0x1e8)]({'name':'logout','validOpts':[a73o(0x1f2)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a73o(0x1e6),'disableAuthCheck':!![],'examples':[a73o(0x1f7)]},async function(a,b){const p=a73o,c=Log[p(0x1e2)]();try{let d='';b[p(0x1f2)]&&(this[p(0x1d6)][p(0x1d5)](b[p(0x1f2)])?(d=b[p(0x1f2)],Log['notice'](p(0x1fb)+d)):Log[p(0x1da)](p(0x1fa)+d));const f=await this['fsi'][p(0x1cd)]();if(f[p(0x1e5)]){if(this[p(0x1d6)][p(0x1d5)](f[p(0x1e5)]))d=f['cert'];else{c[p(0x1f9)]();throw Log[p(0x1da)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log['header'](p(0x1cc)+hostname);const g={'url':p(0x1d3)+hostname+p(0x1ec)};b[p(0x1f2)]&&Object[p(0x1cb)](g,{'cert':d});c[p(0x1e3)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x1eb)](g);if(h===0x198){c[p(0x1f9)]();throw p(0x1e4);}c[p(0x1f6)]();if(h!==0xc8){c[p(0x1f9)]();throw'https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}if(!f?.[p(0x1e0)]?.['authToken'])throw Log[p(0x1da)](p(0x1d2));c[p(0x1e3)]('Logging\x20out');const i={'hostname':hostname,'path':p(0x1cf),'data':{},'headers':{'x-auth-token':f[p(0x1e0)][p(0x1ef)]}};b[p(0x1f2)]&&Object[p(0x1cb)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x1e7)](i);if(j===0x198){c['failure']('\x0a');throw p(0x1e4);}this[p(0x1d6)][p(0x1e9)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1f6)]();}catch(k){k&&console[p(0x1da)](k),process['exit'](0x0);}});
1
+ const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0x20c))/0x1*(parseInt(l(0x1fe))/0x2)+parseInt(l(0x210))/0x3+-parseInt(l(0x204))/0x4*(-parseInt(l(0x205))/0x5)+-parseInt(l(0x1fd))/0x6+parseInt(l(0x1ee))/0x7+-parseInt(l(0x1f0))/0x8*(-parseInt(l(0x20f))/0x9)+-parseInt(l(0x20e))/0xa*(parseInt(l(0x216))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x619b3));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0x1ef)]()[n(0x20d)](n(0x1ed))['toString']()[n(0x200)](a74a)['search'](n(0x1ed));});function a74c(){const q=['post','start','withSpinner','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','setGlobalConfig','error','Logging\x20out\x20of\x20https://','(((.+)+)+)+$','3715481KQXZGZ','toString','17392qdFvPR','maka\x20logout','cert','fsi','apply','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','logout','token','localhost','env','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','www.maka-cli.com','https://','4508358sfjmrp','105174mTLTQu','notice','constructor','success','Logging\x20out','authToken','4aeQhda','2384640CEJSvf','Preflight\x20Check','getGlobalConfig','/api/v1/status','get','/api/v1/logoutAll','failure','3OqUfft','search','191320zCTaVP','1413sCxFhR','1286430DToKas','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','assign','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cacert','MAKA_DEV','451esLcHy'];a74c=function(){return q;};return a74c();}a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a74d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0x1f9)][a74o(0x215)]==='True'?a74o(0x1f8):a74o(0x1fb);Command['create']({'name':a74o(0x1f6),'validOpts':['cacert'],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a74o(0x1f5),'disableAuthCheck':!![],'examples':[a74o(0x1f1)]},async function(a,b){const p=a74o,c=Log[p(0x219)]();try{let d='';b[p(0x214)]&&(this[p(0x1f3)]['isFile'](b[p(0x214)])?(d=b['cacert'],Log[p(0x1ff)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0x21c)](p(0x211)+d));const f=await this['fsi'][p(0x207)]();if(f[p(0x1f2)]){if(this['fsi']['isFile'](f[p(0x1f2)]))d=f['cert'];else{c['failure']();throw Log[p(0x21c)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log['header'](p(0x1ec)+hostname);const g={'url':p(0x1fc)+hostname+p(0x208)};b[p(0x214)]&&Object[p(0x212)](g,{'cert':d});c[p(0x218)](p(0x206));const {statusCode:h}=await HTTPS[p(0x209)](g);if(h===0x198){c[p(0x20b)]();throw p(0x213);}c[p(0x201)]();if(h!==0xc8){c[p(0x20b)]();throw p(0x21a);}if(!f?.['token']?.[p(0x203)])throw Log['error'](p(0x1fa));c['start'](p(0x202));const i={'hostname':hostname,'path':p(0x20a),'data':{},'headers':{'x-auth-token':f[p(0x1f7)][p(0x203)]}};b[p(0x214)]&&Object[p(0x212)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x217)](i);if(j===0x198){c[p(0x20b)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0x1f3)][p(0x21b)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0x21c)](k),process['exit'](0x0);}});