@maka/maka-cli 4.12.3 → 4.12.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/bundle/obf/package.json +1 -16
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -0
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -0
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -0
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/collection.js +1 -1
  109. package/bundle/obf/src/generators/component.js +1 -1
  110. package/bundle/obf/src/generators/config.js +1 -1
  111. package/bundle/obf/src/generators/dbc.js +1 -1
  112. package/bundle/obf/src/generators/dockerfile.js +1 -1
  113. package/bundle/obf/src/generators/hook.js +1 -1
  114. package/bundle/obf/src/generators/kits/_index.js +1 -1
  115. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  116. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  117. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  118. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  119. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/kit.js +1 -1
  123. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  127. package/bundle/obf/src/generators/layout.js +1 -1
  128. package/bundle/obf/src/generators/maka.gen.js +1 -1
  129. package/bundle/obf/src/generators/methods.js +1 -1
  130. package/bundle/obf/src/generators/package.js +1 -1
  131. package/bundle/obf/src/generators/page.js +1 -1
  132. package/bundle/obf/src/generators/publish.js +1 -1
  133. package/bundle/obf/src/generators/route.js +1 -1
  134. package/bundle/obf/src/generators/service.js +1 -1
  135. package/bundle/obf/src/generators/services/_index.js +1 -1
  136. package/bundle/obf/src/generators/services/openssl.js +1 -1
  137. package/bundle/obf/src/generators/services/translation.js +1 -1
  138. package/bundle/obf/src/maka.js +1 -1
  139. package/bundle/obf/src/tool.js +1 -1
  140. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  141. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  142. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  143. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  144. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  145. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  146. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/https/https.class.js +1 -1
  148. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  149. package/bundle/obf/src/tools/log/log.class.js +1 -1
  150. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/options/options.class.js +1 -1
  152. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  153. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  154. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  156. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  158. package/package.json +1 -16
@@ -1 +1 @@
1
- var a55j=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x1f5))/0x1+parseInt(f(0x20e))/0x2+parseInt(f(0x1f4))/0x3+parseInt(f(0x21f))/0x4+parseInt(f(0x213))/0x5*(-parseInt(f(0x1f2))/0x6)+parseInt(f(0x1f6))/0x7*(parseInt(f(0x200))/0x8)+-parseInt(f(0x21c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x70313));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x201)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x211)]()[h(0x1f9)](h(0x202))[h(0x211)]()[h(0x208)](a55a)[h(0x1f9)](h(0x202));});a55a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a55d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[i(0x226)],'shape':Shape[i(0x21b)],'color':Color['Yellow'],'texture':Texture[i(0x225)],'rating':Rating['Common'],'weight':0x1});}[a55j(0x21e)](){var k=a55j;return this[k(0x21a)];}}export class Sword extends Item{constructor(a,b){var l=a55j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[l(0x206)],'shape':Shape[l(0x207)],'color':Color[l(0x203)],'texture':Texture['Metallic'],'rating':Rating[l(0x20c)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a55j;super({'name':a,'description':b,'size':Size['Large'],'category':Category['Weapon'],'shape':Shape[m(0x205)],'color':Color['Brown'],'texture':Texture[m(0x1ff)],'rating':Rating[m(0x1f3)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a55j;super({'name':a,'description':b,'size':Size[n(0x1fa)],'category':Category[n(0x218)],'shape':Shape[n(0x20a)],'color':Color[n(0x203)],'texture':Texture[n(0x1ff)],'rating':Rating[n(0x20c)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a55j;super({'name':a,'description':b,'size':Size['Large'],'category':Category[o(0x214)],'shape':Shape[o(0x21b)],'color':Color['Grey'],'texture':Texture[o(0x1ff)],'rating':Rating[o(0x20c)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a55j;super({'name':a,'description':b,'size':Size[p(0x1fa)],'category':Category[p(0x223)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[p(0x20c)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a55j;super({'name':a,'description':b,'size':Size[q(0x1fa)],'category':Category[q(0x1f0)],'shape':Shape[q(0x20a)],'color':Color['Brown'],'texture':Texture[q(0x225)],'rating':Rating[q(0x20c)],'weight':0x2});}}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1f0;var f=c[d];return f;},a55d(a,b);}export class Gloves extends Item{constructor(a,b){var r=a55j;super({'name':a,'description':b,'size':Size[r(0x1fe)],'category':Category[r(0x20d)],'shape':Shape[r(0x20a)],'color':Color[r(0x1f8)],'texture':Texture['Smooth'],'rating':Rating[r(0x20c)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a55j;super({'name':a,'description':b,'size':Size[s(0x1fa)],'category':Category[s(0x21d)],'shape':Shape[s(0x21b)],'color':Color[s(0x203)],'texture':Texture[s(0x1ff)],'rating':Rating[s(0x20c)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a55j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0x224)],'shape':Shape['Rectangle'],'color':Color[t(0x204)],'texture':Texture[t(0x225)],'rating':Rating['Common'],'weight':0x0});}[a55j(0x21e)](){var u=a55j;return u(0x216);}}export class Weapon extends Item{constructor(a,b){var v=a55j;super({'name':a,'description':b,'size':Size[v(0x1fa)],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[v(0x203)],'texture':Texture[v(0x1ff)],'rating':Rating[v(0x20c)],'weight':0x3});}['use'](){var w=a55j;return w(0x222);}}function a55c(){var E=['Smooth','Unknown','Boots','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','6IcslvA','Rare','769470fujwzB','263393tNSAge','147xumjHE','Book','Brown','search','Medium','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Short\x20Sword','Small','Metallic','282248GXBGKz','apply','(((.+)+)+)+$','Grey','Yellow','Rifle','Weapon','Blade','constructor','author','Circle','A\x20mysterious\x20book.','Common','Gloves','121774ewdbhP','name','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','toString','Sniper\x20Rifle','2679190iSSrxf','BodyArmor','publishDate','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Legendary','Helmet','\x20aloft,\x20feeling\x20its\x20immense\x20power.','description','Rectangle','1363446DHlWxP','ArmArmor','use','1407944DcgyJS','Gold','You\x20hold\x20the\x20','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','LegArmor','Key'];a55c=function(){return E;};return a55c();}export class Book extends Item{['author'];[a55j(0x215)];['pageCount'];constructor(a,b=a55j(0x20b),c='Unknown\x20Author'){var x=a55j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[x(0x1f7)],'shape':Shape[x(0x21b)],'color':Color[x(0x1f8)],'texture':Texture[x(0x225)],'rating':Rating[x(0x20c)],'weight':0x1}),this[x(0x209)]=c,this[x(0x215)]=new Date(),this['pageCount']=0x64;}[a55j(0x21e)](){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 y=a55j;super({'name':y(0x1fd),'description':y(0x1fc),'size':Size[y(0x1fa)],'category':Category[y(0x206)],'shape':Shape[y(0x207)],'color':Color[y(0x203)],'texture':Texture[y(0x1ff)],'rating':Rating[y(0x20c)],'weight':0x3});}[a55j(0x21e)](){var z=a55j;return z(0x222);}}export class SniperRifle extends Item{constructor(){var A=a55j;super({'name':A(0x212),'description':A(0x1f1),'size':Size['Large'],'category':Category[A(0x206)],'shape':Shape[A(0x205)],'color':Color[A(0x1f8)],'texture':Texture[A(0x225)],'rating':Rating[A(0x20c)],'weight':0x5});}[a55j(0x21e)](){var B=a55j;return B(0x210);}}export class HolyGrail extends Item{constructor(){var C=a55j;super({'name':'Holy\x20Grail','description':C(0x1fb),'size':Size['Small'],'category':Category['Cup'],'shape':Shape['Circle'],'color':Color[C(0x220)],'texture':Texture['Metallic'],'rating':Rating[C(0x217)],'weight':0x1});}[a55j(0x21e)](){var D=a55j;return D(0x221)+this[D(0x20f)]+D(0x219);}}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x98))/0x1+-parseInt(f(0x93))/0x2*(parseInt(f(0x7d))/0x3)+parseInt(f(0xa0))/0x4*(-parseInt(f(0x95))/0x5)+parseInt(f(0x87))/0x6*(-parseInt(f(0x85))/0x7)+-parseInt(f(0x80))/0x8*(parseInt(f(0xae))/0x9)+parseInt(f(0x7f))/0xa*(-parseInt(f(0x94))/0xb)+parseInt(f(0xab))/0xc*(parseInt(f(0x8a))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xc5188));function a58c(){var D=['pageCount','toString','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Unknown','Gold','Key','Blade','24dUsygR','A\x20mysterious\x20book.','Helmet','165753wzXNwd','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Metallic','LegArmor','Rectangle','Book','Common','BodyArmor','63hhDSld','\x20aloft,\x20feeling\x20its\x20immense\x20power.','127990sYhsTr','512OquUwg','publishDate','Legendary','Sniper\x20Rifle','Grey','147Jwbpmk','Unknown\x20Author','250056hXgdsA','Weapon','Small','37689301vGOXBr','Brown','Medium','Yellow','constructor','name','author','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Smooth','124922uQcLXc','583lqPIgv','145FyUKeL','(((.+)+)+)+$','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','416525wTHQnG','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','Holy\x20Grail','search','description','Boots','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Circle','73188XoNkZv','apply','use','Large'];a58c=function(){return D;};return a58c();}var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xa1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xa5)]()[h(0x9b)](h(0x96))['toString']()[h(0x8e)](a58a)[h(0x9b)](h(0x96));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0x8c)],'category':Category[i(0xa7)],'shape':Shape['Rectangle'],'color':Color[i(0x8d)],'texture':Texture[i(0x92)],'rating':Rating['Common'],'weight':0x1});}[a58j(0xa2)](){var k=a58j;return this[k(0x9c)];}}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x8c)],'category':Category[l(0x88)],'shape':Shape[l(0xaa)],'color':Color[l(0x84)],'texture':Texture[l(0xb0)],'rating':Rating[l(0x7b)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0xa3)],'category':Category[m(0x88)],'shape':Shape['Rifle'],'color':Color['Brown'],'texture':Texture['Metallic'],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0x8c)],'category':Category[n(0xad)],'shape':Shape['Circle'],'color':Color['Grey'],'texture':Texture[n(0xb0)],'rating':Rating[n(0x7b)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size[o(0xa3)],'category':Category[o(0x7c)],'shape':Shape[o(0x79)],'color':Color[o(0x84)],'texture':Texture['Metallic'],'rating':Rating[o(0x7b)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0x78)],'shape':Shape[p(0x79)],'color':Color[p(0x84)],'texture':Texture[p(0xb0)],'rating':Rating[p(0x7b)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0x8c)],'category':Category[q(0x9d)],'shape':Shape[q(0x9f)],'color':Color['Brown'],'texture':Texture[q(0x92)],'rating':Rating[q(0x7b)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0x89)],'category':Category['Gloves'],'shape':Shape[r(0x9f)],'color':Color[r(0x8b)],'texture':Texture[r(0x92)],'rating':Rating[r(0x7b)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['ArmArmor'],'shape':Shape[s(0x79)],'color':Color[s(0x84)],'texture':Texture['Metallic'],'rating':Rating[s(0x7b)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0xa9)],'shape':Shape[t(0x79)],'color':Color[t(0x8d)],'texture':Texture[t(0x92)],'rating':Rating[t(0x7b)],'weight':0x0});}[a58j(0xa2)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x78;var f=c[d];return f;},a58d(a,b);}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size[u(0x8c)],'category':Category['Weapon'],'shape':Shape[u(0xaa)],'color':Color[u(0x84)],'texture':Texture[u(0xb0)],'rating':Rating[u(0x7b)],'weight':0x3});}['use'](){var v=a58j;return v(0x91);}}export class Book extends Item{[a58j(0x90)];[a58j(0x81)];[a58j(0xa4)];constructor(a,b=a58j(0xac),c=a58j(0x86)){var w=a58j;super({'name':a,'description':b,'size':Size[w(0x8c)],'category':Category[w(0x7a)],'shape':Shape[w(0x79)],'color':Color[w(0x8b)],'texture':Texture['Smooth'],'rating':Rating[w(0x7b)],'weight':0x1}),this[w(0x90)]=c,this[w(0x81)]=new Date(),this[w(0xa4)]=0x64;}[a58j(0xa2)](){var x=a58j;return x(0x9e);}}export class ShortSword extends Item{constructor(){var y=a58j;super({'name':'Short\x20Sword','description':y(0x99),'size':Size['Medium'],'category':Category[y(0x88)],'shape':Shape['Blade'],'color':Color[y(0x84)],'texture':Texture[y(0xb0)],'rating':Rating[y(0x7b)],'weight':0x3});}[a58j(0xa2)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var z=a58j;super({'name':z(0x83),'description':z(0x97),'size':Size[z(0xa3)],'category':Category[z(0x88)],'shape':Shape['Rifle'],'color':Color[z(0x8b)],'texture':Texture[z(0x92)],'rating':Rating['Common'],'weight':0x5});}[a58j(0xa2)](){var A=a58j;return A(0xaf);}}export class HolyGrail extends Item{constructor(){var B=a58j;super({'name':B(0x9a),'description':B(0xa6),'size':Size['Small'],'category':Category['Cup'],'shape':Shape['Circle'],'color':Color[B(0xa8)],'texture':Texture[B(0xb0)],'rating':Rating[B(0x82)],'weight':0x1});}['use'](){var C=a58j;return'You\x20hold\x20the\x20'+this[C(0x8f)]+C(0x7e);}}
@@ -1 +1 @@
1
- const a57h=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=parseInt(f(0x142))/0x1+-parseInt(f(0x145))/0x2*(parseInt(f(0x12f))/0x3)+-parseInt(f(0x122))/0x4*(parseInt(f(0x154))/0x5)+-parseInt(f(0x146))/0x6+parseInt(f(0x158))/0x7+parseInt(f(0x151))/0x8+parseInt(f(0x174))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x572ea));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const g=a57d;return a57a[g(0x140)]()['search'](g(0x13d))['toString']()['constructor'](a57a)[g(0x17d)](g(0x13d));});function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x11c;let f=c[d];return f;},a57d(a,b);}function a57c(){const i=['SOUTH','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Sniper\x20Rifle','A\x20clear\x20glass\x20vial.','Holy\x20Grail','Barrens\x20Hideout','Jackpoint\x20Login','Rusted\x20Sword','Mage\x27s\x20Lair','Guard\x27s\x20Log\x20Book','disenchant','east','Corporate\x20Creditstick','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','decrypt','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','south','4BLhlLP','sword','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','cup','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','The\x20chest\x20remains\x20firmly\x20shut.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','An\x20old\x20and\x20rusted\x20sword.','NORTH','key','That\x20passcode\x20is\x20incorrect','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','12ugAiEm','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Empty\x20vial','Study','holyGrail','EAST','insert\x20gem','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','drone','Ares\x20Predator','amulet','Watch\x20Tower','rifle','Corp\x20Enclave','(((.+)+)+)+$','Chad\x20the\x20stupid\x20guard','CorpSec\x20Plans','toString','book','586099fEqobj','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Encrypted\x20Data\x20Key','42730Mtbrwc','3004572AQRbQq','gem','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Secret\x20Passage','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Matrix\x20Data\x20Haven','release','MCT\x20Fly-Spy','1102968lXlkxY','secret123','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','521855fsldzS','Entrance\x20Hall','The\x20data\x20remains\x20encrypted.','Alchemy\x20Lab','156786pfbWSC','A\x20creditstick\x20loaded\x20with\x20nuyen.','north','Downtown\x20Seattle','Golden\x20Chalice','Golden\x20Key','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','inside','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Courtyard','open\x20sesame','Library','A\x20key\x20stained\x20with\x20old\x20blood.','Ancient\x20Gem','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','A\x20long-range\x20weapon.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Barrens\x20Entrance','weapon','Gang\x20Insignia','outside','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','down','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','2711907XwZlpx','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','west','A\x20thin\x20log\x20book','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Blood-stained\x20Key','A\x20chalice\x20made\x20of\x20pure\x20gold.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Rigger\x27s\x20Workshop','search','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Treasure\x20Room','Central\x20Chamber','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Emblem\x20Shield','Central\x20Chamber\x20Key','Armory','OUTSIDE','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','show\x20loyalty','Torture\x20Chamber'];a57c=function(){return i;};return a57c();}a57a();export const rooms=[{'name':a57h(0x166),'description':a57h(0x14b),'isStartRoom':!![],'items':[{'type':a57h(0x12c),'name':a57h(0x15d),'description':a57h(0x124)},{'type':'book','name':a57h(0x193),'description':a57h(0x177),'content':a57h(0x13e)}],'exits':[{'direction':a57h(0x134),'targetRoom':a57h(0x14a)}]},{'name':'Secret\x20Passage','description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a57h(0x12b),'targetRoom':a57h(0x17f),'keyRequired':'Golden\x20Key'},{'direction':a57h(0x189),'targetRoom':a57h(0x164)}]},{'name':'Treasure\x20Room','description':a57h(0x15e),'items':[{'type':a57h(0x133),'name':a57h(0x18e),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a57h(0x164),'description':a57h(0x136),'roomType':a57h(0x185),'exits':[{'direction':'UP','targetRoom':a57h(0x13a)}]},{'name':a57h(0x13a),'description':a57h(0x143),'roomType':a57h(0x185),'puzzle':{'requiredPhrase':a57h(0x152),'riddle':a57h(0x175),'rewardItem':{'type':a57h(0x13b),'name':a57h(0x18c),'description':a57h(0x16a)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':a57h(0x12d)}}];export const dungeonConfig=[{'name':a57h(0x155),'description':a57h(0x11e),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a57h(0x165),'riddle':a57h(0x149),'rewardItem':{'type':a57h(0x12c),'name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a57h(0x15a),'targetRoom':a57h(0x132)},{'direction':'east','targetRoom':'Central\x20Chamber','keyRequired':'Central\x20Chamber\x20Key'}]},{'name':'Study','description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a57h(0x162),'items':[{'type':a57h(0x141),'name':'Riddle\x20Book','description':a57h(0x126),'content':a57h(0x11d)},{'type':a57h(0x12c),'name':a57h(0x183),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a57h(0x195),'targetRoom':a57h(0x157)}]},{'name':a57h(0x157),'description':a57h(0x18b),'roomType':a57h(0x162),'items':[{'type':'basic','name':a57h(0x131),'description':a57h(0x18d)}],'exits':[{'direction':'west','targetRoom':a57h(0x132)},{'direction':a57h(0x15a),'targetRoom':a57h(0x184)}]},{'name':a57h(0x184),'description':a57h(0x160),'roomType':a57h(0x162),'items':[{'type':'shield','name':a57h(0x182),'description':a57h(0x14c)},{'type':a57h(0x123),'name':a57h(0x191),'description':a57h(0x12a)}],'exits':[{'direction':a57h(0x121),'targetRoom':a57h(0x157)},{'direction':'east','targetRoom':a57h(0x180)}]},{'name':a57h(0x180),'description':a57h(0x148),'roomType':a57h(0x162),'exits':[{'direction':'west','targetRoom':'Armory'},{'direction':a57h(0x121),'targetRoom':a57h(0x155)},{'direction':a57h(0x15a),'targetRoom':'Torture\x20Chamber'},{'direction':'east','targetRoom':'Treasure\x20Room'}]},{'name':a57h(0x188),'description':a57h(0x16c),'roomType':a57h(0x162),'items':[{'type':a57h(0x12c),'name':a57h(0x179),'description':a57h(0x167)}],'puzzle':{'requiredPhrase':a57h(0x14f),'riddle':a57h(0x163),'rewardItem':{'type':a57h(0x147),'name':a57h(0x168),'description':a57h(0x15f)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a57h(0x12e)},'exits':[{'direction':a57h(0x121),'targetRoom':a57h(0x180)}]},{'name':a57h(0x17f),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a57h(0x162),'puzzle':{'requiredPhrase':a57h(0x135),'riddle':a57h(0x130),'rewardItem':{'type':a57h(0x125),'name':a57h(0x15c),'description':a57h(0x17a)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a57h(0x128)},'exits':[{'direction':a57h(0x176),'targetRoom':a57h(0x180)}]}];export const shadowrunConfig=[{'name':a57h(0x190),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':a57h(0x162),'exits':[{'direction':a57h(0x15a),'targetRoom':a57h(0x15b)},{'direction':'up','targetRoom':a57h(0x14e)}]},{'name':'Matrix\x20Data\x20Haven','description':a57h(0x18a),'roomType':a57h(0x162),'puzzle':{'requiredPhrase':a57h(0x11f),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a57h(0x12c),'name':a57h(0x144),'description':a57h(0x178)},'successMessage':a57h(0x169),'failureMessage':a57h(0x156)},'exits':[{'direction':a57h(0x172),'targetRoom':a57h(0x190)}]},{'name':a57h(0x15b),'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':a57h(0x170),'exits':[{'direction':a57h(0x121),'targetRoom':a57h(0x190)},{'direction':a57h(0x195),'targetRoom':'Barrens\x20Entrance'},{'direction':a57h(0x176),'targetRoom':a57h(0x13c)}]},{'name':a57h(0x16d),'description':a57h(0x17b),'roomType':'outside','puzzle':{'requiredPhrase':a57h(0x187),'riddle':a57h(0x120),'rewardItem':{'type':'key','name':a57h(0x16f),'description':a57h(0x127)},'successMessage':a57h(0x14d),'failureMessage':a57h(0x181)},'exits':[{'direction':a57h(0x176),'targetRoom':'Downtown\x20Seattle'},{'direction':a57h(0x15a),'targetRoom':a57h(0x18f)}]},{'name':a57h(0x13c),'description':a57h(0x161),'roomType':a57h(0x162),'items':[{'type':'creditstick','name':a57h(0x11c),'description':a57h(0x159)},{'type':'document','name':a57h(0x13f),'description':a57h(0x153)}],'exits':[{'direction':a57h(0x195),'targetRoom':a57h(0x15b)}]},{'name':'Barrens\x20Hideout','description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a57h(0x170),'items':[{'type':a57h(0x16e),'name':a57h(0x138),'description':a57h(0x173)}],'exits':[{'direction':a57h(0x121),'targetRoom':a57h(0x16d)},{'direction':a57h(0x15a),'targetRoom':'Mage\x27s\x20Lair'},{'direction':a57h(0x195),'targetRoom':a57h(0x17c)}]},{'name':a57h(0x192),'description':a57h(0x129),'roomType':'inside','puzzle':{'requiredPhrase':a57h(0x194),'riddle':a57h(0x16b),'rewardItem':{'type':a57h(0x139),'name':'Amulet\x20of\x20Awakening','description':a57h(0x186)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a57h(0x17e)},'exits':[{'direction':a57h(0x121),'targetRoom':a57h(0x18f)}]},{'name':a57h(0x17c),'description':a57h(0x171),'roomType':a57h(0x162),'items':[{'type':a57h(0x137),'name':a57h(0x150),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a57h(0x176),'targetRoom':'Barrens\x20Hideout'}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x120))/0x1+-parseInt(f(0x124))/0x2*(parseInt(f(0x13e))/0x3)+-parseInt(f(0x11d))/0x4+parseInt(f(0xf4))/0x5+-parseInt(f(0x154))/0x6*(-parseInt(f(0x102))/0x7)+-parseInt(f(0x106))/0x8*(parseInt(f(0x119))/0x9)+parseInt(f(0x129))/0xa*(parseInt(f(0xe4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xb2b93));function a60c(){const j=['OUTSIDE','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','4072852ysWwlR','Emblem\x20Shield','Barrens\x20Entrance','A\x20thin\x20log\x20book','11256488WltXQH','(((.+)+)+)+$','decrypt','Corp\x20Enclave','Ancient\x20Gem','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Central\x20Chamber','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','outside','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','west','Riddle\x20Book','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','drone','Matrix\x20Data\x20Haven','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','show\x20loyalty','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','9wEEsZj','A\x20clear\x20glass\x20vial.','search','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','5138356rgdwxN','An\x20old\x20and\x20rusted\x20sword.','holyGrail','1169203LimsFp','Courtyard','insert\x20gem','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','170lCWxZu','down','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Barrens\x20Hideout','Gang\x20Insignia','24455190ZVSzpU','Chad\x20the\x20stupid\x20guard','south','Watch\x20Tower','NORTH','Rusted\x20Sword','sword','Sniper\x20Rifle','disenchant','north','Corporate\x20Creditstick','cup','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Entrance\x20Hall','A\x20small\x20surveillance\x20drone.','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','Rigger\x27s\x20Workshop','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','4920uFDtdH','constructor','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','A\x20long-range\x20weapon.','basic','Downtown\x20Seattle','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Study','key','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','east','MCT\x20Fly-Spy','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','rifle','Golden\x20Key','amulet','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Empty\x20vial','Ares\x20Predator','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','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','12iciquF','Secret\x20Passage','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Mage\x27s\x20Lair','A\x20chalice\x20made\x20of\x20pure\x20gold.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','EAST','toString','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','11AMJxtu','creditstick','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Armory','Jackpoint\x20Login','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','inside','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','Guard\x27s\x20Log\x20Book','shield','apply','open\x20sesame','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Alchemy\x20Lab','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','5615565mgCNzT','The\x20legendary\x20Holy\x20Grail.','Torture\x20Chamber','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','release','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','book','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Holy\x20Grail','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Treasure\x20Room'];a60c=function(){return j;};return a60c();}function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xdf;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0xee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0xe1)]()[h(0x11b)](h(0x107))[h(0xe1)]()[h(0x13f)](a60a)[h(0x11b)](h(0x107));});a60a();export const rooms=[{'name':'Library','description':a60i(0x156),'isStartRoom':!![],'items':[{'type':a60i(0x147),'name':'Golden\x20Key','description':a60i(0xfe)},{'type':a60i(0xfb),'name':a60i(0xec),'description':a60i(0x105),'content':a60i(0x12a)}],'exits':[{'direction':a60i(0xe0),'targetRoom':a60i(0x155)}]},{'name':'Secret\x20Passage','description':a60i(0x135),'exits':[{'direction':a60i(0x12d),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0x14d)},{'direction':'SOUTH','targetRoom':a60i(0x121)}]},{'name':'Treasure\x20Room','description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x11f),'name':a60i(0xfd),'description':a60i(0xf5)}]},{'name':'Courtyard','description':a60i(0x13d),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60i(0x12c)}]},{'name':a60i(0x12c),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a60i(0x100),'puzzle':{'requiredPhrase':'secret123','riddle':a60i(0x145),'rewardItem':{'type':a60i(0x14c),'name':a60i(0x130),'description':a60i(0x142)},'successMessage':a60i(0x152),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':a60i(0x137),'description':a60i(0x113),'isStartRoom':!![],'roomType':a60i(0xea),'puzzle':{'requiredPhrase':a60i(0xef),'riddle':a60i(0xe3),'rewardItem':{'type':a60i(0x147),'name':'Central\x20Chamber\x20Key','description':a60i(0x13c)},'successMessage':a60i(0xe9),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x132),'targetRoom':a60i(0x146)},{'direction':a60i(0x149),'targetRoom':a60i(0x10c),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x146),'description':a60i(0xf7),'roomType':a60i(0xea),'items':[{'type':'book','name':a60i(0x112),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x147),'name':'Central\x20Chamber\x20Key','description':a60i(0x13c)}],'exits':[{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':'east','targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0xf1),'description':a60i(0xfa),'roomType':a60i(0xea),'items':[{'type':a60i(0x143),'name':a60i(0x150),'description':a60i(0x11a)}],'exits':[{'direction':a60i(0x111),'targetRoom':a60i(0x146)},{'direction':a60i(0x132),'targetRoom':'Armory'}]},{'name':a60i(0xe7),'description':a60i(0xf8),'roomType':'inside','items':[{'type':a60i(0xed),'name':a60i(0x103),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0x12f),'name':a60i(0x12e),'description':a60i(0x11e)}],'exits':[{'direction':a60i(0x12b),'targetRoom':'Alchemy\x20Lab'},{'direction':'east','targetRoom':'Central\x20Chamber'}]},{'name':'Central\x20Chamber','description':a60i(0x110),'roomType':a60i(0xea),'exits':[{'direction':'west','targetRoom':'Armory'},{'direction':a60i(0x12b),'targetRoom':a60i(0x137)},{'direction':a60i(0x132),'targetRoom':'Torture\x20Chamber'},{'direction':a60i(0x149),'targetRoom':'Treasure\x20Room'}]},{'name':a60i(0xf6),'description':a60i(0xe6),'roomType':a60i(0xea),'items':[{'type':a60i(0x147),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0xf9),'riddle':a60i(0x148),'rewardItem':{'type':'gem','name':a60i(0x10a),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':a60i(0x10b),'failureMessage':a60i(0x141)},'exits':[{'direction':'south','targetRoom':a60i(0x10c)}]},{'name':a60i(0xff),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0xea),'puzzle':{'requiredPhrase':a60i(0x122),'riddle':a60i(0x118),'rewardItem':{'type':a60i(0x134),'name':'Golden\x20Chalice','description':a60i(0x158)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a60i(0x111),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a60i(0xe8),'description':a60i(0xe2),'isStartRoom':!![],'roomType':a60i(0xea),'exits':[{'direction':a60i(0x132),'targetRoom':a60i(0x144)},{'direction':'up','targetRoom':a60i(0x115)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x13b),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x108),'riddle':a60i(0x116),'rewardItem':{'type':'key','name':'Encrypted\x20Data\x20Key','description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x153),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x125),'targetRoom':a60i(0xe8)}]},{'name':a60i(0x144),'description':a60i(0x10d),'roomType':a60i(0x10f),'exits':[{'direction':a60i(0x12b),'targetRoom':'Jackpoint\x20Login'},{'direction':a60i(0x149),'targetRoom':a60i(0x104)},{'direction':a60i(0x111),'targetRoom':a60i(0x109)}]},{'name':a60i(0x104),'description':a60i(0x126),'roomType':'outside','puzzle':{'requiredPhrase':a60i(0x117),'riddle':a60i(0xf2),'rewardItem':{'type':a60i(0x147),'name':a60i(0x128),'description':a60i(0xf3)},'successMessage':a60i(0x139),'failureMessage':a60i(0x14f)},'exits':[{'direction':a60i(0x111),'targetRoom':a60i(0x144)},{'direction':a60i(0x132),'targetRoom':'Barrens\x20Hideout'}]},{'name':'Corp\x20Enclave','description':a60i(0x14b),'roomType':'inside','items':[{'type':a60i(0xe5),'name':a60i(0x133),'description':a60i(0x136)},{'type':'document','name':'CorpSec\x20Plans','description':a60i(0xeb)}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':a60i(0x127),'description':a60i(0x11c),'roomType':a60i(0x10f),'items':[{'type':'weapon','name':a60i(0x151),'description':a60i(0xfc)}],'exits':[{'direction':'south','targetRoom':a60i(0x104)},{'direction':a60i(0x132),'targetRoom':a60i(0x157)},{'direction':a60i(0x149),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a60i(0x157),'description':a60i(0x10e),'roomType':a60i(0xea),'puzzle':{'requiredPhrase':a60i(0x131),'riddle':a60i(0x123),'rewardItem':{'type':a60i(0x14e),'name':'Amulet\x20of\x20Awakening','description':a60i(0x101)},'successMessage':a60i(0xf0),'failureMessage':a60i(0xdf)},'exits':[{'direction':a60i(0x12b),'targetRoom':a60i(0x127)}]},{'name':a60i(0x13a),'description':a60i(0x140),'roomType':a60i(0xea),'items':[{'type':a60i(0x114),'name':a60i(0x14a),'description':a60i(0x138)}],'exits':[{'direction':'west','targetRoom':a60i(0x127)}]}];
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x13a))/0x1+parseInt(f(0x126))/0x2*(-parseInt(f(0x145))/0x3)+-parseInt(f(0x12d))/0x4+-parseInt(f(0x12c))/0x5*(parseInt(f(0x129))/0x6)+-parseInt(f(0x137))/0x7*(-parseInt(f(0x122))/0x8)+parseInt(f(0x131))/0x9+-parseInt(f(0x142))/0xa*(-parseInt(f(0x140))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x727b7));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a['toString']()[h(0x127)](h(0x13d))['toString']()[h(0x139)](a58a)[h(0x127)](h(0x13d));});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x122;var f=c[d];return f;},a58d(a,b);}function a58c(){var j=['_inventory','roomA','(((.+)+)+)+$','isLockable','description','60412SDJHMI','uuid','1790fCRUQR','_currentLocation','_logger','228YtZFhu','apply','1812256YdbXFy','_playerName','isStartRoom','_equipment','15228MNZyxD','search','player','1806ecblDF','shape','_maxCarryingWeight','10460qGlyDj','2415712XWTTVf','name','logger','category','2703654zFNlEU','color','size','rooms','puzzle','roomB','7HjLXYi','characterLocations','constructor','771197lJEavy'];a58c=function(){return j;};return a58c();}a58a();import{EventEmitter}from'events';export class AbstractScene{[a58i(0x134)];[a58i(0x128)];[a58i(0x12f)];[a58i(0x138)];}export class AbstractRoom extends EventEmitter{[a58i(0x12e)];['description'];['exits'];['inventory'];[a58i(0x135)];['roomType'];[a58i(0x124)];}export class AbstractDoor{[a58i(0x13c)];[a58i(0x136)];['isLocked'];['unlockItemOrSolution'];['name'];['logger'];[a58i(0x13e)];}export class AbstractInventory{['items'];['logger'];}export class AbstractItem{[a58i(0x141)];[a58i(0x12e)];[a58i(0x13f)];[a58i(0x133)];[a58i(0x130)];[a58i(0x12a)];[a58i(0x132)];['texture'];['rating'];['weight'];}export class AbstractPlayer{[a58i(0x123)];[a58i(0x143)];[a58i(0x13b)];[a58i(0x125)];[a58i(0x12b)];[a58i(0x144)];}export class AbstractPuzzle{[a58i(0x12f)];['solved'];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1c1))/0x1+parseInt(f(0x1c2))/0x2+-parseInt(f(0x1ca))/0x3+-parseInt(f(0x1d8))/0x4*(-parseInt(f(0x1d9))/0x5)+parseInt(f(0x1c4))/0x6+-parseInt(f(0x1dd))/0x7*(-parseInt(f(0x1cd))/0x8)+parseInt(f(0x1da))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x81991));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1c9)]()[h(0x1d5)](h(0x1c6))[h(0x1c9)]()[h(0x1bd)](a61a)[h(0x1d5)]('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{['rooms'];['player'];[a61i(0x1c7)];[a61i(0x1ba)];}export class AbstractRoom extends EventEmitter{[a61i(0x1d0)];[a61i(0x1d7)];['exits'];[a61i(0x1c5)];[a61i(0x1dc)];['roomType'];['isStartRoom'];}export class AbstractDoor{[a61i(0x1d6)];[a61i(0x1bb)];['isLocked'];['unlockItemOrSolution'];[a61i(0x1d0)];['logger'];[a61i(0x1de)];}export class AbstractInventory{[a61i(0x1ce)];[a61i(0x1c7)];}export class AbstractItem{[a61i(0x1bf)];[a61i(0x1d0)];['description'];[a61i(0x1cc)];[a61i(0x1cb)];[a61i(0x1d3)];[a61i(0x1d1)];['texture'];[a61i(0x1c3)];[a61i(0x1d4)];}function a61c(){var j=['color','_playerName','shape','weight','search','roomA','description','4LoeUGa','491375joZuWb','1575648rEKyAp','solved','puzzle','2905uueTcI','isLockable','characterLocations','roomB','_inventory','constructor','_maxCarryingWeight','uuid','_currentLocation','451653kddOwb','628400cEVfER','rating','1599528MKARWV','inventory','(((.+)+)+)+$','logger','_equipment','toString','1021797LgamaE','category','size','9040AkrnKA','items','apply','name'];a61c=function(){return j;};return a61c();}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1ba;var f=c[d];return f;},a61d(a,b);}export class AbstractPlayer{[a61i(0x1d2)];[a61i(0x1c0)];[a61i(0x1bc)];[a61i(0x1c8)];[a61i(0x1be)];['_logger'];}export class AbstractPuzzle{[a61i(0x1c7)];[a61i(0x1db)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a59d,c=a();while(!![]){try{var d=-parseInt(k(0x9e))/0x1+-parseInt(k(0x98))/0x2*(-parseInt(k(0xce))/0x3)+parseInt(k(0xa8))/0x4*(parseInt(k(0xdc))/0x5)+parseInt(k(0x8d))/0x6+parseInt(k(0xa7))/0x7+parseInt(k(0x8a))/0x8+-parseInt(k(0xc4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x660e0));export var Size;(function(c){var n=a59d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a59d;if(h){var j=h[l(0xc7)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a59d;return e[m(0xab)]()[m(0xcb)](m(0x96))[m(0xab)]()[m(0xad)](e)[m(0xcb)](m(0x96));});e(),c[n(0x90)]=n(0xb8),c[n(0xbd)]=n(0xcd),c['Medium']=n(0xc1),c[n(0xa4)]=n(0xa3),c[n(0xda)]=n(0xb3);}(Size||(Size={})));function a59c(){var v=['UNDERGROUND','Square','Small','rectangle','Brown','south','medium','OUTSIDE','Purple','9826758ChyDPb','Rare','Gold','apply','circle','helmet','rough','search','grainy','small','6702RqUWdb','boots','MOUNTAIN','Weapon','cave','DOWN','gloves','blade','Cup','Shield','INSIDE','Rectangle','VeryLarge','Gloves','5fKbYbW','CAVE','SOUTH','triangle','gold','yellow','orange','Common','square','WEST','east','LegArmor','5856448YIVzQQ','Hat','forest','2422650IrUcfc','underground','weapon','Tiny','blue','rare','Rough','down','west','(((.+)+)+)+$','Red','124KjLQTv','Blade','beach','Fuzzy','hat','Legendary','85407PuVRFl','TOWER','Metallic','Rifle','Grey','large','Large','Circle','fuzzy','945385ITikQM','743564WcQKdM','purple','ArmArmor','toString','NORTH','constructor','key','outside','mountain','book','common','very\x20large','bumpy','brown','arm\x20armor','DESERT','tiny','Blue','Orange'];a59c=function(){return v;};return a59c();}export var Rating;(function(a){var o=a59d;a[o(0xe3)]=o(0xb2),a[o(0xc5)]=o(0x92),a[o(0x9d)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var p=a59d;a[p(0xd1)]=p(0x8f),a[p(0xd7)]='shield',a['Key']=p(0xae),a[p(0xdb)]=p(0xd4),a['Helmet']=p(0xc9),a[p(0x8b)]=p(0x9c),a['Boots']=p(0xcf),a[p(0x89)]='leg\x20armor',a[p(0xaa)]=p(0xb6),a['BodyArmor']='body\x20armor',a['Book']=p(0xb1),a[p(0xd6)]='cup',a['Unknown']='unknown';}(Category||(Category={})));export var Shape;(function(a){var q=a59d;a[q(0xa5)]=q(0xc8),a[q(0xbc)]=q(0x86),a['Triangle']=q(0xdf),a[q(0xd9)]=q(0xbe),a[q(0x99)]=q(0xd5),a[q(0xa1)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var r=a59d;a[r(0x97)]='red',a[r(0xb9)]=r(0x91),a['Green']='green',a['Yellow']=r(0xe1),a[r(0xba)]=r(0xe2),a[r(0xc3)]=r(0xa9),a[r(0xa2)]='grey',a[r(0xbf)]=r(0xb5),a[r(0xc6)]=r(0xe0);}(Color||(Color={})));export var Texture;function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x86;var f=c[d];return f;},a59d(a,b);}(function(a){var s=a59d;a['Smooth']='smooth',a[s(0x93)]=s(0xca),a['Bumpy']=s(0xb4),a[s(0x9b)]=s(0xa6),a['Grainy']=s(0xcc),a[s(0xa0)]='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var t=a59d;a[t(0xd8)]='inside',a[t(0xc2)]=t(0xaf),a[t(0xbb)]=t(0x8e),a[t(0xdd)]=t(0xd2),a[t(0x9f)]='tower',a['FOREST']=t(0x8c),a[t(0xb7)]='desert',a[t(0xd0)]=t(0xb0),a['BEACH']=t(0x9a),a['SEA']='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a59d;a[u(0xac)]='north',a['EAST']=u(0x88),a[u(0xde)]=u(0xc0),a[u(0x87)]=u(0x95),a['UP']='up',a[u(0xd3)]=u(0x94);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x222))/0x1*(-parseInt(k(0x1f7))/0x2)+parseInt(k(0x1ff))/0x3*(-parseInt(k(0x24d))/0x4)+parseInt(k(0x1f8))/0x5*(parseInt(k(0x23a))/0x6)+-parseInt(k(0x215))/0x7*(parseInt(k(0x255))/0x8)+parseInt(k(0x23c))/0x9+parseInt(k(0x246))/0xa*(-parseInt(k(0x217))/0xb)+-parseInt(k(0x23d))/0xc*(-parseInt(k(0x206))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x6670f));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x251),a[l(0x219)]=l(0x256),a['Medium']='medium',a[l(0x22b)]=l(0x233),a[l(0x237)]=l(0x244);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a['Common']=m(0x22e),a[m(0x230)]=m(0x208),a[m(0x21d)]=m(0x239);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x224)]='weapon',a[n(0x1f1)]='shield',a[n(0x226)]=n(0x240),a[n(0x234)]=n(0x220),a['Helmet']=n(0x1f9),a[n(0x22d)]=n(0x22c),a[n(0x1fe)]=n(0x22f),a[n(0x225)]=n(0x223),a[n(0x214)]=n(0x241),a['BodyArmor']=n(0x21f),a[n(0x211)]=n(0x1ef),a[n(0x1fa)]='cup',a[n(0x20e)]=n(0x1f4);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x252)]=o(0x249),a[o(0x212)]=o(0x210),a[o(0x236)]=o(0x248),a[o(0x202)]=o(0x238),a[o(0x24a)]=o(0x20d),a[o(0x20c)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0x23e)]=p(0x213),a[p(0x21b)]='blue',a[p(0x1f3)]='green',a[p(0x23f)]=p(0x21c),a[p(0x1fb)]=p(0x24b),a[p(0x245)]=p(0x242),a[p(0x254)]=p(0x227),a['Brown']='brown',a[p(0x232)]=p(0x205);}(Color||(Color={})));export var Texture;function a62c(){var u=['Orange','DESERT','mountain','Boots','879663cHlCFk','SEA','UNDERGROUND','Rectangle','cave','BEACH','gold','12358229JXZahE','INSIDE','rare','Fuzzy','Bumpy','outside','Rifle','blade','Unknown','tower','square','Book','Square','red','ArmArmor','460551jVuTXu','EAST','242WFROqu','DOWN','Small','south','Blue','yellow','Legendary','Rough','body\x20armor','gloves','fuzzy','5515YlXDWK','leg\x20armor','Weapon','LegArmor','Key','grey','desert','inside','TOWER','Large','hat','Hat','common','boots','Rare','west','Gold','large','Gloves','SOUTH','Triangle','VeryLarge','rectangle','legendary','2268dxoSnj','metallic','2244240jASUvz','12sloOnD','Red','Yellow','key','arm\x20armor','purple','constructor','very\x20large','Purple','186490kyMhXI','search','triangle','circle','Blade','orange','smooth','8bYRenz','(((.+)+)+)+$','bumpy','grainy','tiny','Circle','beach','Grey','88rrIBFN','small','book','NORTH','Shield','forest','Green','unknown','sea','toString','298NvSHxl','1565ppAAgL','helmet','Cup'];a62c=function(){return u;};return a62c();}(function(c){var r=a62d,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 q=a62d;return e[q(0x1f6)]()[q(0x247)](q(0x24e))[q(0x1f6)]()[q(0x243)](e)[q(0x247)](q(0x24e));});e(),c['Smooth']=r(0x24c),c[r(0x21e)]='rough',c[r(0x20a)]=r(0x24f),c[r(0x209)]=r(0x221),c['Grainy']=r(0x250),c['Metallic']=r(0x23b);}(Texture||(Texture={})));export var RoomType;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1ef;var f=c[d];return f;},a62d(a,b);}(function(a){var s=a62d;a[s(0x207)]=s(0x229),a['OUTSIDE']=s(0x20b),a[s(0x201)]='underground',a['CAVE']=s(0x203),a[s(0x22a)]=s(0x20f),a['FOREST']=s(0x1f2),a[s(0x1fc)]=s(0x228),a['MOUNTAIN']=s(0x1fd),a[s(0x204)]=s(0x253),a[s(0x200)]=s(0x1f5);}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x1f0)]='north',a[t(0x216)]='east',a[t(0x235)]=t(0x21a),a['WEST']=t(0x231),a['UP']='up',a[t(0x218)]='down';}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0x91))/0x1+parseInt(f(0x94))/0x2*(-parseInt(f(0x89))/0x3)+-parseInt(f(0x93))/0x4+-parseInt(f(0x8c))/0x5*(parseInt(f(0x8e))/0x6)+-parseInt(f(0x8a))/0x7*(-parseInt(f(0x8d))/0x8)+-parseInt(f(0x97))/0x9+parseInt(f(0x8f))/0xa*(parseInt(f(0x95))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xf041f));function a60c(){var i=['3DsSeEF','7yjMWZG','constructor','35HqLhTR','1345840yIvfjS','1366260jpyIqs','1987220XoYYfl','toString','1468062NxIHJd','apply','3262876aBpXgP','900764oRmoYa','286JQgNzU','(((.+)+)+)+$','204966EuRNHJ'];a60c=function(){return i;};return a60c();}function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0x89;var f=c[d];return f;},a60d(a,b);}var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0x92)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0x90)]()['search'](h(0x96))[h(0x90)]()[h(0x8b)](a60a)['search'](h(0x96));});a60a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0xb5))/0x1+parseInt(f(0xb2))/0x2+-parseInt(f(0xb8))/0x3+parseInt(f(0xaf))/0x4*(parseInt(f(0xb1))/0x5)+parseInt(f(0xb3))/0x6+parseInt(f(0xb0))/0x7+-parseInt(f(0xae))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xd15f8));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xb7)]()[h(0xb4)](h(0xb6))[h(0xb7)]()[h(0xad)](a63a)['search']('(((.+)+)+)+$');});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xac;var f=c[d];return f;},a63d(a,b);}export{};function a63c(){var i=['278058lOtzkN','apply','constructor','10276560WPLans','335092irklCE','8221311ZsEZax','5UHDAoR','2715058JznqeH','7225320kAHWnN','search','1585147PHrzZZ','(((.+)+)+)+$','toString'];a63c=function(){return i;};return a63c();}
@@ -1 +1 @@
1
- function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x88;var f=c[d];return f;},a61d(a,b);}function a61c(){var i=['616932xzEkeS','search','1CgLmQw','3tpZzsF','1717564iwkpHS','12IRRXDd','45cZonHx','apply','522865sJDnJf','11970431ddaZUJ','3899416Qdwyeb','toString','721612NXouYM','constructor','186474LGvUgT','60gdnxJi','(((.+)+)+)+$'];a61c=function(){return i;};return a61c();}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x8d))/0x1*(-parseInt(f(0x97))/0x2)+parseInt(f(0x8e))/0x3*(-parseInt(f(0x8f))/0x4)+-parseInt(f(0x91))/0x5*(-parseInt(f(0x88))/0x6)+parseInt(f(0x93))/0x7+-parseInt(f(0x95))/0x8+parseInt(f(0x8b))/0x9*(-parseInt(f(0x89))/0xa)+parseInt(f(0x94))/0xb*(parseInt(f(0x90))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x740bf));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x92)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x96)]()['search'](h(0x8a))[h(0x96)]()[h(0x98)](a61a)[h(0x8c)](h(0x8a));});a61a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xf5))/0x1+parseInt(f(0xf1))/0x2*(-parseInt(f(0xf9))/0x3)+parseInt(f(0xf7))/0x4+-parseInt(f(0xf3))/0x5+parseInt(f(0xfc))/0x6*(parseInt(f(0xf4))/0x7)+-parseInt(f(0xfe))/0x8*(-parseInt(f(0xfd))/0x9)+-parseInt(f(0xfb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x3fd26));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xf2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xf8)]()[h(0xf0)]('(((.+)+)+)+$')[h(0xf8)]()[h(0xf6)](a64a)[h(0xf0)](h(0xfa));});a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xf0;var f=c[d];return f;},a64d(a,b);}export{};function a64c(){var i=['3152401XcmzDY','151493XOmssr','constructor','1253908PGbKlX','toString','3krJMhA','(((.+)+)+)+$','7451220PyyENr','6QuJcbj','9iSUuJq','3640944LZCpNu','search','703454AXlvbH','apply','60840BLEMrt'];a64c=function(){return i;};return a64c();}
@@ -1 +1 @@
1
- function a62c(){const H=['box','focus','Gloves:\x20','Thanks\x20for\x20playing!','name','yellow','enter','append','6101570hOaWhU','arms','10%','clearValue','Left\x20Hand:\x20','Currently\x20in:\x20','line','13040LSnsML','textbox','Head:\x20','\x20Equipment\x20','6874CZutVV','791153qzPKQV','Available\x20exits\x20will\x20be\x20shown\x20here...','equip','getAllItems','Your\x20items\x20will\x20be\x20listed\x20here...','\x20Map\x20','None','getInstance','leftHand','21694321ZSLACl','toString','head','logBox','player','7211670AYSAPx','\x20(Unlocked)','mousemove','24sITyLC','inventory','render','25%','search','getWelcomeMessage','\x20Inventory\x20','screen','feet','2005832sWUhwl','----->>>>>>\x20Initializing\x20Game','equipment','checkIfLocked','split','white','-----\x20Exits\x20------\x0a','lock','setContent','constructor','write','join','2AOltVi','rightHand','gloves','(((.+)+)+)+$','key','currentLocation','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','\x20(Locked)','100%','\x20Game\x20Log\x20','clear','45%','75%','logFilePath','90%','exits','removeAllListeners','cyan','3NJOvaq','legs','pushLine','scroll','parse','exit','\x0aThere\x20are\x20no\x20exits\x20here.','9QsYmqo','getOtherSide','unlock','getValue','argv','5552136JrMshy','slice','escape','handleInput','torso'];a62c=function(){return H;};return a62c();}const a62G=a62d;(function(a,b){const y=a62d,c=a();while(!![]){try{const d=parseInt(y(0x1ca))/0x1*(parseInt(y(0x1f0))/0x2)+parseInt(y(0x1a5))/0x3*(-parseInt(y(0x1e4))/0x4)+parseInt(y(0x1d8))/0x5+parseInt(y(0x1b1))/0x6+-parseInt(y(0x1c9))/0x7*(-parseInt(y(0x1c5))/0x8)+parseInt(y(0x1ac))/0x9*(parseInt(y(0x1be))/0xa)+-parseInt(y(0x1d3))/0xb*(parseInt(y(0x1db))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe1884));import a62e from'blessed';import{capitalCase}from'change-case';import a62f from'./game.js';function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x1a5;let f=c[d];return f;},a62d(a,b);}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 A=a62d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a62d;return g[z(0x1d4)]()[z(0x1df)](z(0x1f3))[z(0x1d4)]()[z(0x1ed)](g)[z(0x1df)](z(0x1f3));});g();try{const h=a62e[A(0x1e2)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a62e[A(0x1b6)]({'top':'0%','left':A(0x1fc),'width':A(0x1de),'height':A(0x1fb),'border':{'type':'line'},'label':A(0x1e1),'content':A(0x1ce),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x1cd)]()['map'](v=>v[B(0x1ba)]);i['setContent'](u[B(0x1ef)]('\x0a')),h[B(0x1dd)]();};h[A(0x1bd)](i);const k=a62e['box']({'top':A(0x1fb),'left':A(0x1fc),'width':A(0x1de),'height':'25%','border':{'type':'line'},'label':A(0x1c8),'content':A(0x1f6),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const C=A;k[C(0x1ec)](C(0x1c7)+(t[C(0x1d5)]?t['head'][C(0x1ba)]:C(0x1d0))+'\x0a'+('Torso:\x20'+(t[C(0x1b5)]?t['torso']['name']:C(0x1d0))+'\x0a')+('Legs:\x20'+(t[C(0x1a6)]?t['legs']['name']:C(0x1d0))+'\x0a')+('Feet:\x20'+(t[C(0x1e3)]?t[C(0x1e3)][C(0x1ba)]:C(0x1d0))+'\x0a')+('Arms:\x20'+(t[C(0x1bf)]?t[C(0x1bf)][C(0x1ba)]:C(0x1d0))+'\x0a')+(C(0x1b8)+(t[C(0x1f2)]?t[C(0x1f2)][C(0x1ba)]:C(0x1d0))+'\x0a')+(C(0x1c2)+(t[C(0x1d2)]?t[C(0x1d2)][C(0x1ba)]:C(0x1d0))+'\x0a')+('Right\x20Hand:\x20'+(t['rightHand']?t[C(0x1f1)][C(0x1ba)]:C(0x1d0))+'\x0a')),h['render']();},m=a62e[A(0x1b6)]({'top':'70%','left':A(0x1fc),'width':A(0x1de),'height':'20%','border':{'type':A(0x1c4)},'label':A(0x1cf),'content':A(0x1cb),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x1bd)](m);const n=t=>{const D=A;let u=D(0x1c3)+t[D(0x1ba)]+'\x0a\x0a';u+=D(0x1ea),t[D(0x1ff)]['size']>0x0?t[D(0x1ff)]['forEach']((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x1ad)](t);x['roomType']===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[E(0x1ba)]:u+=capitalCase(w)+':\x20'+v['name'];if(v[E(0x1e7)]())u+=E(0x1f7);else v['checkIfLockable']()&&(u+=E(0x1d9));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=D(0x1ab),m[D(0x1ec)](u),h[D(0x1dd)]();},o=a62e['box']({'id':A(0x1d6),'top':'0%','left':'0%','width':A(0x1fc),'height':A(0x1fe),'border':{'type':'line'},'label':A(0x1f9),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x1bb)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[A(0x200)](A(0x1da)),h['append'](o);const p=a62e[A(0x1c6)]({'bottom':0x0,'left':0x0,'width':A(0x1f8),'height':A(0x1c0),'tags':!![],'border':{'type':A(0x1c4)},'style':{'fg':A(0x1e9),'border':{'fg':A(0x201)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x1bd)](p),h[A(0x1f4)]([A(0x1b3),'C-c'],()=>process[A(0x1aa)](0x0)),p[A(0x1b7)](),h[A(0x1dd)]();const q=Logger[A(0x1d1)](e[A(0x1fd)],h),r=new Player({'playerName':c});q[A(0x1ee)](A(0x1e5));const s=a62f[A(0x1d1)](r,d);o[A(0x1ec)](s[A(0x1e0)]()),l(s[A(0x1d7)][A(0x1e6)]),j(s[A(0x1d7)][A(0x1dc)]),n(s['player'][A(0x1f5)]),p['key']([A(0x1bc)],async()=>{const F=A,t=p[F(0x1af)](),u=s[F(0x1b4)](t);(t[F(0x1e8)]('\x20')[0x0]==='take'||F(0x1cc)||'unequip')&&(j(s[F(0x1d7)][F(0x1dc)]),l(s[F(0x1d7)][F(0x1e6)])),(t['split']('\x20')[0x0]==='go'||F(0x1eb)||F(0x1ae))&&n(s[F(0x1d7)][F(0x1f5)]),t['split']('\x20')[0x0]===F(0x1fa)&&o['setContent'](''),u===null&&(console['log'](F(0x1b9)),h['render'](),q[F(0x1ee)]('<<<<<<<<---------\x20Terminating\x20game'),process[F(0x1aa)](0x0)),o[F(0x1a7)](u),o[F(0x1a8)](0x1),p[F(0x1c1)](),p[F(0x1b7)](),h[F(0x1dd)]();});}catch(t){console['log'](t),process[A(0x1aa)](0x1);}}const args=process[a62G(0x1b0)][a62G(0x1b2)](0x2);main(args[0x0],JSON[a62G(0x1a9)](args[0x1]),JSON['parse'](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x1b4))/0x1+parseInt(y(0x1cc))/0x2+-parseInt(y(0x19e))/0x3+parseInt(y(0x1b5))/0x4+-parseInt(y(0x1d0))/0x5+-parseInt(y(0x1cb))/0x6*(parseInt(y(0x1ac))/0x7)+parseInt(y(0x1d3))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xa10ce));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x18c;let f=c[d];return f;},a65d(a,b);}import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';function a65c(){const I=['-----\x20Exits\x20------\x0a','(((.+)+)+)+$','None','Currently\x20in:\x20','getInstance','\x20Game\x20Log\x20','enter','line','<<<<<<<<---------\x20Terminating\x20game','Legs:\x20','join','rightHand','write','\x20(Unlocked)','render','leftHand','Thanks\x20for\x20playing!','split','legs','clear','escape','70%','parse','\x20(Locked)','focus','1890582xRlyBO','forEach','torso','search','key','inventory','45%','90%','\x0aThere\x20are\x20no\x20exits\x20here.','equip','getAllItems','slice','toString','\x20Equipment\x20','4915421SFIzZX','Available\x20exits\x20will\x20be\x20shown\x20here...','pushLine','unequip','head','gloves','log','logBox','8958kotaOj','1679688sCpAVo','20%','roomType','map','25%','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Arms:\x20','apply','getOtherSide','handleInput','100%','setContent','Head:\x20','Gloves:\x20','equipment','checkIfLockable','getWelcomeMessage','size','Right\x20Hand:\x20','feet','cyan','exits','6MyILOx','1959866QIrvHP','exit','unlock','Torso:\x20','5609115dMKKgP','name','Left\x20Hand:\x20','13640552wuzIEH','arms','75%','----->>>>>>\x20Initializing\x20Game','getValue','append','box','player','Your\x20items\x20will\x20be\x20listed\x20here...','constructor','screen','10%','C-c','lock','yellow','\x20Inventory\x20'];a65c=function(){return I;};return a65c();}import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x1bc)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1aa)]()[A(0x1a1)](A(0x1e4))[A(0x1aa)]()[A(0x1dc)](g)[A(0x1a1)](A(0x1e4));});g();try{const h=a65e[B(0x1dd)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e['box']({'top':'0%','left':'75%','width':B(0x1b9),'height':B(0x1a4),'border':{'type':B(0x18c)},'label':B(0x1e2),'content':B(0x1db),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1a8)]()[C(0x1b8)](v=>v[C(0x1d1)]);i[C(0x1c0)](u[C(0x18f)]('\x0a')),h[C(0x193)]();};h[B(0x1d8)](i);const k=a65e[B(0x1d9)]({'top':'45%','left':B(0x1d5),'width':B(0x1b9),'height':B(0x1b9),'border':{'type':B(0x18c)},'label':B(0x1ab),'content':B(0x1ba),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1d8)](k);const l=t=>{const D=B;k[D(0x1c0)](D(0x1c1)+(t[D(0x1b0)]?t['head']['name']:D(0x1e5))+'\x0a'+(D(0x1cf)+(t[D(0x1a0)]?t[D(0x1a0)][D(0x1d1)]:D(0x1e5))+'\x0a')+(D(0x18e)+(t[D(0x197)]?t[D(0x197)]['name']:D(0x1e5))+'\x0a')+('Feet:\x20'+(t[D(0x1c8)]?t[D(0x1c8)][D(0x1d1)]:D(0x1e5))+'\x0a')+(D(0x1bb)+(t[D(0x1d4)]?t[D(0x1d4)][D(0x1d1)]:D(0x1e5))+'\x0a')+(D(0x1c2)+(t['gloves']?t[D(0x1b1)][D(0x1d1)]:D(0x1e5))+'\x0a')+(D(0x1d2)+(t[D(0x194)]?t[D(0x194)][D(0x1d1)]:D(0x1e5))+'\x0a')+(D(0x1c7)+(t[D(0x190)]?t[D(0x190)][D(0x1d1)]:'None')+'\x0a')),h[D(0x193)]();},m=a65e[B(0x1d9)]({'top':B(0x19a),'left':B(0x1d5),'width':B(0x1b9),'height':B(0x1b6),'border':{'type':'line'},'label':'\x20Map\x20','content':B(0x1ad),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1d8)](m);const n=t=>{const E=B;let u=E(0x1e6)+t[E(0x1d1)]+'\x0a\x0a';u+=E(0x1e3),t[E(0x1ca)][E(0x1c6)]>0x0?t[E(0x1ca)][E(0x19f)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1bd)](t);x[F(0x1b7)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x1d1)]:u+=capitalCase(w)+':\x20'+v[F(0x1d1)];if(v['checkIfLocked']())u+=F(0x19c);else v[F(0x1c4)]()&&(u+=F(0x192));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1a6),m[E(0x1c0)](u),h[E(0x193)]();},o=a65e[B(0x1d9)]({'id':B(0x1b3),'top':'0%','left':'0%','width':B(0x1d5),'height':B(0x1a5),'border':{'type':B(0x18c)},'label':B(0x1e8),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1e1)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners']('mousemove'),h[B(0x1d8)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x1bf),'height':B(0x1de),'tags':!![],'border':{'type':B(0x18c)},'style':{'fg':'white','border':{'fg':B(0x1c9)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1d8)](p),h['key']([B(0x199),B(0x1df)],()=>process[B(0x1cd)](0x0)),p[B(0x19d)](),h[B(0x193)]();const q=Logger[B(0x1e7)](e['logFilePath'],h),r=new Player({'playerName':c});q[B(0x191)](B(0x1d6));const s=a65f[B(0x1e7)](r,d);o[B(0x1c0)](s[B(0x1c5)]()),l(s['player'][B(0x1c3)]),j(s[B(0x1da)][B(0x1a3)]),n(s[B(0x1da)]['currentLocation']),p[B(0x1a2)]([B(0x1e9)],async()=>{const G=B,t=p[G(0x1d7)](),u=s[G(0x1be)](t);(t[G(0x196)]('\x20')[0x0]==='take'||G(0x1a7)||G(0x1af))&&(j(s[G(0x1da)]['inventory']),l(s['player'][G(0x1c3)])),(t[G(0x196)]('\x20')[0x0]==='go'||G(0x1e0)||G(0x1ce))&&n(s[G(0x1da)]['currentLocation']),t['split']('\x20')[0x0]===G(0x198)&&o[G(0x1c0)](''),u===null&&(console[G(0x1b2)](G(0x195)),h['render'](),q[G(0x191)](G(0x18d)),process[G(0x1cd)](0x0)),o[G(0x1ae)](u),o['scroll'](0x1),p['clearValue'](),p[G(0x19d)](),h[G(0x193)]();});}catch(t){console[B(0x1b2)](t),process[B(0x1cd)](0x1);}}const args=process['argv'][a65H(0x1a9)](0x2);main(args[0x0],JSON[a65H(0x19b)](args[0x1]),JSON[a65H(0x19b)](args[0x2]));
@@ -1 +1 @@
1
- const a63k=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=-parseInt(h(0x1c9))/0x1*(-parseInt(h(0x1e3))/0x2)+parseInt(h(0x1c8))/0x3*(-parseInt(h(0x1de))/0x4)+-parseInt(h(0x1dd))/0x5*(-parseInt(h(0x1d5))/0x6)+parseInt(h(0x1d8))/0x7*(-parseInt(h(0x1d6))/0x8)+-parseInt(h(0x1d4))/0x9*(-parseInt(h(0x1bb))/0xa)+-parseInt(h(0x1ce))/0xb*(parseInt(h(0x1db))/0xc)+parseInt(h(0x1e4))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x372f3));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a63d;if(c){const e=c[i(0x1d2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const j=a63d;return a63a[j(0x1c4)]()[j(0x1ca)](j(0x1c5))[j(0x1c4)]()['constructor'](a63a)['search'](j(0x1c5));});a63a();import a63e from'fs';import a63f from'os';import a63g from'path';const homeDir=a63f[a63k(0x1cf)]();function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1bb;let f=c[d];return f;},a63d(a,b);}function a63c(){const q=['instance','find','screen','toString','(((.+)+)+)+$','render','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','5637JMhMEr','47NzGHsz','search','options','join','log','1791592mfirQY','homedir','logBox','appendFileSync','apply','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','312669eFyAJw','6syPWRy','2152CsqHZg','children','6363bxJywF','getScrollHeight','getInstance','24cdWOZo','.maka','2072720aYZmTb','956UFOyMV','[INFO]\x20[','existsSync','write','ensureLogFileExists','4754fhdEkc','5283837ItTrQp','toISOString','90vSxhvN','setContent','error','type','filePath','box'];a63c=function(){return q;};return a63c();}export class Logger{static ['instance'];[a63k(0x1bf)];['screen'];constructor(a,b){const l=a63k;this['filePath']=a,this[l(0x1c3)]=b,this[l(0x1e2)]();}static[a63k(0x1da)](a=a63g[a63k(0x1cc)](homeDir,a63k(0x1dc),'side-quest.log'),b){const m=a63k;if(!Logger[m(0x1c1)]){if(!b)throw new Error(m(0x1d3));Logger[m(0x1c1)]=new Logger(a,b);}return Logger['instance'];}['ensureLogFileExists'](){const n=a63k,a=a63g['dirname'](this[n(0x1bf)]);!a63e[n(0x1e0)](a)&&a63e['mkdirSync'](a,{'recursive':!![]}),!a63e[n(0x1e0)](this[n(0x1bf)])&&a63e['writeFileSync'](this['filePath'],'');}[a63k(0x1e1)](a){const o=a63k,b=new Date()[o(0x1e5)](),c=o(0x1df)+b+']\x20'+a+'\x0a';a63e[o(0x1d1)](this[o(0x1bf)],c);}['error'](a){const b=new Date()['toISOString'](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a63e['appendFileSync'](this['filePath'],c);}[a63k(0x1cd)](a){const p=a63k,b=this['screen']?.[p(0x1d7)][p(0x1c2)](c=>c[p(0x1be)]===p(0x1c0)&&c[p(0x1cb)]['id']===p(0x1d0));b?(b[p(0x1bc)](b['content']+'\x0a'+a),b['scrollTo'](b[p(0x1d9)]()),this[p(0x1c3)]?.[p(0x1c6)]()):this[p(0x1bd)]('The\x20logbox\x20'+b+p(0x1c7)+this['screen']),this[p(0x1e1)](a);}['hasScreen'](){return!!this['screen'];}}
1
+ function a66c(){const r=['search','type','instance','content','screen','ensureLogFileExists','constructor','apply','writeFileSync','.maka','1001631pThKpI','mkdirSync','7lgwaRu','homedir','The\x20logbox\x20','[INFO]\x20[','log','[ERROR]\x20[','13315irCXGM','appendFileSync','30UNlsug','toString','find','join','children','write','setContent','side-quest.log','2xeXkMZ','(((.+)+)+)+$','dirname','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','6081658xlsrqB','options','filePath','getInstance','scrollTo','5312628Ghqorh','757033oJVaLK','logBox','getScrollHeight','196620pPlmvU','800GKiXZr','4108216SIIubO','hasScreen','error'];a66c=function(){return r;};return a66c();}const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0xad))/0x1*(parseInt(h(0xa3))/0x2)+parseInt(h(0x91))/0x3+parseInt(h(0xb1))/0x4*(-parseInt(h(0x99))/0x5)+-parseInt(h(0xb0))/0x6*(-parseInt(h(0x93))/0x7)+parseInt(h(0xb2))/0x8+-parseInt(h(0xac))/0x9+-parseInt(h(0x9b))/0xa*(-parseInt(h(0xa7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xa0dc3));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x8e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x9c)]()[j(0xb5)](j(0xa4))[j(0x9c)]()[j(0x8d)](a66a)[j(0xb5)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x88;let f=c[d];return f;},a66d(a,b);}import a66g from'path';const homeDir=a66f[a66k(0x94)]();export class Logger{static [a66k(0x89)];[a66k(0xa9)];[a66k(0x8b)];constructor(a,b){const l=a66k;this[l(0xa9)]=a,this[l(0x8b)]=b,this[l(0x8c)]();}static[a66k(0xaa)](a=a66g[a66k(0x9e)](homeDir,a66k(0x90),a66k(0xa2)),b){const m=a66k;if(!Logger[m(0x89)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x89)]=new Logger(a,b);}return Logger[m(0x89)];}[a66k(0x8c)](){const n=a66k,a=a66g[n(0xa5)](this[n(0xa9)]);!a66e['existsSync'](a)&&a66e[n(0x92)](a,{'recursive':!![]}),!a66e['existsSync'](this['filePath'])&&a66e[n(0x8f)](this['filePath'],'');}[a66k(0xa0)](a){const o=a66k,b=new Date()['toISOString'](),c=o(0x96)+b+']\x20'+a+'\x0a';a66e[o(0x9a)](this[o(0xa9)],c);}['error'](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x98)+b+']\x20'+a+'\x0a';a66e[p(0x9a)](this[p(0xa9)],c);}[a66k(0x97)](a){const q=a66k,b=this[q(0x8b)]?.[q(0x9f)][q(0x9d)](c=>c[q(0x88)]==='box'&&c[q(0xa8)]['id']===q(0xae));b?(b[q(0xa1)](b[q(0x8a)]+'\x0a'+a),b[q(0xab)](b[q(0xaf)]()),this[q(0x8b)]?.['render']()):this[q(0xb4)](q(0x95)+b+q(0xa6)+this[q(0x8b)]),this[q(0xa0)](a);}[a66k(0xb3)](){return!!this['screen'];}}
@@ -1 +1 @@
1
- function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1dc;let f=c[d];return f;},a64d(a,b);}function a64c(){const q=['stringify','Thanks\x20for\x20playing!','1492353fngxbQ','inherit','./sideQuest/ui.js','list','join','6qWTVgl','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...','create','652480zDZVDo','3971165RCsReu','exit','options','player','log','constructor','10sapmaD','1164ncfWJV','3565qYXAhM','(((.+)+)+)+$','4YDoFoV','url','82041QqqteI','maka\x20play:side-quest','ask','side-quest.log','336390roZwAw','getGlobalMakaDir','search','shadowrun','fsi','489755vmsEie','apply','What\x20is\x20your\x20name?','dungeon','toString','side-quest','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?'];a64c=function(){return q;};return a64c();}const a64n=a64d;(function(a,b){const k=a64d,c=a();while(!![]){try{const d=parseInt(k(0x202))/0x1*(parseInt(k(0x200))/0x2)+parseInt(k(0x1df))/0x3+-parseInt(k(0x1fd))/0x4*(-parseInt(k(0x1fe))/0x5)+-parseInt(k(0x1f2))/0x6*(-parseInt(k(0x1e4))/0x7)+parseInt(k(0x1f5))/0x8+-parseInt(k(0x1ed))/0x9*(parseInt(k(0x1fc))/0xa)+-parseInt(k(0x1f6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x1a764));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a64d;if(c){const e=c[l(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const m=a64d;return a64a[m(0x1e8)]()[m(0x1e1)](m(0x1ff))['toString']()[m(0x1fb)](a64a)[m(0x1e1)](m(0x1ff));});a64a();import a64e from'path';import{spawn}from'child_process';import a64f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a64n(0x201)]),__dirname=dirname(__filename);Command[a64n(0x1f4)]({'name':a64n(0x1e9),'usage':a64n(0x1dc),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a64n(0x1f3),'validOpts':[a64n(0x1f9)]},async function(a,b){const o=a64n;try{const c=this[o(0x1e3)][o(0x1e0)](),d=a64e[o(0x1f1)](c,o(0x1de)),e=b[o(0x1f9)]?b[o(0x1f9)]:await Actions[o(0x1dd)](o(0x1e6))||'Commoner',f={...b,'logFilePath':d},g={'type':o(0x1f0),'name':'sideQuestAnswer','message':o(0x1ea),'choices':[{'name':o(0x1e7),'value':dungeonConfig},{'name':o(0x1e2),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x1f8)](g);if(e&&h){const i=spawn('node',[a64e['resolve'](__dirname,o(0x1ef)),e,JSON[o(0x1eb)](h),JSON[o(0x1eb)](f)],{'stdio':o(0x1ee)});i['on'](o(0x1f7),()=>{const p=o;console[p(0x1fa)](p(0x1ec));});}}catch(j){console[o(0x1fa)](j);}},a64f);
1
+ function a67c(){const q=['log','join','exit','dungeon','250370gvAkLz','Commoner','954YSvDGv','11WDMNCY','stringify','4164yGouPc','inherit','4743288BxQVXP','getGlobalMakaDir','(((.+)+)+)+$','Thanks\x20for\x20playing!','./sideQuest/ui.js','apply','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...','sideQuestAnswer','26KqYTkT','72GHLtdV','options','7309962QYbpqQ','create','list','fsi','player','12854510AlQuBp','What\x20is\x20your\x20name?','constructor','52DGZSvA','7DCCeGI','toString','resolve','search','shadowrun','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','side-quest','node','903816ZLfrao','825022kHiPad','side-quest.log'];a67c=function(){return q;};return a67c();}const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x170))/0x1+parseInt(k(0x178))/0x2*(parseInt(k(0x151))/0x3)+parseInt(k(0x166))/0x4*(-parseInt(k(0x176))/0x5)+parseInt(k(0x15e))/0x6*(-parseInt(k(0x167))/0x7)+-parseInt(k(0x16f))/0x8*(-parseInt(k(0x15c))/0x9)+-parseInt(k(0x163))/0xa*(-parseInt(k(0x14f))/0xb)+parseInt(k(0x153))/0xc*(parseInt(k(0x15b))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xe757c));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a['toString']()[m(0x16a)]('(((.+)+)+)+$')[m(0x168)]()[m(0x165)](a67a)[m(0x16a)](m(0x155));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f 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';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x14f;let f=c[d];return f;},a67d(a,b);}const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a67n(0x15f)]({'name':a67n(0x16d),'usage':'maka\x20play:side-quest','shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a67n(0x159),'validOpts':['player']},async function(a,b){const o=a67n;try{const c=this[o(0x161)][o(0x154)](),d=a67e[o(0x173)](c,o(0x171)),e=b[o(0x162)]?b[o(0x162)]:await Actions['ask'](o(0x164))||o(0x177),f={...b,'logFilePath':d},g={'type':o(0x160),'name':o(0x15a),'message':o(0x16c),'choices':[{'name':o(0x175),'value':dungeonConfig},{'name':o(0x16b),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0x15d)](g);if(e&&h){const i=spawn(o(0x16e),[a67e[o(0x169)](__dirname,o(0x157)),e,JSON['stringify'](h),JSON[o(0x150)](f)],{'stdio':o(0x152)});i['on'](o(0x174),()=>{const p=o;console[p(0x172)](p(0x156));});}}catch(j){console[o(0x172)](j);}},a67f);
@@ -1 +1 @@
1
- var a65i=a65d;(function(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x1d8))/0x1*(parseInt(f(0x1e9))/0x2)+parseInt(f(0x1d9))/0x3*(parseInt(f(0x1db))/0x4)+-parseInt(f(0x1d6))/0x5*(parseInt(f(0x1df))/0x6)+-parseInt(f(0x1e2))/0x7*(parseInt(f(0x1d5))/0x8)+-parseInt(f(0x1e4))/0x9+-parseInt(f(0x1e0))/0xa+parseInt(f(0x1da))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x7223d));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x1e8)]()['search']('(((.+)+)+)+$')[h(0x1e8)]()[h(0x1dd)](a65a)['search'](h(0x1dc));});a65a();import a65e from'./play.command.js';import{Command}from'../../command.js';function a65c(){var k=['7NKQBRG','snake','2809350oGmmsn','npx\x20command-line-snake','create','inherit','toString','487822JcVoQZ','2929096YDyJIw','1872720VCfwRz','apply','2CocJXu','3CFryqE','18386786QmsVfa','1819876mPYZzv','(((.+)+)+)+$','constructor','maka\x20game:snake','12VAyRMO','7194250WWgXaR','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake'];a65c=function(){return k;};return a65c();}import{execSync}from'child_process';function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x1d5;var f=c[d];return f;},a65d(a,b);}Command[a65i(0x1e6)]({'name':a65i(0x1e3),'usage':a65i(0x1de),'shortDesc':a65i(0x1e1),'validOpts':[]},async function(){var j=a65i;execSync(j(0x1e5),{'stdio':j(0x1e7)});},a65e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x13d))/0x1*(-parseInt(f(0x14a))/0x2)+parseInt(f(0x145))/0x3*(parseInt(f(0x13e))/0x4)+-parseInt(f(0x141))/0x5*(parseInt(f(0x147))/0x6)+-parseInt(f(0x148))/0x7*(-parseInt(f(0x143))/0x8)+-parseInt(f(0x146))/0x9*(parseInt(f(0x13f))/0xa)+-parseInt(f(0x140))/0xb+-parseInt(f(0x14c))/0xc*(-parseInt(f(0x151))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x41377));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x14b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x14d)]()[h(0x150)](h(0x14e))['toString']()[h(0x14f)](a68a)[h(0x150)](h(0x14e));});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x13d;var f=c[d];return f;},a68d(a,b);}a68a();function a68c(){var k=['2872067FrqxmK','565gpEWfL','npx\x20command-line-snake','1328BUDtJI','maka\x20game:snake','310362fEZTrG','9WcRODI','12462UpuflS','10661oVTaSj','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','17282CxArej','apply','287148HfBWrP','toString','(((.+)+)+)+$','constructor','search','403ZYXHkB','47pIbmps','12Gxewbn','1359270ekoPPY'];a68c=function(){return k;};return a68c();}import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':'snake','usage':a68i(0x144),'shortDesc':a68i(0x149),'validOpts':[]},async function(){var j=a68i;execSync(j(0x142),{'stdio':'inherit'});},a68e);
@@ -1 +1 @@
1
- function a66c(){var k=['(((.+)+)+)+$','4HqBHKt','2937bofofb','8650KbdtuL','7ykBUgr','toString','384448mjjoij','12gbVbAz','maka\x20game:tetris','11944sGgkgG','inherit','36PwOdHs','491373VrdBSn','constructor','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','7241000DdzMVV','npx\x20simple-tetris','search','create','apply','59034iHdDkc','56580riFAQy','25OmXaXK'];a66c=function(){return k;};return a66c();}var a66i=a66d;(function(a,b){var f=a66d,c=a();while(!![]){try{var d=-parseInt(f(0x11a))/0x1+parseInt(f(0x115))/0x2*(parseInt(f(0x109))/0x3)+parseInt(f(0x112))/0x4*(-parseInt(f(0x113))/0x5)+parseInt(f(0x111))/0x6*(-parseInt(f(0x118))/0x7)+-parseInt(f(0x11d))/0x8*(-parseInt(f(0x108))/0x9)+parseInt(f(0x117))/0xa*(-parseInt(f(0x116))/0xb)+-parseInt(f(0x11b))/0xc*(-parseInt(f(0x10c))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x2f81b));var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0x110)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a['toString']()[h(0x10e)](h(0x114))[h(0x119)]()[h(0x10a)](a66a)[h(0x10e)](h(0x114));});a66a();import a66e from'./play.command.js';function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0x108;var f=c[d];return f;},a66d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a66i(0x10f)]({'name':'tetris','usage':a66i(0x11c),'shortDesc':a66i(0x10b),'validOpts':[]},async function(){var j=a66i;execSync(j(0x10d),{'stdio':j(0x11e)});},a66e);
1
+ function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x99;var f=c[d];return f;},a69d(a,b);}var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x9f))/0x1*(-parseInt(f(0x9a))/0x2)+parseInt(f(0x9d))/0x3*(parseInt(f(0x9e))/0x4)+-parseInt(f(0xa6))/0x5+-parseInt(f(0xa9))/0x6+-parseInt(f(0xa2))/0x7+parseInt(f(0xa1))/0x8*(-parseInt(f(0x9b))/0x9)+parseInt(f(0x9c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb3f02));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xa4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xaa)]()[h(0xa0)](h(0x99))[h(0xaa)]()[h(0xa5)](a69a)[h(0xa0)](h(0x99));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a69i(0xa7),'usage':'maka\x20game:tetris','shortDesc':a69i(0xa8),'validOpts':[]},async function(){var j=a69i;execSync(j(0xa3),{'stdio':'inherit'});},a69e);function a69c(){var k=['4170714hqBYiJ','toString','(((.+)+)+)+$','354010QGDDkm','172665xaXbRq','17501200lQYwvV','582gKdBow','16396LwGEJB','4YNKMKW','search','112AudPAs','9470776WPXeUk','npx\x20simple-tetris','apply','constructor','998215UgJXFR','tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris'];a69c=function(){return k;};return a69c();}
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x179))/0x1*(-parseInt(f(0x17b))/0x2)+parseInt(f(0x17a))/0x3+-parseInt(f(0x178))/0x4+-parseInt(f(0x173))/0x5*(-parseInt(f(0x17c))/0x6)+-parseInt(f(0x17d))/0x7+-parseInt(f(0x183))/0x8+parseInt(f(0x174))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x64d93));function a67c(){const k=['24KvSAnk','3924396kMgRIY','maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks','search','generate','maka\x20generate:scaffold\x20todos','3336864zDTlUG','(((.+)+)+)+$','create','splice','toString','constructor','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:package\x20package:name','apply','maka\x20g:template\x20todos/todo_item','924710ODcDlU','7220718UVAvvx','Scaffold\x20various\x20parts\x20of\x20your\x20application','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','exit','1947420dLlZgv','189UfXfFl','591177mVofnV','1466ulKuHs'];a67c=function(){return k;};return a67c();}const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x171)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x16d)]()[h(0x180)](h(0x184))[h(0x16d)]()[h(0x16e)](a67a)['search'](h(0x184));});a67a();import{Command}from'../command.js';import a67e from'../generators/maka.gen.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x16c;let f=c[d];return f;},a67d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a67i(0x185)]({'name':a67i(0x181),'aliases':['g'],'usage':a67i(0x16f),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a67i(0x175),'description':a67i(0x176),'examples':[a67i(0x182),'maka\x20g:scaffold\x20todos',a67i(0x172),a67i(0x170),a67i(0x17e),a67i(0x17f),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a67i;try{const c=a[0x0];c?(a[j(0x16c)](0x0,0x1),await a67e['processAndRunGenerator'](c,a,b)):a67e['invoke'](a,b);}catch(d){Log['error'](d),process[j(0x177)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0xf1))/0x1+parseInt(f(0x104))/0x2+parseInt(f(0x102))/0x3+parseInt(f(0xf0))/0x4*(-parseInt(f(0xfa))/0x5)+parseInt(f(0x10b))/0x6+-parseInt(f(0xf5))/0x7*(-parseInt(f(0x109))/0x8)+-parseInt(f(0xfb))/0x9*(parseInt(f(0xfd))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xab5cd));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xee;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0xf6)]()[h(0xfc)](h(0xff))[h(0xf6)]()[h(0x108)](a70a)['search']('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0xf7)]({'name':a70i(0xf8),'aliases':['g'],'usage':a70i(0x103),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x105),'description':a70i(0xfe),'examples':[a70i(0x107),a70i(0xef),a70i(0x10a),'maka\x20g:package\x20package:name',a70i(0x106),a70i(0xf9),a70i(0x101)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0xf2)](0x0,0x1),await a70e[j(0xee)](c,a,b)):a70e[j(0x100)](a,b);}catch(d){Log['error'](d),process[j(0xf3)](0x1);}});function a70c(){const k=['constructor','8nOlSEA','maka\x20g:template\x20todos/todo_item','2340750FrvDAr','processAndRunGenerator','maka\x20g:scaffold\x20todos','4zLRJjk','1012045pkpBMz','splice','exit','apply','8455573vVHWdZ','toString','create','generate','maka\x20g:api\x20trucks','1866595qAgTtU','11241qmRuiT','search','10810HXPNnq','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','(((.+)+)+)+$','invoke','maka\x20g:dbc\x20geoserver\x20--type=pgsql','1703112CcdoGw','maka\x20{generate,\x20g}:<generator>\x20<name>','2543332UUlfjx','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:route\x20todos/edit','maka\x20generate:scaffold\x20todos'];a70c=function(){return k;};return a70c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0xcd))/0x1+-parseInt(f(0xd3))/0x2+-parseInt(f(0xca))/0x3+parseInt(f(0xc9))/0x4+parseInt(f(0xc7))/0x5*(-parseInt(f(0xcf))/0x6)+-parseInt(f(0xc8))/0x7*(parseInt(f(0xd0))/0x8)+-parseInt(f(0xd2))/0x9*(-parseInt(f(0xcb))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x8017c));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var g=a68d;return a68a[g(0xd1)]()[g(0xcc)]('(((.+)+)+)+$')[g(0xd1)]()[g(0xce)](a68a)[g(0xcc)]('(((.+)+)+)+$');});a68a();import'./get.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xc7;var f=c[d];return f;},a68d(a,b);}import'./global.sub.cmd.js';function a68c(){var h=['10VmeTgB','search','1045510DUXjqC','constructor','42rgsFyA','4945544HdZPeZ','toString','3123675GOZlSB','1263446OOHseW','119785KIOBkr','7VMUWYJ','2226056fJUipb','20448PDBlXG'];a68c=function(){return h;};return a68c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0xa8))/0x1*(-parseInt(f(0xaf))/0x2)+-parseInt(f(0xa9))/0x3+parseInt(f(0xa4))/0x4*(-parseInt(f(0xa5))/0x5)+parseInt(f(0xa7))/0x6*(parseInt(f(0xae))/0x7)+-parseInt(f(0xab))/0x8*(-parseInt(f(0xac))/0x9)+-parseInt(f(0x9f))/0xa*(parseInt(f(0xa2))/0xb)+-parseInt(f(0xaa))/0xc*(-parseInt(f(0xa0))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x4aff3));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()[h(0xa1)](h(0xa6))[h(0xa3)]()['constructor'](a71a)[h(0xa1)]('(((.+)+)+)+$');});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x9f;var f=c[d];return f;},a71d(a,b);}a71a();function a71c(){var i=['234843HxsTku','20wXlaBH','20KCILZQ','21080410UrXNRL','search','3256550ZUenaF','toString','308816XGsFcs','25oCNQCR','(((.+)+)+)+$','6MuznCX','31945wtfvdI','673977bhZVrN','12RGnbKH','464792HqhTxj','27OnSKSe','apply'];a71c=function(){return i;};return a71c();}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x112;let f=c[d];return f;},a69d(a,b);}const a69i=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=-parseInt(f(0x116))/0x1*(parseInt(f(0x119))/0x2)+parseInt(f(0x11d))/0x3*(-parseInt(f(0x124))/0x4)+-parseInt(f(0x11b))/0x5*(parseInt(f(0x123))/0x6)+-parseInt(f(0x11f))/0x7+-parseInt(f(0x117))/0x8*(-parseInt(f(0x128))/0x9)+-parseInt(f(0x126))/0xa+-parseInt(f(0x112))/0xb*(-parseInt(f(0x121))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x4b5a7));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a69d;if(c){const e=c[g(0x114)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a[h(0x118)]()[h(0x129)](h(0x11c))[h(0x118)]()[h(0x113)](a69a)[h(0x129)](h(0x11c));});a69a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a69i(0x115)]({'name':a69i(0x125),'usage':a69i(0x11e),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a69i,c=a[0x0],d=this[j(0x120)](c);if(d)return await this[j(0x122)](c,a,b);else{Log[j(0x11a)](j(0x127));throw new UsageErrorWithSubs();}});function a69c(){const k=['get','566300gpEckX','Sub-Command\x20not\x20found','761652RUaUDe','search','13483151DAGmQa','constructor','apply','create','214404DyumIt','16xeKnpF','toString','4lIrxTQ','error','55eFxqhO','(((.+)+)+)+$','153861lMTyFE','maka\x20get:<sub-command>','952777cmPvJv','findSubCommand','12QkcTXu','runSubCommand','29730jqlaMv','32CdpzLV'];a69c=function(){return k;};return a69c();}export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x1bf))/0x1+-parseInt(f(0x1cb))/0x2+-parseInt(f(0x1c7))/0x3+-parseInt(f(0x1c6))/0x4*(parseInt(f(0x1c4))/0x5)+-parseInt(f(0x1c1))/0x6+-parseInt(f(0x1ca))/0x7*(parseInt(f(0x1c0))/0x8)+parseInt(f(0x1ce))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xed068));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0x1c5)]()[h(0x1c8)]('(((.+)+)+)+$')[h(0x1c5)]()[h(0x1cd)](a72a)[h(0x1c8)]('(((.+)+)+)+$');});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a72i(0x1be)]({'name':a72i(0x1cc),'usage':a72i(0x1c9),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0x1cf)](c);if(d)return await this[j(0x1c3)](c,a,b);else{Log[j(0x1bc)](j(0x1c2));throw new UsageErrorWithSubs();}});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a72d(a,b);}function a72c(){const k=['error','apply','create','1690835prloyK','725672oQuPBw','5781984hYmWpx','Sub-Command\x20not\x20found','runSubCommand','1175tFxqLu','toString','6836SMDquc','4459530vdHfdx','search','maka\x20get:<sub-command>','91GTaWbt','1472004mohdfk','get','constructor','66858291dVasGQ','findSubCommand'];a72c=function(){return k;};return a72c();}export default GetCommand;
@@ -1 +1 @@
1
- function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a70d(a,b);}const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1dc))/0x1*(parseInt(f(0x1e5))/0x2)+-parseInt(f(0x1e2))/0x3+-parseInt(f(0x1d8))/0x4*(parseInt(f(0x1d4))/0x5)+parseInt(f(0x1e8))/0x6*(parseInt(f(0x1e6))/0x7)+parseInt(f(0x1d9))/0x8+-parseInt(f(0x1e7))/0x9+-parseInt(f(0x1e3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xee3b9));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1d7)]()[h(0x1d5)]('(((.+)+)+)+$')['toString']()[h(0x1da)](a70a)[h(0x1d5)](h(0x1e1));});a70a();import a70e from'./get.command.js';import{Command}from'../../command.js';function a70c(){const k=['1031610pTRlEK','create','13274JfKtks','12965827RJvitJ','13670793UCGYSn','6UymkDD','getGlobalConfig','335CQgShX','search','exit','toString','36896HTYVdC','10419928QAgSnX','constructor','fsi','269JTkEQh','apply','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','log','error','(((.+)+)+)+$','5172474aGmnBS'];a70c=function(){return k;};return a70c();}Command[a70i(0x1e4)]({'name':'global-config','usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a70i(0x1de),'validOpts':[]},async function(){const j=a70i;try{const a=await this[j(0x1db)][j(0x1d3)]();console[j(0x1df)](a),process[j(0x1d6)](0x0);}catch(b){console[j(0x1e0)](b),process[j(0x1d6)](0x0);}},a70e);
1
+ const a73i=a73d;function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xb9;let f=c[d];return f;},a73d(a,b);}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0xc7))/0x1*(parseInt(f(0xbe))/0x2)+parseInt(f(0xc5))/0x3*(-parseInt(f(0xba))/0x4)+parseInt(f(0xd0))/0x5+-parseInt(f(0xc8))/0x6*(-parseInt(f(0xcd))/0x7)+-parseInt(f(0xcb))/0x8*(-parseInt(f(0xc6))/0x9)+-parseInt(f(0xb9))/0xa+-parseInt(f(0xbf))/0xb*(-parseInt(f(0xc2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x88442));function a73c(){const k=['682552UcWqvv','toString','5593063aEpQZQ','(((.+)+)+)+$','global-config','731305vfLuGx','2167720hlaBFx','4JoPoPd','constructor','log','apply','10eUcENq','12126279RgtehI','exit','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','12tQgZBz','error','maka\x20get:global-config','2079375NpwQFA','9SJFdtk','132987Tdgywt','6cvrCic','getGlobalConfig','fsi'];a73c=function(){return k;};return a73c();}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xcc)]()['search'](h(0xce))[h(0xcc)]()[h(0xbb)](a73a)['search'](h(0xce));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a73i(0xcf),'usage':a73i(0xc4),'aliases':['gc'],'shortDesc':a73i(0xc1),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xca)][j(0xc9)]();console[j(0xbc)](a),process[j(0xc0)](0x0);}catch(b){console[j(0xc3)](b),process['exit'](0x0);}},a73e);
@@ -1 +1 @@
1
- function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x145;let f=c[d];return f;},a71d(a,b);}const a71i=a71d;(function(a,b){const f=a71d,c=a();while(!![]){try{const d=-parseInt(f(0x14f))/0x1+parseInt(f(0x154))/0x2+-parseInt(f(0x14a))/0x3+-parseInt(f(0x14c))/0x4*(-parseInt(f(0x14d))/0x5)+-parseInt(f(0x155))/0x6*(-parseInt(f(0x149))/0x7)+parseInt(f(0x153))/0x8+-parseInt(f(0x145))/0x9*(parseInt(f(0x152))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x6db5f));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a71d;if(c){const e=c[g(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const h=a71d;return a71a['toString']()[h(0x150)]('(((.+)+)+)+$')[h(0x14b)]()[h(0x148)](a71a)[h(0x150)]('(((.+)+)+)+$');});a71a();function a71c(){const k=['628CqCQdX','8435aKMMOz','create','357441LztKJI','search','local-config','1030idWfnP','3792312zhbzND','1180798CRbdtK','4146TJLsKD','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','36441lktRaI','apply','fsi','constructor','847SQIslT','567135ppQMXK','toString'];a71c=function(){return k;};return a71c();}import a71e from'./get.command.js';import{Command}from'../../command.js';Command[a71i(0x14e)]({'name':a71i(0x151),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a71i(0x156),'validOpts':[]},async function(){const j=a71i,a=await this[j(0x147)]['getMakaProjectConfig']();console['log'](a);},a71e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x139))/0x1+parseInt(f(0x146))/0x2+parseInt(f(0x140))/0x3+parseInt(f(0x147))/0x4*(-parseInt(f(0x143))/0x5)+parseInt(f(0x145))/0x6+-parseInt(f(0x142))/0x7*(parseInt(f(0x13f))/0x8)+parseInt(f(0x13b))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa78d2));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x13a)]()[h(0x14b)](h(0x149))[h(0x13a)]()[h(0x141)](a74a)[h(0x14b)](h(0x149));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x139;let f=c[d];return f;},a74d(a,b);}function a74c(){const k=['7122780glyAnh','getMakaProjectConfig','create','apply','16rvZyeX','2047686OWQgFd','constructor','294868NrNpxd','3178670uKMWFX','local-config','3641472juyUFh','401358HEvkjO','4XyEibF','fsi','(((.+)+)+)+$','log','search','875301cpAjrB','toString'];a74c=function(){return k;};return a74c();}Command[a74i(0x13d)]({'name':a74i(0x144),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a74i,a=await this[j(0x148)][j(0x13c)]();console[j(0x14a)](a);},a74e);
@@ -1 +1 @@
1
- const a72j=a72d;(function(a,b){const g=a72d,c=a();while(!![]){try{const d=-parseInt(g(0x102))/0x1+-parseInt(g(0x117))/0x2*(-parseInt(g(0x109))/0x3)+parseInt(g(0x118))/0x4*(parseInt(g(0x103))/0x5)+-parseInt(g(0x10a))/0x6*(-parseInt(g(0x10f))/0x7)+-parseInt(g(0x11b))/0x8*(parseInt(g(0x115))/0x9)+-parseInt(g(0x113))/0xa*(parseInt(g(0x11c))/0xb)+parseInt(g(0x111))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xd60d4));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a72d;if(c){const e=c[h(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const i=a72d;return a72a[i(0x108)]()['search'](i(0x104))[i(0x108)]()[i(0x11f)](a72a)[i(0x11d)](i(0x104));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x102;let f=c[d];return f;},a72d(a,b);}import a72e from'./get.command.js';import{Command}from'../../command.js';function a72c(){const l=['9059568xVxODd','whoami','125120AnuIBg','maka\x20get:whoami','13590jSdgMt','exit','2cNaFOs','11728GleKIE','apply','notice','4504QUFpCA','1441pitKCG','search','userId','constructor','authToken','error','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1355133APCUpG','2350QkdnTg','(((.+)+)+)+$','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','roles','getGlobalConfig','toString','4680954gnoyuy','6166614VrcPUv','token','silent','user','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','7BhHFnZ','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'];a72c=function(){return l;};return a72c();}import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';Command['create']({'name':a72j(0x112),'usage':a72j(0x114),'shortDesc':a72j(0x122),'validOpts':[a72j(0x10c)]},async function(a,b){const k=a72j;try{const c=await this['fsi'][k(0x107)]();let d=null;return c['hash']&&(d=await a72f['decode'](c['hash']),!b['silent']&&(Log[k(0x11a)](k(0x10e)+d?.[k(0x10d)]),Log['notice'](k(0x105)+c[k(0x10b)]?.[k(0x11e)]),Log[k(0x11a)]('User\x20Access\x20Token:\x20\x20'+c[k(0x10b)]?.[k(0x120)]),Log['notice'](k(0x110)+d?.[k(0x106)]['join'](',\x20')))),c;}catch(f){Log[k(0x121)](f),process[k(0x116)](0x1);}},a72e);
1
+ const a75i=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x12f))/0x1*(parseInt(g(0x11a))/0x2)+-parseInt(g(0x128))/0x3*(parseInt(g(0x11b))/0x4)+parseInt(g(0x117))/0x5+-parseInt(g(0x121))/0x6+-parseInt(g(0x130))/0x7+-parseInt(g(0x11e))/0x8+parseInt(g(0x119))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xb51f7));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x12d)]()['search'](h(0x12a))[h(0x12d)]()[h(0x12c)](a75a)[h(0x127)]('(((.+)+)+)+$');});function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x117;let f=c[d];return f;},a75d(a,b);}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75c(){const k=['21450510iToTmV','2QArZcK','8cRTwpo','userId','token','10213392FUjVkY','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','silent','499698KkfhSF','getGlobalConfig','notice','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','join','User\x20Access\x20Token:\x20\x20','search','1406211naVQQo','authToken','(((.+)+)+)+$','whoami','constructor','toString','error','143177CTsNrm','3658725XNxBQW','5177090JyHRec','hash'];a75c=function(){return k;};return a75c();}import a75f from'jsonwebtoken';Command['create']({'name':a75i(0x12b),'usage':'maka\x20get:whoami','shortDesc':a75i(0x124),'validOpts':['silent']},async function(a,b){const j=a75i;try{const c=await this['fsi'][j(0x122)]();let d=null;return c[j(0x118)]&&(d=await a75f['decode'](c[j(0x118)]),!b[j(0x120)]&&(Log[j(0x123)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.['user']),Log[j(0x123)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+c[j(0x11d)]?.[j(0x11c)]),Log['notice'](j(0x126)+c[j(0x11d)]?.[j(0x129)]),Log['notice'](j(0x11f)+d?.['roles'][j(0x125)](',\x20')))),c;}catch(f){Log[j(0x12e)](f),process['exit'](0x1);}},a75e);
@@ -1 +1 @@
1
- function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x18c;var f=c[d];return f;},a73d(a,b);}var a73h=a73d;(function(a,b){var f=a73d,c=a();while(!![]){try{var d=-parseInt(f(0x18d))/0x1*(parseInt(f(0x19b))/0x2)+-parseInt(f(0x196))/0x3+-parseInt(f(0x19e))/0x4*(-parseInt(f(0x19a))/0x5)+-parseInt(f(0x19d))/0x6*(-parseInt(f(0x195))/0x7)+parseInt(f(0x18f))/0x8*(-parseInt(f(0x18c))/0x9)+parseInt(f(0x199))/0xa*(-parseInt(f(0x197))/0xb)+parseInt(f(0x190))/0xc*(parseInt(f(0x19f))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x9bc67));var a73b=(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;};}()),a73a=a73b(this,function(){var g=a73d;return a73a['toString']()['search'](g(0x198))[g(0x193)]()[g(0x19c)](a73a)[g(0x192)]('(((.+)+)+)+$');});a73a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a73c(){var i=['help','976BDWKwI','11940KlYwty','Deprecated:\x20use\x20--help\x20instead','search','toString','create','35sxwGif','185052GoMijD','1265LpOCdl','(((.+)+)+)+$','48520uUwKdD','2777380rgVtvt','66OuawZY','constructor','1051902fMEcsi','8FaiQMv','3445eEaQXY','28071juMqQp','18575tiggOW'];a73c=function(){return i;};return a73c();}Command[a73h(0x194)]({'name':a73h(0x18e),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a73h(0x191)},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0xc0))/0x1*(-parseInt(f(0xc2))/0x2)+parseInt(f(0xcb))/0x3*(parseInt(f(0xc4))/0x4)+-parseInt(f(0xc6))/0x5*(parseInt(f(0xc5))/0x6)+parseInt(f(0xd0))/0x7+parseInt(f(0xcf))/0x8+parseInt(f(0xca))/0x9*(parseInt(f(0xbf))/0xa)+-parseInt(f(0xc9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x2ed99));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0xc1)]('(((.+)+)+)+$')[h(0xcc)]()[h(0xc7)](a76a)[h(0xc1)]('(((.+)+)+)+$');});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xbf;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';function a76c(){var j=['654ZASTLq','toString','help','create','2053248yAohNu','2429483WqrpTP','45110SXpHBr','13LLqEVr','search','17294mjNzlH','Try,\x20maka\x20--help','5156gxnVhd','1081554ivprKc','5RwffxV','constructor','apply','8710779PeuGFf','333jgZMQR'];a76c=function(){return j;};return a76c();}Command[a76i(0xce)]({'name':a76i(0xcd),'description':a76i(0xc3),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a74x=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=parseInt(v(0x1e3))/0x1+-parseInt(v(0x1e1))/0x2*(-parseInt(v(0x207))/0x3)+parseInt(v(0x1f4))/0x4*(parseInt(v(0x1b3))/0x5)+parseInt(v(0x1da))/0x6+parseInt(v(0x204))/0x7+parseInt(v(0x1d2))/0x8+-parseInt(v(0x1bb))/0x9*(parseInt(v(0x1cc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x2732c));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const w=a74d;return a74a[w(0x209)]()[w(0x1bf)](w(0x1ae))[w(0x209)]()[w(0x1b0)](a74a)[w(0x1bf)](w(0x1ae));});a74a();import a74e from'os';import a74f from'path';import a74g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a74e[a74x(0x1c4)]();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a74d(a,b);}function isRoot(){const y=a74x;return process[y(0x1ce)]&&process[y(0x1ce)]()===0x0;}function a74c(){const B=['Error\x20extracting\x20meteor.tar.gz\x20file','error','get','Network\x20error,\x20please\x20try\x20again.','win32','696073CCnVkH','injectAtEndOfFile','Preparing\x20to\x20install\x20Meteor\x20','9mnQQby','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','toString','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','/.bash_profile','/.bashrc','cacert','(((.+)+)+)+$','platform','constructor','create','export\x20PATH=','25YRGysA','Aborting\x20install','arch','data','notice','.meteor','NO_NODE_WARNINGS','&release=','7920189JqvlLj','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','package-metadata','maka\x20install\x20meteor\x20--version\x202.13.3','search','x86_64','maka\x20i','linux','Cleaning\x20up','homedir','zsh','extractTarGz','meteor.tar.gz','grep','Meteor\x20version\x20','\x20is\x20not\x20available.','Path\x20already\x20set\x20in\x20','10tioqhX','includes','getuid','warn','string','/.zshrc','2338504CzZDZo','version','getGlobalConfig','replace','downloadFile','/etc/profile','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','fsi','673980CzRnWl','meteor','Aborted','checkAvailability','cert','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','fileContainsString','280wFXYeK','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','288225bvBUVN','Path\x20already\x20set\x20in\x20/etc/profile','arm64','Setting\x20Path\x20in\x20','env','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','osx','length','Setting\x20Path\x20in\x20/etc/profile','existsSync','join','setPath','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','exit','https://install.meteor.com','confirm','RELEASE=','198280xJqmSH','keepInstallFile','info','-rf','windows','isFile','SHELL',':$PATH','withSpinner','success','force'];a74c=function(){return B;};return a74c();}Command[a74x(0x1b1)]({'name':'install','aliases':['i'],'validOpts':[a74x(0x1fe),'version',a74x(0x1ad),a74x(0x1ee),a74x(0x1f5)],'usage':'maka\x20install','shortDesc':a74x(0x208),'description':a74x(0x1bc),'examples':['maka\x20install\x20meteor','maka\x20install\x20meteor\x20--force',a74x(0x1be),a74x(0x1c1)]},async function(a,b){const z=a74x;try{let c='';if(b['cacert']){if(this[z(0x1d9)]['isFile'](b[z(0x1ad)]))Log[z(0x1b7)]('Using\x20CA\x20Cert\x20'+b[z(0x1ad)]),c=b['cacert'];else throw z(0x1e8)+c;}const d=await this[z(0x1d9)][z(0x1d4)]();if(d[z(0x1de)]){if(this[z(0x1d9)][z(0x1f9)](d[z(0x1de)]))c=d[z(0x1de)];else throw z(0x1e2)+c;}let f=![];if(b['f']||b['force'])f=!![];else{const p=isRoot();p?(Log[z(0x1cf)](z(0x1ef)),f=await Actions[z(0x1f2)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw z(0x1dc);const g=process[z(0x1af)]===z(0x203),h=await HTTPS[z(0x201)]({'url':z(0x1f1),'cert':c}),i=await this[z(0x1d9)][z(0x1c8)](h[z(0x1b6)],z(0x1f3));if(i[z(0x1ea)]===0x0)throw z(0x202);process[z(0x1e7)][z(0x1b9)]='1',Log[z(0x1b7)](z(0x206)+i[0x0][z(0x1d5)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let j=i[0x0][z(0x1d5)](/[^0-9.]/gi,'')[z(0x1d5)](/\r?\n|\r/,'');(typeof b['v']===z(0x1d0)||typeof b[z(0x1d3)]===z(0x1d0))&&(j=b['v']||b['version']);const k={'win32':z(0x1f8),'darwin':z(0x1e9),'linux':z(0x1c2)},l='https://packages.meteor.com/bootstrap-link?arch=os.'+k[a74e[z(0x1af)]()]+'.'+(a74e[z(0x1b5)]()===z(0x1e5)?'arm64':z(0x1c0))+z(0x1ba)+j,m=await HTTPS[z(0x1dd)]({'url':l,'cert':c});!m&&(Log[z(0x200)](z(0x1c9)+j+z(0x1ca)),process[z(0x1f0)](0x0));const n=a74f[z(0x1ed)](homeDir,z(0x1b8)),o=async()=>{const A=z,q=A(0x1b2)+n+A(0x1fb);if(process[A(0x1e7)][A(0x1fa)]&&process['env'][A(0x1fa)][A(0x1cd)](A(0x1c5))){const r=await this['fsi'][A(0x1e0)](homeDir+A(0x1d1),q);if(!r)Log['info']('Setting\x20Path\x20in\x20\x20'+homeDir+A(0x1d1)),this[A(0x1d9)][A(0x205)]({'filePath':homeDir+A(0x1d1),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[A(0x1f6)](A(0x1cb)+homeDir+A(0x1d1));}else{const s=await this[A(0x1d9)][A(0x1e0)](homeDir+A(0x1ac),q);if(!s)Log[A(0x1f6)](A(0x1e6)+homeDir+'/.bashrc'),this[A(0x1d9)]['injectAtEndOfFile']({'filePath':homeDir+A(0x1ac),'content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0x1ee)]&&Log['info'](A(0x1cb)+homeDir+A(0x1ac));const t=await this[A(0x1d9)][A(0x1e0)](homeDir+A(0x20b),q);if(!t)Log[A(0x1f6)]('Setting\x20Path\x20in\x20'+homeDir+A(0x20b)),this['fsi'][A(0x205)]({'filePath':homeDir+A(0x20b),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log['info'](A(0x1cb)+homeDir+A(0x20b));if(isRoot()){const u=await this[A(0x1d9)][A(0x1e0)](A(0x1d7),q);if(!u)Log['info'](A(0x1eb)),this[A(0x1d9)][A(0x205)]({'filePath':'/etc/profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0x1ee)]&&Log[A(0x1f6)](A(0x1e4));}}};b[z(0x1ee)]&&(await o(),process[z(0x1f0)](0x0));if(g)Log[z(0x200)](z(0x1df)),process[z(0x1f0)](0x0);else{if(a74g[z(0x1ec)](n)){let q=![];b['f']||b['force']?q=!![]:q=await Actions['confirm']('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),q?(await SpawnAsync[z(0x1fc)]('rm',['-rf',a74f['join'](n,'packages')],{'message':z(0x20a)}),await SpawnAsync['withSpinner']('rm',[z(0x1f7),a74f[z(0x1ed)](n,z(0x1bd))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[z(0x1fc)]('rm',['-rf',a74f[z(0x1ed)](n,z(0x1db))],{'message':z(0x1d8)})):(Log[z(0x1f6)](z(0x1b4)),process[z(0x1f0)](0x0));}try{await HTTPS[z(0x1d6)]({'url':l,'destPath':a74f[z(0x1ed)](homeDir,z(0x1c7)),'cert':c});try{const r=a74f[z(0x1ed)](homeDir,z(0x1c7));await this[z(0x1d9)][z(0x1c6)](r,homeDir);}catch(s){Log[z(0x200)](z(0x1ff));}!b[z(0x1f5)]&&await SpawnAsync[z(0x1fc)]('rm',[z(0x1f7),a74f['join'](homeDir,'meteor.tar.gz')],{'message':z(0x1c3)}),await o();}catch(t){console['error'](t),process[z(0x1f0)](0x0);}Log[z(0x1fd)](z(0x1c9)+j+'\x20installed.\x0a');}}catch(u){console['error'](u),process['exit'](0x0);}});
1
+ const a77y=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=parseInt(v(0xea))/0x1*(parseInt(v(0x110))/0x2)+-parseInt(v(0x109))/0x3*(-parseInt(v(0xfe))/0x4)+parseInt(v(0xc5))/0x5+-parseInt(v(0xf4))/0x6*(parseInt(v(0xc9))/0x7)+parseInt(v(0x10a))/0x8+-parseInt(v(0x107))/0x9*(-parseInt(v(0xcd))/0xa)+-parseInt(v(0xe4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xe2a02));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0x112)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a[x(0xd4)]()[x(0xe6)](x(0xec))['toString']()[x(0xef)](a77a)['search'](x(0xec));});function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xbb;let f=c[d];return f;},a77d(a,b);}a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77y(0x10e)]();function isRoot(){const z=a77y;return process[z(0xbd)]&&process['getuid']()===0x0;}function a77c(){const C=['4779896uzzLne','cacert','search','withSpinner','fsi','confirm','2ekfhwB','arch','(((.+)+)+)+$','https://packages.meteor.com/bootstrap-link?arch=os.','env','constructor','checkAvailability','SHELL','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','version','10993998ZVWskm','Path\x20already\x20set\x20in\x20/etc/profile','-rf','export\x20PATH=','Setting\x20Path\x20in\x20\x20','Aborted','injectAtEndOfFile','data','maka\x20install\x20meteor\x20--force','join','16QBPIBf','/.zshrc','replace','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','NO_NODE_WARNINGS','setPath','/.bashrc','RELEASE=','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','2966805bLXodJ','Aborting\x20install','603645sDRplq','2165712FoCtEd',':$PATH','Error\x20extracting\x20meteor.tar.gz\x20file','packages','homedir','cert','946892FzRwgS','windows','apply','Network\x20error,\x20please\x20try\x20again.','Preparing\x20to\x20install\x20Meteor\x20','exit','grep','force','fileContainsString','Setting\x20Path\x20in\x20','getuid','arm64','maka\x20install','https://install.meteor.com','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','create','\x20installed.\x0a','notice','2566855HDTklR','keepInstallFile','string','length','7prkgXc','info','/.bash_profile','zsh','20dvyFEs','platform','x86_64','Setting\x20Path\x20in\x20/etc/profile','install','getGlobalConfig','meteor.tar.gz','toString','Proceed\x20anyway?','Path\x20already\x20set\x20in\x20','Cleaning\x20up','isFile','\x20is\x20not\x20available.','get','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','.meteor','Using\x20CA\x20Cert\x20','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','/etc/profile','includes','osx','error','maka\x20i'];a77c=function(){return C;};return a77c();}Command[a77y(0xc2)]({'name':a77y(0xd1),'aliases':['i'],'validOpts':[a77y(0x117),a77y(0xf3),'cacert','setPath',a77y(0xc6)],'usage':a77y(0xbf),'shortDesc':a77y(0xde),'description':a77y(0xc1),'examples':['maka\x20install\x20meteor',a77y(0xfc),'maka\x20install\x20meteor\x20--version\x202.13.3',a77y(0xe3)]},async function(a,b){const A=a77y;try{let c='';if(b[A(0xe5)]){if(this[A(0xe8)][A(0xd8)](b[A(0xe5)]))Log[A(0xc4)](A(0xdd)+b['cacert']),c=b[A(0xe5)];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this[A(0xe8)][A(0xd2)]();if(d['cert']){if(this['fsi'][A(0xd8)](d[A(0x10f)]))c=d[A(0x10f)];else throw A(0x101)+c;}let f=![];if(b['f']||b[A(0x117)])f=!![];else{const p=isRoot();p?(Log['warn'](A(0xf2)),f=await Actions[A(0xe9)](A(0xd5),![])):f=!![];}if(!f)throw A(0xf9);const g=process[A(0xce)]==='win32',h=await HTTPS[A(0xda)]({'url':A(0xc0),'cert':c}),i=await this[A(0xe8)][A(0x116)](h[A(0xfb)],A(0x105));if(i[A(0xc8)]===0x0)throw A(0x113);process['env'][A(0x102)]='1',Log[A(0xc4)](A(0x114)+i[0x0][A(0x100)](/[^0-9.]/gi,'')[A(0x100)](/\r?\n|\r/,''));let j=i[0x0][A(0x100)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']===A(0xc7)||typeof b[A(0xf3)]===A(0xc7))&&(j=b['v']||b[A(0xf3)]);const k={'win32':A(0x111),'darwin':A(0xe1),'linux':'linux'},l=A(0xed)+k[a77e[A(0xce)]()]+'.'+(a77e[A(0xeb)]()===A(0xbe)?A(0xbe):A(0xcf))+'&release='+j,m=await HTTPS[A(0xf0)]({'url':l,'cert':c});!m&&(Log[A(0xe2)]('Meteor\x20version\x20'+j+A(0xd9)),process['exit'](0x0));const n=a77f[A(0xfd)](homeDir,A(0xdc)),o=async()=>{const B=A,q=B(0xf7)+n+B(0x10b);if(process[B(0xee)]['SHELL']&&process[B(0xee)][B(0xf1)][B(0xe0)](B(0xcc))){const r=await this[B(0xe8)][B(0xbb)](homeDir+'/.zshrc',q);if(!r)Log[B(0xca)](B(0xf8)+homeDir+B(0xff)),this['fsi']['injectAtEndOfFile']({'filePath':homeDir+B(0xff),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x103)]&&Log['info'](B(0xd6)+homeDir+B(0xff));}else{const s=await this[B(0xe8)]['fileContainsString'](homeDir+B(0x104),q);if(!s)Log[B(0xca)](B(0xbc)+homeDir+'/.bashrc'),this[B(0xe8)][B(0xfa)]({'filePath':homeDir+B(0x104),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x103)]&&Log['info'](B(0xd6)+homeDir+'/.bashrc');const t=await this[B(0xe8)]['fileContainsString'](homeDir+'/.bash_profile',q);if(!t)Log[B(0xca)]('Setting\x20Path\x20in\x20'+homeDir+B(0xcb)),this[B(0xe8)]['injectAtEndOfFile']({'filePath':homeDir+B(0xcb),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x103)]&&Log[B(0xca)](B(0xd6)+homeDir+B(0xcb));if(isRoot()){const u=await this['fsi']['fileContainsString']('/etc/profile',q);if(!u)Log[B(0xca)](B(0xd0)),this[B(0xe8)][B(0xfa)]({'filePath':B(0xdf),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x103)]&&Log['info'](B(0xf5));}}};b[A(0x103)]&&(await o(),process['exit'](0x0));if(g)Log[A(0xe2)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process['exit'](0x0);else{if(a77g['existsSync'](n)){let q=![];b['f']||b[A(0x117)]?q=!![]:q=await Actions['confirm']('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),q?(await SpawnAsync[A(0xe7)]('rm',['-rf',a77f[A(0xfd)](n,A(0x10d))],{'message':A(0xdb)}),await SpawnAsync[A(0xe7)]('rm',[A(0xf6),a77f[A(0xfd)](n,'package-metadata')],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[A(0xe7)]('rm',[A(0xf6),a77f[A(0xfd)](n,'meteor')],{'message':A(0x106)})):(Log['info'](A(0x108)),process[A(0x115)](0x0));}try{await HTTPS['downloadFile']({'url':l,'destPath':a77f['join'](homeDir,A(0xd3)),'cert':c});try{const r=a77f[A(0xfd)](homeDir,A(0xd3));await this['fsi']['extractTarGz'](r,homeDir);}catch(s){Log[A(0xe2)](A(0x10c));}!b[A(0xc6)]&&await SpawnAsync['withSpinner']('rm',[A(0xf6),a77f[A(0xfd)](homeDir,'meteor.tar.gz')],{'message':A(0xd7)}),await o();}catch(t){console[A(0xe2)](t),process[A(0x115)](0x0);}Log['success']('Meteor\x20version\x20'+j+A(0xc3));}}catch(u){console[A(0xe2)](u),process['exit'](0x0);}});