@maka/maka-cli 4.5.44 → 4.5.46

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 (135) hide show
  1. package/.eslintrc.json +2 -1
  2. package/bundle/obf/package.json +1 -1
  3. package/bundle/obf/src/command.js +1 -1
  4. package/bundle/obf/src/commands/_index.js +1 -1
  5. package/bundle/obf/src/commands/ai.js +1 -1
  6. package/bundle/obf/src/commands/aws/_index.js +1 -1
  7. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/build/_index.js +1 -1
  21. package/bundle/obf/src/commands/build/build.js +1 -1
  22. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  23. package/bundle/obf/src/commands/create.js +1 -1
  24. package/bundle/obf/src/commands/debug.js +1 -1
  25. package/bundle/obf/src/commands/deploy.js +1 -1
  26. package/bundle/obf/src/commands/game/_index.js +1 -1
  27. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/game/play.command.js +1 -1
  29. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  66. package/bundle/obf/src/commands/generate.js +1 -1
  67. package/bundle/obf/src/commands/get/_index.js +1 -1
  68. package/bundle/obf/src/commands/get/get.command.js +1 -1
  69. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  72. package/bundle/obf/src/commands/help.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/log/log.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/options/options.class.js +1 -1
  130. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  135. package/package.json +1 -1
@@ -1 +1 @@
1
- const a54i=a54d;function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x167;let f=c[d];return f;},a54d(a,b);}(function(a,b){const f=a54d,c=a();while(!![]){try{const d=parseInt(f(0x169))/0x1+-parseInt(f(0x174))/0x2*(-parseInt(f(0x1be))/0x3)+-parseInt(f(0x198))/0x4+-parseInt(f(0x1d9))/0x5*(-parseInt(f(0x1a2))/0x6)+-parseInt(f(0x1b5))/0x7*(parseInt(f(0x19d))/0x8)+-parseInt(f(0x190))/0x9+parseInt(f(0x18a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x36699));function a54c(){const j=['A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','disenchant','An\x20old\x20and\x20rusted\x20sword.','The\x20chest\x20remains\x20firmly\x20shut.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','key','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','That\x20passcode\x20is\x20incorrect','Golden\x20Chalice','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Downtown\x20Seattle','10696030TsUygJ','basic','west','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','amulet','The\x20data\x20remains\x20encrypted.','3561039GFJVyE','Central\x20Chamber','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','outside','Central\x20Chamber\x20Key','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Rusted\x20Sword','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','1393612tiGhfe','Nothing\x20happens.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Alchemy\x20Lab','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','8YhzgLB','cup','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Encrypted\x20Data\x20Key','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','68412TaOmdo','open\x20sesame','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Empty\x20vial','insert\x20gem','A\x20clear\x20glass\x20vial.','Watch\x20Tower','constructor','rifle','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Mage\x27s\x20Lair','Sniper\x20Rifle','Ancient\x20Gem','EAST','Matrix\x20Data\x20Haven','release','Entrance\x20Hall','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','1867411rczITL','holyGrail','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','apply','NORTH','secret123','Emblem\x20Shield','Study','creditstick','5190fqYWnW','A\x20long-range\x20weapon.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Corp\x20Enclave','down','Barrens\x20Hideout','A\x20small\x20surveillance\x20drone.','Riddle\x20Book','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Holy\x20Grail','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','inside','(((.+)+)+)+$','Amulet\x20of\x20Awakening','north','OUTSIDE','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','book','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','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','drone','Secret\x20Passage','toString','Guard\x27s\x20Log\x20Book','SOUTH','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','5BkQeHO','Gang\x20Insignia','east','document','Armory','Jackpoint\x20Login','Corporate\x20Creditstick','107735TBatRZ','Torture\x20Chamber','weapon','search','Treasure\x20Room','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','south','Chad\x20the\x20stupid\x20guard','A\x20thin\x20log\x20book','Blood-stained\x20Key','Rigger\x27s\x20Workshop','52tWnfEO','Barrens\x20Entrance','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','gem'];a54c=function(){return j;};return a54c();}const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x1b8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0x1d5)]()['search'](h(0x1ca))[h(0x1d5)]()[h(0x1a9)](a54a)[h(0x16c)](h(0x1ca));});a54a();export const rooms=[{'name':'Library','description':a54i(0x1ab),'isStartRoom':!![],'items':[{'type':a54i(0x183),'name':'Golden\x20Key','description':a54i(0x17d)},{'type':a54i(0x1d0),'name':a54i(0x1d6),'description':a54i(0x171),'content':a54i(0x170)}],'exits':[{'direction':a54i(0x1b0),'targetRoom':a54i(0x1d4)}]},{'name':a54i(0x1d4),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a54i(0x1b9),'targetRoom':a54i(0x16d),'keyRequired':'Golden\x20Key'},{'direction':a54i(0x1d7),'targetRoom':'Courtyard'}]},{'name':a54i(0x16d),'description':a54i(0x1a1),'items':[{'type':a54i(0x1b6),'name':a54i(0x1c7),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':'Courtyard','description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a54i(0x1cd),'exits':[{'direction':'UP','targetRoom':a54i(0x1a8)}]},{'name':a54i(0x1a8),'description':a54i(0x182),'roomType':a54i(0x1cd),'puzzle':{'requiredPhrase':a54i(0x1ba),'riddle':a54i(0x18d),'rewardItem':{'type':a54i(0x1aa),'name':a54i(0x1ae),'description':a54i(0x1bf)},'successMessage':a54i(0x1d1),'failureMessage':a54i(0x185)}}];export const dungeonConfig=[{'name':a54i(0x1b3),'description':a54i(0x19c),'isStartRoom':!![],'roomType':a54i(0x1c9),'puzzle':{'requiredPhrase':a54i(0x1a3),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a54i(0x183),'name':a54i(0x194),'description':a54i(0x1b7)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a54i(0x199)},'exits':[{'direction':a54i(0x1cc),'targetRoom':a54i(0x1bc)},{'direction':a54i(0x1db),'targetRoom':a54i(0x191),'keyRequired':a54i(0x194)}]},{'name':'Study','description':a54i(0x1c6),'roomType':a54i(0x1c9),'items':[{'type':'book','name':a54i(0x1c5),'description':a54i(0x1ce),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a54i(0x183),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':'south','targetRoom':a54i(0x1b3)},{'direction':'east','targetRoom':'Alchemy\x20Lab'}]},{'name':a54i(0x19b),'description':a54i(0x16e),'roomType':a54i(0x1c9),'items':[{'type':a54i(0x18b),'name':a54i(0x1a5),'description':a54i(0x1a7)}],'exits':[{'direction':a54i(0x18c),'targetRoom':a54i(0x1bc)},{'direction':a54i(0x1cc),'targetRoom':a54i(0x1dd)}]},{'name':a54i(0x1dd),'description':a54i(0x187),'roomType':'inside','items':[{'type':'shield','name':a54i(0x1bb),'description':a54i(0x177)},{'type':'sword','name':a54i(0x196),'description':a54i(0x180)}],'exits':[{'direction':a54i(0x16f),'targetRoom':a54i(0x19b)},{'direction':a54i(0x1db),'targetRoom':a54i(0x191)}]},{'name':'Central\x20Chamber','description':a54i(0x1ac),'roomType':a54i(0x1c9),'exits':[{'direction':a54i(0x18c),'targetRoom':'Armory'},{'direction':a54i(0x16f),'targetRoom':a54i(0x1b3)},{'direction':a54i(0x1cc),'targetRoom':a54i(0x16a)},{'direction':a54i(0x1db),'targetRoom':'Treasure\x20Room'}]},{'name':'Torture\x20Chamber','description':a54i(0x192),'roomType':'inside','items':[{'type':a54i(0x183),'name':a54i(0x172),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a54i(0x1b2),'riddle':a54i(0x17a),'rewardItem':{'type':a54i(0x178),'name':a54i(0x1af),'description':a54i(0x179)},'successMessage':a54i(0x1c0),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a54i(0x16f),'targetRoom':a54i(0x191)}]},{'name':a54i(0x16d),'description':a54i(0x197),'roomType':'inside','puzzle':{'requiredPhrase':a54i(0x1a6),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a54i(0x19e),'name':a54i(0x186),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a54i(0x1a4),'failureMessage':a54i(0x181)},'exits':[{'direction':'west','targetRoom':a54i(0x191)}]}];export const shadowrunConfig=[{'name':a54i(0x167),'description':a54i(0x1d8),'isStartRoom':!![],'roomType':a54i(0x1c9),'exits':[{'direction':a54i(0x1cc),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a54i(0x1b1)}]},{'name':a54i(0x1b1),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a54i(0x1c9),'puzzle':{'requiredPhrase':'decrypt','riddle':a54i(0x19a),'rewardItem':{'type':a54i(0x183),'name':a54i(0x1a0),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a54i(0x1b4),'failureMessage':a54i(0x18f)},'exits':[{'direction':a54i(0x1c2),'targetRoom':a54i(0x167)}]},{'name':a54i(0x189),'description':a54i(0x17c),'roomType':'outside','exits':[{'direction':a54i(0x16f),'targetRoom':a54i(0x167)},{'direction':a54i(0x1db),'targetRoom':a54i(0x175)},{'direction':a54i(0x18c),'targetRoom':a54i(0x1c1)}]},{'name':a54i(0x175),'description':a54i(0x1cf),'roomType':a54i(0x193),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a54i(0x1d2),'rewardItem':{'type':'key','name':a54i(0x1da),'description':a54i(0x19f)},'successMessage':a54i(0x195),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a54i(0x18c),'targetRoom':a54i(0x189)},{'direction':a54i(0x1cc),'targetRoom':a54i(0x1c3)}]},{'name':'Corp\x20Enclave','description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a54i(0x1c9),'items':[{'type':a54i(0x1bd),'name':a54i(0x168),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a54i(0x1dc),'name':'CorpSec\x20Plans','description':a54i(0x1c8)}],'exits':[{'direction':a54i(0x1db),'targetRoom':a54i(0x189)}]},{'name':a54i(0x1c3),'description':a54i(0x176),'roomType':a54i(0x193),'items':[{'type':a54i(0x16b),'name':'Ares\x20Predator','description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a54i(0x16f),'targetRoom':a54i(0x175)},{'direction':'north','targetRoom':a54i(0x1ad)},{'direction':a54i(0x1db),'targetRoom':a54i(0x173)}]},{'name':a54i(0x1ad),'description':a54i(0x188),'roomType':a54i(0x1c9),'puzzle':{'requiredPhrase':a54i(0x17f),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a54i(0x18e),'name':a54i(0x1cb),'description':a54i(0x17b)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a54i(0x17e)},'exits':[{'direction':a54i(0x16f),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Rigger\x27s\x20Workshop','description':a54i(0x184),'roomType':a54i(0x1c9),'items':[{'type':a54i(0x1d3),'name':'MCT\x20Fly-Spy','description':a54i(0x1c4)}],'exits':[{'direction':'west','targetRoom':a54i(0x1c3)}]}];
1
+ const a54h=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=-parseInt(f(0xb3))/0x1+-parseInt(f(0xd3))/0x2+parseInt(f(0xe4))/0x3*(-parseInt(f(0xfa))/0x4)+-parseInt(f(0xd0))/0x5+parseInt(f(0xd9))/0x6*(parseInt(f(0xf1))/0x7)+parseInt(f(0x101))/0x8+-parseInt(f(0xed))/0x9*(-parseInt(f(0xce))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x2227e));const a54b=(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;};}()),a54a=a54b(this,function(){const g=a54d;return a54a[g(0x105)]()[g(0xea)](g(0xda))[g(0x105)]()[g(0xad)](a54a)[g(0xea)](g(0xda));});a54a();export const rooms=[{'name':'Library','description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a54h(0xc0),'name':a54h(0xab),'description':a54h(0xb9)},{'type':a54h(0xaf),'name':a54h(0x102),'description':'A\x20thin\x20log\x20book','content':a54h(0xb6)}],'exits':[{'direction':a54h(0xc7),'targetRoom':a54h(0xc9)}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':'NORTH','targetRoom':a54h(0xdc),'keyRequired':'Golden\x20Key'},{'direction':a54h(0xc3),'targetRoom':'Courtyard'}]},{'name':a54h(0xdc),'description':a54h(0xca),'items':[{'type':a54h(0xbd),'name':a54h(0xd6),'description':a54h(0xd4)}]},{'name':a54h(0xcf),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a54h(0xba)}]},{'name':a54h(0xba),'description':a54h(0x104),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':'secret123','riddle':a54h(0xb2),'rewardItem':{'type':a54h(0xfb),'name':'Sniper\x20Rifle','description':a54h(0xa8)},'successMessage':a54h(0x100),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0xa2;let f=c[d];return f;},a54d(a,b);}export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a54h(0xa4),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a54h(0xf3),'riddle':a54h(0xa5),'rewardItem':{'type':a54h(0xc0),'name':a54h(0xe3),'description':a54h(0x10b)},'successMessage':a54h(0xa3),'failureMessage':a54h(0xe0)},'exits':[{'direction':'north','targetRoom':a54h(0xd1)},{'direction':a54h(0xd2),'targetRoom':a54h(0xf5),'keyRequired':a54h(0xe3)}]},{'name':'Study','description':a54h(0x10e),'roomType':a54h(0xa2),'items':[{'type':'book','name':a54h(0xb0),'description':a54h(0xb1),'content':a54h(0x109)},{'type':a54h(0xc0),'name':a54h(0xe3),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a54h(0xee),'targetRoom':'Entrance\x20Hall'},{'direction':a54h(0xd2),'targetRoom':a54h(0xe5)}]},{'name':a54h(0xe5),'description':a54h(0xc4),'roomType':a54h(0xa2),'items':[{'type':a54h(0xe9),'name':a54h(0xbc),'description':a54h(0xc1)}],'exits':[{'direction':a54h(0xcb),'targetRoom':a54h(0xd1)},{'direction':a54h(0xfe),'targetRoom':a54h(0xac)}]},{'name':a54h(0xac),'description':a54h(0x10f),'roomType':'inside','items':[{'type':a54h(0xec),'name':a54h(0x10a),'description':a54h(0xdf)},{'type':'sword','name':'Rusted\x20Sword','description':a54h(0xf6)}],'exits':[{'direction':a54h(0xee),'targetRoom':a54h(0xe5)},{'direction':a54h(0xd2),'targetRoom':'Central\x20Chamber'}]},{'name':a54h(0xf5),'description':a54h(0xb5),'roomType':'inside','exits':[{'direction':a54h(0xcb),'targetRoom':a54h(0xac)},{'direction':a54h(0xee),'targetRoom':'Entrance\x20Hall'},{'direction':a54h(0xfe),'targetRoom':a54h(0xd7)},{'direction':a54h(0xd2),'targetRoom':a54h(0xdc)}]},{'name':a54h(0xd7),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a54h(0xa2),'items':[{'type':'key','name':a54h(0x103),'description':a54h(0xcc)}],'puzzle':{'requiredPhrase':'release','riddle':a54h(0x111),'rewardItem':{'type':'gem','name':a54h(0xae),'description':a54h(0xf8)},'successMessage':a54h(0xe2),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a54h(0xee),'targetRoom':'Central\x20Chamber'}]},{'name':a54h(0xdc),'description':a54h(0xbb),'roomType':'inside','puzzle':{'requiredPhrase':'insert\x20gem','riddle':a54h(0xff),'rewardItem':{'type':a54h(0xb8),'name':a54h(0xfc),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a54h(0xcb),'targetRoom':a54h(0xf5)}]}];function a54c(){const i=['A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','752164pqKuAw','rifle','Golden\x20Chalice','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','north','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','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','1552248rTcbRn','Guard\x27s\x20Log\x20Book','Blood-stained\x20Key','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','toString','Encrypted\x20Data\x20Key','Gang\x20Insignia','A\x20creditstick\x20loaded\x20with\x20nuyen.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Emblem\x20Shield','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','document','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','creditstick','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Downtown\x20Seattle','Rigger\x27s\x20Workshop','show\x20loyalty','inside','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20long-range\x20weapon.','Corporate\x20Creditstick','Jackpoint\x20Login','Golden\x20Key','Armory','constructor','Ancient\x20Gem','book','Riddle\x20Book','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','88392KaeUyi','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Chad\x20the\x20stupid\x20guard','down','cup','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Watch\x20Tower','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Empty\x20vial','holyGrail','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','key','A\x20clear\x20glass\x20vial.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','SOUTH','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','CorpSec\x20Plans','Amulet\x20of\x20Awakening','EAST','The\x20data\x20remains\x20encrypted.','Secret\x20Passage','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','west','A\x20key\x20stained\x20with\x20old\x20blood.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','165670gWbtcs','Courtyard','669125aNtVqA','Study','east','486648saUTsN','The\x20legendary\x20Holy\x20Grail.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Holy\x20Grail','Torture\x20Chamber','weapon','1409874wQTPxm','(((.+)+)+)+$','drone','Treasure\x20Room','Barrens\x20Hideout','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Nothing\x20happens.','Barrens\x20Entrance','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Central\x20Chamber\x20Key','3TLjLkn','Alchemy\x20Lab','Matrix\x20Data\x20Haven','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Mage\x27s\x20Lair','basic','search','Corp\x20Enclave','shield','198QjxGpt','south','A\x20small\x20surveillance\x20drone.','decrypt','7RsnBhB','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','open\x20sesame','outside','Central\x20Chamber','An\x20old\x20and\x20rusted\x20sword.'];a54c=function(){return i;};return a54c();}export const shadowrunConfig=[{'name':a54h(0xaa),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':'inside','exits':[{'direction':a54h(0xfe),'targetRoom':a54h(0x112)},{'direction':'up','targetRoom':a54h(0xe6)}]},{'name':'Matrix\x20Data\x20Haven','description':a54h(0x10c),'roomType':a54h(0xa2),'puzzle':{'requiredPhrase':a54h(0xf0),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a54h(0xc0),'name':a54h(0x106),'description':a54h(0xc2)},'successMessage':a54h(0xf2),'failureMessage':a54h(0xc8)},'exits':[{'direction':a54h(0xb7),'targetRoom':a54h(0xaa)}]},{'name':'Downtown\x20Seattle','description':a54h(0xcd),'roomType':a54h(0xf4),'exits':[{'direction':a54h(0xee),'targetRoom':a54h(0xaa)},{'direction':a54h(0xd2),'targetRoom':a54h(0xe1)},{'direction':a54h(0xcb),'targetRoom':a54h(0xeb)}]},{'name':'Barrens\x20Entrance','description':a54h(0xbf),'roomType':a54h(0xf4),'puzzle':{'requiredPhrase':a54h(0x114),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a54h(0xc0),'name':a54h(0x107),'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':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':'Downtown\x20Seattle'},{'direction':a54h(0xfe),'targetRoom':a54h(0xdd)}]},{'name':a54h(0xeb),'description':a54h(0xd5),'roomType':a54h(0xa2),'items':[{'type':a54h(0x110),'name':a54h(0xa9),'description':a54h(0x108)},{'type':a54h(0x10d),'name':a54h(0xc5),'description':a54h(0xa6)}],'exits':[{'direction':a54h(0xd2),'targetRoom':a54h(0x112)}]},{'name':a54h(0xdd),'description':a54h(0xf7),'roomType':a54h(0xf4),'items':[{'type':a54h(0xd8),'name':'Ares\x20Predator','description':a54h(0xfd)}],'exits':[{'direction':a54h(0xee),'targetRoom':'Barrens\x20Entrance'},{'direction':a54h(0xfe),'targetRoom':'Mage\x27s\x20Lair'},{'direction':'east','targetRoom':a54h(0x113)}]},{'name':a54h(0xe8),'description':a54h(0xe7),'roomType':'inside','puzzle':{'requiredPhrase':'disenchant','riddle':a54h(0xde),'rewardItem':{'type':'amulet','name':a54h(0xc6),'description':a54h(0xbe)},'successMessage':a54h(0xb4),'failureMessage':a54h(0xa7)},'exits':[{'direction':a54h(0xee),'targetRoom':'Barrens\x20Hideout'}]},{'name':a54h(0x113),'description':a54h(0xf9),'roomType':a54h(0xa2),'items':[{'type':a54h(0xdb),'name':'MCT\x20Fly-Spy','description':a54h(0xef)}],'exits':[{'direction':a54h(0xcb),'targetRoom':a54h(0xdd)}]}];
@@ -1 +1 @@
1
- var a55h=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1e7))/0x1*(parseInt(f(0x1e4))/0x2)+-parseInt(f(0x1f2))/0x3*(parseInt(f(0x1f1))/0x4)+-parseInt(f(0x1de))/0x5*(-parseInt(f(0x1e6))/0x6)+-parseInt(f(0x1f9))/0x7+parseInt(f(0x1fb))/0x8*(-parseInt(f(0x1e2))/0x9)+parseInt(f(0x1ef))/0xa*(-parseInt(f(0x1e5))/0xb)+parseInt(f(0x209))/0xc*(parseInt(f(0x20a))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x3564f));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(0x204)]()[g(0x1f5)]('(((.+)+)+)+$')[g(0x204)]()[g(0x1f7)](a55a)['search']('(((.+)+)+)+$');});function a55c(){var i=['search','roomType','constructor','_equipment','1178002IaKMVa','isLockable','130336QmNGCq','isStartRoom','rooms','category','size','unlockItemOrSolution','_logger','name','logger','toString','characterLocations','_currentLocation','rating','player','420912MoEICf','338qPIiun','45mTFzrj','shape','roomA','items','45dtDrrF','_playerName','2HOLwbM','33aSsHAe','8226nAfzVG','75830WqSgId','description','roomB','exits','isLocked','color','uuid','solved','1064670zlAqNV','_inventory','724umTQXu','1005CceNVy','_maxCarryingWeight','texture'];a55c=function(){return i;};return a55c();}a55a();import{EventEmitter}from'events';export class AbstractScene{[a55h(0x1fd)];[a55h(0x208)];[a55h(0x203)];[a55h(0x205)];}export class AbstractRoom extends EventEmitter{[a55h(0x202)];[a55h(0x1e8)];[a55h(0x1ea)];['inventory'];['puzzle'];[a55h(0x1f6)];[a55h(0x1fc)];}export class AbstractDoor{[a55h(0x1e0)];[a55h(0x1e9)];[a55h(0x1eb)];[a55h(0x200)];[a55h(0x202)];['logger'];[a55h(0x1fa)];}export class AbstractInventory{[a55h(0x1e1)];['logger'];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1de;var f=c[d];return f;},a55d(a,b);}export class AbstractItem{[a55h(0x1ed)];[a55h(0x202)];[a55h(0x1e8)];[a55h(0x1ff)];[a55h(0x1fe)];[a55h(0x1df)];[a55h(0x1ec)];[a55h(0x1f4)];[a55h(0x207)];['weight'];}export class AbstractPlayer{[a55h(0x1e3)];[a55h(0x206)];[a55h(0x1f0)];[a55h(0x1f8)];[a55h(0x1f3)];[a55h(0x201)];}export class AbstractPuzzle{['logger'];[a55h(0x1ee)];}
1
+ var a55h=a55d;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xd5;var f=c[d];return f;},a55d(a,b);}(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0xfe))/0x1*(-parseInt(f(0xe9))/0x2)+parseInt(f(0xe6))/0x3*(-parseInt(f(0xed))/0x4)+-parseInt(f(0xe5))/0x5*(-parseInt(f(0xf5))/0x6)+parseInt(f(0xd6))/0x7*(-parseInt(f(0xe1))/0x8)+parseInt(f(0xe2))/0x9*(-parseInt(f(0xf8))/0xa)+parseInt(f(0xe3))/0xb+-parseInt(f(0xeb))/0xc*(parseInt(f(0xd9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x8877b));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(0xd7)]()[g(0xf1)](g(0xea))['toString']()[g(0xe8)](a55a)[g(0xf1)](g(0xea));});a55a();import{EventEmitter}from'events';export class AbstractScene{[a55h(0xdd)];[a55h(0xff)];[a55h(0xe0)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a55h(0xdc)];['exits'];[a55h(0xfc)];['puzzle'];[a55h(0xfd)];[a55h(0xf7)];}function a55c(){var i=['22igzyNa','player','isLockable','7QsUPDg','toString','roomA','26qhZFSY','category','size','description','rooms','rating','_playerName','logger','4574968wMLTSN','9729guASMg','6662931qmPaPD','name','10PRZYRV','6rrrZVu','shape','constructor','43564oWYoJK','(((.+)+)+)+$','447324EKnNuB','unlockItemOrSolution','1136328RwtaUz','_logger','color','_equipment','search','items','_currentLocation','_inventory','3275544prOxGM','roomB','isStartRoom','3730qTeMjT','isLocked','uuid','texture','inventory','roomType'];a55c=function(){return i;};return a55c();}export class AbstractDoor{[a55h(0xd8)];[a55h(0xf6)];[a55h(0xf9)];[a55h(0xec)];[a55h(0xe4)];[a55h(0xe0)];[a55h(0xd5)];}export class AbstractInventory{[a55h(0xf2)];[a55h(0xe0)];}export class AbstractItem{[a55h(0xfa)];[a55h(0xe4)];[a55h(0xdc)];[a55h(0xdb)];[a55h(0xda)];[a55h(0xe7)];[a55h(0xef)];[a55h(0xfb)];[a55h(0xde)];['weight'];}export class AbstractPlayer{[a55h(0xdf)];[a55h(0xf3)];[a55h(0xf4)];[a55h(0xf0)];['_maxCarryingWeight'];[a55h(0xee)];}export class AbstractPuzzle{[a55h(0xe0)];['solved'];}
@@ -1 +1 @@
1
- (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x1aa))/0x1*(-parseInt(k(0x196))/0x2)+-parseInt(k(0x174))/0x3+-parseInt(k(0x175))/0x4+parseInt(k(0x1c1))/0x5*(-parseInt(k(0x198))/0x6)+-parseInt(k(0x179))/0x7+-parseInt(k(0x1d4))/0x8*(parseInt(k(0x177))/0x9)+parseInt(k(0x17c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0xe030a));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x16e;var f=c[d];return f;},a56d(a,b);}export var Size;(function(a){var l=a56d;a[l(0x1d1)]=l(0x1ca),a[l(0x1a7)]=l(0x16e),a[l(0x1b1)]='medium',a[l(0x185)]=l(0x19a),a[l(0x18d)]=l(0x19b);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0x1ce)]=m(0x1cb),a[m(0x19d)]=m(0x1cd),a['Legendary']=m(0x180);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0x17b)]=n(0x1c0),a[n(0x187)]=n(0x1c3),a['Key']=n(0x1b7),a[n(0x1c7)]='gloves',a[n(0x1a9)]=n(0x1b8),a[n(0x1c6)]=n(0x1c5),a['Boots']=n(0x1b5),a[n(0x1a8)]=n(0x1c2),a[n(0x188)]=n(0x17e),a[n(0x1a4)]=n(0x16f),a[n(0x1b4)]=n(0x194),a['Cup']=n(0x197),a[n(0x17a)]='unknown';}(Category||(Category={})));export var Shape;function a56c(){var v=['VeryLarge','INSIDE','forest','(((.+)+)+)+$','Orange','EAST','search','book','blue','12jlPbfB','cup','725214odHuCM','DESERT','large','very\x20large','Brown','Rare','UNDERGROUND','red','underground','mountain','BEACH','grey','BodyArmor','green','Grey','Small','LegArmor','Helmet','28438qDtYGb','down','SOUTH','desert','Circle','apply','west','Medium','SEA','FOREST','Book','boots','CAVE','key','helmet','brown','Red','Yellow','TOWER','Blue','circle','MOUNTAIN','weapon','30cRmTov','leg\x20armor','shield','Smooth','hat','Hat','Gloves','NORTH','bumpy','tiny','common','gold','rare','Common','outside','cave','Tiny','sea','beach','1288592XfjbGm','Rifle','small','body\x20armor','Fuzzy','Gold','metallic','Triangle','5410086uwRnPK','6118664ygpiKK','toString','99wmyJTP','yellow','2164134NXxDLr','Unknown','Weapon','68868720ByOEiK','DOWN','arm\x20armor','WEST','legendary','rectangle','triangle','Grainy','square','Large','Rectangle','Shield','ArmArmor','Square','south','north','Green'];a56c=function(){return v;};return a56c();}(function(a){var o=a56d;a[o(0x1ae)]=o(0x1be),a[o(0x189)]=o(0x184),a[o(0x173)]=o(0x182),a[o(0x186)]=o(0x181),a['Blade']='blade',a[o(0x1d5)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x1ba)]=p(0x19f),a[p(0x1bd)]=p(0x195),a[p(0x18c)]=p(0x1a5),a[p(0x1bb)]=p(0x178),a[p(0x191)]='orange',a['Purple']='purple',a[p(0x1a6)]=p(0x1a3),a[p(0x19c)]=p(0x1b9),a[p(0x171)]=p(0x1cc);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a[q(0x1c4)]='smooth',a['Rough']='rough',a['Bumpy']=q(0x1c9),a[q(0x170)]='fuzzy',a[q(0x183)]='grainy',a['Metallic']=q(0x172);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a56d;if(h){var j=h[r(0x1af)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a56d;return e[s(0x176)]()[s(0x193)](s(0x190))[s(0x176)]()['constructor'](e)[s(0x193)]('(((.+)+)+)+$');});e(),c[t(0x18e)]='inside',c['OUTSIDE']=t(0x1cf),c[t(0x19e)]=t(0x1a0),c[t(0x1b6)]=t(0x1d0),c[t(0x1bc)]='tower',c[t(0x1b3)]=t(0x18f),c[t(0x199)]=t(0x1ad),c[t(0x1bf)]=t(0x1a1),c[t(0x1a2)]=t(0x1d3),c[t(0x1b2)]=t(0x1d2);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x1c8)]=u(0x18b),a[u(0x192)]='east',a[u(0x1ac)]=u(0x18a),a[u(0x17f)]=u(0x1b0),a['UP']='up',a[u(0x17d)]=u(0x1ab);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x137))/0x1*(-parseInt(k(0x17d))/0x2)+parseInt(k(0x11a))/0x3+parseInt(k(0x14b))/0x4*(-parseInt(k(0x13d))/0x5)+-parseInt(k(0x163))/0x6*(-parseInt(k(0x16b))/0x7)+parseInt(k(0x124))/0x8+parseInt(k(0x127))/0x9+-parseInt(k(0x155))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x8ac77));export var Size;(function(a){var l=a56d;a['Tiny']=l(0x17e),a[l(0x131)]=l(0x16e),a[l(0x11f)]=l(0x14d),a[l(0x142)]=l(0x12a),a[l(0x151)]=l(0x140);}(Size||(Size={})));function a56c(){var u=['beach','Square','Metallic','rectangle','underground','mountain','Weapon','Cup','blade','grainy','Common','8310MXjjKi','INSIDE','green','Smooth','DESERT','red','Hat','key','3787oZXETw','Red','Rough','small','brown','yellow','helmet','hat','BEACH','Unknown','arm\x20armor','orange','inside','Fuzzy','BodyArmor','down','WEST','sea','30406iHxnFJ','tiny','2450694GVlWpB','blue','bumpy','Yellow','weapon','Medium','south','Blade','shield','Grey','5957448BYuECx','square','Purple','4424895AigbVe','Gold','LegArmor','large','EAST','triangle','Rare','Rifle','Grainy','Book','Small','north','Boots','Blue','ArmArmor','boots','67ygmEgj','TOWER','(((.+)+)+)+$','Green','DOWN','Rectangle','4129295bCpWOY','Key','fuzzy','very\x20large','Circle','Large','body\x20armor','smooth','search','gold','UNDERGROUND','grey','cave','constructor','4vsstiX','rough','medium','desert','metallic','purple','VeryLarge','circle','toString','Bumpy','24268220bbEdMt','MOUNTAIN','rare'];a56c=function(){return u;};return a56c();}export var Rating;(function(a){var m=a56d;a[m(0x162)]='common',a[m(0x12d)]=m(0x157),a['Legendary']='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0x15e)]=n(0x11e),a['Shield']=n(0x122),a[n(0x13e)]=n(0x16a),a['Gloves']='gloves',a['Helmet']=n(0x171),a[n(0x169)]=n(0x172),a[n(0x133)]=n(0x136),a[n(0x129)]='leg\x20armor',a[n(0x135)]=n(0x175),a[n(0x179)]=n(0x143),a[n(0x130)]='book',a[n(0x15f)]='cup',a[n(0x174)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a[o(0x141)]=o(0x152),a[o(0x159)]=o(0x125),a['Triangle']=o(0x12c),a[o(0x13c)]=o(0x15b),a[o(0x121)]=o(0x160),a[o(0x12e)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x16c)]=p(0x168),a[p(0x134)]=p(0x11b),a[p(0x13a)]=p(0x165),a[p(0x11d)]=p(0x170),a['Orange']=p(0x176),a[p(0x126)]=p(0x150),a[p(0x123)]=p(0x148),a['Brown']=p(0x16f),a[p(0x128)]=p(0x146);}(Color||(Color={})));export var Texture;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x11a;var f=c[d];return f;},a56d(a,b);}(function(a){var q=a56d;a[q(0x166)]=q(0x144),a[q(0x16d)]=q(0x14c),a[q(0x154)]=q(0x11c),a[q(0x178)]=q(0x13f),a[q(0x12f)]=q(0x161),a[q(0x15a)]=q(0x14f);}(Texture||(Texture={})));export var RoomType;(function(c){var s=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 r=a56d;return e[r(0x153)]()[r(0x145)](r(0x139))['toString']()[r(0x14a)](e)[r(0x145)](r(0x139));});e(),c[s(0x164)]=s(0x177),c['OUTSIDE']='outside',c[s(0x147)]=s(0x15c),c['CAVE']=s(0x149),c[s(0x138)]='tower',c['FOREST']='forest',c[s(0x167)]=s(0x14e),c[s(0x156)]=s(0x15d),c[s(0x173)]=s(0x158),c['SEA']=s(0x17c);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a56d;a['NORTH']=t(0x132),a[t(0x12b)]='east',a['SOUTH']=t(0x120),a[t(0x17b)]='west',a['UP']='up',a[t(0x13b)]=t(0x17a);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0xd1))/0x1*(-parseInt(f(0xd0))/0x2)+parseInt(f(0xd7))/0x3*(parseInt(f(0xd5))/0x4)+-parseInt(f(0xd8))/0x5+-parseInt(f(0xda))/0x6*(-parseInt(f(0xd6))/0x7)+-parseInt(f(0xdd))/0x8*(parseInt(f(0xd2))/0x9)+parseInt(f(0xd3))/0xa*(parseInt(f(0xde))/0xb)+parseInt(f(0xd4))/0xc*(parseInt(f(0xdb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xdcfe3));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a['toString']()[h(0xd9)](h(0xdc))[h(0xcf)]()['constructor'](a57a)[h(0xd9)](h(0xdc));});a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0xce;var f=c[d];return f;},a57d(a,b);}export{};function a57c(){var i=['10235691cJIHmQ','150OPWjse','540dAqAzc','1080tDnKmc','1589SWViWY','8889zguvXe','4597970tFZsuW','search','38784dreOaR','488098tavfVF','(((.+)+)+)+$','8WYaIHL','405581TjXkEM','apply','toString','2IRwWYR','1547893hMXHus'];a57c=function(){return i;};return a57c();}
1
+ function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1bb;var f=c[d];return f;},a57d(a,b);}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x1bf))/0x1*(parseInt(f(0x1c7))/0x2)+parseInt(f(0x1c8))/0x3*(parseInt(f(0x1bc))/0x4)+-parseInt(f(0x1c0))/0x5+parseInt(f(0x1bd))/0x6*(parseInt(f(0x1c6))/0x7)+-parseInt(f(0x1c5))/0x8+parseInt(f(0x1bb))/0x9+parseInt(f(0x1c9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xc01b6));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x1c2)]()['search'](h(0x1c4))[h(0x1c2)]()[h(0x1c1)](a57a)[h(0x1c3)]('(((.+)+)+)+$');});a57a();export{};function a57c(){var i=['154dHINOK','2966CSGZpu','921FIfQNE','9776100GUKsfG','666027dchwIo','6468MERjZf','265134YKkijh','apply','103LAhJWI','6036015DjPYIk','constructor','toString','search','(((.+)+)+)+$','5430928YCDpYf'];a57c=function(){return i;};return a57c();}
@@ -1 +1 @@
1
- function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1d4;var f=c[d];return f;},a58d(a,b);}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x1df))/0x1*(parseInt(f(0x1d8))/0x2)+-parseInt(f(0x1e1))/0x3*(parseInt(f(0x1dc))/0x4)+parseInt(f(0x1db))/0x5*(-parseInt(f(0x1d7))/0x6)+-parseInt(f(0x1d4))/0x7+-parseInt(f(0x1d5))/0x8*(parseInt(f(0x1da))/0x9)+parseInt(f(0x1e2))/0xa+parseInt(f(0x1de))/0xb*(parseInt(f(0x1e4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x6a1ef));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1d9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1e0)]()[h(0x1dd)](h(0x1d6))[h(0x1e0)]()[h(0x1e3)](a58a)[h(0x1dd)](h(0x1d6));});a58a();function a58c(){var i=['apply','9ktgHpo','85ISvWkx','14148duKNra','search','20424536NSvARK','1442wvzRGn','toString','150roPRBH','6650180Pemoyg','constructor','12upuMhu','1047508YaoBAe','4878128MklHID','(((.+)+)+)+$','249942lyuezu','614hyrKpC'];a58c=function(){return i;};return a58c();}export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x73))/0x1*(parseInt(f(0x7e))/0x2)+-parseInt(f(0x7c))/0x3+parseInt(f(0x76))/0x4*(-parseInt(f(0x7f))/0x5)+parseInt(f(0x7d))/0x6+-parseInt(f(0x78))/0x7+-parseInt(f(0x75))/0x8+-parseInt(f(0x72))/0x9*(-parseInt(f(0x79))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x38424));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()['search'](g(0x7a))[g(0x74)]()[g(0x77)](a58a)[g(0x7b)]('(((.+)+)+)+$');});function a58c(){var h=['31790kdaRJa','(((.+)+)+)+$','search','617559FFkWPt','880998OnZOSB','56rHpaYw','12605KzyIYf','3582cnPMMc','4068pdBoXG','toString','1025360BuESOX','724rXIfiK','constructor','1941877RHJjoZ'];a58c=function(){return h;};return a58c();}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x72;var f=c[d];return f;},a58d(a,b);}a58a();export{};
@@ -1 +1 @@
1
- const a59G=a59d;function a59c(){const H=['screen','render','yellow','map','inventory','\x20Equipment\x20','11bJGlpW','setContent','Gloves:\x20','arms','Thanks\x20for\x20playing!','forEach','equip','10%','25%','Available\x20exits\x20will\x20be\x20shown\x20here...','torso','unequip','----->>>>>>\x20Initializing\x20Game','exit','checkIfLocked','Arms:\x20','pushLine','parse','focus','\x20(Unlocked)','Left\x20Hand:\x20','5244702QYgdyI','append','line','Torso:\x20','clear','logFilePath','handleInput','\x20Inventory\x20','roomType','equipment','head','5NDhoBg','14869320FZjzsx','key','search','clearValue','logBox','player','log','getValue','52nbpUjC','<<<<<<<<---------\x20Terminating\x20game','toString','5TSPUGY','8114500eevzne','OUTSIDE','C-c','(((.+)+)+)+$','mousemove','98844HXCFcI','box','unlock','split','exits','legs','Side\x20Quest\x20Adventure\x20Game','9867267FIjyYf','100%','lock','enter','gloves','currentLocation','getAllItems','45%','75%','textbox','20%','size','9197368jMtnQq','feet','Currently\x20in:\x20','leftHand','293332KbcxgL','getInstance','\x20Map\x20','white','7KVzAoh','name','90%','write','None','\x20Game\x20Log\x20','rightHand','\x0aThere\x20are\x20no\x20exits\x20here.','-----\x20Exits\x20------\x0a'];a59c=function(){return H;};return a59c();}(function(a,b){const y=a59d,c=a();while(!![]){try{const d=parseInt(y(0x1d0))/0x1*(-parseInt(y(0x191))/0x2)+parseInt(y(0x17a))/0x3*(parseInt(y(0x1cd))/0x4)+parseInt(y(0x1c4))/0x5*(-parseInt(y(0x1b9))/0x6)+parseInt(y(0x195))/0x7*(parseInt(y(0x18d))/0x8)+parseInt(y(0x181))/0x9+parseInt(y(0x1d1))/0xa+parseInt(y(0x1a4))/0xb*(-parseInt(y(0x1c5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x9c113));import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x177;let f=c[d];return f;},a59d(a,b);}import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const A=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a59d;return g['toString']()[z(0x1c7)](z(0x178))[z(0x1cf)]()['constructor'](g)['search'](z(0x178));});g();try{const h=a59e[A(0x19e)]({'smartCSR':!![],'title':A(0x180)}),i=a59e[A(0x17b)]({'top':'0%','left':'75%','width':A(0x1ac),'height':A(0x188),'border':{'type':'line'},'label':A(0x1c0),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x187)]()[B(0x1a1)](v=>v[B(0x196)]);i[B(0x1a5)](u['join']('\x0a')),h[B(0x19f)]();};h[A(0x1ba)](i);const k=a59e[A(0x17b)]({'top':A(0x188),'left':'75%','width':A(0x1ac),'height':A(0x1ac),'border':{'type':A(0x1bb)},'label':A(0x1a3),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1ba)](k);const l=t=>{const C=A;k[C(0x1a5)]('Head:\x20'+(t[C(0x1c3)]?t[C(0x1c3)][C(0x196)]:C(0x199))+'\x0a'+(C(0x1bc)+(t['torso']?t[C(0x1ae)][C(0x196)]:'None')+'\x0a')+('Legs:\x20'+(t[C(0x17f)]?t['legs'][C(0x196)]:C(0x199))+'\x0a')+('Feet:\x20'+(t['feet']?t[C(0x18e)]['name']:C(0x199))+'\x0a')+(C(0x1b3)+(t['arms']?t[C(0x1a7)][C(0x196)]:'None')+'\x0a')+(C(0x1a6)+(t[C(0x185)]?t[C(0x185)][C(0x196)]:'None')+'\x0a')+(C(0x1b8)+(t[C(0x190)]?t[C(0x190)][C(0x196)]:C(0x199))+'\x0a')+('Right\x20Hand:\x20'+(t[C(0x19b)]?t['rightHand'][C(0x196)]:C(0x199))+'\x0a')),h[C(0x19f)]();},m=a59e['box']({'top':'70%','left':A(0x189),'width':A(0x1ac),'height':A(0x18b),'border':{'type':A(0x1bb)},'label':A(0x193),'content':A(0x1ad),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1ba)](m);const n=t=>{const D=A;let u=D(0x18f)+t['name']+'\x0a\x0a';u+=D(0x19d),t[D(0x17e)][D(0x18c)]>0x0?t['exits'][D(0x1a9)]((v,w)=>{const E=D;if(v instanceof Door){const x=v['getOtherSide'](t);x[E(0x1c1)]===RoomType[E(0x1d2)]?u+=capitalCase(w)+':\x20'+x[E(0x196)]:u+=capitalCase(w)+':\x20'+v[E(0x196)];if(v[E(0x1b2)]())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=E(0x1b7));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x19c),m['setContent'](u),h['render']();},o=a59e['box']({'id':A(0x1c9),'top':'0%','left':'0%','width':A(0x189),'height':A(0x197),'border':{'type':A(0x1bb)},'label':A(0x19a),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1a0)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x179)),h[A(0x1ba)](o);const p=a59e[A(0x18a)]({'bottom':0x0,'left':0x0,'width':A(0x182),'height':A(0x1ab),'tags':!![],'border':{'type':A(0x1bb)},'style':{'fg':A(0x194),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[A(0x1c6)](['escape',A(0x177)],()=>process[A(0x1b1)](0x0)),p[A(0x1b6)](),h[A(0x19f)]();const q=Logger[A(0x192)](e[A(0x1be)],h),r=new Player({'playerName':c});q[A(0x198)](A(0x1b0));const s=a59f[A(0x192)](r,d);o[A(0x1a5)](s['getWelcomeMessage']()),l(s[A(0x1ca)][A(0x1c2)]),j(s[A(0x1ca)][A(0x1a2)]),n(s[A(0x1ca)]['currentLocation']),p['key']([A(0x184)],async()=>{const F=A,t=p[F(0x1cc)](),u=s[F(0x1bf)](t);(t['split']('\x20')[0x0]==='take'||F(0x1aa)||F(0x1af))&&(j(s[F(0x1ca)]['inventory']),l(s[F(0x1ca)][F(0x1c2)])),(t[F(0x17d)]('\x20')[0x0]==='go'||F(0x183)||F(0x17c))&&n(s[F(0x1ca)][F(0x186)]),t[F(0x17d)]('\x20')[0x0]===F(0x1bd)&&o[F(0x1a5)](''),u===null&&(console[F(0x1cb)](F(0x1a8)),h[F(0x19f)](),q[F(0x198)](F(0x1ce)),process[F(0x1b1)](0x0)),o[F(0x1b4)](u),o['scroll'](0x1),p[F(0x1c8)](),p[F(0x1b6)](),h[F(0x19f)]();});}catch(t){console[A(0x1cb)](t),process[A(0x1b1)](0x1);}}const args=process['argv']['slice'](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a59G(0x1b5)](args[0x2]));
1
+ function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x182;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(0x187))/0x1+parseInt(y(0x1a6))/0x2*(-parseInt(y(0x1c4))/0x3)+parseInt(y(0x191))/0x4*(parseInt(y(0x1cd))/0x5)+parseInt(y(0x1d7))/0x6+parseInt(y(0x1db))/0x7+parseInt(y(0x1ce))/0x8+-parseInt(y(0x1ad))/0x9*(parseInt(y(0x19e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xce0dd));import a59e from'blessed';import{capitalCase}from'change-case';function a59c(){const I=['3659824yPjflT','Left\x20Hand:\x20','\x20Map\x20','unequip','apply','75%','currentLocation','mousemove','torso','391759roUzGL','textbox','setContent','unlock','Your\x20items\x20will\x20be\x20listed\x20here...','getValue','Currently\x20in:\x20','Available\x20exits\x20will\x20be\x20shown\x20here...','yellow','C-c','1108bQCSPM','log','Legs:\x20','\x20Game\x20Log\x20','arms','write','rightHand','slice','<<<<<<<<---------\x20Terminating\x20game','Right\x20Hand:\x20','split','handleInput','gloves','110zIayAF','removeAllListeners','scroll','forEach','focus','25%','render','box','103512pnIklk','player','Arms:\x20','name','join','exits','constructor','1737576ccNuyD','leftHand','clearValue','line','search','\x0aThere\x20are\x20no\x20exits\x20here.','\x20Equipment\x20','map','exit','clear','argv','45%','\x20(Locked)','logBox','white','roomType','checkIfLockable','head','feet','Side\x20Quest\x20Adventure\x20Game','Head:\x20','70%','toString','51dzymDz','90%','equipment','equip','enter','screen','20%','pushLine','Feet:\x20','17285gbTnXz','10779760BuBUiw','getInstance','None','append','parse','getWelcomeMessage','\x20(Unlocked)','Gloves:\x20','legs','3767418PFSAzW','getAllItems','key','inventory'];a59c=function(){return I;};return a59c();}import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';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(0x182)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x1c3)]()[A(0x1b1)]('(((.+)+)+)+$')[A(0x1c3)]()[A(0x1ac)](g)[A(0x1b1)]('(((.+)+)+)+$');});g();try{const h=a59e[B(0x1c9)]({'smartCSR':!![],'title':B(0x1c0)}),i=a59e[B(0x1a5)]({'top':'0%','left':B(0x183),'width':B(0x1a3),'height':B(0x1b8),'border':{'type':'line'},'label':'\x20Inventory\x20','content':B(0x18b),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x18f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1d8)]()[C(0x1b4)](v=>v[C(0x1a9)]);i[C(0x189)](u[C(0x1aa)]('\x0a')),h[C(0x1a4)]();};h[B(0x1d1)](i);const k=a59e[B(0x1a5)]({'top':B(0x1b8),'left':B(0x183),'width':B(0x1a3),'height':B(0x1a3),'border':{'type':B(0x1b0)},'label':B(0x1b3),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1d1)](k);const l=t=>{const D=B;k[D(0x189)](D(0x1c1)+(t[D(0x1be)]?t[D(0x1be)][D(0x1a9)]:D(0x1d0))+'\x0a'+('Torso:\x20'+(t['torso']?t[D(0x186)][D(0x1a9)]:D(0x1d0))+'\x0a')+(D(0x193)+(t[D(0x1d6)]?t['legs'][D(0x1a9)]:D(0x1d0))+'\x0a')+(D(0x1cc)+(t[D(0x1bf)]?t[D(0x1bf)][D(0x1a9)]:D(0x1d0))+'\x0a')+(D(0x1a8)+(t[D(0x195)]?t[D(0x195)][D(0x1a9)]:D(0x1d0))+'\x0a')+(D(0x1d5)+(t[D(0x19d)]?t[D(0x19d)][D(0x1a9)]:D(0x1d0))+'\x0a')+(D(0x1dc)+(t[D(0x1ae)]?t['leftHand'][D(0x1a9)]:D(0x1d0))+'\x0a')+(D(0x19a)+(t[D(0x197)]?t[D(0x197)]['name']:D(0x1d0))+'\x0a')),h[D(0x1a4)]();},m=a59e['box']({'top':B(0x1c2),'left':B(0x183),'width':B(0x1a3),'height':B(0x1ca),'border':{'type':B(0x1b0)},'label':B(0x1dd),'content':B(0x18e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1d1)](m);const n=t=>{const E=B;let u=E(0x18d)+t['name']+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0x1ab)]['size']>0x0?t[E(0x1ab)][E(0x1a1)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x1bc)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x1a9)];if(v['checkIfLocked']())u+=F(0x1b9);else v[F(0x1bd)]()&&(u+=F(0x1d4));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1b2),m['setContent'](u),h[E(0x1a4)]();},o=a59e[B(0x1a5)]({'id':B(0x1ba),'top':'0%','left':'0%','width':B(0x183),'height':B(0x1c5),'border':{'type':B(0x1b0)},'label':B(0x194),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x18f)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x19f)](B(0x185)),h['append'](o);const p=a59e[B(0x188)]({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':B(0x1bb),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1d1)](p),h['key'](['escape',B(0x190)],()=>process['exit'](0x0)),p[B(0x1a2)](),h['render']();const q=Logger[B(0x1cf)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x196)]('----->>>>>>\x20Initializing\x20Game');const s=a59f[B(0x1cf)](r,d);o[B(0x189)](s[B(0x1d3)]()),l(s['player'][B(0x1c6)]),j(s[B(0x1a7)][B(0x1da)]),n(s['player'][B(0x184)]),p[B(0x1d9)]([B(0x1c8)],async()=>{const G=B,t=p[G(0x18c)](),u=s[G(0x19c)](t);(t[G(0x19b)]('\x20')[0x0]==='take'||G(0x1c7)||G(0x1de))&&(j(s[G(0x1a7)][G(0x1da)]),l(s[G(0x1a7)][G(0x1c6)])),(t[G(0x19b)]('\x20')[0x0]==='go'||'lock'||G(0x18a))&&n(s[G(0x1a7)][G(0x184)]),t[G(0x19b)]('\x20')[0x0]===G(0x1b6)&&o[G(0x189)](''),u===null&&(console[G(0x192)]('Thanks\x20for\x20playing!'),h[G(0x1a4)](),q[G(0x196)](G(0x199)),process[G(0x1b5)](0x0)),o[G(0x1cb)](u),o[G(0x1a0)](0x1),p[G(0x1af)](),p['focus'](),h[G(0x1a4)]();});}catch(t){console[B(0x192)](t),process['exit'](0x1);}}const args=process[a59H(0x1b7)][a59H(0x198)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a59H(0x1d2)](args[0x2]));
@@ -1 +1 @@
1
- const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=-parseInt(h(0xe7))/0x1*(-parseInt(h(0xe3))/0x2)+-parseInt(h(0xdb))/0x3*(parseInt(h(0xd4))/0x4)+parseInt(h(0xec))/0x5*(parseInt(h(0xe5))/0x6)+-parseInt(h(0xd0))/0x7+-parseInt(h(0xe9))/0x8+-parseInt(h(0xcd))/0x9*(parseInt(h(0xe2))/0xa)+-parseInt(h(0xe8))/0xb*(-parseInt(h(0xf1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc6d77));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0xcb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0xc8)]()[j(0xe6)]('(((.+)+)+)+$')[j(0xc8)]()[j(0xde)](a60a)['search'](j(0xc9));});a60a();import a60e from'fs';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xc6;let f=c[d];return f;},a60d(a,b);}import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0xeb)]();export class Logger{static [a60k(0xd1)];['filePath'];[a60k(0xdf)];constructor(a,b){const l=a60k;this[l(0xd8)]=a,this[l(0xdf)]=b,this[l(0xd2)]();}static[a60k(0xef)](a=a60g[a60k(0xce)](homeDir,a60k(0xe4),'side-quest.log'),b){const m=a60k;if(!Logger[m(0xd1)]){if(!b)throw new Error(m(0xed));Logger[m(0xd1)]=new Logger(a,b);}return Logger[m(0xd1)];}[a60k(0xd2)](){const n=a60k,a=a60g[n(0xd7)](this[n(0xd8)]);!a60e[n(0xf0)](a)&&a60e['mkdirSync'](a,{'recursive':!![]}),!a60e['existsSync'](this[n(0xd8)])&&a60e[n(0xd5)](this[n(0xd8)],'');}[a60k(0xe1)](a){const o=a60k,b=new Date()[o(0xdc)](),c=o(0xd3)+b+']\x20'+a+'\x0a';a60e[o(0xee)](this[o(0xd8)],c);}[a60k(0xf2)](a){const p=a60k,b=new Date()[p(0xdc)](),c=p(0xca)+b+']\x20'+a+'\x0a';a60e[p(0xee)](this[p(0xd8)],c);}[a60k(0xcf)](a){const q=a60k,b=this['screen']?.[q(0xcc)]['find'](c=>c['type']===q(0xda)&&c['options']['id']===q(0xc7));b?(b['setContent'](b[q(0xdd)]+'\x0a'+a),b[q(0xd9)](b[q(0xea)]()),this['screen']?.[q(0xe0)]()):this[q(0xf2)](q(0xc6)+b+q(0xd6)+this[q(0xdf)]),this['write'](a);}['hasScreen'](){const r=a60k;return!!this[r(0xdf)];}}function a60c(){const s=['join','log','2441019ZyQiSY','instance','ensureLogFileExists','[INFO]\x20[','92rPQvsI','writeFileSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','dirname','filePath','scrollTo','box','140109xXsOtt','toISOString','content','constructor','screen','render','write','197700apeXdE','38MTJKIq','.maka','1122edWSIz','search','57521rxMXJc','1397341uiCXdn','6382296pdtMSQ','getScrollHeight','homedir','40325zpjjnV','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','appendFileSync','getInstance','existsSync','168miIFtd','error','The\x20logbox\x20','logBox','toString','(((.+)+)+)+$','[ERROR]\x20[','apply','children','612AyHfBs'];a60c=function(){return s;};return a60c();}
1
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0xd9))/0x1+-parseInt(h(0xe4))/0x2*(-parseInt(h(0xc2))/0x3)+parseInt(h(0xd0))/0x4*(-parseInt(h(0xdc))/0x5)+-parseInt(h(0xc8))/0x6*(parseInt(h(0xdd))/0x7)+parseInt(h(0xcf))/0x8+parseInt(h(0xd1))/0x9*(-parseInt(h(0xda))/0xa)+parseInt(h(0xdf))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd7fe2));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0xde)]()[j(0xd3)](j(0xd2))['toString']()['constructor'](a60a)['search'](j(0xd2));});a60a();import a60e from'fs';import a60f from'os';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xc1;let f=c[d];return f;},a60d(a,b);}import a60g from'path';function a60c(){const r=['6858765WXsXmw','(((.+)+)+)+$','search','options','The\x20logbox\x20','join','screen','children','233816COwzJw','20aZdMyA','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','54805UFISCE','746347nZnAHX','toString','18370671BlyfmN','getInstance','existsSync','error','[INFO]\x20[','556364jiTErD','filePath','ensureLogFileExists','type','apply','3FHHOdc','[ERROR]\x20[','instance','appendFileSync','find','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','12MOYBBC','homedir','dirname','hasScreen','write','writeFileSync','toISOString','4046600viAJvH','24OHDFNI'];a60c=function(){return r;};return a60c();}const homeDir=a60f[a60k(0xc9)]();export class Logger{static [a60k(0xc4)];[a60k(0xe5)];[a60k(0xd7)];constructor(a,b){const l=a60k;this[l(0xe5)]=a,this['screen']=b,this[l(0xe6)]();}static[a60k(0xe0)](a=a60g[a60k(0xd6)](homeDir,'.maka','side-quest.log'),b){const m=a60k;if(!Logger[m(0xc4)]){if(!b)throw new Error(m(0xdb));Logger[m(0xc4)]=new Logger(a,b);}return Logger[m(0xc4)];}[a60k(0xe6)](){const n=a60k,a=a60g[n(0xca)](this[n(0xe5)]);!a60e[n(0xe1)](a)&&a60e['mkdirSync'](a,{'recursive':!![]}),!a60e[n(0xe1)](this[n(0xe5)])&&a60e[n(0xcd)](this[n(0xe5)],'');}[a60k(0xcc)](a){const o=a60k,b=new Date()[o(0xce)](),c=o(0xe3)+b+']\x20'+a+'\x0a';a60e['appendFileSync'](this[o(0xe5)],c);}[a60k(0xe2)](a){const p=a60k,b=new Date()[p(0xce)](),c=p(0xc3)+b+']\x20'+a+'\x0a';a60e[p(0xc5)](this[p(0xe5)],c);}['log'](a){const q=a60k,b=this[q(0xd7)]?.[q(0xd8)][q(0xc6)](c=>c[q(0xe7)]==='box'&&c[q(0xd4)]['id']==='logBox');b?(b['setContent'](b['content']+'\x0a'+a),b['scrollTo'](b['getScrollHeight']()),this['screen']?.['render']()):this[q(0xe2)](q(0xd5)+b+q(0xc7)+this['screen']),this[q(0xcc)](a);}[a60k(0xcb)](){return!!this['screen'];}}
@@ -1 +1 @@
1
- const a61n=a61d;function a61c(){const q=['2157576IfEKBk','create','(((.+)+)+)+$','dungeon','./sideQuest/ui.js','ask','options','join','side-quest','494478JWAjwO','toString','14511013MLPgAz','What\x20is\x20your\x20name?','Thanks\x20for\x20playing!','search','270AojMLw','url','Commoner','player','resolve','342310LNqEnP','fsi','Play\x20a\x20little\x20side-quest','node','side-quest.log','constructor','apply','3570jktZtQ','log','6690104PcZVTs','list','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...','maka\x20play:side-quest','6120pFXHwi','exit','2oNZauL','stringify','608rquesC','88774FDhdgR'];a61c=function(){return q;};return a61c();}(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0xe5))/0x1*(parseInt(k(0xfd))/0x2)+parseInt(k(0xe9))/0x3+parseInt(k(0xdf))/0x4+-parseInt(k(0xdd))/0x5*(parseInt(k(0xe3))/0x6)+parseInt(k(0xe8))/0x7*(-parseInt(k(0xe7))/0x8)+parseInt(k(0xf2))/0x9*(-parseInt(k(0xf8))/0xa)+parseInt(k(0xf4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd6461));function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0xdc;let f=c[d];return f;},a61d(a,b);}const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0xdc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0xf3)]()[m(0xf7)](m(0xeb))['toString']()[m(0x102)](a61a)[m(0xf7)]('(((.+)+)+)+$');});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0xf9)]),__dirname=dirname(__filename);Command[a61n(0xea)]({'name':a61n(0xf1),'usage':a61n(0xe2),'shortDesc':a61n(0xff),'aliases':['sq'],'description':a61n(0xe1),'validOpts':['player']},async function(a,b){const o=a61n;try{const c=this[o(0xfe)]['getGlobalMakaDir'](),d=a61e[o(0xf0)](c,o(0x101)),e=b[o(0xfb)]?b[o(0xfb)]:await Actions[o(0xee)](o(0xf5))||o(0xfa),f={...b,'logFilePath':d},g={'type':o(0xe0),'name':'sideQuestAnswer','message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0xec),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xef)](g);if(e&&h){const i=spawn(o(0x100),[a61e[o(0xfc)](__dirname,o(0xed)),e,JSON[o(0xe6)](h),JSON[o(0xe6)](f)],{'stdio':'inherit'});i['on'](o(0xe4),()=>{const p=o;console[p(0xde)](p(0xf6));});}}catch(j){console[o(0xde)](j);}},a61f);
1
+ function a61c(){const q=['69tMvLCc','12982oNgwMt','create','stringify','6400580Iujtgr','13498247NlkPWV','(((.+)+)+)+$','Play\x20a\x20little\x20side-quest','side-quest.log','27387441YZIToD','Commoner','constructor','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','resolve','side-quest','sideQuestAnswer','shadowrun','join','getGlobalMakaDir','player','6729190OBlfuy','8849392tSoGWY','url','What\x20is\x20your\x20name?','dungeon','list','6oRnxVl','Thanks\x20for\x20playing!','search','fsi','839931aCxYvH','apply','exit','log'];a61c=function(){return q;};return a61c();}const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x1f3))/0x1*(parseInt(k(0x1f4))/0x2)+parseInt(k(0x1ef))/0x3+parseInt(k(0x1f7))/0x4+-parseInt(k(0x207))/0x5*(parseInt(k(0x1eb))/0x6)+-parseInt(k(0x1f8))/0x7+-parseInt(k(0x208))/0x8+parseInt(k(0x1fc))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xf1dfd));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x1f0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a['toString']()[m(0x1ed)](m(0x1f9))['toString']()[m(0x1fe)](a61a)[m(0x1ed)](m(0x1f9));});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0x209)]),__dirname=dirname(__filename);function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1e9;let f=c[d];return f;},a61d(a,b);}Command[a61n(0x1f5)]({'name':a61n(0x201),'usage':'maka\x20play:side-quest','shortDesc':a61n(0x1fa),'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(0x206)]},async function(a,b){const o=a61n;try{const c=this[o(0x1ee)][o(0x205)](),d=a61e[o(0x204)](c,o(0x1fb)),e=b[o(0x206)]?b[o(0x206)]:await Actions['ask'](o(0x20a))||o(0x1fd),f={...b,'logFilePath':d},g={'type':o(0x1ea),'name':o(0x202),'message':o(0x1ff),'choices':[{'name':o(0x1e9),'value':dungeonConfig},{'name':o(0x203),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn('node',[a61e[o(0x200)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1f6)](h),JSON[o(0x1f6)](f)],{'stdio':'inherit'});i['on'](o(0x1f1),()=>{const p=o;console['log'](p(0x1ec));});}}catch(j){console[o(0x1f2)](j);}},a61f);
@@ -1 +1 @@
1
- var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0xf9))/0x1+parseInt(f(0xfe))/0x2*(-parseInt(f(0xf6))/0x3)+parseInt(f(0xf3))/0x4+-parseInt(f(0xfc))/0x5*(parseInt(f(0xf2))/0x6)+parseInt(f(0xee))/0x7+parseInt(f(0xf4))/0x8*(-parseInt(f(0xff))/0x9)+parseInt(f(0xf8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x8b4ec));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xfb)]()[h(0xf1)](h(0xf5))[h(0xfb)]()[h(0xf0)](a62a)['search'](h(0xf5));});function a62c(){var j=['1850373ILIMIf','2206876OlcigC','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','constructor','search','678GawCsL','2341280NefRGg','8HnQffo','(((.+)+)+)+$','39VZokzT','snake','10941240zBUTaa','102195StMVxF','maka\x20game:snake','toString','3015FvnRLH','apply','161258YmkSNM'];a62c=function(){return j;};return a62c();}a62a();import a62e from'./play.command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xee;var f=c[d];return f;},a62d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a62i(0xf7),'usage':a62i(0xfa),'shortDesc':a62i(0xef),'validOpts':[]},async function(){execSync('npx\x20command-line-snake',{'stdio':'inherit'});},a62e);
1
+ function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x10b;var f=c[d];return f;},a62d(a,b);}var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x116))/0x1*(-parseInt(f(0x119))/0x2)+-parseInt(f(0x113))/0x3*(parseInt(f(0x11a))/0x4)+parseInt(f(0x11c))/0x5+-parseInt(f(0x10e))/0x6+-parseInt(f(0x11d))/0x7+-parseInt(f(0x112))/0x8+parseInt(f(0x118))/0x9*(parseInt(f(0x11e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x5bad8));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x111)]()[h(0x110)](h(0x11b))[h(0x111)]()[h(0x10b)](a62a)[h(0x110)](h(0x11b));});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';function a62c(){var k=['4999645pkRKMN','350wbkKfS','constructor','apply','snake','1601826algIKZ','maka\x20game:snake','search','toString','2836392LzlFNa','3qKirqO','create','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1yXoPQl','npx\x20command-line-snake','273519EBLEOM','818794WsSRic','668020xpAejn','(((.+)+)+)+$','2025950yPxxpM'];a62c=function(){return k;};return a62c();}import{execSync}from'child_process';Command[a62i(0x114)]({'name':a62i(0x10d),'usage':a62i(0x10f),'shortDesc':a62i(0x115),'validOpts':[]},async function(){var j=a62i;execSync(j(0x117),{'stdio':'inherit'});},a62e);
@@ -1 +1 @@
1
- var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xd6))/0x1+parseInt(f(0xd5))/0x2+-parseInt(f(0xd9))/0x3*(-parseInt(f(0xcd))/0x4)+parseInt(f(0xd3))/0x5+parseInt(f(0xdb))/0x6*(-parseInt(f(0xdc))/0x7)+-parseInt(f(0xda))/0x8+parseInt(f(0xd4))/0x9*(parseInt(f(0xd1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xcfed0));function a63c(){var k=['546906ECgCXr','maka\x20game:tetris','(((.+)+)+)+$','1527DGPubJ','9415352wFoPNx','612tkaCIt','30450DKcvpX','npx\x20simple-tetris','7428tvzJIF','tetris','create','apply','22010SAaWxY','toString','420045bsMyUV','2340wihVdG','2835414MOBVHC'];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(0xd0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()['search'](h(0xd8))[h(0xd2)]()['constructor'](a63a)['search']('(((.+)+)+)+$');});a63a();import a63e from'./play.command.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xcc;var f=c[d];return f;},a63d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0xcf)]({'name':a63i(0xce),'usage':a63i(0xd7),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a63i;execSync(j(0xcc),{'stdio':'inherit'});},a63e);
1
+ var a63h=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x131))/0x1*(parseInt(f(0x139))/0x2)+parseInt(f(0x137))/0x3*(parseInt(f(0x142))/0x4)+parseInt(f(0x138))/0x5*(-parseInt(f(0x13d))/0x6)+-parseInt(f(0x13b))/0x7*(parseInt(f(0x13a))/0x8)+parseInt(f(0x13f))/0x9*(-parseInt(f(0x13e))/0xa)+-parseInt(f(0x132))/0xb+-parseInt(f(0x143))/0xc*(-parseInt(f(0x13c))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x1a256));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x130;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x133)]()[g(0x140)](g(0x144))['toString']()[g(0x134)](a63a)[g(0x140)](g(0x144));});a63a();function a63c(){var j=['constructor','tetris','inherit','135417agUCwu','65Pcyfcu','6982txbrFm','72TRbAAo','4088okulcH','17186PeNVsP','47046LctRRB','27090YofvdJ','351ezfYOP','search','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','8LawZyQ','5124QvWbje','(((.+)+)+)+$','create','45JRwPAB','1955173zmIZDd','toString'];a63c=function(){return j;};return a63c();}import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63h(0x130)]({'name':a63h(0x135),'usage':'maka\x20game:tetris','shortDesc':a63h(0x141),'validOpts':[]},async function(){var i=a63h;execSync('npx\x20simple-tetris',{'stdio':i(0x136)});},a63e);
@@ -1 +1 @@
1
- function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x7c;let f=c[d];return f;},a64d(a,b);}const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x86))/0x1+parseInt(f(0x91))/0x2*(-parseInt(f(0x8f))/0x3)+-parseInt(f(0x7d))/0x4+-parseInt(f(0x8a))/0x5+-parseInt(f(0x81))/0x6+parseInt(f(0x7f))/0x7+-parseInt(f(0x88))/0x8*(-parseInt(f(0x80))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x7cbcd));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x95)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x92)]()[h(0x8c)](h(0x89))[h(0x92)]()['constructor'](a64a)[h(0x8c)]('(((.+)+)+)+$');});a64a();function a64c(){const k=['Generators:','generate','maka\x20g:api\x20trucks','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','119886oyjepA','slice','8nGhzbL','(((.+)+)+)+$','718610Rpzdin','where','search','help','notice','1518444yfLEdT','Could\x20not\x20find\x20generator','4QKPBnZ','toString','maka\x20g:package\x20package:name','error','apply','maka\x20g:template\x20todos/todo_item','dir','1841812rNcMPH','invoke','1607214pNwxHr','18912375lbFeDd','502170uJCUGs'];a64c=function(){return k;};return a64c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command['create']({'name':a64i(0x83),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a64i(0x7c),a64i(0x8b),a64i(0x8d)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a64i(0x85),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a64i(0x96),a64i(0x93),'maka\x20g:route\x20todos/edit',a64i(0x84),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a64i,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b[j(0x8d)]?(Log[j(0x8e)](j(0x82)),a64e['listGenerators']()):Log[j(0x94)](j(0x90));throw new UsageError();}await d[j(0x7e)](a[j(0x87)](0x1),b);});
1
+ const a64i=a64d;(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0xcd))/0x1*(-parseInt(f(0xba))/0x2)+parseInt(f(0xc0))/0x3+-parseInt(f(0xca))/0x4+-parseInt(f(0xc1))/0x5*(parseInt(f(0xd0))/0x6)+-parseInt(f(0xc3))/0x7+parseInt(f(0xc9))/0x8*(parseInt(f(0xcf))/0x9)+-parseInt(f(0xd7))/0xa*(-parseInt(f(0xbe))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x67724));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a['toString']()[h(0xd3)](h(0xb7))[h(0xc6)]()[h(0xcc)](a64a)[h(0xd3)](h(0xb7));});a64a();function a64c(){const k=['maka\x20{generate,\x20g}:<generator>\x20<name>','Scaffold\x20various\x20parts\x20of\x20your\x20application','search','invoke','help','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','4330KGNrPr','(((.+)+)+)+$','generate','Could\x20not\x20find\x20generator','161296RklwCW','where','Generators:','slice','22385cblpfh','apply','1114908BgCyWe','80455UpqLmf','create','2848139veqNde','dir','findGenerator','toString','maka\x20g:template\x20todos/todo_item','maka\x20g:package\x20package:name','1336pIWmBN','1328664plmsAW','maka\x20g:scaffold\x20todos','constructor','1EFbOll','notice','36783FaaDkI','258eVBEFO'];a64c=function(){return k;};return a64c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xb7;let f=c[d];return f;},a64d(a,b);}import{UsageError}from'../error.js';Command[a64i(0xc2)]({'name':a64i(0xb8),'aliases':['g'],'usage':a64i(0xd1),'validOpts':[a64i(0xc4),a64i(0xbb),a64i(0xd5)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0xd2),'description':a64i(0xd6),'examples':['maka\x20generate:scaffold\x20todos',a64i(0xcb),a64i(0xc7),a64i(0xc8),'maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0xc5)](c);if(!d){b['help']?(Log[j(0xce)](j(0xbc)),a64e['listGenerators']()):Log['error'](j(0xb9));throw new UsageError();}await d[j(0xd4)](a[j(0xbd)](0x1),b);});
@@ -1 +1 @@
1
- function a65c(){var h=['1623KgPiOM','542jVtXHR','1220350RzUxVQ','constructor','42GkPVEB','36srwPLU','480rGipzw','(((.+)+)+)+$','search','7701089aEsaTj','700032wppqYR','34449JbXxbq','7750408vLmvKv','6540305uHTBpu','toString'];a65c=function(){return h;};return a65c();}(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0xd5))/0x1*(parseInt(f(0xd6))/0x2)+parseInt(f(0xd1))/0x3*(-parseInt(f(0xdb))/0x4)+parseInt(f(0xd3))/0x5+parseInt(f(0xdf))/0x6*(parseInt(f(0xd9))/0x7)+parseInt(f(0xd2))/0x8+-parseInt(f(0xda))/0x9*(parseInt(f(0xd7))/0xa)+-parseInt(f(0xde))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xcfa60));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(0xd4)]()[g(0xdd)](g(0xdc))['toString']()[g(0xd8)](a65a)['search'](g(0xdc));});a65a();import'./get.command.js';import'./global.sub.cmd.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xd1;var f=c[d];return f;},a65d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0xde))/0x1*(-parseInt(f(0xd8))/0x2)+-parseInt(f(0xdf))/0x3+parseInt(f(0xd6))/0x4+-parseInt(f(0xe0))/0x5+-parseInt(f(0xda))/0x6+-parseInt(f(0xdd))/0x7*(parseInt(f(0xd4))/0x8)+parseInt(f(0xd9))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x197ae));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0xdb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0xdc)]()[h(0xd5)](h(0xd7))[h(0xdc)]()[h(0xe1)](a65a)[h(0xd5)](h(0xd7));});a65a();function a65c(){var i=['468692RTwnxn','(((.+)+)+)+$','8370edDjHm','2962989SwxKIv','341034PodTpN','apply','toString','2758bKGrwp','31zIIKAY','547440CrPkXE','961280wcGBXY','constructor','816qVEANm','search'];a65c=function(){return i;};return a65c();}import'./get.command.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xd4;var f=c[d];return f;},a65d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a66h=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x189))/0x1*(parseInt(f(0x193))/0x2)+-parseInt(f(0x19a))/0x3+parseInt(f(0x186))/0x4+-parseInt(f(0x190))/0x5*(parseInt(f(0x18c))/0x6)+parseInt(f(0x18e))/0x7*(parseInt(f(0x18b))/0x8)+-parseInt(f(0x187))/0x9+parseInt(f(0x18d))/0xa*(parseInt(f(0x199))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x9c8d1));function a66c(){const j=['maka\x20get:<sub-command>','error','2255YaHXjY','366387dSiehd','1649448IwxCla','7353693meGfDc','toString','76847kOhplE','create','152ywzxXS','6CflZSx','58930hUiuqF','297038HWSVrz','findSubCommand','3846935Oiqlgn','constructor','(((.+)+)+)+$','2UEBSZW','runSubCommand','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a66c=function(){return j;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x186;let f=c[d];return f;},a66d(a,b);}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const g=a66d;return a66a['toString']()[g(0x195)](g(0x192))[g(0x188)]()[g(0x191)](a66a)[g(0x195)](g(0x192));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66h(0x18a)]({'name':'get','usage':a66h(0x197),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66h(0x196),'validOpts':[]},async function(a,b){const i=a66h,c=a[0x0],d=this[i(0x18f)](c);if(d)this[i(0x194)](c,a,b);else{Log[i(0x198)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x1cc))/0x1*(-parseInt(f(0x1d4))/0x2)+parseInt(f(0x1da))/0x3+-parseInt(f(0x1d2))/0x4+-parseInt(f(0x1dd))/0x5*(-parseInt(f(0x1cb))/0x6)+-parseInt(f(0x1ce))/0x7*(parseInt(f(0x1db))/0x8)+parseInt(f(0x1d5))/0x9*(parseInt(f(0x1dc))/0xa)+parseInt(f(0x1d7))/0xb*(parseInt(f(0x1d6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xd2d27));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x1d3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x1d0)]()[h(0x1cd)](h(0x1c9))['toString']()[h(0x1d9)](a66a)[h(0x1cd)](h(0x1c9));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0x1d8)]({'name':a66i(0x1d1),'usage':a66i(0x1ca),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x1df)](c);if(d)this[j(0x1de)](c,a,b);else{Log['error'](j(0x1cf));throw new UsageErrorWithSubs();}});function a66c(){const k=['18ZJpfQH','72awMygE','3235210tSokeB','create','constructor','3175206zOHoZQ','184jggItu','7189310eWeTlv','5xUQuaY','runSubCommand','findSubCommand','(((.+)+)+)+$','maka\x20get:<sub-command>','1754484hXFzqT','3377ANZHyq','search','197596Vilzxa','Sub-Command\x20not\x20found','toString','get','6556448AQXyVb','apply','830pMDqeG'];a66c=function(){return k;};return a66c();}function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a66d(a,b);}export default GetCommand;
@@ -1 +1 @@
1
- function a67c(){const k=['220NReIRF','(((.+)+)+)+$','1402840zgIzQt','log','search','1506DzOjmD','global-config','1157830cEzyDR','3597hlNxou','72zWfwcy','error','toString','fsi','exit','2662832NGXzhG','apply','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','247211ITBebl','maka\x20get:global-config','8351KBXYUQ','1905060oXmCOG'];a67c=function(){return k;};return a67c();}const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x6c))/0x1+-parseInt(f(0x70))/0x2*(-parseInt(f(0x78))/0x3)+parseInt(f(0x6f))/0x4+parseInt(f(0x72))/0x5+parseInt(f(0x75))/0x6*(-parseInt(f(0x6e))/0x7)+parseInt(f(0x7e))/0x8+-parseInt(f(0x79))/0x9*(parseInt(f(0x77))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x3b589));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x7b)]()[h(0x74)](h(0x71))[h(0x7b)]()['constructor'](a67a)['search']('(((.+)+)+)+$');});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x6c;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a67i(0x76),'usage':a67i(0x6d),'aliases':['gc'],'shortDesc':a67i(0x80),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x7c)]['getGlobalConfig']();console[j(0x73)](a),process[j(0x7d)](0x0);}catch(b){console[j(0x7a)](b),process[j(0x7d)](0x0);}},a67e);
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x8d))/0x1*(parseInt(f(0x88))/0x2)+parseInt(f(0x7a))/0x3*(-parseInt(f(0x7c))/0x4)+-parseInt(f(0x89))/0x5+-parseInt(f(0x7b))/0x6*(parseInt(f(0x7f))/0x7)+parseInt(f(0x80))/0x8*(-parseInt(f(0x79))/0x9)+-parseInt(f(0x85))/0xa+parseInt(f(0x8b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x3bfe7));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x82)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()[h(0x86)](h(0x7e))['toString']()[h(0x8a)](a67a)[h(0x86)](h(0x7e));});function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x79;let f=c[d];return f;},a67d(a,b);}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x83)]({'name':'global-config','usage':a67i(0x8c),'aliases':['gc'],'shortDesc':a67i(0x81),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x7d)]['getGlobalConfig']();console['log'](a),process[j(0x87)](0x0);}catch(b){console[j(0x84)](b),process[j(0x87)](0x0);}},a67e);function a67c(){const k=['(((.+)+)+)+$','280VEAsiD','83320gIRSpU','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','apply','create','error','18790jivwuP','search','exit','450640exllxf','954035rENgAX','constructor','11878449DIsUIO','maka\x20get:global-config','1AStocg','45qiDJuM','699cLjXId','17874XuHEyQ','4204IPAArB','fsi'];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(0x142))/0x1*(parseInt(f(0x14f))/0x2)+parseInt(f(0x14d))/0x3+parseInt(f(0x13f))/0x4+parseInt(f(0x14c))/0x5+parseInt(f(0x140))/0x6+parseInt(f(0x14b))/0x7+-parseInt(f(0x144))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x60432));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x149)]()[h(0x147)](h(0x14e))[h(0x149)]()[h(0x148)](a68a)[h(0x147)](h(0x14e));});a68a();function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x13f;let f=c[d];return f;},a68d(a,b);}import a68e from'./get.command.js';import{Command}from'../../command.js';function a68c(){const k=['search','constructor','toString','getProjectConfig','4593029iFoCJG','665205CLndLA','2167446JQyFae','(((.+)+)+)+$','1084AbSqsg','local-config','908484Oybarq','4528812qdCpZY','create','1409cuIzlG','fsi','22903848nBvEJm','apply','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file'];a68c=function(){return k;};return a68c();}Command[a68i(0x141)]({'name':a68i(0x150),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x146),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x143)][j(0x14a)]();console['log'](a);},a68e);
1
+ const a68i=a68d;function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x17b;let f=c[d];return f;},a68d(a,b);}(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0x185))/0x1*(-parseInt(f(0x17f))/0x2)+parseInt(f(0x18d))/0x3+-parseInt(f(0x18c))/0x4*(parseInt(f(0x188))/0x5)+-parseInt(f(0x18e))/0x6+parseInt(f(0x180))/0x7+-parseInt(f(0x17c))/0x8+parseInt(f(0x181))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x49e90));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a['toString']()[h(0x186)](h(0x183))[h(0x182)]()[h(0x17d)](a68a)[h(0x186)]('(((.+)+)+)+$');});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';function a68c(){const k=['2366693wWDEua','4811769SYyGtG','toString','(((.+)+)+)+$','log','7723KPaaBo','search','getProjectConfig','269320VioLVy','local-config','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','apply','4HFJHuw','769515GgZURK','2770206BmrQAO','create','1437224jCivYQ','constructor','maka\x20get:local-config','34KoYbeV'];a68c=function(){return k;};return a68c();}Command[a68i(0x17b)]({'name':a68i(0x189),'usage':a68i(0x17e),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x18a),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this['fsi'][j(0x187)]();console[j(0x184)](a);},a68e);
@@ -1 +1 @@
1
- const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x173;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x180))/0x1+-parseInt(g(0x176))/0x2*(-parseInt(g(0x186))/0x3)+-parseInt(g(0x179))/0x4+-parseInt(g(0x181))/0x5*(parseInt(g(0x18e))/0x6)+-parseInt(g(0x17d))/0x7*(-parseInt(g(0x17f))/0x8)+-parseInt(g(0x192))/0x9+-parseInt(g(0x178))/0xa*(-parseInt(g(0x18c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x1f996));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a['toString']()[i(0x182)](i(0x175))['toString']()['constructor'](a69a)[i(0x182)](i(0x175));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';function a69c(){const l=['User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','(((.+)+)+)+$','2gNVKHz','getGlobalConfig','1510ZiEcBg','1000268OlGAOt','apply','whoami','authToken','5957xglRVY','fsi','824hYbVvQ','190162HshwEf','125GcZMSN','search','create','roles','hash','656643UfzlNW','maka\x20get:whoami','token','notice','exit','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','37301SgaYcW','User\x20Access\x20Token:\x20\x20','11406jgcsGn','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','user','join','1812519fEUiTI','decode'];a69c=function(){return l;};return a69c();}import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x183)]({'name':a69j(0x17b),'usage':a69j(0x187),'shortDesc':a69j(0x18b),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x17e)][k(0x177)]();if(a[k(0x185)]){const b=a69f[k(0x173)](a[k(0x185)]);Log['notice'](k(0x174)+b?.[k(0x190)]),Log[k(0x189)](k(0x18f)+a[k(0x188)]?.['userId']),Log[k(0x189)](k(0x18d)+a['token']?.[k(0x17c)]),Log[k(0x189)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x184)][k(0x191)](',\x20'));}}catch(c){console['error'](c),process[k(0x18a)](0x0);}},a69e);
1
+ const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x206))/0x1*(-parseInt(g(0x1fd))/0x2)+parseInt(g(0x1f1))/0x3+parseInt(g(0x1f6))/0x4+parseInt(g(0x201))/0x5+-parseInt(g(0x1f2))/0x6*(-parseInt(g(0x1f5))/0x7)+parseInt(g(0x1fb))/0x8+-parseInt(g(0x20c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x54e71));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x20a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x208)]()[i(0x1ef)](i(0x204))[i(0x208)]()[i(0x205)](a69a)[i(0x1ef)]('(((.+)+)+)+$');});function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x1ef;let f=c[d];return f;},a69d(a,b);}a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';function a69c(){const l=['fsi','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','2491237RPVIMH','2613468yHDZjH','decode','token','error','authToken','39568fJVBdy','userId','212934fWCJsS','create','exit','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','481520RMRrIM','getGlobalConfig','hash','(((.+)+)+)+$','constructor','6tsgVqT','User\x20Access\x20Token:\x20\x20','toString','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','apply','maka\x20get:whoami','17090316hWLVtY','search','notice','1492125ZEMDqU','6yfmpKf'];a69c=function(){return l;};return a69c();}Command[a69j(0x1fe)]({'name':'whoami','usage':a69j(0x20b),'shortDesc':a69j(0x200),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x1f3)][k(0x202)]();if(a[k(0x203)]){const b=a69f[k(0x1f7)](a[k(0x203)]);Log[k(0x1f0)](k(0x209)+b?.['user']),Log[k(0x1f0)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[k(0x1f8)]?.[k(0x1fc)]),Log[k(0x1f0)](k(0x207)+a[k(0x1f8)]?.[k(0x1fa)]),Log[k(0x1f0)](k(0x1f4)+b?.['roles']['join'](',\x20'));}}catch(c){console[k(0x1f9)](c),process[k(0x1ff)](0x0);}},a69e);
@@ -1 +1 @@
1
- var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0xc3))/0x1+parseInt(f(0xbd))/0x2*(parseInt(f(0xc1))/0x3)+parseInt(f(0xc9))/0x4+parseInt(f(0xc4))/0x5*(parseInt(f(0xca))/0x6)+-parseInt(f(0xba))/0x7+parseInt(f(0xbe))/0x8*(-parseInt(f(0xc5))/0x9)+parseInt(f(0xbc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xceb50));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0xc0)]()[h(0xc6)](h(0xbb))[h(0xc0)]()['constructor'](a70a)[h(0xc6)](h(0xbb));});a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a70c(){var j=['276490jHOUXl','6ePqflo','32NficIf','apply','toString','1101609SIzNaB','Try,\x20maka\x20--help','827607KsWKgm','5Fdflfi','2066661XbbXBd','search','create','Deprecated:\x20use\x20--help\x20instead','929748ximqlq','7307310cmgott','11493993Ycnbgt','(((.+)+)+)+$'];a70c=function(){return j;};return a70c();}function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0xba;var f=c[d];return f;},a70d(a,b);}Command[a70i(0xc7)]({'name':'help','description':a70i(0xc2),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0xc8)},async function(){throw new UsageError();});
1
+ var a70i=a70d;function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x11b;var f=c[d];return f;},a70d(a,b);}(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x11e))/0x1*(parseInt(f(0x12d))/0x2)+parseInt(f(0x125))/0x3*(parseInt(f(0x126))/0x4)+-parseInt(f(0x128))/0x5+parseInt(f(0x122))/0x6+-parseInt(f(0x11c))/0x7*(-parseInt(f(0x123))/0x8)+-parseInt(f(0x129))/0x9*(parseInt(f(0x121))/0xa)+-parseInt(f(0x120))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x2a8ab));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x12c)]()[h(0x11d)](h(0x124))[h(0x12c)]()[h(0x11f)](a70a)[h(0x11d)]('(((.+)+)+)+$');});a70a();function a70c(){var j=['20OeZdHM','apply','661265EUSkmx','126hXRNPS','Deprecated:\x20use\x20--help\x20instead','Try,\x20maka\x20--help','toString','83906ajWraD','help','1006152kcAvMr','search','2ZaJthL','constructor','4585152HEJBGn','41880wRXJnH','1282410aKKwWT','16NXSvsu','(((.+)+)+)+$','118113XknhKk'];a70c=function(){return j;};return a70c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a70i(0x11b),'description':a70i(0x12b),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x12a)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a71m=a71d;function a71c(){const o=['sep','apply','\x20-d\x20','1999953VOdGCa','utf-8','stop','183166WXjLMt','inherit','config','1388025AomnnB','152lJFpyY','search','(((.+)+)+)+$','closure','app/node_modules','.+\x5c.(j|t)s(doc|x)?$','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','maka\x20jsdoc','768270POJbWQ','fsi','\x0a[+]\x20Documentation\x20written\x20to\x20','11ORlfvr','jsdoc','8858520OgIxtt','toString','app/public','28fPTfpb','maka\x20jsdoc\x20--init','plugins/markdown','constructor','Running\x20','isFile','docs','jsdoc-config.json','161495uenGYh','app/packages','join','\x20-c\x20','writeFileSync','24249630VHppeC','logNotice','pathFromProject'];a71c=function(){return o;};return a71c();}(function(a,b){const j=a71d,c=a();while(!![]){try{const d=parseInt(j(0xc0))/0x1*(parseInt(j(0xdb))/0x2)+parseInt(j(0xde))/0x3+-parseInt(j(0xdf))/0x4*(-parseInt(j(0xcd))/0x5)+-parseInt(j(0xbd))/0x6*(parseInt(j(0xc5))/0x7)+parseInt(j(0xc2))/0x8+-parseInt(j(0xd8))/0x9+-parseInt(j(0xd2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x9d91d));function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xb6;let f=c[d];return f;},a71d(a,b);}const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a['toString']()[l(0xb6)](l(0xb7))[l(0xc3)]()[l(0xc8)](a71a)[l(0xb6)](l(0xb7));});a71a();import a71e from'path';import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a71m(0xc1),'usage':a71m(0xbc),'mustBeInMakaProject':!![],'shortDesc':a71m(0xbb),'examples':[a71m(0xc6),a71m(0xbc)],'validOpts':[]},function(){const n=a71m,a=a71e[n(0xcf)](this[n(0xbe)][n(0xd4)]({}),n(0xcb)+a71e[n(0xd5)]),b=a71e[n(0xcf)](this[n(0xbe)][n(0xd4)]({}),n(0xdd),n(0xcc)),c=this[n(0xbe)][n(0xd4)]({}),d=n(0xc1);if(!this[n(0xca)](b)){const g={'plugins':[n(0xc7)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xc1),n(0xb8)]},'source':{'includePattern':n(0xba),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0xce),n(0xb9),n(0xc4),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xd9)}};a71f[n(0xd1)](b,JSON['stringify'](g,null,0x4));}const f=this['logWithSpinner'](n(0xc9)+d);try{const h=d+n(0xd0)+b+'\x20-r\x20app'+a71e[n(0xd5)]+n(0xd7)+a;execSync(h,{'cwd':c,'stdio':n(0xdc)}),this[n(0xd3)](n(0xbf)+a);}catch(i){this['logError'](i),this['logError']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xda)]();}});
1
+ const a71l=a71d;(function(a,b){const j=a71d,c=a();while(!![]){try{const d=-parseInt(j(0xb4))/0x1*(-parseInt(j(0xbc))/0x2)+parseInt(j(0xc1))/0x3*(-parseInt(j(0xc8))/0x4)+parseInt(j(0xd3))/0x5*(parseInt(j(0xcb))/0x6)+-parseInt(j(0xbe))/0x7+parseInt(j(0xb5))/0x8+-parseInt(j(0xd8))/0x9*(parseInt(j(0xc7))/0xa)+parseInt(j(0xca))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x691f2));function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xb4;let f=c[d];return f;},a71d(a,b);}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(0xbd)]()['search'](k(0xcc))[k(0xbd)]()['constructor'](a71a)[k(0xc2)]('(((.+)+)+)+$');});a71a();import a71e from'path';import a71f from'fs';function a71c(){const n=['59652qPNDhw','5616304PwZRId','Running\x20','maka\x20jsdoc','jsdoc','docs','plugins/markdown','stringify','14FBxzKr','toString','5578293YWjTiw','stop','.+\x5c.(j|t)s(doc|x)?$','86670sBOlZs','search','writeFileSync','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','create','app/public','5346130tlfBon','96nZTuMc','utf-8','6375897ZceilM','4537326zaSusv','(((.+)+)+)+$','logWithSpinner','closure','fsi','maka\x20jsdoc\x20--init','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','sep','5DWTYSN','app/private','app/node_modules','\x0a[+]\x20Documentation\x20written\x20to\x20','\x20-d\x20','9UUCJWK','pathFromProject','inherit'];a71c=function(){return n;};return a71c();}import{execSync}from'child_process';import{Command}from'../command.js';Command[a71l(0xc5)]({'name':a71l(0xb8),'usage':a71l(0xb7),'mustBeInMakaProject':!![],'shortDesc':a71l(0xc4),'examples':[a71l(0xd0),a71l(0xb7)],'validOpts':[]},function(){const m=a71l,a=a71e['join'](this[m(0xcf)][m(0xd9)]({}),m(0xb9)+a71e[m(0xd2)]),b=a71e['join'](this[m(0xcf)][m(0xd9)]({}),'config','jsdoc-config.json'),c=this[m(0xcf)][m(0xd9)]({}),d=m(0xb8);if(!this['isFile'](b)){const g={'plugins':[m(0xba)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',m(0xce)]},'source':{'includePattern':m(0xc0),'excludePattern':m(0xd1),'exclude':['app/packages',m(0xd5),m(0xc6),m(0xd4)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xc9)}};a71f[m(0xc3)](b,JSON[m(0xbb)](g,null,0x4));}const f=this[m(0xcd)](m(0xb6)+d);try{const h=d+'\x20-c\x20'+b+'\x20-r\x20app'+a71e[m(0xd2)]+m(0xd7)+a;execSync(h,{'cwd':c,'stdio':m(0xda)}),this['logNotice'](m(0xd6)+a);}catch(i){this['logError'](i),this['logError']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[m(0xbf)]();}});
@@ -1 +1 @@
1
- const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0x91))/0x1*(-parseInt(p(0xae))/0x2)+-parseInt(p(0x9a))/0x3+parseInt(p(0x98))/0x4*(parseInt(p(0xa5))/0x5)+-parseInt(p(0xb9))/0x6*(parseInt(p(0x92))/0x7)+-parseInt(p(0x9b))/0x8+parseInt(p(0x9e))/0x9*(-parseInt(p(0xb7))/0xa)+parseInt(p(0xbb))/0xb*(parseInt(p(0xaf))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x69fe9));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0xa0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a['toString']()[r(0xa3)](r(0x93))[r(0xb0)]()['constructor'](a72a)['search']('(((.+)+)+)+$');});a72a();import a72e from'path';import{ESLint}from'eslint';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x90;let f=c[d];return f;},a72d(a,b);}function a72c(){const u=['success','outputFixes','search','format','10AJgNgw','.eslintrc.json','installNpmPackage','checkNpmPackage','fsi','template','length','notice','Lint\x20results\x20for\x20','788894QAtaYM','1284AysXOo','toString','bright','maka\x20lint\x20--fix','\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','maka\x20lint','push','create','2068870yWHVLI','eslint','6ufRlLk','eslint-plugin-css','293271mNJXgd','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','lint','2TOtySH','2462978DKjVIV','(((.+)+)+)+$','imports','join','eslint-plugin-react','findAppDirectory','1459988JcsSVK','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','2211105XARVpM','3545896LjGfGQ','fix','lintFiles','36yfcvqZ','/imports','apply'];a72c=function(){return u;};return a72c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a72s(0xb6)]({'name':a72s(0x90),'usage':a72s(0xb4),'maxArgLength':0x1,'validOpts':[a72s(0x9c)],'mustBeInMakaProject':!![],'shortDesc':a72s(0x99),'description':a72s(0xb3),'examples':[a72s(0xb2)]},async function(a,b){const t=a72s;try{const c=this[t(0xa9)][t(0x97)](),d=this[t(0xa9)]['checkNpmPackage'](t(0xb8)),f=this[t(0xa9)][t(0xa8)](t(0x96)),g=this[t(0xa9)][t(0xa8)]('eslint-plugin-css'),h=[];!d&&h[t(0xb5)](t(0xb8));!f&&h[t(0xb5)](t(0x96));!g&&h[t(0xb5)](t(0xba));h[t(0xab)]>0x0&&await this[t(0xa9)][t(0xa7)](h['join']('\x20'),{'dev':!![]});const i=this[t(0xa9)]['isFile'](a72e[t(0x95)](c,t(0xa6)));if(!i){const n={'noRename':!![]};await this[t(0xa9)][t(0xaa)]({'srcPath':'eslint/eslintrc.json','destPath':a72e[t(0x95)](c,t(0xa6)),'framework':'service','context':n});}const j=new ESLint(),k=await j[t(0x9d)]([a72e[t(0x95)](c,t(0x94),'**')]),l=await j['loadFormatter']('stylish'),m=l[t(0xa4)](k);m[t(0xab)]>0x0?Log[t(0xb1)](m):Log[t(0xa1)]('All\x20good!\x20:)'),Log[t(0xac)](t(0xad)+c+t(0x9f)),b[t(0x9c)]?await ESLint[t(0xa2)](k):Log[t(0xac)](t(0xbc));}catch(o){console['error'](o);}});
1
+ const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=parseInt(p(0x1de))/0x1*(parseInt(p(0x1dd))/0x2)+-parseInt(p(0x1eb))/0x3+parseInt(p(0x1d3))/0x4*(-parseInt(p(0x1d1))/0x5)+-parseInt(p(0x1dc))/0x6+parseInt(p(0x1e1))/0x7*(parseInt(p(0x1d6))/0x8)+parseInt(p(0x1ea))/0x9+parseInt(p(0x1e3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x9e4e3));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x1ee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a['toString']()[r(0x1d4)]('(((.+)+)+)+$')[r(0x1ce)]()['constructor'](a72a)[r(0x1d4)](r(0x1cd));});a72a();import a72e from'path';function a72c(){const u=['56ydvfjw','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','13714470xjGPzu','lint','eslint','eslint-plugin-react','maka\x20lint','All\x20good!\x20:)','\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','113760tRQJQS','2256972KcbuPh','fsi','notice','apply','create','.eslintrc.json','maka\x20lint\x20--fix','stylish','installNpmPackage','outputFixes','template','join','lintFiles','(((.+)+)+)+$','toString','length','eslint-plugin-css','810tBiOtc','/imports','9208UIsoOM','search','isFile','488856oLdHOS','checkNpmPackage','error','push','imports','fix','6911508vvORtA','72596erzcPg','29NAqaXp','success','bright'];a72c=function(){return u;};return a72c();}function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1ca;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[a72s(0x1ef)]({'name':a72s(0x1e4),'usage':a72s(0x1e7),'maxArgLength':0x1,'validOpts':[a72s(0x1db)],'mustBeInMakaProject':!![],'shortDesc':a72s(0x1e2),'description':a72s(0x1e9),'examples':[a72s(0x1f1)]},async function(a,b){const t=a72s;try{const c=this['fsi']['findAppDirectory'](),d=this['fsi'][t(0x1d7)](t(0x1e5)),f=this[t(0x1ec)][t(0x1d7)](t(0x1e6)),g=this[t(0x1ec)][t(0x1d7)](t(0x1d0)),h=[];!d&&h[t(0x1d9)](t(0x1e5));!f&&h['push'](t(0x1e6));!g&&h[t(0x1d9)](t(0x1d0));h['length']>0x0&&await this['fsi'][t(0x1f3)](h['join']('\x20'),{'dev':!![]});const i=this[t(0x1ec)][t(0x1d5)](a72e['join'](c,t(0x1f0)));if(!i){const n={'noRename':!![]};await this[t(0x1ec)][t(0x1ca)]({'srcPath':'eslint/eslintrc.json','destPath':a72e[t(0x1cb)](c,t(0x1f0)),'framework':'service','context':n});}const j=new ESLint(),k=await j[t(0x1cc)]([a72e[t(0x1cb)](c,t(0x1da),'**')]),l=await j['loadFormatter'](t(0x1f2)),m=l['format'](k);m[t(0x1cf)]>0x0?Log[t(0x1e0)](m):Log[t(0x1df)](t(0x1e8)),Log[t(0x1ed)]('Lint\x20results\x20for\x20'+c+t(0x1d2)),b[t(0x1db)]?await ESLint[t(0x1f4)](k):Log[t(0x1ed)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(o){console[t(0x1d8)](o);}});
@@ -1 +1 @@
1
- const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x150))/0x1*(-parseInt(w(0x14c))/0x2)+-parseInt(w(0x14f))/0x3*(-parseInt(w(0x125))/0x4)+parseInt(w(0x119))/0x5*(parseInt(w(0x153))/0x6)+parseInt(w(0x13f))/0x7+-parseInt(w(0x144))/0x8+-parseInt(w(0x135))/0x9*(parseInt(w(0x14e))/0xa)+-parseInt(w(0x12d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x8bead));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x131)]()[y(0x11f)]('(((.+)+)+)+$')[y(0x131)]()[y(0x142)](a73a)['search'](y(0x115));});a73a();import a73e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x13b)][a73z(0x12c)]==='True'?a73z(0x124):a73z(0x151);Command['create']({'name':a73z(0x12b),'validOpts':['email',a73z(0x13e),a73z(0x137),a73z(0x13d),a73z(0x121)],'usage':a73z(0x154),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x12f),'examples':[a73z(0x154),a73z(0x126)]},async function(a,b){const A=a73z,c=Log[A(0x116)]();try{let d='';b[A(0x13d)]&&(this[A(0x14d)]['isFile'](b[A(0x13d)])?(d=b[A(0x13d)],Log[A(0x146)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x127)](A(0x143)+d));const f=await this[A(0x14d)][A(0x114)]();if(f[A(0x14b)]){if(this[A(0x14d)][A(0x118)](f[A(0x14b)]))d=f[A(0x14b)];else{Log['error'](A(0x11e)+d);return;}}Log[A(0x136)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x12a)+hostname+A(0x133)};b['cacert']&&Object[A(0x128)](g,{'cert':d});c[A(0x120)](A(0x129));const {statusCode:h}=await HTTPS[A(0x13c)](g);if(h===0x198){c[A(0x11a)]();throw A(0x122);}if(h!==0xc8){c[A(0x11a)]();throw A(0x12a)+hostname+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}c[A(0x141)]();const i=b[A(0x123)]?b['email']:await Actions['ask'](A(0x148)),j=b[A(0x13e)]?b[A(0x13e)]:await Actions[A(0x11b)](A(0x145),!![]),k=a73e['md'][A(0x11d)][A(0x138)]();k[A(0x11c)](j);const l=k[A(0x117)]()[A(0x13a)](),m={'hostname':hostname,'path':A(0x134),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x13d)]&&Object[A(0x128)](m,{'cert':d});c['start'](A(0x149));const {data:n,statusCode:o}=await HTTPS[A(0x14a)](m);if(o===0x198){c['failure']('\x0a');throw A(0x12e)+hostname;}const p=JSON[A(0x147)](n);if(p[A(0x152)]){const q={'hostname':hostname,'path':A(0x139),'headers':{'x-auth-token':p[A(0x152)]},'data':{}};b[A(0x13d)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x14a)](q),{token:t}=JSON[A(0x147)](r);if(s===0x198)throw A(0x12e)+hostname;const u={'token':p,'hash':t};this[A(0x14d)][A(0x132)](u);}else{c['failure']();throw p;}c[A(0x141)]();}catch(v){c[A(0x11a)](),console[A(0x127)](v),process[A(0x130)](0x0);}});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x114;let f=c[d];return f;},a73d(a,b);}function a73c(){const B=['get','cacert','password','1694245kJmjZE','apply','success','constructor','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','6374128CVsByH','Password:\x20','notice','parse','Email:','Logging\x20in','post','cert','25282zGGZmj','fsi','937470AwniRy','3VPTHTX','9nZEcDZ','www.maka-cli.com','authToken','6vnkatn','maka\x20login','getGlobalConfig','(((.+)+)+)+$','withSpinner','digest','isFile','3821605chMVQf','failure','ask','update','sha256','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','search','start','debug','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','email','localhost','4553524VzvUfd','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','error','assign','Preflight\x20Check','https://','login','MAKA_DEV','2556510VvhZYX','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','exit','toString','setGlobalConfig','/api/v1/status','/api/v1/login','63SlNahC','header','help','create','/api/v1/encodeJwt','toHex','env'];a73c=function(){return B;};return a73c();}
1
+ function a73c(){const B=['Preflight\x20Check','help','debug','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','error','1149021ixhlbS','cert','notice','/api/v1/encodeJwt','header','start','28019320ExMXUK','54CTucDh','create','parse','MAKA_DEV','Using\x20CA\x20Cert\x20','sha256','True','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','https://','setGlobalConfig','exit','261541NGQams','6bAPfFo','env','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cacert','getGlobalConfig','(((.+)+)+)+$','Password:\x20','www.maka-cli.com','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','failure','digest','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','362801lAFkAP','assign','toString','success','search','maka\x20login','password','isFile','post','3090NvBKng','3740220fownco','login','/api/v1/login','1969912RcfMkR','ask','email','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','constructor','update','toHex','apply','fsi','2124DSYwQV'];a73c=function(){return B;};return a73c();}const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=parseInt(w(0x12e))/0x1+-parseInt(w(0x122))/0x2*(parseInt(w(0x10f))/0x3)+parseInt(w(0x109))/0x4*(-parseInt(w(0x137))/0x5)+-parseInt(w(0x116))/0x6*(parseInt(w(0x121))/0x7)+-parseInt(w(0x13b))/0x8+-parseInt(w(0x138))/0x9+parseInt(w(0x115))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xa853c));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x107)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x130)]()[y(0x132)](y(0x127))[y(0x130)]()[y(0x13f)](a73a)[y(0x132)](y(0x127));});a73a();import a73e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a73z(0x123)][a73z(0x119)]===a73z(0x11c)?'localhost':a73z(0x129);function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x107;let f=c[d];return f;},a73d(a,b);}Command[a73z(0x117)]({'name':a73z(0x139),'validOpts':[a73z(0x13d),'password',a73z(0x10b),a73z(0x125),a73z(0x10c)],'usage':a73z(0x133),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x12d),'examples':[a73z(0x133),a73z(0x11d)]},async function(a,b){const A=a73z,c=Log['withSpinner']();try{let d='';b[A(0x125)]&&(this[A(0x108)]['isFile'](b[A(0x125)])?(d=b[A(0x125)],Log[A(0x111)](A(0x11a)+d)):Log[A(0x10e)](A(0x124)+d));const f=await this[A(0x108)][A(0x126)]();if(f['cert']){if(this[A(0x108)][A(0x135)](f[A(0x110)]))d=f[A(0x110)];else{Log['error'](A(0x10d)+d);return;}}Log[A(0x113)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x11e)+hostname+'/api/v1/status'};b[A(0x125)]&&Object[A(0x12f)](g,{'cert':d});c['start'](A(0x10a));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[A(0x12b)]();throw A(0x13e);}if(h!==0xc8){c[A(0x12b)]();throw'https://'+hostname+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}c[A(0x131)]();const i=b[A(0x13d)]?b[A(0x13d)]:await Actions[A(0x13c)]('Email:'),j=b['password']?b[A(0x134)]:await Actions[A(0x13c)](A(0x128),!![]),k=a73e['md'][A(0x11b)][A(0x117)]();k[A(0x140)](j);const l=k[A(0x12c)]()[A(0x141)](),m={'hostname':hostname,'path':A(0x13a),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x125)]&&Object[A(0x12f)](m,{'cert':d});c[A(0x114)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x136)](m);if(o===0x198){c[A(0x12b)]('\x0a');throw A(0x12a)+hostname;}const p=JSON[A(0x118)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x112),'headers':{'x-auth-token':p['authToken']},'data':{}};b[A(0x125)]&&Object[A(0x12f)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x136)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0x12a)+hostname;const u={'token':p,'hash':t};this[A(0x108)][A(0x11f)](u);}else{c[A(0x12b)]();throw p;}c['success']();}catch(v){c[A(0x12b)](),console[A(0x10e)](v),process[A(0x120)](0x0);}});
@@ -1 +1 @@
1
- function a74c(){const q=['post','env','authToken','Logging\x20out','Logging\x20out\x20of\x20https://','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','error','12bxVPkt','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','2dguHIt','apply','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','logout','get','/api/v1/status','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','exit','fsi','toString','getGlobalConfig','MAKA_DEV','cert','start','withSpinner','notice','7904260DOwTrU','5944dxmjWB','isFile','9LKdLTe','failure','6darRah','cacert','setGlobalConfig','search','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','883589Fpvltt','32438725KugrIz','4963sWvHrD','assign','3686875woruNE','2130588sJfkzy','(((.+)+)+)+$','success','946120WeKmgF','maka\x20logout'];a74c=function(){return q;};return a74c();}const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0xc5))/0x1*(-parseInt(l(0xd8))/0x2)+-parseInt(l(0xbe))/0x3*(parseInt(l(0xcd))/0x4)+-parseInt(l(0xc9))/0x5*(-parseInt(l(0xc0))/0x6)+parseInt(l(0xc7))/0x7*(-parseInt(l(0xea))/0x8)+-parseInt(l(0xca))/0x9+-parseInt(l(0xe9))/0xa+-parseInt(l(0xc6))/0xb*(-parseInt(l(0xd6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x83a5a));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0xd9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0xe2)]()[n(0xc3)]('(((.+)+)+)+$')[n(0xe2)]()['constructor'](a74a)[n(0xc3)](n(0xcb));});a74a();import{Command}from'../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xbe;let f=c[d];return f;},a74d(a,b);}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0xd0)][a74o(0xe4)]==='True'?'localhost':'www.maka-cli.com';Command['create']({'name':a74o(0xdc),'validOpts':[a74o(0xc1)],'usage':a74o(0xce),'maxArgLength':0x2,'shortDesc':a74o(0xdf),'disableAuthCheck':!![],'examples':[a74o(0xce)]},async function(a,b){const p=a74o,c=Log[p(0xe7)]();try{let d='';b['cacert']&&(this['fsi'][p(0xeb)](b[p(0xc1)])?(d=b['cacert'],Log[p(0xe8)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0xd5)](p(0xd7)+d));const f=await this[p(0xe1)][p(0xe3)]();if(f[p(0xe5)]){if(this[p(0xe1)][p(0xeb)](f[p(0xe5)]))d=f[p(0xe5)];else{c[p(0xbf)]();throw Log['error'](p(0xd4)+d);}}Log['header'](p(0xd3)+hostname);const g={'url':'https://'+hostname+p(0xde)};b[p(0xc1)]&&Object[p(0xc8)](g,{'cert':d});c[p(0xe6)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0xdd)](g);if(h===0x198){c['failure']();throw p(0xc4);}c['success']();if(h!==0xc8){c['failure']();throw p(0xdb);}if(!f?.['token']?.[p(0xd1)])throw Log[p(0xd5)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0xe6)](p(0xd2));const i={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':f[p(0xda)][p(0xd1)]}};b[p(0xc1)]&&Object[p(0xc8)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xcf)](i);if(j===0x198){c[p(0xbf)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0xe1)][p(0xc2)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0xcc)]();}catch(k){k&&console[p(0xd5)](k),process[p(0xe0)](0x0);}});
1
+ const a74n=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0xc2))/0x1*(-parseInt(l(0x98))/0x2)+-parseInt(l(0xa7))/0x3+-parseInt(l(0xa5))/0x4+parseInt(l(0x9d))/0x5+parseInt(l(0xbc))/0x6*(-parseInt(l(0xb7))/0x7)+-parseInt(l(0x9b))/0x8*(-parseInt(l(0xad))/0x9)+parseInt(l(0xbe))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x4059a));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[m(0xb9)]()[m(0xaa)](m(0xa6))[m(0xb9)]()['constructor'](a74a)['search']('(((.+)+)+)+$');});a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x98;let f=c[d];return f;},a74d(a,b);}const hostname=process['env']['MAKA_DEV']==='True'?a74n(0xb3):a74n(0xb2);Command['create']({'name':'logout','validOpts':[a74n(0xa1)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a74n(0xa8),'disableAuthCheck':!![],'examples':[a74n(0xa0)]},async function(a,b){const o=a74n,c=Log['withSpinner']();try{let d='';b['cacert']&&(this['fsi'][o(0xbd)](b[o(0xa1)])?(d=b[o(0xa1)],Log['notice'](o(0xa3)+d)):Log[o(0xc4)](o(0xaf)+d));const f=await this[o(0xbb)][o(0x9a)]();if(f[o(0xa4)]){if(this[o(0xbb)]['isFile'](f['cert']))d=f[o(0xa4)];else{c[o(0xae)]();throw Log[o(0xc4)](o(0xb8)+d);}}Log[o(0xbf)](o(0xb6)+hostname);const g={'url':o(0x9e)+hostname+o(0xc1)};b[o(0xa1)]&&Object[o(0xb4)](g,{'cert':d});c[o(0xb0)](o(0x99));const {statusCode:h}=await HTTPS[o(0xc0)](g);if(h===0x198){c[o(0xae)]();throw o(0x9f);}c[o(0xac)]();if(h!==0xc8){c['failure']();throw o(0xb5);}if(!f?.[o(0xb1)]?.[o(0xc3)])throw Log[o(0xc4)](o(0xab));c[o(0xb0)]('Logging\x20out');const i={'hostname':hostname,'path':o(0x9c),'data':{},'headers':{'x-auth-token':f['token'][o(0xc3)]}};b[o(0xa1)]&&Object[o(0xb4)](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0xba)](i);if(j===0x198){c['failure']('\x0a');throw o(0x9f);}this[o(0xbb)][o(0xa9)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console['error'](k),process[o(0xa2)](0x0);}});function a74c(){const p=['authToken','error','2TAtiNT','Preflight\x20Check','getGlobalConfig','8GqWBQA','/api/v1/logoutAll','732645JddJzz','https://','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','maka\x20logout','cacert','exit','Using\x20CA\x20Cert\x20','cert','1935348VnFoTB','(((.+)+)+)+$','1288881AOPVkp','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','setGlobalConfig','search','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','success','3137229DpTGBe','failure','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','start','token','www.maka-cli.com','localhost','assign','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Logging\x20out\x20of\x20https://','1819993bDSOgM','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','toString','post','fsi','6FdVfCL','isFile','13763390IHvQHb','header','get','/api/v1/status','434408GDYmut'];a74c=function(){return p;};return a74c();}
@@ -1 +1 @@
1
- const a75m=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=parseInt(j(0x91))/0x1+parseInt(j(0x83))/0x2*(-parseInt(j(0x7f))/0x3)+-parseInt(j(0x75))/0x4*(parseInt(j(0x8d))/0x5)+parseInt(j(0x8c))/0x6+-parseInt(j(0x8e))/0x7+-parseInt(j(0x80))/0x8*(-parseInt(j(0x90))/0x9)+parseInt(j(0x87))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x93119));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a75d;if(c){const e=c[k(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const l=a75d;return a75a['toString']()[l(0x7e)](l(0x81))[l(0x8a)]()['constructor'](a75a)[l(0x7e)](l(0x81));});a75a();import a75e from'fs';import a75f from'path';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x75;let f=c[d];return f;},a75d(a,b);}function a75c(){const o=['8052835WmsYTb','assign','18abVFZw','839316xEStIo','9692eciprm','ssh.json','log','pm2\x20logs','maka\x20logs\x20--env\x20dev','maka\x20logs','fsi','create','apply','search','586821WkfPnc','854344LvEqjQ','(((.+)+)+)+$','readFileSync','12GqwsBU','exit','env','getConfigPath','22569990bmaYSL','maka\x20l\x20-e\x20p','sshSync','toString','join','1275582OXbWrR','1230PVKfbz'];a75c=function(){return o;};return a75c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a75m(0x7c)]({'name':'logs','aliases':['l','log'],'usage':a75m(0x7a),'requiredOpts':[a75m(0x85)],'mustBeInMakaProject':!![],'validOpts':[],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a75m(0x79),'maka\x20logs\x20--env\x20staging',a75m(0x88)]},function(a,b){const n=a75m;try{const c=n(0x78),d=this[n(0x7b)][n(0x86)](b[n(0x85)]),f=a75f[n(0x8b)](d,n(0x76)),g=a75e[n(0x82)](f),h=JSON['parse'](g[n(0x8a)]());Object[n(0x8f)](h,{'env':d}),SSH[n(0x89)](c,h,{'tty':!![],'verbose':!![]});}catch(i){console[n(0x77)](i),process[n(0x84)](0x1);}});
1
+ const a75j=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0x1e3))/0x1+parseInt(h(0x1d4))/0x2*(parseInt(h(0x1d8))/0x3)+parseInt(h(0x1e5))/0x4+-parseInt(h(0x1d0))/0x5*(parseInt(h(0x1df))/0x6)+parseInt(h(0x1d6))/0x7*(-parseInt(h(0x1cc))/0x8)+parseInt(h(0x1e2))/0x9*(-parseInt(h(0x1dc))/0xa)+parseInt(h(0x1e1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x91cfc));function a75c(){const l=['constructor','maka\x20l\x20-e\x20p','4uXatwg','logs','24234nImNFb','(((.+)+)+)+$','795195CvMNqg','fsi','log','sshSync','1030YBPBWc','env','ssh.json','2598hZLEVI','join','8676635wosJpu','87489MiTHWN','32774isyubi','search','1398368dksnez','assign','parse','48UcGBhz','toString','maka\x20logs\x20--env\x20staging','maka\x20logs','190YDVqkO','getConfigPath'];a75c=function(){return l;};return a75c();}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x1cd)]()['search'](i(0x1d7))[i(0x1cd)]()[i(0x1d2)](a75a)[i(0x1e4)](i(0x1d7));});a75a();import a75e from'fs';import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a75d(a,b);}Command['create']({'name':a75j(0x1d5),'aliases':['l',a75j(0x1da)],'usage':a75j(0x1cf),'requiredOpts':[a75j(0x1dd)],'mustBeInMakaProject':!![],'validOpts':['verbose'],'shortDesc':'View\x20the\x20PM2\x20logs','examples':['maka\x20logs\x20--env\x20dev',a75j(0x1ce),a75j(0x1d3)]},function(a,b){const k=a75j,c='pm2\x20logs',d=this[k(0x1d9)][k(0x1d1)](b[k(0x1dd)]),e=a75f[k(0x1e0)](d,k(0x1de)),f=a75e['readFileSync'](e),g=JSON[k(0x1cb)](f['toString']());Object[k(0x1ca)](g,{'env':d}),SSH[k(0x1db)](c,g,{'tty':!![],'verbose':!![]});});