@maka/maka-cli 4.6.2 → 4.6.3

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 (136) hide show
  1. package/bundle/obf/package.json +2 -2
  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/install.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/https/progress.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.class.js +1 -1
  129. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/options/options.class.js +1 -1
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  132. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  134. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  136. package/package.json +2 -2
@@ -1 +1 @@
1
- function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x119;let f=c[d];return f;},a54d(a,b);}const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=parseInt(f(0x164))/0x1*(parseInt(f(0x183))/0x2)+parseInt(f(0x15e))/0x3*(parseInt(f(0x187))/0x4)+-parseInt(f(0x13e))/0x5+parseInt(f(0x12d))/0x6*(-parseInt(f(0x123))/0x7)+parseInt(f(0x173))/0x8*(-parseInt(f(0x17c))/0x9)+-parseInt(f(0x142))/0xa*(parseInt(f(0x133))/0xb)+parseInt(f(0x130))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x42a06));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0x18c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0x11d)]()[h(0x150)](h(0x129))[h(0x11d)]()['constructor'](a54a)[h(0x150)](h(0x129));});a54a();export const rooms=[{'name':'Library','description':a54i(0x14d),'isStartRoom':!![],'items':[{'type':a54i(0x18d),'name':a54i(0x14f),'description':a54i(0x186)},{'type':a54i(0x126),'name':a54i(0x160),'description':'A\x20thin\x20log\x20book','content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a54i(0x154),'targetRoom':a54i(0x168)}]},{'name':a54i(0x168),'description':a54i(0x18e),'exits':[{'direction':a54i(0x14c),'targetRoom':a54i(0x16d),'keyRequired':a54i(0x14f)},{'direction':a54i(0x137),'targetRoom':'Courtyard'}]},{'name':a54i(0x16d),'description':a54i(0x121),'items':[{'type':a54i(0x172),'name':a54i(0x134),'description':a54i(0x138)}]},{'name':a54i(0x11e),'description':a54i(0x184),'roomType':a54i(0x11a),'exits':[{'direction':'UP','targetRoom':a54i(0x17b)}]},{'name':a54i(0x17b),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':'OUTSIDE','puzzle':{'requiredPhrase':'secret123','riddle':a54i(0x156),'rewardItem':{'type':a54i(0x180),'name':a54i(0x188),'description':a54i(0x16c)},'successMessage':a54i(0x147),'failureMessage':a54i(0x18b)}}];export const dungeonConfig=[{'name':a54i(0x11c),'description':a54i(0x135),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a54i(0x15f),'riddle':a54i(0x14b),'rewardItem':{'type':'key','name':a54i(0x155),'description':a54i(0x165)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a54i(0x153)},'exits':[{'direction':a54i(0x13b),'targetRoom':a54i(0x14e)},{'direction':'east','targetRoom':a54i(0x12f),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a54i(0x14e),'description':a54i(0x148),'roomType':a54i(0x189),'items':[{'type':a54i(0x126),'name':a54i(0x17d),'description':a54i(0x143),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':'key','name':a54i(0x155),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a54i(0x136),'targetRoom':a54i(0x11c)},{'direction':a54i(0x15a),'targetRoom':a54i(0x169)}]},{'name':a54i(0x169),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a54i(0x189),'items':[{'type':'basic','name':'Empty\x20vial','description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a54i(0x16a),'targetRoom':a54i(0x14e)},{'direction':a54i(0x13b),'targetRoom':a54i(0x17e)}]},{'name':a54i(0x17e),'description':a54i(0x175),'roomType':a54i(0x189),'items':[{'type':'shield','name':'Emblem\x20Shield','description':a54i(0x15d)},{'type':a54i(0x122),'name':'Rusted\x20Sword','description':a54i(0x177)}],'exits':[{'direction':a54i(0x136),'targetRoom':a54i(0x169)},{'direction':a54i(0x15a),'targetRoom':a54i(0x12f)}]},{'name':a54i(0x12f),'description':a54i(0x12b),'roomType':a54i(0x189),'exits':[{'direction':'west','targetRoom':a54i(0x17e)},{'direction':a54i(0x136),'targetRoom':'Entrance\x20Hall'},{'direction':'north','targetRoom':a54i(0x170)},{'direction':a54i(0x15a),'targetRoom':'Treasure\x20Room'}]},{'name':a54i(0x170),'description':a54i(0x161),'roomType':a54i(0x189),'items':[{'type':a54i(0x18d),'name':a54i(0x152),'description':a54i(0x145)}],'puzzle':{'requiredPhrase':a54i(0x176),'riddle':a54i(0x185),'rewardItem':{'type':a54i(0x13f),'name':a54i(0x141),'description':a54i(0x16f)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a54i(0x18a)},'exits':[{'direction':'south','targetRoom':a54i(0x12f)}]},{'name':a54i(0x16d),'description':a54i(0x179),'roomType':a54i(0x189),'puzzle':{'requiredPhrase':a54i(0x139),'riddle':a54i(0x171),'rewardItem':{'type':a54i(0x120),'name':a54i(0x16e),'description':a54i(0x178)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a54i(0x16b)},'exits':[{'direction':'west','targetRoom':a54i(0x12f)}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a54i(0x14a),'isStartRoom':!![],'roomType':a54i(0x189),'exits':[{'direction':'north','targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a54i(0x182),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a54i(0x189),'puzzle':{'requiredPhrase':'decrypt','riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a54i(0x18d),'name':'Encrypted\x20Data\x20Key','description':a54i(0x15c)},'successMessage':a54i(0x11f),'failureMessage':a54i(0x17a)},'exits':[{'direction':a54i(0x157),'targetRoom':'Jackpoint\x20Login'}]},{'name':a54i(0x174),'description':a54i(0x151),'roomType':a54i(0x13c),'exits':[{'direction':'south','targetRoom':a54i(0x17f)},{'direction':a54i(0x15a),'targetRoom':a54i(0x163)},{'direction':a54i(0x16a),'targetRoom':a54i(0x12e)}]},{'name':a54i(0x163),'description':a54i(0x158),'roomType':a54i(0x13c),'puzzle':{'requiredPhrase':a54i(0x119),'riddle':a54i(0x149),'rewardItem':{'type':'key','name':a54i(0x11b),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a54i(0x140),'failureMessage':a54i(0x131)},'exits':[{'direction':'west','targetRoom':a54i(0x174)},{'direction':a54i(0x13b),'targetRoom':a54i(0x159)}]},{'name':a54i(0x12e),'description':a54i(0x162),'roomType':a54i(0x189),'items':[{'type':'creditstick','name':a54i(0x128),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a54i(0x127),'name':'CorpSec\x20Plans','description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a54i(0x15a),'targetRoom':a54i(0x174)}]},{'name':a54i(0x159),'description':a54i(0x15b),'roomType':a54i(0x13c),'items':[{'type':a54i(0x12a),'name':'Ares\x20Predator','description':a54i(0x12c)}],'exits':[{'direction':'south','targetRoom':a54i(0x163)},{'direction':a54i(0x13b),'targetRoom':'Mage\x27s\x20Lair'},{'direction':a54i(0x15a),'targetRoom':a54i(0x181)}]},{'name':a54i(0x125),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a54i(0x189),'puzzle':{'requiredPhrase':a54i(0x166),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':'amulet','name':a54i(0x13a),'description':a54i(0x167)},'successMessage':a54i(0x124),'failureMessage':a54i(0x144)},'exits':[{'direction':'south','targetRoom':a54i(0x159)}]},{'name':'Rigger\x27s\x20Workshop','description':a54i(0x146),'roomType':'inside','items':[{'type':a54i(0x13d),'name':'MCT\x20Fly-Spy','description':a54i(0x132)}],'exits':[{'direction':a54i(0x16a),'targetRoom':a54i(0x159)}]}];function a54c(){const j=['The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','cup','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','sword','133fZHEXN','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Mage\x27s\x20Lair','book','document','Corporate\x20Creditstick','(((.+)+)+)+$','weapon','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','10074VrZjNc','Corp\x20Enclave','Central\x20Chamber','1940496EidUIe','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20small\x20surveillance\x20drone.','55QHiHdM','Holy\x20Grail','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','south','SOUTH','The\x20legendary\x20Holy\x20Grail.','insert\x20gem','Amulet\x20of\x20Awakening','north','outside','drone','1542640xbEzyB','gem','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Ancient\x20Gem','334150iEcqBe','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20key\x20stained\x20with\x20old\x20blood.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','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','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','NORTH','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Study','Golden\x20Key','search','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Blood-stained\x20Key','Nothing\x20happens.','EAST','Central\x20Chamber\x20Key','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','down','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Barrens\x20Hideout','east','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','1592382eqekOx','open\x20sesame','Guard\x27s\x20Log\x20Book','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Barrens\x20Entrance','5yOrpwy','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','disenchant','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Secret\x20Passage','Alchemy\x20Lab','west','The\x20chest\x20remains\x20firmly\x20shut.','A\x20long-range\x20weapon.','Treasure\x20Room','Golden\x20Chalice','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Torture\x20Chamber','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','holyGrail','1012296bNjBvH','Downtown\x20Seattle','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','release','An\x20old\x20and\x20rusted\x20sword.','A\x20chalice\x20made\x20of\x20pure\x20gold.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20data\x20remains\x20encrypted.','Watch\x20Tower','27MiDBRH','Riddle\x20Book','Armory','Jackpoint\x20Login','rifle','Rigger\x27s\x20Workshop','Matrix\x20Data\x20Haven','187006KAhKPb','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','4PMWvDg','Sniper\x20Rifle','inside','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','That\x20passcode\x20is\x20incorrect','apply','key','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','show\x20loyalty','OUTSIDE','Gang\x20Insignia','Entrance\x20Hall','toString','Courtyard'];a54c=function(){return j;};return a54c();}
1
+ const a54i=a54d;(function(a,b){const f=a54d,c=a();while(!![]){try{const d=parseInt(f(0xf0))/0x1+parseInt(f(0xef))/0x2+-parseInt(f(0xd9))/0x3*(parseInt(f(0x13b))/0x4)+-parseInt(f(0xe8))/0x5*(-parseInt(f(0x135))/0x6)+-parseInt(f(0x13d))/0x7*(parseInt(f(0x12f))/0x8)+-parseInt(f(0x10b))/0x9*(-parseInt(f(0xe9))/0xa)+-parseInt(f(0x12b))/0xb*(parseInt(f(0x102))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x3c2a4));function a54c(){const j=['Treasure\x20Room','Gang\x20Insignia','creditstick','OUTSIDE','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','holyGrail','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Central\x20Chamber','shield','The\x20legendary\x20Holy\x20Grail.','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','Watch\x20Tower','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','A\x20thin\x20log\x20book','A\x20chalice\x20made\x20of\x20pure\x20gold.','NORTH','Amulet\x20of\x20Awakening','inside','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Torture\x20Chamber','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','CorpSec\x20Plans','EAST','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','toString','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','288035wHrGGy','Golden\x20Key','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20key\x20stained\x20with\x20old\x20blood.','40IONkua','Study','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Riddle\x20Book','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Jackpoint\x20Login','1111314RPaoyE','book','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Matrix\x20Data\x20Haven','document','That\x20passcode\x20is\x20incorrect','24664mHWUsJ','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','337155ryGcOW','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Central\x20Chamber\x20Key','Armory','amulet','weapon','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','(((.+)+)+)+$','Encrypted\x20Data\x20Key','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Rigger\x27s\x20Workshop','secret123','Library','gem','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Barrens\x20Entrance','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Courtyard','The\x20chest\x20remains\x20firmly\x20shut.','An\x20old\x20and\x20rusted\x20sword.','Empty\x20vial','search','78GGfunm','Ancient\x20Gem','drone','Entrance\x20Hall','Mage\x27s\x20Lair','Alchemy\x20Lab','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','release','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','SOUTH','key','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','basic','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','5JGYpbJ','6460EyuyNU','Downtown\x20Seattle','Corp\x20Enclave','A\x20small\x20surveillance\x20drone.','MCT\x20Fly-Spy','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','490196FMfDnR','381828Opnsqx','west','south','Rusted\x20Sword','cup','A\x20creditstick\x20loaded\x20with\x20nuyen.','outside','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','disenchant','Secret\x20Passage','Nothing\x20happens.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','north','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','apply','east','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','264fFrFkn','Golden\x20Chalice','Barrens\x20Hideout','Corporate\x20Creditstick','Holy\x20Grail','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','constructor','Ares\x20Predator','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','5733BNahNq'];a54c=function(){return j;};return a54c();}const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a54d;if(c){const e=c[g(0xfe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const h=a54d;return a54a[h(0x129)]()[h(0xd8)](h(0x144))[h(0x129)]()[h(0x108)](a54a)[h(0xd8)]('(((.+)+)+)+$');});a54a();export const rooms=[{'name':a54i(0x149),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a54i(0xe3),'name':a54i(0x12c),'description':a54i(0x110)},{'type':a54i(0x136),'name':'Guard\x27s\x20Log\x20Book','description':a54i(0x11c),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':a54i(0x126),'targetRoom':a54i(0xf9)}]},{'name':a54i(0xf9),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a54i(0x11e),'targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a54i(0xe2),'targetRoom':a54i(0xd4)}]},{'name':a54i(0x10c),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a54i(0x114),'name':a54i(0x106),'description':a54i(0x118)}]},{'name':a54i(0xd4),'description':a54i(0xe7),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a54i(0x11a)}]},{'name':a54i(0x11a),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a54i(0x10f),'puzzle':{'requiredPhrase':a54i(0x148),'riddle':a54i(0xe6),'rewardItem':{'type':'rifle','name':'Sniper\x20Rifle','description':'A\x20long-range\x20weapon.'},'successMessage':a54i(0x119),'failureMessage':a54i(0x13a)}}];export const dungeonConfig=[{'name':a54i(0xdc),'description':a54i(0xe1),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':'open\x20sesame','riddle':a54i(0xdf),'rewardItem':{'type':a54i(0xe3),'name':a54i(0x13f),'description':a54i(0x101)},'successMessage':a54i(0xd0),'failureMessage':a54i(0xfa)},'exits':[{'direction':a54i(0xfc),'targetRoom':a54i(0x130)},{'direction':'east','targetRoom':'Central\x20Chamber','keyRequired':a54i(0x13f)}]},{'name':a54i(0x130),'description':a54i(0x146),'roomType':a54i(0x120),'items':[{'type':a54i(0x136),'name':a54i(0x132),'description':a54i(0x13c),'content':a54i(0x11b)},{'type':a54i(0xe3),'name':a54i(0x13f),'description':a54i(0x101)}],'exits':[{'direction':a54i(0xf2),'targetRoom':a54i(0xdc)},{'direction':a54i(0xff),'targetRoom':'Alchemy\x20Lab'}]},{'name':a54i(0xde),'description':a54i(0x12a),'roomType':a54i(0x120),'items':[{'type':a54i(0xe5),'name':a54i(0xd7),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a54i(0xf1),'targetRoom':'Study'},{'direction':'north','targetRoom':'Armory'}]},{'name':a54i(0x140),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a54i(0x120),'items':[{'type':a54i(0x117),'name':'Emblem\x20Shield','description':a54i(0x100)},{'type':'sword','name':a54i(0xf3),'description':a54i(0xd6)}],'exits':[{'direction':a54i(0xf2),'targetRoom':'Alchemy\x20Lab'},{'direction':a54i(0xff),'targetRoom':a54i(0x116)}]},{'name':a54i(0x116),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a54i(0x120),'exits':[{'direction':'west','targetRoom':'Armory'},{'direction':a54i(0xf2),'targetRoom':'Entrance\x20Hall'},{'direction':a54i(0xfc),'targetRoom':'Torture\x20Chamber'},{'direction':a54i(0xff),'targetRoom':a54i(0x10c)}]},{'name':a54i(0x123),'description':a54i(0x111),'roomType':'inside','items':[{'type':a54i(0xe3),'name':'Blood-stained\x20Key','description':a54i(0x12e)}],'puzzle':{'requiredPhrase':a54i(0xe0),'riddle':a54i(0x107),'rewardItem':{'type':a54i(0x14a),'name':a54i(0xda),'description':a54i(0x113)},'successMessage':a54i(0xf7),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a54i(0xf2),'targetRoom':a54i(0x116)}]},{'name':a54i(0x10c),'description':a54i(0x143),'roomType':a54i(0x120),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a54i(0x133),'rewardItem':{'type':a54i(0xf4),'name':a54i(0x103),'description':a54i(0x11d)},'successMessage':a54i(0xe4),'failureMessage':a54i(0xd5)},'exits':[{'direction':a54i(0xf1),'targetRoom':a54i(0x116)}]}];function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0xd0;let f=c[d];return f;},a54d(a,b);}export const shadowrunConfig=[{'name':a54i(0x134),'description':a54i(0xd3),'isStartRoom':!![],'roomType':a54i(0x120),'exits':[{'direction':a54i(0xfc),'targetRoom':a54i(0xea)},{'direction':'up','targetRoom':a54i(0x138)}]},{'name':'Matrix\x20Data\x20Haven','description':a54i(0x115),'roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':a54i(0x10a),'rewardItem':{'type':'key','name':a54i(0x145),'description':a54i(0x112)},'successMessage':a54i(0x121),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':'down','targetRoom':a54i(0x134)}]},{'name':a54i(0xea),'description':a54i(0x13e),'roomType':a54i(0xf6),'exits':[{'direction':a54i(0xf2),'targetRoom':a54i(0x134)},{'direction':a54i(0xff),'targetRoom':a54i(0xd1)},{'direction':'west','targetRoom':a54i(0xeb)}]},{'name':a54i(0xd1),'description':a54i(0x122),'roomType':a54i(0xf6),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a54i(0x12d),'rewardItem':{'type':a54i(0xe3),'name':a54i(0x10d),'description':a54i(0xee)},'successMessage':a54i(0x127),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a54i(0xf1),'targetRoom':a54i(0xea)},{'direction':a54i(0xfc),'targetRoom':a54i(0x104)}]},{'name':a54i(0xeb),'description':a54i(0xfd),'roomType':a54i(0x120),'items':[{'type':a54i(0x10e),'name':a54i(0x105),'description':a54i(0xf5)},{'type':a54i(0x139),'name':a54i(0x125),'description':a54i(0xd2)}],'exits':[{'direction':a54i(0xff),'targetRoom':'Downtown\x20Seattle'}]},{'name':a54i(0x104),'description':a54i(0x137),'roomType':'outside','items':[{'type':a54i(0x142),'name':a54i(0x109),'description':a54i(0x128)}],'exits':[{'direction':'south','targetRoom':'Barrens\x20Entrance'},{'direction':a54i(0xfc),'targetRoom':a54i(0xdd)},{'direction':a54i(0xff),'targetRoom':a54i(0x147)}]},{'name':a54i(0xdd),'description':a54i(0xfb),'roomType':a54i(0x120),'puzzle':{'requiredPhrase':a54i(0xf8),'riddle':a54i(0x131),'rewardItem':{'type':a54i(0x141),'name':a54i(0x11f),'description':a54i(0x124)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':'The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'},'exits':[{'direction':a54i(0xf2),'targetRoom':a54i(0x104)}]},{'name':a54i(0x147),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a54i(0x120),'items':[{'type':a54i(0xdb),'name':a54i(0xed),'description':a54i(0xec)}],'exits':[{'direction':a54i(0xf1),'targetRoom':a54i(0x104)}]}];
@@ -1 +1 @@
1
- var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x130))/0x1*(-parseInt(f(0x14e))/0x2)+-parseInt(f(0x12c))/0x3+-parseInt(f(0x135))/0x4*(parseInt(f(0x14d))/0x5)+parseInt(f(0x13f))/0x6+parseInt(f(0x146))/0x7*(-parseInt(f(0x142))/0x8)+parseInt(f(0x145))/0x9*(parseInt(f(0x139))/0xa)+parseInt(f(0x12d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x326c9));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x136)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a['toString']()[h(0x13e)](h(0x147))[h(0x13a)]()[h(0x132)](a55a)['search']('(((.+)+)+)+$');});function a55c(){var j=['3357pOLbru','19978AzndyC','(((.+)+)+)+$','player','solved','name','_currentLocation','size','1655830fWMJyG','82808bPsBwY','_maxCarryingWeight','_equipment','color','shape','_logger','102012lWQhTH','8189874CyIHzN','unlockItemOrSolution','isStartRoom','1sPEQaP','_inventory','constructor','weight','characterLocations','4XwDkFM','apply','logger','rating','2030yLpntI','toString','isLocked','texture','uuid','search','589416gPVvai','roomA','description','856RPGKnn','roomB','exits'];a55c=function(){return j;};return a55c();}a55a();import{EventEmitter}from'events';export class AbstractScene{['rooms'];[a55i(0x148)];['logger'];[a55i(0x134)];}export class AbstractRoom extends EventEmitter{[a55i(0x14a)];[a55i(0x141)];[a55i(0x144)];['inventory'];['puzzle'];['roomType'];[a55i(0x12f)];}export class AbstractDoor{[a55i(0x140)];[a55i(0x143)];[a55i(0x13b)];[a55i(0x12e)];[a55i(0x14a)];[a55i(0x137)];['isLockable'];}export class AbstractInventory{['items'];[a55i(0x137)];}export class AbstractItem{[a55i(0x13d)];[a55i(0x14a)];[a55i(0x141)];[a55i(0x14c)];['category'];[a55i(0x12a)];[a55i(0x151)];[a55i(0x13c)];[a55i(0x138)];[a55i(0x133)];}export class AbstractPlayer{['_playerName'];[a55i(0x14b)];[a55i(0x131)];[a55i(0x150)];[a55i(0x14f)];[a55i(0x12b)];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x12a;var f=c[d];return f;},a55d(a,b);}export class AbstractPuzzle{['logger'];[a55i(0x149)];}
1
+ var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x1a5))/0x1+parseInt(f(0x1a4))/0x2*(-parseInt(f(0x1a1))/0x3)+-parseInt(f(0x198))/0x4+parseInt(f(0x185))/0x5*(-parseInt(f(0x18d))/0x6)+-parseInt(f(0x18e))/0x7+-parseInt(f(0x189))/0x8+parseInt(f(0x1a3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x2a005));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x182)]()[h(0x187)](h(0x191))[h(0x182)]()[h(0x19d)](a55a)[h(0x187)](h(0x191));});a55a();import{EventEmitter}from'events';export class AbstractScene{[a55i(0x192)];[a55i(0x193)];[a55i(0x194)];['characterLocations'];}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x180;var f=c[d];return f;},a55d(a,b);}function a55c(){var j=['constructor','inventory','shape','rating','75EiCmGh','exits','7172046TiAObb','7768ByjyXX','238584YCBvUG','description','roomB','toString','_playerName','roomType','5seKHPi','name','search','uuid','2469256bAXoOO','solved','apply','_logger','1976916WfMlCH','109690beXMkx','unlockItemOrSolution','weight','(((.+)+)+)+$','rooms','player','logger','roomA','color','isStartRoom','450112TuJVwi','isLocked','_maxCarryingWeight','_inventory','category'];a55c=function(){return j;};return a55c();}export class AbstractRoom extends EventEmitter{['name'];[a55i(0x180)];[a55i(0x1a2)];[a55i(0x19e)];['puzzle'];[a55i(0x184)];[a55i(0x197)];}export class AbstractDoor{[a55i(0x195)];[a55i(0x181)];[a55i(0x199)];[a55i(0x18f)];[a55i(0x186)];['logger'];['isLockable'];}export class AbstractInventory{['items'];[a55i(0x194)];}export class AbstractItem{[a55i(0x188)];['name'];[a55i(0x180)];['size'];[a55i(0x19c)];[a55i(0x19f)];[a55i(0x196)];['texture'];[a55i(0x1a0)];[a55i(0x190)];}export class AbstractPlayer{[a55i(0x183)];['_currentLocation'];[a55i(0x19b)];['_equipment'];[a55i(0x19a)];[a55i(0x18c)];}export class AbstractPuzzle{['logger'];[a55i(0x18a)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x134))/0x1*(-parseInt(k(0xfd))/0x2)+parseInt(k(0x10b))/0x3*(-parseInt(k(0x11a))/0x4)+-parseInt(k(0x126))/0x5+-parseInt(k(0x131))/0x6*(parseInt(k(0x10c))/0x7)+parseInt(k(0x108))/0x8+-parseInt(k(0x125))/0x9*(parseInt(k(0xf8))/0xa)+-parseInt(k(0x103))/0xb*(-parseInt(k(0x104))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x57ae9));export var Size;(function(a){var l=a56d;a[l(0xe4)]=l(0xed),a[l(0x106)]=l(0xfe),a[l(0x102)]='medium',a[l(0x10f)]='large',a[l(0xf1)]=l(0x105);}(Size||(Size={})));export var Rating;function a56c(){var v=['LegArmor','Brown','book','Medium','479743onfiTq','204eTpjPD','very\x20large','Small','BodyArmor','5468480daeTvQ','north','Orange','97305fahSBK','203nrIrTD','fuzzy','legendary','Large','hat','outside','Smooth','Fuzzy','Rifle','boots','Book','forest','rifle','smooth','88kaNoAv','yellow','FOREST','DOWN','Red','CAVE','rough','Rare','east','Yellow','metallic','18zswEPZ','593635ittVHY','unknown','inside','toString','INSIDE','Blue','west','rectangle','cave','gloves','ArmArmor','126066xAyiNa','brown','underground','1JVEmeU','purple','Green','shield','key','Cup','Metallic','Grey','mountain','Tiny','Rough','red','Key','SOUTH','Hat','leg\x20armor','common','body\x20armor','tiny','south','search','orange','VeryLarge','MOUNTAIN','helmet','SEA','Legendary','triangle','Unknown','938570guWpCt','TOWER','rare','Shield','apply','1126988YCgSfw','small'];a56c=function(){return v;};return a56c();}(function(a){var m=a56d;a['Common']=m(0xeb),a[m(0x121)]=m(0xfa),a[m(0xf5)]=m(0x10e);}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a['Weapon']='weapon',a[n(0xfb)]=n(0x137),a[n(0xe7)]=n(0xdf),a['Gloves']=n(0x12f),a['Helmet']=n(0xf3),a[n(0xe9)]=n(0x110),a['Boots']=n(0x115),a[n(0xff)]=n(0xea),a[n(0x130)]='arm\x20armor',a[n(0x107)]=n(0xec),a[n(0x116)]=n(0x101),a[n(0xe0)]='cup',a[n(0xf7)]=n(0x127);}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a['Circle']='circle',a['Square']='square',a['Triangle']=o(0xf6),a['Rectangle']=o(0x12d),a['Blade']='blade',a[o(0x114)]=o(0x118);}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a[p(0x11e)]=p(0xe6),a[p(0x12b)]='blue',a[p(0x136)]='green',a[p(0x123)]=p(0x11b),a[p(0x10a)]=p(0xf0),a['Purple']=p(0x135),a[p(0xe2)]='grey',a[p(0x100)]=p(0x132),a['Gold']='gold';}(Color||(Color={})));export var Texture;(function(c){var s=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var q=a56d;if(h){var j=h[q(0xfc)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a56d;return e[r(0x129)]()[r(0xef)]('(((.+)+)+)+$')['toString']()['constructor'](e)[r(0xef)]('(((.+)+)+)+$');});e(),c[s(0x112)]=s(0x119),c[s(0xe5)]=s(0x120),c['Bumpy']='bumpy',c[s(0x113)]=s(0x10d),c['Grainy']='grainy',c[s(0xe1)]=s(0x124);}(Texture||(Texture={})));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xdf;var f=c[d];return f;},a56d(a,b);}export var RoomType;(function(a){var t=a56d;a[t(0x12a)]=t(0x128),a['OUTSIDE']=t(0x111),a['UNDERGROUND']=t(0x133),a[t(0x11f)]=t(0x12e),a[t(0xf9)]='tower',a[t(0x11c)]=t(0x117),a['DESERT']='desert',a[t(0xf2)]=t(0xe3),a['BEACH']='beach',a[t(0xf4)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a['NORTH']=u(0x109),a['EAST']=u(0x122),a[u(0xe8)]=u(0xee),a['WEST']=u(0x12c),a['UP']='up',a[u(0x11d)]='down';}(Direction||(Direction={})));
1
+ (function(a,b){var k=a56d,c=a();while(!![]){try{var d=-parseInt(k(0x194))/0x1*(parseInt(k(0x1a6))/0x2)+parseInt(k(0x1c5))/0x3+-parseInt(k(0x1a2))/0x4+-parseInt(k(0x1b5))/0x5*(-parseInt(k(0x1c8))/0x6)+-parseInt(k(0x1cc))/0x7+-parseInt(k(0x1b1))/0x8+parseInt(k(0x18a))/0x9*(parseInt(k(0x176))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x9f91e));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x173;var f=c[d];return f;},a56d(a,b);}export var Size;(function(a){var l=a56d;a[l(0x1bb)]=l(0x175),a[l(0x193)]='small',a[l(0x196)]=l(0x187),a[l(0x19d)]=l(0x1b0),a[l(0x19b)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a56d;a[m(0x1ca)]=m(0x185),a[m(0x1cd)]='rare',a[m(0x1b8)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a56d;a[n(0x1ae)]=n(0x1c0),a[n(0x1c7)]=n(0x180),a['Key']=n(0x1ba),a[n(0x192)]=n(0x177),a[n(0x17a)]='helmet',a[n(0x1ce)]=n(0x174),a[n(0x1bf)]=n(0x1a1),a[n(0x1b4)]='leg\x20armor',a['ArmArmor']='arm\x20armor',a['BodyArmor']='body\x20armor',a[n(0x1a8)]=n(0x19f),a[n(0x17c)]=n(0x1bc),a[n(0x1c9)]=n(0x179);}(Category||(Category={})));export var Shape;(function(a){var o=a56d;a['Circle']=o(0x18e),a[o(0x1b9)]='square',a['Triangle']=o(0x188),a[o(0x19e)]=o(0x1b7),a[o(0x19a)]=o(0x1c2),a['Rifle']='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a56d;a['Red']='red',a[p(0x198)]=p(0x1a4),a[p(0x190)]=p(0x1ac),a[p(0x1c4)]=p(0x1a9),a['Orange']=p(0x17d),a[p(0x1b3)]=p(0x1c3),a[p(0x1a7)]=p(0x181),a[p(0x1cb)]='brown',a[p(0x1be)]='gold';}(Color||(Color={})));export var Texture;(function(a){var q=a56d;a[q(0x19c)]=q(0x1af),a[q(0x1bd)]='rough',a['Bumpy']=q(0x17e),a['Fuzzy']=q(0x1ab),a['Grainy']=q(0x197),a[q(0x199)]=q(0x17b);}(Texture||(Texture={})));export var RoomType;function a56c(){var v=['grainy','Blue','Metallic','Blade','VeryLarge','Smooth','Large','Rectangle','book','UNDERGROUND','boots','47688YexlDw','mountain','blue','CAVE','7868SQmgBh','Grey','Book','yellow','(((.+)+)+)+$','fuzzy','green','apply','Weapon','smooth','large','557000dUJiMj','tower','Purple','LegArmor','603710UaGPLv','WEST','rectangle','Legendary','Square','key','Tiny','cup','Rough','Gold','Boots','weapon','EAST','blade','purple','Yellow','2915442EEVZxJ','search','Shield','42CIlFuE','Unknown','Common','Brown','3455515NoYwNE','Rare','Hat','cave','hat','tiny','225780kSWxEh','gloves','west','unknown','Helmet','metallic','Cup','orange','bumpy','DOWN','shield','grey','FOREST','forest','OUTSIDE','common','INSIDE','medium','triangle','south','18dxzgsg','BEACH','toString','inside','circle','down','Green','constructor','Gloves','Small','161dJfmfr','NORTH','Medium'];a56c=function(){return v;};return a56c();}(function(c){var t=a56d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a56d;if(h){var j=h[r(0x1ad)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a56d;return e[s(0x18c)]()[s(0x1c6)](s(0x1aa))[s(0x18c)]()[s(0x191)](e)[s(0x1c6)](s(0x1aa));});e(),c[t(0x186)]=t(0x18d),c[t(0x184)]='outside',c[t(0x1a0)]='underground',c[t(0x1a5)]=t(0x173),c['TOWER']=t(0x1b2),c[t(0x182)]=t(0x183),c['DESERT']='desert',c['MOUNTAIN']=t(0x1a3),c[t(0x18b)]='beach',c['SEA']='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a56d;a[u(0x195)]='north',a[u(0x1c1)]='east',a['SOUTH']=u(0x189),a[u(0x1b6)]=u(0x178),a['UP']='up',a[u(0x17f)]=u(0x18f);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0x123))/0x1*(parseInt(f(0x11c))/0x2)+parseInt(f(0x122))/0x3+-parseInt(f(0x125))/0x4*(parseInt(f(0x11e))/0x5)+-parseInt(f(0x11f))/0x6+parseInt(f(0x124))/0x7*(parseInt(f(0x121))/0x8)+parseInt(f(0x120))/0x9*(-parseInt(f(0x118))/0xa)+parseInt(f(0x117))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x48dcb));function a57c(){var i=['9RVAxfn','850424zclYno','851127jTQUfo','36fzJdPh','14CxoNgn','41320xsFfyu','7632449HgxOaT','77620fPpLXw','apply','toString','(((.+)+)+)+$','7954eWsXqS','search','165CZxdnT','2399442nMVKVV'];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(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x11a)]()[h(0x11d)](h(0x11b))[h(0x11a)]()['constructor'](a57a)['search'](h(0x11b));});a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x117;var f=c[d];return f;},a57d(a,b);}export{};
1
+ function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x1b5;var f=c[d];return f;},a57d(a,b);}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x1b9))/0x1*(-parseInt(f(0x1ba))/0x2)+-parseInt(f(0x1be))/0x3*(-parseInt(f(0x1b8))/0x4)+-parseInt(f(0x1c1))/0x5*(parseInt(f(0x1c3))/0x6)+-parseInt(f(0x1b6))/0x7*(-parseInt(f(0x1c4))/0x8)+-parseInt(f(0x1bf))/0x9+-parseInt(f(0x1b5))/0xa*(parseInt(f(0x1c0))/0xb)+-parseInt(f(0x1bd))/0xc*(-parseInt(f(0x1bb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x9f39c));function a57c(){var i=['6318670VwXWaI','search','6yfCPmM','344rbSUGJ','60okUDOr','50267mbvkmd','(((.+)+)+)+$','20HWPgYZ','152041rlISFV','2SFmkPQ','13QQqbVN','apply','15317976cTAgYz','769656OWrGzn','7023528QqXOFv','36091tEbhtk'];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(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a['toString']()[h(0x1c2)]('(((.+)+)+)+$')['toString']()['constructor'](a57a)[h(0x1c2)](h(0x1b7));});a57a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x199))/0x1*(-parseInt(f(0x193))/0x2)+-parseInt(f(0x194))/0x3+-parseInt(f(0x19c))/0x4+parseInt(f(0x197))/0x5+parseInt(f(0x19a))/0x6+-parseInt(f(0x190))/0x7+parseInt(f(0x196))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x4048c));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x190;var f=c[d];return f;},a58d(a,b);}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x195)]()['search'](h(0x198))['toString']()[h(0x191)](a58a)[h(0x192)]('(((.+)+)+)+$');});a58a();export{};function a58c(){var i=['592281Kfeyks','toString','7256440GfxRdC','2199950FGBjBi','(((.+)+)+)+$','5737iQVcMm','152772IofHOG','apply','1636928CSpbtL','2553964RBjTMM','constructor','search','48rboZfP'];a58c=function(){return i;};return a58c();}
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x75))/0x1*(-parseInt(f(0x7f))/0x2)+parseInt(f(0x81))/0x3+-parseInt(f(0x82))/0x4+parseInt(f(0x7a))/0x5+parseInt(f(0x79))/0x6*(parseInt(f(0x76))/0x7)+parseInt(f(0x7d))/0x8*(-parseInt(f(0x78))/0x9)+-parseInt(f(0x77))/0xa*(parseInt(f(0x7b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xd1c71));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[g(0x7c)]()[g(0x7e)](g(0x80))[g(0x7c)]()[g(0x74)](a58a)[g(0x7e)](g(0x80));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x74;var f=c[d];return f;},a58d(a,b);}a58a();function a58c(){var h=['384IXvDfF','search','2sPesrq','(((.+)+)+)+$','5010102XsrVwh','4026488MSuzav','constructor','271631xEjYCk','147DtPPxN','1191270Pxirdc','234963tEnWIY','354798CZwBnk','8350405TxjZni','110kTPpHI','toString'];a58c=function(){return h;};return a58c();}export{};
@@ -1 +1 @@
1
- const a59G=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x10e))/0x1*(parseInt(y(0x114))/0x2)+-parseInt(y(0xef))/0x3+parseInt(y(0xf3))/0x4*(-parseInt(y(0x117))/0x5)+-parseInt(y(0x108))/0x6+parseInt(y(0x11f))/0x7+parseInt(y(0x118))/0x8+parseInt(y(0x142))/0x9*(parseInt(y(0x134))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x3ba2b));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-0xec;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 A=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a59d;return g[z(0x111)]()[z(0x135)](z(0x10a))[z(0x111)]()['constructor'](g)[z(0x135)]('(((.+)+)+)+$');});g();try{const h=a59e[A(0x104)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a59e[A(0x146)]({'top':'0%','left':A(0x10b),'width':A(0xf0),'height':A(0x11e),'border':{'type':A(0x12f)},'label':A(0x107),'content':A(0x12c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x145)]()['map'](v=>v[B(0x101)]);i[B(0x11b)](u[B(0x13a)]('\x0a')),h[B(0x141)]();};h[A(0x109)](i);const k=a59e['box']({'top':A(0x11e),'left':A(0x10b),'width':'25%','height':A(0xf0),'border':{'type':A(0x12f)},'label':'\x20Equipment\x20','content':A(0x13c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x139)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x109)](k);const l=t=>{const C=A;k[C(0x11b)](C(0x10f)+(t['head']?t[C(0xee)][C(0x101)]:C(0x127))+'\x0a'+(C(0x136)+(t[C(0x116)]?t[C(0x116)][C(0x101)]:C(0x127))+'\x0a')+(C(0xfe)+(t[C(0x11d)]?t[C(0x11d)]['name']:C(0x127))+'\x0a')+(C(0xf2)+(t[C(0x113)]?t[C(0x113)][C(0x101)]:'None')+'\x0a')+(C(0x125)+(t['arms']?t[C(0x124)][C(0x101)]:C(0x127))+'\x0a')+(C(0x110)+(t[C(0xf4)]?t[C(0xf4)][C(0x101)]:C(0x127))+'\x0a')+(C(0x120)+(t['leftHand']?t[C(0x13f)]['name']:'None')+'\x0a')+(C(0x12e)+(t[C(0x130)]?t[C(0x130)][C(0x101)]:'None')+'\x0a')),h['render']();},m=a59e['box']({'top':'70%','left':A(0x10b),'width':A(0xf0),'height':A(0x100),'border':{'type':A(0x12f)},'label':A(0xfc),'content':A(0xfa),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const D=A;let u='Currently\x20in:\x20'+t[D(0x101)]+'\x0a\x0a';u+=D(0x140),t[D(0xed)][D(0x105)]>0x0?t[D(0xed)][D(0xff)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x132)](t);x[E(0x11a)]===RoomType[E(0x12b)]?u+=capitalCase(w)+':\x20'+x[E(0x101)]:u+=capitalCase(w)+':\x20'+v['name'];if(v[E(0x119)]())u+=E(0xf7);else v[E(0x103)]()&&(u+=E(0x102));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x10d),m[D(0x11b)](u),h[D(0x141)]();},o=a59e['box']({'id':'logBox','top':'0%','left':'0%','width':'75%','height':A(0x13e),'border':{'type':'line'},'label':A(0x10c),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x115)),h[A(0x109)](o);const p=a59e[A(0xf1)]({'bottom':0x0,'left':0x0,'width':A(0xec),'height':A(0x13b),'tags':!![],'border':{'type':A(0x12f)},'style':{'fg':A(0x128),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x109)](p),h[A(0x122)]([A(0x126),'C-c'],()=>process[A(0x13d)](0x0)),p[A(0x123)](),h[A(0x141)]();const q=Logger[A(0xfd)](e[A(0x138)],h),r=new Player({'playerName':c});q[A(0x143)](A(0xf8));const s=a59f['getInstance'](r,d);o['setContent'](s['getWelcomeMessage']()),l(s['player'][A(0x144)]),j(s[A(0x11c)][A(0x12a)]),n(s[A(0x11c)]['currentLocation']),p[A(0x122)]([A(0x12d)],async()=>{const F=A,t=p[F(0x131)](),u=s['handleInput'](t);(t['split']('\x20')[0x0]===F(0xf9)||F(0x121)||F(0xf6))&&(j(s[F(0x11c)]['inventory']),l(s['player'][F(0x144)])),(t[F(0x133)]('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s[F(0x11c)]['currentLocation']),t[F(0x133)]('\x20')[0x0]===F(0x137)&&o[F(0x11b)](''),u===null&&(console[F(0x129)](F(0xf5)),h[F(0x141)](),q[F(0x143)]('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o['pushLine'](u),o['scroll'](0x1),p[F(0x112)](),p[F(0x123)](),h['render']();});}catch(t){console['log'](t),process[A(0x13d)](0x1);}}const args=process['argv'][a59G(0xfb)](0x2);function a59c(){const H=['clear','logFilePath','yellow','join','10%','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','exit','90%','leftHand','-----\x20Exits\x20------\x0a','render','18MIBVHd','write','equipment','getAllItems','box','100%','exits','head','716322asWnSx','25%','textbox','Feet:\x20','11880VWDDgV','gloves','Thanks\x20for\x20playing!','unequip','\x20(Locked)','----->>>>>>\x20Initializing\x20Game','take','Available\x20exits\x20will\x20be\x20shown\x20here...','slice','\x20Map\x20','getInstance','Legs:\x20','forEach','20%','name','\x20(Unlocked)','checkIfLockable','screen','size','parse','\x20Inventory\x20','774600OuISYB','append','(((.+)+)+)+$','75%','\x20Game\x20Log\x20','\x0aThere\x20are\x20no\x20exits\x20here.','10huBEhq','Head:\x20','Gloves:\x20','toString','clearValue','feet','70204srxSsO','mousemove','torso','575JmAKNr','1602624njUusw','checkIfLocked','roomType','setContent','player','legs','45%','3180807pzOFRm','Left\x20Hand:\x20','equip','key','focus','arms','Arms:\x20','escape','None','white','log','inventory','OUTSIDE','Your\x20items\x20will\x20be\x20listed\x20here...','enter','Right\x20Hand:\x20','line','rightHand','getValue','getOtherSide','split','3249910NiZVGy','search','Torso:\x20'];a59c=function(){return H;};return a59c();}main(args[0x0],JSON[a59G(0x106)](args[0x1]),JSON[a59G(0x106)](args[0x2]));
1
+ const a59H=a59d;(function(a,b){const y=a59d,c=a();while(!![]){try{const d=-parseInt(y(0x236))/0x1+parseInt(y(0x1fd))/0x2*(parseInt(y(0x21b))/0x3)+-parseInt(y(0x23a))/0x4+-parseInt(y(0x1fb))/0x5*(-parseInt(y(0x223))/0x6)+parseInt(y(0x21e))/0x7*(-parseInt(y(0x20f))/0x8)+-parseInt(y(0x1e8))/0x9*(-parseInt(y(0x229))/0xa)+-parseInt(y(0x205))/0xb*(-parseInt(y(0x1ea))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x7bef9));function a59c(){const I=['Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Torso:\x20','25%','Thanks\x20for\x20playing!','exit','escape','933105CNJozg','\x20(Locked)','(((.+)+)+)+$','5019735xqSjjR','exits','currentLocation','45%','focus','64938XVyBAG','enter','100%','checkIfLockable','logBox','Side\x20Quest\x20Adventure\x20Game','10cdqYZT','Arms:\x20','join','-----\x20Exits\x20------\x0a','getValue','\x20Equipment\x20','getInstance','arms','\x0aThere\x20are\x20no\x20exits\x20here.','\x20Game\x20Log\x20','write','75%','setContent','302617GJoQjc','C-c','Available\x20exits\x20will\x20be\x20shown\x20here...','feet','2898044lvPROB','checkIfLocked','Head:\x20','constructor','argv','torso','parse','handleInput','leftHand','yellow','line','slice','key','split','7851852BRZHGd','append','6168Axkdpx','white','removeAllListeners','20%','legs','head','render','apply','lock','take','getWelcomeMessage','cyan','OUTSIDE','scroll','getAllItems','name','rightHand','55HjiqMH','box','2zGsvXS','\x20Map\x20','inventory','10%','Your\x20items\x20will\x20be\x20listed\x20here...','map','mousemove','roomType','20317epmrwF','Legs:\x20','clear','toString','textbox','equip','unlock','search','Left\x20Hand:\x20','gloves','8nrgbGf','None','pushLine','player','----->>>>>>\x20Initializing\x20Game','equipment'];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';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1df;let f=c[d];return f;},a59d(a,b);}import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a59d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a59d;if(j){const l=j[z(0x1f1)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a59d;return g['toString']()[A(0x20c)](A(0x21d))[A(0x208)]()[A(0x23d)](g)[A(0x20c)](A(0x21d));});g();try{const h=a59e['screen']({'smartCSR':!![],'title':B(0x228)}),i=a59e['box']({'top':'0%','left':B(0x234),'width':'25%','height':B(0x221),'border':{'type':B(0x1e4)},'label':'\x20Inventory\x20','content':B(0x201),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e3)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1f8)]()[C(0x202)](v=>v[C(0x1f9)]);i[C(0x235)](u[C(0x22b)]('\x0a')),h['render']();};h[B(0x1e9)](i);const k=a59e[B(0x1fc)]({'top':B(0x221),'left':B(0x234),'width':'25%','height':B(0x217),'border':{'type':B(0x1e4)},'label':B(0x22e),'content':B(0x215),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e3)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0x235)](D(0x23c)+(t[D(0x1ef)]?t[D(0x1ef)][D(0x1f9)]:D(0x210))+'\x0a'+(D(0x216)+(t[D(0x1df)]?t['torso'][D(0x1f9)]:D(0x210))+'\x0a')+(D(0x206)+(t[D(0x1ee)]?t['legs'][D(0x1f9)]:D(0x210))+'\x0a')+('Feet:\x20'+(t[D(0x239)]?t['feet'][D(0x1f9)]:D(0x210))+'\x0a')+(D(0x22a)+(t[D(0x230)]?t[D(0x230)][D(0x1f9)]:D(0x210))+'\x0a')+('Gloves:\x20'+(t[D(0x20e)]?t[D(0x20e)][D(0x1f9)]:D(0x210))+'\x0a')+(D(0x20d)+(t[D(0x1e2)]?t[D(0x1e2)][D(0x1f9)]:D(0x210))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0x1fa)]?t['rightHand'][D(0x1f9)]:D(0x210))+'\x0a')),h[D(0x1f0)]();},m=a59e[B(0x1fc)]({'top':'70%','left':B(0x234),'width':B(0x217),'height':B(0x1ed),'border':{'type':B(0x1e4)},'label':B(0x1fe),'content':B(0x238),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e3)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+=E(0x22c),t[E(0x21f)]['size']>0x0?t[E(0x21f)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x204)]===RoomType[F(0x1f6)]?u+=capitalCase(w)+':\x20'+x[F(0x1f9)]:u+=capitalCase(w)+':\x20'+v[F(0x1f9)];if(v[F(0x23b)]())u+=F(0x21c);else v[F(0x226)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x231),m[E(0x235)](u),h[E(0x1f0)]();},o=a59e[B(0x1fc)]({'id':B(0x227),'top':'0%','left':'0%','width':B(0x234),'height':'90%','border':{'type':B(0x1e4)},'label':B(0x232),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e3)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1ec)](B(0x203)),h[B(0x1e9)](o);const p=a59e[B(0x209)]({'bottom':0x0,'left':0x0,'width':B(0x225),'height':B(0x200),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x1eb),'border':{'fg':B(0x1f5)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1e9)](p),h[B(0x1e6)]([B(0x21a),B(0x237)],()=>process['exit'](0x0)),p[B(0x222)](),h[B(0x1f0)]();const q=Logger['getInstance'](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x233)](B(0x213));const s=a59f[B(0x22f)](r,d);o[B(0x235)](s[B(0x1f4)]()),l(s[B(0x212)]['equipment']),j(s['player']['inventory']),n(s[B(0x212)][B(0x220)]),p['key']([B(0x224)],async()=>{const G=B,t=p[G(0x22d)](),u=s[G(0x1e1)](t);(t[G(0x1e7)]('\x20')[0x0]===G(0x1f3)||G(0x20a)||'unequip')&&(j(s['player'][G(0x1ff)]),l(s['player'][G(0x214)])),(t[G(0x1e7)]('\x20')[0x0]==='go'||G(0x1f2)||G(0x20b))&&n(s['player'][G(0x220)]),t[G(0x1e7)]('\x20')[0x0]===G(0x207)&&o['setContent'](''),u===null&&(console['log'](G(0x218)),h[G(0x1f0)](),q[G(0x233)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x219)](0x0)),o[G(0x211)](u),o[G(0x1f7)](0x1),p['clearValue'](),p[G(0x222)](),h[G(0x1f0)]();});}catch(t){console['log'](t),process[B(0x219)](0x1);}}const args=process[a59H(0x23e)][a59H(0x1e5)](0x2);main(args[0x0],JSON[a59H(0x1e0)](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=-parseInt(h(0x15d))/0x1*(-parseInt(h(0x153))/0x2)+parseInt(h(0x16d))/0x3*(parseInt(h(0x150))/0x4)+parseInt(h(0x15a))/0x5+-parseInt(h(0x160))/0x6+parseInt(h(0x14d))/0x7*(-parseInt(h(0x167))/0x8)+parseInt(h(0x14c))/0x9+parseInt(h(0x163))/0xa*(-parseInt(h(0x14e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xe9275));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x166)]()[j(0x156)](j(0x168))[j(0x166)]()[j(0x169)](a60a)['search'](j(0x168));});a60a();import a60e from'fs';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x142;let f=c[d];return f;},a60d(a,b);}function a60c(){const s=['9293016vGngDv','getScrollHeight','screen','9872950QeaPyB','join','mkdirSync','toString','8vemAQV','(((.+)+)+)+$','constructor','children','type','content','14019gZCiUV','log','filePath','dirname','appendFileSync','logBox','toISOString','write','scrollTo','apply','side-quest.log','[ERROR]\x20[','4237965ggcMeA','4134242XUUpvb','11jMjHDB','ensureLogFileExists','1516UJGKnk','homedir','.maka','20846akOxJV','writeFileSync','error','search','The\x20logbox\x20','setContent','box','2371845WjBZRo','getInstance','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','131xSoVvy','instance','render'];a60c=function(){return s;};return a60c();}import a60f from'os';import a60g from'path';const homeDir=a60f[a60k(0x151)]();export class Logger{static [a60k(0x15e)];[a60k(0x142)];[a60k(0x162)];constructor(a,b){const l=a60k;this['filePath']=a,this['screen']=b,this[l(0x14f)]();}static[a60k(0x15b)](a=a60g[a60k(0x164)](homeDir,a60k(0x152),a60k(0x14a)),b){const m=a60k;if(!Logger['instance']){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger['instance']=new Logger(a,b);}return Logger[m(0x15e)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x143)](this[n(0x142)]);!a60e['existsSync'](a)&&a60e[n(0x165)](a,{'recursive':!![]}),!a60e['existsSync'](this[n(0x142)])&&a60e[n(0x154)](this[n(0x142)],'');}[a60k(0x147)](a){const o=a60k,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a60e[o(0x144)](this['filePath'],c);}[a60k(0x155)](a){const p=a60k,b=new Date()[p(0x146)](),c=p(0x14b)+b+']\x20'+a+'\x0a';a60e[p(0x144)](this[p(0x142)],c);}[a60k(0x16e)](a){const q=a60k,b=this[q(0x162)]?.[q(0x16a)]['find'](c=>c[q(0x16b)]===q(0x159)&&c['options']['id']===q(0x145));b?(b[q(0x158)](b[q(0x16c)]+'\x0a'+a),b[q(0x148)](b[q(0x161)]()),this[q(0x162)]?.[q(0x15f)]()):this['error'](q(0x157)+b+q(0x15c)+this[q(0x162)]),this[q(0x147)](a);}['hasScreen'](){const r=a60k;return!!this[r(0x162)];}}
1
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x10c))/0x1+parseInt(h(0x11a))/0x2*(parseInt(h(0x114))/0x3)+parseInt(h(0xf6))/0x4*(parseInt(h(0xfd))/0x5)+-parseInt(h(0x113))/0x6*(-parseInt(h(0x100))/0x7)+-parseInt(h(0x10f))/0x8+parseInt(h(0x10e))/0x9+-parseInt(h(0x103))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x75056));function a60c(){const s=['existsSync','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','19016340PKZgbT','setContent','appendFileSync','mkdirSync','screen','toISOString','.maka','search','write','174399CAxeMR','[INFO]\x20[','5819679jGSllw','1202408sBtqXj','children','instance','apply','18JHBAut','6ohBdWh','scrollTo','dirname','hasScreen','toString','log','705958ichKze','constructor','content','find','options','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','ensureLogFileExists','filePath','16Hpqbvl','[ERROR]\x20[','error','getInstance','join','side-quest.log','(((.+)+)+)+$','1062510OscXWg','getScrollHeight','logBox','359933sjhFmZ'];a60c=function(){return s;};return a60c();}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x112)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x118)]()[j(0x10a)](j(0xfc))['toString']()[j(0x11b)](a60a)[j(0x10a)](j(0xfc));});function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xf4;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(0x111)];['filePath'];[a60k(0x107)];constructor(a,b){const l=a60k;this[l(0xf5)]=a,this[l(0x107)]=b,this[l(0xf4)]();}static[a60k(0xf9)](a=a60g[a60k(0xfa)](homeDir,a60k(0x109),a60k(0xfb)),b){const m=a60k;if(!Logger[m(0x111)]){if(!b)throw new Error(m(0x11f));Logger['instance']=new Logger(a,b);}return Logger[m(0x111)];}['ensureLogFileExists'](){const n=a60k,a=a60g[n(0x116)](this['filePath']);!a60e[n(0x101)](a)&&a60e[n(0x106)](a,{'recursive':!![]}),!a60e[n(0x101)](this[n(0xf5)])&&a60e['writeFileSync'](this['filePath'],'');}[a60k(0x10b)](a){const o=a60k,b=new Date()['toISOString'](),c=o(0x10d)+b+']\x20'+a+'\x0a';a60e[o(0x105)](this[o(0xf5)],c);}[a60k(0xf8)](a){const p=a60k,b=new Date()[p(0x108)](),c=p(0xf7)+b+']\x20'+a+'\x0a';a60e[p(0x105)](this[p(0xf5)],c);}[a60k(0x119)](a){const q=a60k,b=this['screen']?.[q(0x110)][q(0x11d)](c=>c['type']==='box'&&c[q(0x11e)]['id']===q(0xff));b?(b[q(0x104)](b[q(0x11c)]+'\x0a'+a),b[q(0x115)](b[q(0xfe)]()),this['screen']?.['render']()):this[q(0xf8)]('The\x20logbox\x20'+b+q(0x102)+this['screen']),this[q(0x10b)](a);}[a60k(0x117)](){const r=a60k;return!!this[r(0x107)];}}
@@ -1 +1 @@
1
- const a61n=a61d;(function(a,b){const k=a61d,c=a();while(!![]){try{const d=-parseInt(k(0x176))/0x1*(parseInt(k(0x184))/0x2)+-parseInt(k(0x18b))/0x3*(-parseInt(k(0x190))/0x4)+-parseInt(k(0x16d))/0x5+-parseInt(k(0x17f))/0x6+-parseInt(k(0x16f))/0x7*(parseInt(k(0x18f))/0x8)+-parseInt(k(0x192))/0x9+-parseInt(k(0x181))/0xa*(-parseInt(k(0x193))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x9bf40));function a61c(){const q=['dungeon','getGlobalMakaDir','5313030LNCVxP','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','706260xjwxXv','maka\x20play:side-quest','player','1854572VuHFZt','inherit','fsi','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','constructor','side-quest.log','15asedqC','What\x20is\x20your\x20name?','ask','exit','8dEQHBV','186836FYhVqT','shadowrun','1100871pXHXVE','583BTcKgX','5449180zJIesV','create','2190951iEXGap','stringify','Commoner','Play\x20a\x20little\x20side-quest','toString','url','list','1pWgYLf','search','node','side-quest','join','log','apply'];a61c=function(){return q;};return a61c();}const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x173)]()[m(0x177)]('(((.+)+)+)+$')['toString']()[m(0x189)](a61a)[m(0x177)]('(((.+)+)+)+$');});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x16d;let f=c[d];return f;},a61d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0x174)]),__dirname=dirname(__filename);Command[a61n(0x16e)]({'name':a61n(0x179),'usage':a61n(0x182),'shortDesc':a61n(0x172),'aliases':['sq'],'description':a61n(0x187),'validOpts':[a61n(0x183)]},async function(a,b){const o=a61n;try{const c=this[o(0x186)][o(0x17e)](),d=a61e[o(0x17a)](c,o(0x18a)),e=b['player']?b[o(0x183)]:await Actions[o(0x18d)](o(0x18c))||o(0x171),f={...b,'logFilePath':d},g={'type':o(0x175),'name':'sideQuestAnswer','message':o(0x180),'choices':[{'name':o(0x17d),'value':dungeonConfig},{'name':o(0x191),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x178),[a61e[o(0x188)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x170)](h),JSON[o(0x170)](f)],{'stdio':o(0x185)});i['on'](o(0x18e),()=>{const p=o;console[p(0x17b)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0x17b)](j);}},a61f);
1
+ const a61n=a61d;function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x17d;let f=c[d];return f;},a61d(a,b);}(function(a,b){const k=a61d,c=a();while(!![]){try{const d=parseInt(k(0x19f))/0x1+-parseInt(k(0x188))/0x2*(parseInt(k(0x196))/0x3)+parseInt(k(0x194))/0x4*(parseInt(k(0x17f))/0x5)+-parseInt(k(0x1a4))/0x6+parseInt(k(0x18d))/0x7+-parseInt(k(0x195))/0x8*(-parseInt(k(0x193))/0x9)+parseInt(k(0x182))/0xa*(-parseInt(k(0x198))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xa1616));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a61d;if(c){const e=c[l(0x1a0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const m=a61d;return a61a[m(0x187)]()['search'](m(0x19b))[m(0x187)]()[m(0x199)](a61a)['search']('(((.+)+)+)+$');});a61a();import a61e from'path';import{spawn}from'child_process';import a61f from'./play.command.js';import{Command}from'../../command.js';function a61c(){const q=['110737IURnXj','constructor','Thanks\x20for\x20playing!','(((.+)+)+)+$','resolve','shadowrun','getGlobalMakaDir','102078LoLDvW','apply','fsi','What\x20is\x20your\x20name?','./sideQuest/ui.js','3697956JBNUCD','node','url','side-quest.log','ask','5Wmlkne','side-quest','inherit','190AqCOnA','options','sideQuestAnswer','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...','exit','toString','103786KlieCL','player','stringify','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','log','5511590lTmOre','maka\x20play:side-quest','create','list','dungeon','Commoner','162pMercV','4655052XIEZFd','293704tnBbNE','72tXsdcT','join'];a61c=function(){return q;};return a61c();}import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a61n(0x1a6)]),__dirname=dirname(__filename);Command[a61n(0x18f)]({'name':a61n(0x180),'usage':a61n(0x18e),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a61n(0x185),'validOpts':[a61n(0x189)]},async function(a,b){const o=a61n;try{const c=this[o(0x1a1)][o(0x19e)](),d=a61e[o(0x197)](c,o(0x17d)),e=b[o(0x189)]?b[o(0x189)]:await Actions[o(0x17e)](o(0x1a2))||o(0x192),f={...b,'logFilePath':d},g={'type':o(0x190),'name':o(0x184),'message':o(0x18b),'choices':[{'name':o(0x191),'value':dungeonConfig},{'name':o(0x19d),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x183)](g);if(e&&h){const i=spawn(o(0x1a5),[a61e[o(0x19c)](__dirname,o(0x1a3)),e,JSON[o(0x18a)](h),JSON[o(0x18a)](f)],{'stdio':o(0x181)});i['on'](o(0x186),()=>{const p=o;console['log'](p(0x19a));});}}catch(j){console[o(0x18c)](j);}},a61f);
@@ -1 +1 @@
1
- function a62c(){var k=['1426143xKqekP','692UAdEKF','snake','3059631kjBtZI','create','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','constructor','apply','toString','164fkpoct','4021ijkhNN','inherit','89916iOvlJo','maka\x20game:snake','17065cKPYSS','590AIsMyK','301TvNaxU','142439SuNdZl','npx\x20command-line-snake','(((.+)+)+)+$','9233288oDGYKl','search'];a62c=function(){return k;};return a62c();}var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x88))/0x1*(-parseInt(f(0x87))/0x2)+-parseInt(f(0x94))/0x3+-parseInt(f(0x95))/0x4*(parseInt(f(0x8c))/0x5)+parseInt(f(0x8a))/0x6*(parseInt(f(0x8e))/0x7)+parseInt(f(0x92))/0x8+parseInt(f(0x97))/0x9+parseInt(f(0x8d))/0xa*(-parseInt(f(0x8f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x9bdd3));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x85)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x86)]()['search']('(((.+)+)+)+$')[h(0x86)]()[h(0x84)](a62a)[h(0x93)](h(0x91));});a62a();import a62e from'./play.command.js';import{Command}from'../../command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x83;var f=c[d];return f;},a62d(a,b);}import{execSync}from'child_process';Command[a62i(0x98)]({'name':a62i(0x96),'usage':a62i(0x8b),'shortDesc':a62i(0x83),'validOpts':[]},async function(){var j=a62i;execSync(j(0x90),{'stdio':j(0x89)});},a62e);
1
+ var a62i=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0xd3))/0x1+parseInt(f(0xd1))/0x2*(parseInt(f(0xe0))/0x3)+-parseInt(f(0xdc))/0x4+parseInt(f(0xdd))/0x5+-parseInt(f(0xe1))/0x6*(-parseInt(f(0xdf))/0x7)+-parseInt(f(0xd9))/0x8*(-parseInt(f(0xd8))/0x9)+-parseInt(f(0xda))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe13b5));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0xd6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0xd7)]()['search']('(((.+)+)+)+$')[h(0xd7)]()[h(0xde)](a62a)['search'](h(0xd2));});a62a();function a62c(){var k=['6ghYyjb','4XZOskx','(((.+)+)+)+$','816333icHaTC','npx\x20command-line-snake','maka\x20game:snake','apply','toString','1782McecBn','63696nMtGBx','37321380VzhRgO','create','5836680KuFukK','6115855PgbuXZ','constructor','12813241TkEKEf','1001121zEaQsm'];a62c=function(){return k;};return a62c();}import a62e from'./play.command.js';import{Command}from'../../command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0xd1;var f=c[d];return f;},a62d(a,b);}import{execSync}from'child_process';Command[a62i(0xdb)]({'name':'snake','usage':a62i(0xd5),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a62i;execSync(j(0xd4),{'stdio':'inherit'});},a62e);
@@ -1 +1 @@
1
- var a63i=a63d;function a63c(){var k=['2432298XklmYp','(((.+)+)+)+$','npx\x20simple-tetris','5417928nkCICX','tetris','196848YdVBXS','2096564vWjXdw','toString','apply','312qqWPKq','559146QEXuVB','search','320jchPBQ','4422942DZtlBc','maka\x20game:tetris','240674IFizLw','5MfHxzV'];a63c=function(){return k;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x1b6))/0x1+parseInt(f(0x1ac))/0x2+-parseInt(f(0x1a8))/0x3+-parseInt(f(0x1b2))/0x4*(parseInt(f(0x1ab))/0x5)+-parseInt(f(0x1af))/0x6+-parseInt(f(0x1aa))/0x7*(-parseInt(f(0x1b5))/0x8)+parseInt(f(0x1b1))/0x9*(parseInt(f(0x1a7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xdf4de));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1b4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x1b7)](h(0x1ad))[h(0x1b3)]()['constructor'](a63a)['search'](h(0x1ad));});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1a7;var f=c[d];return f;},a63d(a,b);}a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a63i(0x1b0),'usage':a63i(0x1a9),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a63i;execSync(j(0x1ae),{'stdio':'inherit'});},a63e);
1
+ var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x111))/0x1+-parseInt(f(0x108))/0x2*(parseInt(f(0x10b))/0x3)+parseInt(f(0x113))/0x4+-parseInt(f(0x117))/0x5+parseInt(f(0x10a))/0x6*(parseInt(f(0x10c))/0x7)+-parseInt(f(0x116))/0x8+parseInt(f(0x10e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x1d99e));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x105;var f=c[d];return f;},a63d(a,b);}function a63c(){var k=['(((.+)+)+)+$','apply','25099wyRLxt','constructor','28844XTqGKo','maka\x20game:tetris','toString','1352984ZxobWK','139480adIDdX','search','create','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','19064JpCtZS','tetris','877164fdbiJi','21coKbnY','7XKRqIj','npx\x20simple-tetris','1858365WdzRMH'];a63c=function(){return k;};return a63c();}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x110)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x115)]()[h(0x105)](h(0x10f))['toString']()[h(0x112)](a63a)[h(0x105)](h(0x10f));});a63a();import a63e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a63i(0x106)]({'name':a63i(0x109),'usage':a63i(0x114),'shortDesc':a63i(0x107),'validOpts':[]},async function(){var j=a63i;execSync(j(0x10d),{'stdio':'inherit'});},a63e);
@@ -1 +1 @@
1
- function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1a4;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(0x1c6))/0x1*(-parseInt(f(0x1c2))/0x2)+parseInt(f(0x1b2))/0x3*(-parseInt(f(0x1af))/0x4)+-parseInt(f(0x1c5))/0x5+-parseInt(f(0x1a4))/0x6+-parseInt(f(0x1b5))/0x7*(parseInt(f(0x1b4))/0x8)+-parseInt(f(0x1ab))/0x9+parseInt(f(0x1a5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xe11c6));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x1ae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a['toString']()[h(0x1bb)](h(0x1ba))[h(0x1a7)]()[h(0x1b0)](a64a)[h(0x1bb)](h(0x1ba));});a64a();function a64c(){const k=['maka\x20{generate,\x20g}:<generator>\x20<name>','invoke','generate','(((.+)+)+)+$','search','maka\x20generate:scaffold\x20todos','maka\x20g:api\x20trucks','error','listGenerators','dir','where','143984HkmXph','maka\x20g:route\x20todos/edit','findGenerator','3481230GnmeJK','2tBRDbg','5925738IGWgdQ','57134180mcpGxr','maka\x20g:template\x20todos/todo_item','toString','maka\x20g:scaffold\x20todos','slice','create','2665305KMoYDD','notice','help','apply','4725740MhBNeI','constructor','maka\x20g:dbc\x20geoserver\x20--type=pgsql','3vDBhOg','Could\x20not\x20find\x20generator','14191192AQXXlR','7mZHjvK','Scaffold\x20various\x20parts\x20of\x20your\x20application'];a64c=function(){return k;};return a64c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64i(0x1aa)]({'name':a64i(0x1b9),'aliases':['g'],'usage':a64i(0x1b7),'validOpts':[a64i(0x1c0),a64i(0x1c1),a64i(0x1ad)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0x1b6),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a64i(0x1bc),a64i(0x1a8),a64i(0x1a6),'maka\x20g:package\x20package:name',a64i(0x1c3),a64i(0x1bd),a64i(0x1b1)]},async function(a,b){const j=a64i,c=a[0x0],d=a64e[j(0x1c4)](c);if(!d){b['help']?(Log[j(0x1ac)]('Generators:'),a64e[j(0x1bf)]()):Log[j(0x1be)](j(0x1b3));throw new UsageError();}await d[j(0x1b8)](a[j(0x1a9)](0x1),b);});
1
+ const a64i=a64d;function a64c(){const k=['maka\x20{generate,\x20g}:<generator>\x20<name>','(((.+)+)+)+$','7769333bEtjlz','maka\x20g:package\x20package:name','generate','error','help','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','209590rkXPrD','1072472lzPgGN','27rcRHxd','10piYfYc','toString','maka\x20generate:scaffold\x20todos','183310cDGQUN','Scaffold\x20various\x20parts\x20of\x20your\x20application','create','Could\x20not\x20find\x20generator','1088331pHEROh','invoke','7XajUOh','maka\x20g:route\x20todos/edit','424288bLpfdz','apply','4oiGOzd','search','dir','1805352RZVReH'];a64c=function(){return k;};return a64c();}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0xbe))/0x1+parseInt(f(0xd2))/0x2+parseInt(f(0xba))/0x3*(parseInt(f(0xc0))/0x4)+-parseInt(f(0xcc))/0x5+-parseInt(f(0xc3))/0x6*(parseInt(f(0xbc))/0x7)+-parseInt(f(0xcd))/0x8*(-parseInt(f(0xce))/0x9)+parseInt(f(0xcf))/0xa*(-parseInt(f(0xc6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x38968));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0xd0)]()[h(0xc1)]('(((.+)+)+)+$')['toString']()['constructor'](a64a)['search'](h(0xc5));});a64a();import{Command}from'../command.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xb8;let f=c[d];return f;},a64d(a,b);}import{Log}from'../tools/log/log.class.js';import a64e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a64i(0xb8)]({'name':a64i(0xc8),'aliases':['g'],'usage':a64i(0xc4),'validOpts':[a64i(0xc2),'where',a64i(0xca)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a64i(0xd3),'description':a64i(0xcb),'examples':[a64i(0xd1),'maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item',a64i(0xc7),a64i(0xbd),'maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a64i,c=a[0x0],d=a64e['findGenerator'](c);if(!d){b[j(0xca)]?(Log['notice']('Generators:'),a64e['listGenerators']()):Log[j(0xc9)](j(0xb9));throw new UsageError();}await d[j(0xbb)](a['slice'](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x98))/0x1+-parseInt(f(0x9e))/0x2+parseInt(f(0x9f))/0x3+parseInt(f(0xa2))/0x4*(parseInt(f(0x9a))/0x5)+parseInt(f(0x99))/0x6*(-parseInt(f(0xa0))/0x7)+parseInt(f(0x9d))/0x8+parseInt(f(0xa1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x68f26));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(0xa3)]()[g(0x9c)](g(0x9b))[g(0xa3)]()['constructor'](a65a)[g(0x9c)](g(0x9b));});function a65c(){var h=['951462KWAhEb','340354RDbOeZ','5601312nzZYGd','12nuNsVs','toString','532138YsCitu','30XVPttz','1080120ovmMyB','(((.+)+)+)+$','search','2977176VYBHTj','1509262GluLac'];a65c=function(){return h;};return a65c();}a65a();function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x98;var f=c[d];return f;},a65d(a,b);}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x1b1))/0x1*(parseInt(f(0x1af))/0x2)+parseInt(f(0x1b8))/0x3*(-parseInt(f(0x1b3))/0x4)+-parseInt(f(0x1ac))/0x5*(parseInt(f(0x1b9))/0x6)+-parseInt(f(0x1b6))/0x7*(-parseInt(f(0x1b7))/0x8)+-parseInt(f(0x1ae))/0x9*(parseInt(f(0x1ba))/0xa)+parseInt(f(0x1bc))/0xb+-parseInt(f(0x1ad))/0xc*(-parseInt(f(0x1b2))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xb49c9));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x1b4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x1b0)]()['search']('(((.+)+)+)+$')[h(0x1b0)]()[h(0x1b5)](a65a)[h(0x1bb)]('(((.+)+)+)+$');});function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x1ac;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';function a65c(){var i=['toString','1033991aRpleM','455eeToIg','164Ebnnwm','apply','constructor','1299053kWUQqc','48iCDyHA','1605TXsDSD','30auhuaJ','110uGwdms','search','3491466aipTBD','1268625rKQZCh','48684Ahcbwv','471699bUpCkh','2ljSyOn'];a65c=function(){return i;};return a65c();}
@@ -1 +1 @@
1
- function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x7e;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(0x7e))/0x1*(-parseInt(f(0x80))/0x2)+parseInt(f(0x8b))/0x3+-parseInt(f(0x83))/0x4+-parseInt(f(0x8a))/0x5*(parseInt(f(0x87))/0x6)+parseInt(f(0x8f))/0x7*(parseInt(f(0x88))/0x8)+-parseInt(f(0x8c))/0x9+-parseInt(f(0x82))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xbaa9e));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x85)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x8e)]()['search'](h(0x81))['toString']()[h(0x91)](a66a)['search']('(((.+)+)+)+$');});a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a66i(0x90),'usage':a66i(0x89),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x84)](c);if(d)this[j(0x7f)](c,a,b);else{Log[j(0x8d)](j(0x86));throw new UsageErrorWithSubs();}});function a66c(){const k=['5838oIvuDv','get','constructor','461599dEenGS','runSubCommand','2LyXZLL','(((.+)+)+)+$','3561280BxYYDE','1259936zjuFdF','findSubCommand','apply','Sub-Command\x20not\x20found','8394VSRFby','10392WQrHOn','maka\x20get:<sub-command>','3005czQPyr','3299061ufchGj','3313503JDOtFf','error','toString'];a66c=function(){return k;};return a66c();}export default GetCommand;
1
+ const a66i=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x177;let f=c[d];return f;},a66d(a,b);}(function(a,b){const f=a66d,c=a();while(!![]){try{const d=-parseInt(f(0x183))/0x1+-parseInt(f(0x189))/0x2+parseInt(f(0x179))/0x3+-parseInt(f(0x186))/0x4+-parseInt(f(0x17e))/0x5+parseInt(f(0x181))/0x6*(parseInt(f(0x17f))/0x7)+parseInt(f(0x184))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xd2d6d));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0x17b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()[h(0x180)](h(0x177))['toString']()[h(0x18a)](a66a)[h(0x180)](h(0x177));});function a66c(){const k=['get','Get\x20various\x20Maka\x20variables\x20and\x20configurations','951350CoIaIj','37247OkEhIW','search','426ToKxwD','Sub-Command\x20not\x20found','607862GXcPJy','19617184Gnxpmk','findSubCommand','1726052CjCPVJ','runSubCommand','error','2124410LzIANH','constructor','(((.+)+)+)+$','create','976524rzGizM','maka\x20get:<sub-command>','apply'];a66c=function(){return k;};return a66c();}a66a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a66i(0x178)]({'name':a66i(0x17c),'usage':a66i(0x17a),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a66i(0x17d),'validOpts':[]},async function(a,b){const j=a66i,c=a[0x0],d=this[j(0x185)](c);if(d)this[j(0x187)](c,a,b);else{Log[j(0x188)](j(0x182));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x79))/0x1*(parseInt(f(0x7d))/0x2)+-parseInt(f(0x6b))/0x3+parseInt(f(0x7e))/0x4+parseInt(f(0x7f))/0x5+-parseInt(f(0x7b))/0x6+parseInt(f(0x74))/0x7+-parseInt(f(0x7c))/0x8*(-parseInt(f(0x7a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x21688));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x6e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x71)]()[h(0x70)](h(0x78))['toString']()[h(0x76)](a67a)['search'](h(0x78));});function a67c(){const k=['814856OtxJke','212775LUOKBc','209364ryZPna','getGlobalConfig','maka\x20get:global-config','apply','fsi','search','toString','error','create','779373rvdTiI','exit','constructor','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','(((.+)+)+)+$','859vFMXin','54yVUvxq','679398hsDflW','129488lAwCbT','314UxOwLx'];a67c=function(){return k;};return a67c();}a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x6b;let f=c[d];return f;},a67d(a,b);}Command[a67i(0x73)]({'name':'global-config','usage':a67i(0x6d),'aliases':['gc'],'shortDesc':a67i(0x77),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x6f)][j(0x6c)]();console['log'](a),process[j(0x75)](0x0);}catch(b){console[j(0x72)](b),process[j(0x75)](0x0);}},a67e);
1
+ const a67i=a67d;function a67c(){const k=['exit','1005wlteBF','(((.+)+)+)+$','88sDwbCY','137261JdUqbe','global-config','10803140yRVzjA','99909UBSYtP','33418132MmvXOx','36918KjxKeT','log','error','getGlobalConfig','apply','4poddNr','118517nwBqBx','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','maka\x20get:global-config','constructor','toString','6264540nWyhRx','616uwdvDE','fsi'];a67c=function(){return k;};return a67c();}(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x7f))/0x1*(parseInt(f(0x71))/0x2)+parseInt(f(0x82))/0x3*(-parseInt(f(0x7e))/0x4)+-parseInt(f(0x7c))/0x5*(-parseInt(f(0x84))/0x6)+-parseInt(f(0x72))/0x7*(-parseInt(f(0x79))/0x8)+parseInt(f(0x78))/0x9+parseInt(f(0x81))/0xa+-parseInt(f(0x83))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xc85b2));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x70)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x77)]()[h(0x73)](h(0x7d))['toString']()[h(0x76)](a67a)[h(0x73)]('(((.+)+)+)+$');});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x6e;let f=c[d];return f;},a67d(a,b);}Command['create']({'name':a67i(0x80),'usage':a67i(0x75),'aliases':['gc'],'shortDesc':a67i(0x74),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i;try{const a=await this[j(0x7a)][j(0x6f)]();console[j(0x85)](a),process[j(0x7b)](0x0);}catch(b){console[j(0x6e)](b),process['exit'](0x0);}},a67e);
@@ -1 +1 @@
1
- function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xbf;let f=c[d];return f;},a68d(a,b);}const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=parseInt(f(0xc5))/0x1*(parseInt(f(0xc4))/0x2)+-parseInt(f(0xc7))/0x3*(-parseInt(f(0xc0))/0x4)+-parseInt(f(0xc9))/0x5+-parseInt(f(0xc8))/0x6*(parseInt(f(0xd1))/0x7)+parseInt(f(0xbf))/0x8*(parseInt(f(0xce))/0x9)+-parseInt(f(0xcd))/0xa*(-parseInt(f(0xd4))/0xb)+-parseInt(f(0xd5))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xdadae));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0xc3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a[h(0xd3)]()[h(0xca)](h(0xcb))[h(0xd3)]()[h(0xcc)](a68a)[h(0xca)](h(0xcb));});function a68c(){const k=['local-config','4682484XnIVPC','6744498nNYdLr','940890JvOwnQ','search','(((.+)+)+)+$','constructor','15484630RNnzcI','3034737UGggdE','getProjectConfig','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','7AsWhoW','log','toString','11Tvgrat','35790108JjNumo','40gbaoky','4UBfNEp','maka\x20get:local-config','create','apply','4604GPcOxe','172KUnWkw'];a68c=function(){return k;};return a68c();}a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';Command[a68i(0xc2)]({'name':a68i(0xc6),'usage':a68i(0xc1),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0xd0),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this['fsi'][j(0xcf)]();console[j(0xd2)](a);},a68e);
1
+ const a68i=a68d;(function(a,b){const f=a68d,c=a();while(!![]){try{const d=-parseInt(f(0x144))/0x1*(-parseInt(f(0x149))/0x2)+-parseInt(f(0x138))/0x3*(parseInt(f(0x147))/0x4)+-parseInt(f(0x139))/0x5+parseInt(f(0x142))/0x6*(parseInt(f(0x14a))/0x7)+-parseInt(f(0x137))/0x8+parseInt(f(0x148))/0x9*(parseInt(f(0x145))/0xa)+parseInt(f(0x143))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x5635c));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a68d;if(c){const e=c[g(0x141)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const h=a68d;return a68a['toString']()[h(0x146)](h(0x13d))[h(0x13b)]()['constructor'](a68a)[h(0x146)]('(((.+)+)+)+$');});a68a();import a68e from'./get.command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x137;let f=c[d];return f;},a68d(a,b);}import{Command}from'../../command.js';Command[a68i(0x13f)]({'name':a68i(0x13a),'usage':a68i(0x140),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a68i(0x14b),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a68i,a=await this[j(0x13c)][j(0x14c)]();console[j(0x13e)](a);},a68e);function a68c(){const k=['getProjectConfig','693432SyzeEq','1074lHDbUf','3074935VycbJY','local-config','toString','fsi','(((.+)+)+)+$','log','create','maka\x20get:local-config','apply','12ePKUdz','14628262jTQSkV','188333wugIpd','110ioePQs','search','6764PabZCd','48771ZnBFrw','2wzWfNB','288316zmHloq','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file'];a68c=function(){return k;};return a68c();}
@@ -1 +1 @@
1
- const a69i=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0xa4))/0x1+-parseInt(g(0xaa))/0x2*(-parseInt(g(0xa2))/0x3)+-parseInt(g(0x8d))/0x4*(-parseInt(g(0x91))/0x5)+parseInt(g(0x99))/0x6+parseInt(g(0xa8))/0x7+-parseInt(g(0x9b))/0x8*(parseInt(g(0x8e))/0x9)+-parseInt(g(0x9a))/0xa*(parseInt(g(0xa0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x51de1));const a69b=(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;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0x8f)]()[h(0xa1)](h(0x95))[h(0x8f)]()[h(0xa7)](a69a)[h(0xa1)](h(0x95));});a69a();import a69e from'./get.command.js';import{Command}from'../../command.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x8a;let f=c[d];return f;},a69d(a,b);}import{Log}from'../../tools/log/log.class.js';function a69c(){const k=['user','12ectHYX','13617cglUBv','toString','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','241960nPgMqJ','decode','whoami','maka\x20get:whoami','(((.+)+)+)+$','hash','notice','userId','1255842zKFLjp','2390TIKHzy','136gPjglZ','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','getGlobalConfig','create','authToken','18645mWViCg','search','129066SKHEnG','token','359084FbYMPB','join','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','constructor','4491830TWGMmf','exit','6mVVhZF','roles','fsi'];a69c=function(){return k;};return a69c();}import a69f from'jsonwebtoken';Command[a69i(0x9e)]({'name':a69i(0x93),'usage':a69i(0x94),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a69i;try{const a=await this[j(0x8b)][j(0x9d)]();if(a[j(0x96)]){const b=a69f[j(0x92)](a[j(0x96)]);Log['notice'](j(0x9c)+b?.[j(0x8c)]),Log[j(0x97)](j(0xa6)+a[j(0xa3)]?.[j(0x98)]),Log['notice']('User\x20Access\x20Token:\x20\x20'+a[j(0xa3)]?.[j(0x9f)]),Log[j(0x97)](j(0x90)+b?.[j(0x8a)][j(0xa5)](',\x20'));}}catch(c){console['error'](c),process[j(0xa9)](0x0);}},a69e);
1
+ const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=parseInt(g(0x97))/0x1*(parseInt(g(0xa6))/0x2)+-parseInt(g(0x95))/0x3*(-parseInt(g(0x8f))/0x4)+-parseInt(g(0x9f))/0x5+-parseInt(g(0xa7))/0x6*(-parseInt(g(0x9b))/0x7)+parseInt(g(0x8a))/0x8+parseInt(g(0xa4))/0x9+-parseInt(g(0x90))/0xa*(parseInt(g(0xa0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x19cd0));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a['toString']()['search']('(((.+)+)+)+$')[i(0x88)]()['constructor'](a69a)['search'](i(0x8d));});a69a();import a69e from'./get.command.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x88;let f=c[d];return f;},a69d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a69f from'jsonwebtoken';Command[a69j(0x93)]({'name':a69j(0x89),'usage':'maka\x20get:whoami','shortDesc':a69j(0x94),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a69j;try{const a=await this['fsi'][k(0x9a)]();if(a[k(0xa3)]){const b=a69f[k(0x98)](a[k(0xa3)]);Log[k(0x9c)](k(0x8e)+b?.[k(0x8c)]),Log[k(0x9c)](k(0x9e)+a[k(0x8b)]?.[k(0x92)]),Log[k(0x9c)]('User\x20Access\x20Token:\x20\x20'+a[k(0x8b)]?.[k(0x9d)]),Log[k(0x9c)](k(0x91)+b?.[k(0x99)][k(0x96)](',\x20'));}}catch(c){console[k(0xa1)](c),process[k(0xa2)](0x0);}},a69e);function a69c(){const l=['4030IBJBEu','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','create','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','6GHBQNc','join','1106ZPPiJy','decode','roles','getGlobalConfig','7CFeOtz','notice','authToken','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','678120TgAxgn','10230kGMSXR','error','exit','hash','1155006ntSOab','apply','368hfLtMW','442758gMUbsU','toString','whoami','1290744LpJeFW','token','user','(((.+)+)+)+$','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','98240YqoUOY'];a69c=function(){return l;};return a69c();}
@@ -1 +1 @@
1
- var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=parseInt(f(0x1d1))/0x1*(parseInt(f(0x1df))/0x2)+-parseInt(f(0x1d8))/0x3*(parseInt(f(0x1e0))/0x4)+-parseInt(f(0x1dc))/0x5+parseInt(f(0x1d7))/0x6+-parseInt(f(0x1de))/0x7+-parseInt(f(0x1d0))/0x8+parseInt(f(0x1d6))/0x9*(parseInt(f(0x1da))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xb32a4));function a70c(){var j=['help','230zmtSWQ','Deprecated:\x20use\x20--help\x20instead','6184745HRMWFr','apply','8799203mnDREc','1130ukDGeD','12124kEUYzi','7575008fBZMHY','794CNiXqw','constructor','toString','search','create','1648035iepzPc','4633944Abohic','1245rMtQOp'];a70c=function(){return j;};return a70c();}var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a['toString']()[h(0x1d4)]('(((.+)+)+)+$')[h(0x1d3)]()[h(0x1d2)](a70a)[h(0x1d4)]('(((.+)+)+)+$');});function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1d0;var f=c[d];return f;},a70d(a,b);}a70a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a70i(0x1d5)]({'name':a70i(0x1d9),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a70i(0x1db)},async function(){throw new UsageError();});
1
+ var a70i=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0x194))/0x1+parseInt(f(0x18e))/0x2*(parseInt(f(0x18c))/0x3)+parseInt(f(0x191))/0x4+-parseInt(f(0x18d))/0x5+parseInt(f(0x19b))/0x6+-parseInt(f(0x19a))/0x7+parseInt(f(0x196))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x25161));var a70b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a70d;if(c){var e=c[g(0x190)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){var h=a70d;return a70a[h(0x198)]()[h(0x192)](h(0x197))['toString']()['constructor'](a70a)['search'](h(0x197));});a70a();import{Command}from'../command.js';function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x18c;var f=c[d];return f;},a70d(a,b);}function a70c(){var j=['320495BrAmUv','89168VxYdJT','Deprecated:\x20use\x20--help\x20instead','apply','166116OoabkV','search','Try,\x20maka\x20--help','146359jdcCrq','create','3420440GHpflE','(((.+)+)+)+$','toString','help','1440621eHmkCf','59484kqVIas','6piebNV'];a70c=function(){return j;};return a70c();}import{UsageError}from'../error.js';Command[a70i(0x195)]({'name':a70i(0x199),'description':a70i(0x193),'aliases':['h'],'validOpts':[],'shortDesc':a70i(0x18f)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a71t=a71d;(function(a,b){const q=a71d,c=a();while(!![]){try{const d=-parseInt(q(0x107))/0x1+parseInt(q(0xe7))/0x2+parseInt(q(0x102))/0x3+-parseInt(q(0xf7))/0x4+-parseInt(q(0x10f))/0x5+-parseInt(q(0xfe))/0x6+-parseInt(q(0x11e))/0x7*(-parseInt(q(0xe8))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x4b185));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a71d;if(c){const e=c[r(0xeb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const s=a71d;return a71a[s(0xf6)]()[s(0x100)](s(0xfa))[s(0xf6)]()['constructor'](a71a)[s(0x100)](s(0xfa));});a71a();import a71e from'os';function a71c(){const v=['266610HCzAfQ','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','search','install','1254321JpfXEt','error','confirm','keepInstall','replace','505401pyVMqG','exit','cert','debug','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','https://packages.meteor.com/bootstrap-link?arch=os.','Meteor\x20version\x20','arm64','349900qViKBY','windows','Removing\x20previous\x20install\x20of\x20meteor','tar','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','win32','join','.meteor','success','force','maka\x20i','-xzf','Installing\x20meteor\x20','length','maka\x20install\x20meteor','4729949tyAxxJ','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','data','-rf','Using\x20CA\x20Cert\x20','string','grep','create','osx','sync','arch','x86_64','isFile','168424bgdlxr','8kvopLC','getGlobalConfig','meteor.tar.gz','apply','platform','withSpinner','maka\x20install\x20meteor\x20--version\x201.12.1','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','notice','Network\x20error,\x20please\x20try\x20again.','linux','version','fsi','get','toString','1002484JRNSYN','https://install.meteor.com','\x20installed.\x0a','(((.+)+)+)+$','existsSync','maka\x20install\x20meteor\x20--force','cacert'];a71c=function(){return v;};return a71c();}import a71f from'path';import a71g from'fs';import a71h from'delete';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xdf;let f=c[d];return f;},a71d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a71e['homedir']();Command[a71t(0xe1)]({'name':a71t(0x101),'aliases':['i'],'validOpts':[a71t(0x118),a71t(0xf3),a71t(0x10a),a71t(0xfd),a71t(0x105)],'usage':'maka\x20install','shortDesc':a71t(0x11f),'examples':[a71t(0x11d),a71t(0xfc),'maka\x20install\x20meteor\x20-v\x202.3.6',a71t(0xee),a71t(0x119)]},async function(a,b){const u=a71t;try{let c='';if(b[u(0xfd)]){if(this[u(0xf4)][u(0xe6)](b[u(0xfd)]))Log[u(0xf0)](u(0x122)+b[u(0xfd)]),c=b[u(0xfd)];else throw u(0x10b)+c;}const d=await this[u(0xf4)][u(0xe9)]();if(d['cert']){if(this[u(0xf4)]['isFile'](d[u(0x109)]))c=d[u(0x109)];else throw u(0xef)+c;}let f=![];b['f']||b[u(0x118)]?f=!![]:f=await Actions[u(0x104)](u(0xff));if(!f)throw'Aborted';const g=process[u(0xec)]===u(0x114),h=await HTTPS[u(0xf5)]({'url':u(0xf8),'cert':c}),i=await this['fsi'][u(0xe0)](h[u(0x120)],'RELEASE=');if(i[u(0x11c)]===0x0)throw u(0xf1);let j=i[0x0]['replace'](/[^0-9.]/gi,'')[u(0x106)](/\r?\n|\r/,'');(typeof b['v']===u(0xdf)||typeof b[u(0xf3)]===u(0xdf))&&(j=b['v']||b['version']);const k=a71f[u(0x115)](homeDir,u(0x116));if(g)Log[u(0x103)](u(0x113)),process['exit'](0x0);else{a71g[u(0xfb)](k)&&await SpawnAsync[u(0xed)]('rm',[u(0x121),k],{'message':u(0x111)});try{const l={'win32':u(0x110),'darwin':u(0xe2),'linux':u(0xf2)},m=u(0x10c)+l[a71e[u(0xec)]()]+'.'+(a71e[u(0xe4)]()==='arm64'?u(0x10e):u(0xe5))+'&release='+j;await HTTPS['downloadFile']({'url':m,'destPath':a71f[u(0x115)](homeDir,u(0xea)),'cert':c});const n=[u(0x11a),a71f[u(0x115)](homeDir,u(0xea)),'-C',homeDir];await SpawnAsync['withSpinner'](u(0x112),n,{'message':u(0x11b)+j}),a71h[u(0xe3)](a71f['join'](homeDir,u(0xea)),{'force':!![]});}catch(o){console[u(0x103)](o);}Log[u(0x117)](u(0x10d)+j+u(0xf9));}}catch(p){console['error'](p),process[u(0x108)](0x0);}});
1
+ const a71s=a71d;(function(a,b){const q=a71d,c=a();while(!![]){try{const d=parseInt(q(0x181))/0x1+-parseInt(q(0x170))/0x2+parseInt(q(0x16a))/0x3*(-parseInt(q(0x191))/0x4)+-parseInt(q(0x158))/0x5+parseInt(q(0x15a))/0x6*(parseInt(q(0x17b))/0x7)+parseInt(q(0x16f))/0x8+-parseInt(q(0x16d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xd0ced));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const r=a71d;return a71a[r(0x171)]()['search'](r(0x175))[r(0x171)]()[r(0x184)](a71a)[r(0x18c)](r(0x175));});a71a();import a71e from'os';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x158;let f=c[d];return f;},a71d(a,b);}import a71f from'path';function a71c(){const u=['maka\x20i','withSpinner','Aborted','2036555njfrvx','install','1854BfqrES','windows','meteor.tar.gz','arm64','get','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','length','isFile','Using\x20CA\x20Cert\x20','existsSync','Installing\x20meteor\x20','replace','downloadFile','linux','exit','debug','482805LTxmiT','sync','x86_64','3595635wXVkoG','maka\x20install\x20meteor\x20-v\x202.3.6','7827864wZxcZa','2875988reHlQq','toString','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','error','platform','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cacert','&release=','RELEASE=','cert','21791qNOYUA','maka\x20install\x20meteor','tar','https://packages.meteor.com/bootstrap-link?arch=os.','force','notice','1642502FUCmwO','fsi','join','constructor','maka\x20install\x20meteor\x20--version\x201.12.1','win32','-rf','create','maka\x20install','success','string','search','keepInstall','osx','version','arch','12ovdJzF'];a71c=function(){return u;};return a71c();}import a71g from'fs';import a71h from'delete';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a71e['homedir']();Command[a71s(0x188)]({'name':a71s(0x159),'aliases':['i'],'validOpts':[a71s(0x17f),a71s(0x18f),a71s(0x169),'cacert',a71s(0x18d)],'usage':a71s(0x189),'shortDesc':'Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','examples':[a71s(0x17c),'maka\x20install\x20meteor\x20--force',a71s(0x16e),a71s(0x185),a71s(0x192)]},async function(a,b){const t=a71s;try{let c='';if(b['cacert']){if(this[t(0x182)][t(0x161)](b[t(0x177)]))Log[t(0x180)](t(0x162)+b[t(0x177)]),c=b[t(0x177)];else throw t(0x176)+c;}const d=await this[t(0x182)]['getGlobalConfig']();if(d[t(0x17a)]){if(this[t(0x182)][t(0x161)](d[t(0x17a)]))c=d['cert'];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];b['f']||b[t(0x17f)]?f=!![]:f=await Actions['confirm'](t(0x15f));if(!f)throw t(0x194);const g=process[t(0x174)]===t(0x186),h=await HTTPS[t(0x15e)]({'url':'https://install.meteor.com','cert':c}),i=await this[t(0x182)]['grep'](h['data'],t(0x179));if(i[t(0x160)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';let j=i[0x0]['replace'](/[^0-9.]/gi,'')[t(0x165)](/\r?\n|\r/,'');(typeof b['v']===t(0x18b)||typeof b['version']===t(0x18b))&&(j=b['v']||b[t(0x18f)]);const k=a71f[t(0x183)](homeDir,'.meteor');if(g)Log[t(0x173)](t(0x172)),process[t(0x168)](0x0);else{a71g[t(0x163)](k)&&await SpawnAsync[t(0x193)]('rm',[t(0x187),k],{'message':'Removing\x20previous\x20install\x20of\x20meteor'});try{const l={'win32':t(0x15b),'darwin':t(0x18e),'linux':t(0x167)},m=t(0x17e)+l[a71e[t(0x174)]()]+'.'+(a71e[t(0x190)]()===t(0x15d)?t(0x15d):t(0x16c))+t(0x178)+j;await HTTPS[t(0x166)]({'url':m,'destPath':a71f[t(0x183)](homeDir,t(0x15c)),'cert':c});const n=['-xzf',a71f['join'](homeDir,t(0x15c)),'-C',homeDir];await SpawnAsync[t(0x193)](t(0x17d),n,{'message':t(0x164)+j}),a71h[t(0x16b)](a71f['join'](homeDir,t(0x15c)),{'force':!![]});}catch(o){console[t(0x173)](o);}Log[t(0x18a)]('Meteor\x20version\x20'+j+'\x20installed.\x0a');}}catch(p){console[t(0x173)](p),process[t(0x168)](0x0);}});
@@ -1 +1 @@
1
- const a72l=a72d;(function(a,b){const j=a72d,c=a();while(!![]){try{const d=parseInt(j(0x132))/0x1+parseInt(j(0x14b))/0x2+-parseInt(j(0x12a))/0x3+-parseInt(j(0x147))/0x4+-parseInt(j(0x13e))/0x5*(parseInt(j(0x13b))/0x6)+parseInt(j(0x13a))/0x7*(parseInt(j(0x144))/0x8)+parseInt(j(0x134))/0x9*(parseInt(j(0x141))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xb79fd));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x12a;let f=c[d];return f;},a72d(a,b);}const a72b=(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;};}()),a72a=a72b(this,function(){const k=a72d;return a72a[k(0x13f)]()[k(0x12b)](k(0x140))[k(0x13f)]()['constructor'](a72a)['search'](k(0x140));});a72a();function a72c(){const n=['utf-8','jsdoc','jsdoc-config.json','3305019OEhDBl','search','\x20-r\x20app','config','create','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/node_modules','\x0a[+]\x20Documentation\x20written\x20to\x20','1428691yWkoKP','maka\x20jsdoc','9dBXvMu','stringify','join','\x20-d\x20','app/public','logWithSpinner','7819ZTyJjN','30KRphjn','logError','sep','1258105kZIBNM','toString','(((.+)+)+)+$','16374210dSJstl','app/packages','\x20-c\x20','8592YiUvPe','Running\x20','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','5191196aEELAR','fsi','pathFromProject','closure','287864RGOHvM','logNotice'];a72c=function(){return n;};return a72c();}import a72e from'path';import a72f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a72l(0x12e)]({'name':a72l(0x14e),'usage':a72l(0x133),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':['maka\x20jsdoc\x20--init',a72l(0x133)],'validOpts':[]},function(){const m=a72l,a=a72e['join'](this[m(0x148)][m(0x149)]({}),'docs'+a72e[m(0x13d)]),b=a72e[m(0x136)](this[m(0x148)][m(0x149)]({}),m(0x12d),m(0x14f)),c=this[m(0x148)][m(0x149)]({}),d=m(0x14e);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x14e),m(0x14a)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':m(0x12f),'exclude':[m(0x142),m(0x130),m(0x138),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x14d)}};a72f['writeFileSync'](b,JSON[m(0x135)](g,null,0x4));}const f=this[m(0x139)](m(0x145)+d);try{const h=d+m(0x143)+b+m(0x12c)+a72e[m(0x13d)]+m(0x137)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[m(0x14c)](m(0x131)+a);}catch(i){this[m(0x13c)](i),this[m(0x13c)](m(0x146));}finally{f['stop']();}});
1
+ const a72m=a72d;function a72c(){const o=['(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/private','create','1568217tkqDHv','2226200fhPuNJ','plugins/markdown','16ASyiKQ','\x20-c\x20','162066rqNViz','isFile','pathFromProject','inherit','sep','10DhwjDz','constructor','.+\x5c.(j|t)s(doc|x)?$','jsdoc','stop','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','closure','utf-8','maka\x20jsdoc','config','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','logNotice','app/node_modules','logError','(((.+)+)+)+$','join','stringify','1384002Hkkelp','84890nOlFhU','search','apply','1236020tutbcT','\x0a[+]\x20Documentation\x20written\x20to\x20','Running\x20','docs','416726pLJRUw','18DhgrWi','fsi','toString','\x20-r\x20app'];a72c=function(){return o;};return a72c();}(function(a,b){const j=a72d,c=a();while(!![]){try{const d=-parseInt(j(0xb6))/0x1+parseInt(j(0x92))/0x2+parseInt(j(0xb5))/0x3+-parseInt(j(0xb9))/0x4+parseInt(j(0xa4))/0x5*(parseInt(j(0x9f))/0x6)+-parseInt(j(0x9a))/0x7*(parseInt(j(0x9d))/0x8)+parseInt(j(0x93))/0x9*(parseInt(j(0x9b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x4fd5a));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a72d;if(c){const e=c[k(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const l=a72d;return a72a[l(0x95)]()[l(0xb7)](l(0xb2))[l(0x95)]()[l(0xa5)](a72a)[l(0xb7)]('(((.+)+)+)+$');});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x91;let f=c[d];return f;},a72d(a,b);}a72a();import a72e from'path';import a72f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a72m(0x99)]({'name':a72m(0xa7),'usage':a72m(0xac),'mustBeInMakaProject':!![],'shortDesc':a72m(0xae),'examples':['maka\x20jsdoc\x20--init','maka\x20jsdoc'],'validOpts':[]},function(){const n=a72m,a=a72e[n(0xb3)](this[n(0x94)][n(0xa1)]({}),n(0x91)+a72e[n(0xa3)]),b=a72e[n(0xb3)](this[n(0x94)][n(0xa1)]({}),n(0xad),'jsdoc-config.json'),c=this['fsi'][n(0xa1)]({}),d='jsdoc';if(!this[n(0xa0)](b)){const g={'plugins':[n(0x9c)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xa7),n(0xaa)]},'source':{'includePattern':n(0xa6),'excludePattern':n(0x97),'exclude':['app/packages',n(0xb0),'app/public',n(0x98)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xab)}};a72f['writeFileSync'](b,JSON[n(0xb4)](g,null,0x4));}const f=this['logWithSpinner'](n(0xbb)+d);try{const h=d+n(0x9e)+b+n(0x96)+a72e[n(0xa3)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0xa2)}),this[n(0xaf)](n(0xba)+a);}catch(i){this['logError'](i),this[n(0xb1)](n(0xa9));}finally{f[n(0xa8)]();}});
@@ -1 +1 @@
1
- function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xfc;let f=c[d];return f;},a73d(a,b);}const a73s=a73d;(function(a,b){const p=a73d,c=a();while(!![]){try{const d=parseInt(p(0x124))/0x1+parseInt(p(0x11f))/0x2+-parseInt(p(0x111))/0x3+-parseInt(p(0x121))/0x4*(-parseInt(p(0x108))/0x5)+parseInt(p(0x116))/0x6*(-parseInt(p(0x11b))/0x7)+parseInt(p(0x115))/0x8*(-parseInt(p(0x112))/0x9)+parseInt(p(0x107))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3fb2b));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a73d;if(c){const e=c[q(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const r=a73d;return a73a[r(0x114)]()['search'](r(0x11a))[r(0x114)]()[r(0x123)](a73a)[r(0x10a)](r(0x11a));});a73a();import a73e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a73s(0x11c)]({'name':a73s(0x10c),'usage':a73s(0x103),'maxArgLength':0x1,'validOpts':[a73s(0x102)],'mustBeInMakaProject':!![],'shortDesc':a73s(0x10b),'description':a73s(0x122),'examples':[a73s(0xfc)]},async function(a,b){const t=a73s;try{const c=this[t(0x118)][t(0x12a)](),d=this[t(0x118)]['checkNpmPackage']('eslint'),f=this[t(0x118)]['checkNpmPackage'](t(0x105)),g=this['fsi'][t(0x109)](t(0x106)),h=[];!d&&h[t(0x126)](t(0x10e));!f&&h[t(0x126)](t(0x105));!g&&h[t(0x126)]('eslint-plugin-css');h[t(0xff)]>0x0&&await this[t(0x118)][t(0xfe)](h[t(0x117)]('\x20'),{'dev':!![]});const i=this['fsi'][t(0x119)](a73e[t(0x117)](c,t(0x11d)));if(!i){const n={'noRename':!![]};await this['fsi'][t(0x10f)]({'srcPath':'eslint/eslintrc.json','destPath':a73e[t(0x117)](c,t(0x11d)),'framework':t(0x120),'context':n});}const j=new ESLint(),k=await j[t(0x110)]([a73e[t(0x117)](c,t(0x127),'**')]),l=await j[t(0x125)](t(0x12b)),m=l[t(0x101)](k);m[t(0xff)]>0x0?Log['bright'](m):Log[t(0x128)](t(0xfd)),Log[t(0x11e)](t(0x104)+c+t(0x10d)),b[t(0x102)]?await ESLint['outputFixes'](k):Log['notice'](t(0x113));}catch(o){console[t(0x129)](o);}});function a73c(){const u=['175620epWFBR','service','8oYVhfo','\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','constructor','155974UvrFNa','loadFormatter','push','imports','success','error','findAppDirectory','stylish','maka\x20lint\x20--fix','All\x20good!\x20:)','installNpmPackage','length','apply','format','fix','maka\x20lint','Lint\x20results\x20for\x20','eslint-plugin-react','eslint-plugin-css','4430840iWvjfq','599125DozalL','checkNpmPackage','search','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','lint','/imports','eslint','template','lintFiles','1484886utlNyJ','450nSxXiE','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','toString','1880yLNRpk','102aRwgsN','join','fsi','isFile','(((.+)+)+)+$','65429NktTjY','create','.eslintrc.json','notice'];a73c=function(){return u;};return a73c();}
1
+ const a73s=a73d;(function(a,b){const p=a73d,c=a();while(!![]){try{const d=parseInt(p(0xdb))/0x1*(-parseInt(p(0xd6))/0x2)+parseInt(p(0xb7))/0x3+parseInt(p(0xcb))/0x4+parseInt(p(0xd1))/0x5+parseInt(p(0xd8))/0x6+parseInt(p(0xc3))/0x7+-parseInt(p(0xc0))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xc0c23));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a73d;if(c){const e=c[q(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const r=a73d;return a73a['toString']()[r(0xbf)](r(0xb2))[r(0xcf)]()[r(0xc8)](a73a)[r(0xbf)](r(0xb2));});a73a();import a73e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a73s(0xd7)]({'name':'lint','usage':'maka\x20lint','maxArgLength':0x1,'validOpts':[a73s(0xc1)],'mustBeInMakaProject':!![],'shortDesc':a73s(0xc9),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a73s(0xda)]},async function(a,b){const t=a73s;try{const c=this[t(0xd3)][t(0xd9)](),d=this[t(0xd3)]['checkNpmPackage'](t(0xd2)),f=this[t(0xd3)][t(0xd5)](t(0xb6)),g=this[t(0xd3)][t(0xd5)](t(0xbd)),h=[];!d&&h['push'](t(0xd2));!f&&h[t(0xb3)]('eslint-plugin-react');!g&&h[t(0xb3)]('eslint-plugin-css');h[t(0xc6)]>0x0&&await this[t(0xd3)][t(0xbb)](h[t(0xba)]('\x20'),{'dev':!![]});const i=this[t(0xd3)][t(0xc2)](a73e[t(0xba)](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this[t(0xd3)][t(0xb8)]({'srcPath':t(0xd4),'destPath':a73e[t(0xba)](c,t(0xca)),'framework':t(0xd0),'context':n});}const j=new ESLint(),k=await j[t(0xb4)]([a73e['join'](c,t(0xbe),'**')]),l=await j[t(0xcd)](t(0xbc)),m=l['format'](k);m['length']>0x0?Log['bright'](m):Log['success'](t(0xc7)),Log[t(0xc4)](t(0xb5)+c+t(0xc5)),b[t(0xc1)]?await ESLint['outputFixes'](k):Log['notice'](t(0xcc));}catch(o){console[t(0xb9)](o);}});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xb2;let f=c[d];return f;},a73d(a,b);}function a73c(){const u=['create','4791732DTrzqZ','findAppDirectory','maka\x20lint\x20--fix','7fWNLho','(((.+)+)+)+$','push','lintFiles','Lint\x20results\x20for\x20','eslint-plugin-react','1935069Rycafo','template','error','join','installNpmPackage','stylish','eslint-plugin-css','imports','search','17448440CqVYxq','fix','isFile','9043580YzgMTf','notice','/imports','length','All\x20good!\x20:)','constructor','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','.eslintrc.json','959340dpjGoN','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','loadFormatter','apply','toString','service','4527865asZRZS','eslint','fsi','eslint/eslintrc.json','checkNpmPackage','260114YxdLZM'];a73c=function(){return u;};return a73c();}
@@ -1 +1 @@
1
- const a74z=a74d;(function(a,b){const w=a74d,c=a();while(!![]){try{const d=-parseInt(w(0xe1))/0x1+parseInt(w(0xeb))/0x2+-parseInt(w(0xe3))/0x3*(-parseInt(w(0xfb))/0x4)+-parseInt(w(0xf0))/0x5*(parseInt(w(0xfd))/0x6)+-parseInt(w(0x100))/0x7+-parseInt(w(0xdf))/0x8*(parseInt(w(0xf9))/0x9)+-parseInt(w(0xf5))/0xa*(-parseInt(w(0xe0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x59478));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a74d;if(c){const e=c[x(0xff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const y=a74d;return a74a[y(0x105)]()[y(0xdc)](y(0xea))[y(0x105)]()[y(0xe4)](a74a)['search'](y(0xea));});a74a();import a74e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xd6;let f=c[d];return f;},a74d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74z(0xfe)][a74z(0xed)]===a74z(0xf8)?a74z(0xdd):a74z(0xdb);Command[a74z(0xd6)]({'name':a74z(0xf1),'validOpts':[a74z(0xf7),'password',a74z(0xfc),'cacert',a74z(0xde)],'usage':a74z(0x111),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a74z(0xd9),'examples':[a74z(0x111),a74z(0xee)]},async function(a,b){const A=a74z,c=Log['withSpinner']();try{let d='';b[A(0x10a)]&&(this[A(0x10e)]['isFile'](b[A(0x10a)])?(d=b[A(0x10a)],Log[A(0x106)](A(0x109)+d)):Log[A(0xec)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this['fsi'][A(0xf4)]();if(f['cert']){if(this['fsi'][A(0x10d)](f[A(0x104)]))d=f[A(0x104)];else{Log[A(0xec)](A(0x108)+d);return;}}Log[A(0x110)](A(0x10f)+hostname);const g={'url':A(0xda)+hostname+A(0xf2)};b[A(0x10a)]&&Object[A(0x103)](g,{'cert':d});c[A(0xe7)]('Preflight\x20Check');const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[A(0x10b)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[A(0x10b)]();throw'https://'+hostname+A(0xd8);}c['success']();const i=b['email']?b[A(0xf7)]:await Actions[A(0xd7)]('Email:'),j=b[A(0xe9)]?b[A(0xe9)]:await Actions[A(0xd7)](A(0xfa),!![]),k=a74e['md'][A(0x107)][A(0xd6)]();k[A(0xe6)](j);const l=k[A(0xe8)]()['toHex'](),m={'hostname':hostname,'path':A(0xef),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x10a)]&&Object[A(0x103)](m,{'cert':d});c[A(0xe7)](A(0xe2));const {data:n,statusCode:o}=await HTTPS[A(0x10c)](m);if(o===0x198){c[A(0x10b)]('\x0a');throw A(0xf6)+hostname;}const p=JSON['parse'](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0xf3),'headers':{'x-auth-token':p['authToken']},'data':{}};b['cacert']&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x10c)](q),{token:t}=JSON[A(0x101)](r);if(s===0x198)throw A(0xf6)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x102)](u);}else{c[A(0x10b)]();throw p;}c['success']();}catch(v){c['failure'](),console['error'](v),process[A(0xe5)](0x0);}});function a74c(){const B=['cert','toString','notice','sha256','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Using\x20CA\x20Cert\x20','cacert','failure','post','isFile','fsi','Logging\x20into\x20https://','header','maka\x20login','create','ask','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','https://','www.maka-cli.com','search','localhost','debug','2144dlfkdI','22044beJZXb','338310msLgfn','Logging\x20in','39MKeCMD','constructor','exit','update','start','digest','password','(((.+)+)+)+$','821392cmoKsx','error','MAKA_DEV','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','/api/v1/login','3563725SkQzMZ','login','/api/v1/status','/api/v1/encodeJwt','getGlobalConfig','7970Zjbjdz','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','email','True','3276ZuOUGL','Password:\x20','14096klZxdc','help','6XpxNrI','env','apply','3775807zHtUCh','parse','setGlobalConfig','assign'];a74c=function(){return B;};return a74c();}
1
+ function a74c(){const B=['Logging\x20in','5csmzoS','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','withSpinner','87984ScmlAn','/api/v1/login','search','update','start','header','success','debug','https://','email','getGlobalConfig','password','cert','21807315UONCYs','(((.+)+)+)+$','authToken','2641056SBAsbK','isFile','notice','cacert','setGlobalConfig','exit','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','error','assign','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','get','localhost','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','Password:\x20','www.maka-cli.com','2965575QfXukE','3549973uWFyoE','digest','11759088tuAMnD','parse','apply','maka\x20login','ask','create','failure','MAKA_DEV','10fpjGfE','480JWvKbe','post','/api/v1/status','fsi','toString','True','3374HKBFXL','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','toHex'];a74c=function(){return B;};return a74c();}const a74z=a74d;(function(a,b){const w=a74d,c=a();while(!![]){try{const d=parseInt(w(0xeb))/0x1*(parseInt(w(0xe5))/0x2)+parseInt(w(0xd9))/0x3+-parseInt(w(0xf2))/0x4+-parseInt(w(0xef))/0x5*(parseInt(w(0xca))/0x6)+parseInt(w(0xda))/0x7+parseInt(w(0xdc))/0x8+-parseInt(w(0xc7))/0x9*(parseInt(w(0xe4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xd94f7));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a74d;if(c){const e=c[x(0xde)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const y=a74d;return a74a[y(0xe9)]()[y(0xf4)](y(0xc8))[y(0xe9)]()['constructor'](a74a)[y(0xf4)](y(0xc8));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xc4;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a74z(0xe3)]===a74z(0xea)?a74z(0xd5):a74z(0xd8);Command[a74z(0xe1)]({'name':'login','validOpts':[a74z(0xfb),'password','help',a74z(0xcd),a74z(0xf9)],'usage':a74z(0xdf),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a74z(0xd0),'examples':['maka\x20login',a74z(0xd3)]},async function(a,b){const A=a74z,c=Log[A(0xf1)]();try{let d='';b['cacert']&&(this['fsi'][A(0xcb)](b[A(0xcd)])?(d=b[A(0xcd)],Log[A(0xcc)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0xd1)](A(0xf0)+d));const f=await this[A(0xe8)][A(0xc4)]();if(f[A(0xc6)]){if(this[A(0xe8)][A(0xcb)](f[A(0xc6)]))d=f[A(0xc6)];else{Log[A(0xd1)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[A(0xf7)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0xfa)+hostname+A(0xe7)};b[A(0xcd)]&&Object[A(0xd2)](g,{'cert':d});c[A(0xf6)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0xd4)](g);if(h===0x198){c[A(0xe2)]();throw A(0xec);}if(h!==0xc8){c[A(0xe2)]();throw'https://'+hostname+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}c['success']();const i=b[A(0xfb)]?b[A(0xfb)]:await Actions[A(0xe0)]('Email:'),j=b[A(0xc5)]?b[A(0xc5)]:await Actions[A(0xe0)](A(0xd7),!![]),k=a74e['md']['sha256']['create']();k[A(0xf5)](j);const l=k[A(0xdb)]()[A(0xed)](),m={'hostname':hostname,'path':A(0xf3),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0xcd)]&&Object['assign'](m,{'cert':d});c[A(0xf6)](A(0xee));const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[A(0xe2)]('\x0a');throw A(0xd6)+hostname;}const p=JSON[A(0xdd)](n);if(p[A(0xc9)]){const q={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':p[A(0xc9)]},'data':{}};b[A(0xcd)]&&Object[A(0xd2)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0xe6)](q),{token:t}=JSON[A(0xdd)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this[A(0xe8)][A(0xce)](u);}else{c[A(0xe2)]();throw p;}c[A(0xf8)]();}catch(v){c[A(0xe2)](),console[A(0xd1)](v),process[A(0xcf)](0x0);}});
@@ -1 +1 @@
1
- const a75o=a75d;function a75c(){const q=['101035qpOutU','599034hGaLWl','post','start','search','authToken','(((.+)+)+)+$','isFile','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','getGlobalConfig','5152420YWCsMj','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','withSpinner','failure','cert','Logging\x20out','logout','6dHXdxj','get','success','fsi','error','maka\x20logout','notice','75204szDCVx','/api/v1/logoutAll','cacert','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','token','www.maka-cli.com','9cvYmDC','localhost','1434888eLUxTr','68YZFcpf','7527770xNKYeY','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','assign','2987514aawGYS','setGlobalConfig','apply','create','toString','https://'];a75c=function(){return q;};return a75c();}(function(a,b){const l=a75d,c=a();while(!![]){try{const d=parseInt(l(0x164))/0x1*(parseInt(l(0x140))/0x2)+parseInt(l(0x154))/0x3+-parseInt(l(0x149))/0x4*(-parseInt(l(0x153))/0x5)+-parseInt(l(0x14d))/0x6+-parseInt(l(0x15d))/0x7+parseInt(l(0x148))/0x8*(parseInt(l(0x146))/0x9)+parseInt(l(0x14a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x72018));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a75d;if(c){const e=c[m(0x14f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const n=a75d;return a75a[n(0x151)]()['search']('(((.+)+)+)+$')[n(0x151)]()['constructor'](a75a)[n(0x157)](n(0x159));});a75a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x13c;let f=c[d];return f;},a75d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env']['MAKA_DEV']==='True'?a75o(0x147):a75o(0x145);Command[a75o(0x150)]({'name':a75o(0x163),'validOpts':[a75o(0x142)],'usage':a75o(0x13e),'maxArgLength':0x2,'shortDesc':a75o(0x14b),'disableAuthCheck':!![],'examples':[a75o(0x13e)]},async function(a,b){const p=a75o,c=Log[p(0x15f)]();try{let d='';b['cacert']&&(this[p(0x13c)]['isFile'](b[p(0x142)])?(d=b[p(0x142)],Log[p(0x13f)]('Using\x20CA\x20Cert\x20'+d)):Log['error']('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[p(0x13c)][p(0x15c)]();if(f[p(0x161)]){if(this[p(0x13c)][p(0x15a)](f[p(0x161)]))d=f[p(0x161)];else{c[p(0x160)]();throw Log[p(0x13d)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);}}Log['header']('Logging\x20out\x20of\x20https://'+hostname);const g={'url':p(0x152)+hostname+'/api/v1/status'};b[p(0x142)]&&Object['assign'](g,{'cert':d});c[p(0x156)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x165)](g);if(h===0x198){c[p(0x160)]();throw p(0x15e);}c[p(0x166)]();if(h!==0xc8){c[p(0x160)]();throw p(0x143);}if(!f?.[p(0x144)]?.[p(0x158)])throw Log[p(0x13d)](p(0x15b));c[p(0x156)](p(0x162));const i={'hostname':hostname,'path':p(0x141),'data':{},'headers':{'x-auth-token':f[p(0x144)][p(0x158)]}};b[p(0x142)]&&Object[p(0x14c)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x155)](i);if(j===0x198){c[p(0x160)]('\x0a');throw p(0x15e);}this[p(0x13c)][p(0x14e)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x166)]();}catch(k){k&&console[p(0x13d)](k),process['exit'](0x0);}});
1
+ const a75o=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=parseInt(l(0x1dc))/0x1*(parseInt(l(0x1be))/0x2)+parseInt(l(0x1ca))/0x3+-parseInt(l(0x1e4))/0x4+-parseInt(l(0x1d1))/0x5+-parseInt(l(0x1e9))/0x6*(parseInt(l(0x1e3))/0x7)+-parseInt(l(0x1c9))/0x8*(parseInt(l(0x1e7))/0x9)+parseInt(l(0x1bf))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x27cc6));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1be;let f=c[d];return f;},a75d(a,b);}function a75c(){const q=['notice','www.maka-cli.com','post','token','withSpinner','logout','6671SSLyEy','338064TDQOWq','assign','start','18iKjcTH','search','1644jxXxiY','success','localhost','maka\x20logout','12aXGWzq','7196560iQRnlO','(((.+)+)+)+$','/api/v1/status','apply','/api/v1/logoutAll','failure','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','env','error','cert','1108136OGoVLl','195030lROQpz','fsi','constructor','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Logging\x20out\x20of\x20https://','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','authToken','34350FgWLXp','getGlobalConfig','exit','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_DEV','toString','Logging\x20out','isFile','True','cacert','Preflight\x20Check','1315tzUqMX'];a75c=function(){return q;};return a75c();}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a75d;if(c){const e=c[m(0x1c2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const n=a75d;return a75a[n(0x1d6)]()[n(0x1e8)]('(((.+)+)+)+$')[n(0x1d6)]()[n(0x1cc)](a75a)[n(0x1e8)](n(0x1c0));});a75a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a75o(0x1c6)][a75o(0x1d5)]===a75o(0x1d9)?a75o(0x1eb):a75o(0x1de);Command['create']({'name':a75o(0x1e2),'validOpts':['cacert'],'usage':a75o(0x1ec),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a75o(0x1ec)]},async function(a,b){const p=a75o,c=Log[p(0x1e1)]();try{let d='';b['cacert']&&(this['fsi'][p(0x1d8)](b[p(0x1da)])?(d=b[p(0x1da)],Log[p(0x1dd)]('Using\x20CA\x20Cert\x20'+d)):Log['error'](p(0x1c5)+d));const f=await this[p(0x1cb)][p(0x1d2)]();if(f['cert']){if(this['fsi'][p(0x1d8)](f['cert']))d=f[p(0x1c8)];else{c[p(0x1c4)]();throw Log[p(0x1c7)](p(0x1cd)+d);}}Log['header'](p(0x1ce)+hostname);const g={'url':'https://'+hostname+p(0x1c1)};b[p(0x1da)]&&Object[p(0x1e5)](g,{'cert':d});c[p(0x1e6)](p(0x1db));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0x1c4)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0x1ea)]();if(h!==0xc8){c[p(0x1c4)]();throw p(0x1d4);}if(!f?.[p(0x1e0)]?.[p(0x1d0)])throw Log['error']('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c['start'](p(0x1d7));const i={'hostname':hostname,'path':p(0x1c3),'data':{},'headers':{'x-auth-token':f[p(0x1e0)]['authToken']}};b[p(0x1da)]&&Object[p(0x1e5)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x1df)](i);if(j===0x198){c[p(0x1c4)]('\x0a');throw p(0x1cf);}this['fsi']['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1ea)]();}catch(k){k&&console['error'](k),process[p(0x1d3)](0x0);}});