@maka/maka-cli 4.6.19 → 4.6.20

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 (144) 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 -0
  108. package/bundle/obf/src/generators/kits/kit.js +1 -0
  109. package/bundle/obf/src/generators/kits/mui/_index.js +1 -0
  110. package/bundle/obf/src/generators/kits/mui/layout.mui.gen.js +1 -0
  111. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -0
  112. package/bundle/obf/src/generators/layout.js +1 -1
  113. package/bundle/obf/src/generators/maka.gen.js +1 -1
  114. package/bundle/obf/src/generators/methods.js +1 -1
  115. package/bundle/obf/src/generators/package.js +1 -1
  116. package/bundle/obf/src/generators/page.js +1 -1
  117. package/bundle/obf/src/generators/publish.js +1 -1
  118. package/bundle/obf/src/generators/route.js +1 -1
  119. package/bundle/obf/src/generators/service.js +1 -1
  120. package/bundle/obf/src/generators/services/_index.js +1 -1
  121. package/bundle/obf/src/generators/services/openssl.js +1 -1
  122. package/bundle/obf/src/generators/services/translation.js +1 -1
  123. package/bundle/obf/src/maka.js +1 -1
  124. package/bundle/obf/src/tool.js +1 -1
  125. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  126. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  127. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  129. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  131. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/https/https.class.js +1 -1
  133. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  134. package/bundle/obf/src/tools/log/log.class.js +1 -1
  135. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  136. package/bundle/obf/src/tools/options/options.class.js +1 -1
  137. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  138. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  139. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  140. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  141. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  142. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  143. package/package.json +1 -1
  144. package/bundle/obf/src/generators/kit.js +0 -1
@@ -1 +1 @@
1
- var a55s=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x1db))/0x1+parseInt(f(0x1df))/0x2+-parseInt(f(0x1f6))/0x3+parseInt(f(0x201))/0x4*(parseInt(f(0x1e5))/0x5)+-parseInt(f(0x1f2))/0x6+parseInt(f(0x1d8))/0x7*(parseInt(f(0x207))/0x8)+parseInt(f(0x1fc))/0x9*(-parseInt(f(0x204))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xdf9c4));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x202)]()[h(0x1fa)](h(0x1e2))['toString']()[h(0x1d9)](a55a)[h(0x1fa)](h(0x1e2));});a55a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1d4;var f=c[d];return f;},a55d(a,b);}import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a55d;super({'name':a,'description':b,'size':Size[i(0x1ec)],'category':Category[i(0x1fb)],'shape':Shape[i(0x1d4)],'color':Color[i(0x1f5)],'texture':Texture[i(0x1d7)],'rating':Rating[i(0x205)],'weight':0x1});}['use'](){return this['description'];}}export class Sword extends Item{constructor(a,b){var j=a55d;super({'name':a,'description':b,'size':Size[j(0x1ec)],'category':Category[j(0x1ed)],'shape':Shape[j(0x1f7)],'color':Color[j(0x1eb)],'texture':Texture[j(0x1dc)],'rating':Rating[j(0x205)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var k=a55d;super({'name':a,'description':b,'size':Size[k(0x1e7)],'category':Category[k(0x1ed)],'shape':Shape['Rifle'],'color':Color[k(0x1f1)],'texture':Texture[k(0x1dc)],'rating':Rating[k(0x1fe)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var l=a55d;super({'name':a,'description':b,'size':Size[l(0x1ec)],'category':Category[l(0x1e3)],'shape':Shape[l(0x1f9)],'color':Color['Grey'],'texture':Texture[l(0x1dc)],'rating':Rating[l(0x205)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a55d;super({'name':a,'description':b,'size':Size[m(0x1e7)],'category':Category[m(0x1de)],'shape':Shape[m(0x1d4)],'color':Color[m(0x1eb)],'texture':Texture[m(0x1dc)],'rating':Rating[m(0x205)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a55d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['LegArmor'],'shape':Shape[n(0x1d4)],'color':Color[n(0x1eb)],'texture':Texture[n(0x1dc)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a55d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0x206)],'shape':Shape[o(0x1f9)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[o(0x205)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var p=a55d;super({'name':a,'description':b,'size':Size[p(0x1e0)],'category':Category['Gloves'],'shape':Shape['Circle'],'color':Color[p(0x1f1)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var q=a55d;super({'name':a,'description':b,'size':Size[q(0x1ec)],'category':Category['ArmArmor'],'shape':Shape['Rectangle'],'color':Color[q(0x1eb)],'texture':Texture[q(0x1dc)],'rating':Rating[q(0x205)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var r=a55d;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[r(0x200)],'shape':Shape[r(0x1d4)],'color':Color[r(0x1f5)],'texture':Texture[r(0x1d7)],'rating':Rating[r(0x205)],'weight':0x0});}[a55s(0x1ff)](){var t=a55s;return t(0x1e8);}}export class Weapon extends Item{constructor(a,b){var u=a55s;super({'name':a,'description':b,'size':Size[u(0x1ec)],'category':Category[u(0x1ed)],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[u(0x1dc)],'rating':Rating[u(0x205)],'weight':0x3});}[a55s(0x1ff)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}function a55c(){var B=['search','Unknown','9OEoUce','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Rare','use','Key','172oYacEq','toString','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','20005770uFSTpf','Common','Boots','46328jUvubV','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Rectangle','Cup','apply','Smooth','1988JBrArE','constructor','You\x20hold\x20the\x20','454508zfSwqG','Metallic','Short\x20Sword','BodyArmor','1494408xdDbOk','Small','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','(((.+)+)+)+$','Helmet','Sniper\x20Rifle','162755kVtiCX','Rifle','Large','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','publishDate','Holy\x20Grail','Grey','Medium','Weapon','Gold','author','Legendary','Brown','1575948kOPSaP','Unknown\x20Author','pageCount','Yellow','3200718SJAVpl','Blade','name','Circle'];a55c=function(){return B;};return a55c();}export class Book extends Item{[a55s(0x1ef)];[a55s(0x1e9)];[a55s(0x1f4)];constructor(a,b='A\x20mysterious\x20book.',c=a55s(0x1f3)){var v=a55s;super({'name':a,'description':b,'size':Size[v(0x1ec)],'category':Category['Book'],'shape':Shape[v(0x1d4)],'color':Color[v(0x1f1)],'texture':Texture['Smooth'],'rating':Rating[v(0x205)],'weight':0x1}),this[v(0x1ef)]=c,this[v(0x1e9)]=new Date(),this['pageCount']=0x64;}[a55s(0x1ff)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var w=a55s;super({'name':w(0x1dd),'description':w(0x208),'size':Size[w(0x1ec)],'category':Category[w(0x1ed)],'shape':Shape['Blade'],'color':Color[w(0x1eb)],'texture':Texture[w(0x1dc)],'rating':Rating[w(0x205)],'weight':0x3});}[a55s(0x1ff)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var x=a55s;super({'name':x(0x1e4),'description':x(0x1e1),'size':Size[x(0x1e7)],'category':Category[x(0x1ed)],'shape':Shape[x(0x1e6)],'color':Color[x(0x1f1)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x5});}[a55s(0x1ff)](){var y=a55s;return y(0x1fd);}}export class HolyGrail extends Item{constructor(){var z=a55s;super({'name':z(0x1ea),'description':z(0x203),'size':Size[z(0x1e0)],'category':Category[z(0x1d5)],'shape':Shape[z(0x1f9)],'color':Color[z(0x1ee)],'texture':Texture[z(0x1dc)],'rating':Rating[z(0x1f0)],'weight':0x1});}['use'](){var A=a55s;return A(0x1da)+this[A(0x1f8)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
1
+ var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x167))/0x1+-parseInt(f(0x14d))/0x2*(parseInt(f(0x140))/0x3)+parseInt(f(0x143))/0x4+-parseInt(f(0x155))/0x5+parseInt(f(0x13c))/0x6+-parseInt(f(0x146))/0x7+parseInt(f(0x15d))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x4939b));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0x148)]()[g(0x139)](g(0x165))[g(0x148)]()[g(0x137)](a55a)[g(0x139)](g(0x165));});a55a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a55d;super({'name':a,'description':b,'size':Size[h(0x169)],'category':Category[h(0x14f)],'shape':Shape[h(0x13d)],'color':Color[h(0x15e)],'texture':Texture[h(0x15b)],'rating':Rating[h(0x159)],'weight':0x1});}[a55i(0x156)](){var j=a55i;return this[j(0x144)];}}export class Sword extends Item{constructor(a,b){var k=a55i;super({'name':a,'description':b,'size':Size[k(0x169)],'category':Category[k(0x13a)],'shape':Shape[k(0x150)],'color':Color['Grey'],'texture':Texture[k(0x160)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a55i;super({'name':a,'description':b,'size':Size[l(0x138)],'category':Category[l(0x13a)],'shape':Shape['Rifle'],'color':Color[l(0x14a)],'texture':Texture[l(0x160)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a55i;super({'name':a,'description':b,'size':Size[m(0x169)],'category':Category[m(0x147)],'shape':Shape['Circle'],'color':Color[m(0x13e)],'texture':Texture[m(0x160)],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a55i;super({'name':a,'description':b,'size':Size[n(0x138)],'category':Category[n(0x15f)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[n(0x160)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a55i;super({'name':a,'description':b,'size':Size[o(0x169)],'category':Category[o(0x14e)],'shape':Shape[o(0x13d)],'color':Color[o(0x13e)],'texture':Texture[o(0x160)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a55i;super({'name':a,'description':b,'size':Size[p(0x169)],'category':Category[p(0x158)],'shape':Shape[p(0x168)],'color':Color[p(0x14a)],'texture':Texture[p(0x15b)],'rating':Rating['Common'],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a55i;super({'name':a,'description':b,'size':Size[q(0x16a)],'category':Category[q(0x149)],'shape':Shape['Circle'],'color':Color[q(0x14a)],'texture':Texture[q(0x15b)],'rating':Rating['Common'],'weight':0x1});}}function a55c(){var C=['Weapon','Holy\x20Grail','2448366HUrqHU','Rectangle','Grey','pageCount','6kpPNky','Cup','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','1570956ZwMRaP','description','Book','670964XunQlu','Helmet','toString','Gloves','Brown','Gold','author','396156aDMGha','LegArmor','Unknown','Blade','You\x20hold\x20the\x20','Short\x20Sword','Unknown\x20Author','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','587915AOBHiy','use','ArmArmor','Boots','Common','Sniper\x20Rifle','Smooth','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','497120twprNq','Yellow','BodyArmor','Metallic','Tiny','publishDate','A\x20mysterious\x20book.','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','(((.+)+)+)+$','Legendary','46582SzozyT','Circle','Medium','Small','Key','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Rifle','constructor','Large','search'];a55c=function(){return C;};return a55c();}export class Gauntlets extends Item{constructor(a,b){var r=a55i;super({'name':a,'description':b,'size':Size[r(0x169)],'category':Category[r(0x157)],'shape':Shape[r(0x13d)],'color':Color[r(0x13e)],'texture':Texture[r(0x160)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a55i;super({'name':a,'description':b,'size':Size[s(0x161)],'category':Category[s(0x16b)],'shape':Shape[s(0x13d)],'color':Color[s(0x15e)],'texture':Texture['Smooth'],'rating':Rating[s(0x159)],'weight':0x0});}[a55i(0x156)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var t=a55i;super({'name':a,'description':b,'size':Size[t(0x169)],'category':Category[t(0x13a)],'shape':Shape[t(0x150)],'color':Color[t(0x13e)],'texture':Texture[t(0x160)],'rating':Rating[t(0x159)],'weight':0x3});}[a55i(0x156)](){var u=a55i;return u(0x15c);}}export class Book extends Item{[a55i(0x14c)];[a55i(0x162)];[a55i(0x13f)];constructor(a,b=a55i(0x163),c=a55i(0x153)){var v=a55i;super({'name':a,'description':b,'size':Size[v(0x169)],'category':Category[v(0x145)],'shape':Shape[v(0x13d)],'color':Color[v(0x14a)],'texture':Texture[v(0x15b)],'rating':Rating['Common'],'weight':0x1}),this['author']=c,this['publishDate']=new Date(),this['pageCount']=0x64;}['use'](){var w=a55i;return w(0x164);}}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x135;var f=c[d];return f;},a55d(a,b);}export class ShortSword extends Item{constructor(){var x=a55i;super({'name':x(0x152),'description':x(0x142),'size':Size[x(0x169)],'category':Category[x(0x13a)],'shape':Shape[x(0x150)],'color':Color[x(0x13e)],'texture':Texture[x(0x160)],'rating':Rating[x(0x159)],'weight':0x3});}[a55i(0x156)](){var y=a55i;return y(0x15c);}}export class SniperRifle extends Item{constructor(){var z=a55i;super({'name':z(0x15a),'description':z(0x135),'size':Size[z(0x138)],'category':Category['Weapon'],'shape':Shape[z(0x136)],'color':Color[z(0x14a)],'texture':Texture[z(0x15b)],'rating':Rating[z(0x159)],'weight':0x5});}[a55i(0x156)](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var A=a55i;super({'name':A(0x13b),'description':A(0x154),'size':Size[A(0x16a)],'category':Category[A(0x141)],'shape':Shape[A(0x168)],'color':Color[A(0x14b)],'texture':Texture[A(0x160)],'rating':Rating[A(0x166)],'weight':0x1});}[a55i(0x156)](){var B=a55i;return B(0x151)+this['name']+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
@@ -1 +1 @@
1
- const a57h=a57d;function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0xab;let f=c[d];return f;},a57d(a,b);}(function(a,b){const f=a57d,c=a();while(!![]){try{const d=parseInt(f(0xeb))/0x1*(-parseInt(f(0xe2))/0x2)+-parseInt(f(0x10d))/0x3+-parseInt(f(0xe0))/0x4+parseInt(f(0xab))/0x5*(parseInt(f(0xd4))/0x6)+-parseInt(f(0xc6))/0x7+-parseInt(f(0x117))/0x8*(parseInt(f(0xc3))/0x9)+parseInt(f(0xc1))/0xa*(parseInt(f(0x116))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x2ecb2));function a57c(){const i=['holyGrail','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','document','Entrance\x20Hall','Downtown\x20Seattle','key','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20chalice\x20made\x20of\x20pure\x20gold.','Jackpoint\x20Login','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20small\x20surveillance\x20drone.','425rhViTk','Mage\x27s\x20Lair','decrypt','SOUTH','gem','Guard\x27s\x20Log\x20Book','Ancient\x20Gem','creditstick','Matrix\x20Data\x20Haven','Empty\x20vial','Nothing\x20happens.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','The\x20legendary\x20Holy\x20Grail.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Library','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','The\x20data\x20remains\x20encrypted.','outside','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Emblem\x20Shield','4882090KdOCun','book','558BmGfny','south','Alchemy\x20Lab','1769733FQQGLl','Armory','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','Encrypted\x20Data\x20Key','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Secret\x20Passage','An\x20old\x20and\x20rusted\x20sword.','constructor','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Sniper\x20Rifle','Torture\x20Chamber','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','(((.+)+)+)+$','3756ecMElm','MCT\x20Fly-Spy','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Central\x20Chamber','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Rigger\x27s\x20Workshop','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','basic','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','amulet','1379472qZlQpH','rifle','102682ilfPVG','west','A\x20clear\x20glass\x20vial.','NORTH','disenchant','Treasure\x20Room','Golden\x20Key','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','7pkuJjZ','A\x20key\x20stained\x20with\x20old\x20blood.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Watch\x20Tower','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20chest\x20remains\x20firmly\x20shut.','Central\x20Chamber\x20Key','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Amulet\x20of\x20Awakening','insert\x20gem','Corp\x20Enclave','Barrens\x20Entrance','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','shield','show\x20loyalty','Study','A\x20long-range\x20weapon.','Riddle\x20Book','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','toString','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Chad\x20the\x20stupid\x20guard','east','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','search','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','OUTSIDE','A\x20thin\x20log\x20book','weapon','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','That\x20passcode\x20is\x20incorrect','100287COsOka','Barrens\x20Hideout','Holy\x20Grail','down','Rusted\x20Sword','Blood-stained\x20Key','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','33usgPUp','43312lkpObO','north','inside'];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(0x106)](g(0xd3))[g(0xff)]()[g(0xce)](a57a)[g(0x106)](g(0xd3));});a57a();export const rooms=[{'name':a57h(0xba),'description':a57h(0x105),'isStartRoom':!![],'items':[{'type':a57h(0x11f),'name':a57h(0xe8),'description':a57h(0x10b)},{'type':a57h(0xc2),'name':a57h(0xb0),'description':a57h(0x109),'content':a57h(0x101)}],'exits':[{'direction':'EAST','targetRoom':'Secret\x20Passage'}]},{'name':a57h(0xcc),'description':a57h(0xd2),'exits':[{'direction':a57h(0xe5),'targetRoom':'Treasure\x20Room','keyRequired':a57h(0xe8)},{'direction':a57h(0xae),'targetRoom':'Courtyard'}]},{'name':'Treasure\x20Room','description':a57h(0x113),'items':[{'type':a57h(0x11a),'name':a57h(0x10f),'description':a57h(0xb7)}]},{'name':'Courtyard','description':a57h(0xd7),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a57h(0xee)}]},{'name':'Watch\x20Tower','description':a57h(0x114),'roomType':a57h(0x108),'puzzle':{'requiredPhrase':'secret123','riddle':a57h(0xf7),'rewardItem':{'type':a57h(0xe1),'name':a57h(0xd0),'description':a57h(0xfc)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':a57h(0x10c)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a57h(0x120),'isStartRoom':!![],'roomType':a57h(0x119),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':'key','name':a57h(0xf1),'description':a57h(0x104)},'successMessage':a57h(0xda),'failureMessage':a57h(0xb5)},'exits':[{'direction':'north','targetRoom':a57h(0xfb)},{'direction':a57h(0x102),'targetRoom':a57h(0xd8),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':'Study','description':a57h(0xde),'roomType':a57h(0x119),'items':[{'type':a57h(0xc2),'name':a57h(0xfd),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a57h(0xb6)},{'type':'key','name':'Central\x20Chamber\x20Key','description':a57h(0x104)}],'exits':[{'direction':'south','targetRoom':a57h(0x11d)},{'direction':a57h(0x102),'targetRoom':'Alchemy\x20Lab'}]},{'name':a57h(0xc5),'description':a57h(0x125),'roomType':a57h(0x119),'items':[{'type':a57h(0xdd),'name':a57h(0xb4),'description':a57h(0xe4)}],'exits':[{'direction':a57h(0xe3),'targetRoom':a57h(0xfb)},{'direction':a57h(0x118),'targetRoom':'Armory'}]},{'name':a57h(0xc7),'description':a57h(0xef),'roomType':a57h(0x119),'items':[{'type':a57h(0xf9),'name':a57h(0xc0),'description':a57h(0xe9)},{'type':'sword','name':a57h(0x111),'description':a57h(0xcd)}],'exits':[{'direction':a57h(0xc4),'targetRoom':'Alchemy\x20Lab'},{'direction':'east','targetRoom':a57h(0xd8)}]},{'name':'Central\x20Chamber','description':a57h(0xb8),'roomType':a57h(0x119),'exits':[{'direction':'west','targetRoom':a57h(0xc7)},{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a57h(0x118),'targetRoom':'Torture\x20Chamber'},{'direction':a57h(0x102),'targetRoom':a57h(0xe7)}]},{'name':a57h(0xd1),'description':a57h(0xf2),'roomType':a57h(0x119),'items':[{'type':a57h(0x11f),'name':a57h(0x112),'description':a57h(0xec)}],'puzzle':{'requiredPhrase':'release','riddle':a57h(0x115),'rewardItem':{'type':a57h(0xaf),'name':a57h(0xb1),'description':a57h(0xf8)},'successMessage':a57h(0xcb),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a57h(0xc4),'targetRoom':'Central\x20Chamber'}]},{'name':a57h(0xe7),'description':a57h(0x124),'roomType':'inside','puzzle':{'requiredPhrase':a57h(0xf4),'riddle':a57h(0xcf),'rewardItem':{'type':'cup','name':'Golden\x20Chalice','description':a57h(0x121)},'successMessage':a57h(0xbb),'failureMessage':a57h(0xf0)},'exits':[{'direction':a57h(0xe3),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a57h(0x119),'exits':[{'direction':a57h(0x118),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a57h(0xb3),'description':a57h(0xb9),'roomType':'inside','puzzle':{'requiredPhrase':a57h(0xad),'riddle':a57h(0xdc),'rewardItem':{'type':'key','name':a57h(0xc9),'description':a57h(0x11b)},'successMessage':a57h(0xd9),'failureMessage':a57h(0xbd)},'exits':[{'direction':a57h(0x110),'targetRoom':a57h(0x122)}]},{'name':a57h(0x11e),'description':a57h(0x107),'roomType':a57h(0xbe),'exits':[{'direction':'south','targetRoom':a57h(0x122)},{'direction':a57h(0x102),'targetRoom':a57h(0xf6)},{'direction':a57h(0xe3),'targetRoom':a57h(0xf5)}]},{'name':a57h(0xf6),'description':a57h(0xbf),'roomType':'outside','puzzle':{'requiredPhrase':a57h(0xfa),'riddle':a57h(0xc8),'rewardItem':{'type':a57h(0x11f),'name':'Gang\x20Insignia','description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a57h(0x123),'failureMessage':a57h(0xca)},'exits':[{'direction':a57h(0xe3),'targetRoom':a57h(0x11e)},{'direction':a57h(0x118),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Corp\x20Enclave','description':a57h(0x127),'roomType':a57h(0x119),'items':[{'type':a57h(0xb2),'name':'Corporate\x20Creditstick','description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a57h(0x11c),'name':'CorpSec\x20Plans','description':a57h(0xfe)}],'exits':[{'direction':'east','targetRoom':a57h(0x11e)}]},{'name':a57h(0x10e),'description':a57h(0x126),'roomType':a57h(0xbe),'items':[{'type':a57h(0x10a),'name':'Ares\x20Predator','description':a57h(0xd6)}],'exits':[{'direction':a57h(0xc4),'targetRoom':a57h(0xf6)},{'direction':a57h(0x118),'targetRoom':a57h(0xac)},{'direction':a57h(0x102),'targetRoom':a57h(0xdb)}]},{'name':'Mage\x27s\x20Lair','description':a57h(0xbc),'roomType':a57h(0x119),'puzzle':{'requiredPhrase':a57h(0xe6),'riddle':a57h(0x100),'rewardItem':{'type':a57h(0xdf),'name':a57h(0xf3),'description':a57h(0xea)},'successMessage':a57h(0x103),'failureMessage':'The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.'},'exits':[{'direction':'south','targetRoom':a57h(0x10e)}]},{'name':a57h(0xdb),'description':a57h(0xed),'roomType':'inside','items':[{'type':'drone','name':a57h(0xd5),'description':a57h(0x128)}],'exits':[{'direction':a57h(0xe3),'targetRoom':a57h(0x10e)}]}];
1
+ function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x10f;let f=c[d];return f;},a57d(a,b);}const a57i=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=parseInt(f(0x124))/0x1*(parseInt(f(0x161))/0x2)+-parseInt(f(0x157))/0x3+parseInt(f(0x113))/0x4*(parseInt(f(0x170))/0x5)+-parseInt(f(0x154))/0x6+-parseInt(f(0x16e))/0x7+parseInt(f(0x153))/0x8+-parseInt(f(0x160))/0x9*(parseInt(f(0x12b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x76422));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0x183)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0x15e)]()[h(0x181)](h(0x13e))[h(0x15e)]()[h(0x177)](a57a)[h(0x181)](h(0x13e));});a57a();function a57c(){const j=['cup','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','drone','A\x20small\x20surveillance\x20drone.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Watch\x20Tower','Empty\x20vial','NORTH','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','(((.+)+)+)+$','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','document','Central\x20Chamber\x20Key','disenchant','Secret\x20Passage','Ancient\x20Gem','Nothing\x20happens.','Sniper\x20Rifle','SOUTH','Treasure\x20Room','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','MCT\x20Fly-Spy','secret123','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','down','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','EAST','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','north','5366400jYzwnN','1146234URllzC','Emblem\x20Shield','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','172830RbfCmy','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Mage\x27s\x20Lair','release','Gang\x20Insignia','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','toString','gem','279ZVEirb','4402XfOxWf','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','book','The\x20data\x20remains\x20encrypted.','The\x20chest\x20remains\x20firmly\x20shut.','Library','insert\x20gem','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Rigger\x27s\x20Workshop','sword','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','weapon','2037203UwkWiS','Jackpoint\x20Login','110xyGTLg','Entrance\x20Hall','OUTSIDE','west','Barrens\x20Hideout','Guard\x27s\x20Log\x20Book','Barrens\x20Entrance','constructor','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','The\x20legendary\x20Holy\x20Grail.','east','open\x20sesame','Alchemy\x20Lab','Chad\x20the\x20stupid\x20guard','Courtyard','creditstick','search','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','apply','Central\x20Chamber','outside','holyGrail','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','key','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','Golden\x20Key','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','146656NFaXEk','Corp\x20Enclave','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','rifle','Armory','Downtown\x20Seattle','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','amulet','south','Rusted\x20Sword','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Study','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','A\x20key\x20stained\x20with\x20old\x20blood.','shield','31SUfjom','Holy\x20Grail','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20clear\x20glass\x20vial.','Riddle\x20Book','Torture\x20Chamber','168250KcyyTn','Encrypted\x20Data\x20Key','inside','CorpSec\x20Plans','A\x20chalice\x20made\x20of\x20pure\x20gold.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Golden\x20Chalice','A\x20long-range\x20weapon.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.'];a57c=function(){return j;};return a57c();}export const rooms=[{'name':a57i(0x166),'description':a57i(0x115),'isStartRoom':!![],'items':[{'type':a57i(0x10f),'name':'Golden\x20Key','description':a57i(0x14c)},{'type':a57i(0x163),'name':a57i(0x175),'description':'A\x20thin\x20log\x20book','content':a57i(0x17e)}],'exits':[{'direction':a57i(0x150),'targetRoom':a57i(0x143)}]},{'name':a57i(0x143),'description':a57i(0x11e),'exits':[{'direction':a57i(0x13c),'targetRoom':a57i(0x148),'keyRequired':a57i(0x111)},{'direction':a57i(0x147),'targetRoom':a57i(0x17f)}]},{'name':a57i(0x148),'description':a57i(0x151),'items':[{'type':a57i(0x186),'name':a57i(0x125),'description':a57i(0x17a)}]},{'name':'Courtyard','description':a57i(0x127),'roomType':a57i(0x172),'exits':[{'direction':'UP','targetRoom':a57i(0x13a)}]},{'name':a57i(0x13a),'description':a57i(0x149),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a57i(0x14b),'riddle':a57i(0x182),'rewardItem':{'type':a57i(0x116),'name':a57i(0x146),'description':a57i(0x132)},'successMessage':a57i(0x16c),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a57i(0x171),'description':a57i(0x119),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a57i(0x17c),'riddle':a57i(0x121),'rewardItem':{'type':'key','name':a57i(0x141),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a57i(0x145)},'exits':[{'direction':a57i(0x152),'targetRoom':a57i(0x11f)},{'direction':a57i(0x17b),'targetRoom':'Central\x20Chamber','keyRequired':a57i(0x141)}]},{'name':a57i(0x11f),'description':a57i(0x179),'roomType':a57i(0x12d),'items':[{'type':a57i(0x163),'name':a57i(0x129),'description':a57i(0x134),'content':a57i(0x112)},{'type':a57i(0x10f),'name':a57i(0x141),'description':a57i(0x14f)}],'exits':[{'direction':a57i(0x11c),'targetRoom':'Entrance\x20Hall'},{'direction':'east','targetRoom':a57i(0x17d)}]},{'name':a57i(0x17d),'description':a57i(0x187),'roomType':a57i(0x12d),'items':[{'type':'basic','name':a57i(0x13b),'description':a57i(0x128)}],'exits':[{'direction':a57i(0x173),'targetRoom':a57i(0x11f)},{'direction':'north','targetRoom':a57i(0x117)}]},{'name':a57i(0x117),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a57i(0x12d),'items':[{'type':a57i(0x123),'name':a57i(0x155),'description':a57i(0x11a)},{'type':a57i(0x16b),'name':a57i(0x11d),'description':'An\x20old\x20and\x20rusted\x20sword.'}],'exits':[{'direction':a57i(0x11c),'targetRoom':a57i(0x17d)},{'direction':a57i(0x17b),'targetRoom':a57i(0x184)}]},{'name':'Central\x20Chamber','description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a57i(0x12d),'exits':[{'direction':a57i(0x173),'targetRoom':a57i(0x117)},{'direction':a57i(0x11c),'targetRoom':a57i(0x171)},{'direction':a57i(0x152),'targetRoom':a57i(0x12a)},{'direction':a57i(0x17b),'targetRoom':a57i(0x148)}]},{'name':a57i(0x12a),'description':a57i(0x162),'roomType':a57i(0x12d),'items':[{'type':a57i(0x10f),'name':'Blood-stained\x20Key','description':a57i(0x122)}],'puzzle':{'requiredPhrase':a57i(0x15a),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a57i(0x15f),'name':a57i(0x144),'description':a57i(0x158)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a57i(0x11c),'targetRoom':a57i(0x184)}]},{'name':'Treasure\x20Room','description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a57i(0x12d),'puzzle':{'requiredPhrase':a57i(0x167),'riddle':a57i(0x14d),'rewardItem':{'type':a57i(0x135),'name':a57i(0x131),'description':a57i(0x12f)},'successMessage':a57i(0x133),'failureMessage':a57i(0x165)},'exits':[{'direction':a57i(0x173),'targetRoom':a57i(0x184)}]}];export const shadowrunConfig=[{'name':a57i(0x16f),'description':a57i(0x126),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a57i(0x152),'targetRoom':a57i(0x118)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':'Matrix\x20Data\x20Haven','description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':a57i(0x139),'rewardItem':{'type':a57i(0x10f),'name':a57i(0x12c),'description':a57i(0x178)},'successMessage':a57i(0x15d),'failureMessage':a57i(0x164)},'exits':[{'direction':a57i(0x14e),'targetRoom':a57i(0x16f)}]},{'name':a57i(0x118),'description':a57i(0x15c),'roomType':a57i(0x185),'exits':[{'direction':a57i(0x11c),'targetRoom':a57i(0x16f)},{'direction':a57i(0x17b),'targetRoom':a57i(0x176)},{'direction':a57i(0x173),'targetRoom':a57i(0x114)}]},{'name':a57i(0x176),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':'outside','puzzle':{'requiredPhrase':'show\x20loyalty','riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a57i(0x10f),'name':a57i(0x15b),'description':'A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.'},'successMessage':a57i(0x13f),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a57i(0x173),'targetRoom':a57i(0x118)},{'direction':a57i(0x152),'targetRoom':a57i(0x174)}]},{'name':a57i(0x114),'description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a57i(0x12d),'items':[{'type':a57i(0x180),'name':'Corporate\x20Creditstick','description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a57i(0x140),'name':a57i(0x12e),'description':a57i(0x136)}],'exits':[{'direction':'east','targetRoom':a57i(0x118)}]},{'name':a57i(0x174),'description':a57i(0x130),'roomType':a57i(0x185),'items':[{'type':a57i(0x16d),'name':'Ares\x20Predator','description':a57i(0x169)}],'exits':[{'direction':a57i(0x11c),'targetRoom':'Barrens\x20Entrance'},{'direction':a57i(0x152),'targetRoom':'Mage\x27s\x20Lair'},{'direction':a57i(0x17b),'targetRoom':a57i(0x16a)}]},{'name':a57i(0x159),'description':a57i(0x110),'roomType':a57i(0x12d),'puzzle':{'requiredPhrase':a57i(0x142),'riddle':a57i(0x13d),'rewardItem':{'type':a57i(0x11b),'name':'Amulet\x20of\x20Awakening','description':a57i(0x120)},'successMessage':a57i(0x156),'failureMessage':a57i(0x168)},'exits':[{'direction':'south','targetRoom':a57i(0x174)}]},{'name':a57i(0x16a),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':'inside','items':[{'type':a57i(0x137),'name':a57i(0x14a),'description':a57i(0x138)}],'exits':[{'direction':a57i(0x173),'targetRoom':a57i(0x174)}]}];
@@ -1 +1 @@
1
- var a58i=a58d;function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x19f;var f=c[d];return f;},a58d(a,b);}function a58c(){var j=['texture','logger','unlockItemOrSolution','characterLocations','name','isLockable','2585616YTwHsd','8862741wzFWxp','puzzle','toString','38187EHaUFv','player','8PmklPg','solved','1393395YSrRSu','description','12498HtNJYP','category','_maxCarryingWeight','isStartRoom','1164494PVkaBK','roomType','weight','color','roomB','items','859287nrXSsv','_logger','search','isLocked','uuid','1673LYNiyv','rooms','10XSThRq','roomA','rating','apply','(((.+)+)+)+$','_currentLocation','constructor'];a58c=function(){return j;};return a58c();}(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1ab))/0x1+-parseInt(f(0x1b5))/0x2+-parseInt(f(0x1bb))/0x3*(parseInt(f(0x1ad))/0x4)+parseInt(f(0x1af))/0x5+-parseInt(f(0x1b1))/0x6*(-parseInt(f(0x1c0))/0x7)+-parseInt(f(0x1a7))/0x8+parseInt(f(0x1a8))/0x9*(parseInt(f(0x1c2))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x4e679));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1aa)]()[h(0x1bd)](h(0x1c6))[h(0x1aa)]()[h(0x1a0)](a58a)[h(0x1bd)]('(((.+)+)+)+$');});a58a();import{EventEmitter}from'events';export class AbstractScene{[a58i(0x1c1)];[a58i(0x1ac)];['logger'];[a58i(0x1a4)];}export class AbstractRoom extends EventEmitter{[a58i(0x1a5)];[a58i(0x1b0)];['exits'];['inventory'];[a58i(0x1a9)];[a58i(0x1b6)];[a58i(0x1b4)];}export class AbstractDoor{[a58i(0x1c3)];[a58i(0x1b9)];[a58i(0x1be)];[a58i(0x1a3)];[a58i(0x1a5)];[a58i(0x1a2)];[a58i(0x1a6)];}export class AbstractInventory{[a58i(0x1ba)];[a58i(0x1a2)];}export class AbstractItem{[a58i(0x1bf)];[a58i(0x1a5)];[a58i(0x1b0)];['size'];[a58i(0x1b2)];['shape'];[a58i(0x1b8)];[a58i(0x1a1)];[a58i(0x1c4)];[a58i(0x1b7)];}export class AbstractPlayer{['_playerName'];[a58i(0x19f)];['_inventory'];['_equipment'];[a58i(0x1b3)];[a58i(0x1bc)];}export class AbstractPuzzle{[a58i(0x1a2)];[a58i(0x1ae)];}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x11e))/0x1+parseInt(f(0x106))/0x2+parseInt(f(0x109))/0x3+parseInt(f(0x112))/0x4*(-parseInt(f(0x10a))/0x5)+parseInt(f(0x102))/0x6*(parseInt(f(0x11f))/0x7)+parseInt(f(0x10c))/0x8*(parseInt(f(0x116))/0x9)+-parseInt(f(0xfe))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x7fbcc));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0xfc)]('(((.+)+)+)+$')['toString']()[h(0x113)](a58a)[h(0xfc)](h(0x11b));});a58a();import{EventEmitter}from'events';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xf9;var f=c[d];return f;},a58d(a,b);}export class AbstractScene{[a58i(0xfb)];[a58i(0xff)];[a58i(0x11c)];[a58i(0x119)];}export class AbstractRoom extends EventEmitter{[a58i(0x115)];[a58i(0x117)];[a58i(0x101)];['inventory'];[a58i(0x11a)];['roomType'];[a58i(0x114)];}export class AbstractDoor{[a58i(0x10b)];['roomB'];[a58i(0x10d)];[a58i(0xf9)];[a58i(0x115)];['logger'];[a58i(0x10e)];}function a58c(){var j=['719556ncqHdU','shape','_logger','2577651MOtpXw','260040ugTQxj','roomA','7368iuUuqa','isLocked','isLockable','_playerName','_equipment','solved','4oOiNEl','constructor','isStartRoom','name','4923kNeLbF','description','size','characterLocations','puzzle','(((.+)+)+)+$','logger','rating','846169HfLMTD','987CLXfnA','apply','unlockItemOrSolution','_maxCarryingWeight','rooms','search','uuid','24447900HgQwrx','player','_inventory','exits','19194ykONuT','items','weight','_currentLocation'];a58c=function(){return j;};return a58c();}export class AbstractInventory{[a58i(0x103)];[a58i(0x11c)];}export class AbstractItem{[a58i(0xfd)];[a58i(0x115)];[a58i(0x117)];[a58i(0x118)];['category'];[a58i(0x107)];['color'];['texture'];[a58i(0x11d)];[a58i(0x104)];}export class AbstractPlayer{[a58i(0x10f)];[a58i(0x105)];[a58i(0x100)];[a58i(0x110)];[a58i(0xfa)];[a58i(0x108)];}export class AbstractPuzzle{[a58i(0x11c)];[a58i(0x111)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a59d,c=a();while(!![]){try{var d=-parseInt(k(0x21b))/0x1*(parseInt(k(0x219))/0x2)+-parseInt(k(0x1e5))/0x3+-parseInt(k(0x1f5))/0x4+-parseInt(k(0x1dd))/0x5*(-parseInt(k(0x20a))/0x6)+-parseInt(k(0x1cc))/0x7+-parseInt(k(0x1ef))/0x8+-parseInt(k(0x1d5))/0x9*(-parseInt(k(0x1c7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x1cac8));export var Size;(function(a){var l=a59d;a[l(0x1d0)]=l(0x210),a['Small']='small',a[l(0x1e8)]=l(0x214),a[l(0x1e1)]=l(0x20b),a[l(0x1ce)]=l(0x1ff);}(Size||(Size={})));function a59c(){var v=['FOREST','purple','Rifle','unknown','102CqrgqR','large','DOWN','toString','TOWER','red','tiny','grey','Fuzzy','orange','medium','body\x20armor','metallic','desert','Rough','2uvLWDE','helmet','110727LZaPJS','Red','mountain','Common','NORTH','gloves','EAST','Helmet','UNDERGROUND','book','841910VeJUio','MOUNTAIN','Gloves','Cup','west','1250907BygCnQ','Metallic','VeryLarge','green','Tiny','tower','outside','square','circle','63RgoRTd','Smooth','constructor','blue','common','beach','SEA','sea','28430boMWGH','inside','Rectangle','smooth','Large','search','LegArmor','Rare','289122yacGhE','WEST','Brown','Medium','rough','rare','blade','fuzzy','CAVE','Grey','1343928gAgxFW','apply','Hat','underground','Bumpy','north','59032rlAVbN','east','down','Grainy','Shield','Boots','BEACH','INSIDE','hat','leg\x20armor','very\x20large','weapon','Triangle','arm\x20armor','gold','(((.+)+)+)+$','yellow'];a59c=function(){return v;};return a59c();}export var Rating;(function(a){var m=a59d;a[m(0x21e)]=m(0x1d9),a[m(0x1e4)]=m(0x1ea),a['Legendary']='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a59d;a['Weapon']=n(0x200),a[n(0x1f9)]='shield',a['Key']='key',a[n(0x1c9)]=n(0x220),a[n(0x1c4)]=n(0x21a),a[n(0x1f1)]=n(0x1fd),a[n(0x1fa)]='boots',a[n(0x1e3)]=n(0x1fe),a['ArmArmor']=n(0x202),a['BodyArmor']=n(0x215),a['Book']=n(0x1c6),a[n(0x1ca)]='cup',a['Unknown']=n(0x209);}(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(0x1f0)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a59d;return e[p(0x20d)]()['search']('(((.+)+)+)+$')[p(0x20d)]()[p(0x1d7)](e)[p(0x1e2)](p(0x204));});e(),c['Circle']=q(0x1d4),c['Square']=q(0x1d3),c[q(0x201)]='triangle',c[q(0x1df)]='rectangle',c['Blade']=q(0x1eb),c[q(0x208)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var r=a59d;a[r(0x21c)]=r(0x20f),a['Blue']=r(0x1d8),a['Green']=r(0x1cf),a['Yellow']=r(0x205),a['Orange']=r(0x213),a['Purple']=r(0x207),a[r(0x1ee)]=r(0x211),a[r(0x1e7)]='brown',a['Gold']=r(0x203);}(Color||(Color={})));export var Texture;function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x1c3;var f=c[d];return f;},a59d(a,b);}(function(a){var s=a59d;a[s(0x1d6)]=s(0x1e0),a[s(0x218)]=s(0x1e9),a[s(0x1f3)]='bumpy',a[s(0x212)]=s(0x1ec),a[s(0x1f8)]='grainy',a[s(0x1cd)]=s(0x216);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a59d;a[t(0x1fc)]=t(0x1de),a['OUTSIDE']=t(0x1d2),a[t(0x1c5)]=t(0x1f2),a[t(0x1ed)]='cave',a[t(0x20e)]=t(0x1d1),a[t(0x206)]='forest',a['DESERT']=t(0x217),a[t(0x1c8)]=t(0x21d),a[t(0x1fb)]=t(0x1da),a[t(0x1db)]=t(0x1dc);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a59d;a[u(0x21f)]=u(0x1f4),a[u(0x1c3)]=u(0x1f6),a['SOUTH']='south',a[u(0x1e6)]=u(0x1cb),a['UP']='up',a[u(0x20c)]=u(0x1f7);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a59d,c=a();while(!![]){try{var d=parseInt(k(0x20d))/0x1+parseInt(k(0x1d7))/0x2*(parseInt(k(0x1f4))/0x3)+-parseInt(k(0x1ed))/0x4+parseInt(k(0x20f))/0x5+-parseInt(k(0x220))/0x6*(parseInt(k(0x229))/0x7)+parseInt(k(0x1ef))/0x8+parseInt(k(0x211))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x3ca5b));export var Size;(function(c){var n=a59d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a59d;if(h){var j=h[l(0x238)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a59d;return e[m(0x20c)]()[m(0x231)]('(((.+)+)+)+$')['toString']()[m(0x1e4)](e)['search'](m(0x1f0));});e(),c[n(0x1e6)]=n(0x1e8),c['Small']=n(0x1e9),c[n(0x227)]='medium',c[n(0x1f3)]=n(0x20b),c[n(0x1f1)]=n(0x1e0);}(Size||(Size={})));export var Rating;(function(a){var o=a59d;a[o(0x223)]='common',a[o(0x213)]=o(0x21f),a['Legendary']=o(0x216);}(Rating||(Rating={})));export var Category;function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x1d7;var f=c[d];return f;},a59d(a,b);}function a59c(){var v=['Blue','blue','key','BodyArmor','outside','Orange','apply','grey','Cup','2BfxErF','inside','beach','OUTSIDE','book','orange','Gold','UNDERGROUND','Rough','very\x20large','TOWER','LegArmor','shield','constructor','blade','Tiny','square','tiny','small','helmet','forest','WEST','1307508wdBXbP','cup','3506712JWvjnK','(((.+)+)+)+$','VeryLarge','EAST','Large','522327sDcIzR','Blade','Boots','north','smooth','Helmet','INSIDE','body\x20armor','Fuzzy','red','DESERT','Shield','Book','BEACH','boots','Rectangle','rectangle','mountain','MOUNTAIN','Smooth','green','west','leg\x20armor','large','toString','154835vekBIp','rough','1077285RaeYQl','Unknown','515007gudnre','cave','Rare','sea','ArmArmor','legendary','Rifle','desert','Hat','Gloves','Red','Square','Yellow','Green','rare','150XdbGed','unknown','fuzzy','Common','gloves','circle','metallic','Medium','rifle','130109iVCvyC','east','Purple','Grey','tower','Bumpy','weapon','brown','search'];a59c=function(){return v;};return a59c();}(function(a){var p=a59d;a['Weapon']=p(0x22f),a[p(0x1ff)]=p(0x1e3),a['Key']=p(0x234),a[p(0x21a)]=p(0x224),a[p(0x1f9)]=p(0x1ea),a[p(0x219)]='hat',a[p(0x1f6)]=p(0x202),a[p(0x1e2)]=p(0x20a),a[p(0x215)]='arm\x20armor',a[p(0x235)]=p(0x1fb),a[p(0x200)]=p(0x1db),a[p(0x23a)]=p(0x1ee),a[p(0x210)]=p(0x221);}(Category||(Category={})));export var Shape;(function(a){var q=a59d;a['Circle']=q(0x225),a[q(0x21c)]=q(0x1e7),a['Triangle']='triangle',a[q(0x203)]=q(0x204),a[q(0x1f5)]=q(0x1e5),a[q(0x217)]=q(0x228);}(Shape||(Shape={})));export var Color;(function(a){var r=a59d;a[r(0x21b)]=r(0x1fd),a[r(0x232)]=r(0x233),a[r(0x21e)]=r(0x208),a[r(0x21d)]='yellow',a[r(0x237)]=r(0x1dc),a[r(0x22b)]='purple',a[r(0x22c)]=r(0x239),a['Brown']=r(0x230),a[r(0x1dd)]='gold';}(Color||(Color={})));export var Texture;(function(a){var s=a59d;a[s(0x207)]=s(0x1f8),a[s(0x1df)]=s(0x20e),a[s(0x22e)]='bumpy',a[s(0x1fc)]=s(0x222),a['Grainy']='grainy',a['Metallic']=s(0x226);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a59d;a[t(0x1fa)]=t(0x1d8),a[t(0x1da)]=t(0x236),a[t(0x1de)]='underground',a['CAVE']=t(0x212),a[t(0x1e1)]=t(0x22d),a['FOREST']=t(0x1eb),a[t(0x1fe)]=t(0x218),a[t(0x206)]=t(0x205),a[t(0x201)]=t(0x1d9),a['SEA']=t(0x214);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a59d;a['NORTH']=u(0x1f7),a[u(0x1f2)]=u(0x22a),a['SOUTH']='south',a[u(0x1ec)]=u(0x209),a['UP']='up',a['DOWN']='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0x1dc))/0x1+-parseInt(f(0x1e6))/0x2+-parseInt(f(0x1e9))/0x3*(parseInt(f(0x1e4))/0x4)+parseInt(f(0x1e7))/0x5*(parseInt(f(0x1e2))/0x6)+-parseInt(f(0x1e1))/0x7*(parseInt(f(0x1e5))/0x8)+parseInt(f(0x1e8))/0x9+parseInt(f(0x1de))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xbf418));var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0x1e0)]()[h(0x1df)](h(0x1e3))[h(0x1e0)]()['constructor'](a60a)[h(0x1df)](h(0x1e3));});function a60c(){var i=['search','toString','3249267HHvFeF','202980BUletk','(((.+)+)+)+$','4793104CQzXZE','8rXBMdb','754332UFQGOu','225KevIEv','1798947OlQnkO','3soSEWz','1109087rvfaOF','apply','22098610trkNXP'];a60c=function(){return i;};return a60c();}a60a();function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0x1dc;var f=c[d];return f;},a60d(a,b);}export{};
1
+ (function(a,b){var f=a60d,c=a();while(!![]){try{var d=parseInt(f(0xe0))/0x1*(-parseInt(f(0xe5))/0x2)+-parseInt(f(0xe1))/0x3+-parseInt(f(0xde))/0x4*(parseInt(f(0xe6))/0x5)+-parseInt(f(0xdd))/0x6*(parseInt(f(0xe8))/0x7)+-parseInt(f(0xdc))/0x8+parseInt(f(0xdb))/0x9+parseInt(f(0xe2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x4584e));var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0xda)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0xe4)]()['search'](h(0xdf))['toString']()[h(0xe3)](a60a)[h(0xe7)](h(0xdf));});function a60c(){var i=['25459UKipGv','apply','1729485lBmtHC','3254440KwpCIg','582JLhPcP','88UdUlIk','(((.+)+)+)+$','3sFsYCr','244971SCoLNL','13630930iCvcJM','constructor','toString','77450RgTMCD','71155jyqSjv','search'];a60c=function(){return i;};return a60c();}function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0xda;var f=c[d];return f;},a60d(a,b);}a60a();export{};
@@ -1 +1 @@
1
- function a61c(){var i=['11770pSseYb','979568VHZZAb','582mjmCEe','1296100pKHUPI','26103BHwzmA','69816cgEoBW','4580fsktew','apply','search','1926909Nlgsmz','62119IfdPmF','(((.+)+)+)+$','constructor','toString','2HSXFxf','20aMqCMb'];a61c=function(){return i;};return a61c();}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xe0))/0x1*(parseInt(f(0xe4))/0x2)+parseInt(f(0xeb))/0x3*(-parseInt(f(0xe5))/0x4)+parseInt(f(0xe9))/0x5+parseInt(f(0xe8))/0x6*(-parseInt(f(0xea))/0x7)+-parseInt(f(0xe7))/0x8+parseInt(f(0xdf))/0x9+parseInt(f(0xdc))/0xa*(parseInt(f(0xe6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x496c7));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xdc;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0xde)](h(0xe1))[h(0xe3)]()[h(0xe2)](a61a)[h(0xde)](h(0xe1));});a61a();export{};
1
+ function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x93;var f=c[d];return f;},a61d(a,b);}function a61c(){var h=['constructor','370IuFoau','7UdDGJn','2549304jwBOQk','toString','42nccJne','771331KCfmAe','19463SOSaHQ','(((.+)+)+)+$','search','73176pbSwrK','72nOLExy','488RMQqiq','370269vnuAPj','3838110pvnmLl'];a61c=function(){return h;};return a61c();}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xa0))/0x1*(parseInt(f(0x9e))/0x2)+-parseInt(f(0x97))/0x3+-parseInt(f(0x96))/0x4*(-parseInt(f(0x9a))/0x5)+-parseInt(f(0x9c))/0x6*(parseInt(f(0x9b))/0x7)+-parseInt(f(0x94))/0x8*(parseInt(f(0x95))/0x9)+parseInt(f(0x98))/0xa+parseInt(f(0x9f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x3d158));var a61b=(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;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x9d)]()['search'](g(0xa1))[g(0x9d)]()[g(0x99)](a61a)[g(0x93)](g(0xa1));});a61a();export{};
@@ -1 +1 @@
1
- const a62G=a62d;(function(a,b){const y=a62d,c=a();while(!![]){try{const d=-parseInt(y(0x208))/0x1*(parseInt(y(0x1d4))/0x2)+-parseInt(y(0x1cd))/0x3*(-parseInt(y(0x1fd))/0x4)+parseInt(y(0x1da))/0x5+parseInt(y(0x1f9))/0x6*(parseInt(y(0x1bf))/0x7)+parseInt(y(0x1ba))/0x8*(-parseInt(y(0x1b0))/0x9)+parseInt(y(0x1fa))/0xa*(parseInt(y(0x207))/0xb)+-parseInt(y(0x1e3))/0xc*(parseInt(y(0x205))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x73fc6));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';function a62c(){const H=['1885wObWpN','box','115643kQlQzF','1ZxCczQ','90%','key','getAllItems','3161727HULNUU','Side\x20Quest\x20Adventure\x20Game','join','Thanks\x20for\x20playing!','None','\x20Map\x20','head','25%','Right\x20Hand:\x20','setContent','8tZvOHB','rightHand','OUTSIDE','write','handleInput','105PLcuYj','append','removeAllListeners','parse','45%','exits','clearValue','Feet:\x20','70%','(((.+)+)+)+$','line','map','currentLocation','arms','3ULtfWf','\x20(Unlocked)','feet','\x20Equipment\x20','white','getOtherSide','C-c','1659964VXQKMs','gloves','leftHand','pushLine','search','torso','3072200gUnkXP','focus','equip','unequip','20%','Legs:\x20','inventory','render','getWelcomeMessage','57804ujDSNw','75%','player','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','getInstance','size','getValue','\x20Game\x20Log\x20','equipment','10%','Currently\x20in:\x20','lock','exit','toString','mousemove','constructor','take','legs','cyan','Gloves:\x20','Arms:\x20','log','157074abKyLx','380uqBXbr','name','-----\x20Exits\x20------\x0a','3792836cfSYnA','slice','textbox','Available\x20exits\x20will\x20be\x20shown\x20here...','Torso:\x20','checkIfLocked','checkIfLockable','yellow'];a62c=function(){return H;};return a62c();}function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a62d(a,b);}export async function main(c,d,e){const A=a62d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a62d;return g['toString']()[z(0x1d8)](z(0x1c8))[z(0x1f0)]()[z(0x1f2)](g)[z(0x1d8)](z(0x1c8));});g();try{const h=a62e['screen']({'smartCSR':!![],'title':A(0x1b1)}),i=a62e['box']({'top':'0%','left':A(0x1e4),'width':A(0x1b7),'height':A(0x1c3),'border':{'type':A(0x1c9)},'label':'\x20Inventory\x20','content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x204)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x20b)]()[B(0x1ca)](v=>v[B(0x1fb)]);i[B(0x1b9)](u[B(0x1b2)]('\x0a')),h['render']();};h[A(0x1c0)](i);const k=a62e[A(0x206)]({'top':A(0x1c3),'left':A(0x1e4),'width':A(0x1b7),'height':A(0x1b7),'border':{'type':A(0x1c9)},'label':A(0x1d0),'content':A(0x1e6),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1c0)](k);const l=t=>{const C=A;k[C(0x1b9)]('Head:\x20'+(t[C(0x1b6)]?t[C(0x1b6)][C(0x1fb)]:C(0x1b4))+'\x0a'+(C(0x201)+(t[C(0x1d9)]?t[C(0x1d9)][C(0x1fb)]:C(0x1b4))+'\x0a')+(C(0x1df)+(t[C(0x1f4)]?t['legs'][C(0x1fb)]:C(0x1b4))+'\x0a')+(C(0x1c6)+(t[C(0x1cf)]?t['feet'][C(0x1fb)]:C(0x1b4))+'\x0a')+(C(0x1f7)+(t[C(0x1cc)]?t[C(0x1cc)][C(0x1fb)]:C(0x1b4))+'\x0a')+(C(0x1f6)+(t[C(0x1d5)]?t[C(0x1d5)][C(0x1fb)]:C(0x1b4))+'\x0a')+('Left\x20Hand:\x20'+(t['leftHand']?t[C(0x1d6)]['name']:C(0x1b4))+'\x0a')+(C(0x1b8)+(t[C(0x1bb)]?t['rightHand'][C(0x1fb)]:C(0x1b4))+'\x0a')),h[C(0x1e1)]();},m=a62e[A(0x206)]({'top':A(0x1c7),'left':A(0x1e4),'width':'25%','height':A(0x1de),'border':{'type':A(0x1c9)},'label':A(0x1b5),'content':A(0x200),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1c0)](m);const n=t=>{const D=A;let u=D(0x1ed)+t['name']+'\x0a\x0a';u+=D(0x1fc),t[D(0x1c4)][D(0x1e8)]>0x0?t[D(0x1c4)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x1d2)](t);x['roomType']===RoomType[E(0x1bc)]?u+=capitalCase(w)+':\x20'+x[E(0x1fb)]:u+=capitalCase(w)+':\x20'+v[E(0x1fb)];if(v[E(0x202)]())u+='\x20(Locked)';else v[E(0x203)]()&&(u+=E(0x1ce));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[D(0x1b9)](u),h[D(0x1e1)]();},o=a62e['box']({'id':'logBox','top':'0%','left':'0%','width':A(0x1e4),'height':A(0x209),'border':{'type':A(0x1c9)},'label':A(0x1ea),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x204)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x1c1)](A(0x1f1)),h[A(0x1c0)](o);const p=a62e[A(0x1ff)]({'bottom':0x0,'left':0x0,'width':'100%','height':A(0x1ec),'tags':!![],'border':{'type':A(0x1c9)},'style':{'fg':A(0x1d1),'border':{'fg':A(0x1f5)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[A(0x20a)](['escape',A(0x1d3)],()=>process[A(0x1ef)](0x0)),p[A(0x1db)](),h[A(0x1e1)]();const q=Logger[A(0x1e7)](e['logFilePath'],h),r=new Player({'playerName':c});q[A(0x1bd)]('----->>>>>>\x20Initializing\x20Game');const s=a62f[A(0x1e7)](r,d);o[A(0x1b9)](s[A(0x1e2)]()),l(s[A(0x1e5)][A(0x1eb)]),j(s[A(0x1e5)][A(0x1e0)]),n(s['player'][A(0x1cb)]),p[A(0x20a)](['enter'],async()=>{const F=A,t=p[F(0x1e9)](),u=s[F(0x1be)](t);(t['split']('\x20')[0x0]===F(0x1f3)||F(0x1dc)||F(0x1dd))&&(j(s['player'][F(0x1e0)]),l(s[F(0x1e5)][F(0x1eb)])),(t['split']('\x20')[0x0]==='go'||F(0x1ee)||'unlock')&&n(s[F(0x1e5)]['currentLocation']),t['split']('\x20')[0x0]==='clear'&&o[F(0x1b9)](''),u===null&&(console[F(0x1f8)](F(0x1b3)),h[F(0x1e1)](),q[F(0x1bd)]('<<<<<<<<---------\x20Terminating\x20game'),process[F(0x1ef)](0x0)),o[F(0x1d7)](u),o['scroll'](0x1),p[F(0x1c5)](),p[F(0x1db)](),h[F(0x1e1)]();});}catch(t){console[A(0x1f8)](t),process[A(0x1ef)](0x1);}}const args=process['argv'][a62G(0x1fe)](0x2);main(args[0x0],JSON[a62G(0x1c2)](args[0x1]),JSON[a62G(0x1c2)](args[0x2]));
1
+ const a62H=a62d;function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x131;let f=c[d];return f;},a62d(a,b);}(function(a,b){const y=a62d,c=a();while(!![]){try{const d=-parseInt(y(0x15b))/0x1*(parseInt(y(0x184))/0x2)+parseInt(y(0x160))/0x3+-parseInt(y(0x169))/0x4*(-parseInt(y(0x132))/0x5)+parseInt(y(0x13f))/0x6*(-parseInt(y(0x14a))/0x7)+parseInt(y(0x134))/0x8+parseInt(y(0x189))/0x9+parseInt(y(0x149))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x88f1a));import a62e from'blessed';function a62c(){const I=['join','getWelcomeMessage','yellow','Gloves:\x20','350766dTRtiQ','take','handleInput','Side\x20Quest\x20Adventure\x20Game','getValue','toString','Your\x20items\x20will\x20be\x20listed\x20here...','<<<<<<<<---------\x20Terminating\x20game','Right\x20Hand:\x20','95UTTOUl','head','3644136AIWVCj','log','scroll','legs','roomType','OUTSIDE','\x20Equipment\x20','render','\x20Map\x20','focus','45%','38538HmeFZi','split','logBox','clear','parse','inventory','textbox','getOtherSide','equip','logFilePath','3307310nyEIFd','707esGOnJ','name','rightHand','setContent','C-c','75%','70%','append','\x20(Locked)','gloves','90%','argv','slice','forEach','key','size','map','70447ZjXQtn','-----\x20Exits\x20------\x0a','equipment','exits','Feet:\x20','687213bQmefA','unequip','Arms:\x20','Currently\x20in:\x20','write','line','None','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','feet','225508qCvXpH','checkIfLocked','enter','checkIfLockable','Head:\x20','white','20%','Thanks\x20for\x20playing!','arms','\x20Game\x20Log\x20','apply','exit','torso','\x0aThere\x20are\x20no\x20exits\x20here.','10%','leftHand','player','search','box','escape','lock','\x20Inventory\x20','mousemove','getAllItems','currentLocation','25%','constructor','26IOyxfY'];a62c=function(){return I;};return a62c();}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(0x173)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a62d;return g[A(0x18e)]()[A(0x17a)]('(((.+)+)+)+$')[A(0x18e)]()[A(0x183)](g)[A(0x17a)]('(((.+)+)+)+$');});g();try{const h=a62e['screen']({'smartCSR':!![],'title':B(0x18c)}),i=a62e[B(0x17b)]({'top':'0%','left':'75%','width':'25%','height':B(0x13e),'border':{'type':B(0x165)},'label':B(0x17e),'content':B(0x18f),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x180)]()[C(0x15a)](v=>v[C(0x14b)]);i[C(0x14d)](u[C(0x185)]('\x0a')),h[C(0x13b)]();};h[B(0x151)](i);const k=a62e['box']({'top':'45%','left':B(0x14f),'width':B(0x182),'height':B(0x182),'border':{'type':B(0x165)},'label':B(0x13a),'content':B(0x167),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x187)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k['setContent'](D(0x16d)+(t[D(0x133)]?t['head'][D(0x14b)]:'None')+'\x0a'+('Torso:\x20'+(t[D(0x175)]?t[D(0x175)][D(0x14b)]:'None')+'\x0a')+('Legs:\x20'+(t[D(0x137)]?t[D(0x137)]['name']:D(0x166))+'\x0a')+(D(0x15f)+(t[D(0x168)]?t[D(0x168)][D(0x14b)]:D(0x166))+'\x0a')+(D(0x162)+(t[D(0x171)]?t['arms']['name']:D(0x166))+'\x0a')+(D(0x188)+(t[D(0x153)]?t[D(0x153)][D(0x14b)]:D(0x166))+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x178)]?t[D(0x178)][D(0x14b)]:D(0x166))+'\x0a')+(D(0x131)+(t[D(0x14c)]?t[D(0x14c)][D(0x14b)]:D(0x166))+'\x0a')),h[D(0x13b)]();},m=a62e[B(0x17b)]({'top':B(0x150),'left':B(0x14f),'width':B(0x182),'height':B(0x16f),'border':{'type':B(0x165)},'label':B(0x13c),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x187)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x151)](m);const n=t=>{const E=B;let u=E(0x163)+t[E(0x14b)]+'\x0a\x0a';u+=E(0x15c),t[E(0x15e)][E(0x159)]>0x0?t[E(0x15e)][E(0x157)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x146)](t);x[F(0x138)]===RoomType[F(0x139)]?u+=capitalCase(w)+':\x20'+x[F(0x14b)]:u+=capitalCase(w)+':\x20'+v[F(0x14b)];if(v[F(0x16a)]())u+=F(0x152);else v[F(0x16c)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x176),m[E(0x14d)](u),h[E(0x13b)]();},o=a62e[B(0x17b)]({'id':B(0x141),'top':'0%','left':'0%','width':B(0x14f),'height':B(0x154),'border':{'type':B(0x165)},'label':B(0x172),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x17f)),h['append'](o);const p=a62e[B(0x145)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x177),'tags':!![],'border':{'type':B(0x165)},'style':{'fg':B(0x16e),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x158)]([B(0x17c),B(0x14e)],()=>process[B(0x174)](0x0)),p[B(0x13d)](),h['render']();const q=Logger['getInstance'](e[B(0x148)],h),r=new Player({'playerName':c});q[B(0x164)]('----->>>>>>\x20Initializing\x20Game');const s=a62f['getInstance'](r,d);o[B(0x14d)](s[B(0x186)]()),l(s[B(0x179)][B(0x15d)]),j(s[B(0x179)][B(0x144)]),n(s[B(0x179)][B(0x181)]),p[B(0x158)]([B(0x16b)],async()=>{const G=B,t=p[G(0x18d)](),u=s[G(0x18b)](t);(t[G(0x140)]('\x20')[0x0]===G(0x18a)||G(0x147)||G(0x161))&&(j(s[G(0x179)]['inventory']),l(s['player'][G(0x15d)])),(t[G(0x140)]('\x20')[0x0]==='go'||G(0x17d)||'unlock')&&n(s[G(0x179)][G(0x181)]),t[G(0x140)]('\x20')[0x0]===G(0x142)&&o['setContent'](''),u===null&&(console[G(0x135)](G(0x170)),h[G(0x13b)](),q[G(0x164)](G(0x190)),process[G(0x174)](0x0)),o['pushLine'](u),o[G(0x136)](0x1),p['clearValue'](),p[G(0x13d)](),h[G(0x13b)]();});}catch(t){console[B(0x135)](t),process[B(0x174)](0x1);}}const args=process[a62H(0x155)][a62H(0x156)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a62H(0x143)](args[0x2]));
@@ -1 +1 @@
1
- const a63k=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=-parseInt(h(0xe4))/0x1+-parseInt(h(0xd2))/0x2+-parseInt(h(0xd5))/0x3*(parseInt(h(0xde))/0x4)+parseInt(h(0xd4))/0x5*(-parseInt(h(0xe5))/0x6)+-parseInt(h(0xe1))/0x7*(-parseInt(h(0xd1))/0x8)+parseInt(h(0xef))/0x9+parseInt(h(0xf1))/0xa*(parseInt(h(0xe7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x4d907));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a63d;if(c){const e=c[i(0xd0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const j=a63d;return a63a[j(0xee)]()[j(0xcf)]('(((.+)+)+)+$')[j(0xee)]()[j(0xe9)](a63a)['search']('(((.+)+)+)+$');});a63a();import a63e from'fs';import a63f from'os';import a63g from'path';const homeDir=a63f['homedir']();function a63c(){const s=['418941oGHfbf','render','16519110pSrrWO','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','ensureLogFileExists','[INFO]\x20[','options','search','apply','391624NCGAuZ','462716Hqpnjh','find','143545CYcyHb','1336227GJEDuT','scrollTo','join','toISOString','instance','[ERROR]\x20[','filePath','children','log','4muvbSM','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','side-quest.log','42ewilnY','box','.maka','423528Pyvnvw','120FCvBgD','error','11ATUZuM','mkdirSync','constructor','appendFileSync','screen','logBox','type','toString'];a63c=function(){return s;};return a63c();}function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0xcc;let f=c[d];return f;},a63d(a,b);}export class Logger{static ['instance'];[a63k(0xdb)];[a63k(0xeb)];constructor(a,b){const l=a63k;this[l(0xdb)]=a,this[l(0xeb)]=b,this[l(0xcc)]();}static['getInstance'](a=a63g[a63k(0xd7)](homeDir,a63k(0xe3),a63k(0xe0)),b){const m=a63k;if(!Logger[m(0xd9)]){if(!b)throw new Error(m(0xf2));Logger['instance']=new Logger(a,b);}return Logger['instance'];}[a63k(0xcc)](){const n=a63k,a=a63g['dirname'](this['filePath']);!a63e['existsSync'](a)&&a63e[n(0xe8)](a,{'recursive':!![]}),!a63e['existsSync'](this[n(0xdb)])&&a63e['writeFileSync'](this[n(0xdb)],'');}['write'](a){const o=a63k,b=new Date()[o(0xd8)](),c=o(0xcd)+b+']\x20'+a+'\x0a';a63e[o(0xea)](this[o(0xdb)],c);}['error'](a){const p=a63k,b=new Date()[p(0xd8)](),c=p(0xda)+b+']\x20'+a+'\x0a';a63e[p(0xea)](this[p(0xdb)],c);}[a63k(0xdd)](a){const q=a63k,b=this[q(0xeb)]?.[q(0xdc)][q(0xd3)](c=>c[q(0xed)]===q(0xe2)&&c[q(0xce)]['id']===q(0xec));b?(b['setContent'](b['content']+'\x0a'+a),b[q(0xd6)](b['getScrollHeight']()),this[q(0xeb)]?.[q(0xf0)]()):this[q(0xe6)]('The\x20logbox\x20'+b+q(0xdf)+this['screen']),this['write'](a);}['hasScreen'](){const r=a63k;return!!this[r(0xeb)];}}
1
+ const a63k=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=-parseInt(h(0x11d))/0x1+parseInt(h(0x141))/0x2+parseInt(h(0x13e))/0x3+parseInt(h(0x140))/0x4*(parseInt(h(0x124))/0x5)+-parseInt(h(0x127))/0x6*(-parseInt(h(0x132))/0x7)+parseInt(h(0x122))/0x8*(parseInt(h(0x12e))/0x9)+-parseInt(h(0x118))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xf0c57));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a63d;if(c){const e=c[i(0x12c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const j=a63d;return a63a[j(0x119)]()[j(0x13b)](j(0x138))['toString']()['constructor'](a63a)[j(0x13b)](j(0x138));});a63a();import a63e from'fs';import a63f from'os';function a63c(){const r=['type','77xWhAlj','The\x20logbox\x20','appendFileSync','instance','children','content','(((.+)+)+)+$','write','writeFileSync','search','render','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','4408422bJZQBh','join','1665412jQpRvd','1849114LTsHsn','41003780rRTjwC','toString','homedir','toISOString','setContent','57662ChdQvq','getInstance','screen','side-quest.log','find','2466776KlBrME','filePath','5gjBrrO','getScrollHeight','.maka','768444RjuGIu','[INFO]\x20[','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','existsSync','logBox','apply','scrollTo','27ASabhV','[ERROR]\x20[','error'];a63c=function(){return r;};return a63c();}function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x118;let f=c[d];return f;},a63d(a,b);}import a63g from'path';const homeDir=a63f[a63k(0x11a)]();export class Logger{static [a63k(0x135)];[a63k(0x123)];[a63k(0x11f)];constructor(a,b){this['filePath']=a,this['screen']=b,this['ensureLogFileExists']();}static[a63k(0x11e)](a=a63g[a63k(0x13f)](homeDir,a63k(0x126),a63k(0x120)),b){const l=a63k;if(!Logger[l(0x135)]){if(!b)throw new Error(l(0x13d));Logger[l(0x135)]=new Logger(a,b);}return Logger[l(0x135)];}['ensureLogFileExists'](){const m=a63k,a=a63g['dirname'](this['filePath']);!a63e[m(0x12a)](a)&&a63e['mkdirSync'](a,{'recursive':!![]}),!a63e[m(0x12a)](this[m(0x123)])&&a63e[m(0x13a)](this[m(0x123)],'');}[a63k(0x139)](a){const n=a63k,b=new Date()[n(0x11b)](),c=n(0x128)+b+']\x20'+a+'\x0a';a63e['appendFileSync'](this[n(0x123)],c);}[a63k(0x130)](a){const o=a63k,b=new Date()[o(0x11b)](),c=o(0x12f)+b+']\x20'+a+'\x0a';a63e[o(0x134)](this[o(0x123)],c);}['log'](a){const p=a63k,b=this['screen']?.[p(0x136)][p(0x121)](c=>c[p(0x131)]==='box'&&c['options']['id']===p(0x12b));b?(b[p(0x11c)](b[p(0x137)]+'\x0a'+a),b[p(0x12d)](b[p(0x125)]()),this['screen']?.[p(0x13c)]()):this['error'](p(0x133)+b+p(0x129)+this['screen']),this[p(0x139)](a);}['hasScreen'](){const q=a63k;return!!this[q(0x11f)];}}
@@ -1 +1 @@
1
- const a64n=a64d;function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x13f;let f=c[d];return f;},a64d(a,b);}(function(a,b){const k=a64d,c=a();while(!![]){try{const d=parseInt(k(0x15b))/0x1*(-parseInt(k(0x15e))/0x2)+-parseInt(k(0x159))/0x3*(-parseInt(k(0x145))/0x4)+-parseInt(k(0x158))/0x5*(-parseInt(k(0x162))/0x6)+-parseInt(k(0x13f))/0x7*(-parseInt(k(0x156))/0x8)+parseInt(k(0x14f))/0x9*(parseInt(k(0x15f))/0xa)+parseInt(k(0x155))/0xb+parseInt(k(0x151))/0xc*(-parseInt(k(0x14c))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x6cf73));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a64d;if(c){const e=c[l(0x147)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const m=a64d;return a64a[m(0x153)]()[m(0x141)]('(((.+)+)+)+$')['toString']()[m(0x150)](a64a)['search']('(((.+)+)+)+$');});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 a64c(){const q=['92sqShQg','options','apply','What\x20is\x20your\x20name?','resolve','exit','shadowrun','156epxHgW','list','stringify','239553cNHQyS','constructor','1514988nnkcPN','Thanks\x20for\x20playing!','toString','player','3874145OgFLVH','149536GnlZtf','side-quest.log','745IeJUSs','112956CYJuou','join','10CTVLES','maka\x20play:side-quest','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...','1884ceoSLZ','30fTtgdC','log','inherit','7518jAQyGg','182GgVqYd','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','search','sideQuestAnswer','./sideQuest/ui.js','Commoner'];a64c=function(){return q;};return a64c();}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command['create']({'name':'side-quest','usage':a64n(0x15c),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a64n(0x15d),'validOpts':[a64n(0x154)]},async function(a,b){const o=a64n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a64e[o(0x15a)](c,o(0x157)),e=b[o(0x154)]?b[o(0x154)]:await Actions['ask'](o(0x148))||o(0x144),f={...b,'logFilePath':d},g={'type':o(0x14d),'name':o(0x142),'message':o(0x140),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':o(0x14b),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x146)](g);if(e&&h){const i=spawn('node',[a64e[o(0x149)](__dirname,o(0x143)),e,JSON[o(0x14e)](h),JSON['stringify'](f)],{'stdio':o(0x161)});i['on'](o(0x14a),()=>{const p=o;console[p(0x160)](p(0x152));});}}catch(j){console[o(0x160)](j);}},a64f);
1
+ const a64n=a64d;(function(a,b){const k=a64d,c=a();while(!![]){try{const d=parseInt(k(0x1ca))/0x1*(-parseInt(k(0x1d0))/0x2)+parseInt(k(0x1e2))/0x3+parseInt(k(0x1ea))/0x4+parseInt(k(0x1d2))/0x5*(-parseInt(k(0x1d4))/0x6)+-parseInt(k(0x1c9))/0x7+parseInt(k(0x1e0))/0x8*(-parseInt(k(0x1d8))/0x9)+parseInt(k(0x1dc))/0xa*(parseInt(k(0x1cd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x3f6e1));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a64d;if(c){const e=c[l(0x1e3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const m=a64d;return a64a[m(0x1da)]()[m(0x1c8)](m(0x1e7))[m(0x1da)]()['constructor'](a64a)[m(0x1c8)]('(((.+)+)+)+$');});a64a();import a64e from'path';import{spawn}from'child_process';import a64f from'./play.command.js';import{Command}from'../../command.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1c7;let f=c[d];return f;},a64d(a,b);}import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a64c(){const q=['side-quest','player','(((.+)+)+)+$','join','stringify','1388624RNceus','resolve','search','1895411vTckDk','419417TVYJLg','dungeon','Thanks\x20for\x20playing!','11sWZoyb','getGlobalMakaDir','sideQuestAnswer','2XeIKMN','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','50CUPimB','fsi','43278OHBAgh','inherit','log','options','8604nrzIEE','side-quest.log','toString','maka\x20play:side-quest','5593220HPuXcR','Commoner','url','Play\x20a\x20little\x20side-quest','1800kIcGtt','exit','992253iQkKJw','apply','What\x20is\x20your\x20name?'];a64c=function(){return q;};return a64c();}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a64n(0x1de)]),__dirname=dirname(__filename);Command['create']({'name':a64n(0x1e5),'usage':a64n(0x1db),'shortDesc':a64n(0x1df),'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':[a64n(0x1e6)]},async function(a,b){const o=a64n;try{const c=this[o(0x1d3)][o(0x1ce)](),d=a64e[o(0x1e8)](c,o(0x1d9)),e=b['player']?b['player']:await Actions['ask'](o(0x1e4))||o(0x1dd),f={...b,'logFilePath':d},g={'type':'list','name':o(0x1cf),'message':o(0x1d1),'choices':[{'name':o(0x1cb),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1d7)](g);if(e&&h){const i=spawn('node',[a64e[o(0x1c7)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x1e9)](h),JSON[o(0x1e9)](f)],{'stdio':o(0x1d5)});i['on'](o(0x1e1),()=>{const p=o;console[p(0x1d6)](p(0x1cc));});}}catch(j){console[o(0x1d6)](j);}},a64f);
@@ -1 +1 @@
1
- var a65h=a65d;(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x139))/0x1*(parseInt(f(0x13b))/0x2)+-parseInt(f(0x13f))/0x3*(parseInt(f(0x138))/0x4)+parseInt(f(0x143))/0x5*(parseInt(f(0x141))/0x6)+-parseInt(f(0x146))/0x7+-parseInt(f(0x136))/0x8*(-parseInt(f(0x147))/0x9)+parseInt(f(0x13e))/0xa+-parseInt(f(0x135))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x95c9d));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var g=a65d;return a65a[g(0x145)]()[g(0x13c)](g(0x142))[g(0x145)]()[g(0x137)](a65a)[g(0x13c)](g(0x142));});a65a();import a65e from'./play.command.js';function a65c(){var j=['17182sELDMo','search','create','11360810jorgfH','9xaeDFU','maka\x20game:snake','6zqZqgj','(((.+)+)+)+$','2525065NJtHSY','snake','toString','7898912JjiODK','33633eISuYf','12777479gEUxxO','1488aAfIPO','constructor','148436eKuzxH','79HzGMnj','npx\x20command-line-snake'];a65c=function(){return j;};return a65c();}import{Command}from'../../command.js';import{execSync}from'child_process';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x135;var f=c[d];return f;},a65d(a,b);}Command[a65h(0x13d)]({'name':a65h(0x144),'usage':a65h(0x140),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a65h;execSync(i(0x13a),{'stdio':'inherit'});},a65e);
1
+ var a65i=a65d;function a65c(){var k=['8677417aXmels','762877YFwplA','inherit','search','apply','(((.+)+)+)+$','6878320BCIZnN','1296702jZKLpY','3899862HmDgob','22443otxsLN','constructor','2530615fzhETi','create','124tbbXSM','toString','2MjLaJt'];a65c=function(){return k;};return a65c();}(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x1fd))/0x1*(parseInt(f(0x1fb))/0x2)+parseInt(f(0x1f5))/0x3*(-parseInt(f(0x1f9))/0x4)+-parseInt(f(0x1f7))/0x5+-parseInt(f(0x203))/0x6+parseInt(f(0x1fc))/0x7+-parseInt(f(0x202))/0x8+parseInt(f(0x1f4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x97d3d));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x1fa)]()[h(0x1ff)](h(0x201))[h(0x1fa)]()[h(0x1f6)](a65a)[h(0x1ff)](h(0x201));});a65a();import a65e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x1f4;var f=c[d];return f;},a65d(a,b);}Command[a65i(0x1f8)]({'name':'snake','usage':'maka\x20game:snake','shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a65i;execSync('npx\x20command-line-snake',{'stdio':j(0x1fe)});},a65e);
@@ -1 +1 @@
1
- var a66i=a66d;function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0xd7;var f=c[d];return f;},a66d(a,b);}(function(a,b){var f=a66d,c=a();while(!![]){try{var d=parseInt(f(0xe0))/0x1*(parseInt(f(0xdc))/0x2)+parseInt(f(0xdd))/0x3*(-parseInt(f(0xe1))/0x4)+parseInt(f(0xe4))/0x5+parseInt(f(0xd9))/0x6*(parseInt(f(0xdf))/0x7)+-parseInt(f(0xdb))/0x8*(-parseInt(f(0xde))/0x9)+-parseInt(f(0xe9))/0xa+parseInt(f(0xe7))/0xb*(-parseInt(f(0xea))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x722ed));var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a[h(0xe2)]()[h(0xd7)]('(((.+)+)+)+$')[h(0xe2)]()['constructor'](a66a)['search']('(((.+)+)+)+$');});function a66c(){var k=['9lYfHnP','2133405SKJyxS','567WRZdxY','2890NsGCJQ','1149520BjGauf','toString','npx\x20simple-tetris','2006315SovLXw','inherit','create','91850jPWxxi','apply','1528010lVeclo','492YXUtQo','search','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','9546JBQkQi','tetris','16Ajsqqp','568TSyCCB'];a66c=function(){return k;};return a66c();}a66a();import a66e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a66i(0xe6)]({'name':a66i(0xda),'usage':'maka\x20game:tetris','shortDesc':a66i(0xd8),'validOpts':[]},async function(){var j=a66i;execSync(j(0xe3),{'stdio':j(0xe5)});},a66e);
1
+ var a66i=a66d;(function(a,b){var f=a66d,c=a();while(!![]){try{var d=-parseInt(f(0x10b))/0x1+-parseInt(f(0x100))/0x2*(-parseInt(f(0xfe))/0x3)+parseInt(f(0x103))/0x4+-parseInt(f(0x10a))/0x5*(-parseInt(f(0xfc))/0x6)+parseInt(f(0xfd))/0x7+-parseInt(f(0x101))/0x8*(-parseInt(f(0x10e))/0x9)+-parseInt(f(0x105))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xe0b63));var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0x102)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a[h(0x10c)]()['search'](h(0x108))[h(0x10c)]()[h(0x10d)](a66a)[h(0x107)](h(0x108));});a66a();import a66e from'./play.command.js';function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0xfc;var f=c[d];return f;},a66d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';function a66c(){var k=['30bkvcOY','1209095XYmwqQ','toString','constructor','267489WZVbQy','206538pyOzQM','3103030kFoNoJ','997419jGWvVS','tetris','4XRJVuL','264NQEBAV','apply','1937204psOWKI','inherit','6503540JklqGa','maka\x20game:tetris','search','(((.+)+)+)+$','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris'];a66c=function(){return k;};return a66c();}Command['create']({'name':a66i(0xff),'usage':a66i(0x106),'shortDesc':a66i(0x109),'validOpts':[]},async function(){var j=a66i;execSync('npx\x20simple-tetris',{'stdio':j(0x104)});},a66e);
@@ -1 +1 @@
1
- const a67i=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xc5;let f=c[d];return f;},a67d(a,b);}(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0xcc))/0x1+parseInt(f(0xcb))/0x2+parseInt(f(0xdc))/0x3*(-parseInt(f(0xe2))/0x4)+-parseInt(f(0xd8))/0x5+-parseInt(f(0xc7))/0x6*(parseInt(f(0xdb))/0x7)+-parseInt(f(0xd0))/0x8*(-parseInt(f(0xd1))/0x9)+-parseInt(f(0xe1))/0xa*(-parseInt(f(0xcf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x874db));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0xc9)]()[h(0xd6)](h(0xd9))[h(0xc9)]()['constructor'](a67a)[h(0xd6)](h(0xd9));});a67a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a67c(){const k=['where','44KueqTZ','8QsJVFk','6487479XaHRKG','maka\x20g:route\x20todos/edit','maka\x20{generate,\x20g}:<generator>\x20<name>','findGenerator','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','search','invoke','4784910tUiePu','(((.+)+)+)+$','create','4463186ZNHKiK','42924bhZViy','listGenerators','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item','maka\x20generate:scaffold\x20todos','4515580uSbugw','20vhjEku','maka\x20g:package\x20package:name','notice','help','dir','error','maka\x20g:dbc\x20geoserver\x20--type=pgsql','slice','6aQBBkc','apply','toString','Could\x20not\x20find\x20generator','1252452PhABsi','932966ljGPBV','Generators:'];a67c=function(){return k;};return a67c();}import a67e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a67i(0xda)]({'name':'generate','aliases':['g'],'usage':a67i(0xd3),'validOpts':[a67i(0xe6),a67i(0xce),a67i(0xe5)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a67i(0xd5),'examples':[a67i(0xe0),a67i(0xde),a67i(0xdf),a67i(0xe3),a67i(0xd2),'maka\x20g:api\x20trucks',a67i(0xc5)]},async function(a,b){const j=a67i,c=a[0x0],d=a67e[j(0xd4)](c);if(!d){b[j(0xe5)]?(Log[j(0xe4)](j(0xcd)),a67e[j(0xdd)]()):Log[j(0xe7)](j(0xca));throw new UsageError();}await d[j(0xd7)](a[j(0xc6)](0x1),b);});
1
+ const a67h=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0xe2))/0x1+-parseInt(f(0xe3))/0x2*(parseInt(f(0xe0))/0x3)+-parseInt(f(0xd2))/0x4*(parseInt(f(0xdb))/0x5)+parseInt(f(0xd0))/0x6*(parseInt(f(0xcd))/0x7)+-parseInt(f(0xd9))/0x8+-parseInt(f(0xdd))/0x9*(-parseInt(f(0xcc))/0xa)+parseInt(f(0xd1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x404e4));const a67b=(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;};}()),a67a=a67b(this,function(){const g=a67d;return a67a['toString']()['search'](g(0xd7))['toString']()[g(0xda)](a67a)['search'](g(0xd7));});a67a();function a67c(){const j=['maka\x20g:scaffold\x20todos','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','84903qGSIdT','generate','79480yMnZzA','22PCrsxV','create','invoke','310EozrwU','221417gFMoZO','maka\x20g:package\x20package:name','maka\x20g:template\x20todos/todo_item','78JrUpkz','10659583LHavIB','12nHvaPm','maka\x20g:api\x20trucks','maka\x20g:route\x20todos/edit','maka\x20g:dbc\x20geoserver\x20--type=pgsql','splice','(((.+)+)+)+$','maka\x20{generate,\x20g}:<generator>\x20<name>','2496736cUONtH','constructor','843205bOxaUX','processAndRunGenerator','26694sGCOOt'];a67c=function(){return j;};return a67c();}import{Command}from'../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xcc;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[a67h(0xe4)]({'name':a67h(0xe1),'aliases':['g'],'usage':a67h(0xd8),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a67h(0xdf),'examples':['maka\x20generate:scaffold\x20todos',a67h(0xde),a67h(0xcf),a67h(0xce),a67h(0xd4),a67h(0xd3),a67h(0xd5)]},async function(a,b){const i=a67h;try{const c=a[0x0];c?(a[i(0xd6)](0x0,0x1),await a67e[i(0xdc)](c,a,b)):a67e[i(0xe5)](a,b);}catch(d){Log['error'](d),process['exit'](0x1);}});
@@ -1 +1 @@
1
- function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x186;var f=c[d];return f;},a68d(a,b);}(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x188))/0x1*(-parseInt(f(0x190))/0x2)+-parseInt(f(0x18d))/0x3+parseInt(f(0x18a))/0x4+-parseInt(f(0x194))/0x5+-parseInt(f(0x18f))/0x6*(-parseInt(f(0x189))/0x7)+parseInt(f(0x18e))/0x8*(parseInt(f(0x186))/0x9)+parseInt(f(0x191))/0xa*(parseInt(f(0x18c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x87fef));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x192)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x193)]()[h(0x18b)](h(0x187))[h(0x193)]()['constructor'](a68a)[h(0x18b)](h(0x187));});a68a();import'./get.command.js';import'./global.sub.cmd.js';function a68c(){var i=['719848IIqjLB','search','121000HmNhgV','1207758qWjvaB','1588904kkMJuX','12qXBpfB','2uNUqpB','1020kvUiIr','apply','toString','3210675DceSyx','18VSNJtf','(((.+)+)+)+$','554752IPeLhY','1600634NNeVSy'];a68c=function(){return i;};return a68c();}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(0x1d5))/0x1*(parseInt(f(0x1d9))/0x2)+parseInt(f(0x1d2))/0x3*(parseInt(f(0x1df))/0x4)+parseInt(f(0x1d7))/0x5+-parseInt(f(0x1e0))/0x6*(-parseInt(f(0x1d8))/0x7)+parseInt(f(0x1de))/0x8+parseInt(f(0x1e1))/0x9*(-parseInt(f(0x1dd))/0xa)+parseInt(f(0x1da))/0xb*(-parseInt(f(0x1d3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x2b0ec));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1d4)]()[h(0x1d1)](h(0x1d6))[h(0x1d4)]()[h(0x1db)](a68a)[h(0x1d1)]('(((.+)+)+)+$');});a68a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a68c(){var i=['apply','10AHecJy','2609712gofqRw','163756frWOLO','66ntcaRv','1557783PnOZOb','search','15vwfwav','4080xnxWKR','toString','2LnMetl','(((.+)+)+)+$','520615iSeead','50575AIPDWH','164456grVQir','6490ZGfjVn','constructor'];a68c=function(){return i;};return a68c();}function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1d1;var f=c[d];return f;},a68d(a,b);}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a69i=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=parseInt(f(0x8b))/0x1+-parseInt(f(0x80))/0x2+-parseInt(f(0x84))/0x3+parseInt(f(0x85))/0x4*(parseInt(f(0x8f))/0x5)+parseInt(f(0x88))/0x6+-parseInt(f(0x8c))/0x7*(parseInt(f(0x81))/0x8)+parseInt(f(0x7f))/0x9*(parseInt(f(0x8d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x45f6f));function a69c(){const k=['(((.+)+)+)+$','get','365430VFsEIY','Sub-Command\x20not\x20found','findSubCommand','369193FJWRcy','245FDntlL','30UvWclG','constructor','1814705fQJesc','Get\x20various\x20Maka\x20variables\x20and\x20configurations','maka\x20get:<sub-command>','2015757FxNzPs','1011696VCCcbh','127760jSZoII','apply','toString','340755UyFCsN','4nImUtr'];a69c=function(){return k;};return a69c();}const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a69d;if(c){const e=c[g(0x82)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0x83)]()['search'](h(0x86))[h(0x83)]()[h(0x8e)](a69a)['search'](h(0x86));});a69a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x7d;let f=c[d];return f;},a69d(a,b);}import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a69i(0x87),'usage':a69i(0x7e),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a69i(0x7d),'validOpts':[]},async function(a,b){const j=a69i,c=a[0x0],d=this[j(0x8a)](c);if(d)this['runSubCommand'](c,a,b);else{Log['error'](j(0x89));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a69i=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=parseInt(f(0x1be))/0x1+parseInt(f(0x1c2))/0x2+parseInt(f(0x1b9))/0x3*(-parseInt(f(0x1bb))/0x4)+parseInt(f(0x1bf))/0x5*(-parseInt(f(0x1ca))/0x6)+-parseInt(f(0x1c0))/0x7*(parseInt(f(0x1cc))/0x8)+-parseInt(f(0x1c6))/0x9*(parseInt(f(0x1bd))/0xa)+parseInt(f(0x1c1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xaf344));function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x1b8;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(0x1c4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0x1c8)]()[h(0x1cb)](h(0x1ba))[h(0x1c8)]()['constructor'](a69a)[h(0x1cb)](h(0x1ba));});a69a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a69i(0x1b8)]({'name':a69i(0x1bc),'usage':a69i(0x1c5),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a69i,c=a[0x0],d=this[j(0x1c7)](c);if(d)this[j(0x1c3)](c,a,b);else{Log[j(0x1c9)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;function a69c(){const k=['apply','maka\x20get:<sub-command>','12232764mXbUIk','findSubCommand','toString','error','6bgUIGn','search','1231088pQRCqB','create','271056xcgjWW','(((.+)+)+)+$','8qsSxDq','get','10XZhlqU','1382771arAFVX','131535HAMxtp','49RfpexN','11119955MVsjVW','1934738GadsSx','runSubCommand'];a69c=function(){return k;};return a69c();}
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x1cb))/0x1*(-parseInt(f(0x1c4))/0x2)+-parseInt(f(0x1bb))/0x3*(-parseInt(f(0x1bd))/0x4)+parseInt(f(0x1c8))/0x5*(-parseInt(f(0x1c3))/0x6)+parseInt(f(0x1be))/0x7*(parseInt(f(0x1c1))/0x8)+-parseInt(f(0x1c7))/0x9*(parseInt(f(0x1c6))/0xa)+-parseInt(f(0x1ce))/0xb*(parseInt(f(0x1cc))/0xc)+-parseInt(f(0x1b6))/0xd*(-parseInt(f(0x1b5))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x8d1ac));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1c5)]()[h(0x1bc)](h(0x1c9))[h(0x1c5)]()[h(0x1ca)](a70a)['search'](h(0x1c9));});function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1b5;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['8amqxIf','maka\x20get:global-config','379854ckvdBb','2hjseGx','toString','8704310WYwdZK','9yxzQWM','65VcBuzt','(((.+)+)+)+$','constructor','85377yWOrDV','1812EdDnQc','error','40568yjylSX','476WvdGuR','221351DJYOgx','exit','global-config','apply','log','1731wIEtWk','search','7664xcBqeY','7409311SIAiVZ','create','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file'];a70c=function(){return k;};return a70c();}a70a();import a70e from'./get.command.js';import{Command}from'../../command.js';Command[a70i(0x1bf)]({'name':a70i(0x1b8),'usage':a70i(0x1c2),'aliases':['gc'],'shortDesc':a70i(0x1c0),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a70i;try{const a=await this['fsi']['getGlobalConfig']();console[j(0x1ba)](a),process[j(0x1b7)](0x0);}catch(b){console[j(0x1cd)](b),process[j(0x1b7)](0x0);}},a70e);
1
+ const a70i=a70d;function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x18e;let f=c[d];return f;},a70d(a,b);}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x19e))/0x1+-parseInt(f(0x195))/0x2*(-parseInt(f(0x19a))/0x3)+-parseInt(f(0x190))/0x4+parseInt(f(0x18e))/0x5*(parseInt(f(0x193))/0x6)+-parseInt(f(0x19d))/0x7+-parseInt(f(0x196))/0x8*(-parseInt(f(0x19c))/0x9)+-parseInt(f(0x1a0))/0xa*(-parseInt(f(0x19b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x3ccbf));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x192)]()[h(0x191)](h(0x198))['toString']()['constructor'](a70a)['search'](h(0x198));});a70a();function a70c(){const k=['getGlobalConfig','(((.+)+)+)+$','create','3ufeSQq','4323tBfyQJ','9IxcpbL','542647jhDruG','448901BRKvXg','apply','4120WemleV','global-config','10pbGFRu','exit','309912WjqlTf','search','toString','606846RzpshA','log','633406quoiZd','1376176BlefoH'];a70c=function(){return k;};return a70c();}import a70e from'./get.command.js';import{Command}from'../../command.js';Command[a70i(0x199)]({'name':a70i(0x1a1),'usage':'maka\x20get:global-config','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['fsi'][j(0x197)]();console[j(0x194)](a),process[j(0x18f)](0x0);}catch(b){console['error'](b),process['exit'](0x0);}},a70e);
@@ -1 +1 @@
1
- const a71i=a71d;(function(a,b){const f=a71d,c=a();while(!![]){try{const d=-parseInt(f(0x18d))/0x1*(parseInt(f(0x190))/0x2)+parseInt(f(0x18f))/0x3*(parseInt(f(0x197))/0x4)+-parseInt(f(0x19c))/0x5+-parseInt(f(0x199))/0x6*(-parseInt(f(0x19a))/0x7)+-parseInt(f(0x18e))/0x8*(parseInt(f(0x198))/0x9)+-parseInt(f(0x196))/0xa+parseInt(f(0x1a1))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x197af));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a71d;if(c){const e=c[g(0x195)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const h=a71d;return a71a[h(0x191)]()[h(0x192)](h(0x19e))['toString']()[h(0x19b)](a71a)[h(0x192)](h(0x19e));});a71a();import a71e from'./get.command.js';import{Command}from'../../command.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x18d;let f=c[d];return f;},a71d(a,b);}Command['create']({'name':a71i(0x1a0),'usage':a71i(0x194),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a71i(0x19f),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a71i,a=await this[j(0x193)][j(0x1a2)]();console[j(0x19d)](a);},a71e);function a71c(){const k=['log','(((.+)+)+)+$','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','local-config','2891977BsjRwn','getProjectConfig','7aSuIVs','56JuJsXH','20397kekNiv','13438MyHzJn','toString','search','fsi','maka\x20get:local-config','apply','1884700QudIjS','88WOkLCR','164376KNxVOB','1119912EjqlOB','7bmboON','constructor','657095ZVVJIq'];a71c=function(){return k;};return a71c();}
1
+ const a71h=a71d;(function(a,b){const f=a71d,c=a();while(!![]){try{const d=parseInt(f(0x6f))/0x1+parseInt(f(0x7b))/0x2+parseInt(f(0x71))/0x3*(parseInt(f(0x76))/0x4)+-parseInt(f(0x7d))/0x5*(parseInt(f(0x7c))/0x6)+parseInt(f(0x7a))/0x7*(-parseInt(f(0x6b))/0x8)+parseInt(f(0x6c))/0x9*(-parseInt(f(0x75))/0xa)+-parseInt(f(0x6e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xa7c66));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const g=a71d;return a71a[g(0x77)]()[g(0x73)]('(((.+)+)+)+$')['toString']()['constructor'](a71a)[g(0x73)](g(0x78));});a71a();import a71e from'./get.command.js';function a71c(){const j=['2672280FiCemn','72crtARh','224160iydcyF','129736MAXXPm','981936ZEsQnj','create','7418906zNlqzo','557866HleVLO','local-config','33SHZqbh','log','search','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','90RiAyWu','365012aslOBj','toString','(((.+)+)+)+$','fsi','7McZYhB'];a71c=function(){return j;};return a71c();}import{Command}from'../../command.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x6b;let f=c[d];return f;},a71d(a,b);}Command[a71h(0x6d)]({'name':a71h(0x70),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a71h(0x74),'validOpts':[]},async function(){const i=a71h,a=await this[i(0x79)]['getProjectConfig']();console[i(0x72)](a);},a71e);
@@ -1 +1 @@
1
- const a72j=a72d;(function(a,b){const g=a72d,c=a();while(!![]){try{const d=-parseInt(g(0x1c2))/0x1*(-parseInt(g(0x1bc))/0x2)+-parseInt(g(0x1b9))/0x3+parseInt(g(0x1c0))/0x4+-parseInt(g(0x1b6))/0x5*(-parseInt(g(0x1ac))/0x6)+parseInt(g(0x1a7))/0x7*(parseInt(g(0x1be))/0x8)+parseInt(g(0x1af))/0x9+parseInt(g(0x1b1))/0xa*(-parseInt(g(0x1c1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xb31ba));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1a7;let f=c[d];return f;},a72d(a,b);}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a72d;if(c){const e=c[h(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const i=a72d;return a72a['toString']()[i(0x1b3)](i(0x1a8))[i(0x1ae)]()['constructor'](a72a)[i(0x1b3)](i(0x1a8));});a72a();import a72e from'./get.command.js';function a72c(){const l=['3KxXmXk','461118tVVvTf','(((.+)+)+)+$','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','create','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','860502hVuRwF','whoami','toString','7105860DjeCEX','notice','9010jRNDki','decode','search','User\x20Access\x20Token:\x20\x20','join','5GZrYXk','error','token','1874604SrmfQp','apply','roles','87658eBvdpt','fsi','32bzUPCf','user','832204sDlXJC','2167hKAOzd'];a72c=function(){return l;};return a72c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';Command[a72j(0x1aa)]({'name':a72j(0x1ad),'usage':'maka\x20get:whoami','shortDesc':a72j(0x1a9),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a72j;try{const a=await this[k(0x1bd)]['getGlobalConfig']();if(a['hash']){const b=a72f[k(0x1b2)](a['hash']);Log['notice']('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x1bf)]),Log['notice']('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[k(0x1b8)]?.['userId']),Log[k(0x1b0)](k(0x1b4)+a['token']?.['authToken']),Log[k(0x1b0)](k(0x1ab)+b?.[k(0x1bb)][k(0x1b5)](',\x20'));}}catch(c){console[k(0x1b7)](c),process['exit'](0x0);}},a72e);
1
+ const a72j=a72d;(function(a,b){const g=a72d,c=a();while(!![]){try{const d=-parseInt(g(0x8e))/0x1+-parseInt(g(0x88))/0x2*(parseInt(g(0x93))/0x3)+parseInt(g(0x87))/0x4+-parseInt(g(0x94))/0x5+-parseInt(g(0x92))/0x6*(parseInt(g(0x98))/0x7)+parseInt(g(0x90))/0x8*(-parseInt(g(0x97))/0x9)+parseInt(g(0x81))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x24dd1));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x7f;let f=c[d];return f;},a72d(a,b);}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a72d;if(c){const e=c[h(0x8d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const i=a72d;return a72a['toString']()[i(0x82)](i(0x8b))[i(0x91)]()[i(0x83)](a72a)['search']('(((.+)+)+)+$');});a72a();import a72e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';function a72c(){const l=['281337bzOqzO','user','7472IcGAnX','toString','6BWFciF','12iNFxbM','37450HswMWg','notice','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','261Lugjuq','1298318ocLcmf','fsi','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','error','User\x20Access\x20Token:\x20\x20','create','token','exit','4246800JsKbZl','search','constructor','hash','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','getGlobalConfig','964208GhGgyJ','6676sjpWjL','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','maka\x20get:whoami','(((.+)+)+)+$','authToken','apply'];a72c=function(){return l;};return a72c();}Command[a72j(0x9e)]({'name':'whoami','usage':a72j(0x8a),'shortDesc':a72j(0x85),'validOpts':[]},async function(){const k=a72j;try{const a=await this[k(0x99)][k(0x86)]();if(a[k(0x84)]){const b=a72f['decode'](a[k(0x84)]);Log[k(0x95)](k(0x9a)+b?.[k(0x8f)]),Log[k(0x95)](k(0x96)+a[k(0x7f)]?.['userId']),Log[k(0x95)](k(0x9d)+a[k(0x7f)]?.[k(0x8c)]),Log[k(0x95)](k(0x89)+b?.[k(0x9b)]['join'](',\x20'));}}catch(c){console[k(0x9c)](c),process[k(0x80)](0x0);}},a72e);
@@ -1 +1 @@
1
- function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x18e;var f=c[d];return f;},a73d(a,b);}var a73i=a73d;(function(a,b){var f=a73d,c=a();while(!![]){try{var d=-parseInt(f(0x192))/0x1*(-parseInt(f(0x19d))/0x2)+-parseInt(f(0x197))/0x3+-parseInt(f(0x19b))/0x4*(parseInt(f(0x191))/0x5)+-parseInt(f(0x195))/0x6+-parseInt(f(0x19c))/0x7*(-parseInt(f(0x190))/0x8)+-parseInt(f(0x19e))/0x9*(-parseInt(f(0x19f))/0xa)+-parseInt(f(0x194))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xed226));var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0x198)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a[h(0x1a1)]()[h(0x18f)](h(0x19a))[h(0x1a1)]()[h(0x193)](a73a)[h(0x18f)](h(0x19a));});function a73c(){var j=['5721879TTWGyC','apply','create','(((.+)+)+)+$','186556rSWOMR','926051nWztZA','2710446yNqRju','4883499nBSyFR','30SRHJld','help','toString','Deprecated:\x20use\x20--help\x20instead','search','112dPCaCm','35uBfLzO','1vcitVo','constructor','11498839OmkGtO','3508446YkfceJ','Try,\x20maka\x20--help'];a73c=function(){return j;};return a73c();}a73a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a73i(0x199)]({'name':a73i(0x1a0),'description':a73i(0x196),'aliases':['h'],'validOpts':[],'shortDesc':a73i(0x18e)},async function(){throw new UsageError();});
1
+ var a73i=a73d;function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x124;var f=c[d];return f;},a73d(a,b);}(function(a,b){var f=a73d,c=a();while(!![]){try{var d=-parseInt(f(0x131))/0x1+-parseInt(f(0x134))/0x2+-parseInt(f(0x12c))/0x3+parseInt(f(0x128))/0x4*(parseInt(f(0x12e))/0x5)+-parseInt(f(0x12d))/0x6+-parseInt(f(0x132))/0x7*(-parseInt(f(0x127))/0x8)+-parseInt(f(0x125))/0x9*(-parseInt(f(0x12a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xa29ee));var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0x12b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a[h(0x130)]()[h(0x135)](h(0x12f))[h(0x130)]()[h(0x129)](a73a)[h(0x135)]('(((.+)+)+)+$');});a73a();function a73c(){var j=['help','633360MXuKYM','search','Try,\x20maka\x20--help','18UPbQFP','create','46312qruZzz','148XcdDAE','constructor','15556390FbUpkv','apply','1699335XPFODN','4434882apZZsM','15865KPebnK','(((.+)+)+)+$','toString','946102LSZNTj','7DUBsue'];a73c=function(){return j;};return a73c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a73i(0x126)]({'name':a73i(0x133),'description':a73i(0x124),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a74z=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=-parseInt(v(0x18f))/0x1+parseInt(v(0x1bc))/0x2+-parseInt(v(0x1e0))/0x3*(parseInt(v(0x191))/0x4)+-parseInt(v(0x1ee))/0x5+-parseInt(v(0x1c9))/0x6*(-parseInt(v(0x1c1))/0x7)+parseInt(v(0x1ad))/0x8+parseInt(v(0x1e1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xc6613));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a74d;if(c){const e=c[w(0x1c8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a[x(0x1b1)]()[x(0x1c3)](x(0x1c0))[x(0x1b1)]()[x(0x19b)](a74a)[x(0x1c3)](x(0x1c0));});a74a();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';import{Log}from'../tools/log/log.class.js';function a74c(){const C=['toString','RELEASE=','package-metadata','notice','success','maka\x20install\x20meteor\x20--version\x202.13.3','Setting\x20Path\x20in\x20/etc/profile','info','replace','-rf','cacert','1419524ddeKou','string','Network\x20error,\x20please\x20try\x20again.','packages','(((.+)+)+)+$','2352MPXaty','fsi','search','/etc/profile','arm64','extractTarGz','error','apply','7206rctQno','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','&release=','existsSync','Setting\x20Path\x20in\x20','osx','Preparing\x20to\x20install\x20Meteor\x20','version','Setting\x20Path\x20in\x20\x20','Path\x20already\x20set\x20in\x20','getGlobalConfig','join','isFile','https://packages.meteor.com/bootstrap-link?arch=os.','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','create','confirm','.meteor','withSpinner','setPath','getuid','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Cleaning\x20up','952635QXJwPf','10211040TqFbGZ','/.bash_profile','exit','NO_NODE_WARNINGS','Path\x20already\x20set\x20in\x20/etc/profile','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','meteor','fileContainsString','get','/.zshrc','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','arch','\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','813095QpbukW','includes',':$PATH','803685ZEKCoi','export\x20PATH=','12DXyMIg','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','Meteor\x20version\x20','keepInstallFile','meteor.tar.gz','\x20installed.\x0a','platform','checkAvailability','downloadFile','warn','constructor','x86_64','maka\x20i','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','grep','/.bashrc','\x20is\x20not\x20available.','force','win32','Using\x20CA\x20Cert\x20','install','data','SHELL','maka\x20install\x20meteor\x20--force','https://install.meteor.com','maka\x20install','injectAtEndOfFile','Proceed\x20anyway?','3869152NZcLTt','length','windows','env'];a74c=function(){return C;};return a74c();}function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x18f;let f=c[d];return f;},a74d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a74e['homedir']();function isRoot(){const y=a74d;return process[y(0x1dd)]&&process[y(0x1dd)]()===0x0;}Command[a74z(0x1d8)]({'name':a74z(0x1a5),'aliases':['i'],'validOpts':[a74z(0x1a2),a74z(0x1d0),'cacert',a74z(0x1dc),'keepInstallFile'],'usage':a74z(0x1aa),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a74z(0x1ed),'examples':['maka\x20install\x20meteor',a74z(0x1a8),a74z(0x1b6),a74z(0x19d)]},async function(a,b){const A=a74z;try{let c='';if(b[A(0x1bb)]){if(this['fsi'][A(0x1d5)](b[A(0x1bb)]))Log['notice'](A(0x1a4)+b[A(0x1bb)]),c=b[A(0x1bb)];else throw A(0x1de)+c;}const d=await this[A(0x1c2)][A(0x1d3)]();if(d['cert']){if(this[A(0x1c2)]['isFile'](d['cert']))c=d['cert'];else throw A(0x1ca)+c;}let f=![];if(b['f']||b[A(0x1a2)])f=!![];else{const p=isRoot();p?(Log[A(0x19a)](A(0x1e6)),f=await Actions[A(0x1d9)](A(0x1ac),![])):f=!![];}if(!f)throw'Aborted';const g=process['platform']===A(0x1a3),h=await HTTPS[A(0x1e9)]({'url':A(0x1a9),'cert':c}),i=await this[A(0x1c2)][A(0x19f)](h[A(0x1a6)],A(0x1b2));if(i[A(0x1ae)]===0x0)throw A(0x1be);process['env'][A(0x1e4)]='1',Log[A(0x1b4)](A(0x1cf)+i[0x0][A(0x1b9)](/[^0-9.]/gi,'')[A(0x1b9)](/\r?\n|\r/,''));let j=i[0x0]['replace'](/[^0-9.]/gi,'')[A(0x1b9)](/\r?\n|\r/,'');(typeof b['v']===A(0x1bd)||typeof b['version']===A(0x1bd))&&(j=b['v']||b[A(0x1d0)]);const k={'win32':A(0x1af),'darwin':A(0x1ce),'linux':'linux'},l=A(0x1d6)+k[a74e[A(0x197)]()]+'.'+(a74e[A(0x1ec)]()===A(0x1c5)?A(0x1c5):A(0x19c))+A(0x1cb)+j,m=await HTTPS[A(0x198)]({'url':l,'cert':c});!m&&(Log[A(0x1c7)](A(0x193)+j+A(0x1a1)),process[A(0x1e3)](0x0));const n=a74f[A(0x1d4)](homeDir,A(0x1da)),o=async()=>{const B=A,q=B(0x190)+n+B(0x1f0);if(process[B(0x1b0)][B(0x1a7)]&&process[B(0x1b0)][B(0x1a7)][B(0x1ef)]('zsh')){const r=await this[B(0x1c2)][B(0x1e8)](homeDir+'/.zshrc',q);if(!r)Log['info'](B(0x1d1)+homeDir+B(0x1ea)),this['fsi'][B(0x1ab)]({'filePath':homeDir+B(0x1ea),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1dc)]&&Log['info'](B(0x1d2)+homeDir+B(0x1ea));}else{const s=await this[B(0x1c2)][B(0x1e8)](homeDir+B(0x1a0),q);if(!s)Log[B(0x1b8)](B(0x1cd)+homeDir+B(0x1a0)),this['fsi'][B(0x1ab)]({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1dc)]&&Log[B(0x1b8)](B(0x1d2)+homeDir+B(0x1a0));const t=await this[B(0x1c2)][B(0x1e8)](homeDir+B(0x1e2),q);if(!t)Log[B(0x1b8)](B(0x1cd)+homeDir+B(0x1e2)),this[B(0x1c2)]['injectAtEndOfFile']({'filePath':homeDir+B(0x1e2),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0x1b8)]('Path\x20already\x20set\x20in\x20'+homeDir+'/.bash_profile');if(isRoot()){const u=await this['fsi'][B(0x1e8)](B(0x1c4),q);if(!u)Log[B(0x1b8)](B(0x1b7)),this['fsi'][B(0x1ab)]({'filePath':B(0x1c4),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1dc)]&&Log[B(0x1b8)](B(0x1e5));}}};b[A(0x1dc)]&&(await o(),process['exit'](0x0));if(g)Log[A(0x1c7)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process[A(0x1e3)](0x0);else{if(a74g[A(0x1cc)](n)){let q=![];b['f']||b[A(0x1a2)]?q=!![]:q=await Actions[A(0x1d9)](A(0x192),![]),q?(await SpawnAsync[A(0x1db)]('rm',[A(0x1ba),a74f[A(0x1d4)](n,A(0x1bf))],{'message':A(0x1d7)}),await SpawnAsync[A(0x1db)]('rm',['-rf',a74f[A(0x1d4)](n,A(0x1b3))],{'message':A(0x19e)}),await SpawnAsync[A(0x1db)]('rm',[A(0x1ba),a74f['join'](n,A(0x1e7))],{'message':A(0x1eb)})):(Log['info']('Aborting\x20install'),process['exit'](0x0));}try{await HTTPS[A(0x199)]({'url':l,'destPath':a74f[A(0x1d4)](homeDir,A(0x195)),'cert':c});try{const r=a74f['join'](homeDir,A(0x195));await this[A(0x1c2)][A(0x1c6)](r,homeDir);}catch(s){Log[A(0x1c7)]('Error\x20extracting\x20meteor.tar.gz\x20file');}!b[A(0x194)]&&await SpawnAsync[A(0x1db)]('rm',[A(0x1ba),a74f['join'](homeDir,A(0x195))],{'message':A(0x1df)}),await o();}catch(t){console[A(0x1c7)](t),process[A(0x1e3)](0x0);}Log[A(0x1b5)](A(0x193)+j+A(0x196));}}catch(u){console['error'](u),process[A(0x1e3)](0x0);}});
1
+ const a74y=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=parseInt(v(0xb1))/0x1+parseInt(v(0xf4))/0x2*(-parseInt(v(0xfe))/0x3)+parseInt(v(0xf8))/0x4+parseInt(v(0xd9))/0x5*(-parseInt(v(0xab))/0x6)+parseInt(v(0xc2))/0x7*(parseInt(v(0xc3))/0x8)+-parseInt(v(0xf0))/0x9*(-parseInt(v(0xc6))/0xa)+-parseInt(v(0xdf))/0xb*(-parseInt(v(0xe4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xc3dc9));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a74d;if(c){const e=c[w(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a[x(0x102)]()[x(0xde)]('(((.+)+)+)+$')[x(0x102)]()[x(0x101)](a74a)['search'](x(0x100));});function a74c(){const C=['/.zshrc','https://packages.meteor.com/bootstrap-link?arch=os.','meteor','setPath','Path\x20already\x20set\x20in\x20','notice','.meteor','env','zsh','packages','Error\x20extracting\x20meteor.tar.gz\x20file','Setting\x20Path\x20in\x20','grep','448672kbeGQk','112sxDPhe','exit','fileContainsString','10AHsPvK','replace','get','&release=','Setting\x20Path\x20in\x20/etc/profile','export\x20PATH=','string','info','apply','maka\x20i','Cleaning\x20up','isFile','extractTarGz','Setting\x20Path\x20in\x20\x20','join','x86_64','Network\x20error,\x20please\x20try\x20again.','cacert','homedir','5CriMmw','withSpinner','data','maka\x20install\x20meteor','force','search','11XoxSgy','keepInstallFile','success','/etc/profile','win32','2608932iTVOXB','Aborted','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','maka\x20install\x20meteor\x20--version\x202.13.3','includes','-rf','getGlobalConfig','error','version','arm64','meteor.tar.gz','fsi','2423682NhdKmd',':$PATH','downloadFile','length','2nEEBwB','confirm','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','/.bashrc','1285936mpJmSJ','/.bash_profile','RELEASE=','linux','NO_NODE_WARNINGS','Meteor\x20version\x20','1725177cBFvwN','\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','(((.+)+)+)+$','constructor','toString','\x20installed.\x0a','getuid','platform','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','injectAtEndOfFile','install','SHELL','8872860hJElZJ','https://install.meteor.com','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Path\x20already\x20set\x20in\x20/etc/profile','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','package-metadata','1150581gGLsNj','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cert','maka\x20install\x20meteor\x20--force'];a74c=function(){return C;};return a74c();}a74a();import a74e from'os';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xa6;let f=c[d];return f;},a74d(a,b);}import a74f from'path';import a74g from'fs';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(0xd8)]();function isRoot(){const z=a74y;return process['getuid']&&process[z(0x104)]()===0x0;}Command['create']({'name':a74y(0xa9),'aliases':['i'],'validOpts':[a74y(0xdd),a74y(0xec),'cacert',a74y(0xb8),a74y(0xe0)],'usage':'maka\x20install','shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a74y(0xff),'examples':[a74y(0xdc),a74y(0xb4),a74y(0xe7),a74y(0xcf)]},async function(a,b){const A=a74y;try{let c='';if(b[A(0xd7)]){if(this[A(0xef)][A(0xd1)](b[A(0xd7)]))Log[A(0xba)]('Using\x20CA\x20Cert\x20'+b[A(0xd7)]),c=b['cacert'];else throw A(0xb2)+c;}const d=await this['fsi'][A(0xea)]();if(d[A(0xb3)]){if(this[A(0xef)][A(0xd1)](d[A(0xb3)]))c=d['cert'];else throw A(0xaf)+c;}let f=![];if(b['f']||b['force'])f=!![];else{const p=isRoot();p?(Log['warn'](A(0xe6)),f=await Actions['confirm']('Proceed\x20anyway?',![])):f=!![];}if(!f)throw A(0xe5);const g=process['platform']===A(0xe3),h=await HTTPS[A(0xc8)]({'url':A(0xac),'cert':c}),i=await this[A(0xef)][A(0xc1)](h[A(0xdb)],A(0xfa));if(i[A(0xf3)]===0x0)throw A(0xd6);process['env'][A(0xfc)]='1',Log['notice']('Preparing\x20to\x20install\x20Meteor\x20'+i[0x0][A(0xc7)](/[^0-9.]/gi,'')[A(0xc7)](/\r?\n|\r/,''));let j=i[0x0][A(0xc7)](/[^0-9.]/gi,'')[A(0xc7)](/\r?\n|\r/,'');(typeof b['v']==='string'||typeof b[A(0xec)]===A(0xcc))&&(j=b['v']||b[A(0xec)]);const k={'win32':'windows','darwin':'osx','linux':A(0xfb)},l=A(0xb6)+k[a74e[A(0xa6)]()]+'.'+(a74e['arch']()===A(0xed)?A(0xed):A(0xd5))+A(0xc9)+j,m=await HTTPS['checkAvailability']({'url':l,'cert':c});!m&&(Log[A(0xeb)](A(0xfd)+j+'\x20is\x20not\x20available.'),process['exit'](0x0));const n=a74f['join'](homeDir,A(0xbb)),o=async()=>{const B=A,q=B(0xcb)+n+B(0xf1);if(process[B(0xbc)][B(0xaa)]&&process[B(0xbc)][B(0xaa)][B(0xe8)](B(0xbd))){const r=await this[B(0xef)][B(0xc5)](homeDir+'/.zshrc',q);if(!r)Log[B(0xcd)](B(0xd3)+homeDir+B(0xb5)),this['fsi'][B(0xa8)]({'filePath':homeDir+'/.zshrc','content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log['info']('Path\x20already\x20set\x20in\x20'+homeDir+B(0xb5));}else{const s=await this[B(0xef)][B(0xc5)](homeDir+'/.bashrc',q);if(!s)Log['info'](B(0xc0)+homeDir+B(0xf7)),this[B(0xef)][B(0xa8)]({'filePath':homeDir+B(0xf7),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0xcd)]('Path\x20already\x20set\x20in\x20'+homeDir+B(0xf7));const t=await this[B(0xef)][B(0xc5)](homeDir+B(0xf9),q);if(!t)Log['info'](B(0xc0)+homeDir+B(0xf9)),this[B(0xef)]['injectAtEndOfFile']({'filePath':homeDir+'/.bash_profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb8)]&&Log[B(0xcd)](B(0xb9)+homeDir+B(0xf9));if(isRoot()){const u=await this['fsi'][B(0xc5)](B(0xe2),q);if(!u)Log[B(0xcd)](B(0xca)),this[B(0xef)][B(0xa8)]({'filePath':B(0xe2),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb8)]&&Log[B(0xcd)](B(0xae));}}};b[A(0xb8)]&&(await o(),process[A(0xc4)](0x0));if(g)Log[A(0xeb)](A(0xa7)),process['exit'](0x0);else{if(a74g['existsSync'](n)){let q=![];b['f']||b[A(0xdd)]?q=!![]:q=await Actions[A(0xf5)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),q?(await SpawnAsync['withSpinner']('rm',[A(0xe9),a74f[A(0xd4)](n,A(0xbe))],{'message':A(0xf6)}),await SpawnAsync['withSpinner']('rm',['-rf',a74f[A(0xd4)](n,A(0xb0))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync['withSpinner']('rm',[A(0xe9),a74f[A(0xd4)](n,A(0xb7))],{'message':A(0xad)})):(Log[A(0xcd)]('Aborting\x20install'),process['exit'](0x0));}try{await HTTPS[A(0xf2)]({'url':l,'destPath':a74f[A(0xd4)](homeDir,A(0xee)),'cert':c});try{const r=a74f[A(0xd4)](homeDir,'meteor.tar.gz');await this[A(0xef)][A(0xd2)](r,homeDir);}catch(s){Log[A(0xeb)](A(0xbf));}!b[A(0xe0)]&&await SpawnAsync[A(0xda)]('rm',[A(0xe9),a74f['join'](homeDir,A(0xee))],{'message':A(0xd0)}),await o();}catch(t){console[A(0xeb)](t),process[A(0xc4)](0x0);}Log[A(0xe1)](A(0xfd)+j+A(0x103));}}catch(u){console[A(0xeb)](u),process[A(0xc4)](0x0);}});