@maka/maka-cli 4.5.42 → 4.5.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/tool.js +1 -1
  117. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/https/https.class.js +1 -1
  125. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  126. package/bundle/obf/src/tools/log/log.class.js +1 -1
  127. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/options/options.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  130. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  132. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  134. package/package.json +1 -1
@@ -1 +1 @@
1
- const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=-parseInt(f(0x135))/0x1+-parseInt(f(0x11b))/0x2+-parseInt(f(0x130))/0x3*(-parseInt(f(0x125))/0x4)+parseInt(f(0xeb))/0x5*(-parseInt(f(0x110))/0x6)+-parseInt(f(0x143))/0x7*(-parseInt(f(0x10f))/0x8)+-parseInt(f(0x102))/0x9*(-parseInt(f(0x12e))/0xa)+parseInt(f(0xce))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x793f4));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x12b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0xe9)]()[h(0x11a)](h(0x11c))[h(0xe9)]()[h(0xf9)](a54a)[h(0x11a)](h(0x11c));});a54a();export const rooms=[{'name':a54i(0x122),'description':a54i(0xf2),'isStartRoom':!![],'items':[{'type':a54i(0xe1),'name':a54i(0x117),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a54i(0xe5),'name':a54i(0x140),'description':a54i(0x129),'content':a54i(0x141)}],'exits':[{'direction':a54i(0x114),'targetRoom':'Secret\x20Passage'}]},{'name':a54i(0x108),'description':a54i(0xe2),'exits':[{'direction':a54i(0xd9),'targetRoom':a54i(0xc9),'keyRequired':a54i(0x117)},{'direction':a54i(0xe0),'targetRoom':'Courtyard'}]},{'name':a54i(0xc9),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a54i(0x12c),'name':'Holy\x20Grail','description':a54i(0xde)}]},{'name':a54i(0x11d),'description':a54i(0x133),'roomType':a54i(0x115),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':'Watch\x20Tower','description':a54i(0xd7),'roomType':a54i(0x115),'puzzle':{'requiredPhrase':a54i(0xfc),'riddle':a54i(0x100),'rewardItem':{'type':'rifle','name':'Sniper\x20Rifle','description':a54i(0xe4)},'successMessage':a54i(0xd8),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];function a54c(){const j=['A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','release','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','amulet','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','constructor','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','insert\x20gem','secret123','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','An\x20old\x20and\x20rusted\x20sword.','west','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','41058mhwJMQ','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','drone','south','inside','Central\x20Chamber','Secret\x20Passage','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Downtown\x20Seattle','Rigger\x27s\x20Workshop','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','6488mAYsKj','3414WeBHuQ','gem','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Barrens\x20Entrance','EAST','OUTSIDE','A\x20clear\x20glass\x20vial.','Golden\x20Key','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','east','search','1672454kNoYpV','(((.+)+)+)+$','Courtyard','Ancient\x20Gem','disenchant','cup','Armory','Library','basic','Emblem\x20Shield','4lDxJkE','Entrance\x20Hall','decrypt','shield','A\x20thin\x20log\x20book','outside','apply','holyGrail','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','1030toHsQm','creditstick','252174GYWFFi','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Mage\x27s\x20Lair','356993YepCeK','Rusted\x20Sword','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Matrix\x20Data\x20Haven','Corporate\x20Creditstick','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Nothing\x20happens.','down','open\x20sesame','A\x20chalice\x20made\x20of\x20pure\x20gold.','Guard\x27s\x20Log\x20Book','Chad\x20the\x20stupid\x20guard','Blood-stained\x20Key','4179YQMkCg','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Treasure\x20Room','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Corp\x20Enclave','weapon','A\x20small\x20surveillance\x20drone.','12119976QjXUQp','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','CorpSec\x20Plans','Encrypted\x20Data\x20Key','document','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Central\x20Chamber\x20Key','Ares\x20Predator','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','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','NORTH','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Jackpoint\x20Login','The\x20legendary\x20Holy\x20Grail.','Golden\x20Chalice','SOUTH','key','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Barrens\x20Hideout','A\x20long-range\x20weapon.','book','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Study','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','toString','MCT\x20Fly-Spy','3955brWrww','Alchemy\x20Lab','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','north','Torture\x20Chamber','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.'];a54c=function(){return j;};return a54c();}function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0xc8;let f=c[d];return f;},a54d(a,b);}export const dungeonConfig=[{'name':a54i(0x126),'description':a54i(0xcf),'isStartRoom':!![],'roomType':a54i(0x106),'puzzle':{'requiredPhrase':a54i(0x13e),'riddle':a54i(0xe6),'rewardItem':{'type':a54i(0xe1),'name':a54i(0xd5),'description':a54i(0x144)},'successMessage':a54i(0xda),'failureMessage':a54i(0x13c)},'exits':[{'direction':a54i(0xef),'targetRoom':a54i(0xe7)},{'direction':a54i(0x119),'targetRoom':a54i(0x107),'keyRequired':a54i(0xd5)}]},{'name':a54i(0xe7),'description':a54i(0xe8),'roomType':a54i(0x106),'items':[{'type':a54i(0xe5),'name':'Riddle\x20Book','description':a54i(0x131),'content':a54i(0xca)},{'type':a54i(0xe1),'name':a54i(0xd5),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a54i(0x105),'targetRoom':a54i(0x126)},{'direction':a54i(0x119),'targetRoom':'Alchemy\x20Lab'}]},{'name':a54i(0xec),'description':a54i(0x13a),'roomType':a54i(0x106),'items':[{'type':a54i(0x123),'name':'Empty\x20vial','description':a54i(0x116)}],'exits':[{'direction':a54i(0xff),'targetRoom':'Study'},{'direction':a54i(0xef),'targetRoom':a54i(0x121)}]},{'name':a54i(0x121),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a54i(0x106),'items':[{'type':a54i(0x128),'name':a54i(0x124),'description':a54i(0x103)},{'type':'sword','name':a54i(0x136),'description':a54i(0xfe)}],'exits':[{'direction':a54i(0x105),'targetRoom':a54i(0xec)},{'direction':a54i(0x119),'targetRoom':'Central\x20Chamber'}]},{'name':a54i(0x107),'description':a54i(0x10e),'roomType':a54i(0x106),'exits':[{'direction':'west','targetRoom':'Armory'},{'direction':a54i(0x105),'targetRoom':'Entrance\x20Hall'},{'direction':a54i(0xef),'targetRoom':a54i(0xf0)},{'direction':a54i(0x119),'targetRoom':'Treasure\x20Room'}]},{'name':'Torture\x20Chamber','description':a54i(0xee),'roomType':'inside','items':[{'type':'key','name':a54i(0x142),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a54i(0xf4),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a54i(0x111),'name':a54i(0x11e),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a54i(0x101),'failureMessage':a54i(0xc8)},'exits':[{'direction':'south','targetRoom':a54i(0x107)}]},{'name':a54i(0xc9),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a54i(0x106),'puzzle':{'requiredPhrase':a54i(0xfb),'riddle':a54i(0xf3),'rewardItem':{'type':a54i(0x120),'name':a54i(0xdf),'description':a54i(0x13f)},'successMessage':a54i(0x10d),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':'west','targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a54i(0xfd),'isStartRoom':!![],'roomType':a54i(0x106),'exits':[{'direction':a54i(0xef),'targetRoom':a54i(0x10b)},{'direction':'up','targetRoom':a54i(0x138)}]},{'name':a54i(0x138),'description':a54i(0x118),'roomType':a54i(0x106),'puzzle':{'requiredPhrase':a54i(0x127),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a54i(0xe1),'name':a54i(0xd1),'description':a54i(0xf8)},'successMessage':a54i(0x109),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a54i(0x13d),'targetRoom':a54i(0xdd)}]},{'name':a54i(0x10b),'description':a54i(0x12d),'roomType':a54i(0x12a),'exits':[{'direction':'south','targetRoom':a54i(0xdd)},{'direction':a54i(0x119),'targetRoom':a54i(0x113)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':'Barrens\x20Entrance','description':a54i(0xf6),'roomType':a54i(0x12a),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a54i(0xd3),'rewardItem':{'type':a54i(0xe1),'name':'Gang\x20Insignia','description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a54i(0xfa),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a54i(0xff),'targetRoom':'Downtown\x20Seattle'},{'direction':a54i(0xef),'targetRoom':a54i(0xe3)}]},{'name':a54i(0xcb),'description':a54i(0xf1),'roomType':a54i(0x106),'items':[{'type':a54i(0x12f),'name':a54i(0x139),'description':a54i(0x132)},{'type':a54i(0xd2),'name':a54i(0xd0),'description':a54i(0xdc)}],'exits':[{'direction':'east','targetRoom':a54i(0x10b)}]},{'name':a54i(0xe3),'description':a54i(0xed),'roomType':a54i(0x12a),'items':[{'type':a54i(0xcc),'name':a54i(0xd6),'description':a54i(0x137)}],'exits':[{'direction':a54i(0x105),'targetRoom':'Barrens\x20Entrance'},{'direction':a54i(0xef),'targetRoom':a54i(0x134)},{'direction':a54i(0x119),'targetRoom':a54i(0x10c)}]},{'name':a54i(0x134),'description':a54i(0x112),'roomType':a54i(0x106),'puzzle':{'requiredPhrase':a54i(0x11f),'riddle':a54i(0x13b),'rewardItem':{'type':a54i(0xf7),'name':'Amulet\x20of\x20Awakening','description':a54i(0x10a)},'successMessage':a54i(0xf5),'failureMessage':a54i(0xdb)},'exits':[{'direction':a54i(0x105),'targetRoom':a54i(0xe3)}]},{'name':a54i(0x10c),'description':a54i(0xd4),'roomType':'inside','items':[{'type':a54i(0x104),'name':a54i(0xea),'description':a54i(0xcd)}],'exits':[{'direction':a54i(0xff),'targetRoom':a54i(0xe3)}]}];
1
+ function a54c(){const j=['An\x20old\x20and\x20rusted\x20sword.','drone','A\x20key\x20stained\x20with\x20old\x20blood.','gem','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','inside','Sniper\x20Rifle','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20legendary\x20Holy\x20Grail.','apply','NORTH','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','toString','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','search','Encrypted\x20Data\x20Key','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','OUTSIDE','Watch\x20Tower','south','outside','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','creditstick','document','364251HUDGvs','The\x20chest\x20remains\x20firmly\x20shut.','A\x20thin\x20log\x20book','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','SOUTH','Blood-stained\x20Key','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Torture\x20Chamber','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','decrypt','Guard\x27s\x20Log\x20Book','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Barrens\x20Entrance','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','2omAYGk','Matrix\x20Data\x20Haven','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','open\x20sesame','Corporate\x20Creditstick','west','Treasure\x20Room','Rigger\x27s\x20Workshop','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','889KhFUkd','248069ugPqUx','848166UoIuvq','Armory','Courtyard','key','Mage\x27s\x20Lair','Holy\x20Grail','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','That\x20passcode\x20is\x20incorrect','865SIRhiQ','7518zcOAfC','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Corp\x20Enclave','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','east','amulet','book','cup','Central\x20Chamber','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Nothing\x20happens.','insert\x20gem','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Central\x20Chamber\x20Key','down','CorpSec\x20Plans','Chad\x20the\x20stupid\x20guard','shield','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','576OvIDad','Library','show\x20loyalty','Golden\x20Key','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Barrens\x20Hideout','holyGrail','Downtown\x20Seattle','north','constructor','EAST','A\x20clear\x20glass\x20vial.','Entrance\x20Hall','Gang\x20Insignia','Empty\x20vial','867032FULwnA','4336MOMcrc','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Jackpoint\x20Login','Study','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Golden\x20Chalice','(((.+)+)+)+$','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Amulet\x20of\x20Awakening','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','2270tOrAAe','weapon','Alchemy\x20Lab'];a54c=function(){return j;};return a54c();}const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=parseInt(f(0x12d))/0x1*(-parseInt(f(0x123))/0x2)+parseInt(f(0x114))/0x3+parseInt(f(0x15a))/0x4+parseInt(f(0x136))/0x5*(parseInt(f(0x137))/0x6)+parseInt(f(0x12c))/0x7*(-parseInt(f(0x15b))/0x8)+-parseInt(f(0x14b))/0x9*(-parseInt(f(0x167))/0xa)+-parseInt(f(0x12e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x2ad67));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x173)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0x176)]()['search']('(((.+)+)+)+$')[h(0x176)]()[h(0x154)](a54a)[h(0x179)](h(0x162));});a54a();export const rooms=[{'name':a54i(0x14c),'description':a54i(0x166),'isStartRoom':!![],'items':[{'type':a54i(0x131),'name':a54i(0x14e),'description':a54i(0x117)},{'type':'book','name':a54i(0x11f),'description':a54i(0x116),'content':a54i(0x148)}],'exits':[{'direction':a54i(0x155),'targetRoom':'Secret\x20Passage'}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a54i(0x174),'targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a54i(0x119),'targetRoom':a54i(0x130)}]},{'name':a54i(0x129),'description':a54i(0x144),'items':[{'type':a54i(0x151),'name':a54i(0x133),'description':a54i(0x172)}]},{'name':a54i(0x130),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a54i(0x10d),'exits':[{'direction':'UP','targetRoom':a54i(0x10e)}]},{'name':'Watch\x20Tower','description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a54i(0x10d),'puzzle':{'requiredPhrase':'secret123','riddle':a54i(0x163),'rewardItem':{'type':'rifle','name':a54i(0x170),'description':'A\x20long-range\x20weapon.'},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':a54i(0x135)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a54i(0x16e),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a54i(0x126),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':'key','name':a54i(0x145),'description':a54i(0x11d)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a54i(0x142)},'exits':[{'direction':a54i(0x153),'targetRoom':'Study'},{'direction':a54i(0x13c),'targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':'Study','description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':a54i(0x13e),'name':'Riddle\x20Book','description':a54i(0x165),'content':a54i(0x15f)},{'type':a54i(0x131),'name':'Central\x20Chamber\x20Key','description':a54i(0x11d)}],'exits':[{'direction':'south','targetRoom':a54i(0x157)},{'direction':a54i(0x13c),'targetRoom':a54i(0x169)}]},{'name':a54i(0x169),'description':a54i(0x171),'roomType':a54i(0x16f),'items':[{'type':'basic','name':a54i(0x159),'description':a54i(0x156)}],'exits':[{'direction':a54i(0x128),'targetRoom':a54i(0x15e)},{'direction':a54i(0x153),'targetRoom':a54i(0x12f)}]},{'name':'Armory','description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a54i(0x16f),'items':[{'type':a54i(0x149),'name':'Emblem\x20Shield','description':a54i(0x175)},{'type':'sword','name':'Rusted\x20Sword','description':a54i(0x16a)}],'exits':[{'direction':a54i(0x10f),'targetRoom':a54i(0x169)},{'direction':'east','targetRoom':a54i(0x140)}]},{'name':a54i(0x140),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a54i(0x16f),'exits':[{'direction':a54i(0x128),'targetRoom':a54i(0x12f)},{'direction':a54i(0x10f),'targetRoom':a54i(0x157)},{'direction':a54i(0x153),'targetRoom':a54i(0x11c)},{'direction':a54i(0x13c),'targetRoom':a54i(0x129)}]},{'name':a54i(0x11c),'description':a54i(0x14f),'roomType':a54i(0x16f),'items':[{'type':a54i(0x131),'name':a54i(0x11a),'description':a54i(0x16c)}],'puzzle':{'requiredPhrase':'release','riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a54i(0x16d),'name':'Ancient\x20Gem','description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a54i(0x17b)},'exits':[{'direction':'south','targetRoom':a54i(0x140)}]},{'name':a54i(0x129),'description':a54i(0x138),'roomType':a54i(0x16f),'puzzle':{'requiredPhrase':a54i(0x143),'riddle':a54i(0x134),'rewardItem':{'type':a54i(0x13f),'name':a54i(0x161),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a54i(0x115)},'exits':[{'direction':a54i(0x128),'targetRoom':a54i(0x140)}]}];function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x10d;let f=c[d];return f;},a54d(a,b);}export const shadowrunConfig=[{'name':a54i(0x15d),'description':a54i(0x141),'isStartRoom':!![],'roomType':a54i(0x16f),'exits':[{'direction':'north','targetRoom':a54i(0x152)},{'direction':'up','targetRoom':a54i(0x124)}]},{'name':a54i(0x124),'description':a54i(0x125),'roomType':a54i(0x16f),'puzzle':{'requiredPhrase':a54i(0x11e),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a54i(0x131),'name':a54i(0x17a),'description':a54i(0x178)},'successMessage':a54i(0x15c),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a54i(0x146),'targetRoom':a54i(0x15d)}]},{'name':a54i(0x152),'description':a54i(0x11b),'roomType':'outside','exits':[{'direction':a54i(0x10f),'targetRoom':a54i(0x15d)},{'direction':'east','targetRoom':a54i(0x121)},{'direction':'west','targetRoom':a54i(0x13a)}]},{'name':'Barrens\x20Entrance','description':a54i(0x120),'roomType':a54i(0x110),'puzzle':{'requiredPhrase':a54i(0x14d),'riddle':a54i(0x122),'rewardItem':{'type':a54i(0x131),'name':a54i(0x158),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a54i(0x160)},'exits':[{'direction':'west','targetRoom':'Downtown\x20Seattle'},{'direction':'north','targetRoom':a54i(0x150)}]},{'name':a54i(0x13a),'description':a54i(0x111),'roomType':a54i(0x16f),'items':[{'type':a54i(0x112),'name':a54i(0x127),'description':a54i(0x177)},{'type':a54i(0x113),'name':a54i(0x147),'description':a54i(0x12b)}],'exits':[{'direction':a54i(0x13c),'targetRoom':'Downtown\x20Seattle'}]},{'name':a54i(0x150),'description':a54i(0x118),'roomType':'outside','items':[{'type':a54i(0x168),'name':'Ares\x20Predator','description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a54i(0x10f),'targetRoom':'Barrens\x20Entrance'},{'direction':a54i(0x153),'targetRoom':a54i(0x132)},{'direction':a54i(0x13c),'targetRoom':a54i(0x12a)}]},{'name':'Mage\x27s\x20Lair','description':a54i(0x14a),'roomType':'inside','puzzle':{'requiredPhrase':'disenchant','riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a54i(0x13d),'name':a54i(0x164),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a54i(0x139),'failureMessage':a54i(0x13b)},'exits':[{'direction':'south','targetRoom':a54i(0x150)}]},{'name':'Rigger\x27s\x20Workshop','description':a54i(0x17c),'roomType':a54i(0x16f),'items':[{'type':a54i(0x16b),'name':'MCT\x20Fly-Spy','description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':'west','targetRoom':a54i(0x150)}]}];
@@ -1 +1 @@
1
- var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x178))/0x1+parseInt(f(0x17a))/0x2*(parseInt(f(0x189))/0x3)+parseInt(f(0x18e))/0x4+-parseInt(f(0x175))/0x5*(-parseInt(f(0x181))/0x6)+parseInt(f(0x179))/0x7*(-parseInt(f(0x184))/0x8)+-parseInt(f(0x17c))/0x9+parseInt(f(0x188))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x1e64e));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0x192)]()['search'](g(0x18d))[g(0x192)]()[g(0x177)](a55a)[g(0x173)]('(((.+)+)+)+$');});a55a();import{EventEmitter}from'events';export class AbstractScene{['rooms'];[a55h(0x171)];[a55h(0x18c)];[a55h(0x191)];}export class AbstractRoom extends EventEmitter{['name'];[a55h(0x170)];[a55h(0x190)];[a55h(0x172)];['puzzle'];[a55h(0x18f)];['isStartRoom'];}export class AbstractDoor{[a55h(0x17e)];[a55h(0x186)];[a55h(0x18a)];[a55h(0x185)];[a55h(0x182)];['logger'];['isLockable'];}export class AbstractInventory{[a55h(0x17b)];[a55h(0x18c)];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x170;var f=c[d];return f;},a55d(a,b);}export class AbstractItem{[a55h(0x176)];[a55h(0x182)];[a55h(0x170)];['size'];['category'];[a55h(0x174)];[a55h(0x180)];[a55h(0x183)];[a55h(0x187)];['weight'];}export class AbstractPlayer{[a55h(0x17d)];['_currentLocation'];['_inventory'];['_equipment'];[a55h(0x18b)];[a55h(0x17f)];}function a55c(){var i=['exits','characterLocations','toString','description','player','inventory','search','shape','5945VmSLQz','uuid','constructor','57753rIGXeq','537950gDhgAl','10VokbHB','items','1903653SWDAnE','_playerName','roomA','_logger','color','240HbdoML','name','texture','24XHcOaM','unlockItemOrSolution','roomB','rating','3422020bPoaYl','122361pIQoZY','isLocked','_maxCarryingWeight','logger','(((.+)+)+)+$','122468BnklWQ','roomType'];a55c=function(){return i;};return a55c();}export class AbstractPuzzle{[a55h(0x18c)];['solved'];}
1
+ var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1a7))/0x1+-parseInt(f(0x1ad))/0x2*(-parseInt(f(0x1ac))/0x3)+parseInt(f(0x1c3))/0x4+parseInt(f(0x1a9))/0x5+parseInt(f(0x1b1))/0x6*(parseInt(f(0x1b9))/0x7)+parseInt(f(0x1c0))/0x8*(-parseInt(f(0x1a2))/0x9)+-parseInt(f(0x1bd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x3e953));function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x19e;var f=c[d];return f;},a55d(a,b);}var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0x1be)]()[g(0x1b5)](g(0x1a1))[g(0x1be)]()['constructor'](a55a)[g(0x1b5)](g(0x1a1));});a55a();function a55c(){var i=['1646872DzjcYf','exits','_playerName','roomType','(((.+)+)+)+$','199161gteFCt','_inventory','name','rooms','roomB','480384GlHCHf','rating','2477580zyLNFe','uuid','puzzle','3HztaTG','920956Isvlxo','inventory','shape','unlockItemOrSolution','3870LDNyxB','roomA','_logger','logger','search','category','color','characterLocations','273GlGSVC','isLocked','_equipment','description','6340150JvKWXb','toString','size','8Ztvkrm','_maxCarryingWeight','weight'];a55c=function(){return i;};return a55c();}import{EventEmitter}from'events';export class AbstractScene{[a55h(0x1a5)];['player'];[a55h(0x1b4)];[a55h(0x1b8)];}export class AbstractRoom extends EventEmitter{[a55h(0x1a4)];['description'];[a55h(0x19e)];[a55h(0x1ae)];[a55h(0x1ab)];[a55h(0x1a0)];['isStartRoom'];}export class AbstractDoor{[a55h(0x1b2)];[a55h(0x1a6)];[a55h(0x1ba)];[a55h(0x1b0)];[a55h(0x1a4)];['logger'];['isLockable'];}export class AbstractInventory{['items'];[a55h(0x1b4)];}export class AbstractItem{[a55h(0x1aa)];[a55h(0x1a4)];[a55h(0x1bc)];[a55h(0x1bf)];[a55h(0x1b6)];[a55h(0x1af)];[a55h(0x1b7)];['texture'];[a55h(0x1a8)];[a55h(0x1c2)];}export class AbstractPlayer{[a55h(0x19f)];['_currentLocation'];[a55h(0x1a3)];[a55h(0x1bb)];[a55h(0x1c1)];[a55h(0x1b3)];}export class AbstractPuzzle{[a55h(0x1b4)];['solved'];}
@@ -1 +1 @@
1
- function a56c(){var u=['Metallic','BEACH','133126kDnPnx','Blade','yellow','large','Key','shield','down','ArmArmor','4695520XcdHDd','3075800AYrmzV','Unknown','Large','common','Purple','Small','tower','cave','Green','Rifle','Common','Helmet','OUTSIDE','LegArmor','body\x20armor','WEST','Gloves','red','BodyArmor','Fuzzy','inside','Book','Orange','small','VeryLarge','rifle','Shield','helmet','orange','54329800BAafAq','arm\x20armor','fuzzy','gold','brown','4289373WfjSGu','2964FEbank','28DYtlwQ','TOWER','Weapon','Gold','Hat','Boots','INSIDE','Rough','cup','grey','DESERT','Legendary','rectangle','green','SEA','beach','outside','(((.+)+)+)+$','5522022STNhBn','sea','Bumpy','UNDERGROUND','Tiny','west','DOWN','EAST','legendary','purple','search','east','Blue','Medium','triangle','blue','FOREST','NORTH','rare','MOUNTAIN','CAVE','5308lmCLRC','Triangle','north','19AOuaha','Yellow','toString','mountain'];a56c=function(){return u;};return a56c();}(function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0x141))/0x1*(-parseInt(k(0xea))/0x2)+-parseInt(k(0x116))/0x3*(parseInt(k(0x13e))/0x4)+parseInt(k(0xf2))/0x5+-parseInt(k(0x129))/0x6+-parseInt(k(0x117))/0x7*(parseInt(k(0xf3))/0x8)+-parseInt(k(0x115))/0x9+parseInt(k(0x110))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xd2525));export var Size;(function(a){var l=a56d;a[l(0x12d)]='tiny',a[l(0xf8)]=l(0x10a),a[l(0x136)]='medium',a[l(0xf5)]=l(0xed),a[l(0x10b)]='very\x20large';}(Size||(Size={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xe5;var f=c[d];return f;},a56d(a,b);}export var Rating;(function(a){var m=a56d;a[m(0xfd)]=m(0xf6),a['Rare']=m(0x13b),a[m(0x122)]=m(0x131);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0x119)]='weapon',a[n(0x10d)]=n(0xef),a[n(0xee)]='key',a[n(0x103)]='gloves',a[n(0xfe)]=n(0x10e),a[n(0x11b)]='hat',a[n(0x11c)]='boots',a[n(0x100)]='leg\x20armor',a[n(0xf1)]=n(0x111),a[n(0x105)]=n(0x101),a[n(0x108)]='book',a['Cup']=n(0x11f),a[n(0xf4)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a['Circle']='circle',a['Square']='square',a[o(0x13f)]=o(0x137),a['Rectangle']=o(0x123),a[o(0xeb)]='blade',a[o(0xfc)]=o(0x10c);}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a['Red']=p(0x104),a[p(0x135)]=p(0x138),a[p(0xfb)]=p(0x124),a[p(0xe5)]=p(0xec),a[p(0x109)]=p(0x10f),a[p(0xf7)]=p(0x132),a['Grey']=p(0x120),a['Brown']=p(0x114),a[p(0x11a)]=p(0x113);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a['Smooth']='smooth',a[q(0x11e)]='rough',a[q(0x12b)]='bumpy',a[q(0x106)]=q(0x112),a['Grainy']='grainy',a[q(0xe8)]='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var r=a56d;a[r(0x11d)]=r(0x107),a[r(0xff)]=r(0x127),a[r(0x12c)]='underground',a[r(0x13d)]=r(0xfa),a[r(0x118)]=r(0xf9),a[r(0x139)]='forest',a[r(0x121)]='desert',a[r(0x13c)]=r(0xe7),a[r(0xe9)]=r(0x126),a[r(0x125)]=r(0x12a);}(RoomType||(RoomType={})));export var Direction;(function(c){var t=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a56d;return e[s(0xe6)]()['search'](s(0x128))[s(0xe6)]()['constructor'](e)[s(0x133)](s(0x128));});e(),c[t(0x13a)]=t(0x140),c[t(0x130)]=t(0x134),c['SOUTH']='south',c[t(0x102)]=t(0x12e),c['UP']='up',c[t(0x12f)]=t(0xf0);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0xe6))/0x1*(parseInt(k(0xe8))/0x2)+-parseInt(k(0xbf))/0x3*(-parseInt(k(0xc9))/0x4)+-parseInt(k(0xc0))/0x5+-parseInt(k(0xf5))/0x6*(-parseInt(k(0xc7))/0x7)+parseInt(k(0xf7))/0x8*(-parseInt(k(0xf6))/0x9)+parseInt(k(0xfc))/0xa*(parseInt(k(0x10f))/0xb)+parseInt(k(0xc8))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x74dc9));export var Size;(function(a){var l=a56d;a[l(0xf2)]='tiny',a[l(0xf8)]=l(0x102),a[l(0xef)]=l(0xca),a[l(0xe4)]='large',a['VeryLarge']='very\x20large';}(Size||(Size={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xad;var f=c[d];return f;},a56d(a,b);}export var Rating;(function(a){var m=a56d;a[m(0xd3)]=m(0x10e),a[m(0xad)]='rare',a['Legendary']=m(0xd1);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0xcf)]=n(0xe1),a[n(0xae)]=n(0xbe),a[n(0xd0)]=n(0x10a),a[n(0xf4)]=n(0xb0),a[n(0xdf)]=n(0xdb),a[n(0xed)]=n(0xfa),a['Boots']='boots',a[n(0xec)]=n(0xd2),a[n(0x108)]=n(0xfb),a['BodyArmor']=n(0xdd),a['Book']=n(0xe0),a[n(0x104)]=n(0xdc),a[n(0xb1)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a['Circle']=o(0xbd),a[o(0x100)]=o(0x103),a['Triangle']='triangle',a[o(0xb9)]=o(0xb8),a[o(0xcc)]=o(0xb6),a[o(0x10b)]=o(0xcb);}(Shape||(Shape={})));function a56c(){var u=['helmet','cup','body\x20armor','search','Helmet','book','weapon','grainy','Smooth','Large','down','281275lorXVa','green','4cXiCqR','(((.+)+)+)+$','CAVE','forest','LegArmor','Hat','inside','Medium','metallic','Brown','Tiny','smooth','Gloves','3939972zFPNrb','11709cebELn','5632dTXCsZ','Small','constructor','hat','arm\x20armor','2710OESmYo','south','Rough','MOUNTAIN','Square','tower','small','square','Cup','UNDERGROUND','NORTH','Green','ArmArmor','red','key','Rifle','Yellow','yellow','common','7216InXulF','Bumpy','SOUTH','SEA','Rare','Shield','blue','gloves','Unknown','Blue','Grey','WEST','north','blade','EAST','rectangle','Rectangle','beach','fuzzy','FOREST','circle','shield','393UWavKZ','4214815uSukri','toString','bumpy','rough','west','mountain','OUTSIDE','7tABglX','8905956guDPfO','3004lcaVAL','medium','rifle','Blade','Purple','grey','Weapon','Key','legendary','leg\x20armor','Common','sea','cave','gold','TOWER','DESERT','INSIDE','underground'];a56c=function(){return u;};return a56c();}export var Color;(function(c){var q=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a56d;return e[p(0xc1)]()[p(0xde)](p(0xe9))[p(0xc1)]()[p(0xf9)](e)['search'](p(0xe9));});e(),c['Red']=q(0x109),c[q(0xb2)]=q(0xaf),c[q(0x107)]=q(0xe7),c[q(0x10c)]=q(0x10d),c['Orange']='orange',c[q(0xcd)]='purple',c[q(0xb3)]=q(0xce),c[q(0xf1)]='brown',c['Gold']=q(0xd6);}(Color||(Color={})));export var Texture;(function(a){var r=a56d;a[r(0xe3)]=r(0xf3),a[r(0xfe)]=r(0xc3),a[r(0x110)]=r(0xc2),a['Fuzzy']=r(0xbb),a['Grainy']=r(0xe2),a['Metallic']=r(0xf0);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a56d;a[s(0xd9)]=s(0xee),a[s(0xc6)]='outside',a[s(0x105)]=s(0xda),a[s(0xea)]=s(0xd5),a[s(0xd7)]=s(0x101),a[s(0xbc)]=s(0xeb),a[s(0xd8)]='desert',a[s(0xff)]=s(0xc5),a['BEACH']=s(0xba),a[s(0x112)]=s(0xd4);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a56d;a[t(0x106)]=t(0xb5),a[t(0xb7)]='east',a[t(0x111)]=t(0xfd),a[t(0xb4)]=t(0xc4),a['UP']='up',a['DOWN']=t(0xe5);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x12d))/0x1*(-parseInt(f(0x133))/0x2)+parseInt(f(0x12c))/0x3+-parseInt(f(0x131))/0x4+-parseInt(f(0x130))/0x5*(parseInt(f(0x129))/0x6)+-parseInt(f(0x12f))/0x7+-parseInt(f(0x12a))/0x8*(-parseInt(f(0x12b))/0x9)+parseInt(f(0x128))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x6820f));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x126)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a['toString']()[h(0x12e)](h(0x132))[h(0x127)]()['constructor'](a57a)[h(0x12e)](h(0x132));});a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x126;var f=c[d];return f;},a57d(a,b);}function a57c(){var i=['24qjCfoa','1444329AtkVjy','1253640MVsqwR','409MnkIWw','search','4673144JFPPRM','10OLMUQV','3128812YGlgAV','(((.+)+)+)+$','2098LMjbSo','apply','toString','14196060GAIaLi','40746EslXDJ'];a57c=function(){return i;};return a57c();}export{};
1
+ (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x15a))/0x1+parseInt(f(0x160))/0x2*(-parseInt(f(0x165))/0x3)+-parseInt(f(0x162))/0x4+-parseInt(f(0x15c))/0x5+-parseInt(f(0x164))/0x6+parseInt(f(0x15e))/0x7+-parseInt(f(0x159))/0x8*(-parseInt(f(0x163))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x6922a));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x158)]()[h(0x15b)](h(0x161))[h(0x158)]()[h(0x15d)](a57a)[h(0x15b)](h(0x161));});function a57c(){var i=['search','2882725YvPqwb','constructor','5653704KmZzRg','apply','10cCLbtb','(((.+)+)+)+$','3298512aEQCKZ','9EMPfBH','2687268tiEXVB','426009kSKnaq','toString','11247304fYMZIT','776115uZWfjs'];a57c=function(){return i;};return a57c();}a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x158;var f=c[d];return f;},a57d(a,b);}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xf6))/0x1*(parseInt(f(0xed))/0x2)+parseInt(f(0xf0))/0x3*(parseInt(f(0xfa))/0x4)+parseInt(f(0xf4))/0x5*(parseInt(f(0xef))/0x6)+parseInt(f(0xf7))/0x7*(parseInt(f(0xec))/0x8)+-parseInt(f(0xf5))/0x9*(-parseInt(f(0xfb))/0xa)+parseInt(f(0xf8))/0xb+-parseInt(f(0xf1))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xd84d3));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xec;var f=c[d];return f;},a58d(a,b);}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']()[g(0xf2)](g(0xee))[g(0xf3)]()[g(0xf9)](a58a)[g(0xf2)]('(((.+)+)+)+$');});function a58c(){var h=['(((.+)+)+)+$','42870DuwcGl','65583KSzyWq','76087416xuqHTs','search','toString','900kJwgqy','9IWIVlo','81vzyxXm','412279edyrIC','13763761pxTjfg','constructor','316qMFWsL','11846470BlqLLD','216rRUHQm','4626HhPpqX'];a58c=function(){return h;};return a58c();}a58a();export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xac))/0x1*(-parseInt(f(0xad))/0x2)+parseInt(f(0xa2))/0x3*(parseInt(f(0xa7))/0x4)+parseInt(f(0x9e))/0x5*(parseInt(f(0xa5))/0x6)+-parseInt(f(0xaa))/0x7+parseInt(f(0xa1))/0x8*(parseInt(f(0x9d))/0x9)+-parseInt(f(0xa0))/0xa*(parseInt(f(0xa8))/0xb)+-parseInt(f(0xab))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x2d23a));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xa3)]()[h(0xa4)](h(0x9f))[h(0xa3)]()[h(0xa9)](a58a)[h(0xa4)](h(0x9f));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x9d;var f=c[d];return f;},a58d(a,b);}function a58c(){var i=['80rvUGsN','32dRugrx','1000341xuQfMl','toString','search','633450EGqbgY','apply','4dDjmTK','100573UYAJFH','constructor','378434OFwXAF','6060096BHYRng','23qgMPgC','10616GwqAvB','100908aTyLrJ','15cCCrDF','(((.+)+)+)+$'];a58c=function(){return i;};return a58c();}a58a();export{};
@@ -1 +1 @@
1
- const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=parseInt(y(0x1ad))/0x1*(parseInt(y(0x1db))/0x2)+-parseInt(y(0x1cf))/0x3*(-parseInt(y(0x1c7))/0x4)+-parseInt(y(0x182))/0x5*(-parseInt(y(0x1a2))/0x6)+parseInt(y(0x1ca))/0x7+-parseInt(y(0x19b))/0x8+-parseInt(y(0x198))/0x9*(-parseInt(y(0x1ac))/0xa)+-parseInt(y(0x181))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x8a23e));function a59c(){const I=['screen','OUTSIDE','4102ciPvLV','12089165egIFeY','20PkSulg','size','Your\x20items\x20will\x20be\x20listed\x20here...','\x20Inventory\x20','C-c','20%','roomType','box','handleInput','toString','leftHand','setContent','cyan','getOtherSide','checkIfLocked','10%','exit','write','equipment','name','line','escape','9gZOYPJ','join','equip','4351320LTqFqv','log','currentLocation','head','key','90%','(((.+)+)+)+$','639438OHhLsf','getAllItems','parse','split','\x20Map\x20','Torso:\x20','logBox','Left\x20Hand:\x20','textbox','Arms:\x20','363760EfRMvi','449rFtAct','getWelcomeMessage','constructor','removeAllListeners','take','apply','Feet:\x20','logFilePath','forEach','render','Head:\x20','75%','gloves','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','----->>>>>>\x20Initializing\x20Game','arms','25%','Right\x20Hand:\x20','legs','Gloves:\x20','\x20(Locked)','mousemove','player','\x20Game\x20Log\x20','map','exits','411556KtGesQ','torso','pushLine','734734YtTeLp','Side\x20Quest\x20Adventure\x20Game','None','append','-----\x20Exits\x20------\x0a','21sucPnO','inventory','scroll','feet','clearValue','getValue','yellow','enter','search','getInstance'];a59c=function(){return I;};return a59c();}import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x181;let f=c[d];return f;},a59d(a,b);}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0x1b2)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g['toString']()[A(0x1d7)](A(0x1a1))[A(0x18b)]()[A(0x1af)](g)[A(0x1d7)]('(((.+)+)+)+$');});g();try{const h=a59e[B(0x1d9)]({'smartCSR':!![],'title':B(0x1cb)}),i=a59e[B(0x189)]({'top':'0%','left':B(0x1b8),'width':B(0x1bd),'height':'45%','border':{'type':B(0x196)},'label':B(0x185),'content':B(0x184),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1d5)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1a3)]()[C(0x1c5)](v=>v[C(0x195)]);i[C(0x18d)](u[C(0x199)]('\x0a')),h[C(0x1b6)]();};h['append'](i);const k=a59e[B(0x189)]({'top':'45%','left':B(0x1b8),'width':B(0x1bd),'height':'25%','border':{'type':B(0x196)},'label':'\x20Equipment\x20','content':B(0x1ba),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1d5)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1cd)](k);const l=t=>{const D=B;k[D(0x18d)](D(0x1b7)+(t[D(0x19e)]?t[D(0x19e)][D(0x195)]:'None')+'\x0a'+(D(0x1a7)+(t[D(0x1c8)]?t[D(0x1c8)][D(0x195)]:D(0x1cc))+'\x0a')+('Legs:\x20'+(t[D(0x1bf)]?t[D(0x1bf)]['name']:D(0x1cc))+'\x0a')+(D(0x1b3)+(t[D(0x1d2)]?t['feet'][D(0x195)]:'None')+'\x0a')+(D(0x1ab)+(t[D(0x1bc)]?t[D(0x1bc)][D(0x195)]:D(0x1cc))+'\x0a')+(D(0x1c0)+(t[D(0x1b9)]?t[D(0x1b9)][D(0x195)]:D(0x1cc))+'\x0a')+(D(0x1a9)+(t['leftHand']?t[D(0x18c)][D(0x195)]:D(0x1cc))+'\x0a')+(D(0x1be)+(t['rightHand']?t['rightHand'][D(0x195)]:D(0x1cc))+'\x0a')),h[D(0x1b6)]();},m=a59e['box']({'top':'70%','left':B(0x1b8),'width':B(0x1bd),'height':B(0x187),'border':{'type':'line'},'label':B(0x1a6),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1d5)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1cd)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x195)]+'\x0a\x0a';u+=E(0x1ce),t[E(0x1c6)][E(0x183)]>0x0?t[E(0x1c6)][E(0x1b5)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x18f)](t);x[F(0x188)]===RoomType[F(0x1da)]?u+=capitalCase(w)+':\x20'+x[F(0x195)]:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x190)]())u+=F(0x1c1);else v['checkIfLockable']()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[E(0x18d)](u),h[E(0x1b6)]();},o=a59e[B(0x189)]({'id':B(0x1a8),'top':'0%','left':'0%','width':B(0x1b8),'height':B(0x1a0),'border':{'type':B(0x196)},'label':B(0x1c4),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1d5)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1b0)](B(0x1c2)),h[B(0x1cd)](o);const p=a59e[B(0x1aa)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x191),'tags':!![],'border':{'type':B(0x196)},'style':{'fg':'white','border':{'fg':B(0x18e)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1cd)](p),h['key']([B(0x197),B(0x186)],()=>process['exit'](0x0)),p['focus'](),h[B(0x1b6)]();const q=Logger['getInstance'](e[B(0x1b4)],h),r=new Player({'playerName':c});q[B(0x193)](B(0x1bb));const s=a59f[B(0x1d8)](r,d);o[B(0x18d)](s[B(0x1ae)]()),l(s[B(0x1c3)]['equipment']),j(s[B(0x1c3)][B(0x1d0)]),n(s[B(0x1c3)]['currentLocation']),p[B(0x19f)]([B(0x1d6)],async()=>{const G=B,t=p[G(0x1d4)](),u=s[G(0x18a)](t);(t[G(0x1a5)]('\x20')[0x0]===G(0x1b1)||G(0x19a)||'unequip')&&(j(s[G(0x1c3)][G(0x1d0)]),l(s['player'][G(0x194)])),(t[G(0x1a5)]('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s[G(0x1c3)][G(0x19d)]),t['split']('\x20')[0x0]==='clear'&&o[G(0x18d)](''),u===null&&(console[G(0x19c)]('Thanks\x20for\x20playing!'),h['render'](),q[G(0x193)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x192)](0x0)),o[G(0x1c9)](u),o[G(0x1d1)](0x1),p[G(0x1d3)](),p['focus'](),h[G(0x1b6)]();});}catch(t){console[B(0x19c)](t),process[B(0x192)](0x1);}}const args=process['argv']['slice'](0x2);main(args[0x0],JSON[a59H(0x1a4)](args[0x1]),JSON[a59H(0x1a4)](args[0x2]));
1
+ function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a59d(a,b);}const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x1bd))/0x1+-parseInt(y(0x1c5))/0x2*(-parseInt(y(0x1b2))/0x3)+-parseInt(y(0x1f6))/0x4+-parseInt(y(0x205))/0x5+-parseInt(y(0x1bf))/0x6+parseInt(y(0x207))/0x7+parseInt(y(0x1fd))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x62ec0));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a59c(){const I=['11484816ayOCCm','currentLocation','rightHand','\x20Game\x20Log\x20','gloves','join','Head:\x20','size','2848310NPuidz','getInstance','3635464qflYKC','render','OUTSIDE','line','scroll','log','25%','6NhihlG','lock','yellow','feet','Torso:\x20','clearValue','textbox','name','parse','arms','getOtherSide','302457KfrfDP','forEach','4460382GxCzRz','Feet:\x20','20%','write','Thanks\x20for\x20playing!','map','617074TiPcwU','Gloves:\x20','C-c','player','handleInput','box','(((.+)+)+)+$','setContent','logFilePath','Left\x20Hand:\x20','Currently\x20in:\x20','100%','inventory','<<<<<<<<---------\x20Terminating\x20game','exit','apply','equip','constructor','getValue','\x0aThere\x20are\x20no\x20exits\x20here.','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20Map\x20','\x20Inventory\x20','90%','70%','None','\x20Equipment\x20','slice','Arms:\x20','enter','append','head','leftHand','75%','10%','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','split','equipment','take','legs','exits','45%','Legs:\x20','\x20(Unlocked)','roomType','focus','----->>>>>>\x20Initializing\x20Game','search','key','2205312IcMzrA','screen','argv','torso','unequip','Side\x20Quest\x20Adventure\x20Game','logBox'];a59c=function(){return I;};return a59c();}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0x1d4)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g['toString']()[A(0x1f4)](A(0x1cb))['toString']()[A(0x1d6)](g)[A(0x1f4)](A(0x1cb));});g();try{const h=a59e[B(0x1f7)]({'smartCSR':!![],'title':B(0x1fb)}),i=a59e[B(0x1ca)]({'top':'0%','left':B(0x1e6),'width':B(0x20d),'height':B(0x1ee),'border':{'type':B(0x20a)},'label':B(0x1db),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x1c4)](v=>v[C(0x1b9)]);i[C(0x1cc)](u[C(0x202)]('\x0a')),h['render']();};h[B(0x1e3)](i);const k=a59e[B(0x1ca)]({'top':B(0x1ee),'left':B(0x1e6),'width':B(0x20d),'height':B(0x20d),'border':{'type':'line'},'label':B(0x1df),'content':B(0x1e8),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1e3)](k);const l=t=>{const D=B;k[D(0x1cc)](D(0x203)+(t[D(0x1e4)]?t['head']['name']:D(0x1de))+'\x0a'+(D(0x1b6)+(t[D(0x1f9)]?t['torso']['name']:D(0x1de))+'\x0a')+(D(0x1ef)+(t[D(0x1ec)]?t[D(0x1ec)][D(0x1b9)]:D(0x1de))+'\x0a')+(D(0x1c0)+(t[D(0x1b5)]?t[D(0x1b5)][D(0x1b9)]:'None')+'\x0a')+(D(0x1e1)+(t[D(0x1bb)]?t[D(0x1bb)]['name']:D(0x1de))+'\x0a')+(D(0x1c6)+(t[D(0x201)]?t[D(0x201)][D(0x1b9)]:D(0x1de))+'\x0a')+(D(0x1ce)+(t[D(0x1e5)]?t[D(0x1e5)][D(0x1b9)]:D(0x1de))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x1ff)]?t[D(0x1ff)][D(0x1b9)]:D(0x1de))+'\x0a')),h['render']();},m=a59e[B(0x1ca)]({'top':B(0x1dd),'left':B(0x1e6),'width':B(0x20d),'height':B(0x1c1),'border':{'type':B(0x20a)},'label':B(0x1da),'content':B(0x1d9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x1cf)+t[E(0x1b9)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x1ed)][E(0x204)]>0x0?t[E(0x1ed)][E(0x1be)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1bc)](t);x[F(0x1f1)]===RoomType[F(0x209)]?u+=capitalCase(w)+':\x20'+x[F(0x1b9)]:u+=capitalCase(w)+':\x20'+v[F(0x1b9)];if(v['checkIfLocked']())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=F(0x1f0));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1d8),m[E(0x1cc)](u),h[E(0x208)]();},o=a59e[B(0x1ca)]({'id':B(0x1fc),'top':'0%','left':'0%','width':'75%','height':B(0x1dc),'border':{'type':B(0x20a)},'label':B(0x200),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b4)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners']('mousemove'),h['append'](o);const p=a59e[B(0x1b8)]({'bottom':0x0,'left':0x0,'width':B(0x1d0),'height':B(0x1e7),'tags':!![],'border':{'type':B(0x20a)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1e3)](p),h[B(0x1f5)](['escape',B(0x1c7)],()=>process[B(0x1d3)](0x0)),p['focus'](),h[B(0x208)]();const q=Logger[B(0x206)](e[B(0x1cd)],h),r=new Player({'playerName':c});q[B(0x1c2)](B(0x1f3));const s=a59f[B(0x206)](r,d);o[B(0x1cc)](s['getWelcomeMessage']()),l(s['player'][B(0x1ea)]),j(s[B(0x1c8)][B(0x1d1)]),n(s[B(0x1c8)][B(0x1fe)]),p['key']([B(0x1e2)],async()=>{const G=B,t=p[G(0x1d7)](),u=s[G(0x1c9)](t);(t[G(0x1e9)]('\x20')[0x0]===G(0x1eb)||G(0x1d5)||G(0x1fa))&&(j(s[G(0x1c8)][G(0x1d1)]),l(s['player'][G(0x1ea)])),(t[G(0x1e9)]('\x20')[0x0]==='go'||G(0x1b3)||'unlock')&&n(s['player']['currentLocation']),t[G(0x1e9)]('\x20')[0x0]==='clear'&&o[G(0x1cc)](''),u===null&&(console['log'](G(0x1c3)),h[G(0x208)](),q['write'](G(0x1d2)),process['exit'](0x0)),o['pushLine'](u),o[G(0x20b)](0x1),p[G(0x1b7)](),p[G(0x1f2)](),h[G(0x208)]();});}catch(t){console[B(0x20c)](t),process['exit'](0x1);}}const args=process[a59H(0x1f8)][a59H(0x1e0)](0x2);main(args[0x0],JSON[a59H(0x1ba)](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- const a60j=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0xd9))/0x1+parseInt(h(0xc9))/0x2+parseInt(h(0xde))/0x3+parseInt(h(0xbe))/0x4+-parseInt(h(0xbd))/0x5+-parseInt(h(0xdb))/0x6+parseInt(h(0xbf))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xbe7d8));function a60c(){const q=['log','filePath','box','writeFileSync','join','type','existsSync','toISOString','hasScreen','homedir','487518jxtsaq','side-quest.log','4368912AoZxQK','scrollTo','[ERROR]\x20[','1930953VLwbAo','appendFileSync','toString','logBox','write','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','instance','2688225VGjwSW','2982084DulxtQ','716310GLLbUn','ensureLogFileExists','render','screen','getScrollHeight','(((.+)+)+)+$','constructor','dirname','search','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','134050GlqMuA','mkdirSync','.maka','error','find','[INFO]\x20['];a60c=function(){return q;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const i=a60d;return a60a[i(0xe0)]()[i(0xc7)](i(0xc4))['toString']()[i(0xc5)](a60a)[i(0xc7)](i(0xc4));});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xbb;let f=c[d];return f;},a60d(a,b);}import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f[a60j(0xd8)]();export class Logger{static [a60j(0xbc)];[a60j(0xd0)];[a60j(0xc2)];constructor(a,b){const k=a60j;this['filePath']=a,this[k(0xc2)]=b,this['ensureLogFileExists']();}static['getInstance'](a=a60g[a60j(0xd3)](homeDir,a60j(0xcb),a60j(0xda)),b){const l=a60j;if(!Logger[l(0xbc)]){if(!b)throw new Error(l(0xc8));Logger[l(0xbc)]=new Logger(a,b);}return Logger[l(0xbc)];}[a60j(0xc0)](){const m=a60j,a=a60g[m(0xc6)](this[m(0xd0)]);!a60e[m(0xd5)](a)&&a60e[m(0xca)](a,{'recursive':!![]}),!a60e[m(0xd5)](this['filePath'])&&a60e[m(0xd2)](this[m(0xd0)],'');}[a60j(0xe2)](a){const n=a60j,b=new Date()['toISOString'](),c=n(0xce)+b+']\x20'+a+'\x0a';a60e[n(0xdf)](this[n(0xd0)],c);}['error'](a){const o=a60j,b=new Date()[o(0xd6)](),c=o(0xdd)+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this[o(0xd0)],c);}[a60j(0xcf)](a){const p=a60j,b=this[p(0xc2)]?.['children'][p(0xcd)](c=>c[p(0xd4)]===p(0xd1)&&c['options']['id']===p(0xe1));b?(b['setContent'](b['content']+'\x0a'+a),b[p(0xdc)](b[p(0xc3)]()),this['screen']?.[p(0xc1)]()):this[p(0xcc)]('The\x20logbox\x20'+b+p(0xbb)+this[p(0xc2)]),this[p(0xe2)](a);}[a60j(0xd7)](){return!!this['screen'];}}
1
+ function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x123;let f=c[d];return f;},a60d(a,b);}const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x133))/0x1*(-parseInt(h(0x128))/0x2)+-parseInt(h(0x135))/0x3+-parseInt(h(0x138))/0x4*(-parseInt(h(0x12f))/0x5)+parseInt(h(0x125))/0x6+-parseInt(h(0x145))/0x7+parseInt(h(0x14e))/0x8+parseInt(h(0x126))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x6a30e));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x14d)]()[j(0x134)](j(0x136))['toString']()[j(0x142)](a60a)[j(0x134)]('(((.+)+)+)+$');});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';function a60c(){const s=['render','write','logBox','apply','writeFileSync','constructor','homedir','appendFileSync','5445643DJxlpZ','toISOString','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','.maka','screen','error','box','children','toString','4846832ZIjKaq','side-quest.log','dirname','3912234gxBGAV','6932403DeSPSO','type','126650tMllIK','instance','getScrollHeight','getInstance','setContent','existsSync','ensureLogFileExists','857435DaxDRt','join','filePath','mkdirSync','2vshKeK','search','2580270TBMOia','(((.+)+)+)+$','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','4haqDKD','[INFO]\x20[','hasScreen','[ERROR]\x20[','content'];a60c=function(){return s;};return a60c();}const homeDir=a60f[a60k(0x143)]();export class Logger{static [a60k(0x129)];['filePath'];['screen'];constructor(a,b){const l=a60k;this[l(0x131)]=a,this[l(0x149)]=b,this[l(0x12e)]();}static[a60k(0x12b)](a=a60g[a60k(0x130)](homeDir,a60k(0x148),a60k(0x123)),b){const m=a60k;if(!Logger[m(0x129)]){if(!b)throw new Error(m(0x147));Logger[m(0x129)]=new Logger(a,b);}return Logger[m(0x129)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x124)](this['filePath']);!a60e[n(0x12d)](a)&&a60e[n(0x132)](a,{'recursive':!![]}),!a60e[n(0x12d)](this[n(0x131)])&&a60e[n(0x141)](this['filePath'],'');}['write'](a){const o=a60k,b=new Date()['toISOString'](),c=o(0x139)+b+']\x20'+a+'\x0a';a60e[o(0x144)](this[o(0x131)],c);}[a60k(0x14a)](a){const p=a60k,b=new Date()[p(0x146)](),c=p(0x13b)+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this[p(0x131)],c);}['log'](a){const q=a60k,b=this[q(0x149)]?.[q(0x14c)]['find'](c=>c[q(0x127)]===q(0x14b)&&c['options']['id']===q(0x13f));b?(b[q(0x12c)](b[q(0x13c)]+'\x0a'+a),b['scrollTo'](b[q(0x12a)]()),this['screen']?.[q(0x13d)]()):this[q(0x14a)]('The\x20logbox\x20'+b+q(0x137)+this[q(0x149)]),this[q(0x13e)](a);}[a60k(0x13a)](){const r=a60k;return!!this[r(0x149)];}}
@@ -1 +1 @@
1
- const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x1d7))/0x1*(parseInt(k(0x1e2))/0x2)+-parseInt(k(0x1f8))/0x3*(parseInt(k(0x1f5))/0x4)+-parseInt(k(0x1ef))/0x5*(-parseInt(k(0x1e3))/0x6)+-parseInt(k(0x1d6))/0x7+-parseInt(k(0x1d9))/0x8*(-parseInt(k(0x1ed))/0x9)+-parseInt(k(0x1d8))/0xa*(-parseInt(k(0x1e9))/0xb)+parseInt(k(0x1ea))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x74722));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x1dd)]()[m(0x1f4)]('(((.+)+)+)+$')[m(0x1dd)]()['constructor'](a61a)['search'](m(0x1f0));});a61a();import a61e from'path';import{spawn}from'child_process';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1d6;let f=c[d];return f;},a61d(a,b);}import a61f from'./play.command.js';import{Command}from'../../command.js';function a61c(){const q=['Play\x20a\x20little\x20side-quest','resolve','6458144rpZdoQ','7uhkWQj','110zWgaBy','4130936xraMLu','log','shadowrun','apply','toString','side-quest','stringify','getGlobalMakaDir','inherit','70626ELINEx','108048BIzOKa','create','sideQuestAnswer','options','ask','maka\x20play:side-quest','88429ytQZaS','14114940nCdzDx','player','Commoner','9WXuenI','dungeon','65Nroaaf','(((.+)+)+)+$','node','side-quest.log','What\x20is\x20your\x20name?','search','1150376EjdlSN','./sideQuest/ui.js','exit','9FUGuIp','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','url','list'];a61c=function(){return q;};return a61c();}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(0x1fa)]),__dirname=dirname(__filename);Command[a61n(0x1e4)]({'name':a61n(0x1de),'usage':a61n(0x1e8),'shortDesc':a61n(0x1fc),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a61n(0x1eb)]},async function(a,b){const o=a61n;try{const c=this['fsi'][o(0x1e0)](),d=a61e['join'](c,o(0x1f2)),e=b[o(0x1eb)]?b[o(0x1eb)]:await Actions[o(0x1e7)](o(0x1f3))||o(0x1ec),f={...b,'logFilePath':d},g={'type':o(0x1fb),'name':o(0x1e5),'message':o(0x1f9),'choices':[{'name':o(0x1ee),'value':dungeonConfig},{'name':o(0x1db),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1e6)](g);if(e&&h){const i=spawn(o(0x1f1),[a61e[o(0x1fd)](__dirname,o(0x1f6)),e,JSON[o(0x1df)](h),JSON[o(0x1df)](f)],{'stdio':o(0x1e1)});i['on'](o(0x1f7),()=>{const p=o;console[p(0x1da)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0x1da)](j);}},a61f);
1
+ const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x1db))/0x1+-parseInt(k(0x1dc))/0x2*(-parseInt(k(0x1e3))/0x3)+-parseInt(k(0x1e7))/0x4*(parseInt(k(0x1f2))/0x5)+parseInt(k(0x1ee))/0x6+-parseInt(k(0x1d6))/0x7+parseInt(k(0x1e8))/0x8+parseInt(k(0x1f3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x82e28));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x1d5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x1ec)]()['search'](m(0x1f0))[m(0x1ec)]()[m(0x1d4)](a61a)['search'](m(0x1f0));});a61a();import a61e from'path';import{spawn}from'child_process';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1d2;let f=c[d];return f;},a61d(a,b);}import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a61c(){const q=['3218957PAvlqd','exit','sideQuestAnswer','side-quest.log','log','552788nTtOZz','292uTLAwF','join','What\x20is\x20your\x20name?','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','create','stringify','side-quest','18561YVMCEP','getGlobalMakaDir','player','Commoner','1892OscjgH','1205232MhnzoB','Thanks\x20for\x20playing!','node','url','toString','Play\x20a\x20little\x20side-quest','1997742gGytVA','shadowrun','(((.+)+)+)+$','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','1130kdurbe','2418552VtzVGk','resolve','list','constructor','apply'];a61c=function(){return q;};return a61c();}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0x1eb)]),__dirname=dirname(__filename);Command[a61n(0x1e0)]({'name':a61n(0x1e2),'usage':'maka\x20play:side-quest','shortDesc':a61n(0x1ed),'aliases':['sq'],'description':a61n(0x1df),'validOpts':['player']},async function(a,b){const o=a61n;try{const c=this['fsi'][o(0x1e4)](),d=a61e[o(0x1dd)](c,o(0x1d9)),e=b[o(0x1e5)]?b['player']:await Actions['ask'](o(0x1de))||o(0x1e6),f={...b,'logFilePath':d},g={'type':o(0x1d3),'name':o(0x1d8),'message':o(0x1f1),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x1ef),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x1ea),[a61e[o(0x1d2)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1e1)](h),JSON[o(0x1e1)](f)],{'stdio':'inherit'});i['on'](o(0x1d7),()=>{const p=o;console['log'](p(0x1e9));});}}catch(j){console[o(0x1da)](j);}},a61f);
@@ -1 +1 @@
1
- var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0x135))/0x1*(parseInt(f(0x134))/0x2)+parseInt(f(0x132))/0x3*(-parseInt(f(0x129))/0x4)+-parseInt(f(0x138))/0x5*(parseInt(f(0x139))/0x6)+parseInt(f(0x12a))/0x7+-parseInt(f(0x12f))/0x8+parseInt(f(0x130))/0x9*(parseInt(f(0x12e))/0xa)+parseInt(f(0x12d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x9b210));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a['toString']()[h(0x137)](h(0x133))['toString']()['constructor'](a62a)[h(0x137)](h(0x133));});a62a();import a62e from'./play.command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x129;var f=c[d];return f;},a62d(a,b);}import{Command}from'../../command.js';function a62c(){var k=['search','485ZnIlnT','15684fTJuXO','2970484iRjQKy','8725353YCbKrs','npx\x20command-line-snake','create','2272402MEsxYi','7610ptAeOq','3495120UlyGcE','3501ILSMJZ','apply','3HacGlw','(((.+)+)+)+$','2wyeeFk','319387vwRgGa','maka\x20game:snake'];a62c=function(){return k;};return a62c();}import{execSync}from'child_process';Command[a62i(0x12c)]({'name':'snake','usage':a62i(0x136),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a62i;execSync(j(0x12b),{'stdio':'inherit'});},a62e);
1
+ var a62h=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x165))/0x1+-parseInt(f(0x166))/0x2+-parseInt(f(0x162))/0x3+-parseInt(f(0x15e))/0x4*(parseInt(f(0x15d))/0x5)+-parseInt(f(0x160))/0x6*(parseInt(f(0x16a))/0x7)+parseInt(f(0x164))/0x8+parseInt(f(0x168))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x25b57));function a62c(){var j=['toString','195660mpEDYe','snake','779880EDdfdV','233087RZlPeX','216588LKOrjS','maka\x20game:snake','6268383aTxEFf','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','7wqbQLs','search','constructor','(((.+)+)+)+$','5fZXNQu','706796VTbLYJ','inherit','337302ftrDgM'];a62c=function(){return j;};return a62c();}var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var g=a62d;return a62a[g(0x161)]()['search'](g(0x15c))['toString']()[g(0x16c)](a62a)[g(0x16b)](g(0x15c));});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x15c;var f=c[d];return f;},a62d(a,b);}Command['create']({'name':a62h(0x163),'usage':a62h(0x167),'shortDesc':a62h(0x169),'validOpts':[]},async function(){var i=a62h;execSync('npx\x20command-line-snake',{'stdio':i(0x15f)});},a62e);
@@ -1 +1 @@
1
- var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1d2))/0x1*(parseInt(f(0x1c9))/0x2)+-parseInt(f(0x1cb))/0x3*(parseInt(f(0x1ce))/0x4)+-parseInt(f(0x1c7))/0x5+-parseInt(f(0x1c2))/0x6*(parseInt(f(0x1c5))/0x7)+parseInt(f(0x1d0))/0x8*(-parseInt(f(0x1cd))/0x9)+parseInt(f(0x1d5))/0xa+parseInt(f(0x1d3))/0xb*(parseInt(f(0x1c3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x9ede3));function a63c(){var k=['4254085FlKFAb','search','7071670qZzxEX','(((.+)+)+)+$','24Ywsfds','108wZTErQ','inherit','225876XJdnzx','toString','1924290GAirRV','npx\x20simple-tetris','55882cGEjle','apply','3meveaI','tetris','6569811FJRzjr','4478512bATdis','create','8wfYxVD','maka\x20game:tetris','42eCyXeF'];a63c=function(){return k;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1ca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1c6)]()[h(0x1d4)]('(((.+)+)+)+$')[h(0x1c6)]()['constructor'](a63a)[h(0x1d4)](h(0x1c1));});a63a();import a63e from'./play.command.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1c1;var f=c[d];return f;},a63d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0x1cf)]({'name':a63i(0x1cc),'usage':a63i(0x1d1),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a63i;execSync(j(0x1c8),{'stdio':j(0x1c4)});},a63e);
1
+ function a63c(){var k=['create','28yFqJvm','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','391835vOxxTs','npx\x20simple-tetris','8749378KgTXCl','224956cMPwzj','constructor','3DgoHpz','5nteLsv','search','2793354mAepPW','tetris','2543283xjmYSu','5026970sAlUHN','inherit','784088PctwpS','toString','maka\x20game:tetris','2tpyBJF','apply'];a63c=function(){return k;};return a63c();}var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x139))/0x1*(parseInt(f(0x149))/0x2)+-parseInt(f(0x13e))/0x3*(parseInt(f(0x13c))/0x4)+parseInt(f(0x13f))/0x5*(-parseInt(f(0x141))/0x6)+-parseInt(f(0x14c))/0x7*(-parseInt(f(0x146))/0x8)+-parseInt(f(0x143))/0x9+-parseInt(f(0x144))/0xa+parseInt(f(0x13b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x42743));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x138;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x14a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x147)]()['search'](h(0x138))[h(0x147)]()[h(0x13d)](a63a)[h(0x140)](h(0x138));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0x14b)]({'name':a63i(0x142),'usage':a63i(0x148),'shortDesc':a63i(0x14d),'validOpts':[]},async function(){var j=a63i;execSync(j(0x13a),{'stdio':j(0x145)});},a63e);
@@ -1 +1 @@
1
- const a64h=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0x103))/0x1*(-parseInt(f(0xfd))/0x2)+-parseInt(f(0xfa))/0x3*(-parseInt(f(0x112))/0x4)+parseInt(f(0xf5))/0x5*(-parseInt(f(0x106))/0x6)+-parseInt(f(0xf6))/0x7*(-parseInt(f(0x10f))/0x8)+-parseInt(f(0x10d))/0x9+parseInt(f(0xf8))/0xa*(parseInt(f(0xfc))/0xb)+-parseInt(f(0x107))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xf31cd));const a64b=(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;};}()),a64a=a64b(this,function(){const g=a64d;return a64a['toString']()[g(0x10e)](g(0x109))[g(0xff)]()['constructor'](a64a)[g(0x10e)](g(0x109));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a64c(){const j=['search','11290888yyVXgq','notice','dir','4IPtYAI','2195jsivIV','7twLocA','slice','783930IkhJjL','maka\x20g:package\x20package:name','3862914lcqsAX','generate','275MZJBVr','989146ccAtsR','Scaffold\x20various\x20parts\x20of\x20your\x20application','toString','maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:route\x20todos/edit','listGenerators','3catDCp','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','help','9222tUwqpn','15541716spDvCk','maka\x20{generate,\x20g}:<generator>\x20<name>','(((.+)+)+)+$','Generators:','error','maka\x20g:api\x20trucks','1884870FYXdLK'];a64c=function(){return j;};return a64c();}import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xf5;let f=c[d];return f;},a64d(a,b);}Command['create']({'name':a64h(0xfb),'aliases':['g'],'usage':a64h(0x108),'validOpts':[a64h(0x111),'where',a64h(0x105)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64h(0xfe),'description':a64h(0x104),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item',a64h(0xf9),a64h(0x101),a64h(0x10c),a64h(0x100)]},async function(a,b){const i=a64h,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b['help']?(Log[i(0x110)](i(0x10a)),a64e[i(0x102)]()):Log[i(0x10b)]('Could\x20not\x20find\x20generator');throw new UsageError();}await d['invoke'](a[i(0xf7)](0x1),b);});
1
+ const a64i=a64d;function a64c(){const k=['toString','dir','maka\x20g:package\x20package:name','11KgQqyN','search','10115670HwrUOa','create','maka\x20g:dbc\x20geoserver\x20--type=pgsql','apply','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','3390756lWzwPN','maka\x20g:template\x20todos/todo_item','error','(((.+)+)+)+$','invoke','4ydxMSL','maka\x20{generate,\x20g}:<generator>\x20<name>','Could\x20not\x20find\x20generator','10GnHHsD','16815910BmQWya','4709528AQYZaI','13697775kNcLJp','slice','generate','3072120VmrKVm','maka\x20g:scaffold\x20todos','constructor','397604YfrzcO','maka\x20g:route\x20todos/edit','7JaSpEW'];a64c=function(){return k;};return a64c();}function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xe3;let f=c[d];return f;},a64d(a,b);}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0xee))/0x1*(parseInt(f(0x100))/0x2)+parseInt(f(0xeb))/0x3+-parseInt(f(0xfb))/0x4*(parseInt(f(0xe5))/0x5)+-parseInt(f(0xf6))/0x6*(-parseInt(f(0xf0))/0x7)+parseInt(f(0xe7))/0x8+-parseInt(f(0xe8))/0x9+-parseInt(f(0xe6))/0xa*(-parseInt(f(0xf4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xec41a));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0xf1)]()['search'](h(0xfe))[h(0xf1)]()[h(0xed)](a64a)[h(0xf5)](h(0xfe));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64i(0xf7)]({'name':a64i(0xea),'aliases':['g'],'usage':a64i(0xe3),'validOpts':[a64i(0xf2),'where','help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a64i(0xfa),'examples':['maka\x20generate:scaffold\x20todos',a64i(0xec),a64i(0xfc),a64i(0xf3),a64i(0xef),'maka\x20g:api\x20trucks',a64i(0xf8)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b['help']?(Log['notice']('Generators:'),a64e['listGenerators']()):Log[j(0xfd)](j(0xe4));throw new UsageError();}await d[j(0xff)](a[j(0xe9)](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x1a9))/0x1+-parseInt(f(0x1ac))/0x2+-parseInt(f(0x1aa))/0x3*(-parseInt(f(0x1af))/0x4)+-parseInt(f(0x1ab))/0x5*(parseInt(f(0x1ae))/0x6)+parseInt(f(0x1b5))/0x7+parseInt(f(0x1b4))/0x8*(parseInt(f(0x1b2))/0x9)+-parseInt(f(0x1ad))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x9175c));function a65c(){var h=['toString','(((.+)+)+)+$','193761Kgtbuu','search','224YyhALI','5913929aiDIWf','360088zWRzOX','178677TkxfMZ','209425vahMXC','1223192eKevVi','484370aHgISE','138PZZJFK','76FsyLzy'];a65c=function(){return h;};return a65c();}var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var g=a65d;return a65a[g(0x1b0)]()[g(0x1b3)]('(((.+)+)+)+$')[g(0x1b0)]()['constructor'](a65a)['search'](g(0x1b1));});a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x1a9;var f=c[d];return f;},a65d(a,b);}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x10c))/0x1*(-parseInt(f(0x101))/0x2)+-parseInt(f(0xff))/0x3+-parseInt(f(0x104))/0x4*(parseInt(f(0x106))/0x5)+-parseInt(f(0x107))/0x6*(-parseInt(f(0xfe))/0x7)+-parseInt(f(0xfd))/0x8*(-parseInt(f(0x10b))/0x9)+-parseInt(f(0x103))/0xa*(-parseInt(f(0x108))/0xb)+parseInt(f(0x100))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xd6317));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x102)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x109)]()[h(0x10a)](h(0xfc))[h(0x109)]()[h(0x105)](a65a)[h(0x10a)](h(0xfc));});a65a();import'./get.command.js';import'./global.sub.cmd.js';function a65c(){var i=['constructor','5FwvtuR','312qxSKYz','11121Epmedn','toString','search','14804109bFYBQc','29409gnvjMN','(((.+)+)+)+$','8imKvMn','174769YggHVW','2508648cAOsAv','11531052ljqrQj','118LeVccM','apply','8610plPEHH','5303580CeBkjy'];a65c=function(){return i;};return a65c();}function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xfc;var f=c[d];return f;},a65d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x18b))/0x1*(-parseInt(f(0x191))/0x2)+-parseInt(f(0x18c))/0x3*(-parseInt(f(0x194))/0x4)+-parseInt(f(0x187))/0x5+-parseInt(f(0x192))/0x6+-parseInt(f(0x18a))/0x7+-parseInt(f(0x195))/0x8*(-parseInt(f(0x18f))/0x9)+parseInt(f(0x185))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x90880));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x186)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()[h(0x193)](h(0x182))[h(0x183)]()[h(0x18e)](a66a)[h(0x193)](h(0x182));});function a66c(){const k=['292269XtBMsH','Get\x20various\x20Maka\x20variables\x20and\x20configurations','constructor','9gOiPgA','Sub-Command\x20not\x20found','10886gQRuuj','4339494PPlWOU','search','32yiiHcQ','4285440uCpjYf','(((.+)+)+)+$','toString','runSubCommand','11428660atpfog','apply','827285DMPzmu','findSubCommand','error','7678790pPnfqO','22zyNnfx'];a66c=function(){return k;};return a66c();}a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x182;let f=c[d];return f;},a66d(a,b);}const GetCommand=Command['create']({'name':'get','usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x18d),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x188)](c);if(d)this[j(0x184)](c,a,b);else{Log[j(0x189)](j(0x190));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x119))/0x1+parseInt(f(0x111))/0x2*(parseInt(f(0x114))/0x3)+parseInt(f(0x11b))/0x4+-parseInt(f(0x106))/0x5*(-parseInt(f(0x11a))/0x6)+parseInt(f(0x10b))/0x7*(-parseInt(f(0x110))/0x8)+-parseInt(f(0x10a))/0x9*(parseInt(f(0x10d))/0xa)+parseInt(f(0x116))/0xb*(-parseInt(f(0x10c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x79264));function a66c(){const k=['(((.+)+)+)+$','search','174571drNbLz','2399874ewiEOY','1515784FiltDm','10ggDcue','apply','Get\x20various\x20Maka\x20variables\x20and\x20configurations','toString','9GqsmHq','730429lmxiEX','492zNfaiW','6727010vUCewJ','maka\x20get:<sub-command>','get','40MlAThS','116eqwbVR','Sub-Command\x20not\x20found','runSubCommand','45834RAKUIa','findSubCommand','53603dfGnvJ'];a66c=function(){return k;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x106;let f=c[d];return f;},a66d(a,b);}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x107)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x109)]()[h(0x118)](h(0x117))[h(0x109)]()['constructor'](a66a)[h(0x118)](h(0x117));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a66i(0x10f),'usage':a66i(0x10e),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x108),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x115)](c);if(d)this[j(0x113)](c,a,b);else{Log['error'](j(0x112));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x96))/0x1+parseInt(f(0x92))/0x2+parseInt(f(0xa3))/0x3*(parseInt(f(0x93))/0x4)+-parseInt(f(0x98))/0x5*(-parseInt(f(0x9d))/0x6)+-parseInt(f(0x9a))/0x7+-parseInt(f(0x90))/0x8+parseInt(f(0x99))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xbc7a1));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0xa4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()['search'](h(0x94))[h(0x9b)]()[h(0x9f)](a67a)[h(0x9e)](h(0x94));});function a67c(){const k=['7090160qAGdSs','create','740180LDdPoj','4wiSYQi','(((.+)+)+)+$','fsi','263337DWEhwg','exit','1051990dkVvHR','10709469JVdDtt','7268170iUATVt','toString','getGlobalConfig','30iJzkNx','search','constructor','global-config','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','maka\x20get:global-config','1043691daVivy','apply','error'];a67c=function(){return k;};return a67c();}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x8f;let f=c[d];return f;},a67d(a,b);}Command[a67i(0x91)]({'name':a67i(0xa0),'usage':a67i(0xa2),'aliases':['gc'],'shortDesc':a67i(0xa1),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x95)][j(0x9c)]();console['log'](a),process[j(0x97)](0x0);}catch(b){console[j(0x8f)](b),process[j(0x97)](0x0);}},a67e);
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x174))/0x1+-parseInt(f(0x184))/0x2*(parseInt(f(0x188))/0x3)+parseInt(f(0x181))/0x4+parseInt(f(0x17a))/0x5*(parseInt(f(0x189))/0x6)+parseInt(f(0x175))/0x7*(-parseInt(f(0x176))/0x8)+-parseInt(f(0x186))/0x9*(-parseInt(f(0x179))/0xa)+-parseInt(f(0x17c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xa7041));function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x173;let f=c[d];return f;},a67d(a,b);}const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()['search']('(((.+)+)+)+$')[h(0x17b)]()['constructor'](a67a)['search'](h(0x17e));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x178)]({'name':a67i(0x183),'usage':a67i(0x17d),'aliases':['gc'],'shortDesc':a67i(0x17f),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x180)][j(0x173)]();console[j(0x177)](a),process[j(0x187)](0x0);}catch(b){console[j(0x182)](b),process[j(0x187)](0x0);}},a67e);function a67c(){const k=['7bnLhKP','8252632SMJJjN','log','create','1135430zmmLVY','1205XDKLxg','toString','225445pRoNsF','maka\x20get:global-config','(((.+)+)+)+$','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','fsi','4409948rLicSe','error','global-config','960412VjROMd','apply','36qmKqKS','exit','6znCvhW','27522WxPqqt','getGlobalConfig','34457DnMSxl'];a67c=function(){return k;};return a67c();}
@@ -1 +1 @@
1
- const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0x76))/0x1*(-parseInt(f(0x71))/0x2)+-parseInt(f(0x77))/0x3*(parseInt(f(0x7d))/0x4)+parseInt(f(0x7c))/0x5+parseInt(f(0x72))/0x6*(parseInt(f(0x7a))/0x7)+parseInt(f(0x7f))/0x8+-parseInt(f(0x74))/0x9*(-parseInt(f(0x6e))/0xa)+-parseInt(f(0x73))/0xb*(parseInt(f(0x70))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x5406f));function a68c(){const k=['1350948PvyBEh','getProjectConfig','5419920qhWaGb','(((.+)+)+)+$','log','apply','10cfJMGy','local-config','9012GbTGlu','436IXCpGs','3414wsffwT','10483uTOgPf','5851692SULKmT','create','3043CddGzS','3MdHXpY','constructor','search','2723ZlzJzr','maka\x20get:local-config','2559850dHqEqO'];a68c=function(){return k;};return a68c();}const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x6d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a['toString']()[h(0x79)]('(((.+)+)+)+$')['toString']()[h(0x78)](a68a)['search'](h(0x80));});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x6d;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';Command[a68i(0x75)]({'name':a68i(0x6f),'usage':a68i(0x7b),'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'][j(0x7e)]();console[j(0x81)](a);},a68e);
1
+ function a68c(){const k=['constructor','1208459DpIUER','fsi','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','maka\x20get:local-config','create','2987076HCTngE','930MXPWiP','(((.+)+)+)+$','29592deJRde','apply','8ZdbUrk','log','4217520HxAjaW','toString','3357438OdIuoj','72337MnOiLg','19500063qNUIic','4JYvFPN','search','5klPWvZ'];a68c=function(){return k;};return a68c();}const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x157))/0x1*(parseInt(f(0x152))/0x2)+-parseInt(f(0x14d))/0x3*(-parseInt(f(0x144))/0x4)+parseInt(f(0x146))/0x5*(parseInt(f(0x156))/0x6)+parseInt(f(0x148))/0x7+parseInt(f(0x154))/0x8+-parseInt(f(0x150))/0x9*(-parseInt(f(0x14e))/0xa)+-parseInt(f(0x143))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x79c6b));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x155)]()[h(0x145)](h(0x14f))[h(0x155)]()[h(0x147)](a68a)['search'](h(0x14f));});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x143;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';Command[a68i(0x14c)]({'name':'local-config','usage':a68i(0x14b),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x14a),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x149)]['getProjectConfig']();console[j(0x153)](a);},a68e);
@@ -1 +1 @@
1
- const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0xcd))/0x1+-parseInt(g(0xc9))/0x2*(-parseInt(g(0xe5))/0x3)+parseInt(g(0xdc))/0x4+-parseInt(g(0xd9))/0x5+parseInt(g(0xe0))/0x6*(parseInt(g(0xd2))/0x7)+parseInt(g(0xcc))/0x8+parseInt(g(0xde))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xe5dd3));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0xdf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a['toString']()[i(0xd7)](i(0xce))[i(0xda)]()[i(0xe3)](a69a)[i(0xd7)]('(((.+)+)+)+$');});a69a();import a69e from'./get.command.js';function a69c(){const l=['whoami','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','exit','search','token','7725265mtaTRy','toString','authToken','1753740UktQlh','hash','7287975FcPdmH','apply','272754EwqVZF','user','notice','constructor','User\x20Access\x20Token:\x20\x20','25341kahsqb','6CyDmUf','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','2497856MURFiT','809875PpYfec','(((.+)+)+)+$','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','fsi','14gtecNk','create'];a69c=function(){return l;};return a69c();}import{Command}from'../../command.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xc9;let f=c[d];return f;},a69d(a,b);}import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0xd3)]({'name':a69j(0xd4),'usage':'maka\x20get:whoami','shortDesc':a69j(0xd5),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0xd1)]['getGlobalConfig']();if(a[k(0xdd)]){const b=a69f['decode'](a[k(0xdd)]);Log['notice'](k(0xcb)+b?.[k(0xe1)]),Log['notice'](k(0xcf)+a[k(0xd8)]?.[k(0xd0)]),Log[k(0xe2)](k(0xe4)+a[k(0xd8)]?.[k(0xdb)]),Log[k(0xe2)](k(0xca)+b?.['roles']['join'](',\x20'));}}catch(c){console['error'](c),process[k(0xd6)](0x0);}},a69e);
1
+ const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x151;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0x164))/0x1+-parseInt(g(0x152))/0x2*(parseInt(g(0x15a))/0x3)+parseInt(g(0x15e))/0x4+parseInt(g(0x15d))/0x5*(-parseInt(g(0x163))/0x6)+parseInt(g(0x154))/0x7+-parseInt(g(0x15f))/0x8+-parseInt(g(0x15b))/0x9*(parseInt(g(0x162))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x9d370));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x161)]()[i(0x167)](i(0x151))[i(0x161)]()['constructor'](a69a)['search'](i(0x151));});function a69c(){const l=['create','98015JKqguZ','4385432mAQfWH','3830672dpPTBO','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','toString','2233330JtGDAz','78TvbESo','762882LtLpUA','maka\x20get:whoami','getGlobalConfig','search','join','userId','apply','whoami','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','notice','(((.+)+)+)+$','778EOnEBu','error','1838123GiHvsN','hash','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','exit','User\x20Access\x20Token:\x20\x20','4017lClQgs','9EkvhJI'];a69c=function(){return l;};return a69c();}a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x15c)]({'name':a69j(0x16b),'usage':a69j(0x165),'shortDesc':a69j(0x16c),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this['fsi'][k(0x166)]();if(a[k(0x155)]){const b=a69f['decode'](a[k(0x155)]);Log['notice'](k(0x160)+b?.['user']),Log[k(0x16e)](k(0x156)+a['token']?.[k(0x169)]),Log[k(0x16e)](k(0x159)+a['token']?.['authToken']),Log[k(0x16e)](k(0x16d)+b?.[k(0x157)][k(0x168)](',\x20'));}}catch(c){console[k(0x153)](c),process[k(0x158)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a70h=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0xc9))/0x1*(parseInt(f(0xca))/0x2)+-parseInt(f(0xcc))/0x3+parseInt(f(0xd4))/0x4+-parseInt(f(0xd5))/0x5+parseInt(f(0xd0))/0x6+parseInt(f(0xc8))/0x7+-parseInt(f(0xc7))/0x8*(-parseInt(f(0xcf))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xc6a71));function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0xc6;var f=c[d];return f;},a70d(a,b);}var a70b=(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;};}()),a70a=a70b(this,function(){var g=a70d;return a70a[g(0xd2)]()[g(0xd3)](g(0xd1))['toString']()[g(0xc6)](a70a)[g(0xd3)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';function a70c(){var i=['274958fIwXPB','10tutDrs','help','4250202jmqdsD','Deprecated:\x20use\x20--help\x20instead','create','9IDuOUj','2811318psdmHP','(((.+)+)+)+$','toString','search','3233024JqJSJo','6553565CgZIBt','constructor','28494336VfgUpU','541219kzfaFy'];a70c=function(){return i;};return a70c();}import{UsageError}from'../error.js';Command[a70h(0xce)]({'name':a70h(0xcb),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a70h(0xcd)},async function(){throw new UsageError();});
1
+ var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x1fd))/0x1*(parseInt(f(0x1f4))/0x2)+-parseInt(f(0x1f6))/0x3+parseInt(f(0x1f1))/0x4*(-parseInt(f(0x1f3))/0x5)+-parseInt(f(0x1f9))/0x6+parseInt(f(0x1f5))/0x7*(parseInt(f(0x1ee))/0x8)+-parseInt(f(0x1f8))/0x9*(-parseInt(f(0x1fa))/0xa)+-parseInt(f(0x1f2))/0xb*(-parseInt(f(0x1fc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x1f262));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x1fb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x1fe)]()['search'](h(0x1ef))[h(0x1fe)]()['constructor'](a70a)['search'](h(0x1ef));});function a70c(){var j=['842724mFafhQ','40ZWRyao','apply','9192uKyuaf','3727pmlYcI','toString','16CrOaKf','(((.+)+)+)+$','Try,\x20maka\x20--help','4UsJOsX','825jzTTHH','18230jbRvPL','46aUSjCo','502733WvpFqf','595173TkALug','create','412353JTGoIz'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1ee;var f=c[d];return f;},a70d(a,b);}import{UsageError}from'../error.js';Command[a70i(0x1f7)]({'name':'help','description':a70i(0x1f0),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a71l=a71d;(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0x12f))/0x1*(-parseInt(j(0x126))/0x2)+parseInt(j(0x121))/0x3+parseInt(j(0x11a))/0x4+-parseInt(j(0x115))/0x5+-parseInt(j(0x131))/0x6+-parseInt(j(0x125))/0x7*(-parseInt(j(0x11c))/0x8)+parseInt(j(0x11e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xee333));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const k=a71d;return a71a['toString']()[k(0x13b)](k(0x127))[k(0x136)]()[k(0x134)](a71a)[k(0x13b)]('(((.+)+)+)+$');});a71a();import a71e from'path';import a71f from'fs';function a71c(){const n=['553sZCmUS','136600rhdcOX','(((.+)+)+)+$','\x20-d\x20','.+\x5c.(j|t)s(doc|x)?$','isFile','jsdoc-config.json','writeFileSync','pathFromProject','maka\x20jsdoc','9dDVfTM','inherit','7392930HgeCUh','logWithSpinner','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','constructor','join','toString','Running\x20','maka\x20jsdoc\x20--init','plugins/markdown','logNotice','search','8149830Tuxqhb','logError','closure','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','docs','1859036xLAxdW','jsdoc','18760wOLXCg','app/node_modules','23631975JUIAGq','\x20-r\x20app','app/public','3530097ZNKtAi','sep','app/packages','fsi'];a71c=function(){return n;};return a71c();}import{execSync}from'child_process';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x115;let f=c[d];return f;},a71d(a,b);}import{Command}from'../command.js';Command['create']({'name':a71l(0x11b),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a71l(0x138),a71l(0x12e)],'validOpts':[]},function(){const m=a71l,a=a71e[m(0x135)](this['fsi'][m(0x12d)]({}),m(0x119)+a71e['sep']),b=a71e[m(0x135)](this[m(0x124)]['pathFromProject']({}),'config',m(0x12b)),c=this[m(0x124)][m(0x12d)]({}),d=m(0x11b);if(!this[m(0x12a)](b)){const g={'plugins':[m(0x139)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x11b),m(0x117)]},'source':{'includePattern':m(0x129),'excludePattern':m(0x133),'exclude':[m(0x123),m(0x11d),m(0x120),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a71f[m(0x12c)](b,JSON['stringify'](g,null,0x4));}const f=this[m(0x132)](m(0x137)+d);try{const h=d+'\x20-c\x20'+b+m(0x11f)+a71e[m(0x122)]+m(0x128)+a;execSync(h,{'cwd':c,'stdio':m(0x130)}),this[m(0x13a)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this['logError'](i),this[m(0x116)](m(0x118));}finally{f['stop']();}});
1
+ const a71l=a71d;function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x125;let f=c[d];return f;},a71d(a,b);}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0x12b))/0x1+parseInt(j(0x142))/0x2*(-parseInt(j(0x147))/0x3)+parseInt(j(0x126))/0x4*(parseInt(j(0x13b))/0x5)+parseInt(j(0x145))/0x6+parseInt(j(0x14d))/0x7*(parseInt(j(0x13f))/0x8)+-parseInt(j(0x125))/0x9+-parseInt(j(0x133))/0xa*(parseInt(j(0x138))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdfd69));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const k=a71d;return a71a[k(0x129)]()['search']('(((.+)+)+)+$')[k(0x129)]()[k(0x148)](a71a)[k(0x12c)](k(0x13a));});a71a();import a71e from'path';import a71f from'fs';function a71c(){const n=['sep','4527657ztwjWl','332kFbQAF','logError','create','toString','maka\x20jsdoc','842288fzuELb','search','maka\x20jsdoc\x20--init','closure','app/private','logWithSpinner','\x20-r\x20app','\x0a[+]\x20Documentation\x20written\x20to\x20','10nvygSX','stop','\x20-c\x20','Running\x20','logNotice','16645772vhHSKk','jsdoc','(((.+)+)+)+$','48005wbwxCE','app/node_modules','join','pathFromProject','776WPFWVM','app/public','\x20-d\x20','172006eTvUTg','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','utf-8','1798704YgybbO','fsi','21dCFSDd','constructor','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','config','jsdoc-config.json','115192YoWpPQ','.+\x5c.(j|t)s(doc|x)?$','docs','writeFileSync'];a71c=function(){return n;};return a71c();}import{execSync}from'child_process';import{Command}from'../command.js';Command[a71l(0x128)]({'name':a71l(0x139),'usage':a71l(0x12a),'mustBeInMakaProject':!![],'shortDesc':a71l(0x14a),'examples':[a71l(0x12d),a71l(0x12a)],'validOpts':[]},function(){const m=a71l,a=a71e['join'](this[m(0x146)][m(0x13e)]({}),m(0x14f)+a71e[m(0x151)]),b=a71e[m(0x13d)](this[m(0x146)]['pathFromProject']({}),m(0x14b),m(0x14c)),c=this[m(0x146)][m(0x13e)]({}),d=m(0x139);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x139),m(0x12e)]},'source':{'includePattern':m(0x14e),'excludePattern':m(0x143),'exclude':['app/packages',m(0x13c),m(0x140),m(0x12f)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x144)}};a71f[m(0x150)](b,JSON['stringify'](g,null,0x4));}const f=this[m(0x130)](m(0x136)+d);try{const h=d+m(0x135)+b+m(0x131)+a71e[m(0x151)]+m(0x141)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[m(0x137)](m(0x132)+a);}catch(i){this[m(0x127)](i),this[m(0x127)](m(0x149));}finally{f[m(0x134)]();}});
@@ -1 +1 @@
1
- const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0xaf))/0x1*(-parseInt(p(0xb3))/0x2)+-parseInt(p(0xba))/0x3*(parseInt(p(0xc2))/0x4)+-parseInt(p(0xa6))/0x5*(-parseInt(p(0xc3))/0x6)+parseInt(p(0xaa))/0x7+-parseInt(p(0xa3))/0x8+-parseInt(p(0xbe))/0x9+-parseInt(p(0xc8))/0xa*(-parseInt(p(0xc4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x3c338));function a72c(){const u=['Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','\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','(((.+)+)+)+$','template','success','installNpmPackage','3Vbqopz','eslint-plugin-css','lint','checkNpmPackage','1869111UMzavm','findAppDirectory','format','bright','660432xrPreP','42vmBzJc','7619942BlXiCg','isFile','eslint-plugin-react','push','10zrXMKV','fsi','eslint/eslintrc.json','service','eslint','fix','/imports','search','2914352QPJYco','outputFixes','join','152605xnpBZW','lintFiles','apply','constructor','3164175xcCHIh','imports','.eslintrc.json','length','toString','374729mpxGND','maka\x20lint\x20--fix','notice','loadFormatter','2pZCDNL'];a72c=function(){return u;};return a72c();}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0xae)]()[r(0xa2)](r(0xb6))['toString']()[r(0xa9)](a72a)[r(0xa2)](r(0xb6));});a72a();import a72e from'path';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x9c;let f=c[d];return f;},a72d(a,b);}import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command['create']({'name':a72s(0xbc),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':[a72s(0xa0)],'mustBeInMakaProject':!![],'shortDesc':a72s(0xb4),'description':a72s(0xb5),'examples':[a72s(0xb0)]},async function(a,b){const t=a72s;try{const c=this[t(0x9c)][t(0xbf)](),d=this[t(0x9c)][t(0xbd)](t(0x9f)),f=this[t(0x9c)][t(0xbd)]('eslint-plugin-react'),g=this['fsi'][t(0xbd)](t(0xbb)),h=[];!d&&h['push'](t(0x9f));!f&&h[t(0xc7)](t(0xc6));!g&&h[t(0xc7)](t(0xbb));h['length']>0x0&&await this[t(0x9c)][t(0xb9)](h['join']('\x20'),{'dev':!![]});const i=this[t(0x9c)][t(0xc5)](a72e[t(0xa5)](c,t(0xac)));if(!i){const n={'noRename':!![]};await this[t(0x9c)][t(0xb7)]({'srcPath':t(0x9d),'destPath':a72e[t(0xa5)](c,t(0xac)),'framework':t(0x9e),'context':n});}const j=new ESLint(),k=await j[t(0xa7)]([a72e[t(0xa5)](c,t(0xab),'**')]),l=await j[t(0xb2)]('stylish'),m=l[t(0xc0)](k);m[t(0xad)]>0x0?Log[t(0xc1)](m):Log[t(0xb8)]('All\x20good!\x20:)'),Log[t(0xb1)]('Lint\x20results\x20for\x20'+c+t(0xa1)),b[t(0xa0)]?await ESLint[t(0xa4)](k):Log[t(0xb1)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console['error'](o);}});
1
+ const a72s=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xa9;let f=c[d];return f;},a72d(a,b);}(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0xa9))/0x1+-parseInt(p(0xad))/0x2*(parseInt(p(0xb5))/0x3)+parseInt(p(0xca))/0x4+-parseInt(p(0xd4))/0x5+parseInt(p(0xb7))/0x6*(-parseInt(p(0xc3))/0x7)+-parseInt(p(0xc7))/0x8*(parseInt(p(0xac))/0x9)+parseInt(p(0xd2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x614c4));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0xb0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0xaf)]()['search']('(((.+)+)+)+$')[r(0xaf)]()['constructor'](a72a)[r(0xab)](r(0xbe));});a72a();import a72e from'path';import{ESLint}from'eslint';function a72c(){const u=['6sBlcKS','eslint-plugin-css','eslint','fix','installNpmPackage','stylish','format','(((.+)+)+)+$','All\x20good!\x20:)','.eslintrc.json','loadFormatter','fsi','210931bDxpnY','checkNpmPackage','eslint-plugin-react','findAppDirectory','80ufXmnE','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','error','2081060mLGAjS','lint','service','join','push','isFile','create','/imports','2513930sPEiTx','bright','1628470IlzKqO','maka\x20lint','500546nasNTk','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','search','366975Gmxakx','970bwQINA','outputFixes','toString','apply','template','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','notice','success','681DsvtFm','maka\x20lint\x20--fix'];a72c=function(){return u;};return a72c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0xd0)]({'name':a72s(0xcb),'usage':a72s(0xd5),'maxArgLength':0x1,'validOpts':[a72s(0xba)],'mustBeInMakaProject':!![],'shortDesc':a72s(0xb2),'description':a72s(0xc8),'examples':[a72s(0xb6)]},async function(a,b){const t=a72s;try{const c=this['fsi'][t(0xc6)](),d=this[t(0xc2)][t(0xc4)](t(0xb9)),f=this['fsi']['checkNpmPackage']('eslint-plugin-react'),g=this[t(0xc2)][t(0xc4)]('eslint-plugin-css'),h=[];!d&&h[t(0xce)](t(0xb9));!f&&h[t(0xce)](t(0xc5));!g&&h[t(0xce)](t(0xb8));h['length']>0x0&&await this[t(0xc2)][t(0xbb)](h[t(0xcd)]('\x20'),{'dev':!![]});const i=this[t(0xc2)][t(0xcf)](a72e[t(0xcd)](c,t(0xc0)));if(!i){const n={'noRename':!![]};await this[t(0xc2)][t(0xb1)]({'srcPath':'eslint/eslintrc.json','destPath':a72e['join'](c,t(0xc0)),'framework':t(0xcc),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a72e['join'](c,'imports','**')]),l=await j[t(0xc1)](t(0xbc)),m=l[t(0xbd)](k);m['length']>0x0?Log[t(0xd3)](m):Log[t(0xb4)](t(0xbf)),Log[t(0xb3)]('Lint\x20results\x20for\x20'+c+t(0xd1)),b[t(0xba)]?await ESLint[t(0xae)](k):Log[t(0xb3)](t(0xaa));}catch(o){console[t(0xc9)](o);}});
@@ -1 +1 @@
1
- const a73z=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1cd;let f=c[d];return f;},a73d(a,b);}(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x1f5))/0x1*(-parseInt(w(0x1df))/0x2)+parseInt(w(0x1d8))/0x3*(parseInt(w(0x1d7))/0x4)+-parseInt(w(0x1d4))/0x5*(-parseInt(w(0x1e8))/0x6)+-parseInt(w(0x1d2))/0x7*(parseInt(w(0x1dc))/0x8)+parseInt(w(0x1dd))/0x9+parseInt(w(0x1d6))/0xa+parseInt(w(0x1e4))/0xb*(-parseInt(w(0x1e9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x2e8da));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x204)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x1db)]()['search']('(((.+)+)+)+$')['toString']()[y(0x1fa)](a73a)[y(0x205)](y(0x1ff));});a73a();import a73e from'node-forge';import{Command}from'../command.js';function a73c(){const B=['localhost','Email:','password','11GNgqdi','login','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','maka\x20login','digest','constructor','https://','start','withSpinner','parse','(((.+)+)+)+$','/api/v1/encodeJwt','post','debug','ask','apply','search','exit','Logging\x20into\x20https://','assign','/api/v1/status','isFile','env','create','441DNjueU','Using\x20CA\x20Cert\x20','125QxwKym','email','1077900yVaQnx','4FJJojm','28323orOXUL','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','get','toString','26696TsYhbt','2207862aRhxMx','cert','24078YGOTDT','toHex','/api/v1/login','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','update','2255qndHXb','MAKA_DEV','authToken','cacert','19884DSjbtg','10356wLOZqH','error','success','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','help','www.maka-cli.com','fsi','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com'];a73c=function(){return B;};return a73c();}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(0x1d0)][a73z(0x1e5)]==='True'?a73z(0x1f2):a73z(0x1ee);Command[a73z(0x1d1)]({'name':a73z(0x1f6),'validOpts':[a73z(0x1d5),a73z(0x1f4),a73z(0x1ed),a73z(0x1e7),a73z(0x202)],'usage':a73z(0x1f8),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x1e2),'examples':[a73z(0x1f8),a73z(0x1f7)]},async function(a,b){const A=a73z,c=Log[A(0x1fd)]();try{let d='';b['cacert']&&(this[A(0x1ef)][A(0x1cf)](b[A(0x1e7)])?(d=b[A(0x1e7)],Log['notice'](A(0x1d3)+d)):Log[A(0x1ea)](A(0x1ec)+d));const f=await this[A(0x1ef)]['getGlobalConfig']();if(f[A(0x1de)]){if(this[A(0x1ef)][A(0x1cf)](f[A(0x1de)]))d=f[A(0x1de)];else{Log['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log['header'](A(0x207)+hostname);const g={'url':A(0x1fb)+hostname+A(0x1ce)};b['cacert']&&Object[A(0x1cd)](g,{'cert':d});c[A(0x1fc)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0x1da)](g);if(h===0x198){c['failure']();throw A(0x1f1);}if(h!==0xc8){c[A(0x1f0)]();throw A(0x1fb)+hostname+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}c[A(0x1eb)]();const i=b[A(0x1d5)]?b['email']:await Actions[A(0x203)](A(0x1f3)),j=b['password']?b[A(0x1f4)]:await Actions[A(0x203)]('Password:\x20',!![]),k=a73e['md']['sha256'][A(0x1d1)]();k[A(0x1e3)](j);const l=k[A(0x1f9)]()[A(0x1e0)](),m={'hostname':hostname,'path':A(0x1e1),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1e7)]&&Object['assign'](m,{'cert':d});c[A(0x1fc)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x201)](m);if(o===0x198){c[A(0x1f0)]('\x0a');throw A(0x1d9)+hostname;}const p=JSON['parse'](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x200),'headers':{'x-auth-token':p[A(0x1e6)]},'data':{}};b[A(0x1e7)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[A(0x1fe)](r);if(s===0x198)throw A(0x1d9)+hostname;const u={'token':p,'hash':t};this[A(0x1ef)]['setGlobalConfig'](u);}else{c[A(0x1f0)]();throw p;}c[A(0x1eb)]();}catch(v){c['failure'](),console[A(0x1ea)](v),process[A(0x206)](0x0);}});
1
+ const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x1b7))/0x1*(parseInt(w(0x1d4))/0x2)+parseInt(w(0x1de))/0x3*(parseInt(w(0x1ac))/0x4)+parseInt(w(0x1c1))/0x5+parseInt(w(0x1c8))/0x6+-parseInt(w(0x1ba))/0x7+-parseInt(w(0x1b6))/0x8+parseInt(w(0x1ab))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xafcbc));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x1c4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x1aa)]()[y(0x1b9)]('(((.+)+)+)+$')['toString']()['constructor'](a73a)[y(0x1b9)](y(0x1d6));});a73a();import a73e from'node-forge';function a73c(){const B=['env','sha256','apply','cacert','assign','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','2606214kzSnbS','https://','error','ask','Email:','localhost','withSpinner','setGlobalConfig','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','success','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','authToken','12IrPpsb','update','(((.+)+)+)+$','login','fsi','Preflight\x20Check','get','debug','failure','Password:\x20','336531KzcIRe','/api/v1/status','post','maka\x20login','create','digest','toString','14047866cXgJoV','8AfabGm','notice','email','help','isFile','toHex','start','header','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cert','7560880VsanfY','51071jxsFxh','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','search','4868136LfjJNA','www.maka-cli.com','password','/api/v1/encodeJwt','MAKA_DEV','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','parse','2237235oWdXiE'];a73c=function(){return B;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1a5;let f=c[d];return f;},a73d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x1c2)][a73z(0x1be)]==='True'?a73z(0x1cd):a73z(0x1bb);Command[a73z(0x1a8)]({'name':a73z(0x1d7),'validOpts':[a73z(0x1ae),'password',a73z(0x1af),a73z(0x1c5),a73z(0x1db)],'usage':a73z(0x1a7),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a73z(0x1a7),a73z(0x1d0)]},async function(a,b){const A=a73z,c=Log[A(0x1ce)]();try{let d='';b[A(0x1c5)]&&(this[A(0x1d8)][A(0x1b0)](b['cacert'])?(d=b[A(0x1c5)],Log[A(0x1ad)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x1ca)](A(0x1b4)+d));const f=await this[A(0x1d8)]['getGlobalConfig']();if(f[A(0x1b5)]){if(this[A(0x1d8)][A(0x1b0)](f[A(0x1b5)]))d=f[A(0x1b5)];else{Log[A(0x1ca)](A(0x1bf)+d);return;}}Log[A(0x1b3)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x1c9)+hostname+A(0x1a5)};b[A(0x1c5)]&&Object['assign'](g,{'cert':d});c['start'](A(0x1d9));const {statusCode:h}=await HTTPS[A(0x1da)](g);if(h===0x198){c[A(0x1dc)]();throw A(0x1d2);}if(h!==0xc8){c[A(0x1dc)]();throw A(0x1c9)+hostname+A(0x1c7);}c[A(0x1d1)]();const i=b[A(0x1ae)]?b[A(0x1ae)]:await Actions[A(0x1cb)](A(0x1cc)),j=b[A(0x1bc)]?b[A(0x1bc)]:await Actions[A(0x1cb)](A(0x1dd),!![]),k=a73e['md'][A(0x1c3)][A(0x1a8)]();k[A(0x1d5)](j);const l=k[A(0x1a9)]()[A(0x1b1)](),m={'hostname':hostname,'path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1c5)]&&Object['assign'](m,{'cert':d});c[A(0x1b2)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x1a6)](m);if(o===0x198){c[A(0x1dc)]('\x0a');throw A(0x1b8)+hostname;}const p=JSON[A(0x1c0)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x1bd),'headers':{'x-auth-token':p[A(0x1d3)]},'data':{}};b[A(0x1c5)]&&Object[A(0x1c6)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1a6)](q),{token:t}=JSON[A(0x1c0)](r);if(s===0x198)throw A(0x1b8)+hostname;const u={'token':p,'hash':t};this[A(0x1d8)][A(0x1cf)](u);}else{c['failure']();throw p;}c['success']();}catch(v){c['failure'](),console[A(0x1ca)](v),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0x7d))/0x1*(parseInt(l(0x91))/0x2)+-parseInt(l(0x9d))/0x3*(-parseInt(l(0x80))/0x4)+-parseInt(l(0x9b))/0x5+-parseInt(l(0xa5))/0x6*(-parseInt(l(0x98))/0x7)+-parseInt(l(0x89))/0x8*(parseInt(l(0xa3))/0x9)+-parseInt(l(0x92))/0xa*(parseInt(l(0x77))/0xb)+parseInt(l(0x85))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x4b80d));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0xa1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0x7f)]()[n(0x8d)](n(0x8b))[n(0x7f)]()[n(0x9e)](a74a)[n(0x8d)]('(((.+)+)+)+$');});a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';function a74c(){const q=['Preflight\x20Check','1670976zZBCXe','failure','post','Logging\x20out\x20of\x20https://','2012864CwCtMD','MAKA_DEV','(((.+)+)+)+$','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','search','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','authToken','174146gwficF','4109290fNcRyl','header','maka\x20logout','isFile','www.maka-cli.com','success','183827UEDVGH','True','env','471565PiaVdw','/api/v1/status','21busYSH','constructor','withSpinner','https://','apply','Logging\x20out','9qsuglJ','/api/v1/logoutAll','84aCJWEs','cert','localhost','token','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','setGlobalConfig','11aQFWkq','getGlobalConfig','logout','get','assign','error','1wwtxHX','cacert','toString','269792QsHmEd','fsi','start','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?'];a74c=function(){return q;};return a74c();}const hostname=process[a74o(0x9a)][a74o(0x8a)]===a74o(0x99)?a74o(0xa7):a74o(0x96);function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x77;let f=c[d];return f;},a74d(a,b);}Command['create']({'name':a74o(0x79),'validOpts':[a74o(0x7e)],'usage':a74o(0x94),'maxArgLength':0x2,'shortDesc':a74o(0x8e),'disableAuthCheck':!![],'examples':[a74o(0x94)]},async function(a,b){const p=a74o,c=Log[p(0x9f)]();try{let d='';b[p(0x7e)]&&(this[p(0x81)][p(0x95)](b[p(0x7e)])?(d=b['cacert'],Log['notice']('Using\x20CA\x20Cert\x20'+d)):Log[p(0x7c)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0x81)][p(0x78)]();if(f['cert']){if(this['fsi']['isFile'](f[p(0xa6)]))d=f[p(0xa6)];else{c[p(0x86)]();throw Log[p(0x7c)](p(0x8c)+d);}}Log[p(0x93)](p(0x88)+hostname);const g={'url':p(0xa0)+hostname+p(0x9c)};b['cacert']&&Object[p(0x7b)](g,{'cert':d});c[p(0x82)](p(0x84));const {statusCode:h}=await HTTPS[p(0x7a)](g);if(h===0x198){c['failure']();throw p(0x8f);}c[p(0x97)]();if(h!==0xc8){c[p(0x86)]();throw p(0xa9);}if(!f?.[p(0xa8)]?.[p(0x90)])throw Log['error'](p(0x83));c[p(0x82)](p(0xa2));const i={'hostname':hostname,'path':p(0xa4),'data':{},'headers':{'x-auth-token':f[p(0xa8)][p(0x90)]}};b['cacert']&&Object[p(0x7b)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x87)](i);if(j===0x198){c[p(0x86)]('\x0a');throw p(0x8f);}this[p(0x81)][p(0xaa)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x97)]();}catch(k){k&&console['error'](k),process['exit'](0x0);}});
1
+ const a74n=a74d;function a74c(){const p=['authToken','7540416wMEKhQ','71527dYCkTg','maka\x20logout','1633518ctfEat','Logging\x20out\x20of\x20https://','getGlobalConfig','error','failure','exit','3ganrHA','4045392SnnHLt','fsi','cacert','116mNNEmt','logout','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/status','https://','(((.+)+)+)+$','success','Logging\x20out','MAKA_DEV','isFile','env','5943630WpVCNo','Using\x20CA\x20Cert\x20','cert','search','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','/api/v1/logoutAll','post','58715dYzvtG','token','get','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','withSpinner','create','setGlobalConfig','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','20VeaHYs','header','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','start','constructor','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','11944530Fygrdc'];a74c=function(){return p;};return a74c();}(function(a,b){const l=a74d,c=a();while(!![]){try{const d=-parseInt(l(0xb7))/0x1+parseInt(l(0x8a))/0x2*(parseInt(l(0x90))/0x3)+parseInt(l(0x94))/0x4*(-parseInt(l(0xa6))/0x5)+-parseInt(l(0x91))/0x6+-parseInt(l(0x9f))/0x7+-parseInt(l(0xb6))/0x8+-parseInt(l(0xb4))/0x9*(-parseInt(l(0xae))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x90cff));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const m=a74d;return a74a['toString']()[m(0xa2)]('(((.+)+)+)+$')['toString']()[m(0xb2)](a74a)[m(0xa2)](m(0x99));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x8a;let f=c[d];return f;},a74d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74n(0x9e)][a74n(0x9c)]==='True'?'localhost':'www.maka-cli.com';Command[a74n(0xab)]({'name':a74n(0x95),'validOpts':['cacert'],'usage':a74n(0xb8),'maxArgLength':0x2,'shortDesc':a74n(0xb3),'disableAuthCheck':!![],'examples':[a74n(0xb8)]},async function(a,b){const o=a74n,c=Log[o(0xaa)]();try{let d='';b[o(0x93)]&&(this[o(0x92)][o(0x9d)](b[o(0x93)])?(d=b[o(0x93)],Log['notice'](o(0xa0)+d)):Log['error'](o(0x96)+d));const f=await this[o(0x92)][o(0x8c)]();if(f[o(0xa1)]){if(this['fsi'][o(0x9d)](f[o(0xa1)]))d=f[o(0xa1)];else{c['failure']();throw Log[o(0x8d)](o(0xad)+d);}}Log[o(0xaf)](o(0x8b)+hostname);const g={'url':o(0x98)+hostname+o(0x97)};b[o(0x93)]&&Object['assign'](g,{'cert':d});c[o(0xb1)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[o(0xa8)](g);if(h===0x198){c[o(0x8e)]();throw o(0xa3);}c[o(0x9a)]();if(h!==0xc8){c[o(0x8e)]();throw o(0xa9);}if(!f?.[o(0xa7)]?.['authToken'])throw Log['error'](o(0xb0));c[o(0xb1)](o(0x9b));const i={'hostname':hostname,'path':o(0xa4),'data':{},'headers':{'x-auth-token':f[o(0xa7)][o(0xb5)]}};b[o(0x93)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0xa5)](i);if(j===0x198){c[o(0x8e)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[o(0x92)][o(0xac)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[o(0x9a)]();}catch(k){k&&console[o(0x8d)](k),process[o(0x8f)](0x0);}});
@@ -1 +1 @@
1
- function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x132;let f=c[d];return f;},a75d(a,b);}const a75k=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=parseInt(h(0x145))/0x1+parseInt(h(0x13d))/0x2+parseInt(h(0x147))/0x3*(parseInt(h(0x138))/0x4)+-parseInt(h(0x148))/0x5*(-parseInt(h(0x142))/0x6)+-parseInt(h(0x13f))/0x7+-parseInt(h(0x144))/0x8*(parseInt(h(0x146))/0x9)+-parseInt(h(0x13e))/0xa*(parseInt(h(0x135))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x372a5));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a75d;if(c){const e=c[i(0x14d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const j=a75d;return a75a[j(0x14f)]()[j(0x140)](j(0x14b))[j(0x14f)]()[j(0x137)](a75a)['search'](j(0x14b));});a75a();import a75e from'fs';import a75f from'path';function a75c(){const m=['9mUOobj','3SqusJr','115385VLYykf','maka\x20logs','View\x20the\x20PM2\x20logs','(((.+)+)+)+$','env','apply','logs','toString','maka\x20logs\x20--env\x20staging','pm2\x20logs','assign','11ICiAGP','maka\x20l\x20-e\x20p','constructor','472996sMIppo','ssh.json','getConfigPath','parse','readFileSync','427094nnCGoo','2088810BwXqcN','1813350nNfcNq','search','fsi','42aCYlXH','create','2536RHjhTd','200870AmCJyp'];a75c=function(){return m;};return a75c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a75k(0x143)]({'name':a75k(0x14e),'aliases':['l','log'],'usage':a75k(0x149),'requiredOpts':[a75k(0x14c)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75k(0x14a),'examples':['maka\x20logs\x20--env\x20dev',a75k(0x132),a75k(0x136)]},function(a,b){const l=a75k,c=l(0x133),d=this[l(0x141)][l(0x13a)](b[l(0x14c)]),e=a75f['join'](d,l(0x139)),f=a75e[l(0x13c)](e),g=JSON[l(0x13b)](f[l(0x14f)]());Object[l(0x134)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a75k=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xc7;let f=c[d];return f;},a75d(a,b);}(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0xd3))/0x1+parseInt(h(0xca))/0x2+-parseInt(h(0xdc))/0x3+parseInt(h(0xd5))/0x4*(-parseInt(h(0xd7))/0x5)+parseInt(h(0xdb))/0x6+parseInt(h(0xdf))/0x7+-parseInt(h(0xe2))/0x8*(-parseInt(h(0xcf))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xf0cf6));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a75d;if(c){const e=c[i(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const j=a75d;return a75a[j(0xda)]()[j(0xe3)](j(0xd9))[j(0xda)]()[j(0xcc)](a75a)[j(0xe3)]('(((.+)+)+)+$');});a75a();function a75c(){const m=['getConfigPath','View\x20the\x20PM2\x20logs','fsi','parse','3367808aJOdPN','readFileSync','constructor','apply','ssh.json','9072783vlLBhc','assign','join','maka\x20logs','686323LhNYkQ','sshSync','5651092ycUsWk','pm2\x20logs','5AhwruX','create','(((.+)+)+)+$','toString','1055490KnFjMg','4682412qCwPbv','maka\x20logs\x20--env\x20dev','log','5391855xUSmQr','maka\x20l\x20-e\x20p','env','16ROLajN','search'];a75c=function(){return m;};return a75c();}import a75e from'fs';import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a75k(0xd8)]({'name':'logs','aliases':['l',a75k(0xde)],'usage':a75k(0xd2),'requiredOpts':[a75k(0xe1)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a75k(0xc7),'examples':[a75k(0xdd),'maka\x20logs\x20--env\x20staging',a75k(0xe0)]},function(a,b){const l=a75k,c=l(0xd6),d=this[l(0xc8)][l(0xe4)](b['env']),e=a75f[l(0xd1)](d,l(0xce)),f=a75e[l(0xcb)](e),g=JSON[l(0xc9)](f[l(0xda)]());Object[l(0xd0)](g,{'env':d}),SSH[l(0xd4)](c,g,{'tty':!![],'verbose':!![]});});