@maka/maka-cli 4.5.51 → 4.5.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/tool.js +1 -1
  117. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/https/https.class.js +1 -1
  125. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  126. package/bundle/obf/src/tools/log/log.class.js +1 -1
  127. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/options/options.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  130. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  132. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  134. package/package.json +1 -1
@@ -1 +1 @@
1
- const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=-parseInt(f(0x1c1))/0x1+parseInt(f(0x1d4))/0x2+-parseInt(f(0x189))/0x3+-parseInt(f(0x190))/0x4+-parseInt(f(0x1e8))/0x5*(parseInt(f(0x1b8))/0x6)+-parseInt(f(0x183))/0x7*(-parseInt(f(0x1b9))/0x8)+parseInt(f(0x1d8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x2bc94));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x19e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0x194)]()[h(0x1df)]('(((.+)+)+)+$')[h(0x194)]()['constructor'](a54a)[h(0x1df)](h(0x1ab));});a54a();function a54c(){const j=['inside','A\x20thin\x20log\x20book','Golden\x20Chalice','7929378LtMWwy','Gang\x20Insignia','Corporate\x20Creditstick','decrypt','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','release','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','search','Ancient\x20Gem','OUTSIDE','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','basic','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Emblem\x20Shield','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Downtown\x20Seattle','695XRwmuE','rifle','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Holy\x20Grail','A\x20creditstick\x20loaded\x20with\x20nuyen.','Central\x20Chamber\x20Key','west','Barrens\x20Entrance','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','outside','Rusted\x20Sword','Treasure\x20Room','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','1496257RggHwa','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','south','Blood-stained\x20Key','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','amulet','1004838bFrKQf','gem','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Matrix\x20Data\x20Haven','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','764152IlkUOW','Barrens\x20Hideout','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','toString','EAST','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Entrance\x20Hall','MCT\x20Fly-Spy','The\x20chest\x20remains\x20firmly\x20shut.','creditstick','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','Study','Jackpoint\x20Login','apply','The\x20legendary\x20Holy\x20Grail.','SOUTH','show\x20loyalty','Central\x20Chamber','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Amulet\x20of\x20Awakening','Armory','east','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','secret123','Watch\x20Tower','sword','(((.+)+)+)+$','book','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','CorpSec\x20Plans','holyGrail','Corp\x20Enclave','open\x20sesame','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Torture\x20Chamber','Riddle\x20Book','Rigger\x27s\x20Workshop','7854BinJgh','8MdbSMt','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','drone','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','north','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','332880pGiBZi','down','Secret\x20Passage','Alchemy\x20Lab','Guard\x27s\x20Log\x20Book','disenchant','Golden\x20Key','key','insert\x20gem','shield','Courtyard','Mage\x27s\x20Lair','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','document','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','250740AojTEg'];a54c=function(){return j;};return a54c();}export const rooms=[{'name':'Library','description':a54i(0x17e),'isStartRoom':!![],'items':[{'type':'key','name':a54i(0x1c7),'description':a54i(0x1e2)},{'type':'book','name':a54i(0x1c5),'description':a54i(0x1d6),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a54i(0x195),'targetRoom':a54i(0x1c3)}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':'NORTH','targetRoom':a54i(0x181),'keyRequired':a54i(0x1c7)},{'direction':a54i(0x1a0),'targetRoom':a54i(0x1cb)}]},{'name':a54i(0x181),'description':a54i(0x1af),'items':[{'type':a54i(0x1b1),'name':a54i(0x1ed),'description':a54i(0x19f)}]},{'name':a54i(0x1cb),'description':a54i(0x1d1),'roomType':a54i(0x1e1),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a54i(0x1a9),'description':a54i(0x1ea),'roomType':a54i(0x1e1),'puzzle':{'requiredPhrase':a54i(0x1a8),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a54i(0x1e9),'name':'Sniper\x20Rifle','description':'A\x20long-range\x20weapon.'},'successMessage':a54i(0x19b),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x17a;let f=c[d];return f;},a54d(a,b);}export const dungeonConfig=[{'name':a54i(0x197),'description':a54i(0x1a3),'isStartRoom':!![],'roomType':a54i(0x1d5),'puzzle':{'requiredPhrase':a54i(0x1b3),'riddle':a54i(0x1d2),'rewardItem':{'type':a54i(0x1c8),'name':a54i(0x17a),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a54i(0x1ec),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a54i(0x1be),'targetRoom':a54i(0x19c)},{'direction':a54i(0x1a6),'targetRoom':'Central\x20Chamber','keyRequired':a54i(0x17a)}]},{'name':a54i(0x19c),'description':a54i(0x1cd),'roomType':'inside','items':[{'type':a54i(0x1ac),'name':a54i(0x1b6),'description':a54i(0x1bd),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a54i(0x1c8),'name':a54i(0x17a),'description':a54i(0x193)}],'exits':[{'direction':a54i(0x185),'targetRoom':'Entrance\x20Hall'},{'direction':a54i(0x1a6),'targetRoom':'Alchemy\x20Lab'}]},{'name':a54i(0x1c4),'description':a54i(0x1b4),'roomType':a54i(0x1d5),'items':[{'type':a54i(0x1e3),'name':'Empty\x20vial','description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a54i(0x17b),'targetRoom':a54i(0x19c)},{'direction':a54i(0x1be),'targetRoom':a54i(0x1a5)}]},{'name':a54i(0x1a5),'description':a54i(0x1d0),'roomType':a54i(0x1d5),'items':[{'type':a54i(0x1ca),'name':a54i(0x1e5),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a54i(0x1aa),'name':a54i(0x180),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a54i(0x185),'targetRoom':a54i(0x1c4)},{'direction':a54i(0x1a6),'targetRoom':a54i(0x1a2)}]},{'name':a54i(0x1a2),'description':a54i(0x18b),'roomType':a54i(0x1d5),'exits':[{'direction':a54i(0x17b),'targetRoom':a54i(0x1a5)},{'direction':a54i(0x185),'targetRoom':a54i(0x197)},{'direction':a54i(0x1be),'targetRoom':a54i(0x1b5)},{'direction':a54i(0x1a6),'targetRoom':a54i(0x181)}]},{'name':'Torture\x20Chamber','description':a54i(0x196),'roomType':a54i(0x1d5),'items':[{'type':a54i(0x1c8),'name':a54i(0x186),'description':a54i(0x1bf)}],'puzzle':{'requiredPhrase':a54i(0x1dd),'riddle':a54i(0x187),'rewardItem':{'type':a54i(0x18a),'name':a54i(0x1e0),'description':a54i(0x1de)},'successMessage':a54i(0x182),'failureMessage':a54i(0x1ba)},'exits':[{'direction':a54i(0x185),'targetRoom':a54i(0x1a2)}]},{'name':a54i(0x181),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':'inside','puzzle':{'requiredPhrase':a54i(0x1c9),'riddle':a54i(0x184),'rewardItem':{'type':'cup','name':a54i(0x1d7),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a54i(0x199)},'exits':[{'direction':a54i(0x17b),'targetRoom':a54i(0x1a2)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a54i(0x1c0),'isStartRoom':!![],'roomType':a54i(0x1d5),'exits':[{'direction':a54i(0x1be),'targetRoom':a54i(0x1e7)},{'direction':'up','targetRoom':a54i(0x18d)}]},{'name':a54i(0x18d),'description':a54i(0x1ae),'roomType':a54i(0x1d5),'puzzle':{'requiredPhrase':a54i(0x1db),'riddle':a54i(0x1a7),'rewardItem':{'type':a54i(0x1c8),'name':'Encrypted\x20Data\x20Key','description':a54i(0x1d3)},'successMessage':a54i(0x18c),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a54i(0x1c2),'targetRoom':a54i(0x19d)}]},{'name':a54i(0x1e7),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':'outside','exits':[{'direction':a54i(0x185),'targetRoom':a54i(0x19d)},{'direction':a54i(0x1a6),'targetRoom':a54i(0x17c)},{'direction':a54i(0x17b),'targetRoom':a54i(0x1b2)}]},{'name':a54i(0x17c),'description':a54i(0x1ad),'roomType':a54i(0x17f),'puzzle':{'requiredPhrase':a54i(0x1a1),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a54i(0x1c8),'name':a54i(0x1d9),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a54i(0x17d),'failureMessage':a54i(0x1bc)},'exits':[{'direction':a54i(0x17b),'targetRoom':a54i(0x1e7)},{'direction':a54i(0x1be),'targetRoom':a54i(0x191)}]},{'name':'Corp\x20Enclave','description':a54i(0x18e),'roomType':a54i(0x1d5),'items':[{'type':a54i(0x19a),'name':a54i(0x1da),'description':a54i(0x1ee)},{'type':a54i(0x1ce),'name':a54i(0x1b0),'description':a54i(0x1eb)}],'exits':[{'direction':a54i(0x1a6),'targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':a54i(0x192),'roomType':a54i(0x17f),'items':[{'type':'weapon','name':'Ares\x20Predator','description':a54i(0x1e6)}],'exits':[{'direction':a54i(0x185),'targetRoom':a54i(0x17c)},{'direction':a54i(0x1be),'targetRoom':a54i(0x1cc)},{'direction':a54i(0x1a6),'targetRoom':a54i(0x1b7)}]},{'name':'Mage\x27s\x20Lair','description':a54i(0x1e4),'roomType':a54i(0x1d5),'puzzle':{'requiredPhrase':a54i(0x1c6),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a54i(0x188),'name':a54i(0x1a4),'description':a54i(0x18f)},'successMessage':a54i(0x1cf),'failureMessage':a54i(0x1dc)},'exits':[{'direction':a54i(0x185),'targetRoom':a54i(0x191)}]},{'name':a54i(0x1b7),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':'inside','items':[{'type':a54i(0x1bb),'name':a54i(0x198),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a54i(0x17b),'targetRoom':a54i(0x191)}]}];
1
+ const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=parseInt(f(0x1db))/0x1+-parseInt(f(0x175))/0x2*(parseInt(f(0x1b8))/0x3)+-parseInt(f(0x1bd))/0x4+parseInt(f(0x17e))/0x5*(-parseInt(f(0x1c8))/0x6)+-parseInt(f(0x168))/0x7+-parseInt(f(0x1a4))/0x8+parseInt(f(0x182))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0xee06f));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0x18f)]()[h(0x1d6)](h(0x183))[h(0x18f)]()[h(0x198)](a54a)[h(0x1d6)](h(0x183));});a54a();function a54c(){const j=['OUTSIDE','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','outside','MCT\x20Fly-Spy','The\x20chest\x20remains\x20firmly\x20shut.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','2xXhdlq','amulet','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','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Treasure\x20Room','east','31090ohkPVp','drone','insert\x20gem','book','49347585LTSZlC','(((.+)+)+)+$','weapon','open\x20sesame','Golden\x20Key','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Downtown\x20Seattle','north','Armory','cup','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','holyGrail','toString','Holy\x20Grail','Rigger\x27s\x20Workshop','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Study','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Mage\x27s\x20Lair','Torture\x20Chamber','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','constructor','Emblem\x20Shield','secret123','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','sword','Central\x20Chamber\x20Key','A\x20thin\x20log\x20book','Watch\x20Tower','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','7514216UQwceg','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Courtyard','A\x20small\x20surveillance\x20drone.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','release','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','gem','show\x20loyalty','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Sniper\x20Rifle','Rusted\x20Sword','south','document','Barrens\x20Hideout','Gang\x20Insignia','inside','3063909VgJauV','Golden\x20Chalice','Ancient\x20Gem','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Chad\x20the\x20stupid\x20guard','3640384MfvmDm','Barrens\x20Entrance','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','Nothing\x20happens.','Jackpoint\x20Login','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Matrix\x20Data\x20Haven','Amulet\x20of\x20Awakening','A\x20clear\x20glass\x20vial.','Central\x20Chamber','1644KFdmHP','Corp\x20Enclave','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Empty\x20vial','Riddle\x20Book','apply','Corporate\x20Creditstick','creditstick','rifle','Alchemy\x20Lab','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Entrance\x20Hall','shield','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','search','west','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','An\x20old\x20and\x20rusted\x20sword.','SOUTH','804124RFpHNz','key','Secret\x20Passage','5164754HHepdA','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.'];a54c=function(){return j;};return a54c();}export const rooms=[{'name':'Library','description':a54i(0x188),'isStartRoom':!![],'items':[{'type':a54i(0x166),'name':a54i(0x186),'description':a54i(0x169)},{'type':a54i(0x181),'name':'Guard\x27s\x20Log\x20Book','description':a54i(0x1a1),'content':a54i(0x1bc)}],'exits':[{'direction':'EAST','targetRoom':a54i(0x167)}]},{'name':a54i(0x167),'description':a54i(0x1af),'exits':[{'direction':'NORTH','targetRoom':a54i(0x17c),'keyRequired':a54i(0x186)},{'direction':a54i(0x1da),'targetRoom':a54i(0x1a6)}]},{'name':'Treasure\x20Room','description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a54i(0x18e),'name':a54i(0x190),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a54i(0x1a6),'description':a54i(0x174),'roomType':a54i(0x16d),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a54i(0x1a2),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a54i(0x16d),'puzzle':{'requiredPhrase':a54i(0x19a),'riddle':a54i(0x1a5),'rewardItem':{'type':a54i(0x1d0),'name':a54i(0x1b1),'description':'A\x20long-range\x20weapon.'},'successMessage':a54i(0x177),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a54i(0x1d3),'description':a54i(0x1c0),'isStartRoom':!![],'roomType':a54i(0x1b7),'puzzle':{'requiredPhrase':a54i(0x185),'riddle':a54i(0x18d),'rewardItem':{'type':a54i(0x166),'name':a54i(0x1a0),'description':a54i(0x197)},'successMessage':a54i(0x187),'failureMessage':a54i(0x1c1)},'exits':[{'direction':a54i(0x18a),'targetRoom':a54i(0x193)},{'direction':a54i(0x17d),'targetRoom':a54i(0x1c7),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a54i(0x193),'description':a54i(0x16e),'roomType':a54i(0x1b7),'items':[{'type':'book','name':a54i(0x1cc),'description':a54i(0x1ac),'content':a54i(0x192)},{'type':'key','name':a54i(0x1a0),'description':a54i(0x197)}],'exits':[{'direction':a54i(0x1b3),'targetRoom':a54i(0x1d3)},{'direction':a54i(0x17d),'targetRoom':'Alchemy\x20Lab'}]},{'name':a54i(0x1d1),'description':a54i(0x16b),'roomType':a54i(0x1b7),'items':[{'type':'basic','name':a54i(0x1cb),'description':a54i(0x1c6)}],'exits':[{'direction':a54i(0x1d7),'targetRoom':'Study'},{'direction':'north','targetRoom':a54i(0x18b)}]},{'name':'Armory','description':a54i(0x19e),'roomType':'inside','items':[{'type':a54i(0x1d4),'name':a54i(0x199),'description':a54i(0x1a9)},{'type':a54i(0x19f),'name':a54i(0x1b2),'description':a54i(0x1d9)}],'exits':[{'direction':a54i(0x1b3),'targetRoom':a54i(0x1d1)},{'direction':a54i(0x17d),'targetRoom':a54i(0x1c7)}]},{'name':'Central\x20Chamber','description':a54i(0x1d8),'roomType':a54i(0x1b7),'exits':[{'direction':a54i(0x1d7),'targetRoom':a54i(0x18b)},{'direction':a54i(0x1b3),'targetRoom':'Entrance\x20Hall'},{'direction':a54i(0x18a),'targetRoom':a54i(0x196)},{'direction':a54i(0x17d),'targetRoom':a54i(0x17c)}]},{'name':a54i(0x196),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a54i(0x1b7),'items':[{'type':'key','name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a54i(0x1aa),'riddle':a54i(0x1a3),'rewardItem':{'type':a54i(0x1ad),'name':a54i(0x1ba),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a54i(0x16a),'failureMessage':a54i(0x1b0)},'exits':[{'direction':a54i(0x1b3),'targetRoom':a54i(0x1c7)}]},{'name':a54i(0x17c),'description':a54i(0x1d5),'roomType':'inside','puzzle':{'requiredPhrase':a54i(0x180),'riddle':a54i(0x16c),'rewardItem':{'type':a54i(0x18c),'name':a54i(0x1b9),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a54i(0x1bb),'failureMessage':a54i(0x173)},'exits':[{'direction':a54i(0x1d7),'targetRoom':'Central\x20Chamber'}]}];function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x166;let f=c[d];return f;},a54d(a,b);}export const shadowrunConfig=[{'name':a54i(0x1c2),'description':a54i(0x1c3),'isStartRoom':!![],'roomType':a54i(0x1b7),'exits':[{'direction':'north','targetRoom':a54i(0x189)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a54i(0x1c4),'description':a54i(0x16f),'roomType':a54i(0x1b7),'puzzle':{'requiredPhrase':'decrypt','riddle':a54i(0x1ab),'rewardItem':{'type':a54i(0x166),'name':'Encrypted\x20Data\x20Key','description':a54i(0x179)},'successMessage':a54i(0x194),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':'down','targetRoom':'Jackpoint\x20Login'}]},{'name':a54i(0x189),'description':a54i(0x17a),'roomType':a54i(0x171),'exits':[{'direction':'south','targetRoom':a54i(0x1c2)},{'direction':a54i(0x17d),'targetRoom':'Barrens\x20Entrance'},{'direction':a54i(0x1d7),'targetRoom':a54i(0x1c9)}]},{'name':a54i(0x1be),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a54i(0x171),'puzzle':{'requiredPhrase':a54i(0x1ae),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a54i(0x166),'name':a54i(0x1b6),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a54i(0x1ca),'failureMessage':a54i(0x1bf)},'exits':[{'direction':'west','targetRoom':'Downtown\x20Seattle'},{'direction':a54i(0x18a),'targetRoom':a54i(0x1b5)}]},{'name':a54i(0x1c9),'description':a54i(0x178),'roomType':a54i(0x1b7),'items':[{'type':a54i(0x1cf),'name':a54i(0x1ce),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a54i(0x1b4),'name':'CorpSec\x20Plans','description':a54i(0x19c)}],'exits':[{'direction':a54i(0x17d),'targetRoom':a54i(0x189)}]},{'name':'Barrens\x20Hideout','description':a54i(0x1d2),'roomType':a54i(0x171),'items':[{'type':a54i(0x184),'name':'Ares\x20Predator','description':a54i(0x19b)}],'exits':[{'direction':a54i(0x1b3),'targetRoom':a54i(0x1be)},{'direction':a54i(0x18a),'targetRoom':a54i(0x195)},{'direction':a54i(0x17d),'targetRoom':a54i(0x191)}]},{'name':a54i(0x195),'description':a54i(0x170),'roomType':'inside','puzzle':{'requiredPhrase':'disenchant','riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a54i(0x176),'name':a54i(0x1c5),'description':a54i(0x19d)},'successMessage':a54i(0x1a8),'failureMessage':a54i(0x17b)},'exits':[{'direction':a54i(0x1b3),'targetRoom':a54i(0x1b5)}]},{'name':a54i(0x191),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a54i(0x1b7),'items':[{'type':a54i(0x17f),'name':a54i(0x172),'description':a54i(0x1a7)}],'exits':[{'direction':a54i(0x1d7),'targetRoom':a54i(0x1b5)}]}];
@@ -1 +1 @@
1
- var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1d5))/0x1*(-parseInt(f(0x1cc))/0x2)+-parseInt(f(0x1cf))/0x3+-parseInt(f(0x1e5))/0x4*(-parseInt(f(0x1ca))/0x5)+-parseInt(f(0x1dc))/0x6+parseInt(f(0x1c9))/0x7+-parseInt(f(0x1c6))/0x8+-parseInt(f(0x1c5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x1e9f6));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a['toString']()[h(0x1e1)](h(0x1e6))[h(0x1d3)]()['constructor'](a55a)[h(0x1e1)](h(0x1e6));});function a55c(){var j=['exits','toString','name','5197oNlBIg','color','solved','puzzle','_equipment','items','roomType','186840mDhadx','roomB','unlockItemOrSolution','logger','size','search','characterLocations','_logger','isLockable','393840ZXRJuN','(((.+)+)+)+$','isStartRoom','50517cbslin','367808NgylwA','apply','_playerName','658420HLmBFQ','5qKwdDE','isLocked','22PoYFGG','_inventory','category','124584CdGWxj','_currentLocation','description'];a55c=function(){return j;};return a55c();}a55a();import{EventEmitter}from'events';export class AbstractScene{['rooms'];['player'];[a55i(0x1df)];[a55i(0x1e2)];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1c4;var f=c[d];return f;},a55d(a,b);}export class AbstractRoom extends EventEmitter{[a55i(0x1d4)];[a55i(0x1d1)];[a55i(0x1d2)];['inventory'];[a55i(0x1d8)];[a55i(0x1db)];[a55i(0x1c4)];}export class AbstractDoor{['roomA'];[a55i(0x1dd)];[a55i(0x1cb)];[a55i(0x1de)];[a55i(0x1d4)];[a55i(0x1df)];[a55i(0x1e4)];}export class AbstractInventory{[a55i(0x1da)];[a55i(0x1df)];}export class AbstractItem{['uuid'];[a55i(0x1d4)];['description'];[a55i(0x1e0)];[a55i(0x1ce)];['shape'];[a55i(0x1d6)];['texture'];['rating'];['weight'];}export class AbstractPlayer{[a55i(0x1c8)];[a55i(0x1d0)];[a55i(0x1cd)];[a55i(0x1d9)];['_maxCarryingWeight'];[a55i(0x1e3)];}export class AbstractPuzzle{['logger'];[a55i(0x1d7)];}
1
+ var a55i=a55d;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x122;var f=c[d];return f;},a55d(a,b);}(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x13d))/0x1*(-parseInt(f(0x125))/0x2)+-parseInt(f(0x142))/0x3*(parseInt(f(0x148))/0x4)+parseInt(f(0x133))/0x5+parseInt(f(0x138))/0x6*(parseInt(f(0x149))/0x7)+-parseInt(f(0x12e))/0x8*(-parseInt(f(0x140))/0x9)+parseInt(f(0x137))/0xa*(parseInt(f(0x123))/0xb)+parseInt(f(0x13c))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x31e4d));function a55c(){var j=['rating','rooms','exits','325963HKluTB','roomType','4ErlXdB','weight','player','(((.+)+)+)+$','name','logger','isLocked','roomA','search','619824jYtKAU','_playerName','unlockItemOrSolution','uuid','texture','312350zODdJg','_currentLocation','constructor','characterLocations','20FwmZuh','2700hrUZjV','apply','items','puzzle','2199000BXXEBr','112857iSZJMB','roomB','solved','18AOhGLK','description','93degvnZ','toString','_equipment','_inventory','category','color','9892rQeSYa','728SNsXdR'];a55c=function(){return j;};return a55c();}var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x139)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x143)]()['search'](h(0x128))[h(0x143)]()[h(0x135)](a55a)[h(0x12d)]('(((.+)+)+)+$');});a55a();import{EventEmitter}from'events';export class AbstractScene{[a55i(0x14b)];[a55i(0x127)];['logger'];[a55i(0x136)];}export class AbstractRoom extends EventEmitter{[a55i(0x129)];[a55i(0x141)];[a55i(0x122)];['inventory'];[a55i(0x13b)];[a55i(0x124)];['isStartRoom'];}export class AbstractDoor{[a55i(0x12c)];[a55i(0x13e)];[a55i(0x12b)];[a55i(0x130)];[a55i(0x129)];['logger'];['isLockable'];}export class AbstractInventory{[a55i(0x13a)];[a55i(0x12a)];}export class AbstractItem{[a55i(0x131)];[a55i(0x129)];[a55i(0x141)];['size'];[a55i(0x146)];['shape'];[a55i(0x147)];[a55i(0x132)];[a55i(0x14a)];[a55i(0x126)];}export class AbstractPlayer{[a55i(0x12f)];[a55i(0x134)];[a55i(0x145)];[a55i(0x144)];['_maxCarryingWeight'];['_logger'];}export class AbstractPuzzle{[a55i(0x12a)];[a55i(0x13f)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0x121))/0x1+-parseInt(k(0x153))/0x2*(parseInt(k(0x16d))/0x3)+-parseInt(k(0x144))/0x4+parseInt(k(0x112))/0x5*(parseInt(k(0x116))/0x6)+parseInt(k(0x16e))/0x7+parseInt(k(0x14d))/0x8*(parseInt(k(0x11f))/0x9)+-parseInt(k(0x160))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x55e2f));export var Size;(function(a){var l=a56d;a[l(0x119)]=l(0x155),a[l(0x16b)]='small',a[l(0x130)]=l(0x159),a[l(0x13a)]=l(0x14a),a[l(0x133)]=l(0x128);}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0x12c)]=m(0x117),a[m(0x11e)]=m(0x13c),a[m(0x167)]=m(0x15a);}(Rating||(Rating={})));export var Category;function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x10b;var f=c[d];return f;},a56d(a,b);}(function(a){var n=a56d;a['Weapon']=n(0x126),a[n(0x164)]=n(0x140),a['Key']=n(0x11d),a[n(0x15b)]=n(0x120),a[n(0x14f)]=n(0x152),a[n(0x127)]=n(0x14c),a[n(0x14e)]=n(0x114),a['LegArmor']='leg\x20armor',a[n(0x12d)]=n(0x139),a[n(0x158)]=n(0x10d),a[n(0x113)]=n(0x142),a[n(0x12a)]=n(0x141),a[n(0x10e)]='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a[o(0x134)]='circle',a['Square']='square',a[o(0x150)]='triangle',a[o(0x125)]=o(0x12f),a[o(0x122)]=o(0x11a),a[o(0x12e)]=o(0x110);}(Shape||(Shape={})));function a56c(){var v=['cup','book','search','1013148sutRUV','red','Rough','Red','WEST','Blue','large','tower','hat','2360YVZUcL','Boots','Helmet','Triangle','UNDERGROUND','helmet','98zgddJs','gold','tiny','beach','brown','BodyArmor','medium','legendary','Gloves','west','Orange','INSIDE','inside','862880BwWJjY','Smooth','SEA','down','Shield','Metallic','(((.+)+)+)+$','Legendary','apply','grainy','green','Small','DOWN','26823nesESP','1219876vrTymp','yellow','OUTSIDE','body\x20armor','Unknown','bumpy','rifle','FOREST','1643210FeNxLj','Book','boots','fuzzy','6evmVme','common','Bumpy','Tiny','blade','EAST','Purple','key','Rare','3708KyDepi','gloves','505025DuDknF','Blade','NORTH','forest','Rectangle','weapon','Hat','very\x20large','MOUNTAIN','Cup','east','Common','ArmArmor','Rifle','rectangle','Medium','metallic','cave','VeryLarge','Circle','purple','orange','SOUTH','toString','arm\x20armor','Large','constructor','rare','CAVE','rough','desert','shield'];a56c=function(){return v;};return a56c();}export var Color;(function(a){var p=a56d;a[p(0x147)]=p(0x145),a[p(0x149)]='blue',a['Green']=p(0x16a),a['Yellow']=p(0x10b),a[p(0x15d)]=p(0x136),a[p(0x11c)]=p(0x135),a['Grey']='grey',a['Brown']=p(0x157),a['Gold']=p(0x154);}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a[q(0x161)]='smooth',a[q(0x146)]=q(0x13e),a[q(0x118)]=q(0x10f),a['Fuzzy']=q(0x115),a['Grainy']=q(0x169),a[q(0x165)]=q(0x131);}(Texture||(Texture={})));export var RoomType;(function(a){var r=a56d;a[r(0x15e)]=r(0x15f),a[r(0x10c)]='outside',a[r(0x151)]='underground',a[r(0x13d)]=r(0x132),a['TOWER']=r(0x14b),a[r(0x111)]=r(0x124),a['DESERT']=r(0x13f),a[r(0x129)]='mountain',a['BEACH']=r(0x156),a[r(0x162)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(c){var u=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var s=a56d;if(h){var j=h[s(0x168)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a56d;return e[t(0x138)]()[t(0x143)](t(0x166))['toString']()[t(0x13b)](e)[t(0x143)](t(0x166));});e(),c[u(0x123)]='north',c[u(0x11b)]=u(0x12b),c[u(0x137)]='south',c[u(0x148)]=u(0x15c),c['UP']='up',c[u(0x16c)]=u(0x163);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=parseInt(k(0xee))/0x1+parseInt(k(0x106))/0x2*(-parseInt(k(0x10f))/0x3)+parseInt(k(0xce))/0x4+parseInt(k(0xdf))/0x5+parseInt(k(0x107))/0x6*(-parseInt(k(0xfd))/0x7)+-parseInt(k(0xe0))/0x8*(-parseInt(k(0xf1))/0x9)+-parseInt(k(0xd6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x3d024));export var Size;(function(a){var l=a56d;a[l(0x101)]='tiny',a['Small']=l(0xef),a[l(0x114)]=l(0xd9),a[l(0xf8)]=l(0xd0),a[l(0xe4)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a['Common']=m(0x100),a[m(0x11d)]=m(0x112),a[m(0xd4)]=m(0xc2);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0xdd)]=n(0x103),a[n(0x10b)]='shield',a['Key']=n(0xca),a[n(0xfe)]=n(0xcb),a[n(0x105)]='helmet',a[n(0xe7)]=n(0xe6),a[n(0xd2)]=n(0xe3),a[n(0xe5)]=n(0xbb),a[n(0xdc)]='arm\x20armor',a[n(0xec)]=n(0xde),a[n(0x11f)]=n(0xf9),a[n(0xe1)]=n(0x11c),a['Unknown']='unknown';}(Category||(Category={})));export var Shape;function a56c(){var v=['large','apply','Boots','sea','Legendary','NORTH','2098020nEUcBw','grainy','BEACH','medium','CAVE','WEST','ArmArmor','Weapon','body\x20armor','875895qOMRWB','143232SPgDTb','Cup','fuzzy','boots','VeryLarge','LegArmor','hat','Hat','bumpy','metallic','Rectangle','green','BodyArmor','DOWN','352171PAIBce','small','Grey','225jiWWOv','tower','blade','forest','Metallic','toString','desert','Large','book','brown','rifle','south','21Fcenhw','Gloves','orange','common','Tiny','Blade','weapon','rough','Helmet','2lOHznq','466212QqfWuy','north','smooth','Grainy','Shield','grey','Red','Purple','1345281GtMqVI','OUTSIDE','Brown','rare','mountain','Medium','UNDERGROUND','constructor','purple','TOWER','underground','rectangle','red','cup','Rare','SOUTH','Book','leg\x20armor','EAST','beach','Triangle','gold','cave','DESERT','legendary','FOREST','SEA','Bumpy','yellow','inside','MOUNTAIN','Green','key','gloves','Rifle','triangle','665108PJyPSx','search'];a56c=function(){return v;};return a56c();}function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xbb;var f=c[d];return f;},a56d(a,b);}(function(c){var q=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var o=a56d;if(h){var j=h[o(0xd1)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a56d;return e[p(0xf6)]()['search']('(((.+)+)+)+$')[p(0xf6)]()[p(0x116)](e)[p(0xcf)]('(((.+)+)+)+$');});e(),c['Circle']='circle',c['Square']='square',c[q(0xbe)]=q(0xcd),c[q(0xea)]=q(0x11a),c[q(0x102)]=q(0xf3),c[q(0xcc)]=q(0xfb);}(Shape||(Shape={})));export var Color;(function(a){var r=a56d;a[r(0x10d)]=r(0x11b),a['Blue']='blue',a[r(0xc9)]=r(0xeb),a['Yellow']=r(0xc6),a['Orange']=r(0xff),a[r(0x10e)]=r(0x117),a[r(0xf0)]=r(0x10c),a[r(0x111)]=r(0xfa),a['Gold']=r(0xbf);}(Color||(Color={})));export var Texture;(function(a){var s=a56d;a['Smooth']=s(0x109),a['Rough']=s(0x104),a[s(0xc5)]=s(0xe8),a['Fuzzy']=s(0xe2),a[s(0x10a)]=s(0xd7),a[s(0xf5)]=s(0xe9);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a56d;a['INSIDE']=t(0xc7),a[t(0x110)]='outside',a[t(0x115)]=t(0x119),a[t(0xda)]=t(0xc0),a[t(0x118)]=t(0xf2),a[t(0xc3)]=t(0xf4),a[t(0xc1)]=t(0xf7),a[t(0xc8)]=t(0x113),a[t(0xd8)]=t(0xbd),a[t(0xc4)]=t(0xd3);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0xd5)]=u(0x108),a[u(0xbc)]='east',a[u(0x11e)]=u(0xfc),a[u(0xdb)]='west',a['UP']='up',a[u(0xed)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a57c(){var h=['420462SYPWgr','(((.+)+)+)+$','toString','4016zRLhGU','search','403268YRPDuf','6022503ZworBZ','381cWfjTh','2460450OWxUvH','53320GTnprl','380603ZczUcR','35oeZshR'];a57c=function(){return h;};return a57c();}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0xef))/0x1+-parseInt(f(0xf4))/0x2*(parseInt(f(0xec))/0x3)+-parseInt(f(0xea))/0x4+-parseInt(f(0xed))/0x5+parseInt(f(0xf1))/0x6+parseInt(f(0xf0))/0x7*(parseInt(f(0xee))/0x8)+parseInt(f(0xeb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x4a861));var a57b=(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;};}()),a57a=a57b(this,function(){var g=a57d;return a57a['toString']()[g(0xf5)](g(0xf2))[g(0xf3)]()['constructor'](a57a)[g(0xf5)]('(((.+)+)+)+$');});function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0xea;var f=c[d];return f;},a57d(a,b);}a57a();export{};
1
+ function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x14a;var f=c[d];return f;},a57d(a,b);}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0x14f))/0x1+parseInt(f(0x152))/0x2*(-parseInt(f(0x157))/0x3)+-parseInt(f(0x14b))/0x4*(-parseInt(f(0x154))/0x5)+-parseInt(f(0x151))/0x6*(parseInt(f(0x153))/0x7)+-parseInt(f(0x150))/0x8*(parseInt(f(0x158))/0x9)+parseInt(f(0x14a))/0xa+parseInt(f(0x155))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x37dce));function a57c(){var i=['apply','528hVIecm','7587tKyMSt','1234520mjIphf','4RBPKYK','(((.+)+)+)+$','toString','search','449239eFTCwc','2640KozkZY','50514jLRRIU','4206hBznyB','133MtiKJZ','1661545GYdIHN','11336281yMcoHU'];a57c=function(){return i;};return a57c();}var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x14d)]()[h(0x14e)](h(0x14c))['toString']()['constructor'](a57a)[h(0x14e)](h(0x14c));});a57a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x140))/0x1+parseInt(f(0x13f))/0x2*(-parseInt(f(0x145))/0x3)+parseInt(f(0x13d))/0x4+-parseInt(f(0x143))/0x5*(parseInt(f(0x13e))/0x6)+-parseInt(f(0x13a))/0x7+-parseInt(f(0x13b))/0x8+-parseInt(f(0x139))/0x9*(-parseInt(f(0x144))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xa52ef));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x138)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x13c)]()[h(0x137)](h(0x141))[h(0x13c)]()[h(0x142)](a58a)[h(0x137)](h(0x141));});function a58c(){var i=['apply','1548JIClcz','6973071GRGUsn','3250664ZcGmXD','toString','4484232YzNrZm','10038JjhYei','10eXWmXi','964514Agkrey','(((.+)+)+)+$','constructor','1380MgEmXI','51940TKuhCD','262869PuIVhU','search'];a58c=function(){return i;};return a58c();}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x137;var f=c[d];return f;},a58d(a,b);}a58a();export{};
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x8a))/0x1+parseInt(f(0x88))/0x2*(parseInt(f(0x8d))/0x3)+parseInt(f(0x8e))/0x4*(parseInt(f(0x89))/0x5)+parseInt(f(0x92))/0x6*(-parseInt(f(0x8f))/0x7)+parseInt(f(0x86))/0x8+-parseInt(f(0x8c))/0x9*(parseInt(f(0x93))/0xa)+parseInt(f(0x90))/0xb*(-parseInt(f(0x8b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x7f812));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()[g(0x94)](g(0x91))['toString']()[g(0x87)](a58a)[g(0x94)]('(((.+)+)+)+$');});a58a();function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x86;var f=c[d];return f;},a58d(a,b);}function a58c(){var h=['4822940hlYClP','search','2001072pLGotT','constructor','10020xQqekg','2143835BEZxWn','317131MidXoW','12CFCNMM','9oWNJvW','597CtDLpf','8bkCeWi','217jaQiKn','8031001IkNWiR','(((.+)+)+)+$','132996MxQWxN'];a58c=function(){return h;};return a58c();}export{};
@@ -1 +1 @@
1
- const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=parseInt(y(0x111))/0x1+parseInt(y(0x115))/0x2+parseInt(y(0x112))/0x3*(-parseInt(y(0x139))/0x4)+parseInt(y(0x138))/0x5+parseInt(y(0x14a))/0x6*(-parseInt(y(0x148))/0x7)+parseInt(y(0x10c))/0x8+parseInt(y(0x137))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x4e779));function a59c(){const I=['Your\x20items\x20will\x20be\x20listed\x20here...','Torso:\x20','1112760kjUQLP','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','getAllItems','screen','split','getValue','25%','rightHand','currentLocation','getInstance','white','cyan','yellow','parse','OUTSIDE','toString','10%','pushLine','exit','equip','Gloves:\x20','focus','\x20(Unlocked)','gloves','None','join','70%','player','map','size','arms','render','apply','inventory','902349zVIFfu','51690DBOHAV','4rCTJBZ','\x20Game\x20Log\x20','Available\x20exits\x20will\x20be\x20shown\x20here...','name','append','feet','box','Arms:\x20','Head:\x20','escape','C-c','(((.+)+)+)+$','20%','\x20Map\x20','equipment','98CfoRot','line','235290xeNUQv','-----\x20Exits\x20------\x0a','75%','\x20Inventory\x20','Currently\x20in:\x20','scroll','textbox','\x20Equipment\x20','constructor','write','torso','head','search','clear','leftHand','legs','slice','100%','Thanks\x20for\x20playing!','log','getOtherSide','clearValue','logBox','setContent','argv','4286808FZsIBR','key','Side\x20Quest\x20Adventure\x20Game','90%','getWelcomeMessage','267240NhIfUX','1798977rpSNjG'];a59c=function(){return I;};return a59c();}import a59e from'blessed';import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0xf4;let f=c[d];return f;},a59d(a,b);}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(0x135)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x124)]()[A(0xff)]('(((.+)+)+)+$')[A(0x124)]()[A(0xfb)](g)[A(0xff)](A(0x144));});g();try{const h=a59e[B(0x118)]({'smartCSR':!![],'title':B(0x10e)}),i=a59e[B(0x13f)]({'top':'0%','left':B(0xf5),'width':B(0x11b),'height':'45%','border':{'type':'line'},'label':B(0xf6),'content':B(0x113),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x121)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x117)]()[C(0x131)](v=>v[C(0x13c)]);i[C(0x10a)](u[C(0x12e)]('\x0a')),h[C(0x134)]();};h['append'](i);const k=a59e['box']({'top':'45%','left':B(0xf5),'width':B(0x11b),'height':B(0x11b),'border':{'type':B(0x149)},'label':B(0xfa),'content':B(0x116),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x121)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x13d)](k);const l=t=>{const D=B;k[D(0x10a)](D(0x141)+(t[D(0xfe)]?t[D(0xfe)][D(0x13c)]:D(0x12d))+'\x0a'+(D(0x114)+(t[D(0xfd)]?t['torso'][D(0x13c)]:'None')+'\x0a')+('Legs:\x20'+(t[D(0x102)]?t['legs'][D(0x13c)]:D(0x12d))+'\x0a')+('Feet:\x20'+(t[D(0x13e)]?t['feet'][D(0x13c)]:D(0x12d))+'\x0a')+(D(0x140)+(t['arms']?t[D(0x133)]['name']:'None')+'\x0a')+(D(0x129)+(t['gloves']?t[D(0x12c)][D(0x13c)]:D(0x12d))+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x101)]?t[D(0x101)][D(0x13c)]:D(0x12d))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x11c)]?t[D(0x11c)][D(0x13c)]:D(0x12d))+'\x0a')),h[D(0x134)]();},m=a59e['box']({'top':B(0x12f),'left':'75%','width':B(0x11b),'height':B(0x145),'border':{'type':B(0x149)},'label':B(0x146),'content':B(0x13b),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x121)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x13d)](m);const n=t=>{const E=B;let u=E(0xf7)+t[E(0x13c)]+'\x0a\x0a';u+=E(0xf4),t['exits'][E(0x132)]>0x0?t['exits']['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x107)](t);x['roomType']===RoomType[F(0x123)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x13c)];if(v['checkIfLocked']())u+='\x20(Locked)';else v['checkIfLockable']()&&(u+=F(0x12b));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[E(0x10a)](u),h['render']();},o=a59e[B(0x13f)]({'id':B(0x109),'top':'0%','left':'0%','width':B(0xf5),'height':B(0x10f),'border':{'type':B(0x149)},'label':B(0x13a),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners']('mousemove'),h['append'](o);const p=a59e[B(0xf9)]({'bottom':0x0,'left':0x0,'width':B(0x104),'height':B(0x125),'tags':!![],'border':{'type':B(0x149)},'style':{'fg':B(0x11f),'border':{'fg':B(0x120)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x13d)](p),h[B(0x10d)]([B(0x142),B(0x143)],()=>process[B(0x127)](0x0)),p[B(0x12a)](),h[B(0x134)]();const q=Logger[B(0x11e)](e['logFilePath'],h),r=new Player({'playerName':c});q['write']('----->>>>>>\x20Initializing\x20Game');const s=a59f[B(0x11e)](r,d);o[B(0x10a)](s[B(0x110)]()),l(s['player'][B(0x147)]),j(s[B(0x130)]['inventory']),n(s[B(0x130)][B(0x11d)]),p['key'](['enter'],async()=>{const G=B,t=p[G(0x11a)](),u=s['handleInput'](t);(t[G(0x119)]('\x20')[0x0]==='take'||G(0x128)||'unequip')&&(j(s[G(0x130)][G(0x136)]),l(s['player'][G(0x147)])),(t[G(0x119)]('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s[G(0x130)]['currentLocation']),t[G(0x119)]('\x20')[0x0]===G(0x100)&&o['setContent'](''),u===null&&(console['log'](G(0x105)),h[G(0x134)](),q[G(0xfc)]('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o[G(0x126)](u),o[G(0xf8)](0x1),p[G(0x108)](),p[G(0x12a)](),h['render']();});}catch(t){console[B(0x106)](t),process[B(0x127)](0x1);}}const args=process[a59H(0x10b)][a59H(0x103)](0x2);main(args[0x0],JSON[a59H(0x122)](args[0x1]),JSON[a59H(0x122)](args[0x2]));
1
+ function a59c(){const I=['map','leftHand','\x20Map\x20','arms','Arms:\x20','getAllItems','exit','join','exits','textbox','\x20Equipment\x20','legs','None','Feet:\x20','lock','getOtherSide','name','line','90%','Left\x20Hand:\x20','<<<<<<<<---------\x20Terminating\x20game','apply','\x20Game\x20Log\x20','2536810IMMnJG','45%','equip','25%','equipment','6582tvDGKJ','argv','player','slice','currentLocation','Right\x20Hand:\x20','pushLine','rightHand','10%','key','Available\x20exits\x20will\x20be\x20shown\x20here...','1126391JmBRiq','----->>>>>>\x20Initializing\x20Game','100%','Thanks\x20for\x20playing!','box','(((.+)+)+)+$','log','Head:\x20','clear','unequip','feet','20%','search','764748emJhFq','\x20(Unlocked)','screen','render','white','getValue','clearValue','Side\x20Quest\x20Adventure\x20Game','checkIfLockable','unlock','enter','handleInput','Torso:\x20','append','constructor','escape','Currently\x20in:\x20','gloves','\x0aThere\x20are\x20no\x20exits\x20here.','setContent','cyan','toString','logFilePath','parse','torso','11207984OsEmgO','75%','focus','C-c','yellow','OUTSIDE','4DikLhU','write','230405mHKtcO','getInstance','size','1378488dqBAsH','forEach','head'];a59c=function(){return I;};return a59c();}const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=parseInt(y(0x157))/0x1+parseInt(y(0x136))/0x2+parseInt(y(0x15a))/0x3+-parseInt(y(0x155))/0x4*(-parseInt(y(0x174))/0x5)+parseInt(y(0x179))/0x6+parseInt(y(0x184))/0x7+-parseInt(y(0x14f))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x532a9));import a59e from'blessed';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x12f;let f=c[d];return f;},a59d(a,b);}import{capitalCase}from'change-case';import a59f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';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(0x172)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g[A(0x14b)]()[A(0x135)](A(0x189))['toString']()[A(0x144)](g)[A(0x135)](A(0x189));});g();try{const h=a59e[B(0x138)]({'smartCSR':!![],'title':B(0x13d)}),i=a59e[B(0x188)]({'top':'0%','left':'75%','width':B(0x177),'height':B(0x175),'border':{'type':B(0x16e)},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x153)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x162)]()[C(0x15d)](v=>v[C(0x16d)]);i[C(0x149)](u[C(0x164)]('\x0a')),h[C(0x139)]();};h[B(0x143)](i);const k=a59e[B(0x188)]({'top':B(0x175),'left':B(0x150),'width':B(0x177),'height':'25%','border':{'type':B(0x16e)},'label':B(0x167),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x153)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x143)](k);const l=t=>{const D=B;k[D(0x149)](D(0x130)+(t[D(0x15c)]?t[D(0x15c)]['name']:D(0x169))+'\x0a'+(D(0x142)+(t[D(0x14e)]?t[D(0x14e)][D(0x16d)]:D(0x169))+'\x0a')+('Legs:\x20'+(t['legs']?t[D(0x168)][D(0x16d)]:D(0x169))+'\x0a')+(D(0x16a)+(t[D(0x133)]?t['feet'][D(0x16d)]:D(0x169))+'\x0a')+(D(0x161)+(t['arms']?t[D(0x160)][D(0x16d)]:D(0x169))+'\x0a')+('Gloves:\x20'+(t[D(0x147)]?t[D(0x147)]['name']:D(0x169))+'\x0a')+(D(0x170)+(t['leftHand']?t[D(0x15e)][D(0x16d)]:D(0x169))+'\x0a')+(D(0x17e)+(t[D(0x180)]?t[D(0x180)][D(0x16d)]:D(0x169))+'\x0a')),h[D(0x139)]();},m=a59e[B(0x188)]({'top':'70%','left':B(0x150),'width':B(0x177),'height':B(0x134),'border':{'type':B(0x16e)},'label':B(0x15f),'content':B(0x183),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x153)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x143)](m);const n=t=>{const E=B;let u=E(0x146)+t[E(0x16d)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t['exits'][E(0x159)]>0x0?t[E(0x165)][E(0x15b)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x16c)](t);x['roomType']===RoomType[F(0x154)]?u+=capitalCase(w)+':\x20'+x[F(0x16d)]:u+=capitalCase(w)+':\x20'+v[F(0x16d)];if(v['checkIfLocked']())u+='\x20(Locked)';else v[F(0x13e)]()&&(u+=F(0x137));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x148),m['setContent'](u),h['render']();},o=a59e[B(0x188)]({'id':'logBox','top':'0%','left':'0%','width':'75%','height':B(0x16f),'border':{'type':B(0x16e)},'label':B(0x173),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x153)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners']('mousemove'),h['append'](o);const p=a59e[B(0x166)]({'bottom':0x0,'left':0x0,'width':B(0x186),'height':B(0x181),'tags':!![],'border':{'type':B(0x16e)},'style':{'fg':B(0x13a),'border':{'fg':B(0x14a)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x182)]([B(0x145),B(0x152)],()=>process[B(0x163)](0x0)),p[B(0x151)](),h[B(0x139)]();const q=Logger[B(0x158)](e[B(0x14c)],h),r=new Player({'playerName':c});q['write'](B(0x185));const s=a59f[B(0x158)](r,d);o[B(0x149)](s['getWelcomeMessage']()),l(s['player'][B(0x178)]),j(s[B(0x17b)]['inventory']),n(s[B(0x17b)][B(0x17d)]),p['key']([B(0x140)],async()=>{const G=B,t=p[G(0x13b)](),u=s[G(0x141)](t);(t['split']('\x20')[0x0]==='take'||G(0x176)||G(0x132))&&(j(s[G(0x17b)]['inventory']),l(s[G(0x17b)][G(0x178)])),(t['split']('\x20')[0x0]==='go'||G(0x16b)||G(0x13f))&&n(s[G(0x17b)][G(0x17d)]),t['split']('\x20')[0x0]===G(0x131)&&o[G(0x149)](''),u===null&&(console['log'](G(0x187)),h[G(0x139)](),q[G(0x156)](G(0x171)),process[G(0x163)](0x0)),o[G(0x17f)](u),o['scroll'](0x1),p[G(0x13c)](),p[G(0x151)](),h[G(0x139)]();});}catch(t){console[B(0x12f)](t),process['exit'](0x1);}}const args=process[a59H(0x17a)][a59H(0x17c)](0x2);main(args[0x0],JSON[a59H(0x14d)](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- const a60k=a60d;function a60c(){const s=['1070237NRifng','[ERROR]\x20[','183lDwchy','constructor','children','24IGGlKT','hasScreen','(((.+)+)+)+$','getInstance','write','.maka','filePath','existsSync','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','apply','305316YUouEb','log','416180LTmAOC','type','error','2386672wmPIXI','toString','6350552zhuipQ','setContent','[INFO]\x20[','join','appendFileSync','side-quest.log','logBox','mkdirSync','content','screen','ensureLogFileExists','5957712HdcpZH','17036bXtPvG','scrollTo','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','instance'];a60c=function(){return s;};return a60c();}(function(a,b){const h=a60d,c=a();while(!![]){try{const d=-parseInt(h(0x17b))/0x1+parseInt(h(0x168))/0x2*(-parseInt(h(0x16e))/0x3)+-parseInt(h(0x180))/0x4+-parseInt(h(0x17d))/0x5*(-parseInt(h(0x171))/0x6)+parseInt(h(0x16c))/0x7+parseInt(h(0x182))/0x8+parseInt(h(0x167))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x7ef68));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x17a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x181)]()['search'](j(0x173))['toString']()[j(0x16f)](a60a)['search'](j(0x173));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x15d;let f=c[d];return f;},a60d(a,b);}a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f['homedir']();export class Logger{static [a60k(0x16b)];['filePath'];[a60k(0x165)];constructor(a,b){const l=a60k;this['filePath']=a,this[l(0x165)]=b,this[l(0x166)]();}static[a60k(0x174)](a=a60g[a60k(0x15f)](homeDir,a60k(0x176),a60k(0x161)),b){const m=a60k;if(!Logger[m(0x16b)]){if(!b)throw new Error(m(0x179));Logger[m(0x16b)]=new Logger(a,b);}return Logger[m(0x16b)];}['ensureLogFileExists'](){const n=a60k,a=a60g['dirname'](this[n(0x177)]);!a60e['existsSync'](a)&&a60e[n(0x163)](a,{'recursive':!![]}),!a60e[n(0x178)](this['filePath'])&&a60e['writeFileSync'](this[n(0x177)],'');}[a60k(0x175)](a){const o=a60k,b=new Date()['toISOString'](),c=o(0x15e)+b+']\x20'+a+'\x0a';a60e[o(0x160)](this['filePath'],c);}[a60k(0x17f)](a){const p=a60k,b=new Date()['toISOString'](),c=p(0x16d)+b+']\x20'+a+'\x0a';a60e[p(0x160)](this[p(0x177)],c);}[a60k(0x17c)](a){const q=a60k,b=this['screen']?.[q(0x170)]['find'](c=>c[q(0x17e)]==='box'&&c['options']['id']===q(0x162));b?(b[q(0x15d)](b[q(0x164)]+'\x0a'+a),b[q(0x169)](b['getScrollHeight']()),this['screen']?.['render']()):this[q(0x17f)]('The\x20logbox\x20'+b+q(0x16a)+this[q(0x165)]),this[q(0x175)](a);}[a60k(0x172)](){const r=a60k;return!!this[r(0x165)];}}
1
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=-parseInt(h(0x116))/0x1+parseInt(h(0x13c))/0x2+-parseInt(h(0x114))/0x3*(-parseInt(h(0x11d))/0x4)+parseInt(h(0x134))/0x5+parseInt(h(0x123))/0x6*(parseInt(h(0x124))/0x7)+-parseInt(h(0x120))/0x8*(-parseInt(h(0x131))/0x9)+-parseInt(h(0x11c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x2688c));function a60c(){const r=['constructor','apply','73539tDrupQ','error','toString','227865rGaWmR','content','writeFileSync','children','options','(((.+)+)+)+$','getScrollHeight','scrollTo','202616heMFhS','type','The\x20logbox\x20','search','getInstance','filePath','3fGahLw','render','35630xFMVyo','instance','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','appendFileSync','screen','existsSync','7142560WtXjMH','1201892VUYLOw','[ERROR]\x20[','hasScreen','216KtcYrW','toISOString','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','84618UXhWvy','119bWYbtE','homedir','write','[INFO]\x20[','box','logBox','mkdirSync','ensureLogFileExists','setContent','log','dirname'];a60c=function(){return r;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x133)]()[j(0x13f)](j(0x139))[j(0x133)]()[j(0x12f)](a60a)[j(0x13f)](j(0x139));});a60a();import a60e from'fs';import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0x125)]();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x112;let f=c[d];return f;},a60d(a,b);}export class Logger{static [a60k(0x117)];[a60k(0x113)];['screen'];constructor(a,b){const l=a60k;this[l(0x113)]=a,this[l(0x11a)]=b,this[l(0x12b)]();}static[a60k(0x112)](a=a60g['join'](homeDir,'.maka','side-quest.log'),b){const m=a60k;if(!Logger[m(0x117)]){if(!b)throw new Error(m(0x118));Logger[m(0x117)]=new Logger(a,b);}return Logger['instance'];}[a60k(0x12b)](){const n=a60k,a=a60g[n(0x12e)](this[n(0x113)]);!a60e[n(0x11b)](a)&&a60e[n(0x12a)](a,{'recursive':!![]}),!a60e['existsSync'](this['filePath'])&&a60e[n(0x136)](this['filePath'],'');}[a60k(0x126)](a){const o=a60k,b=new Date()[o(0x121)](),c=o(0x127)+b+']\x20'+a+'\x0a';a60e[o(0x119)](this[o(0x113)],c);}[a60k(0x132)](a){const p=a60k,b=new Date()[p(0x121)](),c=p(0x11e)+b+']\x20'+a+'\x0a';a60e[p(0x119)](this[p(0x113)],c);}[a60k(0x12d)](a){const q=a60k,b=this['screen']?.[q(0x137)]['find'](c=>c[q(0x13d)]===q(0x128)&&c[q(0x138)]['id']===q(0x129));b?(b[q(0x12c)](b[q(0x135)]+'\x0a'+a),b[q(0x13b)](b[q(0x13a)]()),this[q(0x11a)]?.[q(0x115)]()):this[q(0x132)](q(0x13e)+b+q(0x122)+this[q(0x11a)]),this[q(0x126)](a);}[a60k(0x11f)](){return!!this['screen'];}}
@@ -1 +1 @@
1
- const a61m=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x105))/0x1*(-parseInt(k(0x108))/0x2)+parseInt(k(0xfc))/0x3+parseInt(k(0x10f))/0x4*(parseInt(k(0x112))/0x5)+-parseInt(k(0xf8))/0x6+parseInt(k(0xfe))/0x7*(parseInt(k(0x109))/0x8)+-parseInt(k(0x10d))/0x9+parseInt(k(0xfb))/0xa*(parseInt(k(0x10c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xa1d61));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const l=a61d;return a61a[l(0x106)]()['search'](l(0x100))[l(0x106)]()[l(0x104)](a61a)['search'](l(0x100));});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';function a61c(){const p=['options','getGlobalMakaDir','440480FvDYOf','3948255wtbeuO','log','76853OSbNhF','ask','(((.+)+)+)+$','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...','resolve','dungeon','constructor','445969taVWUs','toString','create','2PmDvXp','648UCHyJP','shadowrun','player','11pAwvEP','10994076MiPZOV','url','110072eWnElr','side-quest','Play\x20a\x20little\x20side-quest','110bfFYjo','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','stringify','join','node','3146484yFxrnz'];a61c=function(){return p;};return a61c();}import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0xf5;let f=c[d];return f;},a61d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61m(0x10e)]),__dirname=dirname(__filename);Command[a61m(0x107)]({'name':a61m(0x110),'usage':'maka\x20play:side-quest','shortDesc':a61m(0x111),'aliases':['sq'],'description':a61m(0x101),'validOpts':[a61m(0x10b)]},async function(a,b){const n=a61m;try{const c=this['fsi'][n(0xfa)](),d=a61e[n(0xf6)](c,'side-quest.log'),e=b[n(0x10b)]?b['player']:await Actions[n(0xff)]('What\x20is\x20your\x20name?')||'Commoner',f={...b,'logFilePath':d},g={'type':'list','name':'sideQuestAnswer','message':n(0x113),'choices':[{'name':n(0x103),'value':dungeonConfig},{'name':n(0x10a),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0xf9)](g);if(e&&h){const i=spawn(n(0xf7),[a61e[n(0x102)](__dirname,'./sideQuest/ui.js'),e,JSON[n(0xf5)](h),JSON[n(0xf5)](f)],{'stdio':'inherit'});i['on']('exit',()=>{const o=n;console[o(0xfd)]('Thanks\x20for\x20playing!');});}}catch(j){console[n(0xfd)](j);}},a61f);
1
+ const a61m=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x9b))/0x1*(-parseInt(k(0x98))/0x2)+-parseInt(k(0x9c))/0x3+-parseInt(k(0xa7))/0x4+parseInt(k(0x8b))/0x5+-parseInt(k(0x97))/0x6+-parseInt(k(0x9a))/0x7*(parseInt(k(0x8e))/0x8)+parseInt(k(0x9f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xc2ddd));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const l=a61d;return a61a['toString']()[l(0xa0)](l(0xa2))[l(0x96)]()['constructor'](a61a)[l(0xa0)](l(0xa2));});a61a();import a61e from'path';import{spawn}from'child_process';function a61c(){const p=['dungeon','create','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...','options','toString','6952128WPJlqq','2KaqgrF','list','2835252NACmfy','1525812CgUXQh','2908497SzYLSl','player','sideQuestAnswer','14844681ZRYtbR','search','url','(((.+)+)+)+$','stringify','join','Commoner','fsi','3382860GavaXy','shadowrun','5009450GOvwor','What\x20is\x20your\x20name?','getGlobalMakaDir','8vYlgOn','maka\x20play:side-quest','./sideQuest/ui.js','log'];a61c=function(){return p;};return a61c();}import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x8b;let f=c[d];return f;},a61d(a,b);}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61m(0xa1)]),__dirname=dirname(__filename);Command[a61m(0x93)]({'name':'side-quest','usage':a61m(0x8f),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a61m(0x94),'validOpts':[a61m(0x9d)]},async function(a,b){const n=a61m;try{const c=this[n(0xa6)][n(0x8d)](),d=a61e[n(0xa4)](c,'side-quest.log'),e=b['player']?b[n(0x9d)]:await Actions['ask'](n(0x8c))||n(0xa5),f={...b,'logFilePath':d},g={'type':n(0x99),'name':n(0x9e),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':n(0x92),'value':dungeonConfig},{'name':n(0xa8),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x95)](g);if(e&&h){const i=spawn('node',[a61e['resolve'](__dirname,n(0x90)),e,JSON[n(0xa3)](h),JSON[n(0xa3)](f)],{'stdio':'inherit'});i['on']('exit',()=>{const o=n;console[o(0x91)]('Thanks\x20for\x20playing!');});}}catch(j){console[n(0x91)](j);}},a61f);
@@ -1 +1 @@
1
- function a62c(){var j=['constructor','maka\x20game:snake','812884UcBjjM','2795716tVmpUG','search','create','18DdlpvE','snake','(((.+)+)+)+$','apply','toString','1331405daqThT','28488690kzNPsQ','615029ataZNK','22816jCiaSp','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','2226zzLjIa','322821xRBTmu'];a62c=function(){return j;};return a62c();}var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0xd5))/0x1+parseInt(f(0xdc))/0x2+parseInt(f(0xd9))/0x3+-parseInt(f(0xdd))/0x4+-parseInt(f(0xd3))/0x5*(parseInt(f(0xe0))/0x6)+parseInt(f(0xd8))/0x7*(-parseInt(f(0xd6))/0x8)+parseInt(f(0xd4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xa110a));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xd1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xd2)]()[h(0xde)](h(0xe2))['toString']()[h(0xda)](a62a)[h(0xde)](h(0xe2));});function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xd1;var f=c[d];return f;},a62d(a,b);}a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a62i(0xdf)]({'name':a62i(0xe1),'usage':a62i(0xdb),'shortDesc':a62i(0xd7),'validOpts':[]},async function(){execSync('npx\x20command-line-snake',{'stdio':'inherit'});},a62e);
1
+ var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0x12d))/0x1*(parseInt(f(0x13a))/0x2)+parseInt(f(0x13b))/0x3*(parseInt(f(0x136))/0x4)+-parseInt(f(0x129))/0x5+-parseInt(f(0x12c))/0x6+parseInt(f(0x133))/0x7*(parseInt(f(0x12e))/0x8)+-parseInt(f(0x12f))/0x9+-parseInt(f(0x139))/0xa*(parseInt(f(0x135))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xd8ae4));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x131)]()[h(0x12a)](h(0x137))[h(0x131)]()['constructor'](a62a)[h(0x12a)]('(((.+)+)+)+$');});a62a();function a62c(){var k=['835623qhNlHK','apply','toString','snake','129969tglbso','npx\x20command-line-snake','9443698FeJcoB','12xlepBI','(((.+)+)+)+$','inherit','10ujnkNv','112276zRishe','1253409VOPwLx','3310480RcsVmP','search','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','3126576MGpoKZ','11daLkwZ','496EFBzHK'];a62c=function(){return k;};return a62c();}function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x129;var f=c[d];return f;},a62d(a,b);}import a62e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a62i(0x132),'usage':'maka\x20game:snake','shortDesc':a62i(0x12b),'validOpts':[]},async function(){var j=a62i;execSync(j(0x134),{'stdio':j(0x138)});},a62e);
@@ -1 +1 @@
1
- function a63c(){var j=['36SkCfKq','maka\x20game:tetris','899260QmgGKp','search','10cGXRTZ','28131291FryQaE','npx\x20simple-tetris','452FeSDta','constructor','5491328ostWtl','toString','117358dohoPg','15069lgxJlX','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','451323jDEUyH','6689438oxqBCw'];a63c=function(){return j;};return a63c();}var a63h=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x13b))/0x1+parseInt(f(0x148))/0x2+-parseInt(f(0x149))/0x3*(-parseInt(f(0x144))/0x4)+-parseInt(f(0x13f))/0x5*(-parseInt(f(0x13d))/0x6)+parseInt(f(0x13c))/0x7+parseInt(f(0x146))/0x8+-parseInt(f(0x142))/0x9*(parseInt(f(0x141))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xa4528));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['toString']()['search'](g(0x13a))[g(0x147)]()[g(0x145)](a63a)[g(0x140)](g(0x13a));});a63a();import a63e from'./play.command.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x139;var f=c[d];return f;},a63d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':'tetris','usage':a63h(0x13e),'shortDesc':a63h(0x139),'validOpts':[]},async function(){var i=a63h;execSync(i(0x143),{'stdio':'inherit'});},a63e);
1
+ var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1b2))/0x1*(-parseInt(f(0x1bc))/0x2)+parseInt(f(0x1b3))/0x3*(parseInt(f(0x1ab))/0x4)+parseInt(f(0x1ad))/0x5+-parseInt(f(0x1ae))/0x6+parseInt(f(0x1ba))/0x7+-parseInt(f(0x1be))/0x8+-parseInt(f(0x1b5))/0x9*(parseInt(f(0x1b1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xb3c90));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1ab;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1b0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1b8)]()[h(0x1bb)](h(0x1b9))[h(0x1b8)]()[h(0x1ac)](a63a)[h(0x1bb)](h(0x1b9));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a63c(){var k=['123gFIXtZ','inherit','437553DJacOj','maka\x20game:tetris','npx\x20simple-tetris','toString','(((.+)+)+)+$','760130iETPrL','search','344XqWTNN','tetris','4169544FbALDE','29472sPUlHq','constructor','4397595navpbo','632958IKIMGo','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','apply','110dJnoIR','3533vTKvKH'];a63c=function(){return k;};return a63c();}Command['create']({'name':a63i(0x1bd),'usage':a63i(0x1b6),'shortDesc':a63i(0x1af),'validOpts':[]},async function(){var j=a63i;execSync(j(0x1b7),{'stdio':j(0x1b4)});},a63e);
@@ -1 +1 @@
1
- function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1bd;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(0x1c1))/0x1*(-parseInt(f(0x1ce))/0x2)+-parseInt(f(0x1d5))/0x3+parseInt(f(0x1c9))/0x4+parseInt(f(0x1c4))/0x5+parseInt(f(0x1c6))/0x6*(parseInt(f(0x1c7))/0x7)+parseInt(f(0x1be))/0x8*(parseInt(f(0x1da))/0x9)+parseInt(f(0x1d1))/0xa*(-parseInt(f(0x1bd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x815c9));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x1c3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x1d4)]()[h(0x1d9)](h(0x1cf))[h(0x1d4)]()[h(0x1db)](a64a)[h(0x1d9)](h(0x1cf));});a64a();import{Command}from'../command.js';function a64c(){const k=['4216948WPZUIW','Could\x20not\x20find\x20generator','listGenerators','invoke','help','126406ZeqpUl','(((.+)+)+)+$','dir','4013960AFZyQy','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:route\x20todos/edit','toString','2686335DdbpVW','maka\x20g:scaffold\x20todos','generate','maka\x20{generate,\x20g}:<generator>\x20<name>','search','4042746lApfOb','constructor','maka\x20g:api\x20trucks','Generators:','33jZIvTH','16vfYiKj','create','findGenerator','3HOMKLi','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','apply','4326465ZZifNs','maka\x20g:package\x20package:name','246lWqPVs','203TVYTRc','maka\x20generate:scaffold\x20todos'];a64c=function(){return k;};return a64c();}import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64i(0x1bf)]({'name':a64i(0x1d7),'aliases':['g'],'usage':a64i(0x1d8),'validOpts':[a64i(0x1d0),'where',a64i(0x1cd)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x1d2),'description':a64i(0x1c2),'examples':[a64i(0x1c8),a64i(0x1d6),'maka\x20g:template\x20todos/todo_item',a64i(0x1c5),a64i(0x1d3),a64i(0x1dc),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x1c0)](c);if(!d){b[j(0x1cd)]?(Log['notice'](j(0x1dd)),a64e[j(0x1cb)]()):Log['error'](j(0x1ca));throw new UsageError();}await d[j(0x1cc)](a['slice'](0x1),b);});
1
+ const a64h=a64d;function a64c(){const j=['toString','Scaffold\x20various\x20parts\x20of\x20your\x20application','slice','42119016xaDSQx','constructor','maka\x20g:package\x20package:name','help','listGenerators','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','2954241HPyyDM','maka\x20g:route\x20todos/edit','1345026iqcSJF','146haxDtT','generate','search','where','22mlKtth','error','24aoXDFH','16aVdmdH','224JvQYop','maka\x20{generate,\x20g}:<generator>\x20<name>','(((.+)+)+)+$','maka\x20generate:scaffold\x20todos','Could\x20not\x20find\x20generator','notice','5689AZAyUu','Generators:','1594785psEPsK','maka\x20g:dbc\x20geoserver\x20--type=pgsql','create','4287940azAhRA','214374Qmofvg','maka\x20g:template\x20todos/todo_item','findGenerator'];a64c=function(){return j;};return a64c();}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=-parseInt(f(0x1d2))/0x1*(parseInt(f(0x1c4))/0x2)+-parseInt(f(0x1c3))/0x3+-parseInt(f(0x1cb))/0x4*(parseInt(f(0x1d4))/0x5)+parseInt(f(0x1d8))/0x6*(parseInt(f(0x1cc))/0x7)+parseInt(f(0x1ca))/0x8*(-parseInt(f(0x1c1))/0x9)+parseInt(f(0x1d7))/0xa*(-parseInt(f(0x1c8))/0xb)+parseInt(f(0x1bb))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xa3ed4));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const g=a64d;return a64a[g(0x1db)]()[g(0x1c6)](g(0x1ce))[g(0x1db)]()[g(0x1bc)](a64a)[g(0x1c6)](g(0x1ce));});a64a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1bb;let f=c[d];return f;},a64d(a,b);}Command[a64h(0x1d6)]({'name':a64h(0x1c5),'aliases':['g'],'usage':a64h(0x1cd),'validOpts':['dir',a64h(0x1c7),a64h(0x1be)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64h(0x1dc),'description':a64h(0x1c0),'examples':[a64h(0x1cf),'maka\x20g:scaffold\x20todos',a64h(0x1d9),a64h(0x1bd),a64h(0x1c2),'maka\x20g:api\x20trucks',a64h(0x1d5)]},async function(a,b){const i=a64h,c=a[0x0],d=a64e[i(0x1da)](c);if(!d){b[i(0x1be)]?(Log[i(0x1d1)](i(0x1d3)),a64e[i(0x1bf)]()):Log[i(0x1c9)](i(0x1d0));throw new UsageError();}await d['invoke'](a[i(0x1dd)](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x1db))/0x1*(-parseInt(f(0x1d3))/0x2)+-parseInt(f(0x1d4))/0x3+parseInt(f(0x1d1))/0x4*(-parseInt(f(0x1d7))/0x5)+parseInt(f(0x1d9))/0x6+-parseInt(f(0x1cf))/0x7*(parseInt(f(0x1d0))/0x8)+-parseInt(f(0x1d8))/0x9+parseInt(f(0x1d5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xddead));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x1d2)]()[h(0x1d6)]('(((.+)+)+)+$')[h(0x1d2)]()[h(0x1ce)](a65a)[h(0x1d6)]('(((.+)+)+)+$');});a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x1ce;var f=c[d];return f;},a65d(a,b);}import'./whoami.sub.cmd.js';function a65c(){var i=['5327718wMDOEC','apply','4784BdDhgL','constructor','7vrgTcY','11805128VMckNA','764KHlKUv','toString','542aQjfuJ','4890489MYloTF','62107490nKUJOP','search','27070TAmwjq','6780483hNFnoW'];a65c=function(){return i;};return a65c();}
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x172))/0x1+parseInt(f(0x16f))/0x2*(parseInt(f(0x16d))/0x3)+parseInt(f(0x179))/0x4+parseInt(f(0x178))/0x5*(parseInt(f(0x174))/0x6)+parseInt(f(0x16c))/0x7*(-parseInt(f(0x170))/0x8)+-parseInt(f(0x171))/0x9*(parseInt(f(0x176))/0xa)+parseInt(f(0x175))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x54fb3));function a65c(){var h=['141BuEzPU','constructor','6458LTGtOC','31120wpCQwl','9QXpLRS','345006vaKDlj','toString','147354lRxrvy','4868545hujDgE','3732830pOJoMJ','search','25BpTCeB','986388myJZLp','(((.+)+)+)+$','1057OkzIeG'];a65c=function(){return h;};return a65c();}var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var g=a65d;return a65a[g(0x173)]()['search'](g(0x16b))[g(0x173)]()[g(0x16e)](a65a)[g(0x177)](g(0x16b));});function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x16b;var f=c[d];return f;},a65d(a,b);}a65a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x1c2;let f=c[d];return f;},a66d(a,b);}const a66i=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x1c4))/0x1+-parseInt(f(0x1d1))/0x2+parseInt(f(0x1d4))/0x3*(parseInt(f(0x1d7))/0x4)+parseInt(f(0x1c8))/0x5+parseInt(f(0x1ca))/0x6*(parseInt(f(0x1d5))/0x7)+-parseInt(f(0x1c7))/0x8+parseInt(f(0x1c2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x5dbfb));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x1cb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x1c6)]()['search'](h(0x1c5))['toString']()[h(0x1cd)](a66a)[h(0x1ce)](h(0x1c5));});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0x1c9)]({'name':a66i(0x1cf),'usage':a66i(0x1d0),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x1d2),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x1d6)](c);if(d)this[j(0x1d3)](c,a,b);else{Log[j(0x1c3)](j(0x1cc));throw new UsageErrorWithSubs();}});export default GetCommand;function a66c(){const k=['4706736YNQnkC','1944230oAqiBn','create','65562woUzeO','apply','Sub-Command\x20not\x20found','constructor','search','get','maka\x20get:<sub-command>','759184HRTWuG','Get\x20various\x20Maka\x20variables\x20and\x20configurations','runSubCommand','561hNBwVw','231wIlXKg','findSubCommand','13028oJFwCh','888417PqWbXy','error','105280zkUChf','(((.+)+)+)+$','toString'];a66c=function(){return k;};return a66c();}
1
+ function a66c(){const j=['16743hRktvg','121864klJDmq','Get\x20various\x20Maka\x20variables\x20and\x20configurations','error','11530RzgUwk','Sub-Command\x20not\x20found','10771124BsrjwP','constructor','3096hYHfIu','toString','2143339jkUnQA','findSubCommand','search','1RZUezO','maka\x20get:<sub-command>','56pKdfrk','get','78TiFArf','12YOCROZ','332KyftRf','(((.+)+)+)+$','3585cxxLnb','create','494974lBFmpA'];a66c=function(){return j;};return a66c();}const a66h=a66d;(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0x15e))/0x1*(parseInt(f(0x168))/0x2)+parseInt(f(0x169))/0x3*(-parseInt(f(0x164))/0x4)+-parseInt(f(0x166))/0x5*(-parseInt(f(0x162))/0x6)+-parseInt(f(0x160))/0x7*(parseInt(f(0x16a))/0x8)+parseInt(f(0x171))/0x9*(-parseInt(f(0x16d))/0xa)+-parseInt(f(0x173))/0xb*(-parseInt(f(0x163))/0xc)+parseInt(f(0x16f))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x48df6));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[g(0x172)]()[g(0x175)](g(0x165))['toString']()[g(0x170)](a66a)['search'](g(0x165));});a66a();import{Command}from'../../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x15e;let f=c[d];return f;},a66d(a,b);}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66h(0x167)]({'name':a66h(0x161),'usage':a66h(0x15f),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66h(0x16b),'validOpts':[]},async function(a,b){const i=a66h,c=a[0x0],d=this[i(0x174)](c);if(d)this['runSubCommand'](c,a,b);else{Log[i(0x16c)](i(0x16e));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a67i=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1c7;let f=c[d];return f;},a67d(a,b);}(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x1ca))/0x1*(-parseInt(f(0x1d6))/0x2)+-parseInt(f(0x1d8))/0x3+parseInt(f(0x1de))/0x4*(parseInt(f(0x1dc))/0x5)+-parseInt(f(0x1ce))/0x6*(parseInt(f(0x1d5))/0x7)+parseInt(f(0x1dd))/0x8*(-parseInt(f(0x1cd))/0x9)+parseInt(f(0x1d0))/0xa+-parseInt(f(0x1da))/0xb*(-parseInt(f(0x1d7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x4a078));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1d2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1cf)]()[h(0x1c9)]('(((.+)+)+)+$')['toString']()[h(0x1d3)](a67a)[h(0x1c9)]('(((.+)+)+)+$');});function a67c(){const k=['222684vpMezT','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','902LbUECq','create','10pxglkX','108624ppBRtj','1203252XphIta','global-config','getGlobalConfig','search','264728pPaYbP','log','exit','18nvDZiZ','6YzndYf','toString','122250TNIuQK','maka\x20get:global-config','apply','constructor','error','744107LECdYn','2dModoX','23676sWgjCu'];a67c=function(){return k;};return a67c();}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x1db)]({'name':a67i(0x1c7),'usage':a67i(0x1d1),'aliases':['gc'],'shortDesc':a67i(0x1d9),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this['fsi'][j(0x1c8)]();console[j(0x1cb)](a),process[j(0x1cc)](0x0);}catch(b){console[j(0x1d4)](b),process[j(0x1cc)](0x0);}},a67e);
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1a3))/0x1+-parseInt(f(0x1a9))/0x2+-parseInt(f(0x1ad))/0x3*(parseInt(f(0x1a5))/0x4)+-parseInt(f(0x1a8))/0x5+parseInt(f(0x1b0))/0x6*(-parseInt(f(0x1ae))/0x7)+parseInt(f(0x1b2))/0x8+parseInt(f(0x1a7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xee096));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1af)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()[h(0x1aa)](h(0x1ab))[h(0x1a4)]()['constructor'](a67a)[h(0x1aa)](h(0x1ab));});function a67c(){const k=['1479kxfpbR','21LiRPsr','apply','819942bavlgO','fsi','15448696VjsOlp','error','exit','getGlobalConfig','661869ahkbgT','toString','13016bJftzp','global-config','24427188FwAbSL','567780KdtEQn','1761206kIQOGE','search','(((.+)+)+)+$','log'];a67c=function(){return k;};return a67c();}a67a();import a67e from'./get.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1a3;let f=c[d];return f;},a67d(a,b);}import{Command}from'../../command.js';Command['create']({'name':a67i(0x1a6),'usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x1b1)][j(0x1b5)]();console[j(0x1ac)](a),process[j(0x1b4)](0x0);}catch(b){console[j(0x1b3)](b),process['exit'](0x0);}},a67e);
@@ -1 +1 @@
1
- const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0xe9))/0x1+parseInt(f(0xeb))/0x2*(-parseInt(f(0xec))/0x3)+-parseInt(f(0xe5))/0x4*(parseInt(f(0xed))/0x5)+-parseInt(f(0xe4))/0x6*(-parseInt(f(0xf2))/0x7)+-parseInt(f(0xe7))/0x8*(-parseInt(f(0xe3))/0x9)+-parseInt(f(0xdf))/0xa*(-parseInt(f(0xe6))/0xb)+parseInt(f(0xef))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x5a5b6));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0xf1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a['toString']()[h(0xe1)](h(0xe0))[h(0xe2)]()[h(0xee)](a68a)[h(0xe1)](h(0xe0));});function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xdd;let f=c[d];return f;},a68d(a,b);}a68a();function a68c(){const k=['28blSGWX','local-config','maka\x20get:local-config','40EnDrlu','(((.+)+)+)+$','search','toString','732411HtIVyR','369066ApIhok','136jXRrTJ','1785377tKFtrB','64YGRezF','log','504062JBfbJE','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','2eErTlz','1849137YwgIBA','39395KibjDf','constructor','2545500dmoMvX','fsi','apply'];a68c=function(){return k;};return a68c();}import a68e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a68i(0xdd),'usage':a68i(0xde),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0xea),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0xf0)]['getProjectConfig']();console[j(0xe8)](a);},a68e);
1
+ const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0x18a))/0x1*(parseInt(f(0x184))/0x2)+-parseInt(f(0x186))/0x3+parseInt(f(0x189))/0x4*(-parseInt(f(0x187))/0x5)+-parseInt(f(0x17d))/0x6+parseInt(f(0x180))/0x7*(parseInt(f(0x17e))/0x8)+-parseInt(f(0x17f))/0x9+parseInt(f(0x182))/0xa*(parseInt(f(0x188))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xe1986));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0x18c)]()[h(0x17b)](h(0x183))[h(0x18c)]()[h(0x18b)](a68a)[h(0x17b)](h(0x183));});a68a();function a68c(){const k=['1656012YgeliR','apply','970710bYOlbo','1005xLzQsa','1566829IdYKmG','17584RgBfMV','2KWRVdP','constructor','toString','fsi','local-config','search','maka\x20get:local-config','2103240lLjiZf','370520DUdOtL','2187063XELeje','140iFjOlQ','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','10PiyGKZ','(((.+)+)+)+$'];a68c=function(){return k;};return a68c();}import a68e from'./get.command.js';import{Command}from'../../command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x179;let f=c[d];return f;},a68d(a,b);}Command['create']({'name':a68i(0x17a),'usage':a68i(0x17c),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x181),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x179)]['getProjectConfig']();console['log'](a);},a68e);
@@ -1 +1 @@
1
- function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xfe;let f=c[d];return f;},a69d(a,b);}function a69c(){const l=['2774457yfjETz','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','(((.+)+)+)+$','User\x20Access\x20Token:\x20\x20','notice','maka\x20get:whoami','14077LUglLH','roles','15ZYwRhu','getGlobalConfig','exit','5654dpHqKh','constructor','search','whoami','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','user','token','30rVgDRc','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','userId','18520oopOwr','create','join','300912GUttEn','toString','fsi','3112YOkgLC','625646LoOFpS','hash','decode','apply','1700778nrzQZI','989075EwGBfs'];a69c=function(){return l;};return a69c();}const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x112))/0x1+parseInt(g(0x10d))/0x2+-parseInt(g(0x103))/0x3*(-parseInt(g(0x109))/0x4)+parseInt(g(0x11b))/0x5*(-parseInt(g(0x111))/0x6)+parseInt(g(0x119))/0x7*(parseInt(g(0x10c))/0x8)+-parseInt(g(0x113))/0x9+parseInt(g(0x106))/0xa*(parseInt(g(0x11e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x9f135));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x110)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a['toString']()[i(0xfe)]('(((.+)+)+)+$')[i(0x10a)]()[i(0x11f)](a69a)[i(0xfe)](i(0x115));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x107)]({'name':a69j(0xff),'usage':a69j(0x118),'shortDesc':a69j(0x104),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x10b)][k(0x11c)]();if(a[k(0x10e)]){const b=a69f[k(0x10f)](a[k(0x10e)]);Log['notice'](k(0x114)+b?.[k(0x101)]),Log[k(0x117)](k(0x100)+a[k(0x102)]?.[k(0x105)]),Log[k(0x117)](k(0x116)+a['token']?.['authToken']),Log[k(0x117)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x11a)][k(0x108)](',\x20'));}}catch(c){console['error'](c),process[k(0x11d)](0x0);}},a69e);
1
+ const a69j=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x76;let f=c[d];return f;},a69d(a,b);}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x77))/0x1*(-parseInt(g(0x80))/0x2)+parseInt(g(0x94))/0x3*(parseInt(g(0x7e))/0x4)+parseInt(g(0x8f))/0x5+parseInt(g(0x82))/0x6*(-parseInt(g(0x87))/0x7)+-parseInt(g(0x88))/0x8*(parseInt(g(0x85))/0x9)+parseInt(g(0x89))/0xa+parseInt(g(0x84))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x23182));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x8d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x8e)]()['search']('(((.+)+)+)+$')['toString']()[i(0x97)](a69a)[i(0x8a)](i(0x90));});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=['apply','toString','953545AofEAf','(((.+)+)+)+$','decode','create','token','291429heZCIX','hash','notice','constructor','error','1AaUVWp','join','fsi','userId','authToken','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','whoami','4HsFzPu','User\x20Access\x20Token:\x20\x20','8110rfvcYx','getGlobalConfig','541482NhYdJh','maka\x20get:whoami','1477828ijbArh','9WqIWqL','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','21CsBwdA','1157512ksKydO','1329210YdEnGD','search','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','roles'];a69c=function(){return l;};return a69c();}Command[a69j(0x92)]({'name':a69j(0x7d),'usage':a69j(0x83),'shortDesc':a69j(0x8b),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this[k(0x79)][k(0x81)]();if(a[k(0x95)]){const b=a69f[k(0x91)](a[k(0x95)]);Log['notice'](k(0x7c)+b?.['user']),Log[k(0x96)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a['token']?.[k(0x7a)]),Log[k(0x96)](k(0x7f)+a[k(0x93)]?.[k(0x7b)]),Log[k(0x96)](k(0x86)+b?.[k(0x8c)][k(0x78)](',\x20'));}}catch(c){console[k(0x76)](c),process['exit'](0x0);}},a69e);
@@ -1 +1 @@
1
- var a70i=a70d;function a70c(){var j=['812298myonCM','20lpfXmh','toString','1cGYlOR','4wTSZIm','1173543VaOYSt','519530LWSoJA','955770CBwsDA','(((.+)+)+)+$','6831671QPqMWh','apply','1559955lErghu','64agczEq','Try,\x20maka\x20--help','519255vVQohe','help'];a70c=function(){return j;};return a70c();}(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x1bc))/0x1*(-parseInt(f(0x1af))/0x2)+-parseInt(f(0x1b9))/0x3+-parseInt(f(0x1bd))/0x4*(-parseInt(f(0x1b4))/0x5)+-parseInt(f(0x1b0))/0x6+-parseInt(f(0x1ae))/0x7+-parseInt(f(0x1b5))/0x8*(parseInt(f(0x1b7))/0x9)+parseInt(f(0x1ba))/0xa*(parseInt(f(0x1b2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x39646));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x1b3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a['toString']()['search'](h(0x1b1))[h(0x1bb)]()['constructor'](a70a)['search'](h(0x1b1));});a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1ae;var f=c[d];return f;},a70d(a,b);}Command['create']({'name':a70i(0x1b8),'description':a70i(0x1b6),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ function a70c(){var j=['165MeIGfD','constructor','apply','Try,\x20maka\x20--help','1141azYNRV','4PjEddc','5526bSpYPJ','11653700iTTmRA','18222yTJaJZ','2816xeFqhM','(((.+)+)+)+$','Deprecated:\x20use\x20--help\x20instead','2161285liGdcI','30GCACnK','toString','360888BYdstM','602969SstGOw','75381HZZzCe'];a70c=function(){return j;};return a70c();}function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0xb9;var f=c[d];return f;},a70d(a,b);}var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0xc6))/0x1+-parseInt(f(0xc3))/0x2*(-parseInt(f(0xc7))/0x3)+parseInt(f(0xbb))/0x4*(-parseInt(f(0xc2))/0x5)+parseInt(f(0xbe))/0x6*(-parseInt(f(0xba))/0x7)+parseInt(f(0xbf))/0x8*(parseInt(f(0xbc))/0x9)+parseInt(f(0xbd))/0xa+parseInt(f(0xc8))/0xb*(parseInt(f(0xc5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xa5d58));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0xca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0xc4)]()['search'](h(0xc0))[h(0xc4)]()[h(0xc9)](a70a)['search']('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':'help','description':a70i(0xb9),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0xc1)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- function a71c(){const o=['6896396GWVUbi','app/private','Running\x20','385gxEGRN','pathFromProject','16IZinWJ','docs','812hghAZM','isFile','780246xTBMrV','fsi','43396SXZnuw','78qLhttk','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','plugins/markdown','toString','\x20-r\x20app','33596mydQox','.+\x5c.(j|t)s(doc|x)?$','8376etQxwH','search','503074cjYvuh','sep','maka\x20jsdoc\x20--init','44300YzFAdw','(((.+)+)+)+$','jsdoc-config.json','stringify','stop','12tdueZH','app/public','config','join','apply','maka\x20jsdoc','\x20-c\x20','app/node_modules','1397ABJpxv','create','app/packages','closure','utf-8','logError','jsdoc'];a71c=function(){return o;};return a71c();}function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x155;let f=c[d];return f;},a71d(a,b);}const a71m=a71d;(function(a,b){const j=a71d,c=a();while(!![]){try{const d=-parseInt(j(0x15c))/0x1+-parseInt(j(0x17e))/0x2*(-parseInt(j(0x17f))/0x3)+parseInt(j(0x158))/0x4*(-parseInt(j(0x176))/0x5)+parseInt(j(0x15a))/0x6*(parseInt(j(0x17a))/0x7)+parseInt(j(0x178))/0x8*(-parseInt(j(0x17c))/0x9)+parseInt(j(0x15f))/0xa*(parseInt(j(0x16c))/0xb)+-parseInt(j(0x164))/0xc*(-parseInt(j(0x173))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x79181));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0x168)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a[l(0x156)]()[l(0x15b)](l(0x160))[l(0x156)]()['constructor'](a71a)[l(0x15b)](l(0x160));});a71a();import a71e from'path';import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a71m(0x16d)]({'name':'jsdoc','usage':a71m(0x169),'mustBeInMakaProject':!![],'shortDesc':a71m(0x180),'examples':[a71m(0x15e),a71m(0x169)],'validOpts':[]},function(){const n=a71m,a=a71e['join'](this['fsi']['pathFromProject']({}),n(0x179)+a71e[n(0x15d)]),b=a71e[n(0x167)](this[n(0x17d)][n(0x177)]({}),n(0x166),n(0x161)),c=this[n(0x17d)][n(0x177)]({}),d=n(0x172);if(!this[n(0x17b)](b)){const g={'plugins':[n(0x155)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x172),n(0x16f)]},'source':{'includePattern':n(0x159),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[n(0x16e),n(0x16b),n(0x165),n(0x174)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x170)}};a71f['writeFileSync'](b,JSON[n(0x162)](g,null,0x4));}const f=this['logWithSpinner'](n(0x175)+d);try{const h=d+n(0x16a)+b+n(0x157)+a71e[n(0x15d)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice']('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0x171)](i),this[n(0x171)](n(0x181));}finally{f[n(0x163)]();}});
1
+ const a71m=a71d;(function(a,b){const j=a71d,c=a();while(!![]){try{const d=-parseInt(j(0x214))/0x1*(-parseInt(j(0x1f1))/0x2)+parseInt(j(0x1fc))/0x3+-parseInt(j(0x1f8))/0x4*(parseInt(j(0x1f4))/0x5)+-parseInt(j(0x204))/0x6+-parseInt(j(0x1fd))/0x7*(-parseInt(j(0x202))/0x8)+parseInt(j(0x20a))/0x9+parseInt(j(0x211))/0xa*(-parseInt(j(0x1f3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xc50b8));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a71d;if(c){const e=c[k(0x216)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const l=a71d;return a71a['toString']()[l(0x1fe)](l(0x206))[l(0x1fb)]()[l(0x20f)](a71a)[l(0x1fe)](l(0x206));});a71a();import a71e from'path';function a71c(){const o=['fsi','10myScNO','closure','docs','1AVaTpL','jsdoc-config.json','apply','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/public','maka\x20jsdoc\x20--init','app/private','968738AEvSdc','sep','11350471EhqPJg','805565lZrBUE','create','pathFromProject','\x20-r\x20app','4XgcxtC','logNotice','plugins/markdown','toString','3217452xZnQiV','4702439ZsDllZ','search','\x20-d\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','app/node_modules','8fPDbPk','jsdoc','5409270QFupbl','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','(((.+)+)+)+$','logWithSpinner','logError','stop','6056865BclAia','stringify','\x0a[+]\x20Documentation\x20written\x20to\x20','.+\x5c.(j|t)s(doc|x)?$','maka\x20jsdoc','constructor'];a71c=function(){return o;};return a71c();}function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a71d(a,b);}import a71f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a71m(0x1f5)]({'name':a71m(0x203),'usage':a71m(0x20e),'mustBeInMakaProject':!![],'shortDesc':a71m(0x200),'examples':[a71m(0x219),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a71m,a=a71e['join'](this[n(0x210)][n(0x1f6)]({}),n(0x213)+a71e[n(0x1f2)]),b=a71e['join'](this[n(0x210)][n(0x1f6)]({}),'config',n(0x215)),c=this[n(0x210)][n(0x1f6)]({}),d=n(0x203);if(!this['isFile'](b)){const g={'plugins':[n(0x1fa)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x203),n(0x212)]},'source':{'includePattern':n(0x20d),'excludePattern':n(0x217),'exclude':['app/packages',n(0x201),n(0x218),n(0x1f0)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a71f['writeFileSync'](b,JSON[n(0x20b)](g,null,0x4));}const f=this[n(0x207)]('Running\x20'+d);try{const h=d+'\x20-c\x20'+b+n(0x1f7)+a71e[n(0x1f2)]+n(0x1ff)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0x1f9)](n(0x20c)+a);}catch(i){this[n(0x208)](i),this[n(0x208)](n(0x205));}finally{f[n(0x209)]();}});
@@ -1 +1 @@
1
- const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=-parseInt(p(0x1fd))/0x1*(-parseInt(p(0x20d))/0x2)+parseInt(p(0x1f3))/0x3*(-parseInt(p(0x1f1))/0x4)+parseInt(p(0x210))/0x5*(parseInt(p(0x219))/0x6)+parseInt(p(0x1fe))/0x7*(-parseInt(p(0x1f7))/0x8)+parseInt(p(0x1f9))/0x9*(parseInt(p(0x214))/0xa)+parseInt(p(0x20a))/0xb*(-parseInt(p(0x1f6))/0xc)+parseInt(p(0x200))/0xd*(parseInt(p(0x1f4))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x4f5c5));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x21a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0x205)]()[r(0x207)](r(0x1f5))['toString']()['constructor'](a72a)[r(0x207)]('(((.+)+)+)+$');});a72a();import a72e from'path';import{ESLint}from'eslint';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a72d(a,b);}function a72c(){const u=['Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','58914ivqEbl','140LHXomk','(((.+)+)+)+$','336zzyLtu','3487496vBxypP','eslint','9ucgcQS','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','push','loadFormatter','1059zUmpeh','7OgWcvF','lintFiles','267384LHCsHC','join','/imports','eslint-plugin-react','service','toString','checkNpmPackage','search','.eslintrc.json','length','88968FDmngJ','imports','isFile','1062foboda','success','eslint/eslintrc.json','2555LgXxSh','stylish','template','fsi','2867770vthuhf','findAppDirectory','eslint-plugin-css','fix','notice','3360kGYtvU','apply','lint','Lint\x20results\x20for\x20','72HcFSzz'];a72c=function(){return u;};return a72c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command['create']({'name':a72s(0x21b),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':[a72s(0x217)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a72s(0x1fa),'examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a72s;try{const c=this['fsi'][t(0x215)](),d=this[t(0x213)][t(0x206)](t(0x1f8)),f=this['fsi'][t(0x206)](t(0x203)),g=this[t(0x213)][t(0x206)](t(0x216)),h=[];!d&&h[t(0x1fb)](t(0x1f8));!f&&h[t(0x1fb)]('eslint-plugin-react');!g&&h[t(0x1fb)](t(0x216));h[t(0x209)]>0x0&&await this['fsi']['installNpmPackage'](h[t(0x201)]('\x20'),{'dev':!![]});const i=this['fsi'][t(0x20c)](a72e[t(0x201)](c,t(0x208)));if(!i){const n={'noRename':!![]};await this[t(0x213)][t(0x212)]({'srcPath':t(0x20f),'destPath':a72e[t(0x201)](c,t(0x208)),'framework':t(0x204),'context':n});}const j=new ESLint(),k=await j[t(0x1ff)]([a72e['join'](c,t(0x20b),'**')]),l=await j[t(0x1fc)](t(0x211)),m=l['format'](k);m[t(0x209)]>0x0?Log['bright'](m):Log[t(0x20e)]('All\x20good!\x20:)'),Log[t(0x218)](t(0x1f0)+c+t(0x202)),b[t(0x217)]?await ESLint['outputFixes'](k):Log[t(0x218)](t(0x1f2));}catch(o){console['error'](o);}});
1
+ const a72s=a72d;(function(a,b){const p=a72d,c=a();while(!![]){try{const d=-parseInt(p(0x92))/0x1+parseInt(p(0x96))/0x2+parseInt(p(0x7d))/0x3+parseInt(p(0x8d))/0x4*(parseInt(p(0x9c))/0x5)+-parseInt(p(0x9b))/0x6+parseInt(p(0x9d))/0x7+-parseInt(p(0x98))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x2b0db));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a72d;if(c){const e=c[q(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const r=a72d;return a72a[r(0x93)]()[r(0x80)](r(0x79))[r(0x93)]()[r(0x86)](a72a)[r(0x80)](r(0x79));});a72a();import a72e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';function a72c(){const u=['eslint/eslintrc.json','eslint','findAppDirectory','lint','(((.+)+)+)+$','eslint-plugin-react','maka\x20lint','notice','513048NEptzv','template','fsi','search','checkNpmPackage','push','\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','lintFiles','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','constructor','apply','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','Lint\x20results\x20for\x20','service','.eslintrc.json','length','11812OScCGT','format','bright','stylish','eslint-plugin-css','311460mOulZl','toString','create','join','649546pEQCsq','error','1313904XbnMjt','All\x20good!\x20:)','installNpmPackage','1176978NsQqBs','205UcLjMl','1619422uVSTfI','outputFixes','fix'];a72c=function(){return u;};return a72c();}import{Command}from'../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x78;let f=c[d];return f;},a72d(a,b);}Command[a72s(0x94)]({'name':a72s(0x78),'usage':a72s(0x7b),'maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a72s(0x85),'description':a72s(0x83),'examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a72s;try{const c=this[t(0x7f)][t(0xa2)](),d=this[t(0x7f)][t(0x81)](t(0xa1)),f=this[t(0x7f)][t(0x81)](t(0x7a)),g=this['fsi']['checkNpmPackage'](t(0x91)),h=[];!d&&h['push'](t(0xa1));!f&&h['push'](t(0x7a));!g&&h[t(0x82)]('eslint-plugin-css');h[t(0x8c)]>0x0&&await this[t(0x7f)][t(0x9a)](h['join']('\x20'),{'dev':!![]});const i=this[t(0x7f)]['isFile'](a72e[t(0x95)](c,t(0x8b)));if(!i){const n={'noRename':!![]};await this[t(0x7f)][t(0x7e)]({'srcPath':t(0xa0),'destPath':a72e['join'](c,'.eslintrc.json'),'framework':t(0x8a),'context':n});}const j=new ESLint(),k=await j[t(0x84)]([a72e['join'](c,'imports','**')]),l=await j['loadFormatter'](t(0x90)),m=l[t(0x8e)](k);m[t(0x8c)]>0x0?Log[t(0x8f)](m):Log['success'](t(0x99)),Log['notice'](t(0x89)+c+'/imports'),b[t(0x9f)]?await ESLint[t(0x9e)](k):Log[t(0x7c)](t(0x88));}catch(o){console[t(0x97)](o);}});
@@ -1 +1 @@
1
- const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=parseInt(w(0xac))/0x1*(parseInt(w(0xc4))/0x2)+parseInt(w(0xbf))/0x3+-parseInt(w(0xb0))/0x4+parseInt(w(0xb1))/0x5*(parseInt(w(0xa8))/0x6)+parseInt(w(0xd7))/0x7*(parseInt(w(0xdb))/0x8)+parseInt(w(0xbd))/0x9+-parseInt(w(0xd2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x42ef1));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xa6;let f=c[d];return f;},a73d(a,b);}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0xc7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0xd0)]()[y(0xa7)](y(0xb7))['toString']()[y(0xb5)](a73a)[y(0xa7)](y(0xb7));});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';function a73c(){const B=['search','18RWzvZN','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','help','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','47XZrHpK','True','maka\x20login','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','1750940WofSFo','158855goowSr','withSpinner','Using\x20CA\x20Cert\x20','/api/v1/status','constructor','cert','(((.+)+)+)+$','localhost','parse','Email:','authToken','env','4722111SOezwT','update','364590RdmpAg','Password:\x20','success','Preflight\x20Check','start','5646hnoBYR','fsi','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','apply','password','failure','ask','exit','isFile','login','getGlobalConfig','/api/v1/login','toString','header','2273010glmrub','Logging\x20in','notice','sha256','error','7xhtwlR','debug','email','Logging\x20into\x20https://','519952JexIGR','assign','cacert','get','www.maka-cli.com','setGlobalConfig','post'];a73c=function(){return B;};return a73c();}const hostname=process[a73z(0xbc)]['MAKA_DEV']===a73z(0xad)?a73z(0xb8):a73z(0xdf);Command['create']({'name':a73z(0xcd),'validOpts':['email','password',a73z(0xaa),a73z(0xdd),a73z(0xd8)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0xa9),'examples':[a73z(0xae),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a73z,c=Log[A(0xb2)]();try{let d='';b[A(0xdd)]&&(this['fsi'][A(0xcc)](b['cacert'])?(d=b[A(0xdd)],Log[A(0xd4)](A(0xb3)+d)):Log['error'](A(0xaf)+d));const f=await this[A(0xc5)][A(0xce)]();if(f[A(0xb6)]){if(this[A(0xc5)]['isFile'](f['cert']))d=f['cert'];else{Log[A(0xd6)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[A(0xd1)](A(0xda)+hostname);const g={'url':'https://'+hostname+A(0xb4)};b[A(0xdd)]&&Object['assign'](g,{'cert':d});c[A(0xc3)](A(0xc2));const {statusCode:h}=await HTTPS[A(0xde)](g);if(h===0x198){c[A(0xc9)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[A(0xc9)]();throw'https://'+hostname+A(0xab);}c['success']();const i=b[A(0xd9)]?b['email']:await Actions[A(0xca)](A(0xba)),j=b[A(0xc8)]?b[A(0xc8)]:await Actions[A(0xca)](A(0xc0),!![]),k=a73e['md'][A(0xd5)]['create']();k[A(0xbe)](j);const l=k['digest']()['toHex'](),m={'hostname':hostname,'path':A(0xcf),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object[A(0xdc)](m,{'cert':d});c[A(0xc3)](A(0xd3));const {data:n,statusCode:o}=await HTTPS[A(0xa6)](m);if(o===0x198){c[A(0xc9)]('\x0a');throw A(0xc6)+hostname;}const p=JSON[A(0xb9)](n);if(p[A(0xbb)]){const q={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':p[A(0xbb)]},'data':{}};b[A(0xdd)]&&Object[A(0xdc)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0xa6)](q),{token:t}=JSON[A(0xb9)](r);if(s===0x198)throw A(0xc6)+hostname;const u={'token':p,'hash':t};this[A(0xc5)][A(0xe0)](u);}else{c['failure']();throw p;}c[A(0xc1)]();}catch(v){c[A(0xc9)](),console[A(0xd6)](v),process[A(0xcb)](0x0);}});
1
+ const a73z=a73d;(function(a,b){const w=a73d,c=a();while(!![]){try{const d=-parseInt(w(0x18f))/0x1+-parseInt(w(0x17b))/0x2+-parseInt(w(0x182))/0x3*(parseInt(w(0x171))/0x4)+-parseInt(w(0x178))/0x5+parseInt(w(0x18d))/0x6*(parseInt(w(0x183))/0x7)+-parseInt(w(0x187))/0x8+-parseInt(w(0x18b))/0x9*(-parseInt(w(0x17d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xe5913));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a73d;if(c){const e=c[x(0x176)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const y=a73d;return a73a[y(0x188)]()[y(0x161)](y(0x180))[y(0x188)]()[y(0x16f)](a73a)[y(0x161)]('(((.+)+)+)+$');});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';function a73c(){const B=['email','success','cacert','toHex','cert','failure','get','ask','True','maka\x20login','notice','start','constructor','Logging\x20into\x20https://','3037108RcBtiU','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','fsi','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','MAKA_DEV','apply','/api/v1/login','8748600nzYKbW','https://','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','2785352mBsACu','login','17610sqMuCz','/api/v1/status','localhost','(((.+)+)+)+$','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','3zfSxbI','16597qMIrWi','getGlobalConfig','password','create','6225592MYwVmN','toString','www.maka-cli.com','header','27711xCiaNu','error','2046eqQoru','isFile','610451OZCEUI','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','assign','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','post','authToken','parse','digest','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','exit','help','sha256','search','/api/v1/encodeJwt'];a73c=function(){return B;};return a73c();}import{HTTPS}from'../tools/https/https.class.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x161;let f=c[d];return f;},a73d(a,b);}const hostname=process['env'][a73z(0x175)]===a73z(0x16b)?a73z(0x17f):a73z(0x189);Command[a73z(0x186)]({'name':a73z(0x17c),'validOpts':[a73z(0x163),a73z(0x185),a73z(0x199),a73z(0x165),'debug'],'usage':a73z(0x16c),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a73z(0x197),'examples':['maka\x20login',a73z(0x190)]},async function(a,b){const A=a73z,c=Log['withSpinner']();try{let d='';b[A(0x165)]&&(this[A(0x173)][A(0x18e)](b[A(0x165)])?(d=b[A(0x165)],Log[A(0x16d)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x18c)](A(0x172)+d));const f=await this[A(0x173)][A(0x184)]();if(f['cert']){if(this[A(0x173)][A(0x18e)](f[A(0x167)]))d=f['cert'];else{Log['error'](A(0x174)+d);return;}}Log[A(0x18a)](A(0x170)+hostname);const g={'url':'https://'+hostname+A(0x17e)};b['cacert']&&Object[A(0x191)](g,{'cert':d});c[A(0x16e)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0x169)](g);if(h===0x198){c['failure']();throw A(0x181);}if(h!==0xc8){c[A(0x168)]();throw A(0x179)+hostname+A(0x192);}c['success']();const i=b[A(0x163)]?b[A(0x163)]:await Actions['ask']('Email:'),j=b[A(0x185)]?b[A(0x185)]:await Actions[A(0x16a)]('Password:\x20',!![]),k=a73e['md'][A(0x19a)][A(0x186)]();k['update'](j);const l=k[A(0x196)]()[A(0x166)](),m={'hostname':hostname,'path':A(0x177),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x165)]&&Object[A(0x191)](m,{'cert':d});c['start']('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x193)](m);if(o===0x198){c[A(0x168)]('\x0a');throw A(0x17a)+hostname;}const p=JSON['parse'](n);if(p[A(0x194)]){const q={'hostname':hostname,'path':A(0x162),'headers':{'x-auth-token':p[A(0x194)]},'data':{}};b[A(0x165)]&&Object[A(0x191)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x193)](q),{token:t}=JSON[A(0x195)](r);if(s===0x198)throw A(0x17a)+hostname;const u={'token':p,'hash':t};this[A(0x173)]['setGlobalConfig'](u);}else{c[A(0x168)]();throw p;}c[A(0x164)]();}catch(v){c['failure'](),console['error'](v),process[A(0x198)](0x0);}});
@@ -1 +1 @@
1
- const a74n=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x16b;let f=c[d];return f;},a74d(a,b);}(function(a,b){const l=a74d,c=a();while(!![]){try{const d=parseInt(l(0x171))/0x1*(parseInt(l(0x17d))/0x2)+parseInt(l(0x190))/0x3*(-parseInt(l(0x170))/0x4)+parseInt(l(0x185))/0x5*(parseInt(l(0x182))/0x6)+-parseInt(l(0x17c))/0x7*(parseInt(l(0x17f))/0x8)+-parseInt(l(0x191))/0x9+parseInt(l(0x18a))/0xa+parseInt(l(0x188))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x57d44));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(0x16e)]()[m(0x172)](m(0x18e))['toString']()[m(0x178)](a74a)[m(0x172)](m(0x18e));});a74a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74n(0x193)]['MAKA_DEV']===a74n(0x181)?a74n(0x18d):a74n(0x18b);function a74c(){const p=['1Rxfyex','search','cert','create','assign','setGlobalConfig','logout','constructor','cacert','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','63pHydDE','739620syGcNX','https://','483632qBjPrG','get','True','1596csNSEs','/api/v1/status','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','11830gzpoGA','fsi','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','2304973rPROxo','/api/v1/logoutAll','391920XARICB','www.maka-cli.com','Logging\x20out','localhost','(((.+)+)+)+$','exit','28338IMXzTj','1141281BnSEKc','getGlobalConfig','env','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','maka\x20logout','Logging\x20out\x20of\x20https://','start','error','isFile','notice','header','token','authToken','success','Preflight\x20Check','toString','post','92NLmcbb'];a74c=function(){return p;};return a74c();}Command[a74n(0x174)]({'name':a74n(0x177),'validOpts':[a74n(0x179)],'usage':a74n(0x195),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a74n(0x195)]},async function(a,b){const o=a74n,c=Log['withSpinner']();try{let d='';b[o(0x179)]&&(this['fsi'][o(0x199)](b[o(0x179)])?(d=b[o(0x179)],Log[o(0x19a)]('Using\x20CA\x20Cert\x20'+d)):Log[o(0x198)](o(0x184)+d));const f=await this[o(0x186)][o(0x192)]();if(f['cert']){if(this[o(0x186)][o(0x199)](f[o(0x173)]))d=f['cert'];else{c[o(0x17a)]();throw Log['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log[o(0x19b)](o(0x196)+hostname);const g={'url':o(0x17e)+hostname+o(0x183)};b[o(0x179)]&&Object[o(0x175)](g,{'cert':d});c[o(0x197)](o(0x16d));const {statusCode:h}=await HTTPS[o(0x180)](g);if(h===0x198){c['failure']();throw o(0x17b);}c[o(0x16c)]();if(h!==0xc8){c['failure']();throw o(0x194);}if(!f?.[o(0x19c)]?.[o(0x16b)])throw Log[o(0x198)](o(0x187));c[o(0x197)](o(0x18c));const i={'hostname':hostname,'path':o(0x189),'data':{},'headers':{'x-auth-token':f[o(0x19c)]['authToken']}};b[o(0x179)]&&Object[o(0x175)](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x16f)](i);if(j===0x198){c[o(0x17a)]('\x0a');throw o(0x17b);}this['fsi'][o(0x176)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console['error'](k),process[o(0x18f)](0x0);}});
1
+ const a74o=a74d;(function(a,b){const l=a74d,c=a();while(!![]){try{const d=-parseInt(l(0x1c2))/0x1*(parseInt(l(0x1b1))/0x2)+parseInt(l(0x1ad))/0x3+parseInt(l(0x1b8))/0x4+-parseInt(l(0x1c6))/0x5*(parseInt(l(0x1ac))/0x6)+parseInt(l(0x1cd))/0x7+parseInt(l(0x1c4))/0x8*(-parseInt(l(0x1bb))/0x9)+-parseInt(l(0x1cb))/0xa*(-parseInt(l(0x1a7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xd1d09));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a74d;if(c){const e=c[m(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const n=a74d;return a74a[n(0x1d5)]()[n(0x1ce)](n(0x1cf))[n(0x1d5)]()['constructor'](a74a)[n(0x1ce)](n(0x1cf));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1a7;let f=c[d];return f;},a74d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a74c(){const q=['(((.+)+)+)+$','withSpinner','failure','cert','token','fsi','toString','627otyZFx','logout','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','apply','post','2154774bSWWfN','1347516oKpGxU','exit','assign','isFile','3393706bNEmXZ','cacert','Logging\x20out\x20of\x20https://','/api/v1/logoutAll','/api/v1/status','notice','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','6281512lbGTKg','MAKA_DEV','setGlobalConfig','14679dhUPED','True','getGlobalConfig','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','env','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Using\x20CA\x20Cert\x20','1SGBlYY','authToken','8160zgmzTQ','create','20lZDgKy','maka\x20logout','success','error','start','577210IAnvlv','https://','2427201TNCjPA','search'];a74c=function(){return q;};return a74c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74o(0x1bf)][a74o(0x1b9)]===a74o(0x1bc)?'localhost':'www.maka-cli.com';Command[a74o(0x1c5)]({'name':a74o(0x1a8),'validOpts':[a74o(0x1b2)],'usage':a74o(0x1c7),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a74o(0x1c7)]},async function(a,b){const p=a74o,c=Log[p(0x1d0)]();try{let d='';b[p(0x1b2)]&&(this['fsi']['isFile'](b[p(0x1b2)])?(d=b[p(0x1b2)],Log[p(0x1b6)](p(0x1c1)+d)):Log[p(0x1c9)](p(0x1a9)+d));const f=await this[p(0x1d4)][p(0x1bd)]();if(f[p(0x1d2)]){if(this[p(0x1d4)][p(0x1b0)](f[p(0x1d2)]))d=f['cert'];else{c[p(0x1d1)]();throw Log[p(0x1c9)](p(0x1b7)+d);}}Log['header'](p(0x1b3)+hostname);const g={'url':p(0x1cc)+hostname+p(0x1b5)};b['cacert']&&Object[p(0x1af)](g,{'cert':d});c[p(0x1ca)]('Preflight\x20Check');const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0x1d1)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0x1c8)]();if(h!==0xc8){c[p(0x1d1)]();throw p(0x1c0);}if(!f?.['token']?.['authToken'])throw Log[p(0x1c9)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0x1ca)]('Logging\x20out');const i={'hostname':hostname,'path':p(0x1b4),'data':{},'headers':{'x-auth-token':f[p(0x1d3)][p(0x1c3)]}};b[p(0x1b2)]&&Object[p(0x1af)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x1ab)](i);if(j===0x198){c['failure']('\x0a');throw p(0x1be);}this[p(0x1d4)][p(0x1ba)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1c8)]();}catch(k){k&&console[p(0x1c9)](k),process[p(0x1ae)](0x0);}});
@@ -1 +1 @@
1
- const a75j=a75d;(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0x6b))/0x1*(parseInt(h(0x86))/0x2)+-parseInt(h(0x71))/0x3+parseInt(h(0x70))/0x4+-parseInt(h(0x80))/0x5*(-parseInt(h(0x6c))/0x6)+parseInt(h(0x82))/0x7+-parseInt(h(0x84))/0x8*(-parseInt(h(0x79))/0x9)+parseInt(h(0x81))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd43c3));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(0x85)]()[i(0x75)](i(0x74))['toString']()[i(0x83)](a75a)[i(0x75)](i(0x74));});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x6b;let f=c[d];return f;},a75d(a,b);}a75a();function a75c(){const l=['2591096wosNlD','4339842OJmFor','verbose','create','(((.+)+)+)+$','search','getConfigPath','pm2\x20logs','parse','3303uorgxH','logs','sshSync','log','ssh.json','maka\x20logs\x20--env\x20dev','maka\x20logs\x20--env\x20staging','20qYFwED','8239070yXXzhV','7749035gdszxe','constructor','13544Qqmgnv','toString','2vLhTNp','env','894716PvrYOf','15942EMaNjU','join','fsi','maka\x20l\x20-e\x20p'];a75c=function(){return l;};return a75c();}import a75e from'fs';import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a75j(0x73)]({'name':a75j(0x7a),'aliases':['l',a75j(0x7c)],'usage':'maka\x20logs','requiredOpts':[a75j(0x87)],'mustBeInMakaProject':!![],'validOpts':[a75j(0x72)],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a75j(0x7e),a75j(0x7f),a75j(0x6f)]},function(a,b){const k=a75j,c=k(0x77),d=this[k(0x6e)][k(0x76)](b['env']),e=a75f[k(0x6d)](d,k(0x7d)),f=a75e['readFileSync'](e),g=JSON[k(0x78)](f['toString']());Object['assign'](g,{'env':d}),SSH[k(0x7b)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a75k=a75d;function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x174;let f=c[d];return f;},a75d(a,b);}(function(a,b){const h=a75d,c=a();while(!![]){try{const d=-parseInt(h(0x17e))/0x1*(parseInt(h(0x18b))/0x2)+parseInt(h(0x178))/0x3+-parseInt(h(0x17f))/0x4+-parseInt(h(0x176))/0x5+-parseInt(h(0x18a))/0x6+-parseInt(h(0x188))/0x7+parseInt(h(0x189))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x98731));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a75d;if(c){const e=c[i(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const j=a75d;return a75a['toString']()[j(0x175)]('(((.+)+)+)+$')[j(0x17c)]()['constructor'](a75a)[j(0x175)](j(0x182));});a75a();import a75e from'fs';import a75f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a75k(0x186)]({'name':a75k(0x181),'aliases':['l',a75k(0x180)],'usage':'maka\x20logs','requiredOpts':[a75k(0x183)],'mustBeInMakaProject':!![],'validOpts':[a75k(0x17a)],'shortDesc':a75k(0x17b),'examples':['maka\x20logs\x20--env\x20dev','maka\x20logs\x20--env\x20staging',a75k(0x177)]},function(a,b){const l=a75k,c=l(0x179),d=this[l(0x185)]['getConfigPath'](b[l(0x183)]),e=a75f[l(0x187)](d,'ssh.json'),f=a75e[l(0x174)](e),g=JSON[l(0x17d)](f[l(0x17c)]());Object['assign'](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});function a75c(){const m=['log','logs','(((.+)+)+)+$','env','apply','fsi','create','join','4550294BkkqyY','26704048QIffgb','5010582SDhGxg','590346PYaSPl','readFileSync','search','4965320WHHORE','maka\x20l\x20-e\x20p','2685102wQToun','pm2\x20logs','verbose','View\x20the\x20PM2\x20logs','toString','parse','2jmWZGg','2160232UlqRCn'];a75c=function(){return m;};return a75c();}