@maka/maka-cli 4.12.11 → 4.12.13

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 (158) 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/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/collection.js +1 -1
  109. package/bundle/obf/src/generators/component.js +1 -1
  110. package/bundle/obf/src/generators/config.js +1 -1
  111. package/bundle/obf/src/generators/dbc.js +1 -1
  112. package/bundle/obf/src/generators/dockerfile.js +1 -1
  113. package/bundle/obf/src/generators/hook.js +1 -1
  114. package/bundle/obf/src/generators/kits/_index.js +1 -1
  115. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  116. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  117. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  118. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  119. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/kit.js +1 -1
  123. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  127. package/bundle/obf/src/generators/layout.js +1 -1
  128. package/bundle/obf/src/generators/maka.gen.js +1 -1
  129. package/bundle/obf/src/generators/methods.js +1 -1
  130. package/bundle/obf/src/generators/package.js +1 -1
  131. package/bundle/obf/src/generators/page.js +1 -1
  132. package/bundle/obf/src/generators/publish.js +1 -1
  133. package/bundle/obf/src/generators/route.js +1 -1
  134. package/bundle/obf/src/generators/service.js +1 -1
  135. package/bundle/obf/src/generators/services/_index.js +1 -1
  136. package/bundle/obf/src/generators/services/openssl.js +1 -1
  137. package/bundle/obf/src/generators/services/translation.js +1 -1
  138. package/bundle/obf/src/maka.js +1 -1
  139. package/bundle/obf/src/tool.js +1 -1
  140. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  141. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  142. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  143. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  144. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  145. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  146. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/https/https.class.js +1 -1
  148. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  149. package/bundle/obf/src/tools/log/log.class.js +1 -1
  150. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/options/options.class.js +1 -1
  152. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  153. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  154. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  156. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  158. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xf5))/0x1*(-parseInt(f(0x102))/0x2)+parseInt(f(0xe2))/0x3*(parseInt(f(0x108))/0x4)+-parseInt(f(0xfa))/0x5+parseInt(f(0xf0))/0x6+-parseInt(f(0xee))/0x7+-parseInt(f(0xdd))/0x8+parseInt(f(0x104))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xccbfd));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0xff)]()[g(0xe6)](g(0xe9))[g(0xff)]()[g(0xde)](a58a)[g(0xe6)]('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';function a58c(){var C=['Large','search','Unknown','You\x20hold\x20the\x20','(((.+)+)+)+$','author','Sniper\x20Rifle','Helmet','Cup','7964467wjFvcb','Gloves','1723890QNghNN','Brown','Tiny','Grey','Short\x20Sword','11831zgiRkW','Common','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Boots','pageCount','7469095wLbBDi','Medium','ArmArmor','publishDate','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','toString','Gold','Weapon','18PiTnKX','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','34793442ioPjdC','Key','Smooth','Small','65916lQOlcU','Rectangle','Rifle','LegArmor','Holy\x20Grail','BodyArmor','Metallic','Yellow','Blade','Circle','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','\x20aloft,\x20feeling\x20its\x20immense\x20power.','8171632cpMRBN','constructor','use','Legendary','Unknown\x20Author','81qbTzce','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','name'];a58c=function(){return C;};return a58c();}export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0xfb)],'category':Category[h(0xe7)],'shape':Shape[h(0x109)],'color':Color[h(0x10f)],'texture':Texture['Smooth'],'rating':Rating[h(0xf6)],'weight':0x1});}[a58i(0xdf)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var j=a58i;super({'name':a,'description':b,'size':Size[j(0xfb)],'category':Category[j(0x101)],'shape':Shape[j(0x110)],'color':Color[j(0xf3)],'texture':Texture[j(0x10e)],'rating':Rating[j(0xf6)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[k(0x101)],'shape':Shape[k(0x10a)],'color':Color[k(0xf1)],'texture':Texture['Metallic'],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0xfb)],'category':Category[l(0xec)],'shape':Shape['Circle'],'color':Color[l(0xf3)],'texture':Texture[l(0x10e)],'rating':Rating[l(0xf6)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0xe5)],'category':Category[m(0x10d)],'shape':Shape[m(0x109)],'color':Color[m(0xf3)],'texture':Texture[m(0x10e)],'rating':Rating[m(0xf6)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0xfb)],'category':Category[n(0x10b)],'shape':Shape[n(0x109)],'color':Color[n(0xf3)],'texture':Texture[n(0x10e)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0xf8)],'shape':Shape[o(0x111)],'color':Color[o(0xf1)],'texture':Texture[o(0x106)],'rating':Rating[o(0xf6)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x107)],'category':Category[p(0xef)],'shape':Shape[p(0x111)],'color':Color[p(0xf1)],'texture':Texture[p(0x106)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0xfb)],'category':Category[q(0xfc)],'shape':Shape[q(0x109)],'color':Color[q(0xf3)],'texture':Texture[q(0x10e)],'rating':Rating[q(0xf6)],'weight':0x3});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xdb;var f=c[d];return f;},a58d(a,b);}export class Key extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0xf2)],'category':Category[r(0x105)],'shape':Shape[r(0x109)],'color':Color[r(0x10f)],'texture':Texture['Smooth'],'rating':Rating[r(0xf6)],'weight':0x0});}['use'](){var s=a58i;return s(0x103);}}export class Weapon extends Item{constructor(a,b){var t=a58i;super({'name':a,'description':b,'size':Size[t(0xfb)],'category':Category[t(0x101)],'shape':Shape[t(0x110)],'color':Color[t(0xf3)],'texture':Texture[t(0x10e)],'rating':Rating[t(0xf6)],'weight':0x3});}[a58i(0xdf)](){var u=a58i;return u(0xf7);}}export class Book extends Item{[a58i(0xea)];['publishDate'];[a58i(0xf9)];constructor(a,b='A\x20mysterious\x20book.',c=a58i(0xe1)){var v=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Book'],'shape':Shape[v(0x109)],'color':Color[v(0xf1)],'texture':Texture[v(0x106)],'rating':Rating[v(0xf6)],'weight':0x1}),this[v(0xea)]=c,this[v(0xfd)]=new Date(),this[v(0xf9)]=0x64;}['use'](){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=a58i;super({'name':w(0xf4),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[w(0xfb)],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[w(0xf3)],'texture':Texture[w(0x10e)],'rating':Rating['Common'],'weight':0x3});}['use'](){var x=a58i;return x(0xf7);}}export class SniperRifle extends Item{constructor(){var y=a58i;super({'name':y(0xeb),'description':y(0xfe),'size':Size[y(0xe5)],'category':Category[y(0x101)],'shape':Shape['Rifle'],'color':Color[y(0xf1)],'texture':Texture[y(0x106)],'rating':Rating[y(0xf6)],'weight':0x5});}[a58i(0xdf)](){var z=a58i;return z(0xe3);}}export class HolyGrail extends Item{constructor(){var A=a58i;super({'name':A(0x10c),'description':A(0xdb),'size':Size[A(0x107)],'category':Category[A(0xed)],'shape':Shape[A(0x111)],'color':Color[A(0x100)],'texture':Texture['Metallic'],'rating':Rating[A(0xe0)],'weight':0x1});}[a58i(0xdf)](){var B=a58i;return B(0xe8)+this[B(0xe4)]+B(0xdc);}}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x1ad))/0x1+-parseInt(f(0x1c8))/0x2+parseInt(f(0x1b0))/0x3+parseInt(f(0x1a1))/0x4+parseInt(f(0x1c5))/0x5+-parseInt(f(0x1c9))/0x6+parseInt(f(0x19d))/0x7*(parseInt(f(0x1a0))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xd44e6));function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x197;var f=c[d];return f;},a58d(a,b);}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0x1ac)]()[g(0x1a5)](g(0x1b4))['toString']()[g(0x19f)](a58a)[g(0x1a5)](g(0x1b4));});a58a();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=a58d;super({'name':a,'description':b,'size':Size[h(0x1bd)],'category':Category[h(0x19b)],'shape':Shape[h(0x1c7)],'color':Color[h(0x1b6)],'texture':Texture['Smooth'],'rating':Rating[h(0x1c2)],'weight':0x1});}[a58i(0x1a4)](){var j=a58i;return this[j(0x1af)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0x1bd)],'category':Category[k(0x1b8)],'shape':Shape['Blade'],'color':Color[k(0x1a7)],'texture':Texture['Metallic'],'rating':Rating[k(0x1c2)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0x1bc)],'category':Category[l(0x1b8)],'shape':Shape[l(0x19a)],'color':Color[l(0x1ba)],'texture':Texture[l(0x19c)],'rating':Rating[l(0x1ab)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0x1bd)],'category':Category['Helmet'],'shape':Shape[m(0x1bf)],'color':Color['Grey'],'texture':Texture[m(0x19c)],'rating':Rating[m(0x1c2)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[n(0x19e)],'shape':Shape[n(0x1c7)],'color':Color[n(0x1a7)],'texture':Texture['Metallic'],'rating':Rating[n(0x1c2)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0x1be)],'shape':Shape['Rectangle'],'color':Color[o(0x1a7)],'texture':Texture[o(0x19c)],'rating':Rating[o(0x1c2)],'weight':0x6});}}function a58c(){var D=['Small','Boots','(((.+)+)+)+$','Key','Yellow','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Weapon','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Brown','Legendary','Large','Medium','LegArmor','Circle','author','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Common','You\x20hold\x20the\x20','publishDate','6005270fBgLaN','Cup','Rectangle','2619548OLalMM','7652016ThsmRf','Smooth','name','Book','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Short\x20Sword','Rifle','Unknown','Metallic','14gQSbkL','BodyArmor','constructor','6897904kbwcSU','757368GaLoEI','Blade','Holy\x20Grail','use','search','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Grey','pageCount','Sniper\x20Rifle','ArmArmor','Rare','toString','732550OBsIBb','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','description','3217182IdrQqP','\x20aloft,\x20feeling\x20its\x20immense\x20power.'];a58c=function(){return D;};return a58c();}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x1bd)],'category':Category[p(0x1b3)],'shape':Shape['Circle'],'color':Color[p(0x1ba)],'texture':Texture[p(0x1ca)],'rating':Rating[p(0x1c2)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size['Small'],'category':Category['Gloves'],'shape':Shape[q(0x1bf)],'color':Color[q(0x1ba)],'texture':Texture[q(0x1ca)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x1bd)],'category':Category[r(0x1aa)],'shape':Shape[r(0x1c7)],'color':Color[r(0x1a7)],'texture':Texture[r(0x19c)],'rating':Rating[r(0x1c2)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0x1b5)],'shape':Shape[s(0x1c7)],'color':Color[s(0x1b6)],'texture':Texture[s(0x1ca)],'rating':Rating[s(0x1c2)],'weight':0x0});}[a58i(0x1a4)](){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=a58i;super({'name':a,'description':b,'size':Size[t(0x1bd)],'category':Category[t(0x1b8)],'shape':Shape[t(0x1a2)],'color':Color['Grey'],'texture':Texture[t(0x19c)],'rating':Rating[t(0x1c2)],'weight':0x3});}[a58i(0x1a4)](){var u=a58i;return u(0x1c1);}}export class Book extends Item{['author'];['publishDate'];['pageCount'];constructor(a,b='A\x20mysterious\x20book.',c='Unknown\x20Author'){var v=a58i;super({'name':a,'description':b,'size':Size[v(0x1bd)],'category':Category[v(0x197)],'shape':Shape['Rectangle'],'color':Color[v(0x1ba)],'texture':Texture[v(0x1ca)],'rating':Rating[v(0x1c2)],'weight':0x1}),this[v(0x1c0)]=c,this[v(0x1c4)]=new Date(),this[v(0x1a8)]=0x64;}[a58i(0x1a4)](){var w=a58i;return w(0x1b9);}}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0x199),'description':x(0x1a6),'size':Size[x(0x1bd)],'category':Category[x(0x1b8)],'shape':Shape[x(0x1a2)],'color':Color[x(0x1a7)],'texture':Texture[x(0x19c)],'rating':Rating['Common'],'weight':0x3});}['use'](){var y=a58i;return y(0x1c1);}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':z(0x1a9),'description':z(0x1ae),'size':Size[z(0x1bc)],'category':Category[z(0x1b8)],'shape':Shape[z(0x19a)],'color':Color['Brown'],'texture':Texture[z(0x1ca)],'rating':Rating[z(0x1c2)],'weight':0x5});}[a58i(0x1a4)](){var A=a58i;return A(0x1b7);}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':B(0x1a3),'description':B(0x198),'size':Size[B(0x1b2)],'category':Category[B(0x1c6)],'shape':Shape[B(0x1bf)],'color':Color['Gold'],'texture':Texture[B(0x19c)],'rating':Rating[B(0x1bb)],'weight':0x1});}[a58i(0x1a4)](){var C=a58i;return C(0x1c3)+this[C(0x1cb)]+C(0x1b1);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x1c5))/0x1*(-parseInt(f(0x20f))/0x2)+-parseInt(f(0x232))/0x3+parseInt(f(0x20a))/0x4*(-parseInt(f(0x1e3))/0x5)+-parseInt(f(0x225))/0x6*(parseInt(f(0x204))/0x7)+parseInt(f(0x21a))/0x8*(-parseInt(f(0x1f1))/0x9)+-parseInt(f(0x222))/0xa+parseInt(f(0x1ef))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xea74d));function a60c(){const j=['south','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','document','show\x20loyalty','(((.+)+)+)+$','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','insert\x20gem','49691587PWSkXb','Ares\x20Predator','711HzZgsR','rifle','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Mage\x27s\x20Lair','Entrance\x20Hall','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','A\x20small\x20surveillance\x20drone.','Courtyard','Ancient\x20Gem','NORTH','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Jackpoint\x20Login','secret123','shield','book','disenchant','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','973IUdqxz','Golden\x20Key','apply','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Sniper\x20Rifle','Watch\x20Tower','2905152vrqAqF','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','That\x20passcode\x20is\x20incorrect','Rigger\x27s\x20Workshop','2ZArwlG','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','SOUTH','release','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Corporate\x20Creditstick','search','Study','9648PxnLNh','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','Armory','constructor','basic','Encrypted\x20Data\x20Key','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Central\x20Chamber','14980970jvObWk','An\x20old\x20and\x20rusted\x20sword.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','42696CTAyLz','west','drone','Torture\x20Chamber','Amulet\x20of\x20Awakening','EAST','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Alchemy\x20Lab','OUTSIDE','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Empty\x20vial','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Rusted\x20Sword','5209812ktwQxg','Barrens\x20Hideout','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Central\x20Chamber\x20Key','key','decrypt','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Nothing\x20happens.','1488303TpAovE','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','north','Downtown\x20Seattle','weapon','Barrens\x20Entrance','down','east','MCT\x20Fly-Spy','Chad\x20the\x20stupid\x20guard','Matrix\x20Data\x20Haven','cup','A\x20clear\x20glass\x20vial.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Treasure\x20Room','Guard\x27s\x20Log\x20Book','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','The\x20chest\x20remains\x20firmly\x20shut.','toString','Emblem\x20Shield','A\x20chalice\x20made\x20of\x20pure\x20gold.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Secret\x20Passage','outside','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','inside','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','5CiVSFP','Corp\x20Enclave','Golden\x20Chalice'];a60c=function(){return j;};return a60c();}function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x206)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()['search'](h(0x1ec))[h(0x1d7)]()[h(0x21d)](a60a)[h(0x218)](h(0x1ec));});a60a();export const rooms=[{'name':'Library','description':a60i(0x1db),'isStartRoom':!![],'items':[{'type':'key','name':'Golden\x20Key','description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a60i(0x200),'name':a60i(0x1d4),'description':'A\x20thin\x20log\x20book','content':a60i(0x1ce)}],'exits':[{'direction':a60i(0x22a),'targetRoom':a60i(0x1dc)}]},{'name':a60i(0x1dc),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x1fa),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0x205)},{'direction':a60i(0x214),'targetRoom':'Courtyard'}]},{'name':a60i(0x1d3),'description':a60i(0x1d2),'items':[{'type':'holyGrail','name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x1f8),'description':a60i(0x1da),'roomType':a60i(0x22d),'exits':[{'direction':'UP','targetRoom':a60i(0x209)}]},{'name':a60i(0x209),'description':a60i(0x1de),'roomType':a60i(0x22d),'puzzle':{'requiredPhrase':a60i(0x1fe),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x1f2),'name':a60i(0x208),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x21b),'failureMessage':a60i(0x20d)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x1ed),'isStartRoom':!![],'roomType':a60i(0x1e0),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x1c6),'rewardItem':{'type':a60i(0x236),'name':a60i(0x235),'description':a60i(0x22b)},'successMessage':a60i(0x202),'failureMessage':a60i(0x1c4)},'exits':[{'direction':a60i(0x1c7),'targetRoom':a60i(0x219)},{'direction':a60i(0x1cc),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0x235)}]},{'name':a60i(0x219),'description':a60i(0x1f3),'roomType':'inside','items':[{'type':a60i(0x200),'name':'Riddle\x20Book','description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x1d5)},{'type':'key','name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':'south','targetRoom':a60i(0x1f5)},{'direction':a60i(0x1cc),'targetRoom':a60i(0x22c)}]},{'name':a60i(0x22c),'description':a60i(0x212),'roomType':a60i(0x1e0),'items':[{'type':a60i(0x21e),'name':a60i(0x22f),'description':a60i(0x1d1)}],'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x219)},{'direction':'north','targetRoom':a60i(0x21c)}]},{'name':a60i(0x21c),'description':a60i(0x224),'roomType':a60i(0x1e0),'items':[{'type':a60i(0x1ff),'name':a60i(0x1d8),'description':a60i(0x1e7)},{'type':'sword','name':a60i(0x231),'description':a60i(0x223)}],'exits':[{'direction':a60i(0x1e6),'targetRoom':a60i(0x22c)},{'direction':a60i(0x1cc),'targetRoom':a60i(0x221)}]},{'name':a60i(0x221),'description':a60i(0x203),'roomType':a60i(0x1e0),'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x21c)},{'direction':'south','targetRoom':a60i(0x1f5)},{'direction':a60i(0x1c7),'targetRoom':'Torture\x20Chamber'},{'direction':a60i(0x1cc),'targetRoom':a60i(0x1d3)}]},{'name':a60i(0x228),'description':a60i(0x1e8),'roomType':'inside','items':[{'type':a60i(0x236),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x215),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':'gem','name':a60i(0x1f9),'description':a60i(0x1e2)},'successMessage':a60i(0x210),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x1e6),'targetRoom':'Central\x20Chamber'}]},{'name':'Treasure\x20Room','description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x1e0),'puzzle':{'requiredPhrase':a60i(0x1ee),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x1d0),'name':a60i(0x1e5),'description':a60i(0x1d9)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x1d6)},'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x221)}]}];export const shadowrunConfig=[{'name':a60i(0x1fd),'description':a60i(0x1f6),'isStartRoom':!![],'roomType':a60i(0x1e0),'exits':[{'direction':a60i(0x1c7),'targetRoom':a60i(0x1c8)},{'direction':'up','targetRoom':a60i(0x1cf)}]},{'name':a60i(0x1cf),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0x1e0),'puzzle':{'requiredPhrase':a60i(0x237),'riddle':a60i(0x213),'rewardItem':{'type':a60i(0x236),'name':a60i(0x21f),'description':a60i(0x220)},'successMessage':a60i(0x1fc),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x1cb),'targetRoom':a60i(0x1fd)}]},{'name':a60i(0x1c8),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x1dd),'exits':[{'direction':a60i(0x1e6),'targetRoom':a60i(0x1fd)},{'direction':a60i(0x1cc),'targetRoom':a60i(0x1ca)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1ca),'description':a60i(0x230),'roomType':a60i(0x1dd),'puzzle':{'requiredPhrase':a60i(0x1eb),'riddle':a60i(0x1e9),'rewardItem':{'type':a60i(0x236),'name':'Gang\x20Insignia','description':a60i(0x207)},'successMessage':a60i(0x1fb),'failureMessage':a60i(0x20c)},'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x1c8)},{'direction':'north','targetRoom':a60i(0x233)}]},{'name':a60i(0x1e4),'description':a60i(0x238),'roomType':a60i(0x1e0),'items':[{'type':'creditstick','name':a60i(0x217),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x1ea),'name':'CorpSec\x20Plans','description':a60i(0x20b)}],'exits':[{'direction':a60i(0x1cc),'targetRoom':a60i(0x1c8)}]},{'name':a60i(0x233),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60i(0x1dd),'items':[{'type':a60i(0x1c9),'name':a60i(0x1f0),'description':a60i(0x211)}],'exits':[{'direction':a60i(0x1e6),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a60i(0x1f4)},{'direction':a60i(0x1cc),'targetRoom':a60i(0x20e)}]},{'name':a60i(0x1f4),'description':a60i(0x1df),'roomType':a60i(0x1e0),'puzzle':{'requiredPhrase':a60i(0x201),'riddle':a60i(0x1c3),'rewardItem':{'type':'amulet','name':a60i(0x229),'description':a60i(0x216)},'successMessage':a60i(0x1e1),'failureMessage':a60i(0x22e)},'exits':[{'direction':a60i(0x1e6),'targetRoom':a60i(0x233)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x234),'roomType':a60i(0x1e0),'items':[{'type':a60i(0x227),'name':a60i(0x1cd),'description':a60i(0x1f7)}],'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x233)}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x1eb))/0x1+-parseInt(f(0x1ca))/0x2*(parseInt(f(0x1ff))/0x3)+-parseInt(f(0x206))/0x4+-parseInt(f(0x1ba))/0x5+parseInt(f(0x1bb))/0x6*(parseInt(f(0x1d5))/0x7)+parseInt(f(0x1b6))/0x8+parseInt(f(0x1af))/0x9*(parseInt(f(0x208))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd244a));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1ee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x19e)]()['search'](h(0x1f9))['toString']()['constructor'](a60a)[h(0x1b7)](h(0x1f9));});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x197;let f=c[d];return f;},a60d(a,b);}export const rooms=[{'name':a60i(0x1a5),'description':a60i(0x1da),'isStartRoom':!![],'items':[{'type':a60i(0x19c),'name':'Golden\x20Key','description':a60i(0x1c5)},{'type':a60i(0x1fd),'name':a60i(0x20b),'description':'A\x20thin\x20log\x20book','content':a60i(0x19f)}],'exits':[{'direction':'EAST','targetRoom':a60i(0x204)}]},{'name':a60i(0x204),'description':a60i(0x1ac),'exits':[{'direction':'NORTH','targetRoom':a60i(0x1fc),'keyRequired':a60i(0x1bd)},{'direction':a60i(0x1b8),'targetRoom':a60i(0x1b1)}]},{'name':a60i(0x1fc),'description':a60i(0x1f0),'items':[{'type':a60i(0x20d),'name':a60i(0x1ec),'description':a60i(0x210)}]},{'name':a60i(0x1b1),'description':a60i(0x1d0),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':'Watch\x20Tower','description':a60i(0x1ef),'roomType':a60i(0x1b4),'puzzle':{'requiredPhrase':a60i(0x197),'riddle':a60i(0x1e2),'rewardItem':{'type':a60i(0x1d1),'name':a60i(0x1a3),'description':a60i(0x1a2)},'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':a60i(0x1fe)}}];export const dungeonConfig=[{'name':a60i(0x1e0),'description':a60i(0x1c6),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x1f7),'riddle':a60i(0x212),'rewardItem':{'type':a60i(0x19c),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a60i(0x1c4),'failureMessage':a60i(0x1d7)},'exits':[{'direction':a60i(0x200),'targetRoom':a60i(0x1b5)},{'direction':'east','targetRoom':a60i(0x1ae),'keyRequired':a60i(0x1be)}]},{'name':a60i(0x1b5),'description':a60i(0x1f5),'roomType':a60i(0x1fa),'items':[{'type':a60i(0x1fd),'name':'Riddle\x20Book','description':a60i(0x1dd),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x19c),'name':a60i(0x1be),'description':a60i(0x211)}],'exits':[{'direction':a60i(0x19a),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x1de),'targetRoom':a60i(0x1c8)}]},{'name':a60i(0x1c8),'description':a60i(0x20e),'roomType':a60i(0x1fa),'items':[{'type':a60i(0x1bc),'name':a60i(0x207),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a60i(0x1ce),'targetRoom':a60i(0x1b5)},{'direction':a60i(0x200),'targetRoom':a60i(0x199)}]},{'name':'Armory','description':a60i(0x1f4),'roomType':'inside','items':[{'type':'shield','name':a60i(0x1f1),'description':a60i(0x1a8)},{'type':a60i(0x1aa),'name':a60i(0x1e5),'description':a60i(0x1b9)}],'exits':[{'direction':a60i(0x19a),'targetRoom':a60i(0x1c8)},{'direction':'east','targetRoom':a60i(0x1ae)}]},{'name':a60i(0x1ae),'description':a60i(0x1ea),'roomType':'inside','exits':[{'direction':a60i(0x1ce),'targetRoom':a60i(0x199)},{'direction':a60i(0x19a),'targetRoom':'Entrance\x20Hall'},{'direction':a60i(0x200),'targetRoom':a60i(0x203)},{'direction':a60i(0x1de),'targetRoom':a60i(0x1fc)}]},{'name':a60i(0x203),'description':a60i(0x1ed),'roomType':'inside','items':[{'type':a60i(0x19c),'name':'Blood-stained\x20Key','description':a60i(0x1f2)}],'puzzle':{'requiredPhrase':a60i(0x1f8),'riddle':a60i(0x1fb),'rewardItem':{'type':'gem','name':'Ancient\x20Gem','description':a60i(0x1b2)},'successMessage':a60i(0x20c),'failureMessage':a60i(0x209)},'exits':[{'direction':'south','targetRoom':a60i(0x1ae)}]},{'name':'Treasure\x20Room','description':a60i(0x1a1),'roomType':a60i(0x1fa),'puzzle':{'requiredPhrase':a60i(0x1d6),'riddle':a60i(0x1c1),'rewardItem':{'type':a60i(0x1dc),'name':'Golden\x20Chalice','description':a60i(0x1c0)},'successMessage':a60i(0x1ab),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a60i(0x1ce),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a60i(0x1cf),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a60i(0x1fa),'exits':[{'direction':a60i(0x200),'targetRoom':a60i(0x1f6)},{'direction':'up','targetRoom':a60i(0x1cb)}]},{'name':a60i(0x1cb),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0x1fa),'puzzle':{'requiredPhrase':a60i(0x1d4),'riddle':a60i(0x19b),'rewardItem':{'type':a60i(0x19c),'name':a60i(0x1a7),'description':a60i(0x1c3)},'successMessage':a60i(0x1e4),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x1d2),'targetRoom':'Jackpoint\x20Login'}]},{'name':a60i(0x1f6),'description':a60i(0x1db),'roomType':a60i(0x1b0),'exits':[{'direction':a60i(0x19a),'targetRoom':a60i(0x1cf)},{'direction':'east','targetRoom':a60i(0x198)},{'direction':a60i(0x1ce),'targetRoom':a60i(0x1cd)}]},{'name':a60i(0x198),'description':a60i(0x1e8),'roomType':a60i(0x1b0),'puzzle':{'requiredPhrase':a60i(0x1c2),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60i(0x19c),'name':a60i(0x1e6),'description':a60i(0x1a9)},'successMessage':a60i(0x1d9),'failureMessage':a60i(0x202)},'exits':[{'direction':a60i(0x1ce),'targetRoom':'Downtown\x20Seattle'},{'direction':'north','targetRoom':a60i(0x201)}]},{'name':a60i(0x1cd),'description':a60i(0x20f),'roomType':a60i(0x1fa),'items':[{'type':'creditstick','name':a60i(0x1e9),'description':a60i(0x1e1)},{'type':a60i(0x1a0),'name':a60i(0x1c9),'description':a60i(0x205)}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':a60i(0x201),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60i(0x1b0),'items':[{'type':a60i(0x1cc),'name':'Ares\x20Predator','description':a60i(0x1c7)}],'exits':[{'direction':a60i(0x19a),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a60i(0x19d)},{'direction':a60i(0x1de),'targetRoom':a60i(0x20a)}]},{'name':a60i(0x19d),'description':a60i(0x1d3),'roomType':'inside','puzzle':{'requiredPhrase':'disenchant','riddle':a60i(0x1d8),'rewardItem':{'type':a60i(0x1df),'name':a60i(0x1a4),'description':a60i(0x1f3)},'successMessage':a60i(0x1e7),'failureMessage':a60i(0x1bf)},'exits':[{'direction':a60i(0x19a),'targetRoom':a60i(0x201)}]},{'name':a60i(0x20a),'description':a60i(0x1a6),'roomType':'inside','items':[{'type':a60i(0x1ad),'name':a60i(0x1b3),'description':a60i(0x1e3)}],'exits':[{'direction':a60i(0x1ce),'targetRoom':a60i(0x201)}]}];function a60c(){const j=['1044VQraGd','outside','Courtyard','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','MCT\x20Fly-Spy','OUTSIDE','Study','7869576zfJeZW','search','SOUTH','An\x20old\x20and\x20rusted\x20sword.','2544330HDHqUx','24ApCRto','basic','Golden\x20Key','Central\x20Chamber\x20Key','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','A\x20chalice\x20made\x20of\x20pure\x20gold.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','show\x20loyalty','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Alchemy\x20Lab','CorpSec\x20Plans','6cQjjwo','Matrix\x20Data\x20Haven','weapon','Corp\x20Enclave','west','Jackpoint\x20Login','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','rifle','down','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','decrypt','1822891NYjtKQ','insert\x20gem','Nothing\x20happens.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','cup','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','east','amulet','Entrance\x20Hall','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','A\x20small\x20surveillance\x20drone.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Rusted\x20Sword','Gang\x20Insignia','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Corporate\x20Creditstick','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','1391470chHXMm','Holy\x20Grail','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','apply','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Emblem\x20Shield','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Downtown\x20Seattle','open\x20sesame','release','(((.+)+)+)+$','inside','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Treasure\x20Room','book','That\x20passcode\x20is\x20incorrect','1711146QwMoCO','north','Barrens\x20Hideout','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Torture\x20Chamber','Secret\x20Passage','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','4797604UxQbPO','Empty\x20vial','74470DEryBS','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Rigger\x27s\x20Workshop','Guard\x27s\x20Log\x20Book','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','holyGrail','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','The\x20legendary\x20Holy\x20Grail.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','secret123','Barrens\x20Entrance','Armory','south','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','key','Mage\x27s\x20Lair','toString','Chad\x20the\x20stupid\x20guard','document','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20long-range\x20weapon.','Sniper\x20Rifle','Amulet\x20of\x20Awakening','Library','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Encrypted\x20Data\x20Key','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','sword','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','drone','Central\x20Chamber'];a60c=function(){return j;};return a60c();}
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1d7))/0x1*(-parseInt(f(0x1d1))/0x2)+parseInt(f(0x1c5))/0x3*(-parseInt(f(0x1e5))/0x4)+parseInt(f(0x1de))/0x5*(-parseInt(f(0x1db))/0x6)+-parseInt(f(0x1e4))/0x7*(parseInt(f(0x1d9))/0x8)+-parseInt(f(0x1c6))/0x9+parseInt(f(0x1d5))/0xa*(-parseInt(f(0x1cb))/0xb)+parseInt(f(0x1c0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x9b3d6));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1bf;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(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1d4)]()[h(0x1d2)](h(0x1bf))[h(0x1d4)]()[h(0x1dd)](a61a)[h(0x1d2)](h(0x1bf));});a61a();function a61c(){var j=['28511700UYsTLN','_playerName','items','shape','isLocked','70593ZvqyBj','2488095vDenUr','unlockItemOrSolution','puzzle','_logger','isLockable','2515777diZWSr','_inventory','exits','weight','roomB','logger','4kvLUSz','search','inventory','toString','30HKlAjI','apply','616282IKrWvK','name','8PHWzJa','description','42GsiVsO','player','constructor','872095wINbTh','_maxCarryingWeight','_equipment','size','isStartRoom','category','2723987kPldtD','68qSMbqS','(((.+)+)+)+$'];a61c=function(){return j;};return a61c();}import{EventEmitter}from'events';export class AbstractScene{['rooms'];[a61i(0x1dc)];[a61i(0x1d0)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a61i(0x1da)];[a61i(0x1cd)];[a61i(0x1d3)];[a61i(0x1c8)];['roomType'];[a61i(0x1e2)];}export class AbstractDoor{['roomA'];[a61i(0x1cf)];[a61i(0x1c4)];[a61i(0x1c7)];['name'];[a61i(0x1d0)];[a61i(0x1ca)];}export class AbstractInventory{[a61i(0x1c2)];['logger'];}export class AbstractItem{['uuid'];[a61i(0x1d8)];[a61i(0x1da)];[a61i(0x1e1)];[a61i(0x1e3)];[a61i(0x1c3)];['color'];['texture'];['rating'];[a61i(0x1ce)];}export class AbstractPlayer{[a61i(0x1c1)];['_currentLocation'];[a61i(0x1cc)];[a61i(0x1e0)];[a61i(0x1df)];[a61i(0x1c9)];}export class AbstractPuzzle{[a61i(0x1d0)];['solved'];}
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0xad))/0x1*(-parseInt(f(0xa6))/0x2)+-parseInt(f(0x92))/0x3*(-parseInt(f(0x94))/0x4)+parseInt(f(0xa2))/0x5*(-parseInt(f(0x9a))/0x6)+parseInt(f(0xaf))/0x7+parseInt(f(0xb2))/0x8+-parseInt(f(0x8f))/0x9+parseInt(f(0xac))/0xa*(-parseInt(f(0xaa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xb330b));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x8d;var f=c[d];return f;},a61d(a,b);}function a61c(){var i=['18YkBaZO','isLocked','_equipment','_currentLocation','55DnbgAk','_playerName','824830kREpzi','80877PiYAGj','(((.+)+)+)+$','2548686uvVlYV','description','logger','613816sFTxNY','uuid','_inventory','rooms','roomType','1598859ZFRejU','category','rating','3408429CKHmkg','toString','4cuEaeZ','inventory','constructor','isStartRoom','player','name','173088OjzkQx','texture','weight','shape','items','solved','_maxCarryingWeight','roomA','170fcpGet','search','color','isLockable'];a61c=function(){return i;};return a61c();}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['toString']()[g(0xa3)]('(((.+)+)+)+$')[g(0x93)]()[g(0x96)](a61a)[g(0xa3)](g(0xae));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x8d)];[a61h(0x98)];['logger'];['characterLocations'];}export class AbstractRoom extends EventEmitter{[a61h(0x99)];['description'];['exits'];[a61h(0x95)];['puzzle'];[a61h(0x8e)];[a61h(0x97)];}export class AbstractDoor{[a61h(0xa1)];['roomB'];[a61h(0xa7)];['unlockItemOrSolution'];[a61h(0x99)];['logger'];[a61h(0xa5)];}export class AbstractInventory{[a61h(0x9e)];[a61h(0xb1)];}export class AbstractItem{[a61h(0xb3)];[a61h(0x99)];[a61h(0xb0)];['size'];[a61h(0x90)];[a61h(0x9d)];[a61h(0xa4)];[a61h(0x9b)];[a61h(0x91)];[a61h(0x9c)];}export class AbstractPlayer{[a61h(0xab)];[a61h(0xa9)];[a61h(0xb4)];[a61h(0xa8)];[a61h(0xa0)];['_logger'];}export class AbstractPuzzle{[a61h(0xb1)];[a61h(0x9f)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0xd1))/0x1+-parseInt(k(0xb8))/0x2+parseInt(k(0xdc))/0x3*(-parseInt(k(0x9e))/0x4)+-parseInt(k(0xa3))/0x5*(-parseInt(k(0xe9))/0x6)+parseInt(k(0xc0))/0x7+parseInt(k(0xc2))/0x8*(-parseInt(k(0xc5))/0x9)+parseInt(k(0xd3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xd2ab5));export var Size;function a62c(){var v=['small','down','4122216VUfNtq','BEACH','136moENqW','fuzzy','gold','324153pTHJxo','metallic','SEA','Large','Green','grainy','Key','EAST','south','sea','red','(((.+)+)+)+$','1398313SmiRSi','TOWER','24512970ACMrCN','purple','Shield','yellow','east','Rare','UNDERGROUND','Boots','cup','109506XRaWej','smooth','shield','toString','unknown','Gold','Hat','common','rough','Grainy','inside','bumpy','Unknown','6pXvNDg','Red','Medium','constructor','Rifle','rare','rectangle','book','very\x20large','tower','Legendary','Common','mountain','green','Tiny','apply','LegArmor','orange','OUTSIDE','search','forest','body\x20armor','SOUTH','hat','BodyArmor','beach','outside','28MhjoSG','helmet','Brown','west','ArmArmor','7136425NDiLfd','DOWN','VeryLarge','large','Blue','tiny','leg\x20armor','circle','INSIDE','blade','Book','Metallic','medium','Small','north','desert','Weapon','grey','square','Orange','underground','2676906xUgsjQ','Grey','boots','FOREST','Blade','Fuzzy'];a62c=function(){return v;};return a62c();}(function(a){var l=a62d;a[l(0xf7)]=l(0xa8),a[l(0xb0)]=l(0xbe),a[l(0xeb)]=l(0xaf),a[l(0xc8)]=l(0xa6),a[l(0xa5)]=l(0xf1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xf4)]=m(0xe3),a[m(0xd8)]=m(0xee),a[m(0xf3)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0xb3)]='weapon',a[n(0xd5)]=n(0xde),a[n(0xcb)]='key',a['Gloves']='gloves',a['Helmet']=n(0x9f),a[n(0xe2)]=n(0x100),a[n(0xda)]=n(0xba),a[n(0xf9)]=n(0xa9),a[n(0xa2)]='arm\x20armor',a[n(0x101)]=n(0xfe),a[n(0xad)]=n(0xf0),a['Cup']=n(0xdb),a[n(0xe8)]=n(0xe0);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a['Circle']=o(0xaa),a['Square']=o(0xb5),a['Triangle']='triangle',a['Rectangle']=o(0xef),a[o(0xbc)]=o(0xac),a[o(0xed)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0xea)]=p(0xcf),a[p(0xa7)]='blue',a[p(0xc9)]=p(0xf6),a['Yellow']=p(0xd6),a[p(0xb6)]=p(0xfa),a['Purple']=p(0xd4),a[p(0xb9)]=p(0xb4),a[p(0xa0)]='brown',a[p(0xe1)]=p(0xc4);}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a['Smooth']=q(0xdd),a['Rough']=q(0xe4),a['Bumpy']=q(0xe7),a[q(0xbd)]=q(0xc3),a[q(0xe5)]=q(0xca),a[q(0xae)]=q(0xc6);}(Texture||(Texture={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x9c;var f=c[d];return f;},a62d(a,b);}export var RoomType;(function(a){var r=a62d;a[r(0xab)]=r(0xe6),a[r(0xfb)]=r(0x9d),a[r(0xd9)]=r(0xb7),a['CAVE']='cave',a[r(0xd2)]=r(0xf2),a[r(0xbb)]=r(0xfd),a['DESERT']=r(0xb2),a['MOUNTAIN']=r(0xf5),a[r(0xc1)]=r(0x9c),a[r(0xc7)]=r(0xce);}(RoomType||(RoomType={})));export var Direction;(function(c){var u=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var s=a62d;if(h){var j=h[s(0xf8)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a62d;return e[t(0xdf)]()[t(0xfc)]('(((.+)+)+)+$')[t(0xdf)]()[t(0xec)](e)[t(0xfc)](t(0xd0));});e(),c['NORTH']=u(0xb1),c[u(0xcc)]=u(0xd7),c[u(0xff)]=u(0xcd),c['WEST']=u(0xa1),c['UP']='up',c[u(0xa4)]=u(0xbf);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x195))/0x1+parseInt(k(0x169))/0x2*(-parseInt(k(0x1a6))/0x3)+parseInt(k(0x194))/0x4+-parseInt(k(0x185))/0x5+-parseInt(k(0x154))/0x6*(parseInt(k(0x19c))/0x7)+-parseInt(k(0x153))/0x8+parseInt(k(0x184))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x33653));export var Size;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x153;var f=c[d];return f;},a62d(a,b);}(function(a){var l=a62d;a['Tiny']=l(0x155),a[l(0x190)]=l(0x19b),a['Medium']=l(0x177),a[l(0x179)]=l(0x163),a['VeryLarge']='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a['Common']=m(0x191),a[m(0x1bb)]=m(0x1a0),a['Legendary']=m(0x165);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x16c)]=n(0x18c),a[n(0x175)]=n(0x1b7),a[n(0x15b)]=n(0x172),a[n(0x186)]=n(0x15e),a[n(0x180)]='helmet',a[n(0x166)]=n(0x1a1),a[n(0x161)]=n(0x1b8),a[n(0x1b2)]=n(0x17e),a[n(0x1ab)]=n(0x157),a[n(0x18f)]=n(0x15a),a[n(0x17b)]=n(0x193),a['Cup']=n(0x162),a[n(0x181)]=n(0x16b);}(Category||(Category={})));export var Shape;(function(c){var q=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var o=a62d;if(h){var j=h[o(0x17a)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var p=a62d;return e[p(0x1b1)]()['search']('(((.+)+)+)+$')[p(0x1b1)]()[p(0x187)](e)['search'](p(0x1af));});e(),c[q(0x199)]=q(0x168),c['Square']=q(0x16d),c[q(0x1b3)]=q(0x156),c['Rectangle']=q(0x16f),c[q(0x15c)]=q(0x18a),c[q(0x174)]=q(0x170);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0x1a3)]='red',a[r(0x159)]=r(0x1a8),a['Green']=r(0x183),a[r(0x1a5)]=r(0x16e),a[r(0x171)]=r(0x19a),a['Purple']='purple',a[r(0x1ae)]=r(0x19e),a[r(0x1a2)]=r(0x173),a[r(0x176)]=r(0x1a4);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a[s(0x1a9)]=s(0x1aa),a[s(0x1b4)]=s(0x1ad),a[s(0x1b5)]='bumpy',a[s(0x1b0)]='fuzzy',a['Grainy']=s(0x19f),a[s(0x16a)]=s(0x1ac);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x158)]=t(0x18b),a[t(0x178)]=t(0x1b9),a[t(0x1a7)]=t(0x182),a[t(0x167)]='cave',a[t(0x19d)]=t(0x197),a['FOREST']='forest',a[t(0x189)]=t(0x15d),a[t(0x17f)]=t(0x198),a[t(0x192)]=t(0x188),a[t(0x18d)]=t(0x18e);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x164)]=u(0x15f),a['EAST']='east',a[u(0x17d)]=u(0x196),a[u(0x1b6)]=u(0x17c),a['UP']='up',a[u(0x1ba)]=u(0x160);}(Direction||(Direction={})));function a62c(){var v=['smooth','ArmArmor','metallic','rough','Grey','(((.+)+)+)+$','Fuzzy','toString','LegArmor','Triangle','Rough','Bumpy','WEST','shield','boots','outside','DOWN','Rare','810088FnVNKO','21768RIyKHB','tiny','triangle','arm\x20armor','INSIDE','Blue','body\x20armor','Key','Blade','desert','gloves','north','down','Boots','cup','large','NORTH','legendary','Hat','CAVE','circle','188sotoAt','Metallic','unknown','Weapon','square','yellow','rectangle','rifle','Orange','key','brown','Rifle','Shield','Gold','medium','OUTSIDE','Large','apply','Book','west','SOUTH','leg\x20armor','MOUNTAIN','Helmet','Unknown','underground','green','10452303drQyHH','1508330gRmREV','Gloves','constructor','beach','DESERT','blade','inside','weapon','SEA','sea','BodyArmor','Small','common','BEACH','book','1057476EDbByw','389614rkdhHW','south','tower','mountain','Circle','orange','small','665dKOnAz','TOWER','grey','grainy','rare','hat','Brown','Red','gold','Yellow','2490JBcyGD','UNDERGROUND','blue','Smooth'];a62c=function(){return v;};return a62c();}
@@ -1 +1 @@
1
- function a63c(){var i=['162873NPToeD','search','560RvJkxw','4133748uPbhhR','457575OaKrgG','583471HSIfSU','apply','722093CuNJZz','toString','8rlduUc','1047570aluIzH','4fKbRWy','682160iLpJos'];a63c=function(){return i;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x185))/0x1+parseInt(f(0x189))/0x2*(parseInt(f(0x182))/0x3)+-parseInt(f(0x18a))/0x4+-parseInt(f(0x188))/0x5+parseInt(f(0x181))/0x6+-parseInt(f(0x183))/0x7*(-parseInt(f(0x187))/0x8)+-parseInt(f(0x18b))/0x9*(parseInt(f(0x180))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x631d0));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x186)]()[h(0x17f)]('(((.+)+)+)+$')['toString']()['constructor'](a63a)[h(0x17f)]('(((.+)+)+)+$');});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x17f;var f=c[d];return f;},a63d(a,b);}a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x161))/0x1*(-parseInt(f(0x16d))/0x2)+-parseInt(f(0x167))/0x3*(parseInt(f(0x15c))/0x4)+-parseInt(f(0x168))/0x5*(parseInt(f(0x15d))/0x6)+parseInt(f(0x16c))/0x7*(-parseInt(f(0x166))/0x8)+parseInt(f(0x16a))/0x9*(parseInt(f(0x165))/0xa)+parseInt(f(0x169))/0xb*(-parseInt(f(0x16b))/0xc)+parseInt(f(0x15e))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xea64d));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x163)]('(((.+)+)+)+$')[h(0x15f)]()[h(0x164)](a63a)[h(0x163)](h(0x160));});function a63c(){var i=['search','constructor','290DycCku','264GJqswt','1434633hkamOa','15HBgZng','121TUtCvv','343773ruTmYL','19068rMKnLT','281652NYVacd','2835176kscpIO','4LtLleR','225558fguczl','4823429qLmnBi','toString','(((.+)+)+)+$','1VXCPtP','apply'];a63c=function(){return i;};return a63c();}a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x15c;var f=c[d];return f;},a63d(a,b);}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0xf6))/0x1*(-parseInt(f(0xf7))/0x2)+parseInt(f(0xef))/0x3+-parseInt(f(0xf1))/0x4+-parseInt(f(0xf3))/0x5+-parseInt(f(0xfa))/0x6*(parseInt(f(0xf5))/0x7)+-parseInt(f(0xf2))/0x8+parseInt(f(0xf9))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xddb2f));function a64c(){var i=['search','50606685FpRTpn','24vUvrOc','apply','(((.+)+)+)+$','1171950gPSiKv','constructor','4944832smNekf','13254096XjxNvH','4944455zelPSG','toString','3149272KrmPeV','1783WHzXOG','646MUWuQT'];a64c=function(){return i;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xfb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xf4)]()[h(0xf8)](h(0xfc))['toString']()[h(0xf0)](a64a)[h(0xf8)](h(0xfc));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xef;var f=c[d];return f;},a64d(a,b);}a64a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x180))/0x1*(parseInt(f(0x172))/0x2)+parseInt(f(0x17d))/0x3*(parseInt(f(0x177))/0x4)+-parseInt(f(0x183))/0x5+parseInt(f(0x17c))/0x6*(parseInt(f(0x179))/0x7)+parseInt(f(0x17e))/0x8*(parseInt(f(0x175))/0x9)+-parseInt(f(0x178))/0xa*(-parseInt(f(0x181))/0xb)+parseInt(f(0x173))/0xc*(-parseInt(f(0x17a))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xd619d));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x176)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x174)]()[h(0x17b)](h(0x17f))[h(0x174)]()[h(0x182)](a64a)[h(0x17b)]('(((.+)+)+)+$');});a64a();function a64c(){var i=['(((.+)+)+)+$','331135TUDBab','311443IeFEwH','constructor','7377015hGyCiM','6FWBIzB','991476nGTEGJ','toString','1739691iLshrz','apply','829612DrQGEM','350NHNtzY','7qTEUep','429miYPcK','search','8696634eCqQFw','21ynzRdZ','8VnuBER'];a64c=function(){return i;};return a64c();}function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x172;var f=c[d];return f;},a64d(a,b);}export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x1d0))/0x1+parseInt(y(0x1ce))/0x2*(parseInt(y(0x204))/0x3)+parseInt(y(0x1df))/0x4*(parseInt(y(0x1e9))/0x5)+-parseInt(y(0x1e2))/0x6+-parseInt(y(0x1e7))/0x7*(-parseInt(y(0x1fa))/0x8)+parseInt(y(0x1c5))/0x9*(parseInt(y(0x1cb))/0xa)+-parseInt(y(0x1ee))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x9305c));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a65d(a,b);}function a65c(){const I=['line','join','lock','287609CgimnK','\x20Inventory\x20','137525pTFKIG','name','Thanks\x20for\x20playing!','setContent','Feet:\x20','33386298aAuupp','getAllItems','textbox','None','argv','25%','\x20(Locked)','clearValue','equipment','getWelcomeMessage','torso','100%','80JxOuNQ','----->>>>>>\x20Initializing\x20Game','log','45%','leftHand','\x20Game\x20Log\x20','unlock','legs','equip','render','6BdWLiW','cyan','gloves','inventory','yellow','parse','search','\x20Equipment\x20','white','apply','Right\x20Hand:\x20','Left\x20Hand:\x20','logFilePath','constructor','Head:\x20','checkIfLockable','write','rightHand','enter','\x20Map\x20','take','roomType','getOtherSide','split','toString','\x20(Unlocked)','getInstance','checkIfLocked','pushLine','handleInput','(((.+)+)+)+$','20%','1986777plKSjm','size','key','getValue','clear','box','50TkTFJs','scroll','player','862766MKjjiN','Legs:\x20','1126506LhQYCD','focus','removeAllListeners','exit','slice','Side\x20Quest\x20Adventure\x20Game','75%','Arms:\x20','\x0aThere\x20are\x20no\x20exits\x20here.','unequip','append','map','mousemove','head','logBox','24BEAIFD','<<<<<<<<---------\x20Terminating\x20game','Gloves:\x20','189690uZPvcO','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...'];a65c=function(){return I;};return a65c();}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=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x20d)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1bd)]()[A(0x20a)](A(0x1c3))[A(0x1bd)]()[A(0x1b2)](g)[A(0x20a)]('(((.+)+)+)+$');});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0x1d5)}),i=a65e['box']({'top':'0%','left':B(0x1d6),'width':B(0x1f3),'height':B(0x1fd),'border':{'type':B(0x1e4)},'label':B(0x1e8),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x208)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1ef)]()[C(0x1db)](v=>v[C(0x1ea)]);i['setContent'](u[C(0x1e5)]('\x0a')),h['render']();};h[B(0x1da)](i);const k=a65e[B(0x1ca)]({'top':'45%','left':B(0x1d6),'width':B(0x1f3),'height':B(0x1f3),'border':{'type':'line'},'label':B(0x20b),'content':B(0x1e3),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x208)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0x1ec)](D(0x1b3)+(t[D(0x1dd)]?t[D(0x1dd)]['name']:D(0x1f1))+'\x0a'+('Torso:\x20'+(t[D(0x1f8)]?t[D(0x1f8)][D(0x1ea)]:D(0x1f1))+'\x0a')+(D(0x1cf)+(t[D(0x201)]?t[D(0x201)]['name']:D(0x1f1))+'\x0a')+(D(0x1ed)+(t['feet']?t['feet']['name']:D(0x1f1))+'\x0a')+(D(0x1d7)+(t['arms']?t['arms'][D(0x1ea)]:D(0x1f1))+'\x0a')+(D(0x1e1)+(t[D(0x206)]?t[D(0x206)][D(0x1ea)]:'None')+'\x0a')+(D(0x1b0)+(t[D(0x1fe)]?t[D(0x1fe)][D(0x1ea)]:D(0x1f1))+'\x0a')+(D(0x20e)+(t[D(0x1b6)]?t[D(0x1b6)][D(0x1ea)]:D(0x1f1))+'\x0a')),h['render']();},m=a65e[B(0x1ca)]({'top':'70%','left':'75%','width':B(0x1f3),'height':B(0x1c4),'border':{'type':B(0x1e4)},'label':B(0x1b8),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t['exits'][E(0x1c6)]>0x0?t['exits']['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1bb)](t);x[F(0x1ba)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x1ea)]:u+=capitalCase(w)+':\x20'+v[F(0x1ea)];if(v[F(0x1c0)]())u+=F(0x1f4);else v[F(0x1b4)]()&&(u+=F(0x1be));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1d8),m[E(0x1ec)](u),h[E(0x203)]();},o=a65e['box']({'id':B(0x1de),'top':'0%','left':'0%','width':B(0x1d6),'height':'90%','border':{'type':B(0x1e4)},'label':B(0x1ff),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x208)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1d2)](B(0x1dc)),h[B(0x1da)](o);const p=a65e[B(0x1f0)]({'bottom':0x0,'left':0x0,'width':B(0x1f9),'height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':B(0x20c),'border':{'fg':B(0x205)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1da)](p),h[B(0x1c7)](['escape','C-c'],()=>process[B(0x1d3)](0x0)),p[B(0x1d1)](),h[B(0x203)]();const q=Logger[B(0x1bf)](e[B(0x1b1)],h),r=new Player({'playerName':c});q[B(0x1b5)](B(0x1fb));const s=a65f['getInstance'](r,d);o[B(0x1ec)](s[B(0x1f7)]()),l(s[B(0x1cd)][B(0x1f6)]),j(s[B(0x1cd)]['inventory']),n(s['player']['currentLocation']),p[B(0x1c7)]([B(0x1b7)],async()=>{const G=B,t=p[G(0x1c8)](),u=s[G(0x1c2)](t);(t[G(0x1bc)]('\x20')[0x0]===G(0x1b9)||G(0x202)||G(0x1d9))&&(j(s[G(0x1cd)][G(0x207)]),l(s[G(0x1cd)]['equipment'])),(t[G(0x1bc)]('\x20')[0x0]==='go'||G(0x1e6)||G(0x200))&&n(s['player']['currentLocation']),t[G(0x1bc)]('\x20')[0x0]===G(0x1c9)&&o[G(0x1ec)](''),u===null&&(console[G(0x1fc)](G(0x1eb)),h[G(0x203)](),q['write'](G(0x1e0)),process[G(0x1d3)](0x0)),o[G(0x1c1)](u),o[G(0x1cc)](0x1),p[G(0x1f5)](),p['focus'](),h['render']();});}catch(t){console[B(0x1fc)](t),process['exit'](0x1);}}const args=process[a65H(0x1f2)][a65H(0x1d4)](0x2);main(args[0x0],JSON[a65H(0x209)](args[0x1]),JSON[a65H(0x209)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x1b1))/0x1*(-parseInt(y(0x1c8))/0x2)+-parseInt(y(0x1ee))/0x3*(-parseInt(y(0x201))/0x4)+parseInt(y(0x202))/0x5+-parseInt(y(0x1f6))/0x6*(-parseInt(y(0x1f3))/0x7)+parseInt(y(0x1c2))/0x8+-parseInt(y(0x1dd))/0x9+-parseInt(y(0x1be))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x962b3));import a65e from'blessed';import{capitalCase}from'change-case';function a65c(){const I=['logFilePath','Legs:\x20','762WvrEXz','<<<<<<<<---------\x20Terminating\x20game','Side\x20Quest\x20Adventure\x20Game','focus','split','log','yellow','getValue','75%','mousemove','90%','2747740MQrUQV','5533835bVMQpN','apply','getOtherSide','search','removeAllListeners','Currently\x20in:\x20','gloves','unequip','leftHand','inventory','take','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','feet','45%','name','\x20(Locked)','6899fopiqd','\x20Game\x20Log\x20','player','Torso:\x20','enter','cyan','forEach','setContent','currentLocation','\x20(Unlocked)','Feet:\x20','head','line','18224150EkdfIh','arms','pushLine','70%','9547896cxueTV','None','Thanks\x20for\x20playing!','render','scroll','20%','210CagwgW','10%','\x20Equipment\x20','join','Gloves:\x20','write','25%','white','key','legs','----->>>>>>\x20Initializing\x20Game','Left\x20Hand:\x20','equipment','\x20Map\x20','(((.+)+)+)+$','\x0aThere\x20are\x20no\x20exits\x20here.','checkIfLocked','Arms:\x20','textbox','Your\x20items\x20will\x20be\x20listed\x20here...','screen','2733273sOHVYu','C-c','-----\x20Exits\x20------\x0a','getInstance','exits','box','exit','equip','rightHand','slice','clearValue','lock','Right\x20Hand:\x20','OUTSIDE','checkIfLockable','logBox','torso','3VFzxxU','append','Head:\x20','toString','clear','26369XWdCDF'];a65c=function(){return I;};return a65c();}import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1a6;let f=c[d];return f;},a65d(a,b);}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x203)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1f1)]()[A(0x205)](A(0x1d6))[A(0x1f1)]()['constructor'](g)[A(0x205)](A(0x1d6));});g();try{const h=a65e[B(0x1dc)]({'smartCSR':!![],'title':B(0x1f8)}),i=a65e[B(0x1e2)]({'top':'0%','left':B(0x1fe),'width':B(0x1ce),'height':B(0x1ae),'border':{'type':'line'},'label':'\x20Inventory\x20','content':B(0x1db),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1fc)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()['map'](v=>v[C(0x1af)]);i[C(0x1b8)](u[C(0x1cb)]('\x0a')),h[C(0x1c5)]();};h[B(0x1ef)](i);const k=a65e[B(0x1e2)]({'top':B(0x1ae),'left':B(0x1fe),'width':B(0x1ce),'height':B(0x1ce),'border':{'type':'line'},'label':B(0x1ca),'content':B(0x1ac),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1fc)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1ef)](k);const l=t=>{const D=B;k[D(0x1b8)](D(0x1f0)+(t[D(0x1bc)]?t['head'][D(0x1af)]:'None')+'\x0a'+(D(0x1b4)+(t[D(0x1ed)]?t[D(0x1ed)][D(0x1af)]:D(0x1c3))+'\x0a')+(D(0x1f5)+(t[D(0x1d1)]?t[D(0x1d1)][D(0x1af)]:D(0x1c3))+'\x0a')+(D(0x1bb)+(t[D(0x1ad)]?t[D(0x1ad)][D(0x1af)]:'None')+'\x0a')+(D(0x1d9)+(t[D(0x1bf)]?t[D(0x1bf)][D(0x1af)]:D(0x1c3))+'\x0a')+(D(0x1cc)+(t[D(0x1a7)]?t[D(0x1a7)][D(0x1af)]:'None')+'\x0a')+(D(0x1d3)+(t[D(0x1a9)]?t[D(0x1a9)]['name']:D(0x1c3))+'\x0a')+(D(0x1e9)+(t[D(0x1e5)]?t['rightHand'][D(0x1af)]:'None')+'\x0a')),h['render']();},m=a65e[B(0x1e2)]({'top':B(0x1c1),'left':B(0x1fe),'width':'25%','height':B(0x1c7),'border':{'type':B(0x1bd)},'label':B(0x1d5),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1ef)](m);const n=t=>{const E=B;let u=E(0x1a6)+t[E(0x1af)]+'\x0a\x0a';u+=E(0x1df),t[E(0x1e1)]['size']>0x0?t[E(0x1e1)][E(0x1b7)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x204)](t);x['roomType']===RoomType[F(0x1ea)]?u+=capitalCase(w)+':\x20'+x[F(0x1af)]:u+=capitalCase(w)+':\x20'+v['name'];if(v[F(0x1d8)]())u+=F(0x1b0);else v[F(0x1eb)]()&&(u+=F(0x1ba));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1d7),m[E(0x1b8)](u),h[E(0x1c5)]();},o=a65e[B(0x1e2)]({'id':B(0x1ec),'top':'0%','left':'0%','width':B(0x1fe),'height':B(0x200),'border':{'type':'line'},'label':B(0x1b2),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1fc)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x206)](B(0x1ff)),h['append'](o);const p=a65e[B(0x1da)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x1c9),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x1cf),'border':{'fg':B(0x1b6)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1ef)](p),h[B(0x1d0)](['escape',B(0x1de)],()=>process['exit'](0x0)),p[B(0x1f9)](),h[B(0x1c5)]();const q=Logger['getInstance'](e[B(0x1f4)],h),r=new Player({'playerName':c});q[B(0x1cd)](B(0x1d2));const s=a65f[B(0x1e0)](r,d);o[B(0x1b8)](s['getWelcomeMessage']()),l(s[B(0x1b3)][B(0x1d4)]),j(s['player'][B(0x1aa)]),n(s[B(0x1b3)]['currentLocation']),p[B(0x1d0)]([B(0x1b5)],async()=>{const G=B,t=p[G(0x1fd)](),u=s['handleInput'](t);(t[G(0x1fa)]('\x20')[0x0]===G(0x1ab)||G(0x1e4)||G(0x1a8))&&(j(s[G(0x1b3)][G(0x1aa)]),l(s[G(0x1b3)][G(0x1d4)])),(t['split']('\x20')[0x0]==='go'||G(0x1e8)||'unlock')&&n(s[G(0x1b3)][G(0x1b9)]),t['split']('\x20')[0x0]===G(0x1f2)&&o[G(0x1b8)](''),u===null&&(console[G(0x1fb)](G(0x1c4)),h[G(0x1c5)](),q['write'](G(0x1f7)),process['exit'](0x0)),o[G(0x1c0)](u),o[G(0x1c6)](0x1),p[G(0x1e7)](),p[G(0x1f9)](),h[G(0x1c5)]();});}catch(t){console[B(0x1fb)](t),process[B(0x1e3)](0x1);}}const args=process['argv'][a65H(0x1e6)](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1ac))/0x1+-parseInt(h(0x1a3))/0x2*(-parseInt(h(0x1b8))/0x3)+parseInt(h(0x1a5))/0x4*(parseInt(h(0x1b4))/0x5)+-parseInt(h(0x1a9))/0x6+-parseInt(h(0x1b1))/0x7*(parseInt(h(0x1a1))/0x8)+parseInt(h(0x1ad))/0x9*(parseInt(h(0x191))/0xa)+parseInt(h(0x1ab))/0xb*(parseInt(h(0x1bb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xde281));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x1b7)](j(0x1a0))[j(0x1af)]()[j(0x192)](a66a)[j(0x1b7)](j(0x1a0));});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x190;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x19b)]();export class Logger{static [a66k(0x19e)];[a66k(0x1b5)];[a66k(0x199)];constructor(a,b){const l=a66k;this[l(0x1b5)]=a,this[l(0x199)]=b,this[l(0x19c)]();}static[a66k(0x1ae)](a=a66g[a66k(0x1ba)](homeDir,a66k(0x1be),a66k(0x196)),b){const m=a66k;if(!Logger[m(0x19e)]){if(!b)throw new Error(m(0x1a2));Logger['instance']=new Logger(a,b);}return Logger[m(0x19e)];}[a66k(0x19c)](){const n=a66k,a=a66g[n(0x1bf)](this[n(0x1b5)]);!a66e[n(0x190)](a)&&a66e[n(0x19d)](a,{'recursive':!![]}),!a66e[n(0x190)](this[n(0x1b5)])&&a66e[n(0x19f)](this[n(0x1b5)],'');}[a66k(0x195)](a){const o=a66k,b=new Date()[o(0x1bc)](),c=o(0x1bd)+b+']\x20'+a+'\x0a';a66e[o(0x1b0)](this[o(0x1b5)],c);}['error'](a){const p=a66k,b=new Date()[p(0x1bc)](),c=p(0x19a)+b+']\x20'+a+'\x0a';a66e[p(0x1b0)](this[p(0x1b5)],c);}[a66k(0x1b2)](a){const q=a66k,b=this['screen']?.[q(0x1b3)][q(0x1aa)](c=>c[q(0x1a6)]===q(0x1b9)&&c['options']['id']===q(0x197));b?(b['setContent'](b[q(0x1a4)]+'\x0a'+a),b[q(0x1c0)](b[q(0x1a7)]()),this['screen']?.[q(0x193)]()):this[q(0x194)](q(0x198)+b+q(0x1a8)+this[q(0x199)]),this[q(0x195)](a);}['hasScreen'](){const r=a66k;return!!this[r(0x199)];}}function a66c(){const s=['log','children','655JeuLEp','filePath','apply','search','6BbvhRu','box','join','12cHSjyc','toISOString','[INFO]\x20[','.maka','dirname','scrollTo','existsSync','51570WiOkpz','constructor','render','error','write','side-quest.log','logBox','The\x20logbox\x20','screen','[ERROR]\x20[','homedir','ensureLogFileExists','mkdirSync','instance','writeFileSync','(((.+)+)+)+$','66824lwqNGQ','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','30284HGuwUA','content','15404KERRlC','type','getScrollHeight','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','10692804xQvmlh','find','33807829CaIVXc','989309pgIulQ','3087HmcIIu','getInstance','toString','appendFileSync','1421nbRGJu'];a66c=function(){return s;};return a66c();}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0xc5))/0x1+parseInt(h(0xc0))/0x2*(parseInt(h(0xc6))/0x3)+-parseInt(h(0xa6))/0x4*(parseInt(h(0x9f))/0x5)+parseInt(h(0x9e))/0x6*(-parseInt(h(0xc7))/0x7)+-parseInt(h(0xa3))/0x8*(-parseInt(h(0x9d))/0x9)+-parseInt(h(0xb4))/0xa+-parseInt(h(0xb9))/0xb*(-parseInt(h(0xa2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x231a5));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0xa0)]()[j(0xc2)](j(0xb2))[j(0xa0)]()[j(0xb0)](a66a)[j(0xc2)](j(0xb2));});a66a();import a66e from'fs';import a66f from'os';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x9c;let f=c[d];return f;},a66d(a,b);}import a66g from'path';const homeDir=a66f['homedir']();function a66c(){const s=['error','content','find','4907067dKPnxE','children','write','setContent','mkdirSync','instance','apply','24JQQltm','hasScreen','search','dirname','writeFileSync','251266LQGmtS','15642kAXmrG','7vNwQzx','.maka','21249bAkxWa','1505718mvhmQL','1324020COqwWq','toString','The\x20logbox\x20','24qHkulF','376VBnDAY','options','render','4TOwEWh','ensureLogFileExists','side-quest.log','getInstance','filePath','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','type','getScrollHeight','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','screen','constructor','appendFileSync','(((.+)+)+)+$','existsSync','1549250eLPPzZ','scrollTo'];a66c=function(){return s;};return a66c();}export class Logger{static [a66k(0xbe)];[a66k(0xaa)];[a66k(0xaf)];constructor(a,b){const l=a66k;this[l(0xaa)]=a,this['screen']=b,this[l(0xa7)]();}static[a66k(0xa9)](a=a66g['join'](homeDir,a66k(0x9c),a66k(0xa8)),b){const m=a66k;if(!Logger[m(0xbe)]){if(!b)throw new Error(m(0xab));Logger[m(0xbe)]=new Logger(a,b);}return Logger[m(0xbe)];}[a66k(0xa7)](){const n=a66k,a=a66g[n(0xc3)](this[n(0xaa)]);!a66e[n(0xb3)](a)&&a66e[n(0xbd)](a,{'recursive':!![]}),!a66e[n(0xb3)](this['filePath'])&&a66e[n(0xc4)](this[n(0xaa)],'');}[a66k(0xbb)](a){const o=a66k,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0xb1)](this['filePath'],c);}[a66k(0xb6)](a){const p=a66k,b=new Date()['toISOString'](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0xaa)],c);}['log'](a){const q=a66k,b=this[q(0xaf)]?.[q(0xba)][q(0xb8)](c=>c[q(0xac)]==='box'&&c[q(0xa4)]['id']==='logBox');b?(b[q(0xbc)](b[q(0xb7)]+'\x0a'+a),b[q(0xb5)](b[q(0xad)]()),this['screen']?.[q(0xa5)]()):this[q(0xb6)](q(0xa1)+b+q(0xae)+this[q(0xaf)]),this[q(0xbb)](a);}[a66k(0xc1)](){const r=a66k;return!!this[r(0xaf)];}}
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x81))/0x1+-parseInt(k(0x84))/0x2+parseInt(k(0x87))/0x3*(-parseInt(k(0x73))/0x4)+-parseInt(k(0x80))/0x5*(parseInt(k(0x72))/0x6)+parseInt(k(0x83))/0x7*(-parseInt(k(0x7a))/0x8)+-parseInt(k(0x7f))/0x9*(parseInt(k(0x70))/0xa)+-parseInt(k(0x6e))/0xb*(-parseInt(k(0x71))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xd114c));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x74)]()[m(0x6a)]('(((.+)+)+)+$')[m(0x74)]()[m(0x68)](a67a)[m(0x6a)]('(((.+)+)+)+$');});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x67;let f=c[d];return f;},a67d(a,b);}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a67c(){const q=['maka\x20play:side-quest','9hrQHEh','resolve','node','./sideQuest/ui.js','Thanks\x20for\x20playing!','inherit','side-quest.log','constructor','shadowrun','search','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...','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','stringify','11rtqyqY','exit','130VSeCaF','50266572cwNEOu','1572408HYjyiq','434012kHCJxJ','toString','player','apply','What\x20is\x20your\x20name?','fsi','join','12269728utJqMs','Play\x20a\x20little\x20side-quest','dungeon','sideQuestAnswer','log','239967ygsaYa','10FYgJPp','250353mdeoyC','list','7mncrgk','704304PHXHzw','Commoner'];a67c=function(){return q;};return a67c();}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command['create']({'name':'side-quest','usage':a67n(0x86),'shortDesc':a67n(0x7b),'aliases':['sq'],'description':a67n(0x6b),'validOpts':[a67n(0x75)]},async function(a,b){const o=a67n;try{const c=this[o(0x78)]['getGlobalMakaDir'](),d=a67e[o(0x79)](c,o(0x67)),e=b[o(0x75)]?b[o(0x75)]:await Actions['ask'](o(0x77))||o(0x85),f={...b,'logFilePath':d},g={'type':o(0x82),'name':o(0x7d),'message':o(0x6c),'choices':[{'name':o(0x7c),'value':dungeonConfig},{'name':o(0x69),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x89),[a67e[o(0x88)](__dirname,o(0x8a)),e,JSON[o(0x6d)](h),JSON[o(0x6d)](f)],{'stdio':o(0x8c)});i['on'](o(0x6f),()=>{const p=o;console[p(0x7e)](p(0x8b));});}}catch(j){console[o(0x7e)](j);}},a67f);
1
+ const a67n=a67d;function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a67d(a,b);}(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0x1d0))/0x1+-parseInt(k(0x1bb))/0x2*(parseInt(k(0x1cd))/0x3)+parseInt(k(0x1ce))/0x4+-parseInt(k(0x1d4))/0x5*(parseInt(k(0x1c9))/0x6)+parseInt(k(0x1ca))/0x7*(parseInt(k(0x1b5))/0x8)+parseInt(k(0x1be))/0x9*(parseInt(k(0x1bd))/0xa)+parseInt(k(0x1c2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x8d179));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x1c8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x1b9)]()[m(0x1b3)](m(0x1cc))[m(0x1b9)]()[m(0x1b4)](a67a)[m(0x1b3)](m(0x1cc));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67c(){const q=['join','apply','2868XQUKmL','385dcIQgf','dungeon','(((.+)+)+)+$','27AgYWjf','719140qEJIux','ask','468336wChbEq','log','url','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...','5385dkCUXX','Commoner','search','constructor','157600SYGStR','options','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','Play\x20a\x20little\x20side-quest','toString','resolve','252330pafaMo','shadowrun','1490nRczOF','11052XiIdBo','exit','stringify','What\x20is\x20your\x20name?','3449721EOhzPe','create','getGlobalMakaDir','side-quest.log','player'];a67c=function(){return q;};return a67c();}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67n(0x1d2)]),__dirname=dirname(__filename);Command[a67n(0x1c3)]({'name':'side-quest','usage':'maka\x20play:side-quest','shortDesc':a67n(0x1b8),'aliases':['sq'],'description':a67n(0x1d3),'validOpts':[a67n(0x1c6)]},async function(a,b){const o=a67n;try{const c=this['fsi'][o(0x1c4)](),d=a67e[o(0x1c7)](c,o(0x1c5)),e=b['player']?b[o(0x1c6)]:await Actions[o(0x1cf)](o(0x1c1))||o(0x1b2),f={...b,'logFilePath':d},g={'type':'list','name':'sideQuestAnswer','message':o(0x1b7),'choices':[{'name':o(0x1cb),'value':dungeonConfig},{'name':o(0x1bc),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1b6)](g);if(e&&h){const i=spawn('node',[a67e[o(0x1ba)](__dirname,'./sideQuest/ui.js'),e,JSON['stringify'](h),JSON[o(0x1c0)](f)],{'stdio':'inherit'});i['on'](o(0x1bf),()=>{const p=o;console[p(0x1d1)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0x1d1)](j);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1c9))/0x1*(-parseInt(f(0x1ca))/0x2)+-parseInt(f(0x1ce))/0x3*(-parseInt(f(0x1d8))/0x4)+parseInt(f(0x1cd))/0x5*(parseInt(f(0x1d1))/0x6)+-parseInt(f(0x1d9))/0x7*(parseInt(f(0x1cc))/0x8)+-parseInt(f(0x1d4))/0x9*(-parseInt(f(0x1d5))/0xa)+-parseInt(f(0x1da))/0xb*(parseInt(f(0x1d3))/0xc)+parseInt(f(0x1d2))/0xd*(parseInt(f(0x1d7))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x89839));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1c8;var f=c[d];return f;},a68d(a,b);}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1c8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1dc)]()['search'](h(0x1d6))['toString']()['constructor'](a68a)[h(0x1cb)]('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';function a68c(){var k=['(((.+)+)+)+$','14LaFago','4muXufN','1414364IZZaFU','11418OSFDni','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','toString','create','apply','1FYtqsP','718286FqOVLe','search','16UqqOmv','5kqpTwu','555591LSbisb','npx\x20command-line-snake','snake','3860070jWRHto','8264568qvGpgM','10284gHcJCN','27414AHQiMO','110grOAMP'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1dd)]({'name':a68i(0x1d0),'usage':'maka\x20game:snake','shortDesc':a68i(0x1db),'validOpts':[]},async function(){var j=a68i;execSync(j(0x1cf),{'stdio':'inherit'});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x85))/0x1*(parseInt(f(0x8f))/0x2)+-parseInt(f(0x93))/0x3+-parseInt(f(0x87))/0x4+parseInt(f(0x82))/0x5*(parseInt(f(0x8b))/0x6)+parseInt(f(0x83))/0x7+parseInt(f(0x89))/0x8+parseInt(f(0x8a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x528ac));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()['search'](h(0x86))[h(0x91)]()[h(0x81)](a68a)[h(0x90)](h(0x86));});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x81;var f=c[d];return f;},a68d(a,b);}a68a();import a68e from'./play.command.js';function a68c(){var k=['constructor','431245posqoR','2390115FQLYXL','npx\x20command-line-snake','76711DzJtJR','(((.+)+)+)+$','287672fOSafr','inherit','2159136hUtiWo','2268387Ebomsv','6DCDsmN','maka\x20game:snake','snake','apply','2WxMlkA','search','toString','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1388724cfiLqd'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68i(0x8d),'usage':a68i(0x8c),'shortDesc':a68i(0x92),'validOpts':[]},async function(){var j=a68i;execSync(j(0x84),{'stdio':j(0x88)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x176))/0x1+parseInt(f(0x17e))/0x2*(parseInt(f(0x174))/0x3)+-parseInt(f(0x172))/0x4*(parseInt(f(0x173))/0x5)+-parseInt(f(0x175))/0x6*(parseInt(f(0x16e))/0x7)+parseInt(f(0x181))/0x8*(-parseInt(f(0x17c))/0x9)+parseInt(f(0x17f))/0xa+-parseInt(f(0x16d))/0xb*(-parseInt(f(0x16f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x4aef6));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x16d;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x17b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x170)]()[h(0x180)](h(0x182))['toString']()[h(0x177)](a69a)[h(0x180)](h(0x182));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x179)]({'name':a69i(0x178),'usage':a69i(0x17d),'shortDesc':a69i(0x183),'validOpts':[]},async function(){var j=a69i;execSync(j(0x171),{'stdio':j(0x17a)});},a69e);function a69c(){var k=['376365pstkKz','constructor','tetris','create','inherit','apply','18ssgoHu','maka\x20game:tetris','2zAdHQp','4289710XYOOsj','search','875144TVeyzl','(((.+)+)+)+$','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','492437zaHJZC','308CCBqaq','192timmHd','toString','npx\x20simple-tetris','4DcyTwb','750605BEoJWW','1510281Fzhand','81336xhmRyp'];a69c=function(){return k;};return a69c();}
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x1c6))/0x1*(parseInt(f(0x1ca))/0x2)+parseInt(f(0x1c9))/0x3+parseInt(f(0x1d2))/0x4*(-parseInt(f(0x1d5))/0x5)+-parseInt(f(0x1d4))/0x6+-parseInt(f(0x1d7))/0x7+parseInt(f(0x1cb))/0x8+-parseInt(f(0x1ce))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x2c891));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x1d3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x1d0)]()[h(0x1c7)](h(0x1d6))[h(0x1d0)]()[h(0x1cf)](a69a)[h(0x1c7)](h(0x1d6));});function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x1c6;var f=c[d];return f;},a69d(a,b);}a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';function a69c(){var k=['toString','create','4MADhFu','apply','8388OQmUIk','398885MzsXes','(((.+)+)+)+$','1511636kChFgW','1FLBxgI','search','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','963804AVpRPy','636578AhGgit','1402880ixmRhZ','npx\x20simple-tetris','tetris','3018393sDogkN','constructor'];a69c=function(){return k;};return a69c();}import{execSync}from'child_process';Command[a69i(0x1d1)]({'name':a69i(0x1cd),'usage':'maka\x20game:tetris','shortDesc':a69i(0x1c8),'validOpts':[]},async function(){var j=a69i;execSync(j(0x1cc),{'stdio':'inherit'});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1f3))/0x1+parseInt(f(0x1e9))/0x2+-parseInt(f(0x1e4))/0x3*(parseInt(f(0x1e3))/0x4)+-parseInt(f(0x1ec))/0x5*(-parseInt(f(0x1f2))/0x6)+-parseInt(f(0x1e2))/0x7*(parseInt(f(0x1dc))/0x8)+parseInt(f(0x1db))/0x9+-parseInt(f(0x1df))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x2611d));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1eb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1ef)]()['search'](h(0x1e0))[h(0x1ef)]()['constructor'](a70a)[h(0x1e8)](h(0x1e0));});a70a();import{Command}from'../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1db;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['maka\x20g:scaffold\x20todos','2278998SgSVSA','589448bMKlvJ','splice','processAndRunGenerator','611590zGHvhK','(((.+)+)+)+$','maka\x20g:route\x20todos/edit','28TeLwUD','108ZNnHNS','33870turbpR','maka\x20g:template\x20todos/todo_item','maka\x20{generate,\x20g}:<generator>\x20<name>','invoke','search','312604zSGHUJ','exit','apply','110650nJPKRG','maka\x20g:api\x20trucks','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','toString','generate','create','60gOQmKg','185822dABGqD'];a70c=function(){return k;};return a70c();}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x1f1)]({'name':a70i(0x1f0),'aliases':['g'],'usage':a70i(0x1e6),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70i(0x1ee),'examples':['maka\x20generate:scaffold\x20todos',a70i(0x1f4),a70i(0x1e5),'maka\x20g:package\x20package:name',a70i(0x1e1),a70i(0x1ed),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1dd)](0x0,0x1),await a70e[j(0x1de)](c,a,b)):a70e[j(0x1e7)](a,b);}catch(d){Log['error'](d),process[j(0x1ea)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x13c))/0x1*(-parseInt(f(0x12f))/0x2)+-parseInt(f(0x129))/0x3+parseInt(f(0x128))/0x4+parseInt(f(0x12b))/0x5+parseInt(f(0x133))/0x6+-parseInt(f(0x138))/0x7*(-parseInt(f(0x136))/0x8)+-parseInt(f(0x12c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x60baf));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()[h(0x135)](h(0x137))[h(0x13d)]()[h(0x130)](a70a)[h(0x135)](h(0x137));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x127;let f=c[d];return f;},a70d(a,b);}Command[a70i(0x134)]({'name':a70i(0x12e),'aliases':['g'],'usage':a70i(0x127),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a70i(0x13b),a70i(0x132),'maka\x20g:route\x20todos/edit',a70i(0x139),a70i(0x12d)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x12a)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e['invoke'](a,b);}catch(d){Log['error'](d),process[j(0x13a)](0x1);}});function a70c(){const k=['maka\x20g:package\x20package:name','529488ACMJvN','create','search','16pBZvLN','(((.+)+)+)+$','1258453TTChYP','maka\x20g:api\x20trucks','exit','maka\x20g:template\x20todos/todo_item','7389iMlzcQ','toString','maka\x20{generate,\x20g}:<generator>\x20<name>','3088852gcHPVF','732330zsHAAp','splice','3101510YodKso','9270513AcvicS','maka\x20g:dbc\x20geoserver\x20--type=pgsql','generate','46qQkHSk','constructor','apply'];a70c=function(){return k;};return a70c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x98))/0x1+parseInt(f(0x91))/0x2+parseInt(f(0x93))/0x3*(-parseInt(f(0x9a))/0x4)+parseInt(f(0x99))/0x5+parseInt(f(0x96))/0x6+parseInt(f(0x9c))/0x7+-parseInt(f(0x90))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xb07f6));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x94)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x97)]()[h(0x9b)](h(0x95))['toString']()[h(0x92)](a71a)[h(0x9b)](h(0x95));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x90;var f=c[d];return f;},a71d(a,b);}import'./whoami.sub.cmd.js';function a71c(){var i=['372480SFxglu','apply','(((.+)+)+)+$','7249782EtlHHo','toString','740251PIamFV','2182495nWjgJg','16emesTS','search','2365342pzrxWt','6757856iYOGGS','1643710KSBhLX','constructor'];a71c=function(){return i;};return a71c();}
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x154))/0x1+-parseInt(f(0x15e))/0x2+parseInt(f(0x15b))/0x3*(-parseInt(f(0x158))/0x4)+-parseInt(f(0x15d))/0x5+-parseInt(f(0x15c))/0x6*(-parseInt(f(0x155))/0x7)+-parseInt(f(0x157))/0x8+-parseInt(f(0x153))/0x9*(-parseInt(f(0x15a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xccd3a));var a71b=(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;};}()),a71a=a71b(this,function(){var g=a71d;return a71a['toString']()[g(0x156)]('(((.+)+)+)+$')[g(0x15f)]()['constructor'](a71a)[g(0x156)](g(0x159));});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x153;var f=c[d];return f;},a71d(a,b);}function a71c(){var h=['457605tYONef','273106UVWDZV','7uqPuDk','search','12865992gHYQCF','251708CiDFnQ','(((.+)+)+)+$','650schCOo','18bHNMKc','5045874LLxMLo','2341155GcJLRH','2251996fvaMhB','toString'];a71c=function(){return h;};return a71c();}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x107))/0x1*(parseInt(f(0xff))/0x2)+-parseInt(f(0x105))/0x3*(parseInt(f(0xf6))/0x4)+parseInt(f(0xfe))/0x5+parseInt(f(0xf4))/0x6*(parseInt(f(0xf8))/0x7)+parseInt(f(0x100))/0x8+parseInt(f(0x104))/0x9*(-parseInt(f(0xfa))/0xa)+parseInt(f(0x101))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x7c946));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xfd)]()[h(0xf5)](h(0xfc))[h(0xfd)]()['constructor'](a72a)[h(0xf5)](h(0xfc));});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a72c(){const k=['3409352JSwLWK','16702532QNIZyc','error','runSubCommand','9nasvWG','3IlvpYO','Sub-Command\x20not\x20found','670781cZPutB','apply','6SVgLQV','search','1848472ozpWZn','Get\x20various\x20Maka\x20variables\x20and\x20configurations','1764658ZFLSPz','get','6331420mOENVA','findSubCommand','(((.+)+)+)+$','toString','398220JACDVQ','2EIipMq'];a72c=function(){return k;};return a72c();}import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a72i(0xf9),'usage':'maka\x20get:<sub-command>','shortDesc':a72i(0xf7),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0xfb)](c);if(d)return await this[j(0x103)](c,a,b);else{Log[j(0x102)](j(0x106));throw new UsageErrorWithSubs();}});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xf4;let f=c[d];return f;},a72d(a,b);}export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x87))/0x1+parseInt(f(0x7a))/0x2*(parseInt(f(0x88))/0x3)+-parseInt(f(0x81))/0x4+-parseInt(f(0x7b))/0x5+parseInt(f(0x80))/0x6*(parseInt(f(0x84))/0x7)+parseInt(f(0x89))/0x8*(-parseInt(f(0x7c))/0x9)+-parseInt(f(0x85))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x7ffbd));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x7f)]()[h(0x7e)]('(((.+)+)+)+$')[h(0x7f)]()[h(0x86)](a72a)[h(0x7e)](h(0x8a));});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a72c(){const k=['167086qFPzdT','3986040DSZqUk','9DzltII','apply','search','toString','11238uwuXhu','63272Dbbgyw','findSubCommand','maka\x20get:<sub-command>','3521IVtznM','1294970cxhROp','constructor','531223hjpyUQ','9xXZNSH','2057816nkhAvu','(((.+)+)+)+$'];a72c=function(){return k;};return a72c();}const GetCommand=Command['create']({'name':'get','usage':a72i(0x83),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x82)](c);if(d)return await this['runSubCommand'](c,a,b);else{Log['error']('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x7a;let f=c[d];return f;},a72d(a,b);}export default GetCommand;
@@ -1 +1 @@
1
- const a73h=a73d;function a73c(){const j=['50srnBwo','constructor','(((.+)+)+)+$','3NPLeAG','16lazkeG','exit','178304NPiVJM','5413404qoifRT','2664988WqFTTQ','1943620ClBlTQ','6220932YktYcb','error','maka\x20get:global-config','710775MLpFIM','getGlobalConfig','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','search','6393879jKPQDn','global-config','toString','create'];a73c=function(){return j;};return a73c();}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x19a))/0x1+parseInt(f(0x19c))/0x2+parseInt(f(0x197))/0x3*(parseInt(f(0x19e))/0x4)+-parseInt(f(0x1a1))/0x5+parseInt(f(0x19b))/0x6+-parseInt(f(0x19d))/0x7*(-parseInt(f(0x198))/0x8)+-parseInt(f(0x1a5))/0x9*(parseInt(f(0x1a9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xca75b));const a73b=(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;};}()),a73a=a73b(this,function(){const g=a73d;return a73a['toString']()[g(0x1a4)]('(((.+)+)+)+$')[g(0x1a7)]()[g(0x1aa)](a73a)['search'](g(0x196));});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x196;let f=c[d];return f;},a73d(a,b);}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73h(0x1a8)]({'name':a73h(0x1a6),'usage':a73h(0x1a0),'aliases':['gc'],'shortDesc':a73h(0x1a3),'validOpts':[]},async function(){const i=a73h;try{const a=await this['fsi'][i(0x1a2)]();console['log'](a),process[i(0x199)](0x0);}catch(b){console[i(0x19f)](b),process[i(0x199)](0x0);}},a73e);
1
+ const a73h=a73d;function a73c(){const j=['27uHamLb','getGlobalConfig','2480604KEADRn','exit','fsi','1325SPzQyz','8NxXvQc','search','15084CxreUs','create','5810736xwvagb','947433tPJyEr','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','constructor','56CCFkjs','toString','3027608nGSFbm','32138deXpeC','124310qOXLMO','(((.+)+)+)+$','22GYAtgA'];a73c=function(){return j;};return a73c();}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x1fa))/0x1*(parseInt(f(0x1f7))/0x2)+-parseInt(f(0x1f4))/0x3*(-parseInt(f(0x1ef))/0x4)+-parseInt(f(0x1ee))/0x5*(parseInt(f(0x1f1))/0x6)+parseInt(f(0x1eb))/0x7+parseInt(f(0x1f9))/0x8+parseInt(f(0x1e9))/0x9*(-parseInt(f(0x1fb))/0xa)+parseInt(f(0x1e8))/0xb*(-parseInt(f(0x1f3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x909de));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1e8;let f=c[d];return f;},a73d(a,b);}const a73b=(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;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x1f8)]()[g(0x1f0)](g(0x1fc))[g(0x1f8)]()[g(0x1f6)](a73a)['search']('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73h(0x1f2)]({'name':'global-config','usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a73h(0x1f5),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x1ed)][i(0x1ea)]();console['log'](a),process[i(0x1ec)](0x0);}catch(b){console['error'](b),process[i(0x1ec)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x129))/0x1*(parseInt(f(0x119))/0x2)+parseInt(f(0x122))/0x3+parseInt(f(0x12b))/0x4+parseInt(f(0x118))/0x5*(parseInt(f(0x123))/0x6)+parseInt(f(0x11b))/0x7*(parseInt(f(0x125))/0x8)+parseInt(f(0x116))/0x9*(-parseInt(f(0x11a))/0xa)+parseInt(f(0x127))/0xb*(-parseInt(f(0x11f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x658e1));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x115)]()[h(0x11c)](h(0x11d))[h(0x115)]()[h(0x128)](a74a)[h(0x11c)](h(0x11d));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x115;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['3086588wOjCZs','toString','4434471dQlzmH','maka\x20get:local-config','43440CEpxBE','12376LuJMDP','10qglNCh','56zwuvwG','search','(((.+)+)+)+$','local-config','2928204EtvlNV','create','apply','2466618Xgwwia','306UtdDiV','log','442912FpTssi','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','99iERSyY','constructor','101vvEebW','fsi'];a74c=function(){return k;};return a74c();}Command[a74i(0x120)]({'name':a74i(0x11e),'usage':a74i(0x117),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x126),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x12a)]['getMakaProjectConfig']();console[j(0x124)](a);},a74e);
1
+ const a74h=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x1ed))/0x1*(parseInt(f(0x1e2))/0x2)+parseInt(f(0x1d8))/0x3*(-parseInt(f(0x1db))/0x4)+parseInt(f(0x1e0))/0x5+-parseInt(f(0x1e7))/0x6*(-parseInt(f(0x1dd))/0x7)+-parseInt(f(0x1e8))/0x8*(-parseInt(f(0x1e4))/0x9)+-parseInt(f(0x1e5))/0xa+parseInt(f(0x1e1))/0xb*(-parseInt(f(0x1e9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x7b6f7));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const g=a74d;return a74a['toString']()[g(0x1de)](g(0x1d9))[g(0x1e3)]()[g(0x1da)](a74a)['search'](g(0x1d9));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1d8;let f=c[d];return f;},a74d(a,b);}Command[a74h(0x1e6)]({'name':a74h(0x1dc),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74h(0x1ec),'validOpts':[]},async function(){const i=a74h,a=await this[i(0x1ea)][i(0x1eb)]();console[i(0x1df)](a);},a74e);function a74c(){const j=['5956xquEex','local-config','7PPTRhl','search','log','2350075fcGHMl','11gtJMxs','1556qDEfzP','toString','18WifSNw','9997690wWQOsU','create','5913186OGWCom','3801496xeRpjR','4040604EBKcZK','fsi','getMakaProjectConfig','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','141msvwOZ','915IBqPEj','(((.+)+)+)+$','constructor'];a74c=function(){return j;};return a74c();}
@@ -1 +1 @@
1
- const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x16c))/0x1+parseInt(g(0x16e))/0x2+parseInt(g(0x16f))/0x3*(-parseInt(g(0x159))/0x4)+-parseInt(g(0x14f))/0x5+-parseInt(g(0x15c))/0x6*(-parseInt(g(0x160))/0x7)+parseInt(g(0x163))/0x8*(-parseInt(g(0x154))/0x9)+parseInt(g(0x15b))/0xa*(parseInt(g(0x15f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x6b0e5));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a['toString']()[i(0x170)](i(0x169))['toString']()[i(0x161)](a75a)[i(0x170)]('(((.+)+)+)+$');});a75a();function a75c(){const l=['(((.+)+)+)+$','user','decode','649257FAdZBC','join','734546dcolPi','3BfQqcw','search','silent','apply','408135ZzJRvw','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','notice','exit','error','18nRPUrO','hash','roles','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','882804yMxnhv','authToken','2956870mMKTRc','978suGksH','token','whoami','22OufVSN','29113UhifBb','constructor','getGlobalConfig','985912pKinxW','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','maka\x20get:whoami','fsi','create'];a75c=function(){return l;};return a75c();}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x14f;let f=c[d];return f;},a75d(a,b);}Command[a75j(0x168)]({'name':a75j(0x15e),'usage':a75j(0x166),'shortDesc':a75j(0x158),'validOpts':['silent']},async function(a,b){const k=a75j;try{const c=await this[k(0x167)][k(0x162)]();let d=null;return c[k(0x155)]&&(d=await a75f[k(0x16b)](c['hash']),!b[k(0x171)]&&(Log[k(0x151)](k(0x150)+d?.[k(0x16a)]),Log[k(0x151)](k(0x157)+c[k(0x15d)]?.[k(0x165)]),Log[k(0x151)]('User\x20Access\x20Token:\x20\x20'+c[k(0x15d)]?.[k(0x15a)]),Log[k(0x151)](k(0x164)+d?.[k(0x156)][k(0x16d)](',\x20')))),c;}catch(f){Log[k(0x153)](f),process[k(0x152)](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0xb9))/0x1+parseInt(g(0xc6))/0x2*(parseInt(g(0xbe))/0x3)+-parseInt(g(0xb0))/0x4*(parseInt(g(0xc1))/0x5)+parseInt(g(0xc3))/0x6*(-parseInt(g(0xbc))/0x7)+-parseInt(g(0xb8))/0x8*(-parseInt(g(0xc2))/0x9)+parseInt(g(0xc5))/0xa*(parseInt(g(0xb7))/0xb)+-parseInt(g(0xc0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xb5645));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0xad)]()[h(0xb1)]('(((.+)+)+)+$')[h(0xad)]()['constructor'](a75a)[h(0xb1)]('(((.+)+)+)+$');});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';function a75c(){const k=['7408bTgvTj','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20','join','fsi','notice','hash','toString','userId','silent','1180DWiRDx','search','error','roles','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','exit','authToken','135487wKkcvG','2728688QXqlUy','1377377amblgx','decode','user','7fUePdJ','token','384lNsPQp','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','11716788PRtblj','8625xuapwq','18eFTucY','1906338tDKprG','create','10ecLNDq'];a75c=function(){return k;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xab;let f=c[d];return f;},a75d(a,b);}Command[a75i(0xc4)]({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a75i(0xb4),'validOpts':[a75i(0xaf)]},async function(a,b){const j=a75i;try{const c=await this[j(0xca)]['getGlobalConfig']();let d=null;return c['hash']&&(d=await a75f[j(0xba)](c[j(0xac)]),!b[j(0xaf)]&&(Log['notice'](j(0xc7)+d?.[j(0xbb)]),Log[j(0xab)](j(0xbf)+c['token']?.[j(0xae)]),Log[j(0xab)](j(0xc8)+c[j(0xbd)]?.[j(0xb6)]),Log[j(0xab)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[j(0xb3)][j(0xc9)](',\x20')))),c;}catch(f){Log[j(0xb2)](f),process[j(0xb5)](0x1);}},a75e);
@@ -1 +1 @@
1
- function a76c(){var j=['132894PgXirD','630cbttiP','apply','3285sYzCeA','3131739CdfHov','toString','27587Hnizkz','search','4SgIeIt','1383768frfXgA','help','788qjqQoG','4002250HzwVte','188204hCfjVI','(((.+)+)+)+$'];a76c=function(){return j;};return a76c();}var a76i=a76d;function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x97;var f=c[d];return f;},a76d(a,b);}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0xa2))/0x1*(-parseInt(f(0x98))/0x2)+-parseInt(f(0x9a))/0x3+parseInt(f(0xa5))/0x4*(parseInt(f(0x9d))/0x5)+parseInt(f(0x9b))/0x6*(parseInt(f(0xa0))/0x7)+parseInt(f(0xa3))/0x8+parseInt(f(0x9e))/0x9+-parseInt(f(0x97))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x3b62d));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x9c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x9f)]()[h(0xa1)](h(0x99))[h(0x9f)]()['constructor'](a76a)[h(0xa1)](h(0x99));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0xa4),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x6e))/0x1*(-parseInt(f(0x6a))/0x2)+-parseInt(f(0x78))/0x3*(parseInt(f(0x7a))/0x4)+-parseInt(f(0x74))/0x5*(parseInt(f(0x79))/0x6)+parseInt(f(0x6d))/0x7+parseInt(f(0x70))/0x8*(parseInt(f(0x75))/0x9)+parseInt(f(0x6c))/0xa*(-parseInt(f(0x73))/0xb)+parseInt(f(0x72))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x4ec54));function a76c(){var j=['help','Deprecated:\x20use\x20--help\x20instead','26zpDJJZ','create','3522830ZIdSfj','2887003hjRcrK','38405HpIbAP','search','22504vTJIeM','constructor','18319404uiBThB','11PPARgg','5JAOGcE','594hLwxQV','toString','apply','675492gpmURM','3001104AGIMAc','8xmmLXj','(((.+)+)+)+$'];a76c=function(){return j;};return a76c();}function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x68;var f=c[d];return f;},a76d(a,b);}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x77)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x76)]()[h(0x6f)](h(0x7b))[h(0x76)]()[h(0x71)](a76a)[h(0x6f)](h(0x7b));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x6b)]({'name':a76i(0x68),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a76i(0x69)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77y=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=-parseInt(v(0xdc))/0x1+-parseInt(v(0xbb))/0x2*(-parseInt(v(0xe0))/0x3)+-parseInt(v(0xee))/0x4+-parseInt(v(0xa4))/0x5+parseInt(v(0xe6))/0x6*(-parseInt(v(0xa9))/0x7)+-parseInt(v(0x9c))/0x8*(parseInt(v(0xd5))/0x9)+parseInt(v(0xc0))/0xa*(parseInt(v(0xb6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x71e99));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a['toString']()[x(0xea)]('(((.+)+)+)+$')[x(0xe8)]()['constructor'](a77a)[x(0xea)](x(0xd2));});function a77c(){const C=['Setting\x20Path\x20in\x20','setPath','/.zshrc','35877303yMojFe','\x20installed.\x0a','confirm','replace','Meteor\x20version\x20','2laQBoD','warn','fsi','linux','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','10VRypDt','join','homedir','Using\x20CA\x20Cert\x20','error','notice','RELEASE=','arm64','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Setting\x20Path\x20in\x20\x20','package-metadata','https://packages.meteor.com/bootstrap-link?arch=os.','checkAvailability','env','cacert','platform','injectAtEndOfFile','Network\x20error,\x20please\x20try\x20again.','(((.+)+)+)+$','Aborted','string','229374rrEdbN','zsh','SHELL','install','create','includes','meteor','737555sijibI','export\x20PATH=','Error\x20extracting\x20meteor.tar.gz\x20file','maka\x20i','1487811fhVpzo','meteor.tar.gz','existsSync','apply','extractTarGz','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','906372nKMyxd','osx','toString','maka\x20install\x20meteor','search','Aborting\x20install','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','Proceed\x20anyway?','3574944KIEzUs','x86_64','windows','Path\x20already\x20set\x20in\x20','info','getGlobalConfig','isFile','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','136hXSdOs','/.bashrc','/.bash_profile','fileContainsString','grep','success','exit','-rf','3110620BlvoAP','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20install\x20meteor\x20--force','version','getuid','28VzqJMO','.meteor','Setting\x20Path\x20in\x20/etc/profile','force','Path\x20already\x20set\x20in\x20/etc/profile','cert','\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','/etc/profile','Preparing\x20to\x20install\x20Meteor\x20','withSpinner'];a77c=function(){return C;};return a77c();}a77a();import a77e from'os';import a77f from'path';import a77g 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 a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x9a;let f=c[d];return f;},a77d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77y(0xc2)]();function isRoot(){const z=a77y;return process[z(0xa8)]&&process[z(0xa8)]()===0x0;}Command[a77y(0xd9)]({'name':a77y(0xd8),'aliases':['i'],'validOpts':['force',a77y(0xa7),a77y(0xce),a77y(0xb4),'keepInstallFile'],'usage':'maka\x20install','shortDesc':a77y(0xec),'description':a77y(0xaf),'examples':[a77y(0xe9),a77y(0xa6),'maka\x20install\x20meteor\x20--version\x202.13.3',a77y(0xdf)]},async function(a,b){const A=a77y;try{let c='';if(b['cacert']){if(this[A(0xbd)][A(0x9a)](b[A(0xce)]))Log[A(0xc5)](A(0xc3)+b[A(0xce)]),c=b['cacert'];else throw A(0xc8)+c;}const d=await this[A(0xbd)][A(0xf3)]();if(d['cert']){if(this[A(0xbd)][A(0x9a)](d['cert']))c=d[A(0xae)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b['force'])f=!![];else{const p=isRoot();p?(Log[A(0xbc)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions[A(0xb8)](A(0xed),![])):f=!![];}if(!f)throw A(0xd3);const g=process[A(0xcf)]==='win32',h=await HTTPS['get']({'url':'https://install.meteor.com','cert':c}),i=await this['fsi'][A(0xa0)](h['data'],A(0xc6));if(i['length']===0x0)throw A(0xd1);process[A(0xcd)]['NO_NODE_WARNINGS']='1',Log[A(0xc5)](A(0xb1)+i[0x0][A(0xb9)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let j=i[0x0][A(0xb9)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']===A(0xd4)||typeof b[A(0xa7)]==='string')&&(j=b['v']||b[A(0xa7)]);const k={'win32':A(0xf0),'darwin':A(0xe7),'linux':A(0xbe)},l=A(0xcb)+k[a77e[A(0xcf)]()]+'.'+(a77e['arch']()===A(0xc7)?A(0xc7):A(0xef))+'&release='+j,m=await HTTPS[A(0xcc)]({'url':l,'cert':c});!m&&(Log['error'](A(0xba)+j+'\x20is\x20not\x20available.'),process[A(0xa2)](0x0));const n=a77f[A(0xc1)](homeDir,A(0xaa)),o=async()=>{const B=A,q=B(0xdd)+n+':$PATH';if(process['env']['SHELL']&&process[B(0xcd)][B(0xd7)][B(0xda)](B(0xd6))){const r=await this['fsi'][B(0x9f)](homeDir+B(0xb5),q);if(!r)Log[B(0xf2)](B(0xc9)+homeDir+'/.zshrc'),this[B(0xbd)][B(0xd0)]({'filePath':homeDir+'/.zshrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb4)]&&Log[B(0xf2)](B(0xf1)+homeDir+B(0xb5));}else{const s=await this[B(0xbd)][B(0x9f)](homeDir+B(0x9d),q);if(!s)Log[B(0xf2)](B(0xb3)+homeDir+'/.bashrc'),this[B(0xbd)]['injectAtEndOfFile']({'filePath':homeDir+B(0x9d),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb4)]&&Log[B(0xf2)](B(0xf1)+homeDir+'/.bashrc');const t=await this[B(0xbd)][B(0x9f)](homeDir+B(0x9e),q);if(!t)Log[B(0xf2)](B(0xb3)+homeDir+B(0x9e)),this['fsi'][B(0xd0)]({'filePath':homeDir+B(0x9e),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb4)]&&Log['info'](B(0xf1)+homeDir+'/.bash_profile');if(isRoot()){const u=await this['fsi'][B(0x9f)](B(0xb0),q);if(!u)Log[B(0xf2)](B(0xab)),this[B(0xbd)][B(0xd0)]({'filePath':B(0xb0),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb4)]&&Log[B(0xf2)](B(0xad));}}};b[A(0xb4)]&&(await o(),process[A(0xa2)](0x0));if(g)Log[A(0xc4)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process[A(0xa2)](0x0);else{if(a77g[A(0xe2)](n)){let q=![];b['f']||b[A(0xac)]?q=!![]:q=await Actions[A(0xb8)](A(0xe5),![]),q?(await SpawnAsync[A(0xb2)]('rm',[A(0xa3),a77f[A(0xc1)](n,'packages')],{'message':A(0xbf)}),await SpawnAsync[A(0xb2)]('rm',['-rf',a77f[A(0xc1)](n,A(0xca))],{'message':A(0xa5)}),await SpawnAsync[A(0xb2)]('rm',['-rf',a77f[A(0xc1)](n,A(0xdb))],{'message':A(0x9b)})):(Log[A(0xf2)](A(0xeb)),process[A(0xa2)](0x0));}try{await HTTPS['downloadFile']({'url':l,'destPath':a77f['join'](homeDir,A(0xe1)),'cert':c});try{const r=a77f[A(0xc1)](homeDir,A(0xe1));await this[A(0xbd)][A(0xe4)](r,homeDir);}catch(s){Log[A(0xc4)](A(0xde));}!b['keepInstallFile']&&await SpawnAsync['withSpinner']('rm',[A(0xa3),a77f[A(0xc1)](homeDir,'meteor.tar.gz')],{'message':'Cleaning\x20up'}),await o();}catch(t){console[A(0xc4)](t),process[A(0xa2)](0x0);}Log[A(0xa1)](A(0xba)+j+A(0xb7));}}catch(u){console[A(0xc4)](u),process['exit'](0x0);}});
1
+ const a77y=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=-parseInt(v(0x156))/0x1*(parseInt(v(0x118))/0x2)+parseInt(v(0x10e))/0x3*(-parseInt(v(0x121))/0x4)+-parseInt(v(0x119))/0x5*(parseInt(v(0x102))/0x6)+parseInt(v(0x148))/0x7*(-parseInt(v(0x145))/0x8)+-parseInt(v(0x151))/0x9+parseInt(v(0x14c))/0xa*(-parseInt(v(0x10a))/0xb)+-parseInt(v(0x13d))/0xc*(-parseInt(v(0x147))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x1dc76));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0xfe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a[x(0x114)]()[x(0x134)](x(0x143))[x(0x114)]()[x(0x153)](a77a)[x(0x134)](x(0x143));});a77a();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xfd;let f=c[d];return f;},a77d(a,b);}import a77e from'os';import a77f from'path';import a77g 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 a77c(){const C=['fsi','https://install.meteor.com','cacert','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','https://packages.meteor.com/bootstrap-link?arch=os.','/.bash_profile','setPath','209kNfgOV','Using\x20CA\x20Cert\x20','maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor','3hJRafj','Setting\x20Path\x20in\x20','data','/.zshrc','includes','Path\x20already\x20set\x20in\x20','toString','package-metadata','maka\x20i','maka\x20install','68156eyFhbF','15EJBLOy','version','SHELL','platform','Cleaning\x20up','NO_NODE_WARNINGS','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','export\x20PATH=','21624GIPjLH','packages','maka\x20install\x20meteor\x20--version\x202.13.3','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','Error\x20extracting\x20meteor.tar.gz\x20file','zsh','x86_64','Preparing\x20to\x20install\x20Meteor\x20','RELEASE=','\x20is\x20not\x20available.','arm64','extractTarGz','Network\x20error,\x20please\x20try\x20again.','\x20installed.\x0a','injectAtEndOfFile','Setting\x20Path\x20in\x20/etc/profile','warn','/.bashrc','getuid','search','.meteor','exit','linux','join',':$PATH','getGlobalConfig','homedir','-rf','26076pOVZzB','osx','cert','/etc/profile','Meteor\x20version\x20','Aborted','(((.+)+)+)+$','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','16rHSZfn','create','3133KvDBOM','136353dZMsmz','error','downloadFile','success','103990OieVgf','replace','keepInstallFile','arch','grep','170307egpcXE','force','constructor','\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','meteor.tar.gz','1ncpvHi','Path\x20already\x20set\x20in\x20/etc/profile','windows','&release=','withSpinner','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','fileContainsString','apply','info','install','isFile','213546hNphDu'];a77c=function(){return C;};return a77c();}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77y(0x13b)]();function isRoot(){const z=a77y;return process['getuid']&&process[z(0x133)]()===0x0;}Command[a77y(0x146)]({'name':a77y(0x100),'aliases':['i'],'validOpts':[a77y(0x152),a77y(0x11a),a77y(0x105),a77y(0x109),'keepInstallFile'],'usage':a77y(0x117),'shortDesc':'Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','description':a77y(0x154),'examples':[a77y(0x10d),a77y(0x10c),a77y(0x123),a77y(0x116)]},async function(a,b){const A=a77y;try{let c='';if(b[A(0x105)]){if(this[A(0x103)][A(0x101)](b['cacert']))Log['notice'](A(0x10b)+b[A(0x105)]),c=b[A(0x105)];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this[A(0x103)][A(0x13a)]();if(d['cert']){if(this['fsi'][A(0x101)](d[A(0x13f)]))c=d[A(0x13f)];else throw A(0x15b)+c;}let f=![];if(b['f']||b[A(0x152)])f=!![];else{const p=isRoot();p?(Log[A(0x131)](A(0x124)),f=await Actions['confirm']('Proceed\x20anyway?',![])):f=!![];}if(!f)throw A(0x142);const g=process[A(0x11c)]==='win32',h=await HTTPS['get']({'url':A(0x104),'cert':c}),i=await this[A(0x103)][A(0x150)](h[A(0x110)],A(0x129));if(i['length']===0x0)throw A(0x12d);process['env'][A(0x11e)]='1',Log['notice'](A(0x128)+i[0x0][A(0x14d)](/[^0-9.]/gi,'')[A(0x14d)](/\r?\n|\r/,''));let j=i[0x0][A(0x14d)](/[^0-9.]/gi,'')[A(0x14d)](/\r?\n|\r/,'');(typeof b['v']==='string'||typeof b[A(0x11a)]==='string')&&(j=b['v']||b[A(0x11a)]);const k={'win32':A(0x158),'darwin':A(0x13e),'linux':A(0x137)},l=A(0x107)+k[a77e[A(0x11c)]()]+'.'+(a77e[A(0x14f)]()===A(0x12b)?'arm64':A(0x127))+A(0x159)+j,m=await HTTPS['checkAvailability']({'url':l,'cert':c});!m&&(Log[A(0x149)]('Meteor\x20version\x20'+j+A(0x12a)),process['exit'](0x0));const n=a77f[A(0x138)](homeDir,A(0x135)),o=async()=>{const B=A,q=B(0x120)+n+B(0x139);if(process['env']['SHELL']&&process['env'][B(0x11b)][B(0x112)](B(0x126))){const r=await this[B(0x103)][B(0xfd)](homeDir+'/.zshrc',q);if(!r)Log[B(0xff)]('Setting\x20Path\x20in\x20\x20'+homeDir+'/.zshrc'),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+B(0x111),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x109)]&&Log[B(0xff)]('Path\x20already\x20set\x20in\x20'+homeDir+'/.zshrc');}else{const s=await this[B(0x103)]['fileContainsString'](homeDir+B(0x132),q);if(!s)Log['info'](B(0x10f)+homeDir+'/.bashrc'),this[B(0x103)][B(0x12f)]({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x109)]&&Log[B(0xff)](B(0x113)+homeDir+'/.bashrc');const t=await this[B(0x103)][B(0xfd)](homeDir+B(0x108),q);if(!t)Log['info'](B(0x10f)+homeDir+B(0x108)),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+B(0x108),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0xff)]('Path\x20already\x20set\x20in\x20'+homeDir+B(0x108));if(isRoot()){const u=await this[B(0x103)][B(0xfd)](B(0x140),q);if(!u)Log['info'](B(0x130)),this['fsi']['injectAtEndOfFile']({'filePath':'/etc/profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x109)]&&Log[B(0xff)](B(0x157));}}};b[A(0x109)]&&(await o(),process['exit'](0x0));if(g)Log[A(0x149)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process['exit'](0x0);else{if(a77g['existsSync'](n)){let q=![];b['f']||b['force']?q=!![]:q=await Actions['confirm'](A(0x11f),![]),q?(await SpawnAsync[A(0x15a)]('rm',['-rf',a77f[A(0x138)](n,A(0x122))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync[A(0x15a)]('rm',[A(0x13c),a77f['join'](n,A(0x115))],{'message':A(0x144)}),await SpawnAsync[A(0x15a)]('rm',[A(0x13c),a77f[A(0x138)](n,'meteor')],{'message':A(0x106)})):(Log[A(0xff)]('Aborting\x20install'),process[A(0x136)](0x0));}try{await HTTPS[A(0x14a)]({'url':l,'destPath':a77f[A(0x138)](homeDir,A(0x155)),'cert':c});try{const r=a77f['join'](homeDir,A(0x155));await this[A(0x103)][A(0x12c)](r,homeDir);}catch(s){Log['error'](A(0x125));}!b[A(0x14e)]&&await SpawnAsync[A(0x15a)]('rm',[A(0x13c),a77f[A(0x138)](homeDir,'meteor.tar.gz')],{'message':A(0x11d)}),await o();}catch(t){console['error'](t),process[A(0x136)](0x0);}Log[A(0x14b)](A(0x141)+j+A(0x12e));}}catch(u){console[A(0x149)](u),process[A(0x136)](0x0);}});
@@ -1 +1 @@
1
- const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x1f5))/0x1*(parseInt(j(0x209))/0x2)+parseInt(j(0x20a))/0x3+parseInt(j(0x211))/0x4+-parseInt(j(0x206))/0x5*(-parseInt(j(0x1f8))/0x6)+-parseInt(j(0x219))/0x7*(parseInt(j(0x1f3))/0x8)+-parseInt(j(0x1f4))/0x9+parseInt(j(0x21a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xb926c));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x208)]()['search']('(((.+)+)+)+$')[l(0x208)]()[l(0x20c)](a78a)['search'](l(0x1ff));});function a78c(){const o=['stringify','logError','app/public','26056dIevFO','5670063HtJgSo','306039FYJegC','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','closure','353016kRYMPB','jsdoc-config.json','inherit','config','pathFromProject','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','logNotice','(((.+)+)+)+$','apply','\x20-r\x20app','app/private','docs','.+\x5c.(j|t)s(doc|x)?$','utf-8','35RBzDxP','plugins/markdown','toString','2ARLacM','1351452NStrKJ','maka\x20jsdoc','constructor','join','create','\x20-c\x20','isFile','4041308cJKuQF','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','fsi','\x0a[+]\x20Documentation\x20written\x20to\x20','\x20-d\x20','stop','logWithSpinner','app/packages','602XHRtxN','1018650UUOoAb'];a78c=function(){return o;};return a78c();}function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a78m(0x20e)]({'name':'jsdoc','usage':a78m(0x20b),'mustBeInMakaProject':!![],'shortDesc':a78m(0x212),'examples':['maka\x20jsdoc\x20--init',a78m(0x20b)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x20d)](this[n(0x213)]['pathFromProject']({}),n(0x203)+a78e['sep']),b=a78e[n(0x20d)](this[n(0x213)][n(0x1fc)]({}),n(0x1fb),n(0x1f9)),c=this[n(0x213)][n(0x1fc)]({}),d='jsdoc';if(!this[n(0x210)](b)){const g={'plugins':[n(0x207)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0x1f7)]},'source':{'includePattern':n(0x204),'excludePattern':n(0x1f6),'exclude':[n(0x218),'app/node_modules',n(0x1f2),n(0x202)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x205)}};a78f['writeFileSync'](b,JSON[n(0x1f0)](g,null,0x4));}const f=this[n(0x217)]('Running\x20'+d);try{const h=d+n(0x20f)+b+n(0x201)+a78e['sep']+n(0x215)+a;execSync(h,{'cwd':c,'stdio':n(0x1fa)}),this[n(0x1fe)](n(0x214)+a);}catch(i){this[n(0x1f1)](i),this['logError'](n(0x1fd));}finally{f[n(0x216)]();}});
1
+ const a78m=a78d;function a78c(){const o=['(((.+)+)+)+$','join','pathFromProject','4365909mQueZb','380aCwDSM','Running\x20','toString','25482YUscfz','2556768IkfGhJ','jsdoc-config.json','search','writeFileSync','app/private','2609496RyDOps','app/node_modules','constructor','.+\x5c.(j|t)s(doc|x)?$','stop','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','create','logNotice','logWithSpinner','327324ujpQxS','app/public','jsdoc','maka\x20jsdoc','20aOZcJC','21jluUiS','\x0a[+]\x20Documentation\x20written\x20to\x20','stringify','\x20-d\x20','logError','542472cEnkRI','plugins/markdown','\x20-r\x20app','docs','sep','config','apply','396OwczoM','6FalFIe','51994awOvmf','closure','fsi'];a78c=function(){return o;};return a78c();}function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xe3;let f=c[d];return f;},a78d(a,b);}(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x108))/0x1*(-parseInt(j(0x107))/0x2)+parseInt(j(0xec))/0x3+-parseInt(j(0xe7))/0x4+parseInt(j(0xe3))/0x5*(parseInt(j(0xe6))/0x6)+parseInt(j(0xfa))/0x7*(-parseInt(j(0xff))/0x8)+parseInt(j(0x10e))/0x9*(parseInt(j(0xf9))/0xa)+-parseInt(j(0x106))/0xb*(parseInt(j(0xf5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x78a75));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x105)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a['toString']()[l(0xe9)](l(0x10b))[l(0xe5)]()[l(0xee)](a78a)['search'](l(0x10b));});a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a78m(0xf2)]({'name':a78m(0xf7),'usage':a78m(0xf8),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':['maka\x20jsdoc\x20--init',a78m(0xf8)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x10c)](this[n(0x10a)]['pathFromProject']({}),n(0x102)+a78e[n(0x103)]),b=a78e['join'](this[n(0x10a)][n(0x10d)]({}),n(0x104),n(0xe8)),c=this['fsi'][n(0x10d)]({}),d='jsdoc';if(!this['isFile'](b)){const g={'plugins':[n(0x100)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0x109)]},'source':{'includePattern':n(0xef),'excludePattern':n(0xf1),'exclude':['app/packages',n(0xed),n(0xf6),n(0xeb)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a78f[n(0xea)](b,JSON[n(0xfc)](g,null,0x4));}const f=this[n(0xf4)](n(0xe4)+d);try{const h=d+'\x20-c\x20'+b+n(0x101)+a78e['sep']+n(0xfd)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this[n(0xf3)](n(0xfb)+a);}catch(i){this[n(0xfe)](i),this[n(0xfe)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0xf0)]();}});