@maka/maka-cli 4.5.26 → 4.5.28

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 (139) hide show
  1. package/.eslintrc.json +2 -1
  2. package/bundle/obf/package.json +24 -22
  3. package/bundle/obf/src/command.js +1 -1
  4. package/bundle/obf/src/commands/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -0
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -0
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/templates/meteor/template/template.css.scss +3 -0
  117. package/bundle/obf/src/templates/react/component/component.css.scss +3 -0
  118. package/bundle/obf/src/templates/react/hook/hook.css +3 -0
  119. package/bundle/obf/src/templates/react/hook/hook.css.scss +3 -0
  120. package/bundle/obf/src/templates/react/hook/hook.js.jsx +1 -1
  121. package/bundle/obf/src/templates/react/hook/hook.js.tsx +1 -1
  122. package/bundle/obf/src/tool.js +1 -1
  123. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  124. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  125. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  126. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  127. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  129. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/https/https.class.js +1 -1
  131. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  132. package/bundle/obf/src/tools/log/log.class.js +1 -1
  133. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  135. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  136. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  137. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  138. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  139. package/package.json +24 -22
@@ -1 +1 @@
1
- var a49i=a49d;(function(a,b){var f=a49d,c=a();while(!![]){try{var d=-parseInt(f(0xf5))/0x1*(parseInt(f(0xd0))/0x2)+parseInt(f(0xf7))/0x3*(parseInt(f(0xed))/0x4)+parseInt(f(0xde))/0x5+parseInt(f(0xf4))/0x6*(parseInt(f(0xc4))/0x7)+parseInt(f(0xf1))/0x8*(parseInt(f(0xda))/0x9)+parseInt(f(0xe4))/0xa+-parseInt(f(0xd9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0x500e3));var a49b=(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;};}()),a49a=a49b(this,function(){var g=a49d;return a49a[g(0xca)]()['search']('(((.+)+)+)+$')[g(0xca)]()[g(0xd5)](a49a)[g(0xc5)](g(0xea));});a49a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';function a49c(){var E=['LegArmor','12vcbQPm','9EqFdwh','Boots','3KkGfxK','description','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Large','Unknown','You\x20hold\x20the\x20','A\x20mysterious\x20book.','Smooth','Gloves','619927ueehBA','search','author','use','publishDate','name','toString','Grey','Sniper\x20Rifle','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Yellow','Metallic','102530HhJFuW','Weapon','Common','Medium','Legendary','constructor','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','\x20aloft,\x20feeling\x20its\x20immense\x20power.','8849401uIFrLm','2891349WBjHeH','pageCount','Rifle','Brown','1741630gqaNge','Tiny','Helmet','Blade','Rectangle','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','555310lsqTpv','Circle','BodyArmor','Book','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Cup','(((.+)+)+)+$','Short\x20Sword','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','1481128XMnjLx','ArmArmor','Key','Rare','16EZscfn','Small'];a49c=function(){return E;};return a49c();}export class BasicItem extends Item{constructor(a,b){var h=a49d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[h(0xbf)],'shape':Shape['Rectangle'],'color':Color[h(0xce)],'texture':Texture[h(0xc2)],'rating':Rating['Common'],'weight':0x1});}[a49i(0xc7)](){var j=a49i;return this[j(0xf8)];}}function a49d(a,b){var c=a49c();return a49d=function(d,e){d=d-0xbd;var f=c[d];return f;},a49d(a,b);}export class Sword extends Item{constructor(a,b){var k=a49i;super({'name':a,'description':b,'size':Size[k(0xd3)],'category':Category['Weapon'],'shape':Shape[k(0xe1)],'color':Color[k(0xcb)],'texture':Texture[k(0xcf)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a49i;super({'name':a,'description':b,'size':Size[l(0xbe)],'category':Category[l(0xd1)],'shape':Shape['Rifle'],'color':Color['Brown'],'texture':Texture[l(0xcf)],'rating':Rating[l(0xf0)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a49i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0xe0)],'shape':Shape[m(0xe5)],'color':Color[m(0xcb)],'texture':Texture[m(0xcf)],'rating':Rating[m(0xd2)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a49i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[n(0xe6)],'shape':Shape[n(0xe2)],'color':Color['Grey'],'texture':Texture[n(0xcf)],'rating':Rating[n(0xd2)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a49i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0xf3)],'shape':Shape[o(0xe2)],'color':Color['Grey'],'texture':Texture[o(0xcf)],'rating':Rating[o(0xd2)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a49i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0xf6)],'shape':Shape[p(0xe5)],'color':Color['Brown'],'texture':Texture[p(0xc2)],'rating':Rating[p(0xd2)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a49i;super({'name':a,'description':b,'size':Size[q(0xf2)],'category':Category[q(0xc3)],'shape':Shape[q(0xe5)],'color':Color[q(0xdd)],'texture':Texture[q(0xc2)],'rating':Rating[q(0xd2)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a49i;super({'name':a,'description':b,'size':Size[r(0xd3)],'category':Category[r(0xee)],'shape':Shape[r(0xe2)],'color':Color['Grey'],'texture':Texture[r(0xcf)],'rating':Rating[r(0xd2)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a49i;super({'name':a,'description':b,'size':Size[s(0xdf)],'category':Category[s(0xef)],'shape':Shape[s(0xe2)],'color':Color[s(0xce)],'texture':Texture[s(0xc2)],'rating':Rating[s(0xd2)],'weight':0x0});}[a49i(0xc7)](){var t=a49i;return t(0xcd);}}export class Weapon extends Item{constructor(a,b){var u=a49i;super({'name':a,'description':b,'size':Size[u(0xd3)],'category':Category[u(0xd1)],'shape':Shape[u(0xe1)],'color':Color[u(0xcb)],'texture':Texture[u(0xcf)],'rating':Rating['Common'],'weight':0x3});}[a49i(0xc7)](){var v=a49i;return v(0xd7);}}export class Book extends Item{[a49i(0xc6)];[a49i(0xc8)];[a49i(0xdb)];constructor(a,b=a49i(0xc1),c='Unknown\x20Author'){var w=a49i;super({'name':a,'description':b,'size':Size[w(0xd3)],'category':Category[w(0xe7)],'shape':Shape[w(0xe2)],'color':Color[w(0xdd)],'texture':Texture[w(0xc2)],'rating':Rating['Common'],'weight':0x1}),this[w(0xc6)]=c,this[w(0xc8)]=new Date(),this[w(0xdb)]=0x64;}[a49i(0xc7)](){var x=a49i;return x(0xe8);}}export class ShortSword extends Item{constructor(){var y=a49i;super({'name':y(0xeb),'description':y(0xe3),'size':Size[y(0xd3)],'category':Category[y(0xd1)],'shape':Shape[y(0xe1)],'color':Color[y(0xcb)],'texture':Texture[y(0xcf)],'rating':Rating[y(0xd2)],'weight':0x3});}[a49i(0xc7)](){var z=a49i;return z(0xd7);}}export class SniperRifle extends Item{constructor(){var A=a49i;super({'name':A(0xcc),'description':A(0xbd),'size':Size['Large'],'category':Category[A(0xd1)],'shape':Shape[A(0xdc)],'color':Color[A(0xdd)],'texture':Texture[A(0xc2)],'rating':Rating[A(0xd2)],'weight':0x5});}['use'](){var B=a49i;return B(0xec);}}export class HolyGrail extends Item{constructor(){var C=a49i;super({'name':'Holy\x20Grail','description':C(0xd6),'size':Size['Small'],'category':Category[C(0xe9)],'shape':Shape['Circle'],'color':Color['Gold'],'texture':Texture[C(0xcf)],'rating':Rating[C(0xd4)],'weight':0x1});}[a49i(0xc7)](){var D=a49i;return D(0xc0)+this[D(0xc9)]+D(0xd8);}}
1
+ var a51j=a51d;(function(a,b){var f=a51d,c=a();while(!![]){try{var d=parseInt(f(0x161))/0x1*(-parseInt(f(0x172))/0x2)+-parseInt(f(0x16f))/0x3*(parseInt(f(0x16e))/0x4)+parseInt(f(0x157))/0x5+-parseInt(f(0x173))/0x6+-parseInt(f(0x14d))/0x7+-parseInt(f(0x149))/0x8*(-parseInt(f(0x155))/0x9)+-parseInt(f(0x152))/0xa*(-parseInt(f(0x165))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0x502af));var a51b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a51d;if(c){var e=c[g(0x16d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){var h=a51d;return a51a[h(0x176)]()[h(0x148)](h(0x147))[h(0x176)]()['constructor'](a51a)[h(0x148)]('(((.+)+)+)+$');});a51a();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 i=a51d;super({'name':a,'description':b,'size':Size[i(0x16a)],'category':Category[i(0x171)],'shape':Shape[i(0x167)],'color':Color[i(0x175)],'texture':Texture[i(0x168)],'rating':Rating[i(0x15b)],'weight':0x1});}[a51j(0x15a)](){var k=a51j;return this[k(0x166)];}}export class Sword extends Item{constructor(a,b){var l=a51j;super({'name':a,'description':b,'size':Size[l(0x16a)],'category':Category[l(0x14a)],'shape':Shape[l(0x178)],'color':Color[l(0x14f)],'texture':Texture[l(0x15e)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a51j;super({'name':a,'description':b,'size':Size[m(0x153)],'category':Category[m(0x14a)],'shape':Shape[m(0x160)],'color':Color[m(0x151)],'texture':Texture[m(0x15e)],'rating':Rating[m(0x14e)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a51j;super({'name':a,'description':b,'size':Size[n(0x16a)],'category':Category[n(0x170)],'shape':Shape['Circle'],'color':Color[n(0x14f)],'texture':Texture[n(0x15e)],'rating':Rating[n(0x15b)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a51j;super({'name':a,'description':b,'size':Size['Large'],'category':Category['BodyArmor'],'shape':Shape[o(0x167)],'color':Color['Grey'],'texture':Texture[o(0x15e)],'rating':Rating[o(0x15b)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a51j;super({'name':a,'description':b,'size':Size[p(0x16a)],'category':Category['LegArmor'],'shape':Shape[p(0x167)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a51j;super({'name':a,'description':b,'size':Size[q(0x16a)],'category':Category['Boots'],'shape':Shape['Circle'],'color':Color[q(0x151)],'texture':Texture['Smooth'],'rating':Rating[q(0x15b)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a51j;super({'name':a,'description':b,'size':Size['Small'],'category':Category[r(0x174)],'shape':Shape[r(0x164)],'color':Color[r(0x151)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a51j;super({'name':a,'description':b,'size':Size[s(0x16a)],'category':Category[s(0x17b)],'shape':Shape['Rectangle'],'color':Color[s(0x14f)],'texture':Texture[s(0x15e)],'rating':Rating[s(0x15b)],'weight':0x3});}}function a51d(a,b){var c=a51c();return a51d=function(d,e){d=d-0x146;var f=c[d];return f;},a51d(a,b);}export class Key extends Item{constructor(a,b){var t=a51j;super({'name':a,'description':b,'size':Size[t(0x150)],'category':Category[t(0x158)],'shape':Shape['Rectangle'],'color':Color[t(0x175)],'texture':Texture[t(0x168)],'rating':Rating[t(0x15b)],'weight':0x0});}[a51j(0x15a)](){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 u=a51j;super({'name':a,'description':b,'size':Size[u(0x16a)],'category':Category[u(0x14a)],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[u(0x15e)],'rating':Rating['Common'],'weight':0x3});}['use'](){var v=a51j;return v(0x16c);}}export class Book extends Item{[a51j(0x162)];[a51j(0x179)];[a51j(0x177)];constructor(a,b=a51j(0x169),c=a51j(0x15d)){var w=a51j;super({'name':a,'description':b,'size':Size[w(0x16a)],'category':Category[w(0x154)],'shape':Shape[w(0x167)],'color':Color[w(0x151)],'texture':Texture['Smooth'],'rating':Rating[w(0x15b)],'weight':0x1}),this['author']=c,this['publishDate']=new Date(),this[w(0x177)]=0x64;}[a51j(0x15a)](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var x=a51j;super({'name':x(0x15f),'description':x(0x163),'size':Size[x(0x16a)],'category':Category[x(0x14a)],'shape':Shape[x(0x178)],'color':Color[x(0x14f)],'texture':Texture['Metallic'],'rating':Rating[x(0x15b)],'weight':0x3});}[a51j(0x15a)](){var y=a51j;return y(0x16c);}}function a51c(){var D=['Large','Book','3358143wwocev','You\x20hold\x20the\x20','1202545BJNqKg','Key','Legendary','use','Common','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Unknown\x20Author','Metallic','Short\x20Sword','Rifle','27bYQICR','author','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Circle','65219JUvdzg','description','Rectangle','Smooth','A\x20mysterious\x20book.','Medium','Small','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','apply','4OLsWQd','777618vgtNQc','Helmet','Unknown','14572FZzUeJ','477978ICarbs','Gloves','Yellow','toString','pageCount','Blade','publishDate','name','ArmArmor','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Holy\x20Grail','(((.+)+)+)+$','search','8GuJJWZ','Weapon','Gold','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','2937585qwpEPq','Rare','Grey','Tiny','Brown','1130hOzCBa'];a51c=function(){return D;};return a51c();}export class SniperRifle extends Item{constructor(){var z=a51j;super({'name':'Sniper\x20Rifle','description':z(0x17c),'size':Size[z(0x153)],'category':Category[z(0x14a)],'shape':Shape[z(0x160)],'color':Color['Brown'],'texture':Texture[z(0x168)],'rating':Rating[z(0x15b)],'weight':0x5});}[a51j(0x15a)](){var A=a51j;return A(0x14c);}}export class HolyGrail extends Item{constructor(){var B=a51j;super({'name':B(0x146),'description':B(0x15c),'size':Size[B(0x16b)],'category':Category['Cup'],'shape':Shape[B(0x164)],'color':Color[B(0x14b)],'texture':Texture[B(0x15e)],'rating':Rating[B(0x159)],'weight':0x1});}[a51j(0x15a)](){var C=a51j;return C(0x156)+this[C(0x17a)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
@@ -1 +1 @@
1
- function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0xd9;let f=c[d];return f;},a51d(a,b);}const a51i=a51d;(function(a,b){const f=a51d,c=a();while(!![]){try{const d=parseInt(f(0x135))/0x1+parseInt(f(0x114))/0x2*(-parseInt(f(0xda))/0x3)+parseInt(f(0x11d))/0x4*(-parseInt(f(0x13b))/0x5)+-parseInt(f(0xeb))/0x6+parseInt(f(0x12a))/0x7+-parseInt(f(0x121))/0x8*(parseInt(f(0xee))/0x9)+parseInt(f(0xf5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0x5552b));function a51c(){const j=['A\x20chalice\x20made\x20of\x20pure\x20gold.','outside','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','shield','Study','Alchemy\x20Lab','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','That\x20passcode\x20is\x20incorrect','Gang\x20Insignia','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','south','sword','1694694WpnUFJ','A\x20long-range\x20weapon.','book','5852376rkzbMu','Treasure\x20Room','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','holyGrail','Barrens\x20Hideout','14035040fUWgOg','Armory','Jackpoint\x20Login','west','Entrance\x20Hall','Sniper\x20Rifle','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Corp\x20Enclave','NORTH','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Mage\x27s\x20Lair','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','toString','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Encrypted\x20Data\x20Key','key','Central\x20Chamber','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Golden\x20Chalice','Empty\x20vial','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','east','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','apply','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Corporate\x20Creditstick','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','656dNtYuw','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','rifle','The\x20legendary\x20Holy\x20Grail.','Central\x20Chamber\x20Key','Rigger\x27s\x20Workshop','An\x20old\x20and\x20rusted\x20sword.','inside','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','1867196YjWAKE','cup','A\x20clear\x20glass\x20vial.','disenchant','8qbvrqy','Watch\x20Tower','OUTSIDE','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','weapon','insert\x20gem','down','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','2746506fINYeU','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Barrens\x20Entrance','Rusted\x20Sword','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Golden\x20Key','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','A\x20small\x20surveillance\x20drone.','Downtown\x20Seattle','372645LKmbDO','EAST','north','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','basic','open\x20sesame','5CmjFbi','Library','Torture\x20Chamber','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Secret\x20Passage','Chad\x20the\x20stupid\x20guard','The\x20data\x20remains\x20encrypted.','MCT\x20Fly-Spy','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','(((.+)+)+)+$','SOUTH','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','gem','document','Matrix\x20Data\x20Haven','3837ZfDbGN','secret123','The\x20chest\x20remains\x20firmly\x20shut.'];a51c=function(){return j;};return a51c();}const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a51d;if(c){const e=c[g(0x10e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const h=a51d;return a51a['toString']()['search'](h(0x144))[h(0x102)]()['constructor'](a51a)['search'](h(0x144));});a51a();export const rooms=[{'name':a51i(0x13c),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a51i(0x105),'name':a51i(0x131),'description':a51i(0xe4)},{'type':a51i(0xed),'name':'Guard\x27s\x20Log\x20Book','description':'A\x20thin\x20log\x20book','content':a51i(0x140)}],'exits':[{'direction':a51i(0x136),'targetRoom':a51i(0x13f)}]},{'name':'Secret\x20Passage','description':a51i(0x125),'exits':[{'direction':a51i(0xfd),'targetRoom':a51i(0xef),'keyRequired':'Golden\x20Key'},{'direction':a51i(0x145),'targetRoom':'Courtyard'}]},{'name':a51i(0xef),'description':a51i(0x110),'items':[{'type':a51i(0xf3),'name':'Holy\x20Grail','description':a51i(0x117)}]},{'name':'Courtyard','description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a51i(0x123),'exits':[{'direction':'UP','targetRoom':a51i(0x122)}]},{'name':a51i(0x122),'description':a51i(0xf0),'roomType':a51i(0x123),'puzzle':{'requiredPhrase':a51i(0xdb),'riddle':a51i(0xf2),'rewardItem':{'type':a51i(0x116),'name':a51i(0xfa),'description':a51i(0xec)},'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':a51i(0xe5)}}];export const dungeonConfig=[{'name':a51i(0xf9),'description':a51i(0xe7),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a51i(0x13a),'riddle':a51i(0x101),'rewardItem':{'type':a51i(0x105),'name':a51i(0x118),'description':a51i(0x146)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a51i(0x137),'targetRoom':a51i(0xe2)},{'direction':a51i(0x10c),'targetRoom':a51i(0x106),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a51i(0xe2),'description':a51i(0x124),'roomType':a51i(0x11b),'items':[{'type':a51i(0xed),'name':'Riddle\x20Book','description':a51i(0x143),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':'key','name':a51i(0x118),'description':a51i(0x146)}],'exits':[{'direction':'south','targetRoom':a51i(0xf9)},{'direction':a51i(0x10c),'targetRoom':a51i(0xe3)}]},{'name':a51i(0xe3),'description':a51i(0x107),'roomType':a51i(0x11b),'items':[{'type':a51i(0x139),'name':a51i(0x10a),'description':a51i(0x11f)}],'exits':[{'direction':a51i(0xf8),'targetRoom':a51i(0xe2)},{'direction':a51i(0x137),'targetRoom':a51i(0xf6)}]},{'name':'Armory','description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a51i(0x11b),'items':[{'type':a51i(0xe1),'name':'Emblem\x20Shield','description':a51i(0x113)},{'type':a51i(0xea),'name':a51i(0x12f),'description':a51i(0x11a)}],'exits':[{'direction':a51i(0xe9),'targetRoom':a51i(0xe3)},{'direction':a51i(0x10c),'targetRoom':a51i(0x106)}]},{'name':'Central\x20Chamber','description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a51i(0x11b),'exits':[{'direction':'west','targetRoom':a51i(0xf6)},{'direction':a51i(0xe9),'targetRoom':a51i(0xf9)},{'direction':a51i(0x137),'targetRoom':'Torture\x20Chamber'},{'direction':a51i(0x10c),'targetRoom':a51i(0xef)}]},{'name':a51i(0x13d),'description':a51i(0x10d),'roomType':'inside','items':[{'type':a51i(0x105),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':'release','riddle':a51i(0x11c),'rewardItem':{'type':a51i(0x147),'name':'Ancient\x20Gem','description':a51i(0x138)},'successMessage':a51i(0x115),'failureMessage':a51i(0x108)},'exits':[{'direction':'south','targetRoom':a51i(0x106)}]},{'name':a51i(0xef),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a51i(0x11b),'puzzle':{'requiredPhrase':a51i(0x127),'riddle':a51i(0xe8),'rewardItem':{'type':a51i(0x11e),'name':a51i(0x109),'description':a51i(0xdd)},'successMessage':a51i(0x12c),'failureMessage':a51i(0xdc)},'exits':[{'direction':a51i(0xf8),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a51i(0xf7),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a51i(0x11b),'exits':[{'direction':'north','targetRoom':a51i(0x134)},{'direction':'up','targetRoom':a51i(0xd9)}]},{'name':'Matrix\x20Data\x20Haven','description':a51i(0xff),'roomType':'inside','puzzle':{'requiredPhrase':'decrypt','riddle':a51i(0x12d),'rewardItem':{'type':a51i(0x105),'name':a51i(0x104),'description':a51i(0x130)},'successMessage':a51i(0x13e),'failureMessage':a51i(0x141)},'exits':[{'direction':a51i(0x128),'targetRoom':a51i(0xf7)}]},{'name':a51i(0x134),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a51i(0xde),'exits':[{'direction':a51i(0xe9),'targetRoom':a51i(0xf7)},{'direction':a51i(0x10c),'targetRoom':'Barrens\x20Entrance'},{'direction':a51i(0xf8),'targetRoom':a51i(0xfc)}]},{'name':a51i(0x12e),'description':a51i(0x132),'roomType':a51i(0xde),'puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a51i(0xf1),'rewardItem':{'type':a51i(0x105),'name':a51i(0xe6),'description':a51i(0x12b)},'successMessage':a51i(0xdf),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':'west','targetRoom':a51i(0x134)},{'direction':a51i(0x137),'targetRoom':a51i(0xf4)}]},{'name':a51i(0xfc),'description':a51i(0xe0),'roomType':a51i(0x11b),'items':[{'type':'creditstick','name':a51i(0x111),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a51i(0x148),'name':'CorpSec\x20Plans','description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':a51i(0xf4),'description':a51i(0x10b),'roomType':a51i(0xde),'items':[{'type':a51i(0x126),'name':'Ares\x20Predator','description':'A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.'}],'exits':[{'direction':a51i(0xe9),'targetRoom':a51i(0x12e)},{'direction':a51i(0x137),'targetRoom':'Mage\x27s\x20Lair'},{'direction':a51i(0x10c),'targetRoom':a51i(0x119)}]},{'name':a51i(0x100),'description':a51i(0x10f),'roomType':'inside','puzzle':{'requiredPhrase':a51i(0x120),'riddle':a51i(0x112),'rewardItem':{'type':'amulet','name':'Amulet\x20of\x20Awakening','description':a51i(0xfb)},'successMessage':a51i(0xfe),'failureMessage':a51i(0x103)},'exits':[{'direction':a51i(0xe9),'targetRoom':'Barrens\x20Hideout'}]},{'name':a51i(0x119),'description':a51i(0x129),'roomType':a51i(0x11b),'items':[{'type':'drone','name':a51i(0x142),'description':a51i(0x133)}],'exits':[{'direction':a51i(0xf8),'targetRoom':a51i(0xf4)}]}];
1
+ const a53i=a53d;(function(a,b){const f=a53d,c=a();while(!![]){try{const d=-parseInt(f(0x121))/0x1*(parseInt(f(0x12c))/0x2)+parseInt(f(0x138))/0x3+-parseInt(f(0x142))/0x4*(-parseInt(f(0x13c))/0x5)+parseInt(f(0x149))/0x6*(parseInt(f(0xe7))/0x7)+-parseInt(f(0x135))/0x8+parseInt(f(0x13f))/0x9*(-parseInt(f(0xf1))/0xa)+-parseInt(f(0x129))/0xb*(parseInt(f(0xf7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0xe10b0));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a53d;if(c){const e=c[g(0x10b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const h=a53d;return a53a[h(0x150)]()[h(0xf4)](h(0x12e))[h(0x150)]()[h(0x131)](a53a)['search'](h(0x12e));});a53a();export const rooms=[{'name':'Library','description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a53i(0x153),'name':'Golden\x20Key','description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a53i(0x106),'name':'Guard\x27s\x20Log\x20Book','description':a53i(0x123),'content':a53i(0x126)}],'exits':[{'direction':a53i(0xfc),'targetRoom':a53i(0x112)}]},{'name':a53i(0x112),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':a53i(0x102)},{'direction':'SOUTH','targetRoom':a53i(0x108)}]},{'name':a53i(0x124),'description':a53i(0xf8),'items':[{'type':a53i(0x122),'name':a53i(0x143),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a53i(0x108),'description':a53i(0xe2),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a53i(0xfb)}]},{'name':a53i(0xfb),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a53i(0x12f),'puzzle':{'requiredPhrase':a53i(0x100),'riddle':a53i(0xfe),'rewardItem':{'type':a53i(0x145),'name':a53i(0x113),'description':a53i(0x10c)},'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':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a53i(0xed),'description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a53i(0x119),'puzzle':{'requiredPhrase':a53i(0x13a),'riddle':a53i(0x104),'rewardItem':{'type':a53i(0x153),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':a53i(0x128),'failureMessage':a53i(0xf6)},'exits':[{'direction':a53i(0x120),'targetRoom':a53i(0x111)},{'direction':a53i(0x12b),'targetRoom':'Central\x20Chamber','keyRequired':a53i(0x117)}]},{'name':a53i(0x111),'description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':a53i(0x106),'name':a53i(0xe9),'description':a53i(0xe3),'content':a53i(0x116)},{'type':a53i(0x153),'name':a53i(0x117),'description':a53i(0x133)}],'exits':[{'direction':a53i(0xea),'targetRoom':a53i(0xed)},{'direction':'east','targetRoom':a53i(0xff)}]},{'name':a53i(0xff),'description':a53i(0x140),'roomType':a53i(0x119),'items':[{'type':a53i(0xf0),'name':a53i(0xe1),'description':a53i(0x147)}],'exits':[{'direction':a53i(0x139),'targetRoom':a53i(0x111)},{'direction':a53i(0x120),'targetRoom':a53i(0x105)}]},{'name':a53i(0x105),'description':a53i(0x11b),'roomType':'inside','items':[{'type':a53i(0x12d),'name':a53i(0x151),'description':a53i(0x12a)},{'type':a53i(0xdc),'name':'Rusted\x20Sword','description':a53i(0x11f)}],'exits':[{'direction':'south','targetRoom':'Alchemy\x20Lab'},{'direction':a53i(0x12b),'targetRoom':a53i(0x10e)}]},{'name':a53i(0x10e),'description':a53i(0x14d),'roomType':a53i(0x119),'exits':[{'direction':a53i(0x139),'targetRoom':a53i(0x105)},{'direction':a53i(0xea),'targetRoom':'Entrance\x20Hall'},{'direction':a53i(0x120),'targetRoom':a53i(0x13b)},{'direction':a53i(0x12b),'targetRoom':a53i(0x124)}]},{'name':'Torture\x20Chamber','description':a53i(0xfd),'roomType':a53i(0x119),'items':[{'type':a53i(0x153),'name':a53i(0xdb),'description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':'release','riddle':a53i(0x125),'rewardItem':{'type':a53i(0xe6),'name':a53i(0x136),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a53i(0xea),'targetRoom':'Central\x20Chamber'}]},{'name':a53i(0x124),'description':a53i(0x14f),'roomType':a53i(0x119),'puzzle':{'requiredPhrase':a53i(0xe8),'riddle':a53i(0x14a),'rewardItem':{'type':'cup','name':'Golden\x20Chalice','description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a53i(0x14e)},'exits':[{'direction':'west','targetRoom':a53i(0x10e)}]}];function a53c(){const j=['The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Central\x20Chamber','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Study','Secret\x20Passage','Sniper\x20Rifle','Amulet\x20of\x20Awakening','A\x20creditstick\x20loaded\x20with\x20nuyen.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Central\x20Chamber\x20Key','Rigger\x27s\x20Workshop','inside','Encrypted\x20Data\x20Key','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','A\x20small\x20surveillance\x20drone.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','An\x20old\x20and\x20rusted\x20sword.','north','118532kSRikJ','holyGrail','A\x20thin\x20log\x20book','Treasure\x20Room','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Chad\x20the\x20stupid\x20guard','Corporate\x20Creditstick','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','5115bKvDlR','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','east','10MHBVjW','shield','(((.+)+)+)+$','OUTSIDE','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','constructor','show\x20loyalty','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','MCT\x20Fly-Spy','3561152hUJZyZ','Ancient\x20Gem','Mage\x27s\x20Lair','2536524kHHLdZ','west','open\x20sesame','Torture\x20Chamber','5691110JXzqbu','CorpSec\x20Plans','amulet','4465737WiWEct','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','4Mprllg','Holy\x20Grail','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','rifle','weapon','A\x20clear\x20glass\x20vial.','Barrens\x20Entrance','6amKkRC','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','outside','Corp\x20Enclave','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','The\x20chest\x20remains\x20firmly\x20shut.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','toString','Emblem\x20Shield','down','key','Matrix\x20Data\x20Haven','Blood-stained\x20Key','sword','Ares\x20Predator','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','decrypt','Empty\x20vial','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Jackpoint\x20Login','Barrens\x20Hideout','gem','8525587eLCQlA','insert\x20gem','Riddle\x20Book','south','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','creditstick','Entrance\x20Hall','Downtown\x20Seattle','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','basic','20ASsOiH','document','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','search','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Nothing\x20happens.','6444pvCunF','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','drone','Watch\x20Tower','EAST','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Alchemy\x20Lab','secret123','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Golden\x20Key','disenchant','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Armory','book','Gang\x20Insignia','Courtyard','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','apply','A\x20long-range\x20weapon.'];a53c=function(){return j;};return a53c();}function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0xda;let f=c[d];return f;},a53d(a,b);}export const shadowrunConfig=[{'name':'Jackpoint\x20Login','description':a53i(0xef),'isStartRoom':!![],'roomType':a53i(0x119),'exits':[{'direction':a53i(0x120),'targetRoom':a53i(0xee)},{'direction':'up','targetRoom':a53i(0xda)}]},{'name':a53i(0xda),'description':a53i(0x109),'roomType':a53i(0x119),'puzzle':{'requiredPhrase':a53i(0xe0),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a53i(0x153),'name':a53i(0x11a),'description':a53i(0x11c)},'successMessage':a53i(0x10d),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a53i(0x152),'targetRoom':'Jackpoint\x20Login'}]},{'name':a53i(0xee),'description':a53i(0x11e),'roomType':a53i(0x14b),'exits':[{'direction':a53i(0xea),'targetRoom':a53i(0xe4)},{'direction':a53i(0x12b),'targetRoom':'Barrens\x20Entrance'},{'direction':a53i(0x139),'targetRoom':'Corp\x20Enclave'}]},{'name':'Barrens\x20Entrance','description':a53i(0x141),'roomType':a53i(0x14b),'puzzle':{'requiredPhrase':a53i(0x132),'riddle':a53i(0xeb),'rewardItem':{'type':a53i(0x153),'name':a53i(0x107),'description':a53i(0xf3)},'successMessage':a53i(0x144),'failureMessage':a53i(0xde)},'exits':[{'direction':a53i(0x139),'targetRoom':a53i(0xee)},{'direction':a53i(0x120),'targetRoom':a53i(0xe5)}]},{'name':a53i(0x14c),'description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a53i(0x119),'items':[{'type':a53i(0xec),'name':a53i(0x127),'description':a53i(0x115)},{'type':a53i(0xf2),'name':a53i(0x13d),'description':a53i(0x110)}],'exits':[{'direction':'east','targetRoom':a53i(0xee)}]},{'name':a53i(0xe5),'description':a53i(0x101),'roomType':'outside','items':[{'type':a53i(0x146),'name':a53i(0xdd),'description':a53i(0xdf)}],'exits':[{'direction':a53i(0xea),'targetRoom':a53i(0x148)},{'direction':'north','targetRoom':a53i(0x137)},{'direction':a53i(0x12b),'targetRoom':a53i(0x118)}]},{'name':a53i(0x137),'description':a53i(0x10a),'roomType':a53i(0x119),'puzzle':{'requiredPhrase':a53i(0x103),'riddle':a53i(0xf5),'rewardItem':{'type':a53i(0x13e),'name':a53i(0x114),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a53i(0x10f),'failureMessage':a53i(0xf9)},'exits':[{'direction':'south','targetRoom':a53i(0xe5)}]},{'name':a53i(0x118),'description':a53i(0x130),'roomType':'inside','items':[{'type':a53i(0xfa),'name':a53i(0x134),'description':a53i(0x11d)}],'exits':[{'direction':'west','targetRoom':a53i(0xe5)}]}];
@@ -1 +1 @@
1
- var a52h=a52d;(function(a,b){var f=a52d,c=a();while(!![]){try{var d=-parseInt(f(0x1fb))/0x1*(parseInt(f(0x1ff))/0x2)+-parseInt(f(0x1ee))/0x3*(-parseInt(f(0x202))/0x4)+parseInt(f(0x1fd))/0x5+parseInt(f(0x1fc))/0x6+parseInt(f(0x1fa))/0x7+parseInt(f(0x1f2))/0x8+-parseInt(f(0x209))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xd0108));var a52b=(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;};}()),a52a=a52b(this,function(){var g=a52d;return a52a[g(0x1eb)]()[g(0x1ef)]('(((.+)+)+)+$')['toString']()[g(0x206)](a52a)[g(0x1ef)](g(0x1e8));});a52a();import{EventEmitter}from'events';export class AbstractScene{[a52h(0x208)];['player'];[a52h(0x1f5)];[a52h(0x203)];}export class AbstractRoom extends EventEmitter{[a52h(0x1f4)];[a52h(0x1fe)];['exits'];[a52h(0x1f7)];['puzzle'];[a52h(0x200)];[a52h(0x1f8)];}function a52d(a,b){var c=a52c();return a52d=function(d,e){d=d-0x1e8;var f=c[d];return f;},a52d(a,b);}export class AbstractDoor{['roomA'];['roomB'];[a52h(0x201)];[a52h(0x1ec)];[a52h(0x1f4)];[a52h(0x1f5)];['isLockable'];}export class AbstractInventory{['items'];[a52h(0x1f5)];}export class AbstractItem{[a52h(0x204)];[a52h(0x1f4)];[a52h(0x1fe)];[a52h(0x1e9)];[a52h(0x1f9)];['shape'];[a52h(0x1ea)];[a52h(0x1f6)];['rating'];['weight'];}export class AbstractPlayer{[a52h(0x1f1)];[a52h(0x207)];[a52h(0x1f0)];['_equipment'];[a52h(0x205)];[a52h(0x1ed)];}export class AbstractPuzzle{[a52h(0x1f5)];[a52h(0x1f3)];}function a52c(){var i=['description','2976828BVeypq','roomType','isLocked','1834684ajKyhv','characterLocations','uuid','_maxCarryingWeight','constructor','_currentLocation','rooms','20773305PVdRYa','(((.+)+)+)+$','size','color','toString','unlockItemOrSolution','_logger','6GGOGmQ','search','_inventory','_playerName','2019856LVSTwu','solved','name','logger','texture','inventory','isStartRoom','category','9897839bMAcqs','1GYpDZg','2198610RppBkC','8492775iwGkzS'];a52c=function(){return i;};return a52c();}
1
+ var a54i=a54d;(function(a,b){var f=a54d,c=a();while(!![]){try{var d=parseInt(f(0x8a))/0x1*(-parseInt(f(0x8d))/0x2)+-parseInt(f(0x90))/0x3+-parseInt(f(0xa5))/0x4+parseInt(f(0xa8))/0x5+-parseInt(f(0x94))/0x6+parseInt(f(0x9b))/0x7*(-parseInt(f(0x93))/0x8)+parseInt(f(0xa4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x8ada1));var a54b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a54d;if(c){var e=c[g(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){var h=a54d;return a54a['toString']()[h(0x99)]('(((.+)+)+)+$')[h(0x86)]()[h(0x97)](a54a)[h(0x99)](h(0x9c));});a54a();import{EventEmitter}from'events';export class AbstractScene{[a54i(0x92)];['player'];[a54i(0x9d)];[a54i(0x8e)];}export class AbstractRoom extends EventEmitter{['name'];[a54i(0x96)];[a54i(0x85)];['inventory'];[a54i(0x8c)];['roomType'];['isStartRoom'];}function a54d(a,b){var c=a54c();return a54d=function(d,e){d=d-0x85;var f=c[d];return f;},a54d(a,b);}export class AbstractDoor{[a54i(0xa3)];['roomB'];[a54i(0x8f)];['unlockItemOrSolution'];[a54i(0x8b)];['logger'];[a54i(0xa6)];}export class AbstractInventory{[a54i(0x95)];['logger'];}export class AbstractItem{[a54i(0xa7)];[a54i(0x8b)];[a54i(0x96)];[a54i(0x9a)];[a54i(0xa1)];['shape'];[a54i(0xa0)];[a54i(0x9e)];[a54i(0x89)];[a54i(0x88)];}export class AbstractPlayer{[a54i(0x91)];['_currentLocation'];[a54i(0x9f)];[a54i(0x98)];[a54i(0xa2)];['_logger'];}export class AbstractPuzzle{[a54i(0x9d)];['solved'];}function a54c(){var j=['weight','rating','1idGIwe','name','puzzle','1127974SCOSvs','characterLocations','isLocked','987072zRcTMZ','_playerName','rooms','88eKDdWf','6476130NPSuTt','items','description','constructor','_equipment','search','size','484603OIhUIj','(((.+)+)+)+$','logger','texture','_inventory','color','category','_maxCarryingWeight','roomA','27108756pvUAIq','3111152RbmFzt','isLockable','uuid','5341630lGWhuQ','exits','toString','apply'];a54c=function(){return j;};return a54c();}
@@ -1 +1 @@
1
- (function(a,b){var k=a53d,c=a();while(!![]){try{var d=-parseInt(k(0x223))/0x1*(parseInt(k(0x204))/0x2)+parseInt(k(0x1e8))/0x3*(parseInt(k(0x20d))/0x4)+parseInt(k(0x1f7))/0x5+parseInt(k(0x1ed))/0x6+parseInt(k(0x211))/0x7+-parseInt(k(0x21f))/0x8+-parseInt(k(0x220))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x3dbe5));export var Size;(function(a){var l=a53d;a['Tiny']='tiny',a[l(0x1de)]='small',a[l(0x1dd)]=l(0x222),a[l(0x238)]='large',a[l(0x1e3)]=l(0x1e5);}(Size||(Size={})));export var Rating;function a53c(){var u=['Circle','boots','toString','Yellow','CAVE','EAST','leg\x20armor','Helmet','Gold','Common','Large','metallic','NORTH','bumpy','search','common','Triangle','Rough','Rectangle','Medium','Small','Grey','Square','grey','constructor','VeryLarge','DOWN','very\x20large','circle','Rare','78PcyHSZ','gloves','yellow','Blue','grainy','468858SNFZyg','arm\x20armor','blue','mountain','FOREST','TOWER','tower','OUTSIDE','blade','BodyArmor','1578815rsaprb','Orange','outside','Smooth','Brown','beach','purple','Hat','WEST','shield','rifle','weapon','west','410718AiVndM','BEACH','Shield','Unknown','cup','Blade','helmet','body\x20armor','forest','55924pOKFVm','smooth','Grainy','DESERT','2991667PzuRez','Bumpy','rough','Rifle','(((.+)+)+)+$','LegArmor','MOUNTAIN','north','Fuzzy','Key','Boots','sea','rectangle','inside','1553448CsZKQf','2942937QsODmm','gold','medium','2FCVeKX','Metallic','SOUTH','brown','key','fuzzy','unknown','east','down','red','ArmArmor'];a53c=function(){return u;};return a53c();}(function(a){var m=a53d;a[m(0x237)]=m(0x1d9),a[m(0x1e7)]='rare',a['Legendary']='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a53d;a['Weapon']=n(0x202),a[n(0x206)]=n(0x200),a[n(0x21a)]=n(0x227),a['Gloves']=n(0x1e9),a[n(0x235)]=n(0x20a),a[n(0x1fe)]='hat',a[n(0x21b)]=n(0x22f),a[n(0x216)]=n(0x234),a[n(0x22d)]=n(0x1ee),a[n(0x1f6)]=n(0x20b),a['Book']='book',a['Cup']=n(0x208),a[n(0x207)]=n(0x229);}(Category||(Category={})));export var Shape;(function(a){var o=a53d;a[o(0x22e)]=o(0x1e6),a[o(0x1e0)]='square',a[o(0x1da)]='triangle',a[o(0x1dc)]=o(0x21d),a[o(0x209)]=o(0x1f5),a[o(0x214)]=o(0x201);}(Shape||(Shape={})));export var Color;(function(a){var p=a53d;a['Red']=p(0x22c),a[p(0x1eb)]=p(0x1ef),a['Green']='green',a[p(0x231)]=p(0x1ea),a[p(0x1f8)]='orange',a['Purple']=p(0x1fd),a[p(0x1df)]=p(0x1e1),a[p(0x1fb)]=p(0x226),a[p(0x236)]=p(0x221);}(Color||(Color={})));export var Texture;function a53d(a,b){var c=a53c();return a53d=function(d,e){d=d-0x1d8;var f=c[d];return f;},a53d(a,b);}(function(a){var q=a53d;a[q(0x1fa)]=q(0x20e),a[q(0x1db)]=q(0x213),a[q(0x212)]=q(0x23b),a[q(0x219)]=q(0x228),a[q(0x20f)]=q(0x1ec),a[q(0x224)]=q(0x239);}(Texture||(Texture={})));export var RoomType;(function(c){var s=a53d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var r=a53d;return e[r(0x230)]()[r(0x1d8)](r(0x215))[r(0x230)]()[r(0x1e2)](e)[r(0x1d8)](r(0x215));});e(),c['INSIDE']=s(0x21e),c[s(0x1f4)]=s(0x1f9),c['UNDERGROUND']='underground',c[s(0x232)]='cave',c[s(0x1f2)]=s(0x1f3),c[s(0x1f1)]=s(0x20c),c[s(0x210)]='desert',c[s(0x217)]=s(0x1f0),c[s(0x205)]=s(0x1fc),c['SEA']=s(0x21c);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a53d;a[t(0x23a)]=t(0x218),a[t(0x233)]=t(0x22a),a[t(0x225)]='south',a[t(0x1ff)]=t(0x203),a['UP']='up',a[t(0x1e4)]=t(0x22b);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a55d,c=a();while(!![]){try{var d=-parseInt(k(0x12f))/0x1*(parseInt(k(0x100))/0x2)+parseInt(k(0x10f))/0x3+-parseInt(k(0xe9))/0x4+parseInt(k(0x113))/0x5*(-parseInt(k(0x12e))/0x6)+-parseInt(k(0x11c))/0x7+-parseInt(k(0x119))/0x8*(parseInt(k(0x128))/0x9)+parseInt(k(0xf1))/0xa*(parseInt(k(0x111))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x6f972));export var Size;(function(a){var l=a55d;a[l(0x106)]='tiny',a['Small']=l(0x122),a[l(0x139)]=l(0x11f),a[l(0x134)]=l(0x12c),a[l(0x10b)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a55d;a[m(0x11e)]='common',a['Rare']='rare',a[m(0xd9)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a55d;a[n(0x126)]='weapon',a[n(0x101)]='shield',a[n(0xe3)]='key',a[n(0xf3)]=n(0x11a),a[n(0x120)]=n(0xed),a[n(0x123)]='hat',a['Boots']=n(0x11d),a[n(0x131)]=n(0xeb),a[n(0x112)]=n(0xfb),a[n(0x114)]=n(0xda),a['Book']='book',a[n(0xe8)]='cup',a[n(0x12a)]=n(0x125);}(Category||(Category={})));export var Shape;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xd9;var f=c[d];return f;},a55d(a,b);}function a55c(){var v=['LegArmor','south','toString','Large','INSIDE','fuzzy','down','WEST','Medium','rough','underground','Legendary','body\x20armor','mountain','NORTH','tower','Green','smooth','OUTSIDE','Blade','rifle','Key','desert','Rough','green','Yellow','Cup','1465632GZUfXL','Grainy','leg\x20armor','orange','helmet','beach','Square','MOUNTAIN','35170JZKZJi','CAVE','Gloves','constructor','Fuzzy','yellow','metallic','Bumpy','red','Gold','arm\x20armor','apply','Orange','Smooth','west','426ZjNrUh','Shield','SOUTH','forest','search','rectangle','Tiny','triangle','Blue','north','circle','VeryLarge','outside','grainy','EAST','2725179YpPmHC','DESERT','4213Hknswk','ArmArmor','35PHsDjn','BodyArmor','Metallic','UNDERGROUND','Grey','Circle','32nJQdoL','gloves','FOREST','714847MwYEkr','boots','Common','medium','Helmet','sea','small','Hat','gold','unknown','Weapon','cave','1803357pZbGod','purple','Unknown','Purple','large','Triangle','57204gwyoAu','2167iAtUJH','bumpy'];a55c=function(){return v;};return a55c();}(function(a){var o=a55d;a[o(0x118)]=o(0x10a),a[o(0xef)]='square',a[o(0x12d)]=o(0x107),a['Rectangle']=o(0x105),a[o(0xe1)]='blade',a['Rifle']=o(0xe2);}(Shape||(Shape={})));export var Color;(function(a){var p=a55d;a['Red']=p(0xf9),a[p(0x108)]='blue',a[p(0xde)]=p(0xe6),a[p(0xe7)]=p(0xf6),a[p(0xfd)]=p(0xec),a[p(0x12b)]=p(0x129),a[p(0x117)]='grey',a['Brown']='brown',a[p(0xfa)]=p(0x124);}(Color||(Color={})));export var Texture;(function(a){var q=a55d;a[q(0xfe)]=q(0xdf),a[q(0xe5)]=q(0x13a),a[q(0xf8)]=q(0x130),a[q(0xf5)]=q(0x136),a[q(0xea)]=q(0x10d),a[q(0x115)]=q(0xf7);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a55d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a55d;if(h){var j=h[r(0xfc)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a55d;return e[s(0x133)]()['search']('(((.+)+)+)+$')[s(0x133)]()[s(0xf4)](e)[s(0x104)]('(((.+)+)+)+$');});e(),c[t(0x135)]='inside',c[t(0xe0)]=t(0x10c),c[t(0x116)]=t(0x13b),c[t(0xf2)]=t(0x127),c['TOWER']=t(0xdd),c[t(0x11b)]=t(0x103),c[t(0x110)]=t(0xe4),c[t(0xf0)]=t(0xdb),c['BEACH']=t(0xee),c['SEA']=t(0x121);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a55d;a[u(0xdc)]=u(0x109),a[u(0x10e)]='east',a[u(0x102)]=u(0x132),a[u(0x138)]=u(0xff),a['UP']='up',a['DOWN']=u(0x137);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a54d(a,b){var c=a54c();return a54d=function(d,e){d=d-0x183;var f=c[d];return f;},a54d(a,b);}(function(a,b){var f=a54d,c=a();while(!![]){try{var d=-parseInt(f(0x183))/0x1+parseInt(f(0x185))/0x2*(parseInt(f(0x186))/0x3)+parseInt(f(0x18c))/0x4+parseInt(f(0x18e))/0x5+parseInt(f(0x188))/0x6*(parseInt(f(0x18b))/0x7)+parseInt(f(0x187))/0x8+-parseInt(f(0x184))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x77f13));var a54b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a54d;if(c){var e=c[g(0x189)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){var h=a54d;return a54a['toString']()[h(0x18a)]('(((.+)+)+)+$')['toString']()[h(0x18f)](a54a)['search'](h(0x18d));});a54a();export{};function a54c(){var i=['2753856GdOPKT','204738aoUfMy','apply','search','49BFzoYl','3300632wbOafo','(((.+)+)+)+$','2221295SwxADD','constructor','320924npYQxx','14764572VEvnyY','2WTAPJk','1800615vPhYQJ'];a54c=function(){return i;};return a54c();}
1
+ function a56c(){var h=['1065015fxptrU','2600406mqONGo','238npvkbm','27984fFlAHV','42BuhGnC','3973149xukFQO','search','228442nCptyO','constructor','(((.+)+)+)+$','10172ANqOLx','toString','240286tAQvIm'];a56c=function(){return h;};return a56c();}(function(a,b){var f=a56d,c=a();while(!![]){try{var d=parseInt(f(0xe9))/0x1+parseInt(f(0xe1))/0x2+-parseInt(f(0xe6))/0x3*(parseInt(f(0xdf))/0x4)+-parseInt(f(0xe2))/0x5+-parseInt(f(0xe3))/0x6+parseInt(f(0xe4))/0x7*(parseInt(f(0xe5))/0x8)+parseInt(f(0xe7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x3769c));function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xdd;var f=c[d];return f;},a56d(a,b);}var a56b=(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;};}()),a56a=a56b(this,function(){var g=a56d;return a56a[g(0xe0)]()[g(0xe8)]('(((.+)+)+)+$')[g(0xe0)]()[g(0xdd)](a56a)['search'](g(0xde));});a56a();export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0xaf))/0x1*(-parseInt(f(0xb3))/0x2)+parseInt(f(0xaa))/0x3+parseInt(f(0xac))/0x4+parseInt(f(0xa9))/0x5+parseInt(f(0xb1))/0x6*(-parseInt(f(0xad))/0x7)+-parseInt(f(0xa8))/0x8*(-parseInt(f(0xb4))/0x9)+parseInt(f(0xab))/0xa*(-parseInt(f(0xb0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xac48b));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0xae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0xb2)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a55a)['search']('(((.+)+)+)+$');});a55a();function a55c(){var i=['apply','1PHjikl','38101415ovjuXG','354oPMWUU','toString','1523062gQZmlx','27icBdpM','3385336cnZnPP','5791100LZPctb','1197039BaOmgv','10tnolsB','5503384ntfqjh','94283cYIQqp'];a55c=function(){return i;};return a55c();}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xa8;var f=c[d];return f;},a55d(a,b);}export{};
1
+ function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x9a;var f=c[d];return f;},a57d(a,b);}(function(a,b){var f=a57d,c=a();while(!![]){try{var d=-parseInt(f(0xa0))/0x1+-parseInt(f(0xa1))/0x2+parseInt(f(0xa8))/0x3*(-parseInt(f(0xa7))/0x4)+-parseInt(f(0x9b))/0x5*(-parseInt(f(0x9c))/0x6)+parseInt(f(0x9d))/0x7*(parseInt(f(0xa6))/0x8)+-parseInt(f(0x9e))/0x9*(-parseInt(f(0x9f))/0xa)+parseInt(f(0xa5))/0xb*(parseInt(f(0xa3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x29a98));var a57b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a57d;if(c){var e=c[g(0xa2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){var h=a57d;return a57a[h(0x9a)]()[h(0xa9)](h(0xaa))['toString']()[h(0xa4)](a57a)[h(0xa9)](h(0xaa));});a57a();function a57c(){var i=['4sAgHbH','872373ePIiSD','search','(((.+)+)+)+$','toString','10EgioJw','94218zJVrco','252049gMJGSp','1306386wroXlB','10kzEVzj','241836LKgnIB','205646qaevTo','apply','264eUPXxi','constructor','278762RSJvwm','16KUjGpI'];a57c=function(){return i;};return a57c();}export{};
@@ -1 +1 @@
1
- const a56H=a56d;(function(a,b){const y=a56d,c=a();while(!![]){try{const d=-parseInt(y(0x1a9))/0x1+parseInt(y(0x1a2))/0x2+-parseInt(y(0x177))/0x3+parseInt(y(0x1b6))/0x4+parseInt(y(0x1b0))/0x5+-parseInt(y(0x198))/0x6+parseInt(y(0x176))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x1eeb7));import a56e from'blessed';function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0x171;let f=c[d];return f;},a56d(a,b);}import{capitalCase}from'change-case';import a56f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a56c(){const I=['apply','log','159204eCufMv','Gloves:\x20','clear','yellow','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Currently\x20in:\x20','20%','654050iMxqOT','-----\x20Exits\x20------\x0a','rightHand','legs','10%','getAllItems','501132sfmzvU','player','roomType','(((.+)+)+)+$','feet','Side\x20Quest\x20Adventure\x20Game','\x20Game\x20Log\x20','getInstance','45%','inventory','append','write','Head:\x20','handleInput','box','pushLine','enter','white','focus','Your\x20items\x20will\x20be\x20listed\x20here...','unequip','cyan','toString','\x20(Locked)','\x20(Unlocked)','3369884OwNPVG','715023ytQdcU','mousemove','Arms:\x20','head','OUTSIDE','25%','exit','unlock','argv','exits','parse','map','key','gloves','<<<<<<<<---------\x20Terminating\x20game','75%','Available\x20exits\x20will\x20be\x20shown\x20here...','torso','----->>>>>>\x20Initializing\x20Game','Legs:\x20','line','split','removeAllListeners','90%','Right\x20Hand:\x20','Torso:\x20','currentLocation','name','leftHand','size','70%','screen','render','1286706JWHQnn','Feet:\x20','textbox','setContent','constructor','equipment','logBox','None','take','\x20Inventory\x20','2276XwamgB','Thanks\x20for\x20playing!','search','logFilePath','equip'];a56c=function(){return I;};return a56c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a56d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a56d;if(j){const l=j[z(0x1a7)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a56d;return g[A(0x173)]()[A(0x1a4)](A(0x1b9))[A(0x173)]()[A(0x19c)](g)[A(0x1a4)](A(0x1b9));});g();try{const h=a56e[B(0x196)]({'smartCSR':!![],'title':B(0x1bb)}),i=a56e[B(0x1c4)]({'top':'0%','left':'75%','width':B(0x17c),'height':'45%','border':{'type':'line'},'label':B(0x1a1),'content':B(0x1c9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1ac)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1b5)]()[C(0x182)](v=>v[C(0x192)]);i[C(0x19b)](u['join']('\x0a')),h[C(0x197)]();};h[B(0x1c0)](i);const k=a56e[B(0x1c4)]({'top':B(0x1be),'left':B(0x186),'width':B(0x17c),'height':B(0x17c),'border':{'type':'line'},'label':'\x20Equipment\x20','content':B(0x1ad),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1ac)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1c0)](k);const l=t=>{const D=B;k[D(0x19b)](D(0x1c2)+(t[D(0x17a)]?t[D(0x17a)][D(0x192)]:'None')+'\x0a'+(D(0x190)+(t[D(0x188)]?t['torso']['name']:D(0x19f))+'\x0a')+(D(0x18a)+(t[D(0x1b3)]?t[D(0x1b3)][D(0x192)]:D(0x19f))+'\x0a')+(D(0x199)+(t['feet']?t[D(0x1ba)][D(0x192)]:'None')+'\x0a')+(D(0x179)+(t['arms']?t['arms']['name']:D(0x19f))+'\x0a')+(D(0x1aa)+(t[D(0x184)]?t[D(0x184)]['name']:D(0x19f))+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x193)]?t[D(0x193)]['name']:'None')+'\x0a')+(D(0x18f)+(t[D(0x1b2)]?t[D(0x1b2)]['name']:D(0x19f))+'\x0a')),h[D(0x197)]();},m=a56e[B(0x1c4)]({'top':B(0x195),'left':B(0x186),'width':B(0x17c),'height':B(0x1af),'border':{'type':B(0x18b)},'label':'\x20Map\x20','content':B(0x187),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1ac)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x1ae)+t[E(0x192)]+'\x0a\x0a';u+=E(0x1b1),t[E(0x180)][E(0x194)]>0x0?t[E(0x180)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0x1b8)]===RoomType[F(0x17b)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x192)];if(v['checkIfLocked']())u+=F(0x174);else v['checkIfLockable']()&&(u+=F(0x175));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[E(0x19b)](u),h[E(0x197)]();},o=a56e[B(0x1c4)]({'id':B(0x19e),'top':'0%','left':'0%','width':'75%','height':B(0x18e),'border':{'type':B(0x18b)},'label':B(0x1bc),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1ac)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x18d)](B(0x178)),h[B(0x1c0)](o);const p=a56e[B(0x19a)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x1b4),'tags':!![],'border':{'type':'line'},'style':{'fg':B(0x1c7),'border':{'fg':B(0x172)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1c0)](p),h[B(0x183)](['escape','C-c'],()=>process[B(0x17d)](0x0)),p['focus'](),h['render']();const q=Logger[B(0x1bd)](e[B(0x1a5)],h),r=new Player({'playerName':c});q[B(0x1c1)](B(0x189));const s=a56f['getInstance'](r,d);o['setContent'](s['getWelcomeMessage']()),l(s[B(0x1b7)]['equipment']),j(s[B(0x1b7)][B(0x1bf)]),n(s['player'][B(0x191)]),p['key']([B(0x1c6)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x1c3)](t);(t['split']('\x20')[0x0]===G(0x1a0)||G(0x1a6)||G(0x171))&&(j(s[G(0x1b7)]['inventory']),l(s[G(0x1b7)][G(0x19d)])),(t[G(0x18c)]('\x20')[0x0]==='go'||'lock'||G(0x17e))&&n(s[G(0x1b7)][G(0x191)]),t[G(0x18c)]('\x20')[0x0]===G(0x1ab)&&o[G(0x19b)](''),u===null&&(console['log'](G(0x1a3)),h[G(0x197)](),q[G(0x1c1)](G(0x185)),process[G(0x17d)](0x0)),o[G(0x1c5)](u),o['scroll'](0x1),p['clearValue'](),p[G(0x1c8)](),h['render']();});}catch(t){console[B(0x1a8)](t),process['exit'](0x1);}}const args=process[a56H(0x17f)]['slice'](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON[a56H(0x181)](args[0x2]));
1
+ function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0xc7;let f=c[d];return f;},a58d(a,b);}const a58H=a58d;(function(a,b){const y=a58d,c=a();while(!![]){try{const d=parseInt(y(0xf9))/0x1+-parseInt(y(0xd7))/0x2*(-parseInt(y(0x10b))/0x3)+parseInt(y(0x113))/0x4+-parseInt(y(0x101))/0x5*(parseInt(y(0xe3))/0x6)+-parseInt(y(0xee))/0x7+-parseInt(y(0xd3))/0x8*(parseInt(y(0xe4))/0x9)+parseInt(y(0x11d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xa4786));import a58e from'blessed';function a58c(){const I=['parse','join','logBox','torso','unlock','inventory','logFilePath','Head:\x20','\x20Game\x20Log\x20','Right\x20Hand:\x20','mousemove','12mIMIec','9mqtsxo','head','45%','toString','\x0aThere\x20are\x20no\x20exits\x20here.','box','Thanks\x20for\x20playing!','currentLocation','pushLine','10%','1431122VqzXUZ','search','getAllItems','checkIfLocked','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','constructor','arms','write','checkIfLockable','key','log','856273hoAeTh','removeAllListeners','Legs:\x20','scroll','----->>>>>>\x20Initializing\x20Game','\x20Inventory\x20','-----\x20Exits\x20------\x0a','leftHand','2182735EdGsNN','25%','handleInput','Left\x20Hand:\x20','gloves','take','90%','yellow','apply','render','636717WMNAlS','75%','Available\x20exits\x20will\x20be\x20shown\x20here...','feet','unequip','Torso:\x20','getWelcomeMessage','line','4058964YdxwAO','argv','\x20(Unlocked)','legs','<<<<<<<<---------\x20Terminating\x20game','100%','Arms:\x20','\x20Equipment\x20','getInstance','exits','2996710AmDafI','slice','setContent','None','screen','focus','\x20Map\x20','player','map','20%','escape','OUTSIDE','getValue','name','textbox','forEach','\x20(Locked)','rightHand','(((.+)+)+)+$','Gloves:\x20','clearValue','getOtherSide','exit','split','5053712geBokA','Your\x20items\x20will\x20be\x20listed\x20here...','append','enter','2WdyHAS'];a58c=function(){return I;};return a58c();}import{capitalCase}from'change-case';import a58f 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=a58d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a58d;if(j){const l=j[z(0x109)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a58d;return g[A(0xe7)]()[A(0xef)](A(0xcd))[A(0xe7)]()[A(0xf3)](g)[A(0xef)]('(((.+)+)+)+$');});g();try{const h=a58e[B(0x121)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a58e[B(0xe9)]({'top':'0%','left':B(0x10c),'width':B(0x102),'height':B(0xe6),'border':{'type':B(0x112)},'label':B(0xfe),'content':B(0xd4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xf0)]()[C(0x125)](v=>v['name']);i[C(0x11f)](u[C(0xd9)]('\x0a')),h[C(0x10a)]();};h[B(0xd5)](i);const k=a58e[B(0xe9)]({'top':B(0xe6),'left':'75%','width':'25%','height':'25%','border':{'type':B(0x112)},'label':B(0x11a),'content':B(0xf2),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xd5)](k);const l=t=>{const D=B;k[D(0x11f)](D(0xdf)+(t[D(0xe5)]?t[D(0xe5)][D(0xc8)]:D(0x120))+'\x0a'+(D(0x110)+(t[D(0xdb)]?t['torso']['name']:D(0x120))+'\x0a')+(D(0xfb)+(t[D(0x116)]?t[D(0x116)][D(0xc8)]:D(0x120))+'\x0a')+('Feet:\x20'+(t[D(0x10e)]?t[D(0x10e)][D(0xc8)]:'None')+'\x0a')+(D(0x119)+(t[D(0xf4)]?t['arms'][D(0xc8)]:'None')+'\x0a')+(D(0xce)+(t['gloves']?t[D(0x105)]['name']:'None')+'\x0a')+(D(0x104)+(t[D(0x100)]?t['leftHand']['name']:D(0x120))+'\x0a')+(D(0xe1)+(t[D(0xcc)]?t['rightHand'][D(0xc8)]:D(0x120))+'\x0a')),h[D(0x10a)]();},m=a58e[B(0xe9)]({'top':'70%','left':B(0x10c),'width':B(0x102),'height':B(0x126),'border':{'type':B(0x112)},'label':B(0x123),'content':B(0x10d),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x108)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xd5)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0xc8)]+'\x0a\x0a';u+=E(0xff),t[E(0x11c)]['size']>0x0?t[E(0x11c)][E(0xca)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0xd0)](t);x['roomType']===RoomType[F(0x128)]?u+=capitalCase(w)+':\x20'+x[F(0xc8)]:u+=capitalCase(w)+':\x20'+v[F(0xc8)];if(v[F(0xf1)]())u+=F(0xcb);else v[F(0xf6)]()&&(u+=F(0x115));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xe8),m[E(0x11f)](u),h[E(0x10a)]();},o=a58e[B(0xe9)]({'id':B(0xda),'top':'0%','left':'0%','width':B(0x10c),'height':B(0x107),'border':{'type':B(0x112)},'label':B(0xe0),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x108)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0xfa)](B(0xe2)),h[B(0xd5)](o);const p=a58e[B(0xc9)]({'bottom':0x0,'left':0x0,'width':B(0x118),'height':B(0xed),'tags':!![],'border':{'type':B(0x112)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xd5)](p),h[B(0xf7)]([B(0x127),'C-c'],()=>process[B(0xd1)](0x0)),p[B(0x122)](),h['render']();const q=Logger[B(0x11b)](e[B(0xde)],h),r=new Player({'playerName':c});q[B(0xf5)](B(0xfd));const s=a58f['getInstance'](r,d);o['setContent'](s[B(0x111)]()),l(s['player']['equipment']),j(s[B(0x124)][B(0xdd)]),n(s[B(0x124)][B(0xeb)]),p[B(0xf7)]([B(0xd6)],async()=>{const G=B,t=p[G(0xc7)](),u=s[G(0x103)](t);(t[G(0xd2)]('\x20')[0x0]===G(0x106)||'equip'||G(0x10f))&&(j(s[G(0x124)][G(0xdd)]),l(s[G(0x124)]['equipment'])),(t[G(0xd2)]('\x20')[0x0]==='go'||'lock'||G(0xdc))&&n(s[G(0x124)][G(0xeb)]),t[G(0xd2)]('\x20')[0x0]==='clear'&&o[G(0x11f)](''),u===null&&(console[G(0xf8)](G(0xea)),h[G(0x10a)](),q[G(0xf5)](G(0x117)),process[G(0xd1)](0x0)),o[G(0xec)](u),o[G(0xfc)](0x1),p[G(0xcf)](),p[G(0x122)](),h['render']();});}catch(t){console[B(0xf8)](t),process[B(0xd1)](0x1);}}const args=process[a58H(0x114)][a58H(0x11e)](0x2);main(args[0x0],JSON[a58H(0xd8)](args[0x1]),JSON[a58H(0xd8)](args[0x2]));
@@ -1 +1 @@
1
- const a57k=a57d;(function(a,b){const h=a57d,c=a();while(!![]){try{const d=parseInt(h(0x150))/0x1*(-parseInt(h(0x12f))/0x2)+-parseInt(h(0x12b))/0x3+parseInt(h(0x136))/0x4*(-parseInt(h(0x134))/0x5)+parseInt(h(0x13f))/0x6*(parseInt(h(0x148))/0x7)+-parseInt(h(0x140))/0x8+-parseInt(h(0x13c))/0x9+parseInt(h(0x13b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xc1432));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a57d;if(c){const e=c[i(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const j=a57d;return a57a['toString']()[j(0x143)](j(0x152))[j(0x151)]()[j(0x12c)](a57a)[j(0x143)]('(((.+)+)+)+$');});a57a();function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x12a;let f=c[d];return f;},a57d(a,b);}import a57e from'fs';import a57f from'os';function a57c(){const r=['content','setContent','992863QKTSFT','toString','(((.+)+)+)+$','appendFileSync','3424482gcaPjE','constructor','box','getInstance','2lUStYF','.maka','write','existsSync','error','15ykZtBp','instance','932452BNDuhM','side-quest.log','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','[INFO]\x20[','type','45438700jMKMSM','6729021jQMliK','screen','ensureLogFileExists','174KoaTOM','6890912FZctcs','filePath','logBox','search','getScrollHeight','find','toISOString','The\x20logbox\x20','166663lNYpFs','apply','join','homedir','[ERROR]\x20[','options'];a57c=function(){return r;};return a57c();}import a57g from'path';const homeDir=a57f[a57k(0x14b)]();export class Logger{static ['instance'];[a57k(0x141)];[a57k(0x13d)];constructor(a,b){const l=a57k;this['filePath']=a,this['screen']=b,this[l(0x13e)]();}static[a57k(0x12e)](a=a57g[a57k(0x14a)](homeDir,a57k(0x130),a57k(0x137)),b){const m=a57k;if(!Logger[m(0x135)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x135)]=new Logger(a,b);}return Logger[m(0x135)];}[a57k(0x13e)](){const n=a57k,a=a57g['dirname'](this['filePath']);!a57e[n(0x132)](a)&&a57e['mkdirSync'](a,{'recursive':!![]}),!a57e[n(0x132)](this['filePath'])&&a57e['writeFileSync'](this['filePath'],'');}[a57k(0x131)](a){const o=a57k,b=new Date()[o(0x146)](),c=o(0x139)+b+']\x20'+a+'\x0a';a57e['appendFileSync'](this[o(0x141)],c);}[a57k(0x133)](a){const p=a57k,b=new Date()[p(0x146)](),c=p(0x14c)+b+']\x20'+a+'\x0a';a57e[p(0x12a)](this[p(0x141)],c);}['log'](a){const q=a57k,b=this[q(0x13d)]?.['children'][q(0x145)](c=>c[q(0x13a)]===q(0x12d)&&c[q(0x14d)]['id']===q(0x142));b?(b[q(0x14f)](b[q(0x14e)]+'\x0a'+a),b['scrollTo'](b[q(0x144)]()),this[q(0x13d)]?.['render']()):this[q(0x133)](q(0x147)+b+q(0x138)+this[q(0x13d)]),this['write'](a);}['hasScreen'](){return!!this['screen'];}}
1
+ const a59k=a59d;(function(a,b){const h=a59d,c=a();while(!![]){try{const d=parseInt(h(0x162))/0x1+parseInt(h(0x176))/0x2*(parseInt(h(0x179))/0x3)+parseInt(h(0x17a))/0x4+parseInt(h(0x17b))/0x5*(-parseInt(h(0x15f))/0x6)+-parseInt(h(0x15e))/0x7*(-parseInt(h(0x164))/0x8)+parseInt(h(0x156))/0x9+-parseInt(h(0x15c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xaadd2));const a59b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a59d;if(c){const e=c[i(0x17d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){const j=a59d;return a59a['toString']()[j(0x157)](j(0x172))[j(0x168)]()[j(0x16c)](a59a)[j(0x157)](j(0x172));});function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x153;let f=c[d];return f;},a59d(a,b);}a59a();import a59e from'fs';import a59f from'os';import a59g from'path';function a59c(){const r=['find','instance','dirname','toString','mkdirSync','.maka','hasScreen','constructor','content','screen','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','getScrollHeight','existsSync','(((.+)+)+)+$','error','filePath','render','4XPcCiM','log','toISOString','2034177CoabbI','371576sCmmgt','1508595HHGImc','children','apply','ensureLogFileExists','side-quest.log','join','[INFO]\x20[','9415899oLTjhX','search','type','writeFileSync','homedir','The\x20logbox\x20','17294700kBLiET','appendFileSync','14nLgVLc','18IMGEAf','scrollTo','box','213040xsWZju','write','2504888maPAyR'];a59c=function(){return r;};return a59c();}const homeDir=a59f[a59k(0x15a)]();export class Logger{static ['instance'];[a59k(0x174)];[a59k(0x16e)];constructor(a,b){const l=a59k;this[l(0x174)]=a,this[l(0x16e)]=b,this[l(0x17e)]();}static['getInstance'](a=a59g[a59k(0x154)](homeDir,a59k(0x16a),a59k(0x153)),b){const m=a59k;if(!Logger['instance']){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x166)]=new Logger(a,b);}return Logger[m(0x166)];}['ensureLogFileExists'](){const n=a59k,a=a59g[n(0x167)](this['filePath']);!a59e[n(0x171)](a)&&a59e[n(0x169)](a,{'recursive':!![]}),!a59e[n(0x171)](this['filePath'])&&a59e[n(0x159)](this[n(0x174)],'');}[a59k(0x163)](a){const o=a59k,b=new Date()[o(0x178)](),c=o(0x155)+b+']\x20'+a+'\x0a';a59e['appendFileSync'](this[o(0x174)],c);}[a59k(0x173)](a){const p=a59k,b=new Date()[p(0x178)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a59e[p(0x15d)](this[p(0x174)],c);}[a59k(0x177)](a){const q=a59k,b=this['screen']?.[q(0x17c)][q(0x165)](c=>c[q(0x158)]===q(0x161)&&c['options']['id']==='logBox');b?(b['setContent'](b[q(0x16d)]+'\x0a'+a),b[q(0x160)](b[q(0x170)]()),this[q(0x16e)]?.[q(0x175)]()):this[q(0x173)](q(0x15b)+b+q(0x16f)+this[q(0x16e)]),this[q(0x163)](a);}[a59k(0x16b)](){return!!this['screen'];}}
@@ -1 +1 @@
1
- const a58n=a58d;(function(a,b){const k=a58d,c=a();while(!![]){try{const d=parseInt(k(0x1ae))/0x1+-parseInt(k(0x1c7))/0x2*(-parseInt(k(0x1b6))/0x3)+-parseInt(k(0x1bc))/0x4+-parseInt(k(0x1b3))/0x5*(-parseInt(k(0x1cc))/0x6)+parseInt(k(0x1b1))/0x7+-parseInt(k(0x1c3))/0x8*(parseInt(k(0x1af))/0x9)+parseInt(k(0x1cd))/0xa*(-parseInt(k(0x1d0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x2d20a));const a58b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a58d;if(c){const e=c[l(0x1c2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){const m=a58d;return a58a[m(0x1c9)]()[m(0x1cb)]('(((.+)+)+)+$')[m(0x1c9)]()['constructor'](a58a)[m(0x1cb)](m(0x1b5));});a58a();function a58c(){const q=['sideQuestAnswer','apply','348784rRweWG','side-quest','Play\x20a\x20little\x20side-quest','join','214wGgRmN','side-quest.log','toString','inherit','search','906kwUBGW','610jPzMca','getGlobalMakaDir','log','156827eFYpqZ','361784COQYLZ','9FXUktH','./sideQuest/ui.js','2136582IrOsUK','player','11570LKCJyg','dungeon','(((.+)+)+)+$','9387JzmLXD','url','options','node','shadowrun','ask','1012440rYRjmV','Commoner','resolve','maka\x20play:side-quest','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...'];a58c=function(){return q;};return a58c();}function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x1ae;let f=c[d];return f;},a58d(a,b);}import a58e from'path';import{spawn}from'child_process';import a58f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a58n(0x1b7)]),__dirname=dirname(__filename);Command['create']({'name':a58n(0x1c4),'usage':a58n(0x1bf),'shortDesc':a58n(0x1c5),'aliases':['sq'],'description':a58n(0x1c0),'validOpts':[a58n(0x1b2)]},async function(a,b){const o=a58n;try{const c=this['fsi'][o(0x1ce)](),d=a58e[o(0x1c6)](c,o(0x1c8)),e=b[o(0x1b2)]?b[o(0x1b2)]:await Actions[o(0x1bb)]('What\x20is\x20your\x20name?')||o(0x1bd),f={...b,'logFilePath':d},g={'type':'list','name':o(0x1c1),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0x1b4),'value':dungeonConfig},{'name':o(0x1ba),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1b8)](g);if(e&&h){const i=spawn(o(0x1b9),[a58e[o(0x1be)](__dirname,o(0x1b0)),e,JSON['stringify'](h),JSON['stringify'](f)],{'stdio':o(0x1ca)});i['on']('exit',()=>{const p=o;console[p(0x1cf)]('Thanks\x20for\x20playing!');});}}catch(j){console['log'](j);}},a58f);
1
+ const a60n=a60d;(function(a,b){const k=a60d,c=a();while(!![]){try{const d=-parseInt(k(0x1b8))/0x1+-parseInt(k(0x1a9))/0x2+-parseInt(k(0x1a0))/0x3+parseInt(k(0x1ab))/0x4+-parseInt(k(0x1b3))/0x5*(-parseInt(k(0x1b2))/0x6)+parseInt(k(0x19d))/0x7+parseInt(k(0x1ad))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xe704f));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a60d;if(c){const e=c[l(0x1a1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const m=a60d;return a60a[m(0x1b1)]()['search'](m(0x1a7))[m(0x1b1)]()[m(0x1a8)](a60a)[m(0x1ae)](m(0x1a7));});function a60c(){const q=['2088510GtVhEC','apply','getGlobalMakaDir','side-quest','inherit','url','dungeon','(((.+)+)+)+$','constructor','70066BgtJcT','list','864984SYUrSl','player','11737168xeIvtd','search','log','fsi','toString','6cbhqoo','3170315DcKtRd','stringify','What\x20is\x20your\x20name?','node','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','955232yLoLlS','./sideQuest/ui.js','sideQuestAnswer','ask','Thanks\x20for\x20playing!','Commoner','maka\x20play:side-quest','2206645UaoHdz','create','side-quest.log'];a60c=function(){return q;};return a60c();}function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x19c;let f=c[d];return f;},a60d(a,b);}a60a();import a60e from'path';import{spawn}from'child_process';import a60f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a60n(0x1a5)]),__dirname=dirname(__filename);Command[a60n(0x19e)]({'name':a60n(0x1a3),'usage':a60n(0x19c),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a60n(0x1ac)]},async function(a,b){const o=a60n;try{const c=this[o(0x1b0)][o(0x1a2)](),d=a60e['join'](c,o(0x19f)),e=b[o(0x1ac)]?b[o(0x1ac)]:await Actions[o(0x1bb)](o(0x1b5))||o(0x1bd),f={...b,'logFilePath':d},g={'type':o(0x1aa),'name':o(0x1ba),'message':o(0x1b7),'choices':[{'name':o(0x1a6),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x1b6),[a60e['resolve'](__dirname,o(0x1b9)),e,JSON['stringify'](h),JSON[o(0x1b4)](f)],{'stdio':o(0x1a4)});i['on']('exit',()=>{const p=o;console[p(0x1af)](p(0x1bc));});}}catch(j){console[o(0x1af)](j);}},a60f);
@@ -1 +1 @@
1
- var a59h=a59d;(function(a,b){var f=a59d,c=a();while(!![]){try{var d=-parseInt(f(0x1e1))/0x1*(-parseInt(f(0x1e2))/0x2)+parseInt(f(0x1dd))/0x3*(-parseInt(f(0x1e5))/0x4)+parseInt(f(0x1eb))/0x5+parseInt(f(0x1db))/0x6*(parseInt(f(0x1e0))/0x7)+parseInt(f(0x1df))/0x8+parseInt(f(0x1de))/0x9*(parseInt(f(0x1e8))/0xa)+-parseInt(f(0x1ea))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xa35d0));var a59b=(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;};}()),a59a=a59b(this,function(){var g=a59d;return a59a[g(0x1e6)]()[g(0x1e7)](g(0x1e4))['toString']()[g(0x1e9)](a59a)[g(0x1e7)](g(0x1e4));});a59a();import a59e from'./play.command.js';function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x1db;var f=c[d];return f;},a59d(a,b);}function a59c(){var j=['31267115yWrmBq','1702250wclDrx','311142zWJKQt','inherit','3RblMnx','2629125CCWUpr','8524288EVwaFG','84XXNxKD','759039ctfgYA','2ahXWSY','maka\x20game:snake','(((.+)+)+)+$','608332xBNflz','toString','search','30wEjbkB','constructor'];a59c=function(){return j;};return a59c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':'snake','usage':a59h(0x1e3),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a59h;execSync('npx\x20command-line-snake',{'stdio':i(0x1dc)});},a59e);
1
+ var a61i=a61d;function a61c(){var k=['847CVKXjT','inherit','5NsZZbK','(((.+)+)+)+$','toString','2432709lmXGjq','constructor','npx\x20command-line-snake','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','483150YvcDoD','224860GroLiR','153mlDvSz','962862UFMyBR','4396qRJVzI','maka\x20game:snake','133OVilUQ','92392eiqDyU','apply','461765IuNJTT','search'];a61c=function(){return k;};return a61c();}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1dc))/0x1+-parseInt(f(0x1d3))/0x2+parseInt(f(0x1d5))/0x3*(-parseInt(f(0x1d7))/0x4)+parseInt(f(0x1cc))/0x5*(-parseInt(f(0x1d6))/0x6)+parseInt(f(0x1d9))/0x7*(-parseInt(f(0x1da))/0x8)+-parseInt(f(0x1cf))/0x9+-parseInt(f(0x1d4))/0xa*(-parseInt(f(0x1de))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x4e920));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1db)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()[h(0x1dd)](h(0x1cd))[h(0x1ce)]()[h(0x1d0)](a61a)['search']('(((.+)+)+)+$');});a61a();import a61e from'./play.command.js';function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1cc;var f=c[d];return f;},a61d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':'snake','usage':a61i(0x1d8),'shortDesc':a61i(0x1d2),'validOpts':[]},async function(){var j=a61i;execSync(j(0x1d1),{'stdio':j(0x1df)});},a61e);
@@ -1 +1 @@
1
- function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0x1eb;var f=c[d];return f;},a60d(a,b);}var a60i=a60d;(function(a,b){var f=a60d,c=a();while(!![]){try{var d=parseInt(f(0x1f0))/0x1+parseInt(f(0x1fb))/0x2*(-parseInt(f(0x1eb))/0x3)+-parseInt(f(0x1f2))/0x4+-parseInt(f(0x1f9))/0x5*(-parseInt(f(0x1ec))/0x6)+-parseInt(f(0x1ef))/0x7*(-parseInt(f(0x1f4))/0x8)+-parseInt(f(0x1f6))/0x9+parseInt(f(0x1f7))/0xa*(-parseInt(f(0x1fd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x5c13d));var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0x1f5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0x1f3)]()[h(0x1f8)](h(0x1fe))[h(0x1f3)]()[h(0x1fa)](a60a)['search'](h(0x1fe));});a60a();import a60e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a60i(0x1fc)]({'name':a60i(0x1ed),'usage':'maka\x20game:tetris','shortDesc':a60i(0x1f1),'validOpts':[]},async function(){var j=a60i;execSync('npx\x20simple-tetris',{'stdio':j(0x1ee)});},a60e);function a60c(){var k=['(((.+)+)+)+$','1528506vZBmFq','6EboXRy','tetris','inherit','2009413TgIpIc','489473WehMYD','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','759040qRPgfM','toString','8nDDTlj','apply','115884dnCgOK','10tHtvfP','search','1630235mqAUvd','constructor','2hVorsh','create','146212QltGSm'];a60c=function(){return k;};return a60c();}
1
+ var a62h=a62d;(function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x6e))/0x1*(parseInt(f(0x7e))/0x2)+-parseInt(f(0x75))/0x3*(parseInt(f(0x70))/0x4)+parseInt(f(0x7f))/0x5*(parseInt(f(0x7d))/0x6)+-parseInt(f(0x74))/0x7+-parseInt(f(0x6f))/0x8*(parseInt(f(0x7b))/0x9)+-parseInt(f(0x79))/0xa+parseInt(f(0x80))/0xb*(parseInt(f(0x73))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xc0f0c));var a62b=(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;};}()),a62a=a62b(this,function(){var g=a62d;return a62a[g(0x7a)]()[g(0x77)](g(0x71))[g(0x7a)]()[g(0x7c)](a62a)[g(0x77)](g(0x71));});function a62c(){var j=['toString','9999QIytkK','constructor','5659194oCWDAp','4qotoxq','5uZyFwn','3593073kjtfVN','591383uBhxyz','7992isKRHe','15436HrpYLs','(((.+)+)+)+$','tetris','192GcwYoD','6455316UdAesD','474BEngji','maka\x20game:tetris','search','inherit','15546380lPEaBV'];a62c=function(){return j;};return a62c();}a62a();import a62e from'./play.command.js';function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x6e;var f=c[d];return f;},a62d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a62h(0x72),'usage':a62h(0x76),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var i=a62h;execSync('npx\x20simple-tetris',{'stdio':i(0x78)});},a62e);
@@ -1 +1 @@
1
- const a61i=a61d;(function(a,b){const f=a61d,c=a();while(!![]){try{const d=parseInt(f(0x147))/0x1*(parseInt(f(0x141))/0x2)+parseInt(f(0x12e))/0x3*(-parseInt(f(0x136))/0x4)+parseInt(f(0x139))/0x5*(-parseInt(f(0x138))/0x6)+parseInt(f(0x12c))/0x7*(parseInt(f(0x12b))/0x8)+-parseInt(f(0x145))/0x9*(-parseInt(f(0x125))/0xa)+parseInt(f(0x146))/0xb+parseInt(f(0x130))/0xc*(parseInt(f(0x132))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xd1037));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a61d;if(c){const e=c[g(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const h=a61d;return a61a[h(0x148)]()['search'](h(0x127))[h(0x148)]()['constructor'](a61a)[h(0x131)]('(((.+)+)+)+$');});function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x125;let f=c[d];return f;},a61d(a,b);}a61a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a61e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a61i(0x12a)]({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':['dir',a61i(0x13d),'help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a61i(0x142),'description':a61i(0x133),'examples':[a61i(0x135),a61i(0x12d),a61i(0x13e),a61i(0x13b),a61i(0x13a),a61i(0x137),a61i(0x129)]},async function(a,b){const j=a61i,c=a[0x0],d=a61e[j(0x128)](c);if(!d){b[j(0x13f)]?(Log[j(0x13c)](j(0x143)),a61e[j(0x12f)]()):Log[j(0x144)](j(0x134));throw new UsageError();}await d['invoke'](a[j(0x126)](0x1),b);});function a61c(){const k=['help','apply','307514mCdjVM','Scaffold\x20various\x20parts\x20of\x20your\x20application','Generators:','error','9897399hEIBqL','1505702YmvSXY','1POzboW','toString','10ZVTexT','slice','(((.+)+)+)+$','findGenerator','maka\x20g:dbc\x20geoserver\x20--type=pgsql','create','200vIopOW','142457noFMQm','maka\x20g:scaffold\x20todos','657FmLrTw','listGenerators','12JmKKxl','search','19015685PNcsUx','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','Could\x20not\x20find\x20generator','maka\x20generate:scaffold\x20todos','30652lyeQBC','maka\x20g:api\x20trucks','190974nIXJEz','130KZNKjR','maka\x20g:route\x20todos/edit','maka\x20g:package\x20package:name','notice','where','maka\x20g:template\x20todos/todo_item'];a61c=function(){return k;};return a61c();}
1
+ const a63h=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=parseInt(f(0x1b3))/0x1*(parseInt(f(0x1c1))/0x2)+parseInt(f(0x1c3))/0x3+parseInt(f(0x1c5))/0x4*(parseInt(f(0x1c2))/0x5)+parseInt(f(0x1ce))/0x6*(-parseInt(f(0x1c6))/0x7)+-parseInt(f(0x1c0))/0x8*(-parseInt(f(0x1bf))/0x9)+parseInt(f(0x1c4))/0xa+-parseInt(f(0x1bc))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xcb4c7));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const g=a63d;return a63a['toString']()[g(0x1b7)](g(0x1c8))['toString']()[g(0x1b6)](a63a)['search'](g(0x1c8));});a63a();function a63c(){const j=['maka\x20g:package\x20package:name','Scaffold\x20various\x20parts\x20of\x20your\x20application','constructor','search','where','invoke','maka\x20g:route\x20todos/edit','listGenerators','33204347CFwsVD','help','create','8496UczMZq','3008ArOwkN','1228jrIEqi','3846220htkZgH','4224561DaCAkZ','15696710gkgjCP','8dGEBgf','8992452keOAOl','maka\x20g:api\x20trucks','(((.+)+)+)+$','notice','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:template\x20todos/todo_item','slice','Generators:','6DYAnkm','maka\x20g:scaffold\x20todos','error','findGenerator','Could\x20not\x20find\x20generator','431Alzqug'];a63c=function(){return j;};return a63c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a63e from'../generators/maka.gen.js';import{UsageError}from'../error.js';function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1af;let f=c[d];return f;},a63d(a,b);}Command[a63h(0x1be)]({'name':'generate','aliases':['g'],'usage':a63h(0x1ca),'validOpts':['dir',a63h(0x1b8),a63h(0x1bd)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a63h(0x1b5),'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',a63h(0x1af),a63h(0x1cb),a63h(0x1b4),a63h(0x1ba),a63h(0x1c7),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const i=a63h,c=a[0x0],d=a63e[i(0x1b1)](c);if(!d){b[i(0x1bd)]?(Log[i(0x1c9)](i(0x1cd)),a63e[i(0x1bb)]()):Log[i(0x1b0)](i(0x1b2));throw new UsageError();}await d[i(0x1b9)](a[i(0x1cc)](0x1),b);});
@@ -1 +1 @@
1
- function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1c7;var f=c[d];return f;},a62d(a,b);}(function(a,b){var f=a62d,c=a();while(!![]){try{var d=parseInt(f(0x1c7))/0x1*(-parseInt(f(0x1d4))/0x2)+-parseInt(f(0x1ca))/0x3*(parseInt(f(0x1d5))/0x4)+parseInt(f(0x1d1))/0x5+-parseInt(f(0x1d0))/0x6+-parseInt(f(0x1cc))/0x7*(parseInt(f(0x1ce))/0x8)+parseInt(f(0x1c8))/0x9*(-parseInt(f(0x1d2))/0xa)+parseInt(f(0x1cb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x6c2cd));var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x1cd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x1d3)]()[h(0x1cf)](h(0x1d6))['toString']()[h(0x1c9)](a62a)[h(0x1cf)](h(0x1d6));});a62a();import'./get.command.js';import'./global.sub.cmd.js';function a62c(){var i=['(((.+)+)+)+$','368dXQAXk','2646963lzqEtP','constructor','23307HmJSin','14008753ijRCeC','119sQhFvj','apply','26704XRkEVn','search','3326100QakqPo','3216855qNTZMo','10odULei','toString','1148ZagELJ','184rijuaO'];a62c=function(){return i;};return a62c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x1e6))/0x1+parseInt(f(0x1f5))/0x2*(parseInt(f(0x1f2))/0x3)+-parseInt(f(0x1ea))/0x4*(parseInt(f(0x1e8))/0x5)+parseInt(f(0x1f0))/0x6+parseInt(f(0x1ed))/0x7*(-parseInt(f(0x1e7))/0x8)+parseInt(f(0x1ef))/0x9*(-parseInt(f(0x1eb))/0xa)+parseInt(f(0x1f1))/0xb*(parseInt(f(0x1f4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xbbe48));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1e9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x1ee)]()[h(0x1ec)](h(0x1f3))[h(0x1ee)]()[h(0x1e5)](a64a)[h(0x1ec)](h(0x1f3));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x1e5;var f=c[d];return f;},a64d(a,b);}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a64c(){var i=['8ZYmOUN','20785LXnmrT','apply','464mKyRiw','6623870WtgSwA','search','9268672qIBlzm','toString','9HLsiIX','5669472PRdDfw','5628755HpTBUD','509298wBnWwh','(((.+)+)+)+$','24CAqLpa','14hUjZhg','constructor','81619HlEIUi'];a64c=function(){return i;};return a64c();}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a63h=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=-parseInt(f(0x185))/0x1*(parseInt(f(0x184))/0x2)+-parseInt(f(0x183))/0x3*(-parseInt(f(0x180))/0x4)+parseInt(f(0x192))/0x5*(parseInt(f(0x188))/0x6)+-parseInt(f(0x17f))/0x7*(parseInt(f(0x193))/0x8)+-parseInt(f(0x194))/0x9*(-parseInt(f(0x197))/0xa)+-parseInt(f(0x187))/0xb*(-parseInt(f(0x18c))/0xc)+parseInt(f(0x191))/0xd*(-parseInt(f(0x186))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x6cdbe));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const g=a63d;return a63a[g(0x18b)]()['search'](g(0x18f))[g(0x18b)]()[g(0x18d)](a63a)[g(0x18e)](g(0x18f));});a63a();import{Command}from'../../command.js';function a63c(){const j=['2246TQyVdR','263IGWwlk','2022468NZSMaU','141119SfGSSL','998874uhPuej','get','error','toString','60BSkEzz','constructor','search','(((.+)+)+)+$','findSubCommand','26LazHtt','5skIuXc','38952kmXdBN','5535DERLtq','Get\x20various\x20Maka\x20variables\x20and\x20configurations','create','13020trkRoD','Sub-Command\x20not\x20found','966XrCeKN','2682908GBEVGc','runSubCommand','maka\x20get:<sub-command>','3djIAvI'];a63c=function(){return j;};return a63c();}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a63h(0x196)]({'name':a63h(0x189),'usage':a63h(0x182),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a63h(0x195),'validOpts':[]},async function(a,b){const i=a63h,c=a[0x0],d=this[i(0x190)](c);if(d)this[i(0x181)](c,a,b);else{Log[i(0x18a)](i(0x198));throw new UsageErrorWithSubs();}});function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x17f;let f=c[d];return f;},a63d(a,b);}export default GetCommand;
1
+ const a65h=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=parseInt(f(0xc9))/0x1*(-parseInt(f(0xbf))/0x2)+parseInt(f(0xc5))/0x3*(parseInt(f(0xc6))/0x4)+-parseInt(f(0xbd))/0x5*(-parseInt(f(0xd1))/0x6)+-parseInt(f(0xd0))/0x7*(-parseInt(f(0xc8))/0x8)+-parseInt(f(0xc1))/0x9*(parseInt(f(0xbb))/0xa)+-parseInt(f(0xc2))/0xb*(parseInt(f(0xcb))/0xc)+-parseInt(f(0xba))/0xd*(parseInt(f(0xcf))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x997de));function a65c(){const j=['error','3904788Mjtica','constructor','(((.+)+)+)+$','search','2174270oOuuXo','63LLJkXz','12sriszu','52ICZNCz','17370KGBgpE','toString','1043830zlocae','Sub-Command\x20not\x20found','5996NipDLZ','runSubCommand','423hAdInt','11ewZAku','findSubCommand','get','6bRbaSC','2484172YHopDP','create','845072fzYTvb','318AdnMIr'];a65c=function(){return j;};return a65c();}const a65b=(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;};}()),a65a=a65b(this,function(){const g=a65d;return a65a[g(0xbc)]()[g(0xce)](g(0xcd))[g(0xbc)]()[g(0xcc)](a65a)[g(0xce)]('(((.+)+)+)+$');});a65a();function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xba;let f=c[d];return f;},a65d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a65h(0xc7)]({'name':a65h(0xc4),'usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const i=a65h,c=a[0x0],d=this[i(0xc3)](c);if(d)this[i(0xc0)](c,a,b);else{Log[i(0xca)](i(0xbe));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a64i=a64d;function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x189;let f=c[d];return f;},a64d(a,b);}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0x18a))/0x1+-parseInt(f(0x190))/0x2+-parseInt(f(0x18f))/0x3+parseInt(f(0x18b))/0x4+parseInt(f(0x19b))/0x5+parseInt(f(0x191))/0x6*(-parseInt(f(0x193))/0x7)+-parseInt(f(0x196))/0x8*(parseInt(f(0x199))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x89215));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x18c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a[h(0x192)]()[h(0x197)]('(((.+)+)+)+$')[h(0x192)]()[h(0x18d)](a64a)[h(0x197)]('(((.+)+)+)+$');});a64a();import a64e from'./get.command.js';import{Command}from'../../command.js';function a64c(){const k=['error','656736AsMiRE','1103474AKIWXp','1698aZLAQd','toString','14448kyQWCu','getGlobalConfig','log','48hrnybH','search','exit','80694MRUbYU','maka\x20get:global-config','685900jvgYJd','global-config','985171riIpcW','3391564FTVojg','apply','constructor'];a64c=function(){return k;};return a64c();}Command['create']({'name':a64i(0x189),'usage':a64i(0x19a),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a64i;try{const a=await this['fsi'][j(0x194)]();console[j(0x195)](a);}catch(b){console[j(0x18e)](b),process[j(0x198)](0x0);}},a64e);
1
+ const a66i=a66d;function a66c(){const k=['Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','126iVFlhH','search','(((.+)+)+)+$','7NSulKE','create','1579105zpBsSi','581390rKgPXt','fsi','1329201SDyIrd','apply','750vLhxVw','95416ETESMQ','log','26qHSYrs','exit','4HLFPjo','toString','maka\x20get:global-config','1707924uoAdvv','error','77hBEkaD','141798dStiDS','1115lUtinx','constructor'];a66c=function(){return k;};return a66c();}(function(a,b){const f=a66d,c=a();while(!![]){try{const d=parseInt(f(0xaf))/0x1*(parseInt(f(0xa3))/0x2)+parseInt(f(0xa1))/0x3*(-parseInt(f(0xa8))/0x4)+parseInt(f(0xb7))/0x5+-parseInt(f(0xae))/0x6*(parseInt(f(0xb5))/0x7)+-parseInt(f(0xa4))/0x8*(parseInt(f(0xb2))/0x9)+parseInt(f(0xb8))/0xa*(parseInt(f(0xad))/0xb)+-parseInt(f(0xab))/0xc*(parseInt(f(0xa6))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x3657b));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a66d;if(c){const e=c[g(0xa2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const h=a66d;return a66a['toString']()['search'](h(0xb4))[h(0xa9)]()[h(0xb0)](a66a)[h(0xb3)](h(0xb4));});function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xa0;let f=c[d];return f;},a66d(a,b);}a66a();import a66e from'./get.command.js';import{Command}from'../../command.js';Command[a66i(0xb6)]({'name':'global-config','usage':a66i(0xaa),'aliases':['gc'],'shortDesc':a66i(0xb1),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a66i;try{const a=await this[j(0xa0)]['getGlobalConfig']();console[j(0xa5)](a);}catch(b){console[j(0xac)](b),process[j(0xa7)](0x0);}},a66e);
@@ -1 +1 @@
1
- const a65i=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=-parseInt(f(0x159))/0x1*(-parseInt(f(0x160))/0x2)+parseInt(f(0x153))/0x3+parseInt(f(0x15d))/0x4*(parseInt(f(0x156))/0x5)+parseInt(f(0x157))/0x6+parseInt(f(0x150))/0x7+-parseInt(f(0x154))/0x8+-parseInt(f(0x15b))/0x9*(parseInt(f(0x15c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x37551));const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a65d;if(c){const e=c[g(0x15f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const h=a65d;return a65a[h(0x161)]()[h(0x14d)](h(0x14e))[h(0x161)]()[h(0x14c)](a65a)['search']('(((.+)+)+)+$');});a65a();function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x14c;let f=c[d];return f;},a65d(a,b);}import a65e from'./get.command.js';function a65c(){const k=['search','(((.+)+)+)+$','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','774193ohZEbv','log','fsi','814116WkXfhG','1752768whNWlg','getProjectConfig','6295LrnPau','2475138GAIbMO','maka\x20get:local-config','5nNFxqF','create','2691369VyfBgm','20PtezFW','280pwNjzw','local-config','apply','64478IRGIpt','toString','constructor'];a65c=function(){return k;};return a65c();}import{Command}from'../../command.js';Command[a65i(0x15a)]({'name':a65i(0x15e),'usage':a65i(0x158),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a65i(0x14f),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a65i,a=await this[j(0x152)][j(0x155)]();console[j(0x151)](a);},a65e);
1
+ const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=parseInt(f(0x1c3))/0x1+-parseInt(f(0x1c6))/0x2*(parseInt(f(0x1b5))/0x3)+parseInt(f(0x1c0))/0x4+parseInt(f(0x1b6))/0x5*(-parseInt(f(0x1b9))/0x6)+parseInt(f(0x1c5))/0x7*(-parseInt(f(0x1c2))/0x8)+parseInt(f(0x1b8))/0x9*(-parseInt(f(0x1b7))/0xa)+parseInt(f(0x1b4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xf1093));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1b2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x1c1)]()[h(0x1bd)](h(0x1b3))[h(0x1c1)]()['constructor'](a67a)['search'](h(0x1b3));});a67a();import a67e from'./get.command.js';import{Command}from'../../command.js';Command[a67i(0x1be)]({'name':a67i(0x1bc),'usage':a67i(0x1ba),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a67i(0x1bb),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a67i,a=await this[j(0x1c4)]['getProjectConfig']();console[j(0x1bf)](a);},a67e);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 a67c(){const k=['fsi','14bJGHym','1193734VOBbxX','apply','(((.+)+)+)+$','28925028uXYooH','9ufRaXz','5ObtzZs','1510ERGHKL','63252ETurXv','2443146IGGzjc','maka\x20get:local-config','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','local-config','search','create','log','4407164yxDTiY','toString','5452864wizJoe','1878180YIQuhs'];a67c=function(){return k;};return a67c();}
@@ -1 +1 @@
1
- const a66j=a66d;(function(a,b){const g=a66d,c=a();while(!![]){try{const d=-parseInt(g(0x188))/0x1+-parseInt(g(0x197))/0x2*(parseInt(g(0x17e))/0x3)+parseInt(g(0x18d))/0x4*(-parseInt(g(0x18c))/0x5)+parseInt(g(0x18e))/0x6*(parseInt(g(0x184))/0x7)+parseInt(g(0x181))/0x8+-parseInt(g(0x186))/0x9+parseInt(g(0x17c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x29ddf));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a66d;if(c){const e=c[h(0x194)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x196)]()[i(0x183)](i(0x189))[i(0x196)]()[i(0x195)](a66a)[i(0x183)](i(0x189));});function a66c(){const l=['notice','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','hash','apply','constructor','toString','482jRiRqf','user','3587640FbJAXa','create','447RGdflb','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20','1227472CtCUvF','maka\x20get:whoami','search','154CESxIP','getGlobalConfig','1955016EollTV','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','221336JJTsiv','(((.+)+)+)+$','roles','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','10RHgdEP','181768Nfymhf','61266TUQZgu','fsi','token'];a66c=function(){return l;};return a66c();}a66a();import a66e from'./get.command.js';import{Command}from'../../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x17c;let f=c[d];return f;},a66d(a,b);}import{Log}from'../../tools/log/log.class.js';import a66f from'jsonwebtoken';Command[a66j(0x17d)]({'name':'whoami','usage':a66j(0x182),'shortDesc':a66j(0x18b),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a66j;try{const a=await this[k(0x18f)][k(0x185)]();if(a['hash']){const b=a66f['decode'](a[k(0x193)]);Log[k(0x191)](k(0x192)+b?.[k(0x198)]),Log[k(0x191)](k(0x187)+a['token']?.['userId']),Log[k(0x191)](k(0x180)+a[k(0x190)]?.['authToken']),Log[k(0x191)](k(0x17f)+b?.[k(0x18a)]['join'](',\x20'));}}catch(c){console['error'](c),process['exit'](0x0);}},a66e);
1
+ const a68j=a68d;function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x119;let f=c[d];return f;},a68d(a,b);}(function(a,b){const g=a68d,c=a();while(!![]){try{const d=parseInt(g(0x121))/0x1+-parseInt(g(0x123))/0x2+parseInt(g(0x12b))/0x3*(parseInt(g(0x133))/0x4)+-parseInt(g(0x11a))/0x5+parseInt(g(0x131))/0x6+parseInt(g(0x12c))/0x7+parseInt(g(0x119))/0x8*(-parseInt(g(0x11b))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x42464));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a68d;if(c){const e=c[h(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const i=a68d;return a68a[i(0x125)]()[i(0x126)]('(((.+)+)+)+$')['toString']()[i(0x122)](a68a)['search'](i(0x128));});a68a();import a68e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a68f from'jsonwebtoken';function a68c(){const l=['User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','1317912kvTGdY','create','66724QzMfPh','whoami','maka\x20get:whoami','hash','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','8tXFhcp','100040SBTKUn','4283001BSuija','User\x20Access\x20Token:\x20\x20','notice','exit','getGlobalConfig','user','419921JdTINX','constructor','883622TASzNz','fsi','toString','search','apply','(((.+)+)+)+$','roles','decode','93OsceKM','367388LdBDGQ','authToken','join'];a68c=function(){return l;};return a68c();}Command[a68j(0x132)]({'name':a68j(0x134),'usage':a68j(0x135),'shortDesc':a68j(0x138),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a68j;try{const a=await this[k(0x124)][k(0x11f)]();if(a[k(0x136)]){const b=a68f[k(0x12a)](a[k(0x136)]);Log[k(0x11d)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x120)]),Log[k(0x11d)](k(0x12f)+a['token']?.[k(0x130)]),Log[k(0x11d)](k(0x11c)+a['token']?.[k(0x12d)]),Log[k(0x11d)](k(0x137)+b?.[k(0x129)][k(0x12e)](',\x20'));}}catch(c){console['error'](c),process[k(0x11e)](0x0);}},a68e);
@@ -1 +1 @@
1
- function a67d(a,b){var c=a67c();return a67d=function(d,e){d=d-0x1c5;var f=c[d];return f;},a67d(a,b);}function a67c(){var i=['5209263yeOUfX','2615mrMuoT','264252AsGqFs','1434EXcjlh','664DwyBhd','help','2637680IWfgvy','Deprecated:\x20use\x20--help\x20instead','1460466iulcQV','628854yyitlq','4377ASYbJn','search','constructor','toString','Try,\x20maka\x20--help','create'];a67c=function(){return i;};return a67c();}var a67h=a67d;(function(a,b){var f=a67d,c=a();while(!![]){try{var d=-parseInt(f(0x1cf))/0x1+-parseInt(f(0x1c6))/0x2+parseInt(f(0x1c7))/0x3*(-parseInt(f(0x1d1))/0x4)+parseInt(f(0x1ce))/0x5*(-parseInt(f(0x1d0))/0x6)+parseInt(f(0x1c5))/0x7+parseInt(f(0x1d3))/0x8+parseInt(f(0x1cd))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x29d15));var a67b=(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;};}()),a67a=a67b(this,function(){var g=a67d;return a67a[g(0x1ca)]()[g(0x1c8)]('(((.+)+)+)+$')[g(0x1ca)]()[g(0x1c9)](a67a)[g(0x1c8)]('(((.+)+)+)+$');});a67a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a67h(0x1cc)]({'name':a67h(0x1d2),'description':a67h(0x1cb),'aliases':['h'],'validOpts':[],'shortDesc':a67h(0x1d4)},async function(){throw new UsageError();});
1
+ function a69c(){var i=['2293776wPEUJC','Try,\x20maka\x20--help','27986aWDODi','1007100Ehyppf','276565AXVmvO','2BZlTpY','constructor','search','32xIqDQi','318831ruslGO','237554hNTJgb','538497QqNnbv','4rtlCww','create','toString'];a69c=function(){return i;};return a69c();}var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x153))/0x1+parseInt(f(0x15d))/0x2*(parseInt(f(0x152))/0x3)+-parseInt(f(0x155))/0x4*(-parseInt(f(0x15c))/0x5)+-parseInt(f(0x158))/0x6+-parseInt(f(0x15a))/0x7*(-parseInt(f(0x160))/0x8)+parseInt(f(0x154))/0x9+parseInt(f(0x15b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x2f367));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x152;var f=c[d];return f;},a69d(a,b);}var a69b=(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;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0x157)]()[g(0x15f)]('(((.+)+)+)+$')[g(0x157)]()[g(0x15e)](a69a)[g(0x15f)]('(((.+)+)+)+$');});a69a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a69h(0x156)]({'name':'help','description':a69h(0x159),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- function a68c(){const o=['pathFromProject','app/public','4586700JiZfJV','apply','logError','app/private','toString','writeFileSync','join','search','12ZMSByy','config','\x20-d\x20','constructor','jsdoc-config.json','docs','3178805LmOYpC','8338484MSdNeB','\x20-r\x20app','stringify','stop','fsi','jsdoc','\x20-c\x20','21177016GedXCN','4625088YKFumS','maka\x20jsdoc\x20--init','inherit','logNotice','819000gWdYKB','maka\x20jsdoc','sep','18HCDvQF','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','.+\x5c.(j|t)s(doc|x)?$','(((.+)+)+)+$','app/packages','513802GDsSZA','logWithSpinner'];a68c=function(){return o;};return a68c();}const a68m=a68d;(function(a,b){const j=a68d,c=a();while(!![]){try{const d=-parseInt(j(0x17f))/0x1+parseInt(j(0x160))/0x2*(-parseInt(j(0x16c))/0x3)+-parseInt(j(0x17b))/0x4+parseInt(j(0x172))/0x5+-parseInt(j(0x164))/0x6+-parseInt(j(0x173))/0x7+parseInt(j(0x17a))/0x8*(parseInt(j(0x182))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xed2d5));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a68d;if(c){const e=c[k(0x165)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const l=a68d;return a68a[l(0x168)]()[l(0x16b)]('(((.+)+)+)+$')[l(0x168)]()[l(0x16f)](a68a)[l(0x16b)](l(0x15e));});a68a();function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x15c;let f=c[d];return f;},a68d(a,b);}import a68e from'path';import a68f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':'jsdoc','usage':a68m(0x180),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a68m(0x17c),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a68m,a=a68e[n(0x16a)](this[n(0x177)][n(0x162)]({}),n(0x171)+a68e[n(0x181)]),b=a68e[n(0x16a)](this[n(0x177)][n(0x162)]({}),n(0x16d),n(0x170)),c=this[n(0x177)][n(0x162)]({}),d=n(0x178);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x178),'closure']},'source':{'includePattern':n(0x15d),'excludePattern':n(0x15c),'exclude':[n(0x15f),'app/node_modules',n(0x163),n(0x167)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a68f[n(0x169)](b,JSON[n(0x175)](g,null,0x4));}const f=this[n(0x161)]('Running\x20'+d);try{const h=d+n(0x179)+b+n(0x174)+a68e['sep']+n(0x16e)+a;execSync(h,{'cwd':c,'stdio':n(0x17d)}),this[n(0x17e)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0x166)](i),this[n(0x166)](n(0x183));}finally{f[n(0x176)]();}});
1
+ const a70l=a70d;(function(a,b){const j=a70d,c=a();while(!![]){try{const d=-parseInt(j(0x100))/0x1+-parseInt(j(0xf2))/0x2*(-parseInt(j(0xec))/0x3)+-parseInt(j(0xe6))/0x4+-parseInt(j(0x105))/0x5*(-parseInt(j(0xe7))/0x6)+parseInt(j(0xe5))/0x7+parseInt(j(0xe9))/0x8+-parseInt(j(0xfa))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xdb20b));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xe4;let f=c[d];return f;},a70d(a,b);}const a70b=(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;};}()),a70a=a70b(this,function(){const k=a70d;return a70a[k(0xed)]()[k(0xe4)]('(((.+)+)+)+$')[k(0xed)]()[k(0xf3)](a70a)['search'](k(0xf8));});a70a();import a70e from'path';function a70c(){const n=['pathFromProject','inherit','\x20-c\x20','(((.+)+)+)+$','app/packages','4040856qHSoCR','app/public','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','.+\x5c.(j|t)s(doc|x)?$','logNotice','config','1792260ikjebY','Running\x20','maka\x20jsdoc','stop','sep','5OGzAGR','plugins/markdown','logError','jsdoc','search','10161907kDmmOi','4279620sSZvhV','7387266UMPDLD','utf-8','2045656EjzKaK','fsi','app/node_modules','3EgIiBS','toString','join','app/private','maka\x20jsdoc\x20--init','jsdoc-config.json','2540154cvvfDJ','constructor','stringify'];a70c=function(){return n;};return a70c();}import a70f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a70l(0x108),'usage':a70l(0x102),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a70l(0xf0),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a70l,a=a70e[m(0xee)](this[m(0xea)][m(0xf5)]({}),'docs'+a70e['sep']),b=a70e[m(0xee)](this[m(0xea)][m(0xf5)]({}),m(0xff),m(0xf1)),c=this[m(0xea)]['pathFromProject']({}),d='jsdoc';if(!this['isFile'](b)){const g={'plugins':[m(0x106)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x108),'closure']},'source':{'includePattern':m(0xfd),'excludePattern':m(0xfc),'exclude':[m(0xf9),m(0xeb),m(0xfb),m(0xef)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xe8)}};a70f['writeFileSync'](b,JSON[m(0xf4)](g,null,0x4));}const f=this['logWithSpinner'](m(0x101)+d);try{const h=d+m(0xf7)+b+'\x20-r\x20app'+a70e[m(0x104)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':m(0xf6)}),this[m(0xfe)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[m(0x107)](i),this[m(0x107)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[m(0x103)]();}});
@@ -1 +1 @@
1
- const a69s=a69d;(function(a,b){const p=a69d,c=a();while(!![]){try{const d=-parseInt(p(0x138))/0x1*(-parseInt(p(0x11f))/0x2)+-parseInt(p(0x131))/0x3+parseInt(p(0x13b))/0x4+parseInt(p(0x139))/0x5*(-parseInt(p(0x126))/0x6)+-parseInt(p(0x136))/0x7*(-parseInt(p(0x123))/0x8)+parseInt(p(0x125))/0x9*(parseInt(p(0x129))/0xa)+-parseInt(p(0x140))/0xb*(-parseInt(p(0x137))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xd2c06));function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x11b;let f=c[d];return f;},a69d(a,b);}const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a69d;if(c){const e=c[q(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const r=a69d;return a69a[r(0x142)]()[r(0x127)]('(((.+)+)+)+$')['toString']()['constructor'](a69a)[r(0x127)]('(((.+)+)+)+$');});a69a();import a69e from'path';import{ESLint}from'eslint';function a69c(){const u=['25EAKChS','imports','3175080Dhfaug','eslint-plugin-react','lint','fsi','maka\x20lint','22mBTDMJ','push','toString','/imports','template','Lint\x20results\x20for\x20','length','create','service','26jgCAlk','fix','apply','format','112ujbHkc','isFile','846wzJXIx','1145046LmVCwu','search','checkNpmPackage','35100GgexQg','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','eslint-plugin-css','eslint','lintFiles','join','installNpmPackage','maka\x20lint\x20--fix','1361064ZfLzXN','\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','notice','.eslintrc.json','error','117761YiIKaK','5341836ERWFJQ','1661WvIVkX'];a69c=function(){return u;};return a69c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a69s(0x11d)]({'name':a69s(0x13d),'usage':a69s(0x13f),'maxArgLength':0x1,'validOpts':[a69s(0x120)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a69s(0x132),'examples':[a69s(0x130)]},async function(a,b){const t=a69s;try{const c=this[t(0x13e)]['findAppDirectory'](),d=this[t(0x13e)]['checkNpmPackage'](t(0x12c)),f=this[t(0x13e)][t(0x128)](t(0x13c)),g=this['fsi'][t(0x128)](t(0x12b)),h=[];!d&&h[t(0x141)](t(0x12c));!f&&h[t(0x141)](t(0x13c));!g&&h['push']('eslint-plugin-css');h[t(0x11c)]>0x0&&await this[t(0x13e)][t(0x12f)](h['join']('\x20'),{'dev':!![]});const i=this[t(0x13e)][t(0x124)](a69e[t(0x12e)](c,t(0x134)));if(!i){const n={'noRename':!![]};await this[t(0x13e)][t(0x144)]({'srcPath':'eslint/eslintrc.json','destPath':a69e[t(0x12e)](c,t(0x134)),'framework':t(0x11e),'context':n});}const j=new ESLint(),k=await j[t(0x12d)]([a69e['join'](c,t(0x13a),'**')]),l=await j['loadFormatter']('stylish'),m=l[t(0x122)](k);m[t(0x11c)]>0x0?Log['bright'](m):Log['success']('All\x20good!\x20:)'),Log['notice'](t(0x11b)+c+t(0x143)),b[t(0x120)]?await ESLint['outputFixes'](k):Log[t(0x133)](t(0x12a));}catch(o){console[t(0x135)](o);}});
1
+ const a71s=a71d;function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xc5;let f=c[d];return f;},a71d(a,b);}(function(a,b){const p=a71d,c=a();while(!![]){try{const d=-parseInt(p(0xcb))/0x1+-parseInt(p(0xeb))/0x2*(-parseInt(p(0xe8))/0x3)+parseInt(p(0xe4))/0x4+parseInt(p(0xda))/0x5+-parseInt(p(0xd1))/0x6+-parseInt(p(0xd0))/0x7+parseInt(p(0xd2))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x7f70d));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a71d;if(c){const e=c[q(0xe7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const r=a71d;return a71a[r(0xcc)]()[r(0xc9)](r(0xdd))[r(0xcc)]()[r(0xcd)](a71a)[r(0xc9)]('(((.+)+)+)+$');});a71a();import a71e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a71s(0xe5)]({'name':'lint','usage':a71s(0xe3),'maxArgLength':0x1,'validOpts':[a71s(0xdc)],'mustBeInMakaProject':!![],'shortDesc':a71s(0xd5),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a71s(0xc7)]},async function(a,b){const t=a71s;try{const c=this[t(0xea)]['findAppDirectory'](),d=this[t(0xea)]['checkNpmPackage'](t(0xdf)),f=this[t(0xea)][t(0xc5)](t(0xe0)),g=this[t(0xea)]['checkNpmPackage'](t(0xd6)),h=[];!d&&h['push']('eslint');!f&&h['push']('eslint-plugin-react');!g&&h[t(0xc8)](t(0xd6));h['length']>0x0&&await this[t(0xea)][t(0xd4)](h['join']('\x20'),{'dev':!![]});const i=this[t(0xea)][t(0xcf)](a71e[t(0xd3)](c,t(0xca)));if(!i){const n={'noRename':!![]};await this[t(0xea)]['template']({'srcPath':t(0xce),'destPath':a71e[t(0xd3)](c,t(0xca)),'framework':t(0xd7),'context':n});}const j=new ESLint(),k=await j[t(0xd8)]([a71e['join'](c,'imports','**')]),l=await j[t(0xc6)]('stylish'),m=l[t(0xec)](k);m[t(0xe6)]>0x0?Log['bright'](m):Log[t(0xde)](t(0xe1)),Log[t(0xe2)](t(0xd9)+c+'/imports'),b[t(0xdc)]?await ESLint['outputFixes'](k):Log[t(0xe2)](t(0xdb));}catch(o){console[t(0xe9)](o);}});function a71c(){const u=['installNpmPackage','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','eslint-plugin-css','service','lintFiles','Lint\x20results\x20for\x20','2446955LksTqR','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','fix','(((.+)+)+)+$','success','eslint','eslint-plugin-react','All\x20good!\x20:)','notice','maka\x20lint','2338564pUStdj','create','length','apply','156ZMcKoQ','error','fsi','19904jYUTfu','format','checkNpmPackage','loadFormatter','maka\x20lint\x20--fix','push','search','.eslintrc.json','369031NtLxBu','toString','constructor','eslint/eslintrc.json','isFile','6678931OutJeR','4378404VfJiqX','7866872YpHnYA','join'];a71c=function(){return u;};return a71c();}