@maka/maka-cli 4.12.12 → 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(0x131))/0x1*(parseInt(f(0x109))/0x2)+-parseInt(f(0x10e))/0x3+parseInt(f(0x120))/0x4*(-parseInt(f(0x12b))/0x5)+-parseInt(f(0x102))/0x6*(parseInt(f(0x122))/0x7)+-parseInt(f(0x121))/0x8*(-parseInt(f(0x129))/0x9)+parseInt(f(0x134))/0xa+parseInt(f(0x103))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xe0e5e));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(0x127)]()[g(0x10f)]('(((.+)+)+)+$')[g(0x127)]()[g(0x101)](a58a)['search'](g(0x10b));});a58a();function a58c(){var D=['Gloves','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Rare','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','BodyArmor','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Sniper\x20Rifle','Legendary','A\x20mysterious\x20book.','ArmArmor','Tiny','Circle','8tlZlZu','488KxEbcy','14ParxVV','publishDate','Common','Holy\x20Grail','Blade','toString','Smooth','9594KQmWIN','Yellow','45515ReeyiM','author','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Brown','Short\x20Sword','Grey','1kCTVHz','Key','Unknown','12070720ShLpEy','Large','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Boots','description','constructor','2893458kpmpKn','21619939LRPQos','You\x20hold\x20the\x20','Medium','name','Rectangle','Metallic','1803218AJoBsq','Small','(((.+)+)+)+$','use','Helmet','1296192Vcrkng','search','Weapon','Book','Unknown\x20Author','LegArmor'];a58c=function(){return D;};return a58c();}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(0x105)],'category':Category[h(0x133)],'shape':Shape['Rectangle'],'color':Color[h(0x12a)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}[a58i(0x10c)](){var j=a58i;return this[j(0x100)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0x105)],'category':Category[k(0x110)],'shape':Shape['Blade'],'color':Color[k(0x130)],'texture':Texture[k(0x108)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[l(0x110)],'shape':Shape['Rifle'],'color':Color['Brown'],'texture':Texture[l(0x108)],'rating':Rating[l(0x116)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0x10d)],'shape':Shape['Circle'],'color':Color[m(0x130)],'texture':Texture[m(0x108)],'rating':Rating[m(0x124)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[n(0x118)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[n(0x108)],'rating':Rating[n(0x124)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0x105)],'category':Category[o(0x113)],'shape':Shape['Rectangle'],'color':Color[o(0x130)],'texture':Texture[o(0x108)],'rating':Rating[o(0x124)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x105)],'category':Category[p(0xff)],'shape':Shape[p(0x11f)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[p(0x124)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0x10a)],'category':Category[q(0x114)],'shape':Shape[q(0x11f)],'color':Color[q(0x12e)],'texture':Texture[q(0x128)],'rating':Rating['Common'],'weight':0x1});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xfe;var f=c[d];return f;},a58d(a,b);}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x105)],'category':Category[r(0x11d)],'shape':Shape[r(0x107)],'color':Color[r(0x130)],'texture':Texture[r(0x108)],'rating':Rating[r(0x124)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x11e)],'category':Category[s(0x132)],'shape':Shape[s(0x107)],'color':Color[s(0x12a)],'texture':Texture[s(0x128)],'rating':Rating[s(0x124)],'weight':0x0});}[a58i(0x10c)](){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(0x105)],'category':Category[t(0x110)],'shape':Shape[t(0x126)],'color':Color[t(0x130)],'texture':Texture[t(0x108)],'rating':Rating['Common'],'weight':0x3});}['use'](){var u=a58i;return u(0x115);}}export class Book extends Item{[a58i(0x12c)];[a58i(0x123)];['pageCount'];constructor(a,b=a58i(0x11c),c=a58i(0x112)){var v=a58i;super({'name':a,'description':b,'size':Size[v(0x105)],'category':Category[v(0x111)],'shape':Shape[v(0x107)],'color':Color[v(0x12e)],'texture':Texture[v(0x128)],'rating':Rating[v(0x124)],'weight':0x1}),this[v(0x12c)]=c,this[v(0x123)]=new Date(),this['pageCount']=0x64;}[a58i(0x10c)](){var w=a58i;return w(0x12d);}}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0x12f),'description':x(0x136),'size':Size[x(0x105)],'category':Category[x(0x110)],'shape':Shape['Blade'],'color':Color[x(0x130)],'texture':Texture[x(0x108)],'rating':Rating[x(0x124)],'weight':0x3});}['use'](){var y=a58i;return y(0x115);}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':z(0x11a),'description':z(0x117),'size':Size[z(0x135)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[z(0x12e)],'texture':Texture[z(0x128)],'rating':Rating[z(0x124)],'weight':0x5});}[a58i(0x10c)](){var A=a58i;return A(0xfe);}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':B(0x125),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0x10a)],'category':Category['Cup'],'shape':Shape[B(0x11f)],'color':Color['Gold'],'texture':Texture['Metallic'],'rating':Rating[B(0x11b)],'weight':0x1});}[a58i(0x10c)](){var C=a58i;return C(0x104)+this[C(0x106)]+C(0x119);}}
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(0x16a))/0x1*(parseInt(f(0x136))/0x2)+-parseInt(f(0x161))/0x3+parseInt(f(0x162))/0x4*(parseInt(f(0x139))/0x5)+parseInt(f(0x159))/0x6*(parseInt(f(0x103))/0x7)+parseInt(f(0x104))/0x8*(-parseInt(f(0x113))/0x9)+parseInt(f(0x137))/0xa+-parseInt(f(0x163))/0xb*(parseInt(f(0x14a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd5c47));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()[h(0x12a)](h(0xfa))['toString']()[h(0x116)](a60a)['search'](h(0xfa));});a60a();export const rooms=[{'name':'Library','description':a60i(0x12e),'isStartRoom':!![],'items':[{'type':a60i(0x122),'name':a60i(0x157),'description':a60i(0x101)},{'type':a60i(0x128),'name':a60i(0x14e),'description':a60i(0x12d),'content':a60i(0x131)}],'exits':[{'direction':a60i(0x11f),'targetRoom':a60i(0x160)}]},{'name':a60i(0x160),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x114),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0x157)},{'direction':a60i(0x110),'targetRoom':a60i(0x167)}]},{'name':a60i(0x141),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x13d),'name':a60i(0x158),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x167),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x14b),'exits':[{'direction':'UP','targetRoom':a60i(0x10a)}]},{'name':a60i(0x10a),'description':a60i(0x135),'roomType':a60i(0x14b),'puzzle':{'requiredPhrase':a60i(0x147),'riddle':a60i(0x10e),'rewardItem':{'type':a60i(0x165),'name':'Sniper\x20Rifle','description':a60i(0x154)},'successMessage':a60i(0x151),'failureMessage':a60i(0x120)}}];function a60c(){const j=['5YAUFFi','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','drone','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','holyGrail','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','show\x20loyalty','release','Treasure\x20Room','Golden\x20Chalice','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Riddle\x20Book','secret123','insert\x20gem','Corp\x20Enclave','11892gWTWur','OUTSIDE','Emblem\x20Shield','south','Guard\x27s\x20Log\x20Book','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','An\x20old\x20and\x20rusted\x20sword.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Matrix\x20Data\x20Haven','A\x20long-range\x20weapon.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','north','Golden\x20Key','Holy\x20Grail','1190328MTYjwC','Barrens\x20Hideout','outside','open\x20sesame','gem','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Central\x20Chamber\x20Key','Secret\x20Passage','4791591jwhGtC','4394252gfHfuD','13387KKdVbO','basic','rifle','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Courtyard','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Nothing\x20happens.','3cxFMWO','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','(((.+)+)+)+$','A\x20creditstick\x20loaded\x20with\x20nuyen.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Corporate\x20Creditstick','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Rigger\x27s\x20Workshop','Entrance\x20Hall','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Alchemy\x20Lab','21EtHNHO','89224TPRjYh','creditstick','Ares\x20Predator','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20clear\x20glass\x20vial.','west','Watch\x20Tower','Blood-stained\x20Key','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20data\x20remains\x20encrypted.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','east','SOUTH','Downtown\x20Seattle','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','711PiUVeW','NORTH','down','constructor','Central\x20Chamber','CorpSec\x20Plans','weapon','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Jackpoint\x20Login','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Barrens\x20Entrance','Torture\x20Chamber','EAST','That\x20passcode\x20is\x20incorrect','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','key','disenchant','cup','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Armory','apply','book','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','search','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Mage\x27s\x20Lair','A\x20thin\x20log\x20book','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','inside','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Chad\x20the\x20stupid\x20guard','Study','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','929074oYWyIg','14725840LVPQDN','document'];a60c=function(){return j;};return a60c();}export const dungeonConfig=[{'name':'Entrance\x20Hall','description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x12f),'puzzle':{'requiredPhrase':a60i(0x15c),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x122),'name':'Central\x20Chamber\x20Key','description':a60i(0x14f)},'successMessage':a60i(0x155),'failureMessage':a60i(0x169)},'exits':[{'direction':a60i(0x156),'targetRoom':a60i(0x132)},{'direction':a60i(0x10f),'targetRoom':a60i(0x117),'keyRequired':a60i(0x15f)}]},{'name':'Study','description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x12f),'items':[{'type':'book','name':a60i(0x146),'description':a60i(0x15e),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x122),'name':a60i(0x15f),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x100)},{'direction':a60i(0x10f),'targetRoom':a60i(0x102)}]},{'name':'Alchemy\x20Lab','description':a60i(0x168),'roomType':a60i(0x12f),'items':[{'type':a60i(0x164),'name':'Empty\x20vial','description':a60i(0x108)}],'exits':[{'direction':a60i(0x109),'targetRoom':'Study'},{'direction':a60i(0x156),'targetRoom':a60i(0x126)}]},{'name':a60i(0x126),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0x12f),'items':[{'type':'shield','name':a60i(0x14c),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':'Rusted\x20Sword','description':a60i(0x150)}],'exits':[{'direction':'south','targetRoom':a60i(0x102)},{'direction':a60i(0x10f),'targetRoom':a60i(0x117)}]},{'name':a60i(0x117),'description':a60i(0x134),'roomType':a60i(0x12f),'exits':[{'direction':a60i(0x109),'targetRoom':a60i(0x126)},{'direction':a60i(0x14d),'targetRoom':a60i(0x100)},{'direction':a60i(0x156),'targetRoom':a60i(0x11e)},{'direction':a60i(0x10f),'targetRoom':'Treasure\x20Room'}]},{'name':'Torture\x20Chamber','description':a60i(0x12b),'roomType':a60i(0x12f),'items':[{'type':a60i(0x122),'name':a60i(0x10b),'description':a60i(0x107)}],'puzzle':{'requiredPhrase':a60i(0x140),'riddle':a60i(0x11a),'rewardItem':{'type':a60i(0x15d),'name':'Ancient\x20Gem','description':a60i(0x13e)},'successMessage':a60i(0x11c),'failureMessage':a60i(0x10c)},'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x117)}]},{'name':a60i(0x141),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x12f),'puzzle':{'requiredPhrase':a60i(0x148),'riddle':a60i(0x130),'rewardItem':{'type':a60i(0x124),'name':a60i(0x142),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60i(0x145),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a60i(0x109),'targetRoom':'Central\x20Chamber'}]}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xfa;let f=c[d];return f;},a60d(a,b);}export const shadowrunConfig=[{'name':a60i(0x11b),'description':a60i(0x152),'isStartRoom':!![],'roomType':a60i(0x12f),'exits':[{'direction':'north','targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x153)}]},{'name':a60i(0x153),'description':a60i(0x144),'roomType':a60i(0x12f),'puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x112),'rewardItem':{'type':a60i(0x122),'name':'Encrypted\x20Data\x20Key','description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x125),'failureMessage':a60i(0x10d)},'exits':[{'direction':a60i(0x115),'targetRoom':a60i(0x11b)}]},{'name':'Downtown\x20Seattle','description':a60i(0xfe),'roomType':a60i(0x15b),'exits':[{'direction':'south','targetRoom':a60i(0x11b)},{'direction':a60i(0x10f),'targetRoom':a60i(0x11d)},{'direction':a60i(0x109),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x11d),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x15b),'puzzle':{'requiredPhrase':a60i(0x13f),'riddle':a60i(0x143),'rewardItem':{'type':'key','name':'Gang\x20Insignia','description':a60i(0x13a)},'successMessage':a60i(0x16b),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x109),'targetRoom':a60i(0x111)},{'direction':'north','targetRoom':a60i(0x15a)}]},{'name':a60i(0x149),'description':a60i(0x166),'roomType':'inside','items':[{'type':a60i(0x105),'name':a60i(0xfd),'description':a60i(0xfb)},{'type':a60i(0x138),'name':a60i(0x118),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x10f),'targetRoom':a60i(0x111)}]},{'name':a60i(0x15a),'description':a60i(0x13c),'roomType':a60i(0x15b),'items':[{'type':a60i(0x119),'name':a60i(0x106),'description':a60i(0x121)}],'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x11d)},{'direction':'north','targetRoom':a60i(0x12c)},{'direction':a60i(0x10f),'targetRoom':a60i(0xff)}]},{'name':a60i(0x12c),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x12f),'puzzle':{'requiredPhrase':a60i(0x123),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':'amulet','name':'Amulet\x20of\x20Awakening','description':a60i(0x133)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0xfc)},'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x15a)}]},{'name':a60i(0xff),'description':a60i(0x129),'roomType':a60i(0x12f),'items':[{'type':a60i(0x13b),'name':'MCT\x20Fly-Spy','description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x109),'targetRoom':a60i(0x15a)}]}];
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(0x70))/0x1*(parseInt(f(0x6e))/0x2)+parseInt(f(0x7a))/0x3+-parseInt(f(0x67))/0x4+-parseInt(f(0x75))/0x5+parseInt(f(0x7f))/0x6+-parseInt(f(0x82))/0x7+parseInt(f(0x88))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe79ea));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x87)]()[h(0x89)](h(0x85))[h(0x87)]()[h(0x83)](a61a)[h(0x89)](h(0x85));});a61a();function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x67;var f=c[d];return f;},a61d(a,b);}function a61c(){var j=['4122028yxVODn','roomType','isLocked','puzzle','category','items','player','134xPCuVM','isLockable','3976ENAGyl','characterLocations','isStartRoom','_currentLocation','name','5485105FrcxHH','_equipment','unlockItemOrSolution','apply','exits','1680555AbHAHM','rating','color','roomA','logger','8831682GVTKZt','inventory','_logger','5616226HoQHdJ','constructor','_inventory','(((.+)+)+)+$','size','toString','16902560FyaPMn','search','solved','_maxCarryingWeight','rooms'];a61c=function(){return j;};return a61c();}import{EventEmitter}from'events';export class AbstractScene{[a61i(0x8c)];[a61i(0x6d)];[a61i(0x7e)];[a61i(0x71)];}export class AbstractRoom extends EventEmitter{[a61i(0x74)];['description'];[a61i(0x79)];[a61i(0x80)];[a61i(0x6a)];[a61i(0x68)];[a61i(0x72)];}export class AbstractDoor{[a61i(0x7d)];['roomB'];[a61i(0x69)];[a61i(0x77)];['name'];[a61i(0x7e)];[a61i(0x6f)];}export class AbstractInventory{[a61i(0x6c)];['logger'];}export class AbstractItem{['uuid'];[a61i(0x74)];['description'];[a61i(0x86)];[a61i(0x6b)];['shape'];[a61i(0x7c)];['texture'];[a61i(0x7b)];['weight'];}export class AbstractPlayer{['_playerName'];[a61i(0x73)];[a61i(0x84)];[a61i(0x76)];[a61i(0x8b)];[a61i(0x81)];}export class AbstractPuzzle{[a61i(0x7e)];[a61i(0x8a)];}
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 a62c(){var v=['DOWN','Cup','BodyArmor','Legendary','toString','Red','green','Shield','rough','NORTH','bumpy','outside','helmet','UNDERGROUND','MOUNTAIN','orange','BEACH','Rectangle','OUTSIDE','893VzINnp','east','Purple','Bumpy','652140dQVkoZ','Gold','DESERT','large','Hat','Common','204290HfLXcJ','TOWER','smooth','Rifle','Rough','tower','Grainy','Fuzzy','tiny','EAST','LegArmor','gold','Book','sea','418IOdzkj','book','circle','south','inside','shield','SOUTH','down','Grey','Circle','INSIDE','Weapon','840UUkCKO','Blue','FOREST','underground','rectangle','Large','VeryLarge','Triangle','765800xrHGzg','hat','constructor','grainy','unknown','square','94232hDMgkM','3721377WARLNF','red','(((.+)+)+)+$','forest','Yellow','cave','common','grey','CAVE','Orange','rifle','search','apply','beach','99RPbcLW','112CmtuNO','body\x20armor','brown','Green','purple','metallic','blue','8124VuxKjE','very\x20large','Unknown','cup','medium'];a62c=function(){return v;};return a62c();}(function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1a3))/0x1*(parseInt(k(0x1bb))/0x2)+parseInt(k(0x1a7))/0x3+-parseInt(k(0x1cf))/0x4+-parseInt(k(0x1c7))/0x5*(-parseInt(k(0x1ec))/0x6)+-parseInt(k(0x1e5))/0x7*(-parseInt(k(0x1d5))/0x8)+parseInt(k(0x1e4))/0x9*(parseInt(k(0x1ad))/0xa)+-parseInt(k(0x1d6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x22949));export var Size;(function(c){var n=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a62d;if(h){var j=h[l(0x1e2)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a62d;return e[m(0x1f5)]()['search']('(((.+)+)+)+$')[m(0x1f5)]()[m(0x1d1)](e)[m(0x1e1)](m(0x1d8));});e(),c['Tiny']=n(0x1b5),c['Small']='small',c['Medium']=n(0x1f0),c[n(0x1cc)]=n(0x1aa),c[n(0x1cd)]=n(0x1ed);}(Size||(Size={})));export var Rating;(function(a){var o=a62d;a[o(0x1ac)]=o(0x1dc),a['Rare']='rare',a[o(0x1f4)]='legendary';}(Rating||(Rating={})));export var Category;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x19b;var f=c[d];return f;},a62d(a,b);}(function(a){var p=a62d;a[p(0x1c6)]='weapon',a[p(0x1f8)]=p(0x1c0),a['Key']='key',a['Gloves']='gloves',a['Helmet']=p(0x19c),a[p(0x1ab)]=p(0x1d0),a['Boots']='boots',a[p(0x1b7)]='leg\x20armor',a['ArmArmor']='arm\x20armor',a[p(0x1f3)]=p(0x1e6),a[p(0x1b9)]=p(0x1bc),a[p(0x1f2)]=p(0x1ef),a[p(0x1ee)]=p(0x1d3);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x1c4)]=q(0x1bd),a['Square']=q(0x1d4),a[q(0x1ce)]='triangle',a[q(0x1a1)]=q(0x1cb),a['Blade']='blade',a[q(0x1b0)]=q(0x1e0);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0x1f6)]=r(0x1d7),a[r(0x1c8)]=r(0x1eb),a[r(0x1e8)]=r(0x1f7),a[r(0x1da)]='yellow',a[r(0x1df)]=r(0x19f),a[r(0x1a5)]=r(0x1e9),a[r(0x1c3)]=r(0x1dd),a['Brown']=r(0x1e7),a[r(0x1a8)]=r(0x1b8);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']=s(0x1af),a[s(0x1b1)]=s(0x1f9),a[s(0x1a6)]=s(0x1fb),a[s(0x1b4)]='fuzzy',a[s(0x1b3)]=s(0x1d2),a['Metallic']=s(0x1ea);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x1c5)]=t(0x1bf),a[t(0x1a2)]=t(0x19b),a[t(0x19d)]=t(0x1ca),a[t(0x1de)]=t(0x1db),a[t(0x1ae)]=t(0x1b2),a[t(0x1c9)]=t(0x1d9),a[t(0x1a9)]='desert',a[t(0x19e)]='mountain',a[t(0x1a0)]=t(0x1e3),a['SEA']=t(0x1ba);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x1fa)]='north',a[u(0x1b6)]=u(0x1a4),a[u(0x1c1)]=u(0x1be),a['WEST']='west',a['UP']='up',a[u(0x1f1)]=u(0x1c2);}(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(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x10a))/0x1*(parseInt(f(0x103))/0x2)+-parseInt(f(0xff))/0x3*(-parseInt(f(0xfd))/0x4)+parseInt(f(0xfe))/0x5*(-parseInt(f(0x105))/0x6)+-parseInt(f(0x106))/0x7+parseInt(f(0x107))/0x8+-parseInt(f(0x104))/0x9*(parseInt(f(0x108))/0xa)+parseInt(f(0x109))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xa16ff));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xfd;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x102)](h(0x101))[h(0x10b)]()['constructor'](a63a)[h(0x102)]('(((.+)+)+)+$');});a63a();function a63c(){var i=['2953560fgGUca','2560XEyKjs','30153277yOBrNB','5Urmhju','toString','4lgxvrZ','513630DRBLzt','73599BvRGGK','apply','(((.+)+)+)+$','search','158786GNUKtq','22824hOitOu','42WCkkMk','4958975aGroNa'];a63c=function(){return i;};return a63c();}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(0x11a))/0x1*(parseInt(f(0x11e))/0x2)+-parseInt(f(0x11b))/0x3*(-parseInt(f(0x124))/0x4)+parseInt(f(0x125))/0x5*(-parseInt(f(0x119))/0x6)+-parseInt(f(0x120))/0x7+-parseInt(f(0x117))/0x8+parseInt(f(0x122))/0x9+-parseInt(f(0x11f))/0xa*(-parseInt(f(0x123))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x5093b));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()['search']('(((.+)+)+)+$')[h(0x118)]()['constructor'](a64a)[h(0x11c)](h(0x11d));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x117;var f=c[d];return f;},a64d(a,b);}a64a();function a64c(){var i=['3124494IRvanx','1331xXMEGT','224xydbVn','52525HUXKTb','3004344ILuXGJ','toString','12SIjHzM','16925BWiwZn','12057xEWYtN','search','(((.+)+)+)+$','70eTblbA','9320PMpBrP','3855467FfZJkd','apply'];a64c=function(){return i;};return a64c();}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(0xdb))/0x1+parseInt(y(0xda))/0x2*(parseInt(y(0xd6))/0x3)+-parseInt(y(0xcd))/0x4*(parseInt(y(0xdc))/0x5)+-parseInt(y(0xbc))/0x6*(parseInt(y(0xec))/0x7)+parseInt(y(0xe1))/0x8+-parseInt(y(0x102))/0x9+parseInt(y(0xb8))/0xa*(-parseInt(y(0xc9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x9f799));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0xe2)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x101)]()['search'](A(0xc5))[A(0x101)]()[A(0xb1)](g)[A(0xb7)](A(0xc5));});g();try{const h=a65e[B(0xcc)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[B(0xd4)]({'top':'0%','left':B(0xf0),'width':B(0xcb),'height':B(0xed),'border':{'type':B(0xc4)},'label':B(0xbe),'content':B(0xdd),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xb5)]()['map'](v=>v[C(0x104)]);i[C(0xb9)](u[C(0xdf)]('\x0a')),h[C(0x100)]();};h[B(0xe9)](i);const k=a65e['box']({'top':B(0xed),'left':B(0xf0),'width':B(0xcb),'height':B(0xcb),'border':{'type':B(0xc4)},'label':'\x20Equipment\x20','content':B(0xfe),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x108)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xe9)](k);const l=t=>{const D=B;k[D(0xb9)](D(0xef)+(t[D(0xf4)]?t['head'][D(0x104)]:D(0xe3))+'\x0a'+(D(0xf8)+(t[D(0xf3)]?t[D(0xf3)][D(0x104)]:D(0xe3))+'\x0a')+('Legs:\x20'+(t['legs']?t['legs'][D(0x104)]:D(0xe3))+'\x0a')+(D(0xe4)+(t['feet']?t[D(0x106)]['name']:D(0xe3))+'\x0a')+('Arms:\x20'+(t[D(0x107)]?t['arms']['name']:D(0xe3))+'\x0a')+('Gloves:\x20'+(t[D(0x105)]?t[D(0x105)][D(0x104)]:D(0xe3))+'\x0a')+(D(0xb0)+(t[D(0xd7)]?t[D(0xd7)][D(0x104)]:D(0xe3))+'\x0a')+(D(0xff)+(t[D(0xd5)]?t['rightHand'][D(0x104)]:D(0xe3))+'\x0a')),h['render']();},m=a65e[B(0xd4)]({'top':B(0xf9),'left':'75%','width':B(0xcb),'height':B(0xc8),'border':{'type':B(0xc4)},'label':'\x20Map\x20','content':B(0xfd),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xe9)](m);const n=t=>{const E=B;let u=E(0x10a)+t[E(0x104)]+'\x0a\x0a';u+=E(0xfc),t[E(0xd8)]['size']>0x0?t[E(0xd8)][E(0xf7)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0xd0)]===RoomType[F(0xc7)]?u+=capitalCase(w)+':\x20'+x[F(0x104)]:u+=capitalCase(w)+':\x20'+v[F(0x104)];if(v[F(0xd3)]())u+=F(0xc3);else v['checkIfLockable']()&&(u+=F(0xe8));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xc2),m[E(0xb9)](u),h['render']();},o=a65e['box']({'id':'logBox','top':'0%','left':'0%','width':B(0xf0),'height':'90%','border':{'type':B(0xc4)},'label':B(0x103),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x108)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x109)]('mousemove'),h[B(0xe9)](o);const p=a65e[B(0xe0)]({'bottom':0x0,'left':0x0,'width':B(0xee),'height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':'white','border':{'fg':B(0xe6)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xe9)](p),h[B(0xeb)]([B(0xbd),'C-c'],()=>process[B(0xba)](0x0)),p[B(0xc6)](),h[B(0x100)]();const q=Logger[B(0xbb)](e[B(0xb3)],h),r=new Player({'playerName':c});q[B(0xd9)](B(0xe5));const s=a65f['getInstance'](r,d);o['setContent'](s[B(0xc0)]()),l(s[B(0xfa)]['equipment']),j(s[B(0xfa)][B(0xe7)]),n(s['player'][B(0xf1)]),p['key']([B(0xea)],async()=>{const G=B,t=p[G(0xf5)](),u=s[G(0xf6)](t);(t[G(0xc1)]('\x20')[0x0]===G(0xca)||'equip'||G(0xf2))&&(j(s[G(0xfa)][G(0xe7)]),l(s['player'][G(0xbf)])),(t[G(0xc1)]('\x20')[0x0]==='go'||G(0xce)||'unlock')&&n(s['player'][G(0xf1)]),t[G(0xc1)]('\x20')[0x0]===G(0xfb)&&o[G(0xb9)](''),u===null&&(console['log'](G(0xde)),h['render'](),q[G(0xd9)](G(0xb4)),process['exit'](0x0)),o[G(0xb6)](u),o[G(0xb2)](0x1),p[G(0x10b)](),p[G(0xc6)](),h['render']();});}catch(t){console[B(0xd2)](t),process[B(0xba)](0x1);}}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xb0;let f=c[d];return f;},a65d(a,b);}function a65c(){const I=['----->>>>>>\x20Initializing\x20Game','cyan','inventory','\x20(Unlocked)','append','enter','key','380597QhukqN','45%','100%','Head:\x20','75%','currentLocation','unequip','torso','head','getValue','handleInput','forEach','Torso:\x20','70%','player','clear','-----\x20Exits\x20------\x0a','Available\x20exits\x20will\x20be\x20shown\x20here...','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Right\x20Hand:\x20','render','toString','3489894vGzjBJ','\x20Game\x20Log\x20','name','gloves','feet','arms','yellow','removeAllListeners','Currently\x20in:\x20','clearValue','Left\x20Hand:\x20','constructor','scroll','logFilePath','<<<<<<<<---------\x20Terminating\x20game','getAllItems','pushLine','search','10MmXkll','setContent','exit','getInstance','66NGcoVm','escape','\x20Inventory\x20','equipment','getWelcomeMessage','split','\x0aThere\x20are\x20no\x20exits\x20here.','\x20(Locked)','line','(((.+)+)+)+$','focus','OUTSIDE','20%','335555pjZsrm','take','25%','screen','4eaLQdL','lock','parse','roomType','slice','log','checkIfLocked','box','rightHand','2593176AIdTmC','leftHand','exits','write','2hkHwyw','470717dnWxeb','11705RFTwdq','Your\x20items\x20will\x20be\x20listed\x20here...','Thanks\x20for\x20playing!','join','textbox','10225816vLRPuo','apply','None','Feet:\x20'];a65c=function(){return I;};return a65c();}const args=process['argv'][a65H(0xd1)](0x2);main(args[0x0],JSON[a65H(0xcf)](args[0x1]),JSON[a65H(0xcf)](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(0x95))/0x1*(-parseInt(h(0x81))/0x2)+parseInt(h(0x9a))/0x3*(-parseInt(h(0x92))/0x4)+parseInt(h(0x7f))/0x5+parseInt(h(0x9d))/0x6+-parseInt(h(0x9c))/0x7*(-parseInt(h(0x7a))/0x8)+parseInt(h(0x85))/0x9*(parseInt(h(0x80))/0xa)+parseInt(h(0x77))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x65ba6));function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x72;let f=c[d];return f;},a66d(a,b);}function a66c(){const s=['hasScreen','type','[ERROR]\x20[','getScrollHeight','instance','content','children','existsSync','screen','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','1183796wfbPhI','The\x20logbox\x20','filePath','1wpUkOr','writeFileSync','setContent','appendFileSync','scrollTo','6RPxWNn','error','3738826iJkgtZ','782760XYMarc','toISOString','[INFO]\x20[','dirname','homedir','mkdirSync','3844709iuVviK','ensureLogFileExists','apply','8EHjiAT','search','options','(((.+)+)+)+$','logBox','451625TGFFlg','30dcGpCW','1407238hfynBc','join','find','getInstance','1823319EpyPWK','render','.maka'];a66c=function(){return s;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x79)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x7b)](j(0x7d))['toString']()['constructor'](a66a)['search'](j(0x7d));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x75)]();export class Logger{static [a66k(0x8c)];[a66k(0x94)];[a66k(0x90)];constructor(a,b){const l=a66k;this[l(0x94)]=a,this[l(0x90)]=b,this['ensureLogFileExists']();}static[a66k(0x84)](a=a66g[a66k(0x82)](homeDir,a66k(0x87),'side-quest.log'),b){const m=a66k;if(!Logger[m(0x8c)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger['instance']=new Logger(a,b);}return Logger['instance'];}[a66k(0x78)](){const n=a66k,a=a66g[n(0x74)](this['filePath']);!a66e[n(0x8f)](a)&&a66e[n(0x76)](a,{'recursive':!![]}),!a66e[n(0x8f)](this[n(0x94)])&&a66e[n(0x96)](this[n(0x94)],'');}['write'](a){const o=a66k,b=new Date()[o(0x72)](),c=o(0x73)+b+']\x20'+a+'\x0a';a66e[o(0x98)](this['filePath'],c);}[a66k(0x9b)](a){const p=a66k,b=new Date()[p(0x72)](),c=p(0x8a)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0x94)],c);}['log'](a){const q=a66k,b=this[q(0x90)]?.[q(0x8e)][q(0x83)](c=>c[q(0x89)]==='box'&&c[q(0x7c)]['id']===q(0x7e));b?(b[q(0x97)](b[q(0x8d)]+'\x0a'+a),b[q(0x99)](b[q(0x8b)]()),this[q(0x90)]?.[q(0x86)]()):this[q(0x9b)](q(0x93)+b+q(0x91)+this['screen']),this['write'](a);}[a66k(0x88)](){const r=a66k;return!!this[r(0x90)];}}
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
- function a67c(){const q=['sideQuestAnswer','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','side-quest','126CdQrJU','99SVqRnK','Commoner','3029215nnmDzR','apply','What\x20is\x20your\x20name?','search','shadowrun','list','maka\x20play:side-quest','3454300BhpdTe','exit','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','510979EOqIMN','stringify','node','3TupbNM','Thanks\x20for\x20playing!','88934BlKwXc','9gLAdxs','4501200eLndCB','2207376DeuGFA','inherit','dungeon','35kfiuuj','toString','side-quest.log','ask','join','(((.+)+)+)+$','player','log','options','./sideQuest/ui.js','create','3016584XXMGEk'];a67c=function(){return q;};return a67c();}const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0xc5))/0x1*(parseInt(k(0xbf))/0x2)+parseInt(k(0xbd))/0x3*(parseInt(k(0xb7))/0x4)+-parseInt(k(0xb0))/0x5+-parseInt(k(0xad))/0x6*(-parseInt(k(0xba))/0x7)+-parseInt(k(0xa9))/0x8*(parseInt(k(0xc0))/0x9)+-parseInt(k(0xc1))/0xa+parseInt(k(0xae))/0xb*(-parseInt(k(0xc2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xd3021));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0xc6)]()[m(0xb3)](m(0xca))[m(0xc6)]()['constructor'](a67a)[m(0xb3)](m(0xca));});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-0xa4;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';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a67n(0xa8)]({'name':a67n(0xac),'usage':a67n(0xb6),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a67n(0xab),'validOpts':[a67n(0xa4)]},async function(a,b){const o=a67n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a67e[o(0xc9)](c,o(0xc7)),e=b[o(0xa4)]?b[o(0xa4)]:await Actions[o(0xc8)](o(0xb2))||o(0xaf),f={...b,'logFilePath':d},g={'type':o(0xb5),'name':o(0xaa),'message':o(0xb9),'choices':[{'name':o(0xc4),'value':dungeonConfig},{'name':o(0xb4),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xa6)](g);if(e&&h){const i=spawn(o(0xbc),[a67e['resolve'](__dirname,o(0xa7)),e,JSON['stringify'](h),JSON[o(0xbb)](f)],{'stdio':o(0xc3)});i['on'](o(0xb8),()=>{const p=o;console[p(0xa5)](p(0xbe));});}}catch(j){console[o(0xa5)](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 a68h=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x179))/0x1*(-parseInt(f(0x16f))/0x2)+parseInt(f(0x172))/0x3*(-parseInt(f(0x178))/0x4)+parseInt(f(0x171))/0x5+parseInt(f(0x176))/0x6+parseInt(f(0x16b))/0x7+parseInt(f(0x175))/0x8*(-parseInt(f(0x16c))/0x9)+-parseInt(f(0x17b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x8e30c));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x16a;var f=c[d];return f;},a68d(a,b);}var a68b=(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;};}()),a68a=a68b(this,function(){var g=a68d;return a68a[g(0x177)]()['search'](g(0x16e))[g(0x177)]()['constructor'](a68a)[g(0x173)](g(0x16e));});function a68c(){var j=['754jxmYhj','create','2331325PCmcRp','108762JrJPeJ','search','inherit','208808CSGiUb','268596zGTWbY','toString','28QKJNpA','622gtwMIr','maka\x20game:snake','5645580KCXTHb','snake','7144459jJGWbW','126fCuisr','npx\x20command-line-snake','(((.+)+)+)+$'];a68c=function(){return j;};return a68c();}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68h(0x170)]({'name':a68h(0x16a),'usage':a68h(0x17a),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a68h;execSync(i(0x16d),{'stdio':i(0x174)});},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(0x96))/0x1+parseInt(f(0x97))/0x2+-parseInt(f(0x99))/0x3+-parseInt(f(0x9c))/0x4*(-parseInt(f(0x9f))/0x5)+parseInt(f(0x9a))/0x6+-parseInt(f(0x9d))/0x7*(parseInt(f(0x90))/0x8)+-parseInt(f(0x92))/0x9*(parseInt(f(0x93))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb6225));function a69c(){var j=['maka\x20game:tetris','869949mQxIoW','10DewdRk','toString','search','181062sGGjSJ','2746854CenoTO','tetris','487398UZHeAL','4551852mvNrJM','apply','76TtPusb','10766ypaEcy','create','4455DNsRNg','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','5008qPfrwR'];a69c=function(){return j;};return a69c();}function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x8e;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(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x94)]()[h(0x95)](h(0x8f))[h(0x94)]()['constructor'](a69a)[h(0x95)](h(0x8f));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x9e)]({'name':a69i(0x98),'usage':a69i(0x91),'shortDesc':a69i(0x8e),'validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a69e);
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 a70c(){const k=['Scaffold\x20various\x20parts\x20of\x20your\x20application','33DYrKzk','invoke','498ORONGA','search','maka\x20g:scaffold\x20todos','30JCqZoT','maka\x20g:dbc\x20geoserver\x20--type=pgsql','exit','383553woZtWF','552772zYcYeG','1101243vvnElG','apply','24OAHsKc','266kudGoj','maka\x20g:template\x20todos/todo_item','toString','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','7rcJMuA','374228JfuzZM','(((.+)+)+)+$','6421YFxIEt','maka\x20g:route\x20todos/edit','106pmgZbZ','790168YgNiqk','splice','50515pxhhAX'];a70c=function(){return k;};return a70c();}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x19a))/0x1*(parseInt(f(0x19c))/0x2)+-parseInt(f(0x1a1))/0x3*(parseInt(f(0x198))/0x4)+-parseInt(f(0x19f))/0x5*(-parseInt(f(0x1a3))/0x6)+-parseInt(f(0x197))/0x7*(parseInt(f(0x19d))/0x8)+parseInt(f(0x1a9))/0x9*(-parseInt(f(0x1a6))/0xa)+parseInt(f(0x1aa))/0xb*(parseInt(f(0x192))/0xc)+parseInt(f(0x190))/0xd*(parseInt(f(0x193))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe88b4));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x190;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x191)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x195)]()[h(0x1a4)](h(0x199))[h(0x195)]()['constructor'](a70a)[h(0x1a4)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x1a0),'description':a70i(0x196),'examples':['maka\x20generate:scaffold\x20todos',a70i(0x1a5),a70i(0x194),'maka\x20g:package\x20package:name',a70i(0x19b),'maka\x20g:api\x20trucks',a70i(0x1a7)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x19e)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[j(0x1a2)](a,b);}catch(d){Log['error'](d),process[j(0x1a8)](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(0xd6))/0x1*(parseInt(f(0xd2))/0x2)+parseInt(f(0xd8))/0x3+parseInt(f(0xd5))/0x4*(parseInt(f(0xdc))/0x5)+-parseInt(f(0xd3))/0x6+-parseInt(f(0xd4))/0x7+parseInt(f(0xcf))/0x8*(parseInt(f(0xdb))/0x9)+-parseInt(f(0xd1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xae723));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()[h(0xda)](h(0xd7))[h(0xd9)]()[h(0xd0)](a71a)[h(0xda)]('(((.+)+)+)+$');});a71a();import'./get.command.js';function a71c(){var i=['1021684fEsHtI','286YGRUVg','(((.+)+)+)+$','3020703SLBXCw','toString','search','940239rJViRx','20LBZKSb','apply','56IGKPGT','constructor','7942850UtmiNs','3814UkPOxF','1015470zfsZcG','3754933SxOHpr'];a71c=function(){return i;};return a71c();}function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xcf;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
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(0xb5))/0x1+-parseInt(f(0xae))/0x2+-parseInt(f(0xba))/0x3+parseInt(f(0xac))/0x4*(-parseInt(f(0xb6))/0x5)+parseInt(f(0xbc))/0x6*(parseInt(f(0xb2))/0x7)+-parseInt(f(0xad))/0x8+parseInt(f(0xbb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x1cc9c));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xb0)]()[h(0xa8)](h(0xb9))['toString']()[h(0xaf)](a72a)['search']('(((.+)+)+)+$');});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xa7;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command[a72i(0xaa)]({'name':a72i(0xb1),'usage':a72i(0xb4),'shortDesc':a72i(0xa9),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0xb3)](c);if(d)return await this[j(0xab)](c,a,b);else{Log[j(0xa7)](j(0xb7));throw new UsageErrorWithSubs();}});function a72c(){const k=['create','runSubCommand','15284lNgJpZ','546448zEkJmV','70654gWdMil','constructor','toString','get','15967IMtAhH','findSubCommand','maka\x20get:<sub-command>','139053CGjVxs','305cSvHbE','Sub-Command\x20not\x20found','apply','(((.+)+)+)+$','383859HRTMuH','5611977PbCHlO','258ucgrNf','error','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a72c=function(){return k;};return a72c();}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 a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0xd6))/0x1*(parseInt(f(0xd5))/0x2)+parseInt(f(0xd1))/0x3+-parseInt(f(0xd7))/0x4+parseInt(f(0xcd))/0x5+-parseInt(f(0xd4))/0x6+parseInt(f(0xcb))/0x7*(-parseInt(f(0xcf))/0x8)+parseInt(f(0xd0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x7a48b));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xc9)]()[h(0xd8)](h(0xd3))[h(0xc9)]()[h(0xc8)](a73a)['search']('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xc8;let f=c[d];return f;},a73d(a,b);}Command[a73i(0xcc)]({'name':'global-config','usage':a73i(0xca),'aliases':['gc'],'shortDesc':a73i(0xda),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xd2)]['getGlobalConfig']();console['log'](a),process['exit'](0x0);}catch(b){console['error'](b),process[j(0xd9)](0x0);}},a73e);function a73c(){const k=['create','93345DMnFoD','apply','5759448NKXcrb','14536485OxNgxA','884394Itcxgo','fsi','(((.+)+)+)+$','1054158YWOOKc','2NcNuKw','311435hEkdIK','882792kFQfNC','search','exit','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','constructor','toString','maka\x20get:global-config','7cdkOhL'];a73c=function(){return k;};return a73c();}
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(0x7d))/0x1*(-parseInt(f(0x91))/0x2)+parseInt(f(0x86))/0x3+parseInt(f(0x7c))/0x4*(parseInt(f(0x8d))/0x5)+-parseInt(f(0x8b))/0x6+parseInt(f(0x82))/0x7*(parseInt(f(0x8f))/0x8)+-parseInt(f(0x8c))/0x9*(-parseInt(f(0x84))/0xa)+-parseInt(f(0x8e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x8360b));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0x8a)](h(0x85))[h(0x87)]()[h(0x92)](a74a)[h(0x8a)](h(0x85));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x7c;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=['local-config','30ObTDyR','(((.+)+)+)+$','2485329aRIAkX','toString','apply','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','search','4724226qdzMDN','2866689rbswfL','45KhwWzT','16907902PIhPGr','253144amUOHT','fsi','133418RYzyZv','constructor','283996mVGuBO','1YptWVo','maka\x20get:local-config','create','getMakaProjectConfig','log','112FmuJWp'];a74c=function(){return k;};return a74c();}Command[a74i(0x7f)]({'name':a74i(0x83),'usage':a74i(0x7e),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x89),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x90)][j(0x80)]();console[j(0x81)](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
- function a75c(){const l=['1261047euQRVP','148547LnpdJu','8796414RZFIuQ','constructor','silent','error','apply','user','hash','7xsJhUw','3369280yRyWGL','create','maka\x20get:whoami','search','token','1450568FxwgxE','20JurrED','1013220npLpPc','join','2vbcCKq','roles','6648030KXmQYC','8JmDwbd','(((.+)+)+)+$','toString','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','notice','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','whoami','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20'];a75c=function(){return l;};return a75c();}const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x149))/0x1*(parseInt(g(0x15b))/0x2)+-parseInt(g(0x148))/0x3*(-parseInt(g(0x15e))/0x4)+parseInt(g(0x152))/0x5+-parseInt(g(0x159))/0x6+-parseInt(g(0x151))/0x7*(-parseInt(g(0x157))/0x8)+parseInt(g(0x15d))/0x9+-parseInt(g(0x158))/0xa*(parseInt(g(0x14a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x7e694));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x14e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x160)]()[i(0x155)](i(0x15f))[i(0x160)]()[i(0x14b)](a75a)[i(0x155)](i(0x15f));});a75a();function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x147;let f=c[d];return f;},a75d(a,b);}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x153)]({'name':a75j(0x164),'usage':a75j(0x154),'shortDesc':a75j(0x161),'validOpts':[a75j(0x14c)]},async function(a,b){const k=a75j;try{const c=await this['fsi']['getGlobalConfig']();let d=null;return c['hash']&&(d=await a75f['decode'](c[k(0x150)]),!b['silent']&&(Log[k(0x162)](k(0x163)+d?.[k(0x14f)]),Log[k(0x162)](k(0x165)+c[k(0x156)]?.['userId']),Log[k(0x162)](k(0x147)+c[k(0x156)]?.['authToken']),Log[k(0x162)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[k(0x15c)][k(0x15a)](',\x20')))),c;}catch(f){Log[k(0x14d)](f),process['exit'](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
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x1b9))/0x1+parseInt(f(0x1bb))/0x2+-parseInt(f(0x1b8))/0x3*(parseInt(f(0x1be))/0x4)+parseInt(f(0x1c3))/0x5+parseInt(f(0x1bc))/0x6+-parseInt(f(0x1c2))/0x7*(-parseInt(f(0x1b7))/0x8)+-parseInt(f(0x1c4))/0x9*(parseInt(f(0x1ba))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x7b5e8));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1bf)]()[h(0x1c5)](h(0x1c0))['toString']()[h(0x1b5)](a76a)['search'](h(0x1c0));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':'help','description':a76i(0x1c1),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1bd)},async function(){throw new UsageError();});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1b5;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['4059798QAprys','Deprecated:\x20use\x20--help\x20instead','42928pDwOwd','toString','(((.+)+)+)+$','Try,\x20maka\x20--help','1274693UFYRxq','2394080mUqJwh','9PzNNDR','search','constructor','apply','8wTKZZW','42LFDilR','67634XbwifX','13131180XTqLND','1397544CIvunP'];a76c=function(){return j;};return a76c();}
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(0x199))/0x1+-parseInt(v(0x16b))/0x2*(parseInt(v(0x16e))/0x3)+-parseInt(v(0x18e))/0x4*(-parseInt(v(0x1b6))/0x5)+-parseInt(v(0x1bb))/0x6+-parseInt(v(0x19f))/0x7*(-parseInt(v(0x1a7))/0x8)+parseInt(v(0x194))/0x9+parseInt(v(0x1c3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6bf91));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0x177)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a['toString']()[x(0x179)](x(0x196))['toString']()[x(0x16c)](a77a)[x(0x179)](x(0x196));});a77a();import a77e from'os';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x16b;let f=c[d];return f;},a77d(a,b);}import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a77c(){const C=[':$PATH','818350ZSujqt','notice','success','keepInstallFile','maka\x20install\x20meteor','/.zshrc','681240IAgeFw','Using\x20CA\x20Cert\x20','grep','platform','exit','zsh','\x20is\x20not\x20available.','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','72CbFHdU','Setting\x20Path\x20in\x20','force','Meteor\x20version\x20','checkAvailability','\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','-rf','/.bash_profile','warn','confirm','getuid','https://install.meteor.com','meteor.tar.gz','40025BbpxpR','Error\x20extracting\x20meteor.tar.gz\x20file','replace','.meteor','cert','2896896aSDxlZ','Path\x20already\x20set\x20in\x20/etc/profile','isFile','get','fileContainsString','Cleaning\x20up','error','cacert','4056470nWjSWx','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','Network\x20error,\x20please\x20try\x20again.','extractTarGz','14DXdhCU','constructor','env','121677OyUdvk','Proceed\x20anyway?','injectAtEndOfFile','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','export\x20PATH=','arm64','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','packages','SHELL','apply','NO_NODE_WARNINGS','search','create','info','/.bashrc','includes','withSpinner','setPath','existsSync','downloadFile','arch','maka\x20install','homedir','Path\x20already\x20set\x20in\x20','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','meteor','linux','package-metadata','RELEASE=','string','win32','maka\x20install\x20meteor\x20--version\x202.13.3','356bQYtku','fsi','install','join','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','version','300276iRjDfL','osx','(((.+)+)+)+$','Setting\x20Path\x20in\x20/etc/profile'];a77c=function(){return C;};return a77c();}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77y(0x184)]();function isRoot(){const z=a77y;return process[z(0x1b3)]&&process[z(0x1b3)]()===0x0;}Command[a77y(0x17a)]({'name':a77y(0x190),'aliases':['i'],'validOpts':[a77y(0x1a9),'version',a77y(0x1c2),a77y(0x17f),a77y(0x19c)],'usage':a77y(0x183),'shortDesc':a77y(0x1a6),'description':a77y(0x1ac),'examples':[a77y(0x19d),'maka\x20install\x20meteor\x20--force',a77y(0x18d),'maka\x20i']},async function(a,b){const A=a77y;try{let c='';if(b['cacert']){if(this[A(0x18f)][A(0x1bd)](b[A(0x1c2)]))Log[A(0x19a)](A(0x1a0)+b[A(0x1c2)]),c=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this['fsi']['getGlobalConfig']();if(d[A(0x1ba)]){if(this[A(0x18f)][A(0x1bd)](d[A(0x1ba)]))c=d['cert'];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[A(0x1a9)])f=!![];else{const p=isRoot();p?(Log[A(0x1b1)](A(0x192)),f=await Actions[A(0x1b2)](A(0x16f),![])):f=!![];}if(!f)throw'Aborted';const g=process[A(0x1a2)]===A(0x18c),h=await HTTPS[A(0x1be)]({'url':A(0x1b4),'cert':c}),i=await this['fsi'][A(0x1a1)](h['data'],A(0x18a));if(i['length']===0x0)throw A(0x1c5);process[A(0x16d)][A(0x178)]='1',Log[A(0x19a)](A(0x1ae)+i[0x0][A(0x1b8)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let j=i[0x0][A(0x1b8)](/[^0-9.]/gi,'')[A(0x1b8)](/\r?\n|\r/,'');(typeof b['v']===A(0x18b)||typeof b[A(0x193)]===A(0x18b))&&(j=b['v']||b[A(0x193)]);const k={'win32':'windows','darwin':A(0x195),'linux':A(0x188)},l='https://packages.meteor.com/bootstrap-link?arch=os.'+k[a77e[A(0x1a2)]()]+'.'+(a77e[A(0x182)]()===A(0x173)?A(0x173):'x86_64')+'&release='+j,m=await HTTPS[A(0x1ab)]({'url':l,'cert':c});!m&&(Log[A(0x1c1)](A(0x1aa)+j+A(0x1a5)),process[A(0x1a3)](0x0));const n=a77f['join'](homeDir,A(0x1b9)),o=async()=>{const B=A,q=B(0x172)+n+B(0x198);if(process[B(0x16d)]['SHELL']&&process['env'][B(0x176)][B(0x17d)](B(0x1a4))){const r=await this[B(0x18f)][B(0x1bf)](homeDir+B(0x19e),q);if(!r)Log[B(0x17b)]('Setting\x20Path\x20in\x20\x20'+homeDir+B(0x19e)),this[B(0x18f)][B(0x170)]({'filePath':homeDir+B(0x19e),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log[B(0x17b)](B(0x185)+homeDir+B(0x19e));}else{const s=await this['fsi'][B(0x1bf)](homeDir+B(0x17c),q);if(!s)Log[B(0x17b)](B(0x1a8)+homeDir+B(0x17c)),this['fsi'][B(0x170)]({'filePath':homeDir+B(0x17c),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log['info']('Path\x20already\x20set\x20in\x20'+homeDir+B(0x17c));const t=await this[B(0x18f)][B(0x1bf)](homeDir+B(0x1b0),q);if(!t)Log[B(0x17b)](B(0x1a8)+homeDir+B(0x1b0)),this[B(0x18f)]['injectAtEndOfFile']({'filePath':homeDir+'/.bash_profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log[B(0x17b)](B(0x185)+homeDir+B(0x1b0));if(isRoot()){const u=await this[B(0x18f)][B(0x1bf)](B(0x1ad),q);if(!u)Log[B(0x17b)](B(0x197)),this[B(0x18f)][B(0x170)]({'filePath':B(0x1ad),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log[B(0x17b)](B(0x1bc));}}};b[A(0x17f)]&&(await o(),process[A(0x1a3)](0x0));if(g)Log[A(0x1c1)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process['exit'](0x0);else{if(a77g[A(0x180)](n)){let q=![];b['f']||b['force']?q=!![]:q=await Actions[A(0x1b2)](A(0x186),![]),q?(await SpawnAsync['withSpinner']('rm',[A(0x1af),a77f[A(0x191)](n,A(0x175))],{'message':A(0x171)}),await SpawnAsync[A(0x17e)]('rm',['-rf',a77f['join'](n,A(0x189))],{'message':A(0x1c4)}),await SpawnAsync['withSpinner']('rm',[A(0x1af),a77f[A(0x191)](n,A(0x187))],{'message':A(0x174)})):(Log[A(0x17b)]('Aborting\x20install'),process[A(0x1a3)](0x0));}try{await HTTPS[A(0x181)]({'url':l,'destPath':a77f[A(0x191)](homeDir,A(0x1b5)),'cert':c});try{const r=a77f[A(0x191)](homeDir,'meteor.tar.gz');await this['fsi'][A(0x1c6)](r,homeDir);}catch(s){Log[A(0x1c1)](A(0x1b7));}!b[A(0x19c)]&&await SpawnAsync['withSpinner']('rm',[A(0x1af),a77f[A(0x191)](homeDir,A(0x1b5))],{'message':A(0x1c0)}),await o();}catch(t){console[A(0x1c1)](t),process[A(0x1a3)](0x0);}Log[A(0x19b)]('Meteor\x20version\x20'+j+'\x20installed.\x0a');}}catch(u){console[A(0x1c1)](u),process[A(0x1a3)](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(0x1fc))/0x1+-parseInt(j(0x204))/0x2+parseInt(j(0x1f5))/0x3*(-parseInt(j(0x209))/0x4)+-parseInt(j(0x1ef))/0x5*(parseInt(j(0x202))/0x6)+parseInt(j(0x1f2))/0x7*(parseInt(j(0x20b))/0x8)+-parseInt(j(0x1f1))/0x9+parseInt(j(0x210))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xb85e4));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x20d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x205)]()['search']('(((.+)+)+)+$')[l(0x205)]()[l(0x207)](a78a)[l(0x1fd)](l(0x214));});a78a();import a78e from'path';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a78d(a,b);}import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const o=['logError','36926180lABEWY','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','\x20-r\x20app','plugins/markdown','(((.+)+)+)+$','\x0a[+]\x20Documentation\x20written\x20to\x20','app/node_modules','isFile','fsi','2020TvKNFy','maka\x20jsdoc','7816329oqzPNP','7LJAfFa','inherit','Running\x20','456LuloYz','join','jsdoc-config.json','maka\x20jsdoc\x20--init','stringify','app/private','utf-8','51817zlxswN','search','sep','pathFromProject','docs','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','3174NMvKAb','logWithSpinner','2807338oTXMRU','toString','jsdoc','constructor','closure','38940DkMyDC','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','8639656KsCCJG','writeFileSync','apply','stop'];a78c=function(){return o;};return a78c();}Command['create']({'name':'jsdoc','usage':a78m(0x1f0),'mustBeInMakaProject':!![],'shortDesc':a78m(0x211),'examples':[a78m(0x1f8),a78m(0x1f0)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x1f6)](this[n(0x1ee)][n(0x1ff)]({}),n(0x200)+a78e[n(0x1fe)]),b=a78e[n(0x1f6)](this['fsi'][n(0x1ff)]({}),'config',n(0x1f7)),c=this[n(0x1ee)][n(0x1ff)]({}),d=n(0x206);if(!this[n(0x1ed)](b)){const g={'plugins':[n(0x213)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x206),n(0x208)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0x201),'exclude':['app/packages',n(0x1ec),'app/public',n(0x1fa)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1fb)}};a78f[n(0x20c)](b,JSON[n(0x1f9)](g,null,0x4));}const f=this[n(0x203)](n(0x1f4)+d);try{const h=d+'\x20-c\x20'+b+n(0x212)+a78e['sep']+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0x1f3)}),this['logNotice'](n(0x215)+a);}catch(i){this[n(0x20f)](i),this[n(0x20f)](n(0x20a));}finally{f[n(0x20e)]();}});
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)]();}});
@@ -1 +1 @@
1
- const a79o=a79d;(function(a,b){const l=a79d,c=a();while(!![]){try{const d=-parseInt(l(0x1de))/0x1+-parseInt(l(0x1d6))/0x2*(parseInt(l(0x1d5))/0x3)+parseInt(l(0x1e5))/0x4*(-parseInt(l(0x1ec))/0x5)+-parseInt(l(0x1c5))/0x6+parseInt(l(0x1c8))/0x7+-parseInt(l(0x1d7))/0x8*(parseInt(l(0x1ee))/0x9)+parseInt(l(0x1c4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xaf8ff));function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a79d(a,b);}const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a79d;if(c){const e=c[m(0x1eb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const n=a79d;return a79a['toString']()[n(0x1e2)]('(((.+)+)+)+$')[n(0x1dd)]()[n(0x1ca)](a79a)['search'](n(0x1c6));});a79a();import a79e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';function a79c(){const q=['\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','isFile','35996810BoQuFs','2939544aXdXhR','(((.+)+)+)+$','maka\x20lint','2557870CNRCSZ','lint','constructor','length','findAppDirectory','fsi','loadFormatter','eslint/eslintrc.json','.eslintrc.json','All\x20good!\x20:)','eslint-plugin-css','maka\x20lint\x20--fix','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','3uUQQaW','2833426xetaLh','6088304kTqeKN','create','outputFixes','stylish','fix','success','toString','71466wGhsDt','service','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','lintFiles','search','/imports','eslint-plugin-react','2027388ASxsDP','eslint-config-airbnb','template','join','format','notice','apply','5ZzkjHH','bright','9UTlXXZ','Lint\x20results\x20for\x20'];a79c=function(){return q;};return a79c();}import{Command}from'../command.js';Command[a79o(0x1d8)]({'name':a79o(0x1c9),'usage':a79o(0x1c7),'maxArgLength':0x1,'validOpts':[a79o(0x1db)],'mustBeInMakaProject':!![],'shortDesc':a79o(0x1d4),'description':a79o(0x1c2),'examples':[a79o(0x1d3)]},async function(a,b){const p=a79o;try{const c=this[p(0x1cd)][p(0x1cc)]();await this[p(0x1cd)]['checkNpmPackage'](['eslint','eslint-plugin-import',p(0x1e4),p(0x1d2),'eslint-plugin-jsx-a11y',p(0x1e6)],{'cwd':c,'shouldInstall':!![],'dev':!![]});const d=this['fsi'][p(0x1c3)](a79e[p(0x1e8)](c,p(0x1d0)));if(!d){const j={'noRename':!![]};await this[p(0x1cd)][p(0x1e7)]({'srcPath':p(0x1cf),'destPath':a79e['join'](c,p(0x1d0)),'framework':p(0x1df),'context':j});}const f=new ESLint({'fix':b[p(0x1db)]}),g=await f[p(0x1e1)]([a79e[p(0x1e8)](c,'imports','**')]),h=await f[p(0x1ce)](p(0x1da)),i=await h[p(0x1e9)](g);i[p(0x1cb)]>0x0?Log[p(0x1ed)](i):Log[p(0x1dc)](p(0x1d1)),Log[p(0x1ea)](p(0x1c1)+c+p(0x1e3)),b[p(0x1db)]?await ESLint[p(0x1d9)](g):Log[p(0x1ea)](p(0x1e0));}catch(k){console['error'](k);}});
1
+ const a79o=a79d;(function(a,b){const l=a79d,c=a();while(!![]){try{const d=parseInt(l(0x99))/0x1+parseInt(l(0x96))/0x2+parseInt(l(0x98))/0x3*(parseInt(l(0x8f))/0x4)+parseInt(l(0xb5))/0x5*(parseInt(l(0x8b))/0x6)+-parseInt(l(0x9d))/0x7+parseInt(l(0xa2))/0x8*(parseInt(l(0xae))/0x9)+-parseInt(l(0xb4))/0xa*(parseInt(l(0xa6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x5f770));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a79d;if(c){const e=c[m(0xa7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const n=a79d;return a79a[n(0xb7)]()[n(0xb2)](n(0x8d))['toString']()[n(0xaa)](a79a)[n(0xb2)](n(0x8d));});a79a();import a79e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x8a;let f=c[d];return f;},a79d(a,b);}function a79c(){const q=['eslint/eslintrc.json','184imKOOG','create','eslint-config-airbnb','length','1024067RQMZwi','apply','template','join','constructor','loadFormatter','fsi','format','25749mrFeCV','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','lintFiles','bright','search','fix','30EntggR','10wTGVsV','eslint-plugin-react','toString','notice','outputFixes','1641390tqmuJK','eslint-plugin-css','(((.+)+)+)+$','lint','4XmKvwh','maka\x20lint','.eslintrc.json','Lint\x20results\x20for\x20','service','checkNpmPackage','eslint-plugin-import','290498odLnPq','imports','1257435FFRQqY','232581RscOYQ','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','stylish','eslint','5177151GuJTOH','maka\x20lint\x20--fix','findAppDirectory','success'];a79c=function(){return q;};return a79c();}Command[a79o(0xa3)]({'name':a79o(0x8e),'usage':a79o(0x90),'maxArgLength':0x1,'validOpts':[a79o(0xb3)],'mustBeInMakaProject':!![],'shortDesc':a79o(0x9a),'description':a79o(0xaf),'examples':[a79o(0x9e)]},async function(a,b){const p=a79o;try{const c=this[p(0xac)][p(0x9f)]();await this[p(0xac)][p(0x94)]([p(0x9c),p(0x95),p(0xb6),p(0x8c),'eslint-plugin-jsx-a11y',p(0xa4)],{'cwd':c,'shouldInstall':!![],'dev':!![]});const d=this['fsi']['isFile'](a79e['join'](c,'.eslintrc.json'));if(!d){const j={'noRename':!![]};await this[p(0xac)][p(0xa8)]({'srcPath':p(0xa1),'destPath':a79e['join'](c,p(0x91)),'framework':p(0x93),'context':j});}const f=new ESLint({'fix':b[p(0xb3)]}),g=await f[p(0xb0)]([a79e[p(0xa9)](c,p(0x97),'**')]),h=await f[p(0xab)](p(0x9b)),i=await h[p(0xad)](g);i[p(0xa5)]>0x0?Log[p(0xb1)](i):Log[p(0xa0)]('All\x20good!\x20:)'),Log[p(0xb8)](p(0x92)+c+'/imports'),b[p(0xb3)]?await ESLint[p(0x8a)](g):Log[p(0xb8)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(k){console['error'](k);}});