@maka/maka-cli 4.7.9 → 4.7.10

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 (147) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  25. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  26. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/game/_index.js +1 -1
  29. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/game/play.command.js +1 -1
  31. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  66. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  67. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/generate.js +1 -1
  69. package/bundle/obf/src/commands/get/_index.js +1 -1
  70. package/bundle/obf/src/commands/get/get.command.js +1 -1
  71. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  72. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  73. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  74. package/bundle/obf/src/commands/help.js +1 -1
  75. package/bundle/obf/src/commands/install.js +1 -1
  76. package/bundle/obf/src/commands/jsdoc.js +1 -1
  77. package/bundle/obf/src/commands/lint.js +1 -1
  78. package/bundle/obf/src/commands/login.js +1 -1
  79. package/bundle/obf/src/commands/logout.js +1 -1
  80. package/bundle/obf/src/commands/logs.js +1 -1
  81. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  82. package/bundle/obf/src/commands/murder.js +1 -1
  83. package/bundle/obf/src/commands/proxy.js +1 -1
  84. package/bundle/obf/src/commands/reconfig.js +1 -1
  85. package/bundle/obf/src/commands/run/_index.js +1 -1
  86. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/run/run.command.js +1 -1
  88. package/bundle/obf/src/commands/set/_index.js +1 -1
  89. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  90. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  91. package/bundle/obf/src/commands/set/set.command.js +1 -1
  92. package/bundle/obf/src/commands/ssh.js +1 -1
  93. package/bundle/obf/src/commands/ssl.js +1 -1
  94. package/bundle/obf/src/commands/test.js +1 -1
  95. package/bundle/obf/src/commands/version.js +1 -1
  96. package/bundle/obf/src/error.js +1 -1
  97. package/bundle/obf/src/exec.js +1 -1
  98. package/bundle/obf/src/generator.js +1 -1
  99. package/bundle/obf/src/generators/_index.js +1 -1
  100. package/bundle/obf/src/generators/api.js +1 -1
  101. package/bundle/obf/src/generators/collection.js +1 -1
  102. package/bundle/obf/src/generators/component.js +1 -1
  103. package/bundle/obf/src/generators/config.js +1 -1
  104. package/bundle/obf/src/generators/dbc.js +1 -1
  105. package/bundle/obf/src/generators/dockerfile.js +1 -1
  106. package/bundle/obf/src/generators/hook.js +1 -1
  107. package/bundle/obf/src/generators/kits/_index.js +1 -1
  108. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  109. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  110. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  111. package/bundle/obf/src/generators/kits/kit.js +1 -1
  112. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  113. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  114. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  115. package/bundle/obf/src/generators/layout.js +1 -1
  116. package/bundle/obf/src/generators/maka.gen.js +1 -1
  117. package/bundle/obf/src/generators/methods.js +1 -1
  118. package/bundle/obf/src/generators/package.js +1 -1
  119. package/bundle/obf/src/generators/page.js +1 -1
  120. package/bundle/obf/src/generators/publish.js +1 -1
  121. package/bundle/obf/src/generators/route.js +1 -1
  122. package/bundle/obf/src/generators/service.js +1 -1
  123. package/bundle/obf/src/generators/services/_index.js +1 -1
  124. package/bundle/obf/src/generators/services/openssl.js +1 -1
  125. package/bundle/obf/src/generators/services/translation.js +1 -1
  126. package/bundle/obf/src/maka.js +1 -1
  127. package/bundle/obf/src/templates/meteor/project/package.json +20 -0
  128. package/bundle/obf/src/tool.js +1 -1
  129. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  130. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  131. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  133. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  135. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  136. package/bundle/obf/src/tools/https/https.class.js +1 -1
  137. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  138. package/bundle/obf/src/tools/log/log.class.js +1 -1
  139. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  140. package/bundle/obf/src/tools/options/options.class.js +1 -1
  141. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  142. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  143. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  144. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  145. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  146. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  147. package/package.json +1 -1
@@ -1 +1 @@
1
- const a57i=a57d;function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x12e;let f=c[d];return f;},a57d(a,b);}(function(a,b){const f=a57d,c=a();while(!![]){try{const d=parseInt(f(0x1aa))/0x1+parseInt(f(0x174))/0x2*(-parseInt(f(0x144))/0x3)+parseInt(f(0x1a3))/0x4+parseInt(f(0x1a7))/0x5+-parseInt(f(0x163))/0x6+-parseInt(f(0x13b))/0x7+parseInt(f(0x16d))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xc69a3));function a57c(){const j=['OUTSIDE','constructor','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Corporate\x20Creditstick','MCT\x20Fly-Spy','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','10tocpBK','Torture\x20Chamber','Barrens\x20Entrance','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20data\x20remains\x20encrypted.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Guard\x27s\x20Log\x20Book','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','search','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','book','That\x20passcode\x20is\x20incorrect','Barrens\x20Hideout','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','shield','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Corp\x20Enclave','Nothing\x20happens.','The\x20chest\x20remains\x20firmly\x20shut.','decrypt','Alchemy\x20Lab','NORTH','gem','Jackpoint\x20Login','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Encrypted\x20Data\x20Key','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Armory','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','secret123','inside','Treasure\x20Room','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Golden\x20Chalice','Courtyard','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Central\x20Chamber','(((.+)+)+)+$','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','310356lYLKYf','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','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\x20key\x20stained\x20with\x20old\x20blood.','7370245xMnLSM','open\x20sesame','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','625593RRTgVh','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','A\x20thin\x20log\x20book','A\x20clear\x20glass\x20vial.','east','Chad\x20the\x20stupid\x20guard','Gang\x20Insignia','EAST','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','drone','key','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Golden\x20Key','9072973JAoZsq','Matrix\x20Data\x20Haven','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Entrance\x20Hall','Riddle\x20Book','disenchant','Secret\x20Passage','rifle','458457viiZlP','Holy\x20Grail','Rigger\x27s\x20Workshop','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','west','amulet','north','An\x20old\x20and\x20rusted\x20sword.','basic','Empty\x20vial','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','sword','document','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Downtown\x20Seattle','Emblem\x20Shield','toString','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','weapon','cup','CorpSec\x20Plans','apply','south','Mage\x27s\x20Lair','A\x20long-range\x20weapon.','The\x20legendary\x20Holy\x20Grail.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','insert\x20gem','outside','Watch\x20Tower','4182552VGcqJu','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Library','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Rusted\x20Sword','Study','Central\x20Chamber\x20Key','A\x20creditstick\x20loaded\x20with\x20nuyen.','release','Ares\x20Predator','11148560phteoL'];a57c=function(){return j;};return a57c();}const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0x15a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0x155)]()[h(0x17d)](h(0x1a1))['toString']()[h(0x16f)](a57a)[h(0x17d)]('(((.+)+)+)+$');});a57a();export const rooms=[{'name':a57i(0x165),'description':a57i(0x15f),'isStartRoom':!![],'items':[{'type':'key','name':a57i(0x13a),'description':a57i(0x164)},{'type':a57i(0x17f),'name':a57i(0x17b),'description':a57i(0x130),'content':a57i(0x133)}],'exits':[{'direction':a57i(0x135),'targetRoom':a57i(0x142)}]},{'name':a57i(0x142),'description':a57i(0x177),'exits':[{'direction':a57i(0x18f),'targetRoom':a57i(0x199),'keyRequired':a57i(0x13a)},{'direction':'SOUTH','targetRoom':a57i(0x19e)}]},{'name':a57i(0x199),'description':a57i(0x185),'items':[{'type':'holyGrail','name':a57i(0x145),'description':a57i(0x15e)}]},{'name':'Courtyard','description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a57i(0x16e),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a57i(0x162),'description':a57i(0x19a),'roomType':a57i(0x16e),'puzzle':{'requiredPhrase':a57i(0x197),'riddle':a57i(0x1a9),'rewardItem':{'type':a57i(0x143),'name':'Sniper\x20Rifle','description':a57i(0x15d)},'successMessage':a57i(0x1a5),'failureMessage':a57i(0x180)}}];export const dungeonConfig=[{'name':a57i(0x13f),'description':a57i(0x196),'isStartRoom':!![],'roomType':a57i(0x198),'puzzle':{'requiredPhrase':a57i(0x1a8),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a57i(0x138),'name':a57i(0x169),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a57i(0x19c),'failureMessage':a57i(0x18b)},'exits':[{'direction':a57i(0x14b),'targetRoom':'Study'},{'direction':'east','targetRoom':a57i(0x1a0),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a57i(0x168),'description':a57i(0x148),'roomType':a57i(0x198),'items':[{'type':a57i(0x17f),'name':a57i(0x140),'description':a57i(0x184),'content':a57i(0x13e)},{'type':a57i(0x138),'name':a57i(0x169),'description':a57i(0x1a4)}],'exits':[{'direction':'south','targetRoom':a57i(0x13f)},{'direction':a57i(0x132),'targetRoom':'Alchemy\x20Lab'}]},{'name':a57i(0x18e),'description':a57i(0x12e),'roomType':a57i(0x198),'items':[{'type':a57i(0x14d),'name':a57i(0x14e),'description':a57i(0x131)}],'exits':[{'direction':a57i(0x149),'targetRoom':a57i(0x168)},{'direction':a57i(0x14b),'targetRoom':a57i(0x195)}]},{'name':a57i(0x195),'description':a57i(0x192),'roomType':a57i(0x198),'items':[{'type':a57i(0x187),'name':a57i(0x154),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a57i(0x150),'name':a57i(0x167),'description':a57i(0x14c)}],'exits':[{'direction':a57i(0x15b),'targetRoom':a57i(0x18e)},{'direction':'east','targetRoom':a57i(0x1a0)}]},{'name':a57i(0x1a0),'description':a57i(0x17c),'roomType':a57i(0x198),'exits':[{'direction':a57i(0x149),'targetRoom':a57i(0x195)},{'direction':a57i(0x15b),'targetRoom':a57i(0x13f)},{'direction':a57i(0x14b),'targetRoom':a57i(0x175)},{'direction':a57i(0x132),'targetRoom':a57i(0x199)}]},{'name':'Torture\x20Chamber','description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a57i(0x198),'items':[{'type':'key','name':'Blood-stained\x20Key','description':a57i(0x1a6)}],'puzzle':{'requiredPhrase':a57i(0x16b),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a57i(0x190),'name':'Ancient\x20Gem','description':a57i(0x19b)},'successMessage':a57i(0x189),'failureMessage':a57i(0x170)},'exits':[{'direction':a57i(0x15b),'targetRoom':a57i(0x1a0)}]},{'name':'Treasure\x20Room','description':a57i(0x179),'roomType':a57i(0x198),'puzzle':{'requiredPhrase':a57i(0x160),'riddle':a57i(0x147),'rewardItem':{'type':a57i(0x158),'name':a57i(0x19d),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a57i(0x194),'failureMessage':a57i(0x18c)},'exits':[{'direction':a57i(0x149),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a57i(0x191),'description':a57i(0x152),'isStartRoom':!![],'roomType':a57i(0x198),'exits':[{'direction':a57i(0x14b),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a57i(0x13c)}]},{'name':'Matrix\x20Data\x20Haven','description':a57i(0x188),'roomType':a57i(0x198),'puzzle':{'requiredPhrase':a57i(0x18d),'riddle':a57i(0x1ab),'rewardItem':{'type':'key','name':a57i(0x193),'description':a57i(0x182)},'successMessage':a57i(0x136),'failureMessage':a57i(0x178)},'exits':[{'direction':'down','targetRoom':a57i(0x191)}]},{'name':a57i(0x153),'description':a57i(0x156),'roomType':a57i(0x161),'exits':[{'direction':a57i(0x15b),'targetRoom':a57i(0x191)},{'direction':a57i(0x132),'targetRoom':a57i(0x176)},{'direction':a57i(0x149),'targetRoom':a57i(0x18a)}]},{'name':a57i(0x176),'description':a57i(0x13d),'roomType':a57i(0x161),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a57i(0x138),'name':a57i(0x134),'description':a57i(0x1a2)},'successMessage':a57i(0x12f),'failureMessage':a57i(0x183)},'exits':[{'direction':'west','targetRoom':a57i(0x153)},{'direction':a57i(0x14b),'targetRoom':a57i(0x181)}]},{'name':a57i(0x18a),'description':a57i(0x17a),'roomType':'inside','items':[{'type':'creditstick','name':a57i(0x171),'description':a57i(0x16a)},{'type':a57i(0x151),'name':a57i(0x159),'description':a57i(0x186)}],'exits':[{'direction':'east','targetRoom':a57i(0x153)}]},{'name':a57i(0x181),'description':a57i(0x166),'roomType':a57i(0x161),'items':[{'type':a57i(0x157),'name':a57i(0x16c),'description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a57i(0x15b),'targetRoom':a57i(0x176)},{'direction':'north','targetRoom':a57i(0x15c)},{'direction':'east','targetRoom':a57i(0x146)}]},{'name':a57i(0x15c),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a57i(0x198),'puzzle':{'requiredPhrase':a57i(0x141),'riddle':a57i(0x17e),'rewardItem':{'type':a57i(0x14a),'name':'Amulet\x20of\x20Awakening','description':a57i(0x14f)},'successMessage':a57i(0x19f),'failureMessage':a57i(0x139)},'exits':[{'direction':a57i(0x15b),'targetRoom':a57i(0x181)}]},{'name':a57i(0x146),'description':a57i(0x173),'roomType':'inside','items':[{'type':a57i(0x137),'name':a57i(0x172),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a57i(0x149),'targetRoom':a57i(0x181)}]}];
1
+ function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a57d(a,b);}const a57h=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=-parseInt(f(0x235))/0x1+-parseInt(f(0x20d))/0x2+-parseInt(f(0x219))/0x3+parseInt(f(0x1f3))/0x4+-parseInt(f(0x205))/0x5*(-parseInt(f(0x1d5))/0x6)+parseInt(f(0x236))/0x7+-parseInt(f(0x20c))/0x8*(-parseInt(f(0x1d0))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x91cce));function a57c(){const i=['east','inside','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','down','book','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Jackpoint\x20Login','Entrance\x20Hall','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Matrix\x20Data\x20Haven','shield','west','A\x20creditstick\x20loaded\x20with\x20nuyen.','377148hiaVQv','4927426tkLVkM','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','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','Central\x20Chamber','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','NORTH','Alchemy\x20Lab','Rigger\x27s\x20Workshop','toString','27cpCStV','south','Sniper\x20Rifle','Armory','key','1640586ebPBhF','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Barrens\x20Entrance','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','rifle','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','search','Watch\x20Tower','release','Secret\x20Passage','Empty\x20vial','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Golden\x20Key','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Torture\x20Chamber','CorpSec\x20Plans','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','drone','SOUTH','Emblem\x20Shield','basic','amulet','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','MCT\x20Fly-Spy','Courtyard','Amulet\x20of\x20Awakening','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','3325500lgoZYb','Golden\x20Chalice','decrypt','cup','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20key\x20stained\x20with\x20old\x20blood.','Barrens\x20Hideout','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Riddle\x20Book','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','document','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','A\x20small\x20surveillance\x20drone.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','(((.+)+)+)+$','Central\x20Chamber\x20Key','A\x20long-range\x20weapon.','5XCBlba','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','outside','sword','north','Encrypted\x20Data\x20Key','Study','866312IUsAFd','761120rSpsFm','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Blood-stained\x20Key','That\x20passcode\x20is\x20incorrect','Nothing\x20happens.','Corporate\x20Creditstick','insert\x20gem','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Corp\x20Enclave','Mage\x27s\x20Lair','A\x20chalice\x20made\x20of\x20pure\x20gold.','The\x20data\x20remains\x20encrypted.','2336055WiRTOi','Treasure\x20Room','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','An\x20old\x20and\x20rusted\x20sword.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','constructor','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','disenchant','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','OUTSIDE','Downtown\x20Seattle','secret123'];a57c=function(){return i;};return a57c();}const a57b=(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;};}()),a57a=a57b(this,function(){const g=a57d;return a57a['toString']()[g(0x1dd)](g(0x202))[g(0x1cf)]()[g(0x21f)](a57a)[g(0x1dd)](g(0x202));});a57a();export const rooms=[{'name':'Library','description':a57h(0x230),'isStartRoom':!![],'items':[{'type':'key','name':a57h(0x1e4),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':'book','name':'Guard\x27s\x20Log\x20Book','description':'A\x20thin\x20log\x20book','content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':'EAST','targetRoom':a57h(0x1e0)}]},{'name':a57h(0x1e0),'description':a57h(0x1e3),'exits':[{'direction':a57h(0x23b),'targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a57h(0x1ea),'targetRoom':a57h(0x1f0)}]},{'name':a57h(0x21a),'description':a57h(0x228),'items':[{'type':'holyGrail','name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':'Courtyard','description':a57h(0x1dc),'roomType':a57h(0x223),'exits':[{'direction':'UP','targetRoom':a57h(0x1de)}]},{'name':a57h(0x1de),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a57h(0x223),'puzzle':{'requiredPhrase':a57h(0x225),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a57h(0x1db),'name':a57h(0x1d2),'description':a57h(0x204)},'successMessage':a57h(0x238),'failureMessage':a57h(0x210)}}];export const dungeonConfig=[{'name':a57h(0x22f),'description':a57h(0x1f2),'isStartRoom':!![],'roomType':a57h(0x227),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a57h(0x20e),'rewardItem':{'type':'key','name':a57h(0x203),'description':a57h(0x220)},'successMessage':a57h(0x1fe),'failureMessage':a57h(0x211)},'exits':[{'direction':a57h(0x209),'targetRoom':a57h(0x20b)},{'direction':'east','targetRoom':a57h(0x239),'keyRequired':a57h(0x203)}]},{'name':a57h(0x20b),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':a57h(0x22a),'name':a57h(0x1fb),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a57h(0x1d4),'name':a57h(0x203),'description':a57h(0x220)}],'exits':[{'direction':a57h(0x1d1),'targetRoom':'Entrance\x20Hall'},{'direction':a57h(0x226),'targetRoom':a57h(0x23c)}]},{'name':a57h(0x23c),'description':a57h(0x22b),'roomType':a57h(0x227),'items':[{'type':a57h(0x1ec),'name':a57h(0x1e1),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a57h(0x233),'targetRoom':a57h(0x20b)},{'direction':'north','targetRoom':'Armory'}]},{'name':a57h(0x1d3),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':'inside','items':[{'type':a57h(0x232),'name':a57h(0x1eb),'description':a57h(0x1e2)},{'type':a57h(0x208),'name':'Rusted\x20Sword','description':a57h(0x21c)}],'exits':[{'direction':a57h(0x1d1),'targetRoom':a57h(0x23c)},{'direction':a57h(0x226),'targetRoom':a57h(0x239)}]},{'name':a57h(0x239),'description':a57h(0x214),'roomType':a57h(0x227),'exits':[{'direction':a57h(0x233),'targetRoom':a57h(0x1d3)},{'direction':a57h(0x1d1),'targetRoom':a57h(0x22f)},{'direction':a57h(0x209),'targetRoom':a57h(0x1e6)},{'direction':a57h(0x226),'targetRoom':a57h(0x21a)}]},{'name':a57h(0x1e6),'description':a57h(0x1fc),'roomType':'inside','items':[{'type':a57h(0x1d4),'name':a57h(0x20f),'description':a57h(0x1f8)}],'puzzle':{'requiredPhrase':a57h(0x1df),'riddle':a57h(0x222),'rewardItem':{'type':'gem','name':'Ancient\x20Gem','description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a57h(0x1da),'failureMessage':a57h(0x21e)},'exits':[{'direction':a57h(0x1d1),'targetRoom':a57h(0x239)}]},{'name':a57h(0x21a),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a57h(0x227),'puzzle':{'requiredPhrase':a57h(0x213),'riddle':a57h(0x206),'rewardItem':{'type':a57h(0x1f6),'name':a57h(0x1f4),'description':a57h(0x217)},'successMessage':a57h(0x1d7),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a57h(0x233),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a57h(0x1d6),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a57h(0x209),'targetRoom':a57h(0x224)},{'direction':'up','targetRoom':a57h(0x231)}]},{'name':a57h(0x231),'description':a57h(0x1f7),'roomType':a57h(0x227),'puzzle':{'requiredPhrase':a57h(0x1f5),'riddle':a57h(0x1fa),'rewardItem':{'type':'key','name':a57h(0x20a),'description':a57h(0x22c)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a57h(0x218)},'exits':[{'direction':a57h(0x229),'targetRoom':a57h(0x22e)}]},{'name':'Downtown\x20Seattle','description':a57h(0x237),'roomType':a57h(0x207),'exits':[{'direction':a57h(0x1d1),'targetRoom':a57h(0x22e)},{'direction':'east','targetRoom':a57h(0x1d8)},{'direction':a57h(0x233),'targetRoom':'Corp\x20Enclave'}]},{'name':a57h(0x1d8),'description':a57h(0x1e5),'roomType':a57h(0x207),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a57h(0x1d9),'rewardItem':{'type':a57h(0x1d4),'name':'Gang\x20Insignia','description':a57h(0x21b)},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a57h(0x1e8)},'exits':[{'direction':'west','targetRoom':a57h(0x224)},{'direction':'north','targetRoom':a57h(0x1f9)}]},{'name':a57h(0x215),'description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a57h(0x227),'items':[{'type':'creditstick','name':a57h(0x212),'description':a57h(0x234)},{'type':a57h(0x1fd),'name':a57h(0x1e7),'description':a57h(0x1ff)}],'exits':[{'direction':a57h(0x226),'targetRoom':a57h(0x224)}]},{'name':a57h(0x1f9),'description':a57h(0x1ee),'roomType':a57h(0x207),'items':[{'type':'weapon','name':'Ares\x20Predator','description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a57h(0x1d1),'targetRoom':a57h(0x1d8)},{'direction':a57h(0x209),'targetRoom':a57h(0x216)},{'direction':a57h(0x226),'targetRoom':a57h(0x1ce)}]},{'name':'Mage\x27s\x20Lair','description':a57h(0x201),'roomType':a57h(0x227),'puzzle':{'requiredPhrase':a57h(0x221),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a57h(0x1ed),'name':a57h(0x1f1),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a57h(0x21d),'failureMessage':a57h(0x22d)},'exits':[{'direction':a57h(0x1d1),'targetRoom':a57h(0x1f9)}]},{'name':a57h(0x1ce),'description':a57h(0x23a),'roomType':'inside','items':[{'type':a57h(0x1e9),'name':a57h(0x1ef),'description':a57h(0x200)}],'exits':[{'direction':a57h(0x233),'targetRoom':a57h(0x1f9)}]}];
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x126))/0x1*(parseInt(f(0x123))/0x2)+parseInt(f(0x12b))/0x3*(-parseInt(f(0x13a))/0x4)+-parseInt(f(0x128))/0x5*(-parseInt(f(0x139))/0x6)+-parseInt(f(0x149))/0x7+-parseInt(f(0x136))/0x8*(-parseInt(f(0x125))/0x9)+parseInt(f(0x143))/0xa*(-parseInt(f(0x138))/0xb)+parseInt(f(0x13e))/0xc*(parseInt(f(0x130))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xc07c6));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x11e;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(0x11e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x147)](h(0x137))[h(0x142)]()[h(0x13f)](a58a)[h(0x147)](h(0x137));});a58a();import{EventEmitter}from'events';export class AbstractScene{[a58i(0x129)];[a58i(0x124)];[a58i(0x121)];[a58i(0x127)];}export class AbstractRoom extends EventEmitter{[a58i(0x11f)];[a58i(0x144)];[a58i(0x12d)];[a58i(0x12e)];[a58i(0x12c)];[a58i(0x148)];[a58i(0x141)];}export class AbstractDoor{['roomA'];[a58i(0x12f)];['isLocked'];[a58i(0x140)];[a58i(0x11f)];[a58i(0x121)];[a58i(0x131)];}export class AbstractInventory{[a58i(0x13d)];['logger'];}function a58c(){var j=['rating','color','152eIBoJG','(((.+)+)+)+$','285351fqTTpg','6fuWhZF','20bPQZku','solved','size','items','36cBFxYK','constructor','unlockItemOrSolution','isStartRoom','toString','220HDSAoy','description','_playerName','uuid','search','roomType','3911726UWFFmi','apply','name','category','logger','shape','4sfJVPn','player','571995Enqzzo','263392Wzepfi','characterLocations','7813325wUDzWS','rooms','texture','452055KLwNZT','puzzle','exits','inventory','roomB','1854411pynuNt','isLockable','_logger','_currentLocation'];a58c=function(){return j;};return a58c();}export class AbstractItem{[a58i(0x146)];[a58i(0x11f)];[a58i(0x144)];[a58i(0x13c)];[a58i(0x120)];[a58i(0x122)];[a58i(0x135)];[a58i(0x12a)];[a58i(0x134)];['weight'];}export class AbstractPlayer{[a58i(0x145)];[a58i(0x133)];['_inventory'];['_equipment'];['_maxCarryingWeight'];[a58i(0x132)];}export class AbstractPuzzle{[a58i(0x121)];[a58i(0x13b)];}
1
+ var a58h=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x18d))/0x1+parseInt(f(0x185))/0x2+-parseInt(f(0x1a0))/0x3*(parseInt(f(0x18b))/0x4)+-parseInt(f(0x183))/0x5+parseInt(f(0x19f))/0x6*(-parseInt(f(0x188))/0x7)+parseInt(f(0x18f))/0x8+parseInt(f(0x190))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x99b49));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(0x19a)]()[g(0x1a2)]('(((.+)+)+)+$')[g(0x19a)]()[g(0x197)](a58a)['search'](g(0x1a1));});a58a();import{EventEmitter}from'events';export class AbstractScene{[a58h(0x1a6)];[a58h(0x196)];[a58h(0x193)];['characterLocations'];}function a58c(){var i=['search','texture','description','puzzle','rooms','size','items','4137230WZlUPL','_maxCarryingWeight','859750QyVLhI','_currentLocation','roomB','14AcBbfZ','isStartRoom','_equipment','534536oDleSN','isLocked','713646vNuflu','name','2745856HuwrJh','9733572DgGSxr','category','solved','logger','_inventory','color','player','constructor','unlockItemOrSolution','roomA','toString','_logger','_playerName','roomType','weight','2531910kzxzlw','6WnslkU','(((.+)+)+)+$'];a58c=function(){return i;};return a58c();}export class AbstractRoom extends EventEmitter{['name'];[a58h(0x1a4)];['exits'];['inventory'];[a58h(0x1a5)];[a58h(0x19d)];[a58h(0x189)];}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x182;var f=c[d];return f;},a58d(a,b);}export class AbstractDoor{[a58h(0x199)];[a58h(0x187)];[a58h(0x18c)];[a58h(0x198)];[a58h(0x18e)];[a58h(0x193)];['isLockable'];}export class AbstractInventory{[a58h(0x182)];[a58h(0x193)];}export class AbstractItem{['uuid'];[a58h(0x18e)];[a58h(0x1a4)];[a58h(0x1a7)];[a58h(0x191)];['shape'];[a58h(0x195)];[a58h(0x1a3)];['rating'];[a58h(0x19e)];}export class AbstractPlayer{[a58h(0x19c)];[a58h(0x186)];[a58h(0x194)];[a58h(0x18a)];[a58h(0x184)];[a58h(0x19b)];}export class AbstractPuzzle{[a58h(0x193)];[a58h(0x192)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a59d,c=a();while(!![]){try{var d=parseInt(k(0xc0))/0x1+parseInt(k(0x8f))/0x2+-parseInt(k(0xcb))/0x3*(parseInt(k(0xb0))/0x4)+parseInt(k(0xbb))/0x5*(parseInt(k(0xd1))/0x6)+-parseInt(k(0x82))/0x7*(parseInt(k(0xa2))/0x8)+-parseInt(k(0xa9))/0x9*(parseInt(k(0x93))/0xa)+-parseInt(k(0xab))/0xb*(parseInt(k(0xce))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xba367));export var Size;(function(a){var l=a59d;a[l(0x7a)]=l(0xdb),a['Small']='small',a[l(0x8b)]=l(0x70),a['Large']=l(0xa4),a[l(0x9b)]=l(0xd7);}(Size||(Size={})));export var Rating;function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x6f;var f=c[d];return f;},a59d(a,b);}(function(a){var m=a59d;a[m(0xc5)]='common',a[m(0x8c)]='rare',a[m(0xd9)]=m(0x88);}(Rating||(Rating={})));export var Category;(function(a){var n=a59d;a['Weapon']=n(0xaa),a['Shield']=n(0x74),a[n(0xa6)]=n(0xcf),a[n(0xa7)]=n(0xb4),a[n(0x7c)]=n(0xbd),a[n(0x90)]=n(0xad),a[n(0x95)]=n(0xb6),a[n(0xb9)]='leg\x20armor',a[n(0xb3)]=n(0x9a),a[n(0xc4)]=n(0xda),a[n(0x75)]='book',a['Cup']=n(0xbe),a[n(0x76)]=n(0x9e);}(Category||(Category={})));export var Shape;(function(c){var q=a59d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var o=a59d;if(h){var j=h[o(0xa1)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a59d;return e[p(0x79)]()['search'](p(0xc8))[p(0x79)]()[p(0xc1)](e)[p(0x89)](p(0xc8));});e(),c[q(0xae)]=q(0xc9),c[q(0xd2)]=q(0xa5),c[q(0xbf)]=q(0xaf),c[q(0xb1)]=q(0x6f),c[q(0x9d)]=q(0x84),c[q(0x7b)]=q(0xb2);}(Shape||(Shape={})));export var Color;(function(a){var r=a59d;a[r(0x77)]=r(0x71),a[r(0xa0)]=r(0x7f),a[r(0xd4)]=r(0x97),a[r(0x92)]=r(0xcc),a[r(0xd3)]=r(0x81),a[r(0x91)]=r(0x87),a['Grey']=r(0xd5),a['Brown']=r(0xc3),a[r(0x96)]='gold';}(Color||(Color={})));export var Texture;(function(a){var s=a59d;a['Smooth']=s(0xc7),a[s(0xbc)]=s(0xba),a[s(0x78)]=s(0xb5),a['Fuzzy']=s(0xa8),a['Grainy']=s(0x83),a[s(0x98)]='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var t=a59d;a['INSIDE']=t(0xc2),a[t(0x9f)]=t(0xa3),a['UNDERGROUND']='underground',a[t(0x8d)]=t(0x7e),a[t(0xc6)]=t(0xca),a[t(0xd6)]=t(0xd0),a[t(0xb7)]=t(0x72),a[t(0x94)]=t(0x73),a['BEACH']=t(0xac),a[t(0xd8)]=t(0x86);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a59d;a[u(0x80)]=u(0x8a),a[u(0x7d)]=u(0xb8),a[u(0xcd)]=u(0x85),a[u(0x8e)]=u(0x99),a['UP']='up',a[u(0x9c)]='down';}(Direction||(Direction={})));function a59c(){var v=['beach','hat','Circle','triangle','1436mnGyiz','Rectangle','rifle','ArmArmor','gloves','bumpy','boots','DESERT','east','LegArmor','rough','1077665hMTgFd','Rough','helmet','cup','Triangle','599575HeVGGC','constructor','inside','brown','BodyArmor','Common','TOWER','smooth','(((.+)+)+)+$','circle','tower','1101kZzAVz','yellow','SOUTH','18708NftjcM','key','forest','36OzYtZd','Square','Orange','Green','grey','FOREST','very\x20large','SEA','Legendary','body\x20armor','tiny','rectangle','medium','red','desert','mountain','shield','Book','Unknown','Red','Bumpy','toString','Tiny','Rifle','Helmet','EAST','cave','blue','NORTH','orange','7oGfUxX','grainy','blade','south','sea','purple','legendary','search','north','Medium','Rare','CAVE','WEST','1095618wTcDlW','Hat','Purple','Yellow','27390HyWvGG','MOUNTAIN','Boots','Gold','green','Metallic','west','arm\x20armor','VeryLarge','DOWN','Blade','unknown','OUTSIDE','Blue','apply','94264fMjVSh','outside','large','square','Key','Gloves','fuzzy','2178ivAbog','weapon','6149LtBsxP'];a59c=function(){return v;};return a59c();}
1
+ (function(a,b){var k=a59d,c=a();while(!![]){try{var d=-parseInt(k(0x198))/0x1+parseInt(k(0x1da))/0x2*(parseInt(k(0x1e8))/0x3)+-parseInt(k(0x1ab))/0x4*(-parseInt(k(0x1c9))/0x5)+parseInt(k(0x1c8))/0x6+parseInt(k(0x1d1))/0x7*(parseInt(k(0x1e7))/0x8)+-parseInt(k(0x1b6))/0x9*(-parseInt(k(0x1bd))/0xa)+parseInt(k(0x1d5))/0xb*(-parseInt(k(0x1d0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x82c62));export var Size;(function(a){var l=a59d;a[l(0x1c1)]=l(0x191),a[l(0x1a3)]=l(0x1c6),a['Medium']=l(0x19a),a[l(0x192)]='large',a[l(0x1c2)]=l(0x1ac);}(Size||(Size={})));export var Rating;(function(a){var m=a59d;a['Common']=m(0x1e4),a['Rare']=m(0x1b1),a['Legendary']=m(0x1a7);}(Rating||(Rating={})));export var Category;(function(a){var n=a59d;a[n(0x1ae)]=n(0x1d2),a[n(0x1a2)]='shield',a[n(0x1bc)]=n(0x1c5),a[n(0x19c)]=n(0x1d8),a[n(0x1cb)]=n(0x1e1),a['Hat']=n(0x1a9),a[n(0x1e2)]=n(0x1e9),a['LegArmor']='leg\x20armor',a[n(0x1d3)]=n(0x1a6),a['BodyArmor']='body\x20armor',a[n(0x195)]=n(0x1c0),a[n(0x194)]=n(0x1c4),a[n(0x1b8)]=n(0x1af);}(Category||(Category={})));function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x18e;var f=c[d];return f;},a59d(a,b);}export var Shape;(function(a){var o=a59d;a[o(0x19e)]=o(0x197),a[o(0x1a0)]=o(0x19f),a[o(0x1e5)]='triangle',a['Rectangle']='rectangle',a[o(0x1ea)]='blade',a['Rifle']='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a59d;a['Red']=p(0x1d6),a['Blue']='blue',a[p(0x1cd)]='green',a[p(0x19b)]=p(0x18f),a['Orange']='orange',a['Purple']=p(0x1aa),a[p(0x1bb)]='grey',a['Brown']=p(0x1dc),a['Gold']=p(0x199);}(Color||(Color={})));export var Texture;function a59c(){var v=['yellow','down','tiny','Large','constructor','Cup','Book','sea','circle','965675czhlUr','gold','medium','Yellow','Gloves','beach','Circle','square','Square','MOUNTAIN','Shield','Small','south','fuzzy','arm\x20armor','legendary','tower','hat','purple','3012iZvJmj','very\x20large','Metallic','Weapon','unknown','smooth','rare','cave','NORTH','SOUTH','north','1231299wsPDUD','Smooth','Unknown','FOREST','apply','Grey','Key','10tQQvqt','WEST','search','book','Tiny','VeryLarge','metallic','cup','key','small','(((.+)+)+)+$','5868354zZUojW','295YgMrFO','west','Helmet','UNDERGROUND','Green','desert','east','36UJGqqe','7QIKwXs','weapon','ArmArmor','CAVE','3011140wfbsSk','red','SEA','gloves','rough','82JPOjYr','underground','brown','bumpy','OUTSIDE','Fuzzy','EAST','helmet','Boots','forest','common','Triangle','BEACH','6119792Frwdqm','29142heeerh','boots','Blade','DOWN','Rough','mountain'];a59c=function(){return v;};return a59c();}(function(a){var q=a59d;a[q(0x1b7)]=q(0x1b0),a[q(0x1ec)]=q(0x1d9),a['Bumpy']=q(0x1dd),a[q(0x1df)]=q(0x1a5),a['Grainy']='grainy',a[q(0x1ad)]=q(0x1c3);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a59d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a59d;if(h){var j=h[r(0x1ba)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a59d;return e['toString']()[s(0x1bf)](s(0x1c7))['toString']()[s(0x193)](e)[s(0x1bf)]('(((.+)+)+)+$');});e(),c['INSIDE']='inside',c[t(0x1de)]='outside',c[t(0x1cc)]=t(0x1db),c[t(0x1d4)]=t(0x1b2),c['TOWER']=t(0x1a8),c[t(0x1b9)]=t(0x1e3),c['DESERT']=t(0x1ce),c[t(0x1a1)]=t(0x18e),c[t(0x1e6)]=t(0x19d),c[t(0x1d7)]=t(0x196);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a59d;a[u(0x1b3)]=u(0x1b5),a[u(0x1e0)]=u(0x1cf),a[u(0x1b4)]=u(0x1a4),a[u(0x1be)]=u(0x1ca),a['UP']='up',a[u(0x1eb)]=u(0x190);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0xb4))/0x1*(-parseInt(f(0xb0))/0x2)+parseInt(f(0xb3))/0x3+-parseInt(f(0xb7))/0x4+parseInt(f(0xb2))/0x5*(parseInt(f(0xab))/0x6)+parseInt(f(0xb5))/0x7*(-parseInt(f(0xaf))/0x8)+parseInt(f(0xa9))/0x9+parseInt(f(0xaa))/0xa*(parseInt(f(0xb1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc3070));var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0xad)]()['search'](h(0xac))[h(0xad)]()[h(0xb6)](a60a)[h(0xae)](h(0xac));});a60a();function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0xa9;var f=c[d];return f;},a60d(a,b);}export{};function a60c(){var i=['(((.+)+)+)+$','toString','search','1871368fJeDLR','2RiGNyU','3111746qxextb','600MeFMjn','1451991ZbcUas','340882uoWUET','21XknChq','constructor','5593608ZlHlCJ','apply','4332888feqfLR','10UgJhxy','65490OqKjvF'];a60c=function(){return i;};return a60c();}
1
+ (function(a,b){var f=a60d,c=a();while(!![]){try{var d=parseInt(f(0xc5))/0x1*(parseInt(f(0xca))/0x2)+parseInt(f(0xcb))/0x3+-parseInt(f(0xbf))/0x4*(-parseInt(f(0xc1))/0x5)+parseInt(f(0xc2))/0x6+-parseInt(f(0xc9))/0x7*(-parseInt(f(0xc7))/0x8)+parseInt(f(0xc3))/0x9+-parseInt(f(0xcc))/0xa*(parseInt(f(0xc0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x30734));function a60c(){var i=['search','8GeHclQ','apply','2158289MaVKdT','1702mqFKMh','656085GPeOCV','10mAnLZN','1140pePYqO','10237832gGzUlZ','3835AaUArE','1319988WLKwBd','1326420jgDkNh','toString','19FvVvER'];a60c=function(){return i;};return a60c();}function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0xbf;var f=c[d];return f;},a60d(a,b);}var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0xc4)]()[h(0xc6)]('(((.+)+)+)+$')[h(0xc4)]()['constructor'](a60a)['search']('(((.+)+)+)+$');});a60a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xc5))/0x1*(-parseInt(f(0xc0))/0x2)+-parseInt(f(0xb9))/0x3+parseInt(f(0xb8))/0x4+parseInt(f(0xbf))/0x5+-parseInt(f(0xbe))/0x6*(parseInt(f(0xc7))/0x7)+parseInt(f(0xbb))/0x8*(-parseInt(f(0xc4))/0x9)+-parseInt(f(0xbc))/0xa*(-parseInt(f(0xba))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xb301d));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xb8;var f=c[d];return f;},a61d(a,b);}function a61c(){var i=['constructor','toString','2889hMdeal','5575pYxSkH','search','49gDjTML','764696uTYdkR','2014596IENJni','649SZjkYv','21656XjOAwo','394510nNfvKJ','apply','587706tGdaQK','892705IgPODn','94jtwlpW','(((.+)+)+)+$'];a61c=function(){return i;};return a61c();}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xc3)]()[h(0xc6)](h(0xc1))[h(0xc3)]()[h(0xc2)](a61a)[h(0xc6)](h(0xc1));});a61a();export{};
1
+ function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x161;var f=c[d];return f;},a61d(a,b);}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x168))/0x1+-parseInt(f(0x161))/0x2*(parseInt(f(0x16d))/0x3)+parseInt(f(0x162))/0x4*(parseInt(f(0x16f))/0x5)+parseInt(f(0x16b))/0x6*(-parseInt(f(0x163))/0x7)+parseInt(f(0x170))/0x8+-parseInt(f(0x171))/0x9*(parseInt(f(0x16c))/0xa)+-parseInt(f(0x166))/0xb*(-parseInt(f(0x169))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x7bbbf));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x167)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x16e)]()[h(0x164)](h(0x165))[h(0x16e)]()[h(0x16a)](a61a)[h(0x164)]('(((.+)+)+)+$');});function a61c(){var i=['2325640WDgSSF','9hRUHba','528086viJvLe','92VAWlZL','1682786xbYjsT','search','(((.+)+)+)+$','4719FTevpz','apply','778327UkjXuZ','12ZrRyEz','constructor','6yDkUiI','5826740keyyss','3qesEld','toString','114015ZDfVBi'];a61c=function(){return i;};return a61c();}a61a();export{};
@@ -1 +1 @@
1
- const a62H=a62d;(function(a,b){const y=a62d,c=a();while(!![]){try{const d=-parseInt(y(0x119))/0x1*(-parseInt(y(0x11c))/0x2)+-parseInt(y(0x10d))/0x3*(-parseInt(y(0x10a))/0x4)+-parseInt(y(0x10c))/0x5+parseInt(y(0x114))/0x6*(parseInt(y(0xd7))/0x7)+parseInt(y(0xdf))/0x8*(parseInt(y(0xee))/0x9)+parseInt(y(0xf2))/0xa+-parseInt(y(0xd0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xf014c));import a62e from'blessed';import{capitalCase}from'change-case';function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0xcb;let f=c[d];return f;},a62d(a,b);}import a62f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a62c(){const I=['1850744fzHgRj','gloves','(((.+)+)+)+$','exits','escape','unequip','roomType','focus','unlock','cyan','75%','handleInput','\x0aThere\x20are\x20no\x20exits\x20here.','feet','head','18bdZdyI','\x20Equipment\x20','arms','----->>>>>>\x20Initializing\x20Game','17901430gKHjHU','clear','90%','Available\x20exits\x20will\x20be\x20shown\x20here...','legs','\x20Game\x20Log\x20','render','name','getValue','yellow','white','\x20(Unlocked)','slice','\x20Inventory\x20','equip','removeAllListeners','constructor','70%','<<<<<<<<---------\x20Terminating\x20game','box','append','write','forEach','textbox','335564VLrOVe','logFilePath','2701725QULMnG','3pSldVE','\x20Map\x20','inventory','lock','OUTSIDE','exit','split','179574rBEuvR','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','player','Torso:\x20','25%','29676oPTlRm','setContent','key','88VZKqir','line','parse','take','log','apply','Legs:\x20','None','currentLocation','Currently\x20in:\x20','Feet:\x20','26927626WUSkZN','getInstance','-----\x20Exits\x20------\x0a','enter','toString','pushLine','checkIfLockable','77aBPFxi','rightHand','Your\x20items\x20will\x20be\x20listed\x20here...','Arms:\x20','torso','Left\x20Hand:\x20','Side\x20Quest\x20Adventure\x20Game','leftHand'];a62c=function(){return I;};return a62c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a62d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a62d;if(j){const l=j[z(0x121)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a62d;return g['toString']()['search'](A(0xe1))[A(0xd4)]()[A(0x102)](g)['search'](A(0xe1));});g();try{const h=a62e['screen']({'smartCSR':!![],'title':B(0xdd)}),i=a62e[B(0x105)]({'top':'0%','left':B(0xe9),'width':B(0x118),'height':'45%','border':{'type':B(0x11d)},'label':B(0xff),'content':B(0xd9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xfb)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()['map'](v=>v[C(0xf9)]);i[C(0x11a)](u['join']('\x0a')),h[C(0xf8)]();};h['append'](i);const k=a62e[B(0x105)]({'top':'45%','left':'75%','width':'25%','height':B(0x118),'border':{'type':B(0x11d)},'label':B(0xef),'content':B(0x115),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x106)](k);const l=t=>{const D=B;k['setContent']('Head:\x20'+(t[D(0xed)]?t[D(0xed)][D(0xf9)]:'None')+'\x0a'+(D(0x117)+(t['torso']?t[D(0xdb)][D(0xf9)]:D(0xcc))+'\x0a')+(D(0xcb)+(t[D(0xf6)]?t['legs'][D(0xf9)]:D(0xcc))+'\x0a')+(D(0xcf)+(t[D(0xec)]?t[D(0xec)][D(0xf9)]:D(0xcc))+'\x0a')+(D(0xda)+(t[D(0xf0)]?t[D(0xf0)][D(0xf9)]:'None')+'\x0a')+('Gloves:\x20'+(t[D(0xe0)]?t['gloves'][D(0xf9)]:D(0xcc))+'\x0a')+(D(0xdc)+(t['leftHand']?t[D(0xde)][D(0xf9)]:D(0xcc))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0xd8)]?t[D(0xd8)][D(0xf9)]:D(0xcc))+'\x0a')),h[D(0xf8)]();},m=a62e['box']({'top':B(0x103),'left':B(0xe9),'width':B(0x118),'height':'20%','border':{'type':'line'},'label':B(0x10e),'content':B(0xf5),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0xfb)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x106)](m);const n=t=>{const E=B;let u=E(0xce)+t[E(0xf9)]+'\x0a\x0a';u+=E(0xd2),t[E(0xe2)]['size']>0x0?t['exits'][E(0x108)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0xe5)]===RoomType[F(0x111)]?u+=capitalCase(w)+':\x20'+x[F(0xf9)]:u+=capitalCase(w)+':\x20'+v[F(0xf9)];if(v['checkIfLocked']())u+='\x20(Locked)';else v[F(0xd6)]()&&(u+=F(0xfd));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xeb),m['setContent'](u),h['render']();},o=a62e[B(0x105)]({'id':'logBox','top':'0%','left':'0%','width':B(0xe9),'height':B(0xf4),'border':{'type':B(0x11d)},'label':B(0xf7),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x101)]('mousemove'),h[B(0x106)](o);const p=a62e[B(0x109)]({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':B(0x11d)},'style':{'fg':B(0xfc),'border':{'fg':B(0xe8)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x11b)]([B(0xe3),'C-c'],()=>process[B(0x112)](0x0)),p['focus'](),h[B(0xf8)]();const q=Logger[B(0xd1)](e[B(0x10b)],h),r=new Player({'playerName':c});q['write'](B(0xf1));const s=a62f[B(0xd1)](r,d);o[B(0x11a)](s['getWelcomeMessage']()),l(s[B(0x116)]['equipment']),j(s[B(0x116)][B(0x10f)]),n(s[B(0x116)][B(0xcd)]),p[B(0x11b)]([B(0xd3)],async()=>{const G=B,t=p[G(0xfa)](),u=s[G(0xea)](t);(t['split']('\x20')[0x0]===G(0x11f)||G(0x100)||G(0xe4))&&(j(s[G(0x116)][G(0x10f)]),l(s[G(0x116)]['equipment'])),(t[G(0x113)]('\x20')[0x0]==='go'||G(0x110)||G(0xe7))&&n(s['player']['currentLocation']),t[G(0x113)]('\x20')[0x0]===G(0xf3)&&o[G(0x11a)](''),u===null&&(console[G(0x120)]('Thanks\x20for\x20playing!'),h[G(0xf8)](),q[G(0x107)](G(0x104)),process[G(0x112)](0x0)),o[G(0xd5)](u),o['scroll'](0x1),p['clearValue'](),p[G(0xe6)](),h[G(0xf8)]();});}catch(t){console[B(0x120)](t),process[B(0x112)](0x1);}}const args=process['argv'][a62H(0xfe)](0x2);main(args[0x0],JSON[a62H(0x11e)](args[0x1]),JSON[a62H(0x11e)](args[0x2]));
1
+ const a62H=a62d;function a62c(){const I=['75%','45%','Side\x20Quest\x20Adventure\x20Game','map','constructor','logFilePath','feet','Currently\x20in:\x20','exit','render','box','C-c','Torso:\x20','121266dlHaJD','escape','screen','argv','torso','None','getWelcomeMessage','apply','Your\x20items\x20will\x20be\x20listed\x20here...','name','Left\x20Hand:\x20','take','1270668pCwJBZ','90%','size','gloves','getInstance','inventory','white','forEach','line','1810330qvOMTd','write','yellow','Legs:\x20','checkIfLocked','focus','key','getValue','mousemove','\x20Game\x20Log\x20','\x20Inventory\x20','19960UyzoFp','roomType','log','player','getOtherSide','toString','3591810OWOqJU','Gloves:\x20','enter','1169TLemTR','70%','10ALJAVc','arms','pushLine','2XqZXCx','logBox','checkIfLockable','textbox','Head:\x20','276808xeHBHU','10%','<<<<<<<<---------\x20Terminating\x20game','25%','3zTTAbd','\x20(Unlocked)','split','append','(((.+)+)+)+$','clear','\x20Map\x20','setContent','\x20Equipment\x20','head','rightHand','slice','exits','handleInput','search','clearValue','Available\x20exits\x20will\x20be\x20shown\x20here...','unequip','11001166GCdFKH','Feet:\x20','equipment','Thanks\x20for\x20playing!','leftHand','join','currentLocation'];a62c=function(){return I;};return a62c();}(function(a,b){const y=a62d,c=a();while(!![]){try{const d=-parseInt(y(0x127))/0x1*(-parseInt(y(0xf9))/0x2)+-parseInt(y(0xd3))/0x3*(-parseInt(y(0xcf))/0x4)+-parseInt(y(0x10e))/0x5+parseInt(y(0x105))/0x6+-parseInt(y(0x122))/0x7*(parseInt(y(0x119))/0x8)+-parseInt(y(0x11f))/0x9+parseInt(y(0x124))/0xa*(parseInt(y(0xe5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x36d13));import a62e from'blessed';import{capitalCase}from'change-case';import a62f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a62d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a62d;if(j){const l=j[z(0x100)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a62d;return g[A(0x11e)]()[A(0xe1)](A(0xd7))[A(0x11e)]()[A(0xf0)](g)['search'](A(0xd7));});g();try{const h=a62e[B(0xfb)]({'smartCSR':!![],'title':B(0xee)}),i=a62e[B(0xf6)]({'top':'0%','left':'75%','width':B(0xd2),'height':B(0xed),'border':{'type':B(0x10d)},'label':B(0x118),'content':B(0x101),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0xef)](v=>v['name']);i['setContent'](u[C(0xea)]('\x0a')),h[C(0xf5)]();};h['append'](i);const k=a62e[B(0xf6)]({'top':B(0xed),'left':B(0xec),'width':'25%','height':B(0xd2),'border':{'type':B(0x10d)},'label':B(0xdb),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k['setContent'](D(0x12b)+(t['head']?t[D(0xdc)][D(0x102)]:D(0xfe))+'\x0a'+(D(0xf8)+(t[D(0xfd)]?t[D(0xfd)]['name']:D(0xfe))+'\x0a')+(D(0x111)+(t['legs']?t['legs']['name']:D(0xfe))+'\x0a')+(D(0xe6)+(t['feet']?t[D(0xf2)]['name']:'None')+'\x0a')+('Arms:\x20'+(t[D(0x125)]?t[D(0x125)][D(0x102)]:'None')+'\x0a')+(D(0x120)+(t[D(0x108)]?t[D(0x108)]['name']:D(0xfe))+'\x0a')+(D(0x103)+(t['leftHand']?t[D(0xe9)]['name']:D(0xfe))+'\x0a')+('Right\x20Hand:\x20'+(t[D(0xdd)]?t[D(0xdd)][D(0x102)]:D(0xfe))+'\x0a')),h[D(0xf5)]();},m=a62e[B(0xf6)]({'top':B(0x123),'left':B(0xec),'width':B(0xd2),'height':'20%','border':{'type':'line'},'label':B(0xd9),'content':B(0xe3),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x110)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xd6)](m);const n=t=>{const E=B;let u=E(0xf3)+t[E(0x102)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t[E(0xdf)][E(0x107)]>0x0?t[E(0xdf)][E(0x10c)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x11d)](t);x[F(0x11a)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x102)];if(v[F(0x112)]())u+='\x20(Locked)';else v[F(0x129)]()&&(u+=F(0xd4));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h[E(0xf5)]();},o=a62e['box']({'id':B(0x128),'top':'0%','left':'0%','width':'75%','height':B(0x106),'border':{'type':B(0x10d)},'label':B(0x117),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x110)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x116)),h['append'](o);const p=a62e[B(0x12a)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0xd0),'tags':!![],'border':{'type':B(0x10d)},'style':{'fg':B(0x10b),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xd6)](p),h[B(0x114)]([B(0xfa),B(0xf7)],()=>process[B(0xf4)](0x0)),p[B(0x113)](),h[B(0xf5)]();const q=Logger[B(0x109)](e[B(0xf1)],h),r=new Player({'playerName':c});q[B(0x10f)]('----->>>>>>\x20Initializing\x20Game');const s=a62f['getInstance'](r,d);o[B(0xda)](s[B(0xff)]()),l(s[B(0x11c)][B(0xe7)]),j(s[B(0x11c)]['inventory']),n(s[B(0x11c)][B(0xeb)]),p[B(0x114)]([B(0x121)],async()=>{const G=B,t=p[G(0x115)](),u=s[G(0xe0)](t);(t[G(0xd5)]('\x20')[0x0]===G(0x104)||'equip'||G(0xe4))&&(j(s['player'][G(0x10a)]),l(s[G(0x11c)][G(0xe7)])),(t['split']('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s['player'][G(0xeb)]),t[G(0xd5)]('\x20')[0x0]===G(0xd8)&&o[G(0xda)](''),u===null&&(console['log'](G(0xe8)),h['render'](),q[G(0x10f)](G(0xd1)),process[G(0xf4)](0x0)),o[G(0x126)](u),o['scroll'](0x1),p[G(0xe2)](),p[G(0x113)](),h[G(0xf5)]();});}catch(t){console[B(0x11b)](t),process[B(0xf4)](0x1);}}function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0xcf;let f=c[d];return f;},a62d(a,b);}const args=process[a62H(0xfc)][a62H(0xde)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- const a63j=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=parseInt(h(0x1ca))/0x1*(parseInt(h(0x1ce))/0x2)+-parseInt(h(0x1cc))/0x3+parseInt(h(0x1de))/0x4+parseInt(h(0x1d4))/0x5+parseInt(h(0x1d2))/0x6*(-parseInt(h(0x1e8))/0x7)+parseInt(h(0x1dd))/0x8+parseInt(h(0x1e2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x6e4ae));const a63b=(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;};}()),a63a=a63b(this,function(){const i=a63d;return a63a['toString']()[i(0x1d6)](i(0x1e9))['toString']()['constructor'](a63a)[i(0x1d6)](i(0x1e9));});a63a();function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1c7;let f=c[d];return f;},a63d(a,b);}import a63e from'fs';import a63f from'os';function a63c(){const q=['dirname','side-quest.log','214422uCGYTe','The\x20logbox\x20','190985mAGFbD','write','search','screen','appendFileSync','type','homedir','filePath','getScrollHeight','1611632iCOpAQ','1968320FjYVyx','writeFileSync','existsSync','scrollTo','4224978lSgTRu','error','instance','getInstance','join','ensureLogFileExists','28PXroXR','(((.+)+)+)+$','log','[INFO]\x20[','hasScreen','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','box','1xQYbDL','toISOString','1860069pOTzMQ','children','27112BiCWGA','content'];a63c=function(){return q;};return a63c();}import a63g from'path';const homeDir=a63f[a63j(0x1da)]();export class Logger{static ['instance'];[a63j(0x1db)];[a63j(0x1d7)];constructor(a,b){const k=a63j;this[k(0x1db)]=a,this[k(0x1d7)]=b,this['ensureLogFileExists']();}static[a63j(0x1e5)](a=a63g[a63j(0x1e6)](homeDir,'.maka',a63j(0x1d1)),b){const l=a63j;if(!Logger[l(0x1e4)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[l(0x1e4)]=new Logger(a,b);}return Logger[l(0x1e4)];}[a63j(0x1e7)](){const m=a63j,a=a63g[m(0x1d0)](this[m(0x1db)]);!a63e[m(0x1e0)](a)&&a63e['mkdirSync'](a,{'recursive':!![]}),!a63e['existsSync'](this['filePath'])&&a63e[m(0x1df)](this['filePath'],'');}['write'](a){const n=a63j,b=new Date()[n(0x1cb)](),c=n(0x1eb)+b+']\x20'+a+'\x0a';a63e[n(0x1d8)](this[n(0x1db)],c);}[a63j(0x1e3)](a){const o=a63j,b=new Date()['toISOString'](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a63e['appendFileSync'](this[o(0x1db)],c);}[a63j(0x1ea)](a){const p=a63j,b=this[p(0x1d7)]?.[p(0x1cd)]['find'](c=>c[p(0x1d9)]===p(0x1c9)&&c['options']['id']==='logBox');b?(b['setContent'](b[p(0x1cf)]+'\x0a'+a),b[p(0x1e1)](b[p(0x1dc)]()),this[p(0x1d7)]?.['render']()):this[p(0x1e3)](p(0x1d3)+b+p(0x1c8)+this['screen']),this[p(0x1d5)](a);}[a63j(0x1c7)](){return!!this['screen'];}}
1
+ const a63k=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=parseInt(h(0x1fe))/0x1+parseInt(h(0x1f6))/0x2*(-parseInt(h(0x1f5))/0x3)+parseInt(h(0x201))/0x4*(-parseInt(h(0x1f8))/0x5)+parseInt(h(0x1f0))/0x6+parseInt(h(0x1f2))/0x7*(parseInt(h(0x204))/0x8)+parseInt(h(0x20e))/0x9*(parseInt(h(0x20b))/0xa)+-parseInt(h(0x20d))/0xb*(parseInt(h(0x209))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xb64ef));function a63c(){const s=['7naeHxY','apply','mkdirSync','99kDUWjy','81342CtvWaw','content','1736705kvYRCR','filePath','error','scrollTo','[INFO]\x20[','instance','1141409aQIyBc','screen','.maka','4quRVnp','dirname','box','10529672SHejeg','hasScreen','ensureLogFileExists','log','getInstance','6176460ArVLYe','getScrollHeight','131900jVLVfC','(((.+)+)+)+$','11qCCdbr','279XMJCzv','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','options','toString','side-quest.log','existsSync','The\x20logbox\x20','setContent','appendFileSync','join','toISOString','search','506496PxJyUV','write'];a63c=function(){return s;};return a63c();}const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a63d;if(c){const e=c[i(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const j=a63d;return a63a[j(0x211)]()[j(0x1ef)]('(((.+)+)+)+$')['toString']()['constructor'](a63a)['search'](j(0x20c));});a63a();import a63e from'fs';import a63f from'os';function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1e9;let f=c[d];return f;},a63d(a,b);}import a63g from'path';const homeDir=a63f['homedir']();export class Logger{static [a63k(0x1fd)];[a63k(0x1f9)];[a63k(0x1ff)];constructor(a,b){const l=a63k;this[l(0x1f9)]=a,this[l(0x1ff)]=b,this['ensureLogFileExists']();}static[a63k(0x208)](a=a63g[a63k(0x1ed)](homeDir,a63k(0x200),a63k(0x212)),b){const m=a63k;if(!Logger[m(0x1fd)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x1fd)]=new Logger(a,b);}return Logger[m(0x1fd)];}[a63k(0x206)](){const n=a63k,a=a63g[n(0x202)](this['filePath']);!a63e[n(0x1e9)](a)&&a63e[n(0x1f4)](a,{'recursive':!![]}),!a63e['existsSync'](this['filePath'])&&a63e['writeFileSync'](this[n(0x1f9)],'');}[a63k(0x1f1)](a){const o=a63k,b=new Date()[o(0x1ee)](),c=o(0x1fc)+b+']\x20'+a+'\x0a';a63e['appendFileSync'](this[o(0x1f9)],c);}[a63k(0x1fa)](a){const p=a63k,b=new Date()[p(0x1ee)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a63e[p(0x1ec)](this[p(0x1f9)],c);}[a63k(0x207)](a){const q=a63k,b=this['screen']?.['children']['find'](c=>c['type']===q(0x203)&&c[q(0x210)]['id']==='logBox');b?(b[q(0x1eb)](b[q(0x1f7)]+'\x0a'+a),b[q(0x1fb)](b[q(0x20a)]()),this[q(0x1ff)]?.['render']()):this['error'](q(0x1ea)+b+q(0x20f)+this[q(0x1ff)]),this[q(0x1f1)](a);}[a63k(0x205)](){const r=a63k;return!!this[r(0x1ff)];}}
@@ -1 +1 @@
1
- const a64n=a64d;(function(a,b){const k=a64d,c=a();while(!![]){try{const d=parseInt(k(0x102))/0x1*(-parseInt(k(0x115))/0x2)+-parseInt(k(0x110))/0x3+-parseInt(k(0xfa))/0x4*(-parseInt(k(0x109))/0x5)+parseInt(k(0xf4))/0x6+-parseInt(k(0x108))/0x7+-parseInt(k(0x10a))/0x8+parseInt(k(0xf8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x73f4d));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a64d;if(c){const e=c[l(0x111)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const m=a64d;return a64a[m(0x104)]()[m(0x112)](m(0x101))[m(0x104)]()[m(0xf9)](a64a)['search'](m(0x101));});a64a();import a64e from'path';import{spawn}from'child_process';import a64f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xf4;let f=c[d];return f;},a64d(a,b);}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a64c(){const q=['9728361QJrvRd','constructor','20DSTuIv','stringify','What\x20is\x20your\x20name?','inherit','side-quest','join','options','(((.+)+)+)+$','9132AtcUzF','Thanks\x20for\x20playing!','toString','dungeon','maka\x20play:side-quest','player','3183992zwVVeK','926465dWyJCX','6045992qumMrW','fsi','shadowrun','exit','Commoner','url','1447653cwZEec','apply','search','./sideQuest/ui.js','node','152mavdaG','5128506cALXex','log','sideQuestAnswer','create'];a64c=function(){return q;};return a64c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a64n(0x10f)]),__dirname=dirname(__filename);Command[a64n(0xf7)]({'name':a64n(0xfe),'usage':a64n(0x106),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':['player']},async function(a,b){const o=a64n;try{const c=this[o(0x10b)]['getGlobalMakaDir'](),d=a64e[o(0xff)](c,'side-quest.log'),e=b[o(0x107)]?b[o(0x107)]:await Actions['ask'](o(0xfc))||o(0x10e),f={...b,'logFilePath':d},g={'type':'list','name':o(0xf6),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0x105),'value':dungeonConfig},{'name':o(0x10c),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x100)](g);if(e&&h){const i=spawn(o(0x114),[a64e['resolve'](__dirname,o(0x113)),e,JSON[o(0xfb)](h),JSON['stringify'](f)],{'stdio':o(0xfd)});i['on'](o(0x10d),()=>{const p=o;console[p(0xf5)](p(0x103));});}}catch(j){console[o(0xf5)](j);}},a64f);
1
+ const a64n=a64d;(function(a,b){const k=a64d,c=a();while(!![]){try{const d=-parseInt(k(0x17c))/0x1+parseInt(k(0x17e))/0x2+-parseInt(k(0x189))/0x3+parseInt(k(0x188))/0x4+parseInt(k(0x190))/0x5*(-parseInt(k(0x17a))/0x6)+parseInt(k(0x196))/0x7*(parseInt(k(0x186))/0x8)+parseInt(k(0x180))/0x9*(parseInt(k(0x18e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x5e8b8));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a64d;if(c){const e=c[l(0x197)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const m=a64d;return a64a['toString']()[m(0x178)](m(0x177))[m(0x18a)]()[m(0x179)](a64a)[m(0x178)](m(0x177));});a64a();import a64e from'path';import{spawn}from'child_process';import a64f from'./play.command.js';function a64c(){const q=['toString','log','node','options','10uuMXlU','side-quest','8530CcBSJk','ask','player','list','Play\x20a\x20little\x20side-quest','What\x20is\x20your\x20name?','176323dKIFsg','apply','(((.+)+)+)+$','search','constructor','1230kgXpqT','fsi','542867eyxRhd','url','190162AVohPJ','create','7535358KTPFAX','stringify','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','maka\x20play:side-quest','exit','96vMcmJW','shadowrun','1731332rYiLrq','1162773mkHQJK'];a64c=function(){return q;};return a64c();}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x177;let f=c[d];return f;},a64d(a,b);}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a64n(0x17d)]),__dirname=dirname(__filename);Command[a64n(0x17f)]({'name':a64n(0x18f),'usage':a64n(0x184),'shortDesc':a64n(0x194),'aliases':['sq'],'description':a64n(0x183),'validOpts':[a64n(0x192)]},async function(a,b){const o=a64n;try{const c=this[o(0x17b)]['getGlobalMakaDir'](),d=a64e['join'](c,'side-quest.log'),e=b[o(0x192)]?b[o(0x192)]:await Actions[o(0x191)](o(0x195))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x193),'name':'sideQuestAnswer','message':o(0x182),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x187),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x18d)](g);if(e&&h){const i=spawn(o(0x18c),[a64e['resolve'](__dirname,'./sideQuest/ui.js'),e,JSON['stringify'](h),JSON[o(0x181)](f)],{'stdio':'inherit'});i['on'](o(0x185),()=>{const p=o;console[p(0x18b)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0x18b)](j);}},a64f);
@@ -1 +1 @@
1
- var a65i=a65d;function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x177;var f=c[d];return f;},a65d(a,b);}(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x18a))/0x1*(-parseInt(f(0x18b))/0x2)+parseInt(f(0x17f))/0x3*(-parseInt(f(0x177))/0x4)+parseInt(f(0x178))/0x5+-parseInt(f(0x179))/0x6+parseInt(f(0x181))/0x7+-parseInt(f(0x186))/0x8*(parseInt(f(0x17a))/0x9)+-parseInt(f(0x188))/0xa*(-parseInt(f(0x187))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x75ef6));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x180)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x182)]()[h(0x17c)](h(0x17d))[h(0x182)]()[h(0x184)](a65a)[h(0x17c)]('(((.+)+)+)+$');});a65a();import a65e from'./play.command.js';import{Command}from'../../command.js';function a65c(){var k=['132MNhqyg','347790odfCOf','inherit','39666smQHAa','10skzTaT','116kcDfYr','3929300qeDObP','797322OKQWDj','3717729PZXVCc','npx\x20command-line-snake','search','(((.+)+)+)+$','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','16593Nasrcb','apply','4183424hXWmPv','toString','maka\x20game:snake','constructor','snake','16DFgkNU'];a65c=function(){return k;};return a65c();}import{execSync}from'child_process';Command['create']({'name':a65i(0x185),'usage':a65i(0x183),'shortDesc':a65i(0x17e),'validOpts':[]},async function(){var j=a65i;execSync(j(0x17b),{'stdio':j(0x189)});},a65e);
1
+ var a65i=a65d;(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0xee))/0x1+parseInt(f(0xeb))/0x2+parseInt(f(0xdf))/0x3*(-parseInt(f(0xec))/0x4)+-parseInt(f(0xde))/0x5*(-parseInt(f(0xe9))/0x6)+parseInt(f(0xe5))/0x7+parseInt(f(0xed))/0x8+-parseInt(f(0xe7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x776e9));function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0xdd;var f=c[d];return f;},a65d(a,b);}var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0xe0)]()[h(0xe1)](h(0xe4))['toString']()['constructor'](a65a)[h(0xe1)](h(0xe4));});a65a();import a65e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a65c(){var k=['npx\x20command-line-snake','2940slSOXW','inherit','1083420CFzfKR','85784EjcYkM','1289320SReHby','953155cpRvqh','create','7110uzkDYU','18lPpwOV','toString','search','apply','maka\x20game:snake','(((.+)+)+)+$','6253100TOLeLu','snake','23654169vNTjCy'];a65c=function(){return k;};return a65c();}Command[a65i(0xdd)]({'name':a65i(0xe6),'usage':a65i(0xe3),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a65i;execSync(j(0xe8),{'stdio':j(0xea)});},a65e);
@@ -1 +1 @@
1
- var a66i=a66d;(function(a,b){var f=a66d,c=a();while(!![]){try{var d=parseInt(f(0xd8))/0x1*(-parseInt(f(0xd1))/0x2)+-parseInt(f(0xe3))/0x3+-parseInt(f(0xe0))/0x4*(parseInt(f(0xd9))/0x5)+parseInt(f(0xd6))/0x6*(-parseInt(f(0xd7))/0x7)+parseInt(f(0xdc))/0x8*(-parseInt(f(0xe2))/0x9)+-parseInt(f(0xd4))/0xa*(-parseInt(f(0xdf))/0xb)+parseInt(f(0xcf))/0xc*(parseInt(f(0xdb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xbdcb0));var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a[h(0xce)]()['search']('(((.+)+)+)+$')[h(0xce)]()[h(0xdd)](a66a)[h(0xda)](h(0xd0));});a66a();import a66e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a66c(){var k=['171aPMrJL','4207926HoyxxX','toString','12vmzSCS','(((.+)+)+)+$','4qrHbqz','inherit','apply','940DqdjOp','npx\x20simple-tetris','102LXFMDZ','195916ruxAKL','168011ZsWFfh','5MbPDyL','search','38351183DxwKDz','433088lrLMur','constructor','create','136466RQIwEz','383276iLdSZm','tetris'];a66c=function(){return k;};return a66c();}function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0xce;var f=c[d];return f;},a66d(a,b);}Command[a66i(0xde)]({'name':a66i(0xe1),'usage':'maka\x20game:tetris','shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a66i;execSync(j(0xd5),{'stdio':j(0xd2)});},a66e);
1
+ function a66c(){var k=['search','npx\x20simple-tetris','apply','14971923pOHaog','24GtrRWI','1125eqojVt','3914085EToUxS','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','1492413wqxctn','tetris','32358jtbSvG','2368208bvxXDF','toString','3520720QdIhFx','(((.+)+)+)+$','inherit','constructor','1073268BDsbkY'];a66c=function(){return k;};return a66c();}var a66i=a66d;(function(a,b){var f=a66d,c=a();while(!![]){try{var d=parseInt(f(0x1fa))/0x1+parseInt(f(0x1fd))/0x2+parseInt(f(0x1f8))/0x3+parseInt(f(0x1f1))/0x4+-parseInt(f(0x1f7))/0x5*(-parseInt(f(0x1fc))/0x6)+parseInt(f(0x1ff))/0x7+-parseInt(f(0x1f6))/0x8*(parseInt(f(0x1f5))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xee1a9));function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0x1ee;var f=c[d];return f;},a66d(a,b);}var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a[h(0x1fe)]()[h(0x1f2)](h(0x1ee))[h(0x1fe)]()[h(0x1f0)](a66a)['search'](h(0x1ee));});a66a();import a66e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a66i(0x1fb),'usage':'maka\x20game:tetris','shortDesc':a66i(0x1f9),'validOpts':[]},async function(){var j=a66i;execSync(j(0x1f3),{'stdio':j(0x1ef)});},a66e);
@@ -1 +1 @@
1
- const a67i=a67d;function a67c(){const k=['create','894137wDuTLF','maka\x20g:route\x20todos/edit','(((.+)+)+)+$','maka\x20g:api\x20trucks','error','exit','constructor','18478427RcrCRH','invoke','2952476SDwYgk','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','10MLJVkx','maka\x20generate:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','apply','5KoKwzu','maka\x20g:package\x20package:name','18uqWWNy','maka\x20g:dbc\x20geoserver\x20--type=pgsql','2572744jNuGai','processAndRunGenerator','2446227SmVNNu','5172QgOgQy','search','1081842roIIEv','toString','7819CFhPCE'];a67c=function(){return k;};return a67c();}(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0xf8))/0x1+-parseInt(f(0xf4))/0x2+-parseInt(f(0xf1))/0x3+parseInt(f(0xe5))/0x4*(parseInt(f(0xeb))/0x5)+parseInt(f(0xf2))/0x6*(parseInt(f(0xf6))/0x7)+-parseInt(f(0xef))/0x8*(parseInt(f(0xed))/0x9)+parseInt(f(0xe7))/0xa*(parseInt(f(0xe3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x76f09));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0xf5)]()['search']('(((.+)+)+)+$')[h(0xf5)]()[h(0xe2)](a67a)[h(0xf3)](h(0xde));});a67a();import{Command}from'../command.js';import a67e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xde;let f=c[d];return f;},a67d(a,b);}Command[a67i(0xf7)]({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a67i(0xe6),'examples':[a67i(0xe8),'maka\x20g:scaffold\x20todos',a67i(0xe9),a67i(0xec),a67i(0xf9),a67i(0xdf),a67i(0xee)]},async function(a,b){const j=a67i;try{const c=a[0x0];c?(a['splice'](0x0,0x1),await a67e[j(0xf0)](c,a,b)):a67e[j(0xe4)](a,b);}catch(d){Log[j(0xe0)](d),process[j(0xe1)](0x1);}});
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1e2))/0x1+parseInt(f(0x1e8))/0x2*(-parseInt(f(0x1eb))/0x3)+parseInt(f(0x1e7))/0x4*(parseInt(f(0x1da))/0x5)+parseInt(f(0x1d7))/0x6+-parseInt(f(0x1d3))/0x7*(-parseInt(f(0x1d6))/0x8)+parseInt(f(0x1db))/0x9*(parseInt(f(0x1ed))/0xa)+-parseInt(f(0x1ef))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x1aec8));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1df)]()[h(0x1d5)]('(((.+)+)+)+$')['toString']()[h(0x1de)](a67a)[h(0x1d5)](h(0x1f0));});a67a();function a67c(){const k=['\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','constructor','toString','maka\x20{generate,\x20g}:<generator>\x20<name>','apply','45149wrxrWx','maka\x20g:scaffold\x20todos','Scaffold\x20various\x20parts\x20of\x20your\x20application','error','generate','7932qQJtnu','8230BOWmVE','maka\x20generate:scaffold\x20todos','processAndRunGenerator','12pbRQDt','maka\x20g:package\x20package:name','7650NMyEsr','maka\x20g:api\x20trucks','2781075SBtjgH','(((.+)+)+)+$','7QwHspz','splice','search','831400XQjHdF','656544OoGzIk','create','maka\x20g:route\x20todos/edit','450QWjgXN','387hkjXuq','invoke'];a67c=function(){return k;};return a67c();}import{Command}from'../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a67d(a,b);}import a67e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a67i(0x1d8)]({'name':a67i(0x1e6),'aliases':['g'],'usage':a67i(0x1e0),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a67i(0x1e4),'description':a67i(0x1dd),'examples':[a67i(0x1e9),a67i(0x1e3),'maka\x20g:template\x20todos/todo_item',a67i(0x1ec),a67i(0x1d9),a67i(0x1ee),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a67i;try{const c=a[0x0];c?(a[j(0x1d4)](0x0,0x1),await a67e[j(0x1ea)](c,a,b)):a67e[j(0x1dc)](a,b);}catch(d){Log[j(0x1e5)](d),process['exit'](0x1);}});
@@ -1 +1 @@
1
- function a68c(){var i=['8059688fAUAVz','234274yuZmvZ','605560WKsiVX','constructor','search','24LVSKyf','1205751usRpoc','791476xUuDrR','toString','apply','574700upBeeo','(((.+)+)+)+$','9221472THpirr'];a68c=function(){return i;};return a68c();}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1d5))/0x1+parseInt(f(0x1c9))/0x2+parseInt(f(0x1cd))/0x3+-parseInt(f(0x1ce))/0x4+-parseInt(f(0x1d1))/0x5*(-parseInt(f(0x1cc))/0x6)+parseInt(f(0x1d4))/0x7+-parseInt(f(0x1d3))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xb2786));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1cf)]()[h(0x1cb)](h(0x1d2))['toString']()[h(0x1ca)](a68a)[h(0x1cb)](h(0x1d2));});a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1c9;var f=c[d];return f;},a68d(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=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x150))/0x1+parseInt(f(0x154))/0x2+parseInt(f(0x156))/0x3*(-parseInt(f(0x152))/0x4)+-parseInt(f(0x14c))/0x5+-parseInt(f(0x151))/0x6+parseInt(f(0x14e))/0x7*(parseInt(f(0x14d))/0x8)+parseInt(f(0x157))/0x9*(parseInt(f(0x159))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x4ee0e));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x14c;var f=c[d];return f;},a68d(a,b);}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x153)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x14f)]()[h(0x155)](h(0x158))[h(0x14f)]()['constructor'](a68a)[h(0x155)](h(0x158));});a68a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a68c(){var i=['551663AWowqY','toString','136978yMysvw','2329524TBFZyY','12524ZgCSjh','apply','456744ZhKtBB','search','318kiZQkz','387BMUyjk','(((.+)+)+)+$','346330LBxrzb','3080980ayIxav','8EDvwHp'];a68c=function(){return i;};return a68c();}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a69c(){const k=['171864OVMEVk','10CbNVpP','349772jctRyb','search','apply','get','Get\x20various\x20Maka\x20variables\x20and\x20configurations','115790oxRgBL','runSubCommand','119ffpeni','17594ylRgSI','(((.+)+)+)+$','3EhNZyu','369504FRLWDn','toString','constructor','error','62070KJoAiX','maka\x20get:<sub-command>','Sub-Command\x20not\x20found','27FSyqMQ','1268940LAWQQH'];a69c=function(){return k;};return a69c();}const a69i=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=-parseInt(f(0x140))/0x1+-parseInt(f(0x13d))/0x2+-parseInt(f(0x142))/0x3*(parseInt(f(0x14e))/0x4)+parseInt(f(0x14b))/0x5+parseInt(f(0x147))/0x6*(parseInt(f(0x13f))/0x7)+parseInt(f(0x143))/0x8*(-parseInt(f(0x14a))/0x9)+parseInt(f(0x14d))/0xa*(parseInt(f(0x14c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x231a5));function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x13d;let f=c[d];return f;},a69d(a,b);}const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a69d;if(c){const e=c[g(0x150)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0x144)]()[h(0x14f)](h(0x141))['toString']()[h(0x145)](a69a)[h(0x14f)](h(0x141));});a69a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a69i(0x151),'usage':a69i(0x148),'shortDesc':a69i(0x152),'validOpts':[]},async function(a,b){const j=a69i,c=a[0x0],d=this['findSubCommand'](c);if(d)this[j(0x13e)](c,a,b);else{Log[j(0x146)](j(0x149));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a69h=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=parseInt(f(0x106))/0x1*(parseInt(f(0xff))/0x2)+-parseInt(f(0x108))/0x3*(parseInt(f(0x10a))/0x4)+parseInt(f(0x105))/0x5*(-parseInt(f(0x111))/0x6)+parseInt(f(0x101))/0x7+-parseInt(f(0x10e))/0x8*(parseInt(f(0x10c))/0x9)+parseInt(f(0x10f))/0xa*(parseInt(f(0xfc))/0xb)+parseInt(f(0x104))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x8814a));function a69c(){const j=['1416RXrKzB','Sub-Command\x20not\x20found','1899oxcTSe','search','8144qhxMdS','10793770omiPJw','get','66DSHggr','error','11boYvAM','findSubCommand','maka\x20get:<sub-command>','6qdURsR','Get\x20various\x20Maka\x20variables\x20and\x20configurations','1507520OpFRti','(((.+)+)+)+$','runSubCommand','8217756GEKRkE','189115oHHgpK','19429RnIpWl','create','7200usIZPC','toString'];a69c=function(){return j;};return a69c();}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 g=a69d;return a69a[g(0x109)]()[g(0x10d)](g(0x102))[g(0x109)]()['constructor'](a69a)['search'](g(0x102));});function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xfb;let f=c[d];return f;},a69d(a,b);}a69a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a69h(0x107)]({'name':a69h(0x110),'usage':a69h(0xfe),'shortDesc':a69h(0x100),'validOpts':[]},async function(a,b){const i=a69h,c=a[0x0],d=this[i(0xfd)](c);if(d)this[i(0x103)](c,a,b);else{Log[i(0xfb)](i(0x10b));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- function a70c(){const k=['10CNuljl','56DhzbCQ','33pRuOjx','130186uTRCEg','exit','toString','create','maka\x20get:global-config','1484780xOCJVL','log','15724NirbnR','fsi','(((.+)+)+)+$','10414092fyLDTp','169490hECugv','3022929hIbVPY','search','51507sBfQtB','global-config','93YHsEec','getGlobalConfig','6HCoChV','apply','error'];a70c=function(){return k;};return a70c();}const a70i=a70d;function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x65;let f=c[d];return f;},a70d(a,b);}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x76))/0x1*(parseInt(f(0x79))/0x2)+parseInt(f(0x71))/0x3*(parseInt(f(0x68))/0x4)+-parseInt(f(0x6c))/0x5*(-parseInt(f(0x73))/0x6)+-parseInt(f(0x6d))/0x7+-parseInt(f(0x77))/0x8*(parseInt(f(0x6f))/0x9)+parseInt(f(0x66))/0xa*(parseInt(f(0x78))/0xb)+parseInt(f(0x6b))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x54854));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x74)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x7b)]()[h(0x6e)](h(0x6a))['toString']()['constructor'](a70a)[h(0x6e)](h(0x6a));});a70a();import a70e from'./get.command.js';import{Command}from'../../command.js';Command[a70i(0x7c)]({'name':a70i(0x70),'usage':a70i(0x65),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a70i;try{const a=await this[j(0x69)][j(0x72)]();console[j(0x67)](a),process['exit'](0x0);}catch(b){console[j(0x75)](b),process[j(0x7a)](0x0);}},a70e);
1
+ const a70i=a70d;function a70c(){const k=['1043538GXhSWO','6517160MdqGbX','3833712lHCDax','log','maka\x20get:global-config','error','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','create','exit','getGlobalConfig','1520722vfGlIp','toString','constructor','41655432nZKOFi','4969760owiCdm','3929574Hudgos','(((.+)+)+)+$','apply'];a70c=function(){return k;};return a70c();}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x12a))/0x1+-parseInt(f(0x135))/0x2+-parseInt(f(0x127))/0x3+-parseInt(f(0x126))/0x4+-parseInt(f(0x12b))/0x5+parseInt(f(0x12c))/0x6+parseInt(f(0x125))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe3133));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x129)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x123)]()[h(0x130)](h(0x128))['toString']()[h(0x124)](a70a)[h(0x130)](h(0x128));});a70a();import a70e from'./get.command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x123;let f=c[d];return f;},a70d(a,b);}import{Command}from'../../command.js';Command[a70i(0x132)]({'name':'global-config','usage':a70i(0x12e),'aliases':['gc'],'shortDesc':a70i(0x131),'validOpts':[]},async function(){const j=a70i;try{const a=await this['fsi'][j(0x134)]();console[j(0x12d)](a),process[j(0x133)](0x0);}catch(b){console[j(0x12f)](b),process[j(0x133)](0x0);}},a70e);
@@ -1 +1 @@
1
- const a71i=a71d;(function(a,b){const f=a71d,c=a();while(!![]){try{const d=-parseInt(f(0x1dc))/0x1*(parseInt(f(0x1eb))/0x2)+-parseInt(f(0x1e5))/0x3*(parseInt(f(0x1e1))/0x4)+-parseInt(f(0x1d8))/0x5+parseInt(f(0x1db))/0x6+-parseInt(f(0x1e0))/0x7*(-parseInt(f(0x1df))/0x8)+-parseInt(f(0x1e9))/0x9*(-parseInt(f(0x1da))/0xa)+-parseInt(f(0x1ec))/0xb*(parseInt(f(0x1dd))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdda00));function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1d8;let f=c[d];return f;},a71d(a,b);}const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a71d;if(c){const e=c[g(0x1e7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const h=a71d;return a71a[h(0x1de)]()['search']('(((.+)+)+)+$')['toString']()[h(0x1ea)](a71a)['search'](h(0x1ed));});function a71c(){const k=['create','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','log','3OjRDem','getMakaProjectConfig','apply','fsi','288nxQBfw','constructor','78imliqy','24068uyvQlv','(((.+)+)+)+$','5025465ImAzdJ','local-config','518390yBucrD','7470486pjGGvT','18318niSPvr','2028BqhFNg','toString','13016888uVsUXP','7mZHwPz','6135988fKYgoO'];a71c=function(){return k;};return a71c();}a71a();import a71e from'./get.command.js';import{Command}from'../../command.js';Command[a71i(0x1e2)]({'name':a71i(0x1d9),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a71i(0x1e3),'validOpts':[]},async function(){const j=a71i,a=await this[j(0x1e8)][j(0x1e6)]();console[j(0x1e4)](a);},a71e);
1
+ const a71i=a71d;(function(a,b){const f=a71d,c=a();while(!![]){try{const d=parseInt(f(0xf6))/0x1*(parseInt(f(0xfa))/0x2)+parseInt(f(0xf9))/0x3+-parseInt(f(0xf7))/0x4+parseInt(f(0xf8))/0x5+-parseInt(f(0xec))/0x6*(-parseInt(f(0xf0))/0x7)+-parseInt(f(0xed))/0x8+parseInt(f(0xe9))/0x9*(-parseInt(f(0xf4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x276ce));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a71d;if(c){const e=c[g(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const h=a71d;return a71a[h(0xf2)]()[h(0xeb)](h(0xf1))[h(0xf2)]()['constructor'](a71a)[h(0xeb)](h(0xf1));});a71a();function a71c(){const k=['maka\x20get:local-config','60HOANEQ','fsi','5UDZHmC','446180fSCgkl','50120xqSsUt','53661XwkyFS','79846BAsMIc','log','create','242982pyPEwj','apply','search','546AElSlX','532064NBZOuD','local-config','getMakaProjectConfig','21077qUYBgE','(((.+)+)+)+$','toString'];a71c=function(){return k;};return a71c();}function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xe7;let f=c[d];return f;},a71d(a,b);}import a71e from'./get.command.js';import{Command}from'../../command.js';Command[a71i(0xe8)]({'name':a71i(0xee),'usage':a71i(0xf3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a71i,a=await this[j(0xf5)][j(0xef)]();console[j(0xe7)](a);},a71e);
@@ -1 +1 @@
1
- const a72j=a72d;(function(a,b){const g=a72d,c=a();while(!![]){try{const d=-parseInt(g(0x8c))/0x1+parseInt(g(0x8f))/0x2+parseInt(g(0x7d))/0x3+parseInt(g(0x89))/0x4+-parseInt(g(0x86))/0x5*(-parseInt(g(0x83))/0x6)+parseInt(g(0x7b))/0x7*(-parseInt(g(0x91))/0x8)+parseInt(g(0x85))/0x9*(-parseInt(g(0x92))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x2d91f));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a72d;if(c){const e=c[h(0x93)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const i=a72d;return a72a[i(0x7e)]()[i(0x88)]('(((.+)+)+)+$')[i(0x7e)]()['constructor'](a72a)['search'](i(0x8b));});a72a();import a72e from'./get.command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x7b;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';Command[a72j(0x87)]({'name':a72j(0x81),'usage':'maka\x20get:whoami','shortDesc':a72j(0x7c),'validOpts':[]},async function(){const k=a72j;try{const a=await this['fsi'][k(0x94)]();if(a['hash']){const b=a72f[k(0x8a)](a[k(0x96)]);Log[k(0x82)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.['user']),Log['notice']('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[k(0x80)]?.[k(0x7f)]),Log[k(0x82)](k(0x8d)+a[k(0x80)]?.[k(0x84)]),Log['notice']('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x8e)]['join'](',\x20'));}}catch(c){console[k(0x90)](c),process[k(0x95)](0x0);}},a72e);function a72c(){const l=['error','152kWLgdB','1600pgpYiN','apply','getGlobalConfig','exit','hash','136311RPSsZm','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','932427aFfqQr','toString','userId','token','whoami','notice','114QPWTHE','authToken','24093iUViiN','67190MMXTaG','create','search','1209032JNvuMr','decode','(((.+)+)+)+$','204205FbEnCz','User\x20Access\x20Token:\x20\x20','roles','641556kmLGLO'];a72c=function(){return l;};return a72c();}
1
+ const a72j=a72d;function a72c(){const l=['Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','fsi','hash','2189593NjzTgy','2288YDzZXn','554286jVjzBS','18171rgENei','getGlobalConfig','8gpZjwi','notice','token','User\x20Access\x20Token:\x20\x20','16fIQMDz','281990SPwQPH','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','(((.+)+)+)+$','userId','175DZJBYw','search','join','authToken','create','roles','apply','99sBLOpV','maka\x20get:whoami','9649376TBdPYU','decode','toString','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','56QccNVV','exit','77316cBjDMB','user','49902IbBpgE'];a72c=function(){return l;};return a72c();}function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x166;let f=c[d];return f;},a72d(a,b);}(function(a,b){const g=a72d,c=a();while(!![]){try{const d=parseInt(g(0x17f))/0x1*(parseInt(g(0x174))/0x2)+-parseInt(g(0x17e))/0x3*(-parseInt(g(0x181))/0x4)+parseInt(g(0x167))/0x5*(-parseInt(g(0x178))/0x6)+parseInt(g(0x17c))/0x7*(parseInt(g(0x185))/0x8)+parseInt(g(0x16e))/0x9*(-parseInt(g(0x186))/0xa)+parseInt(g(0x170))/0xb+parseInt(g(0x176))/0xc*(-parseInt(g(0x17d))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x9daf2));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a72d;if(c){const e=c[h(0x16d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const i=a72d;return a72a[i(0x172)]()['search'](i(0x188))[i(0x172)]()['constructor'](a72a)[i(0x168)]('(((.+)+)+)+$');});a72a();import a72e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';Command[a72j(0x16b)]({'name':'whoami','usage':a72j(0x16f),'shortDesc':a72j(0x187),'validOpts':[]},async function(){const k=a72j;try{const a=await this[k(0x17a)][k(0x180)]();if(a[k(0x17b)]){const b=a72f[k(0x171)](a[k(0x17b)]);Log['notice'](k(0x173)+b?.[k(0x177)]),Log[k(0x182)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[k(0x183)]?.[k(0x166)]),Log[k(0x182)](k(0x184)+a[k(0x183)]?.[k(0x16a)]),Log['notice'](k(0x179)+b?.[k(0x16c)][k(0x169)](',\x20'));}}catch(c){console['error'](c),process[k(0x175)](0x0);}},a72e);
@@ -1 +1 @@
1
- var a73i=a73d;(function(a,b){var f=a73d,c=a();while(!![]){try{var d=parseInt(f(0x17e))/0x1*(parseInt(f(0x188))/0x2)+-parseInt(f(0x17c))/0x3+parseInt(f(0x182))/0x4*(parseInt(f(0x18b))/0x5)+-parseInt(f(0x18c))/0x6*(parseInt(f(0x189))/0x7)+parseInt(f(0x184))/0x8*(-parseInt(f(0x18a))/0x9)+parseInt(f(0x186))/0xa+parseInt(f(0x17d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xeef3c));var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a['toString']()['search'](h(0x187))[h(0x183)]()['constructor'](a73a)[h(0x185)](h(0x187));});function a73c(){var j=['128OlfJGB','3026009yZUtoe','1010430bXFddz','4421445JofGIN','6kuDxWA','5291037bpQSFU','18829646hUHxLQ','10299lnWclZ','apply','Try,\x20maka\x20--help','Deprecated:\x20use\x20--help\x20instead','4IFRjSn','toString','80XfYPUV','search','10422030fuLmUt','(((.+)+)+)+$'];a73c=function(){return j;};return a73c();}a73a();function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x17c;var f=c[d];return f;},a73d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':'help','description':a73i(0x180),'aliases':['h'],'validOpts':[],'shortDesc':a73i(0x181)},async function(){throw new UsageError();});
1
+ var a73i=a73d;function a73c(){var j=['3256517aBdOsI','Deprecated:\x20use\x20--help\x20instead','(((.+)+)+)+$','3943596ulSnxb','66231njvNGE','create','toString','808cxVjod','9642kqIGKh','10txvyrl','6020nwGZXj','39OFWQYP','155zFaAvH','search','32588eBciYG','apply','constructor','785WYXSpj','186183XfyBHO','2732IWWvQc'];a73c=function(){return j;};return a73c();}function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0xf6;var f=c[d];return f;},a73d(a,b);}(function(a,b){var f=a73d,c=a();while(!![]){try{var d=-parseInt(f(0xfb))/0x1*(parseInt(f(0x102))/0x2)+-parseInt(f(0x101))/0x3+parseInt(f(0xfd))/0x4*(parseInt(f(0x100))/0x5)+-parseInt(f(0xf7))/0x6*(-parseInt(f(0xf9))/0x7)+-parseInt(f(0xf6))/0x8*(parseInt(f(0x107))/0x9)+parseInt(f(0xf8))/0xa*(parseInt(f(0x103))/0xb)+parseInt(f(0x106))/0xc*(-parseInt(f(0xfa))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xe8f55));var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0xfe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a[h(0x109)]()[h(0xfc)]('(((.+)+)+)+$')[h(0x109)]()[h(0xff)](a73a)['search'](h(0x105));});a73a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a73i(0x108)]({'name':'help','description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a73i(0x104)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a74y=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=-parseInt(v(0x1b5))/0x1+parseInt(v(0x1fe))/0x2+-parseInt(v(0x1ce))/0x3*(parseInt(v(0x1c2))/0x4)+-parseInt(v(0x1c9))/0x5+parseInt(v(0x1c3))/0x6+-parseInt(v(0x1dc))/0x7+parseInt(v(0x1ee))/0x8*(parseInt(v(0x1f8))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x1f2bc));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a74d;if(c){const e=c[w(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a[x(0x1e4)]()[x(0x202)](x(0x1b8))[x(0x1e4)]()[x(0x1f4)](a74a)[x(0x202)](x(0x1b8));});a74a();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a74d(a,b);}import a74e from'os';import a74f from'path';import a74g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a74c(){const C=['SHELL','Network\x20error,\x20please\x20try\x20again.','withSpinner','setPath','win32','fileContainsString','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','75866euxxds','maka\x20install\x20meteor\x20--force','Meteor\x20version\x20','(((.+)+)+)+$','Aborted','Using\x20CA\x20Cert\x20','warn','x86_64','install','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','replace','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','arch','1348alztEx','768648BxEgKP','getuid','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','maka\x20install\x20meteor','RELEASE=','/.bash_profile','345255VShbse','get','Preparing\x20to\x20install\x20Meteor\x20','injectAtEndOfFile','info','2271GiOWzo','error','Setting\x20Path\x20in\x20','includes','Proceed\x20anyway?','package-metadata','Setting\x20Path\x20in\x20/etc/profile','success','maka\x20install\x20meteor\x20--version\x202.13.3','apply','fsi','packages','Cleaning\x20up','Setting\x20Path\x20in\x20\x20','1433467IESIdq','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','cacert','https://packages.meteor.com/bootstrap-link?arch=os.','\x20installed.\x0a','checkAvailability','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','extractTarGz','toString','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','existsSync','string','env','osx','arm64','getGlobalConfig','data','windows','1050760yGauUM','Path\x20already\x20set\x20in\x20','platform','meteor','.meteor','NO_NODE_WARNINGS','constructor','meteor.tar.gz','force','version','36fzfGRs','exit','homedir','-rf','notice','linux','157990WNbDAy','Path\x20already\x20set\x20in\x20/etc/profile','isFile','/.zshrc','search','/etc/profile','confirm','join','Aborting\x20install','cert','https://install.meteor.com','maka\x20i','keepInstallFile','Error\x20extracting\x20meteor.tar.gz\x20file','/.bashrc'];a74c=function(){return C;};return a74c();}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=a74e[a74y(0x1fa)]();function isRoot(){const z=a74y;return process[z(0x1c4)]&&process[z(0x1c4)]()===0x0;}Command['create']({'name':a74y(0x1bd),'aliases':['i'],'validOpts':[a74y(0x1f6),a74y(0x1f7),'cacert','setPath','keepInstallFile'],'usage':'maka\x20install','shortDesc':a74y(0x1be),'description':a74y(0x1dd),'examples':[a74y(0x1c6),a74y(0x1b6),a74y(0x1d6),a74y(0x1aa)]},async function(a,b){const A=a74y;try{let c='';if(b[A(0x1de)]){if(this[A(0x1d8)][A(0x200)](b[A(0x1de)]))Log[A(0x1fc)](A(0x1ba)+b['cacert']),c=b['cacert'];else throw A(0x1e5)+c;}const d=await this['fsi'][A(0x1eb)]();if(d[A(0x1a8)]){if(this[A(0x1d8)]['isFile'](d[A(0x1a8)]))c=d[A(0x1a8)];else throw A(0x1b4)+c;}let f=![];if(b['f']||b[A(0x1f6)])f=!![];else{const p=isRoot();p?(Log[A(0x1bb)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions[A(0x1a5)](A(0x1d2),![])):f=!![];}if(!f)throw A(0x1b9);const g=process['platform']===A(0x1b2),h=await HTTPS[A(0x1ca)]({'url':A(0x1a9),'cert':c}),i=await this[A(0x1d8)]['grep'](h[A(0x1ec)],A(0x1c7));if(i['length']===0x0)throw A(0x1af);process[A(0x1e8)][A(0x1f3)]='1',Log[A(0x1fc)](A(0x1cb)+i[0x0]['replace'](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let j=i[0x0][A(0x1bf)](/[^0-9.]/gi,'')[A(0x1bf)](/\r?\n|\r/,'');(typeof b['v']==='string'||typeof b[A(0x1f7)]===A(0x1e7))&&(j=b['v']||b[A(0x1f7)]);const k={'win32':A(0x1ed),'darwin':A(0x1e9),'linux':A(0x1fd)},l=A(0x1df)+k[a74e[A(0x1f0)]()]+'.'+(a74e[A(0x1c1)]()===A(0x1ea)?A(0x1ea):A(0x1bc))+'&release='+j,m=await HTTPS[A(0x1e1)]({'url':l,'cert':c});!m&&(Log[A(0x1cf)](A(0x1b7)+j+'\x20is\x20not\x20available.'),process[A(0x1f9)](0x0));const n=a74f[A(0x1a6)](homeDir,A(0x1f2)),o=async()=>{const B=A,q='export\x20PATH='+n+':$PATH';if(process['env'][B(0x1ae)]&&process['env']['SHELL'][B(0x1d1)]('zsh')){const r=await this[B(0x1d8)][B(0x1b3)](homeDir+B(0x201),q);if(!r)Log['info'](B(0x1db)+homeDir+'/.zshrc'),this[B(0x1d8)][B(0x1cc)]({'filePath':homeDir+B(0x201),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1b1)]&&Log[B(0x1cd)](B(0x1ef)+homeDir+'/.zshrc');}else{const s=await this[B(0x1d8)]['fileContainsString'](homeDir+B(0x1ad),q);if(!s)Log[B(0x1cd)](B(0x1d0)+homeDir+B(0x1ad)),this['fsi'][B(0x1cc)]({'filePath':homeDir+B(0x1ad),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1b1)]&&Log[B(0x1cd)](B(0x1ef)+homeDir+B(0x1ad));const t=await this['fsi'][B(0x1b3)](homeDir+B(0x1c8),q);if(!t)Log[B(0x1cd)]('Setting\x20Path\x20in\x20'+homeDir+B(0x1c8)),this[B(0x1d8)]['injectAtEndOfFile']({'filePath':homeDir+'/.bash_profile','content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0x1cd)](B(0x1ef)+homeDir+'/.bash_profile');if(isRoot()){const u=await this[B(0x1d8)][B(0x1b3)](B(0x1a4),q);if(!u)Log[B(0x1cd)](B(0x1d4)),this[B(0x1d8)]['injectAtEndOfFile']({'filePath':B(0x1a4),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1b1)]&&Log[B(0x1cd)](B(0x1ff));}}};b[A(0x1b1)]&&(await o(),process['exit'](0x0));if(g)Log[A(0x1cf)](A(0x1c5)),process[A(0x1f9)](0x0);else{if(a74g[A(0x1e6)](n)){let q=![];b['f']||b[A(0x1f6)]?q=!![]:q=await Actions[A(0x1a5)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),q?(await SpawnAsync[A(0x1b0)]('rm',[A(0x1fb),a74f['join'](n,A(0x1d9))],{'message':A(0x1e2)}),await SpawnAsync['withSpinner']('rm',['-rf',a74f[A(0x1a6)](n,A(0x1d3))],{'message':A(0x1c0)}),await SpawnAsync[A(0x1b0)]('rm',[A(0x1fb),a74f['join'](n,A(0x1f1))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(main)'})):(Log[A(0x1cd)](A(0x1a7)),process[A(0x1f9)](0x0));}try{await HTTPS['downloadFile']({'url':l,'destPath':a74f[A(0x1a6)](homeDir,A(0x1f5)),'cert':c});try{const r=a74f[A(0x1a6)](homeDir,A(0x1f5));await this[A(0x1d8)][A(0x1e3)](r,homeDir);}catch(s){Log[A(0x1cf)](A(0x1ac));}!b[A(0x1ab)]&&await SpawnAsync[A(0x1b0)]('rm',[A(0x1fb),a74f[A(0x1a6)](homeDir,A(0x1f5))],{'message':A(0x1da)}),await o();}catch(t){console[A(0x1cf)](t),process['exit'](0x0);}Log[A(0x1d5)](A(0x1b7)+j+A(0x1e0));}}catch(u){console['error'](u),process[A(0x1f9)](0x0);}});
1
+ const a74y=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=parseInt(v(0x187))/0x1+parseInt(v(0x14e))/0x2+-parseInt(v(0x14a))/0x3+-parseInt(v(0x15d))/0x4*(-parseInt(v(0x179))/0x5)+parseInt(v(0x182))/0x6*(parseInt(v(0x191))/0x7)+-parseInt(v(0x151))/0x8+parseInt(v(0x146))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xc2b9d));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a74d;if(c){const e=c[w(0x193)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a['toString']()[x(0x162)](x(0x14c))[x(0x161)]()[x(0x152)](a74a)[x(0x162)]('(((.+)+)+)+$');});a74a();import a74e from'os';import a74f from'path';import a74g from'fs';function a74c(){const C=['-rf','existsSync','.meteor','Proceed\x20anyway?','string','maka\x20install\x20meteor\x20--version\x202.13.3','join','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','export\x20PATH=','Setting\x20Path\x20in\x20','getuid','\x20installed.\x0a','grep','win32','maka\x20install','20330ebcfeL','windows','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','replace','keepInstallFile','data','cert','RELEASE=','install','172374GnMwkV','warn','Setting\x20Path\x20in\x20\x20','SHELL','fsi','750324IMgzzA','/.bashrc','extractTarGz','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','homedir','version','env','success','Path\x20already\x20set\x20in\x20','105WqzvEK','platform','apply','Aborted','force','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','confirm','fileContainsString','Preparing\x20to\x20install\x20Meteor\x20','/etc/profile','/.zshrc','injectAtEndOfFile','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','package-metadata','Using\x20CA\x20Cert\x20','info','Setting\x20Path\x20in\x20/etc/profile','meteor.tar.gz','/.bash_profile','maka\x20i','Path\x20already\x20set\x20in\x20/etc/profile','6739110UXzbMp','exit','NO_NODE_WARNINGS','getGlobalConfig','4550985OymyAN','cacert','(((.+)+)+)+$','Cleaning\x20up','2596090PYVJCl','maka\x20install\x20meteor\x20--force','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','8251328vTdlUs','constructor','error','includes','withSpinner','notice','Error\x20extracting\x20meteor.tar.gz\x20file','get','create','https://packages.meteor.com/bootstrap-link?arch=os.','setPath','&release=','116Kigirs','https://install.meteor.com','checkAvailability','zsh','toString','search','x86_64','downloadFile','isFile','\x20is\x20not\x20available.','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','maka\x20install\x20meteor','Aborting\x20install'];a74c=function(){return C;};return a74c();}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=a74e[a74y(0x18c)]();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x142;let f=c[d];return f;},a74d(a,b);}function isRoot(){const z=a74y;return process['getuid']&&process[z(0x174)]()===0x0;}Command[a74y(0x159)]({'name':a74y(0x181),'aliases':['i'],'validOpts':['force',a74y(0x18d),'cacert','setPath',a74y(0x17d)],'usage':a74y(0x178),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a74y(0x196),'examples':[a74y(0x168),a74y(0x14f),a74y(0x16f),a74y(0x144)]},async function(a,b){const A=a74y;try{let c='';if(b[A(0x14b)]){if(this[A(0x186)]['isFile'](b[A(0x14b)]))Log[A(0x156)](A(0x19f)+b[A(0x14b)]),c=b[A(0x14b)];else throw A(0x171)+c;}const d=await this[A(0x186)][A(0x149)]();if(d[A(0x17f)]){if(this[A(0x186)][A(0x165)](d[A(0x17f)]))c=d['cert'];else throw A(0x167)+c;}let f=![];if(b['f']||b[A(0x195)])f=!![];else{const p=isRoot();p?(Log[A(0x183)](A(0x18a)),f=await Actions[A(0x197)](A(0x16d),![])):f=!![];}if(!f)throw A(0x194);const g=process['platform']===A(0x177),h=await HTTPS[A(0x158)]({'url':A(0x15e),'cert':c}),i=await this[A(0x186)][A(0x176)](h[A(0x17e)],A(0x180));if(i['length']===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[A(0x18e)][A(0x148)]='1',Log[A(0x156)](A(0x199)+i[0x0][A(0x17c)](/[^0-9.]/gi,'')[A(0x17c)](/\r?\n|\r/,''));let j=i[0x0][A(0x17c)](/[^0-9.]/gi,'')[A(0x17c)](/\r?\n|\r/,'');(typeof b['v']===A(0x16e)||typeof b[A(0x18d)]===A(0x16e))&&(j=b['v']||b[A(0x18d)]);const k={'win32':A(0x17a),'darwin':'osx','linux':'linux'},l=A(0x15a)+k[a74e[A(0x192)]()]+'.'+(a74e['arch']()==='arm64'?'arm64':A(0x163))+A(0x15c)+j,m=await HTTPS[A(0x15f)]({'url':l,'cert':c});!m&&(Log[A(0x153)]('Meteor\x20version\x20'+j+A(0x166)),process[A(0x147)](0x0));const n=a74f[A(0x170)](homeDir,A(0x16c)),o=async()=>{const B=A,q=B(0x172)+n+':$PATH';if(process['env'][B(0x185)]&&process[B(0x18e)][B(0x185)][B(0x154)](B(0x160))){const r=await this[B(0x186)]['fileContainsString'](homeDir+B(0x19b),q);if(!r)Log[B(0x1a0)](B(0x184)+homeDir+B(0x19b)),this[B(0x186)][B(0x19c)]({'filePath':homeDir+B(0x19b),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x15b)]&&Log['info'](B(0x190)+homeDir+'/.zshrc');}else{const s=await this['fsi'][B(0x198)](homeDir+'/.bashrc',q);if(!s)Log[B(0x1a0)](B(0x173)+homeDir+B(0x188)),this[B(0x186)]['injectAtEndOfFile']({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x15b)]&&Log[B(0x1a0)](B(0x190)+homeDir+B(0x188));const t=await this['fsi'][B(0x198)](homeDir+B(0x143),q);if(!t)Log[B(0x1a0)]('Setting\x20Path\x20in\x20'+homeDir+'/.bash_profile'),this[B(0x186)][B(0x19c)]({'filePath':homeDir+B(0x143),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x15b)]&&Log['info'](B(0x190)+homeDir+B(0x143));if(isRoot()){const u=await this['fsi'][B(0x198)](B(0x19a),q);if(!u)Log[B(0x1a0)](B(0x1a1)),this[B(0x186)][B(0x19c)]({'filePath':B(0x19a),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x15b)]&&Log[B(0x1a0)](B(0x145));}}};b[A(0x15b)]&&(await o(),process[A(0x147)](0x0));if(g)Log[A(0x153)](A(0x150)),process[A(0x147)](0x0);else{if(a74g[A(0x16b)](n)){let q=![];b['f']||b[A(0x195)]?q=!![]:q=await Actions[A(0x197)](A(0x17b),![]),q?(await SpawnAsync[A(0x155)]('rm',[A(0x16a),a74f[A(0x170)](n,'packages')],{'message':A(0x18b)}),await SpawnAsync[A(0x155)]('rm',[A(0x16a),a74f[A(0x170)](n,A(0x19e))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync['withSpinner']('rm',[A(0x16a),a74f[A(0x170)](n,'meteor')],{'message':A(0x19d)})):(Log['info'](A(0x169)),process[A(0x147)](0x0));}try{await HTTPS[A(0x164)]({'url':l,'destPath':a74f[A(0x170)](homeDir,A(0x142)),'cert':c});try{const r=a74f[A(0x170)](homeDir,A(0x142));await this['fsi'][A(0x189)](r,homeDir);}catch(s){Log[A(0x153)](A(0x157));}!b['keepInstallFile']&&await SpawnAsync[A(0x155)]('rm',[A(0x16a),a74f[A(0x170)](homeDir,A(0x142))],{'message':A(0x14d)}),await o();}catch(t){console[A(0x153)](t),process['exit'](0x0);}Log[A(0x18f)]('Meteor\x20version\x20'+j+A(0x175));}}catch(u){console[A(0x153)](u),process[A(0x147)](0x0);}});
@@ -1 +1 @@
1
- const a75m=a75d;function a75c(){const o=['\x20-d\x20','logNotice','422836jhnzkH','logError','toString','2034816CLSDOu','constructor','plugins/markdown','join','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','\x0a[+]\x20Documentation\x20written\x20to\x20','utf-8','app/private','app/packages','maka\x20jsdoc\x20--init','stop','48476uYfDcd','search','apply','476GoyfaK','fsi','2514672XqoMnv','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','closure','242432DUqXct','(((.+)+)+)+$','\x20-c\x20','maka\x20jsdoc','3544700xHxDmo','logWithSpinner','stringify','\x20-r\x20app','config','sep','isFile','pathFromProject','inherit','jsdoc-config.json','jsdoc','527211NvFjbA'];a75c=function(){return o;};return a75c();}(function(a,b){const j=a75d,c=a();while(!![]){try{const d=-parseInt(j(0x18b))/0x1+parseInt(j(0x17d))/0x2+-parseInt(j(0x17a))/0x3+-parseInt(j(0x190))/0x4+-parseInt(j(0x198))/0x5+-parseInt(j(0x180))/0x6+-parseInt(j(0x18e))/0x7*(-parseInt(j(0x194))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x5a9bd));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a75d;if(c){const e=c[k(0x18d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const l=a75d;return a75a['toString']()['search']('(((.+)+)+)+$')[l(0x17f)]()[l(0x181)](a75a)[l(0x18c)](l(0x195));});a75a();import a75e from'path';import a75f from'fs';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x170;let f=c[d];return f;},a75d(a,b);}import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a75m(0x179),'usage':a75m(0x197),'mustBeInMakaProject':!![],'shortDesc':a75m(0x192),'examples':[a75m(0x189),a75m(0x197)],'validOpts':[]},function(){const n=a75m,a=a75e[n(0x183)](this[n(0x18f)][n(0x176)]({}),'docs'+a75e[n(0x174)]),b=a75e[n(0x183)](this[n(0x18f)][n(0x176)]({}),n(0x173),n(0x178)),c=this[n(0x18f)][n(0x176)]({}),d='jsdoc';if(!this[n(0x175)](b)){const g={'plugins':[n(0x182)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x179),n(0x193)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0x191),'exclude':[n(0x188),'app/node_modules','app/public',n(0x187)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x186)}};a75f['writeFileSync'](b,JSON[n(0x171)](g,null,0x4));}const f=this[n(0x170)]('Running\x20'+d);try{const h=d+n(0x196)+b+n(0x172)+a75e['sep']+n(0x17b)+a;execSync(h,{'cwd':c,'stdio':n(0x177)}),this[n(0x17c)](n(0x185)+a);}catch(i){this[n(0x17e)](i),this[n(0x17e)](n(0x184));}finally{f[n(0x18a)]();}});
1
+ function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xeb;let f=c[d];return f;},a75d(a,b);}const a75m=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=parseInt(j(0xeb))/0x1*(parseInt(j(0x104))/0x2)+parseInt(j(0x112))/0x3*(-parseInt(j(0xfa))/0x4)+parseInt(j(0x114))/0x5+-parseInt(j(0x106))/0x6+parseInt(j(0xf8))/0x7+-parseInt(j(0x113))/0x8*(parseInt(j(0xf1))/0x9)+-parseInt(j(0xfe))/0xa*(-parseInt(j(0xf5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x6ac03));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a75d;if(c){const e=c[k(0x103)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const l=a75d;return a75a[l(0x107)]()[l(0x10d)](l(0xf2))[l(0x107)]()[l(0xf0)](a75a)[l(0x10d)](l(0xf2));});a75a();import a75e from'path';import a75f from'fs';function a75c(){const o=['7064YuFhWD','logError','logNotice','config','10ZdevRT','maka\x20jsdoc','logWithSpinner','\x20-c\x20','sep','apply','2074JjCpmo','fsi','702390mSjOkL','toString','writeFileSync','app/public','join','app/node_modules','plugins/markdown','search','app/private','Running\x20','jsdoc','create','783zjqxmd','288yvVbAs','891935pUnwYi','docs','.+\x5c.(j|t)s(doc|x)?$','21oqlLXU','closure','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','pathFromProject','\x0a[+]\x20Documentation\x20written\x20to\x20','constructor','49437evvZcp','(((.+)+)+)+$','stringify','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','8421116WLXQnt','utf-8','jsdoc-config.json','1730890IpfZbF','\x20-r\x20app'];a75c=function(){return o;};return a75c();}import{execSync}from'child_process';import{Command}from'../command.js';Command[a75m(0x111)]({'name':a75m(0x110),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':['maka\x20jsdoc\x20--init',a75m(0xff)],'validOpts':[]},function(){const n=a75m,a=a75e[n(0x10a)](this[n(0x105)]['pathFromProject']({}),n(0x115)+a75e[n(0x102)]),b=a75e[n(0x10a)](this[n(0x105)]['pathFromProject']({}),n(0xfd),n(0xf7)),c=this['fsi'][n(0xee)]({}),d=n(0x110);if(!this['isFile'](b)){const g={'plugins':[n(0x10c)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x110),n(0xec)]},'source':{'includePattern':n(0x116),'excludePattern':n(0xed),'exclude':['app/packages',n(0x10b),n(0x109),n(0x10e)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xf6)}};a75f[n(0x108)](b,JSON[n(0xf3)](g,null,0x4));}const f=this[n(0x100)](n(0x10f)+d);try{const h=d+n(0x101)+b+n(0xf9)+a75e[n(0x102)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0xfc)](n(0xef)+a);}catch(i){this[n(0xfb)](i),this[n(0xfb)](n(0xf4));}finally{f['stop']();}});
@@ -1 +1 @@
1
- const a76s=a76d;function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x16f;let f=c[d];return f;},a76d(a,b);}(function(a,b){const p=a76d,c=a();while(!![]){try{const d=parseInt(p(0x1a1))/0x1*(-parseInt(p(0x18d))/0x2)+-parseInt(p(0x17a))/0x3+parseInt(p(0x183))/0x4*(parseInt(p(0x19b))/0x5)+parseInt(p(0x170))/0x6*(parseInt(p(0x17f))/0x7)+-parseInt(p(0x176))/0x8*(parseInt(p(0x187))/0x9)+parseInt(p(0x17e))/0xa+-parseInt(p(0x16f))/0xb*(parseInt(p(0x195))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x6de20));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a76d;if(c){const e=c[q(0x175)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const r=a76d;return a76a['toString']()[r(0x17d)](r(0x193))[r(0x1a0)]()[r(0x18f)](a76a)[r(0x17d)]('(((.+)+)+)+$');});function a76c(){const u=['27bwjlWe','success','create','lintFiles','.eslintrc.json','eslint-plugin-react','221362pEbTNJ','imports','constructor','push','bright','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','(((.+)+)+)+$','isFile','236172KbeXgC','eslint/eslintrc.json','checkNpmPackage','length','service','findAppDirectory','2867115havdvB','/imports','installNpmPackage','join','\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','toString','2eEQjSY','297lmnJgY','6DJfYqN','stylish','All\x20good!\x20:)','fix','format','apply','728912yfFMgs','loadFormatter','maka\x20lint\x20--fix','maka\x20lint','1000398VxOeDp','lint','Lint\x20results\x20for\x20','search','3706410eWUEGR','6059011RBveDJ','eslint','eslint-plugin-css','error','4lBIMHr','fsi','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','template'];a76c=function(){return u;};return a76c();}a76a();import a76e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a76s(0x189)]({'name':a76s(0x17b),'usage':a76s(0x179),'maxArgLength':0x1,'validOpts':[a76s(0x173)],'mustBeInMakaProject':!![],'shortDesc':a76s(0x185),'description':a76s(0x19f),'examples':[a76s(0x178)]},async function(a,b){const t=a76s;try{const c=this[t(0x184)][t(0x19a)](),d=this[t(0x184)][t(0x197)](t(0x180)),f=this[t(0x184)][t(0x197)](t(0x18c)),g=this[t(0x184)][t(0x197)](t(0x181)),h=[];!d&&h['push'](t(0x180));!f&&h[t(0x190)](t(0x18c));!g&&h[t(0x190)](t(0x181));h['length']>0x0&&await this[t(0x184)][t(0x19d)](h['join']('\x20'),{'dev':!![]});const i=this['fsi'][t(0x194)](a76e['join'](c,t(0x18b)));if(!i){const n={'noRename':!![]};await this[t(0x184)][t(0x186)]({'srcPath':t(0x196),'destPath':a76e[t(0x19e)](c,t(0x18b)),'framework':t(0x199),'context':n});}const j=new ESLint(),k=await j[t(0x18a)]([a76e['join'](c,t(0x18e),'**')]),l=await j[t(0x177)](t(0x171)),m=await l[t(0x174)](k);m[t(0x198)]>0x0?Log[t(0x191)](m):Log[t(0x188)](t(0x172)),Log['notice'](t(0x17c)+c+t(0x19c)),b[t(0x173)]?await ESLint['outputFixes'](k):Log['notice'](t(0x192));}catch(o){console[t(0x182)](o);}});
1
+ const a76r=a76d;(function(a,b){const p=a76d,c=a();while(!![]){try{const d=parseInt(p(0x1bb))/0x1+-parseInt(p(0x1c5))/0x2+-parseInt(p(0x1cc))/0x3*(-parseInt(p(0x1af))/0x4)+parseInt(p(0x1b0))/0x5*(parseInt(p(0x1b4))/0x6)+parseInt(p(0x1b5))/0x7+-parseInt(p(0x1c0))/0x8+-parseInt(p(0x1d0))/0x9*(parseInt(p(0x1ae))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xea4f9));function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x1ad;let f=c[d];return f;},a76d(a,b);}const a76b=(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;};}()),a76a=a76b(this,function(){const q=a76d;return a76a[q(0x1c1)]()[q(0x1c7)](q(0x1b7))[q(0x1c1)]()[q(0x1d5)](a76a)[q(0x1c7)](q(0x1b7));});a76a();import a76e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a76r(0x1c9)]({'name':a76r(0x1cd),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a76r(0x1b3),'description':a76r(0x1b2),'examples':['maka\x20lint\x20--fix']},async function(a,b){const s=a76r;try{const c=this[s(0x1bf)][s(0x1c4)](),d=this[s(0x1bf)][s(0x1d2)](s(0x1d3)),f=this[s(0x1bf)][s(0x1d2)]('eslint-plugin-react'),g=this[s(0x1bf)][s(0x1d2)]('eslint-plugin-css'),h=[];!d&&h[s(0x1b9)](s(0x1d3));!f&&h['push'](s(0x1c2));!g&&h['push'](s(0x1ba));h['length']>0x0&&await this[s(0x1bf)]['installNpmPackage'](h['join']('\x20'),{'dev':!![]});const i=this[s(0x1bf)][s(0x1ca)](a76e[s(0x1bd)](c,s(0x1b1)));if(!i){const n={'noRename':!![]};await this[s(0x1bf)]['template']({'srcPath':s(0x1c3),'destPath':a76e['join'](c,s(0x1b1)),'framework':s(0x1be),'context':n});}const j=new ESLint(),k=await j[s(0x1b6)]([a76e[s(0x1bd)](c,s(0x1ad),'**')]),l=await j[s(0x1cf)](s(0x1c8)),m=await l['format'](k);m[s(0x1b8)]>0x0?Log['bright'](m):Log['success']('All\x20good!\x20:)'),Log[s(0x1cb)](s(0x1ce)+c+s(0x1bc)),b['fix']?await ESLint[s(0x1d1)](k):Log['notice'](s(0x1c6));}catch(o){console[s(0x1d4)](o);}});function a76c(){const t=['notice','5526993gAOocN','lint','Lint\x20results\x20for\x20','loadFormatter','63Kdsngj','outputFixes','checkNpmPackage','eslint','error','constructor','imports','4912690QkJbtG','4etSHVM','5dzTyFw','.eslintrc.json','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','6209508qjWdhf','12176311ZzhGSV','lintFiles','(((.+)+)+)+$','length','push','eslint-plugin-css','1501113tEMdDg','/imports','join','service','fsi','2899800TRyXwo','toString','eslint-plugin-react','eslint/eslintrc.json','findAppDirectory','2713480ogvxhU','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','search','stylish','create','isFile'];a76c=function(){return t;};return a76c();}
@@ -1 +1 @@
1
- const a77z=a77d;(function(a,b){const w=a77d,c=a();while(!![]){try{const d=parseInt(w(0x8e))/0x1*(parseInt(w(0x87))/0x2)+parseInt(w(0x82))/0x3+parseInt(w(0x8a))/0x4+parseInt(w(0x84))/0x5+parseInt(w(0x9b))/0x6+parseInt(w(0x83))/0x7+-parseInt(w(0x94))/0x8*(parseInt(w(0x95))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x1aa13));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a77d;if(c){const e=c[x(0x92)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const y=a77d;return a77a[y(0xb3)]()[y(0xa2)](y(0x85))[y(0xb3)]()['constructor'](a77a)[y(0xa2)](y(0x85));});a77a();import a77e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a77c(){const B=['cert','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','header','www.maka-cli.com','error','start','cacert','Password:\x20','post','email','create','toString','authToken','https://','fsi','/api/v1/status','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','ask','/api/v1/login','177120FVCHVA','704347liEhIi','70105rWssiM','(((.+)+)+)+$','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','236LsxQPx','MAKA_DEV','env','440388kXwNYE','success','get','isFile','254mrfeIh','setGlobalConfig','debug','parse','apply','localhost','96OHazPp','196002djpgws','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','update','Using\x20CA\x20Cert\x20','help','339960sbanmv','Preflight\x20Check','/api/v1/encodeJwt','password','True','exit','Logging\x20in','search','withSpinner','Email:','failure','maka\x20login','assign'];a77c=function(){return B;};return a77c();}const hostname=process[a77z(0x89)][a77z(0x88)]===a77z(0x9f)?a77z(0x93):a77z(0xab);function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x82;let f=c[d];return f;},a77d(a,b);}Command[a77z(0xb2)]({'name':'login','validOpts':[a77z(0xb1),a77z(0x9e),a77z(0x9a),a77z(0xae),a77z(0x90)],'usage':a77z(0xa6),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a77z(0xa6),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a77z,c=Log[A(0xa3)]();try{let d='';b[A(0xae)]&&(this[A(0xb6)][A(0x8d)](b['cacert'])?(d=b[A(0xae)],Log['notice'](A(0x99)+d)):Log[A(0xac)](A(0x97)+d));const f=await this['fsi']['getGlobalConfig']();if(f[A(0xa8)]){if(this[A(0xb6)]['isFile'](f['cert']))d=f[A(0xa8)];else{Log['error'](A(0x96)+d);return;}}Log[A(0xaa)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0xb5)+hostname+A(0xb7)};b[A(0xae)]&&Object[A(0xa7)](g,{'cert':d});c[A(0xad)](A(0x9c));const {statusCode:h}=await HTTPS[A(0x8c)](g);if(h===0x198){c['failure']();throw A(0xa9);}if(h!==0xc8){c[A(0xa5)]();throw A(0xb5)+hostname+A(0x86);}c[A(0x8b)]();const i=b[A(0xb1)]?b[A(0xb1)]:await Actions[A(0xb9)](A(0xa4)),j=b[A(0x9e)]?b['password']:await Actions[A(0xb9)](A(0xaf),!![]),k=a77e['md']['sha256'][A(0xb2)]();k[A(0x98)](j);const l=k['digest']()['toHex'](),m={'hostname':hostname,'path':A(0xba),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0xae)]&&Object['assign'](m,{'cert':d});c[A(0xad)](A(0xa1));const {data:n,statusCode:o}=await HTTPS[A(0xb0)](m);if(o===0x198){c[A(0xa5)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON[A(0x91)](n);if(p[A(0xb4)]){const q={'hostname':hostname,'path':A(0x9d),'headers':{'x-auth-token':p['authToken']},'data':{}};b[A(0xae)]&&Object[A(0xa7)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0xb0)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0xb8)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x8f)](u);}else{c[A(0xa5)]();throw p;}c['success']();}catch(v){c['failure'](),console[A(0xac)](v),process[A(0xa0)](0x0);}});
1
+ const a77z=a77d;(function(a,b){const w=a77d,c=a();while(!![]){try{const d=-parseInt(w(0x171))/0x1+-parseInt(w(0x19b))/0x2*(-parseInt(w(0x186))/0x3)+parseInt(w(0x19c))/0x4*(parseInt(w(0x190))/0x5)+-parseInt(w(0x187))/0x6+-parseInt(w(0x182))/0x7*(-parseInt(w(0x18e))/0x8)+parseInt(w(0x174))/0x9*(parseInt(w(0x18f))/0xa)+-parseInt(w(0x16f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xe526d));function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x161;let f=c[d];return f;},a77d(a,b);}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a77d;if(c){const e=c[x(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const y=a77d;return a77a[y(0x168)]()['search'](y(0x183))[y(0x168)]()[y(0x17b)](a77a)['search']('(((.+)+)+)+$');});a77a();import a77e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a77c(){const B=['Using\x20CA\x20Cert\x20','cacert','isFile','start','maka\x20login','parse','24138895tEJlYo','exit','46532PjtZWv','True','assign','6475554qEGuFX','/api/v1/encodeJwt','MAKA_DEV','debug','authToken','error','help','constructor','https://','Logging\x20in','notice','get','/api/v1/status','Password:\x20','5956762VDpLJj','(((.+)+)+)+$','apply','setGlobalConfig','597CWObnC','4536468ZFmizX','sha256','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','password','ask','getGlobalConfig','env','16lkbvwB','10sbrALu','1033685BKydwO','digest','localhost','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','email','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Email:','create','failure','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','674BhjJKS','28fMyGyG','update','withSpinner','success','login','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','toHex','fsi','post','Preflight\x20Check','cert','toString'];a77c=function(){return B;};return a77c();}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a77z(0x18d)][a77z(0x176)]===a77z(0x172)?a77z(0x192):'www.maka-cli.com';Command[a77z(0x198)]({'name':a77z(0x161),'validOpts':[a77z(0x195),'password',a77z(0x17a),a77z(0x16a),a77z(0x177)],'usage':a77z(0x16d),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a77z(0x162),'examples':[a77z(0x16d),a77z(0x189)]},async function(a,b){const A=a77z,c=Log[A(0x19e)]();try{let d='';b[A(0x16a)]&&(this[A(0x164)][A(0x16b)](b[A(0x16a)])?(d=b[A(0x16a)],Log[A(0x17e)](A(0x169)+d)):Log[A(0x179)](A(0x194)+d));const f=await this[A(0x164)][A(0x18c)]();if(f[A(0x167)]){if(this[A(0x164)][A(0x16b)](f[A(0x167)]))d=f[A(0x167)];else{Log['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log['header']('Logging\x20into\x20https://'+hostname);const g={'url':A(0x17c)+hostname+A(0x180)};b['cacert']&&Object[A(0x173)](g,{'cert':d});c[A(0x16c)](A(0x166));const {statusCode:h}=await HTTPS[A(0x17f)](g);if(h===0x198){c[A(0x199)]();throw A(0x196);}if(h!==0xc8){c[A(0x199)]();throw A(0x17c)+hostname+A(0x19a);}c[A(0x19f)]();const i=b['email']?b['email']:await Actions[A(0x18b)](A(0x197)),j=b['password']?b[A(0x18a)]:await Actions[A(0x18b)](A(0x181),!![]),k=a77e['md'][A(0x188)]['create']();k[A(0x19d)](j);const l=k[A(0x191)]()[A(0x163)](),m={'hostname':hostname,'path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b[A(0x16a)]&&Object[A(0x173)](m,{'cert':d});c[A(0x16c)](A(0x17d));const {data:n,statusCode:o}=await HTTPS[A(0x165)](m);if(o===0x198){c['failure']('\x0a');throw A(0x193)+hostname;}const p=JSON[A(0x16e)](n);if(p[A(0x178)]){const q={'hostname':hostname,'path':A(0x175),'headers':{'x-auth-token':p['authToken']},'data':{}};b[A(0x16a)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0x193)+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x185)](u);}else{c['failure']();throw p;}c[A(0x19f)]();}catch(v){c[A(0x199)](),console[A(0x179)](v),process[A(0x170)](0x0);}});