@maka/maka-cli 4.12.11 → 4.12.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/collection.js +1 -1
  109. package/bundle/obf/src/generators/component.js +1 -1
  110. package/bundle/obf/src/generators/config.js +1 -1
  111. package/bundle/obf/src/generators/dbc.js +1 -1
  112. package/bundle/obf/src/generators/dockerfile.js +1 -1
  113. package/bundle/obf/src/generators/hook.js +1 -1
  114. package/bundle/obf/src/generators/kits/_index.js +1 -1
  115. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  116. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  117. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  118. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  119. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  121. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  122. package/bundle/obf/src/generators/kits/kit.js +1 -1
  123. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  124. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  127. package/bundle/obf/src/generators/layout.js +1 -1
  128. package/bundle/obf/src/generators/maka.gen.js +1 -1
  129. package/bundle/obf/src/generators/methods.js +1 -1
  130. package/bundle/obf/src/generators/package.js +1 -1
  131. package/bundle/obf/src/generators/page.js +1 -1
  132. package/bundle/obf/src/generators/publish.js +1 -1
  133. package/bundle/obf/src/generators/route.js +1 -1
  134. package/bundle/obf/src/generators/service.js +1 -1
  135. package/bundle/obf/src/generators/services/_index.js +1 -1
  136. package/bundle/obf/src/generators/services/openssl.js +1 -1
  137. package/bundle/obf/src/generators/services/translation.js +1 -1
  138. package/bundle/obf/src/maka.js +1 -1
  139. package/bundle/obf/src/tool.js +1 -1
  140. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  141. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  142. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  143. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  144. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  145. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  146. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/https/https.class.js +1 -1
  148. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  149. package/bundle/obf/src/tools/log/log.class.js +1 -1
  150. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  151. package/bundle/obf/src/tools/options/options.class.js +1 -1
  152. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  153. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  154. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  156. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  157. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  158. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0xf5))/0x1*(-parseInt(f(0x102))/0x2)+parseInt(f(0xe2))/0x3*(parseInt(f(0x108))/0x4)+-parseInt(f(0xfa))/0x5+parseInt(f(0xf0))/0x6+-parseInt(f(0xee))/0x7+-parseInt(f(0xdd))/0x8+parseInt(f(0x104))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xccbfd));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0xff)]()[g(0xe6)](g(0xe9))[g(0xff)]()[g(0xde)](a58a)[g(0xe6)]('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';function a58c(){var C=['Large','search','Unknown','You\x20hold\x20the\x20','(((.+)+)+)+$','author','Sniper\x20Rifle','Helmet','Cup','7964467wjFvcb','Gloves','1723890QNghNN','Brown','Tiny','Grey','Short\x20Sword','11831zgiRkW','Common','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Boots','pageCount','7469095wLbBDi','Medium','ArmArmor','publishDate','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','toString','Gold','Weapon','18PiTnKX','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','34793442ioPjdC','Key','Smooth','Small','65916lQOlcU','Rectangle','Rifle','LegArmor','Holy\x20Grail','BodyArmor','Metallic','Yellow','Blade','Circle','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','\x20aloft,\x20feeling\x20its\x20immense\x20power.','8171632cpMRBN','constructor','use','Legendary','Unknown\x20Author','81qbTzce','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','name'];a58c=function(){return C;};return a58c();}export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0xfb)],'category':Category[h(0xe7)],'shape':Shape[h(0x109)],'color':Color[h(0x10f)],'texture':Texture['Smooth'],'rating':Rating[h(0xf6)],'weight':0x1});}[a58i(0xdf)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var j=a58i;super({'name':a,'description':b,'size':Size[j(0xfb)],'category':Category[j(0x101)],'shape':Shape[j(0x110)],'color':Color[j(0xf3)],'texture':Texture[j(0x10e)],'rating':Rating[j(0xf6)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[k(0x101)],'shape':Shape[k(0x10a)],'color':Color[k(0xf1)],'texture':Texture['Metallic'],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size[l(0xfb)],'category':Category[l(0xec)],'shape':Shape['Circle'],'color':Color[l(0xf3)],'texture':Texture[l(0x10e)],'rating':Rating[l(0xf6)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0xe5)],'category':Category[m(0x10d)],'shape':Shape[m(0x109)],'color':Color[m(0xf3)],'texture':Texture[m(0x10e)],'rating':Rating[m(0xf6)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0xfb)],'category':Category[n(0x10b)],'shape':Shape[n(0x109)],'color':Color[n(0xf3)],'texture':Texture[n(0x10e)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0xf8)],'shape':Shape[o(0x111)],'color':Color[o(0xf1)],'texture':Texture[o(0x106)],'rating':Rating[o(0xf6)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x107)],'category':Category[p(0xef)],'shape':Shape[p(0x111)],'color':Color[p(0xf1)],'texture':Texture[p(0x106)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0xfb)],'category':Category[q(0xfc)],'shape':Shape[q(0x109)],'color':Color[q(0xf3)],'texture':Texture[q(0x10e)],'rating':Rating[q(0xf6)],'weight':0x3});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xdb;var f=c[d];return f;},a58d(a,b);}export class Key extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0xf2)],'category':Category[r(0x105)],'shape':Shape[r(0x109)],'color':Color[r(0x10f)],'texture':Texture['Smooth'],'rating':Rating[r(0xf6)],'weight':0x0});}['use'](){var s=a58i;return s(0x103);}}export class Weapon extends Item{constructor(a,b){var t=a58i;super({'name':a,'description':b,'size':Size[t(0xfb)],'category':Category[t(0x101)],'shape':Shape[t(0x110)],'color':Color[t(0xf3)],'texture':Texture[t(0x10e)],'rating':Rating[t(0xf6)],'weight':0x3});}[a58i(0xdf)](){var u=a58i;return u(0xf7);}}export class Book extends Item{[a58i(0xea)];['publishDate'];[a58i(0xf9)];constructor(a,b='A\x20mysterious\x20book.',c=a58i(0xe1)){var v=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Book'],'shape':Shape[v(0x109)],'color':Color[v(0xf1)],'texture':Texture[v(0x106)],'rating':Rating[v(0xf6)],'weight':0x1}),this[v(0xea)]=c,this[v(0xfd)]=new Date(),this[v(0xf9)]=0x64;}['use'](){return'There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22';}}export class ShortSword extends Item{constructor(){var w=a58i;super({'name':w(0xf4),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[w(0xfb)],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[w(0xf3)],'texture':Texture[w(0x10e)],'rating':Rating['Common'],'weight':0x3});}['use'](){var x=a58i;return x(0xf7);}}export class SniperRifle extends Item{constructor(){var y=a58i;super({'name':y(0xeb),'description':y(0xfe),'size':Size[y(0xe5)],'category':Category[y(0x101)],'shape':Shape['Rifle'],'color':Color[y(0xf1)],'texture':Texture[y(0x106)],'rating':Rating[y(0xf6)],'weight':0x5});}[a58i(0xdf)](){var z=a58i;return z(0xe3);}}export class HolyGrail extends Item{constructor(){var A=a58i;super({'name':A(0x10c),'description':A(0xdb),'size':Size[A(0x107)],'category':Category[A(0xed)],'shape':Shape[A(0x111)],'color':Color[A(0x100)],'texture':Texture['Metallic'],'rating':Rating[A(0xe0)],'weight':0x1});}[a58i(0xdf)](){var B=a58i;return B(0xe8)+this[B(0xe4)]+B(0xdc);}}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x131))/0x1*(parseInt(f(0x109))/0x2)+-parseInt(f(0x10e))/0x3+parseInt(f(0x120))/0x4*(-parseInt(f(0x12b))/0x5)+-parseInt(f(0x102))/0x6*(parseInt(f(0x122))/0x7)+-parseInt(f(0x121))/0x8*(-parseInt(f(0x129))/0x9)+parseInt(f(0x134))/0xa+parseInt(f(0x103))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xe0e5e));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a[g(0x127)]()[g(0x10f)]('(((.+)+)+)+$')[g(0x127)]()[g(0x101)](a58a)['search'](g(0x10b));});a58a();function a58c(){var D=['Gloves','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Rare','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','BodyArmor','\x20aloft,\x20feeling\x20its\x20immense\x20power.','Sniper\x20Rifle','Legendary','A\x20mysterious\x20book.','ArmArmor','Tiny','Circle','8tlZlZu','488KxEbcy','14ParxVV','publishDate','Common','Holy\x20Grail','Blade','toString','Smooth','9594KQmWIN','Yellow','45515ReeyiM','author','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Brown','Short\x20Sword','Grey','1kCTVHz','Key','Unknown','12070720ShLpEy','Large','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','Boots','description','constructor','2893458kpmpKn','21619939LRPQos','You\x20hold\x20the\x20','Medium','name','Rectangle','Metallic','1803218AJoBsq','Small','(((.+)+)+)+$','use','Helmet','1296192Vcrkng','search','Weapon','Book','Unknown\x20Author','LegArmor'];a58c=function(){return D;};return a58c();}import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x105)],'category':Category[h(0x133)],'shape':Shape['Rectangle'],'color':Color[h(0x12a)],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}[a58i(0x10c)](){var j=a58i;return this[j(0x100)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0x105)],'category':Category[k(0x110)],'shape':Shape['Blade'],'color':Color[k(0x130)],'texture':Texture[k(0x108)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[l(0x110)],'shape':Shape['Rifle'],'color':Color['Brown'],'texture':Texture[l(0x108)],'rating':Rating[l(0x116)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[m(0x10d)],'shape':Shape['Circle'],'color':Color[m(0x130)],'texture':Texture[m(0x108)],'rating':Rating[m(0x124)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[n(0x118)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[n(0x108)],'rating':Rating[n(0x124)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size[o(0x105)],'category':Category[o(0x113)],'shape':Shape['Rectangle'],'color':Color[o(0x130)],'texture':Texture[o(0x108)],'rating':Rating[o(0x124)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x105)],'category':Category[p(0xff)],'shape':Shape[p(0x11f)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[p(0x124)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size[q(0x10a)],'category':Category[q(0x114)],'shape':Shape[q(0x11f)],'color':Color[q(0x12e)],'texture':Texture[q(0x128)],'rating':Rating['Common'],'weight':0x1});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xfe;var f=c[d];return f;},a58d(a,b);}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size[r(0x105)],'category':Category[r(0x11d)],'shape':Shape[r(0x107)],'color':Color[r(0x130)],'texture':Texture[r(0x108)],'rating':Rating[r(0x124)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x11e)],'category':Category[s(0x132)],'shape':Shape[s(0x107)],'color':Color[s(0x12a)],'texture':Texture[s(0x128)],'rating':Rating[s(0x124)],'weight':0x0});}[a58i(0x10c)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var t=a58i;super({'name':a,'description':b,'size':Size[t(0x105)],'category':Category[t(0x110)],'shape':Shape[t(0x126)],'color':Color[t(0x130)],'texture':Texture[t(0x108)],'rating':Rating['Common'],'weight':0x3});}['use'](){var u=a58i;return u(0x115);}}export class Book extends Item{[a58i(0x12c)];[a58i(0x123)];['pageCount'];constructor(a,b=a58i(0x11c),c=a58i(0x112)){var v=a58i;super({'name':a,'description':b,'size':Size[v(0x105)],'category':Category[v(0x111)],'shape':Shape[v(0x107)],'color':Color[v(0x12e)],'texture':Texture[v(0x128)],'rating':Rating[v(0x124)],'weight':0x1}),this[v(0x12c)]=c,this[v(0x123)]=new Date(),this['pageCount']=0x64;}[a58i(0x10c)](){var w=a58i;return w(0x12d);}}export class ShortSword extends Item{constructor(){var x=a58i;super({'name':x(0x12f),'description':x(0x136),'size':Size[x(0x105)],'category':Category[x(0x110)],'shape':Shape['Blade'],'color':Color[x(0x130)],'texture':Texture[x(0x108)],'rating':Rating[x(0x124)],'weight':0x3});}['use'](){var y=a58i;return y(0x115);}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':z(0x11a),'description':z(0x117),'size':Size[z(0x135)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color[z(0x12e)],'texture':Texture[z(0x128)],'rating':Rating[z(0x124)],'weight':0x5});}[a58i(0x10c)](){var A=a58i;return A(0xfe);}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':B(0x125),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0x10a)],'category':Category['Cup'],'shape':Shape[B(0x11f)],'color':Color['Gold'],'texture':Texture['Metallic'],'rating':Rating[B(0x11b)],'weight':0x1});}[a58i(0x10c)](){var C=a58i;return C(0x104)+this[C(0x106)]+C(0x119);}}
@@ -1 +1 @@
1
- const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x1c5))/0x1*(-parseInt(f(0x20f))/0x2)+-parseInt(f(0x232))/0x3+parseInt(f(0x20a))/0x4*(-parseInt(f(0x1e3))/0x5)+-parseInt(f(0x225))/0x6*(parseInt(f(0x204))/0x7)+parseInt(f(0x21a))/0x8*(-parseInt(f(0x1f1))/0x9)+-parseInt(f(0x222))/0xa+parseInt(f(0x1ef))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xea74d));function a60c(){const j=['south','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','document','show\x20loyalty','(((.+)+)+)+$','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','insert\x20gem','49691587PWSkXb','Ares\x20Predator','711HzZgsR','rifle','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Mage\x27s\x20Lair','Entrance\x20Hall','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','A\x20small\x20surveillance\x20drone.','Courtyard','Ancient\x20Gem','NORTH','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Jackpoint\x20Login','secret123','shield','book','disenchant','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','973IUdqxz','Golden\x20Key','apply','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Sniper\x20Rifle','Watch\x20Tower','2905152vrqAqF','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','That\x20passcode\x20is\x20incorrect','Rigger\x27s\x20Workshop','2ZArwlG','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','SOUTH','release','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Corporate\x20Creditstick','search','Study','9648PxnLNh','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','Armory','constructor','basic','Encrypted\x20Data\x20Key','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Central\x20Chamber','14980970jvObWk','An\x20old\x20and\x20rusted\x20sword.','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','42696CTAyLz','west','drone','Torture\x20Chamber','Amulet\x20of\x20Awakening','EAST','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Alchemy\x20Lab','OUTSIDE','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Empty\x20vial','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Rusted\x20Sword','5209812ktwQxg','Barrens\x20Hideout','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Central\x20Chamber\x20Key','key','decrypt','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Nothing\x20happens.','1488303TpAovE','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','north','Downtown\x20Seattle','weapon','Barrens\x20Entrance','down','east','MCT\x20Fly-Spy','Chad\x20the\x20stupid\x20guard','Matrix\x20Data\x20Haven','cup','A\x20clear\x20glass\x20vial.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Treasure\x20Room','Guard\x27s\x20Log\x20Book','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','The\x20chest\x20remains\x20firmly\x20shut.','toString','Emblem\x20Shield','A\x20chalice\x20made\x20of\x20pure\x20gold.','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','Secret\x20Passage','outside','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','inside','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','5CiVSFP','Corp\x20Enclave','Golden\x20Chalice'];a60c=function(){return j;};return a60c();}function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x206)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()['search'](h(0x1ec))[h(0x1d7)]()[h(0x21d)](a60a)[h(0x218)](h(0x1ec));});a60a();export const rooms=[{'name':'Library','description':a60i(0x1db),'isStartRoom':!![],'items':[{'type':'key','name':'Golden\x20Key','description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a60i(0x200),'name':a60i(0x1d4),'description':'A\x20thin\x20log\x20book','content':a60i(0x1ce)}],'exits':[{'direction':a60i(0x22a),'targetRoom':a60i(0x1dc)}]},{'name':a60i(0x1dc),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x1fa),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0x205)},{'direction':a60i(0x214),'targetRoom':'Courtyard'}]},{'name':a60i(0x1d3),'description':a60i(0x1d2),'items':[{'type':'holyGrail','name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x1f8),'description':a60i(0x1da),'roomType':a60i(0x22d),'exits':[{'direction':'UP','targetRoom':a60i(0x209)}]},{'name':a60i(0x209),'description':a60i(0x1de),'roomType':a60i(0x22d),'puzzle':{'requiredPhrase':a60i(0x1fe),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x1f2),'name':a60i(0x208),'description':'A\x20long-range\x20weapon.'},'successMessage':a60i(0x21b),'failureMessage':a60i(0x20d)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60i(0x1ed),'isStartRoom':!![],'roomType':a60i(0x1e0),'puzzle':{'requiredPhrase':'open\x20sesame','riddle':a60i(0x1c6),'rewardItem':{'type':a60i(0x236),'name':a60i(0x235),'description':a60i(0x22b)},'successMessage':a60i(0x202),'failureMessage':a60i(0x1c4)},'exits':[{'direction':a60i(0x1c7),'targetRoom':a60i(0x219)},{'direction':a60i(0x1cc),'targetRoom':'Central\x20Chamber','keyRequired':a60i(0x235)}]},{'name':a60i(0x219),'description':a60i(0x1f3),'roomType':'inside','items':[{'type':a60i(0x200),'name':'Riddle\x20Book','description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':a60i(0x1d5)},{'type':'key','name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':'south','targetRoom':a60i(0x1f5)},{'direction':a60i(0x1cc),'targetRoom':a60i(0x22c)}]},{'name':a60i(0x22c),'description':a60i(0x212),'roomType':a60i(0x1e0),'items':[{'type':a60i(0x21e),'name':a60i(0x22f),'description':a60i(0x1d1)}],'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x219)},{'direction':'north','targetRoom':a60i(0x21c)}]},{'name':a60i(0x21c),'description':a60i(0x224),'roomType':a60i(0x1e0),'items':[{'type':a60i(0x1ff),'name':a60i(0x1d8),'description':a60i(0x1e7)},{'type':'sword','name':a60i(0x231),'description':a60i(0x223)}],'exits':[{'direction':a60i(0x1e6),'targetRoom':a60i(0x22c)},{'direction':a60i(0x1cc),'targetRoom':a60i(0x221)}]},{'name':a60i(0x221),'description':a60i(0x203),'roomType':a60i(0x1e0),'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x21c)},{'direction':'south','targetRoom':a60i(0x1f5)},{'direction':a60i(0x1c7),'targetRoom':'Torture\x20Chamber'},{'direction':a60i(0x1cc),'targetRoom':a60i(0x1d3)}]},{'name':a60i(0x228),'description':a60i(0x1e8),'roomType':'inside','items':[{'type':a60i(0x236),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a60i(0x215),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':'gem','name':a60i(0x1f9),'description':a60i(0x1e2)},'successMessage':a60i(0x210),'failureMessage':'The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.'},'exits':[{'direction':a60i(0x1e6),'targetRoom':'Central\x20Chamber'}]},{'name':'Treasure\x20Room','description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x1e0),'puzzle':{'requiredPhrase':a60i(0x1ee),'riddle':'The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','rewardItem':{'type':a60i(0x1d0),'name':a60i(0x1e5),'description':a60i(0x1d9)},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a60i(0x1d6)},'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x221)}]}];export const shadowrunConfig=[{'name':a60i(0x1fd),'description':a60i(0x1f6),'isStartRoom':!![],'roomType':a60i(0x1e0),'exits':[{'direction':a60i(0x1c7),'targetRoom':a60i(0x1c8)},{'direction':'up','targetRoom':a60i(0x1cf)}]},{'name':a60i(0x1cf),'description':'A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','roomType':a60i(0x1e0),'puzzle':{'requiredPhrase':a60i(0x237),'riddle':a60i(0x213),'rewardItem':{'type':a60i(0x236),'name':a60i(0x21f),'description':a60i(0x220)},'successMessage':a60i(0x1fc),'failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a60i(0x1cb),'targetRoom':a60i(0x1fd)}]},{'name':a60i(0x1c8),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x1dd),'exits':[{'direction':a60i(0x1e6),'targetRoom':a60i(0x1fd)},{'direction':a60i(0x1cc),'targetRoom':a60i(0x1ca)},{'direction':'west','targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x1ca),'description':a60i(0x230),'roomType':a60i(0x1dd),'puzzle':{'requiredPhrase':a60i(0x1eb),'riddle':a60i(0x1e9),'rewardItem':{'type':a60i(0x236),'name':'Gang\x20Insignia','description':a60i(0x207)},'successMessage':a60i(0x1fb),'failureMessage':a60i(0x20c)},'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x1c8)},{'direction':'north','targetRoom':a60i(0x233)}]},{'name':a60i(0x1e4),'description':a60i(0x238),'roomType':a60i(0x1e0),'items':[{'type':'creditstick','name':a60i(0x217),'description':'A\x20creditstick\x20loaded\x20with\x20nuyen.'},{'type':a60i(0x1ea),'name':'CorpSec\x20Plans','description':a60i(0x20b)}],'exits':[{'direction':a60i(0x1cc),'targetRoom':a60i(0x1c8)}]},{'name':a60i(0x233),'description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':a60i(0x1dd),'items':[{'type':a60i(0x1c9),'name':a60i(0x1f0),'description':a60i(0x211)}],'exits':[{'direction':a60i(0x1e6),'targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a60i(0x1f4)},{'direction':a60i(0x1cc),'targetRoom':a60i(0x20e)}]},{'name':a60i(0x1f4),'description':a60i(0x1df),'roomType':a60i(0x1e0),'puzzle':{'requiredPhrase':a60i(0x201),'riddle':a60i(0x1c3),'rewardItem':{'type':'amulet','name':a60i(0x229),'description':a60i(0x216)},'successMessage':a60i(0x1e1),'failureMessage':a60i(0x22e)},'exits':[{'direction':a60i(0x1e6),'targetRoom':a60i(0x233)}]},{'name':'Rigger\x27s\x20Workshop','description':a60i(0x234),'roomType':a60i(0x1e0),'items':[{'type':a60i(0x227),'name':a60i(0x1cd),'description':a60i(0x1f7)}],'exits':[{'direction':a60i(0x226),'targetRoom':a60i(0x233)}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x16a))/0x1*(parseInt(f(0x136))/0x2)+-parseInt(f(0x161))/0x3+parseInt(f(0x162))/0x4*(parseInt(f(0x139))/0x5)+parseInt(f(0x159))/0x6*(parseInt(f(0x103))/0x7)+parseInt(f(0x104))/0x8*(-parseInt(f(0x113))/0x9)+parseInt(f(0x137))/0xa+-parseInt(f(0x163))/0xb*(parseInt(f(0x14a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xd5c47));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a['toString']()[h(0x12a)](h(0xfa))['toString']()[h(0x116)](a60a)['search'](h(0xfa));});a60a();export const rooms=[{'name':'Library','description':a60i(0x12e),'isStartRoom':!![],'items':[{'type':a60i(0x122),'name':a60i(0x157),'description':a60i(0x101)},{'type':a60i(0x128),'name':a60i(0x14e),'description':a60i(0x12d),'content':a60i(0x131)}],'exits':[{'direction':a60i(0x11f),'targetRoom':a60i(0x160)}]},{'name':a60i(0x160),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x114),'targetRoom':'Treasure\x20Room','keyRequired':a60i(0x157)},{'direction':a60i(0x110),'targetRoom':a60i(0x167)}]},{'name':a60i(0x141),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a60i(0x13d),'name':a60i(0x158),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x167),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x14b),'exits':[{'direction':'UP','targetRoom':a60i(0x10a)}]},{'name':a60i(0x10a),'description':a60i(0x135),'roomType':a60i(0x14b),'puzzle':{'requiredPhrase':a60i(0x147),'riddle':a60i(0x10e),'rewardItem':{'type':a60i(0x165),'name':'Sniper\x20Rifle','description':a60i(0x154)},'successMessage':a60i(0x151),'failureMessage':a60i(0x120)}}];function a60c(){const j=['5YAUFFi','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','drone','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','holyGrail','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','show\x20loyalty','release','Treasure\x20Room','Golden\x20Chalice','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Riddle\x20Book','secret123','insert\x20gem','Corp\x20Enclave','11892gWTWur','OUTSIDE','Emblem\x20Shield','south','Guard\x27s\x20Log\x20Book','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','An\x20old\x20and\x20rusted\x20sword.','You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Matrix\x20Data\x20Haven','A\x20long-range\x20weapon.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','north','Golden\x20Key','Holy\x20Grail','1190328MTYjwC','Barrens\x20Hideout','outside','open\x20sesame','gem','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Central\x20Chamber\x20Key','Secret\x20Passage','4791591jwhGtC','4394252gfHfuD','13387KKdVbO','basic','rifle','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Courtyard','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Nothing\x20happens.','3cxFMWO','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','(((.+)+)+)+$','A\x20creditstick\x20loaded\x20with\x20nuyen.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Corporate\x20Creditstick','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Rigger\x27s\x20Workshop','Entrance\x20Hall','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Alchemy\x20Lab','21EtHNHO','89224TPRjYh','creditstick','Ares\x20Predator','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20clear\x20glass\x20vial.','west','Watch\x20Tower','Blood-stained\x20Key','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','The\x20data\x20remains\x20encrypted.','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','east','SOUTH','Downtown\x20Seattle','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','711PiUVeW','NORTH','down','constructor','Central\x20Chamber','CorpSec\x20Plans','weapon','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Jackpoint\x20Login','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Barrens\x20Entrance','Torture\x20Chamber','EAST','That\x20passcode\x20is\x20incorrect','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','key','disenchant','cup','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','Armory','apply','book','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','search','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Mage\x27s\x20Lair','A\x20thin\x20log\x20book','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','inside','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','Chad\x20the\x20stupid\x20guard','Study','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','929074oYWyIg','14725840LVPQDN','document'];a60c=function(){return j;};return a60c();}export const dungeonConfig=[{'name':'Entrance\x20Hall','description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x12f),'puzzle':{'requiredPhrase':a60i(0x15c),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60i(0x122),'name':'Central\x20Chamber\x20Key','description':a60i(0x14f)},'successMessage':a60i(0x155),'failureMessage':a60i(0x169)},'exits':[{'direction':a60i(0x156),'targetRoom':a60i(0x132)},{'direction':a60i(0x10f),'targetRoom':a60i(0x117),'keyRequired':a60i(0x15f)}]},{'name':'Study','description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':a60i(0x12f),'items':[{'type':'book','name':a60i(0x146),'description':a60i(0x15e),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x122),'name':a60i(0x15f),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x100)},{'direction':a60i(0x10f),'targetRoom':a60i(0x102)}]},{'name':'Alchemy\x20Lab','description':a60i(0x168),'roomType':a60i(0x12f),'items':[{'type':a60i(0x164),'name':'Empty\x20vial','description':a60i(0x108)}],'exits':[{'direction':a60i(0x109),'targetRoom':'Study'},{'direction':a60i(0x156),'targetRoom':a60i(0x126)}]},{'name':a60i(0x126),'description':'Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','roomType':a60i(0x12f),'items':[{'type':'shield','name':a60i(0x14c),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':'Rusted\x20Sword','description':a60i(0x150)}],'exits':[{'direction':'south','targetRoom':a60i(0x102)},{'direction':a60i(0x10f),'targetRoom':a60i(0x117)}]},{'name':a60i(0x117),'description':a60i(0x134),'roomType':a60i(0x12f),'exits':[{'direction':a60i(0x109),'targetRoom':a60i(0x126)},{'direction':a60i(0x14d),'targetRoom':a60i(0x100)},{'direction':a60i(0x156),'targetRoom':a60i(0x11e)},{'direction':a60i(0x10f),'targetRoom':'Treasure\x20Room'}]},{'name':'Torture\x20Chamber','description':a60i(0x12b),'roomType':a60i(0x12f),'items':[{'type':a60i(0x122),'name':a60i(0x10b),'description':a60i(0x107)}],'puzzle':{'requiredPhrase':a60i(0x140),'riddle':a60i(0x11a),'rewardItem':{'type':a60i(0x15d),'name':'Ancient\x20Gem','description':a60i(0x13e)},'successMessage':a60i(0x11c),'failureMessage':a60i(0x10c)},'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x117)}]},{'name':a60i(0x141),'description':'Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','roomType':a60i(0x12f),'puzzle':{'requiredPhrase':a60i(0x148),'riddle':a60i(0x130),'rewardItem':{'type':a60i(0x124),'name':a60i(0x142),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60i(0x145),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a60i(0x109),'targetRoom':'Central\x20Chamber'}]}];function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xfa;let f=c[d];return f;},a60d(a,b);}export const shadowrunConfig=[{'name':a60i(0x11b),'description':a60i(0x152),'isStartRoom':!![],'roomType':a60i(0x12f),'exits':[{'direction':'north','targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x153)}]},{'name':a60i(0x153),'description':a60i(0x144),'roomType':a60i(0x12f),'puzzle':{'requiredPhrase':'decrypt','riddle':a60i(0x112),'rewardItem':{'type':a60i(0x122),'name':'Encrypted\x20Data\x20Key','description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':a60i(0x125),'failureMessage':a60i(0x10d)},'exits':[{'direction':a60i(0x115),'targetRoom':a60i(0x11b)}]},{'name':'Downtown\x20Seattle','description':a60i(0xfe),'roomType':a60i(0x15b),'exits':[{'direction':'south','targetRoom':a60i(0x11b)},{'direction':a60i(0x10f),'targetRoom':a60i(0x11d)},{'direction':a60i(0x109),'targetRoom':'Corp\x20Enclave'}]},{'name':a60i(0x11d),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x15b),'puzzle':{'requiredPhrase':a60i(0x13f),'riddle':a60i(0x143),'rewardItem':{'type':'key','name':'Gang\x20Insignia','description':a60i(0x13a)},'successMessage':a60i(0x16b),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x109),'targetRoom':a60i(0x111)},{'direction':'north','targetRoom':a60i(0x15a)}]},{'name':a60i(0x149),'description':a60i(0x166),'roomType':'inside','items':[{'type':a60i(0x105),'name':a60i(0xfd),'description':a60i(0xfb)},{'type':a60i(0x138),'name':a60i(0x118),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a60i(0x10f),'targetRoom':a60i(0x111)}]},{'name':a60i(0x15a),'description':a60i(0x13c),'roomType':a60i(0x15b),'items':[{'type':a60i(0x119),'name':a60i(0x106),'description':a60i(0x121)}],'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x11d)},{'direction':'north','targetRoom':a60i(0x12c)},{'direction':a60i(0x10f),'targetRoom':a60i(0xff)}]},{'name':a60i(0x12c),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x12f),'puzzle':{'requiredPhrase':a60i(0x123),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':'amulet','name':'Amulet\x20of\x20Awakening','description':a60i(0x133)},'successMessage':'The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','failureMessage':a60i(0xfc)},'exits':[{'direction':a60i(0x14d),'targetRoom':a60i(0x15a)}]},{'name':a60i(0xff),'description':a60i(0x129),'roomType':a60i(0x12f),'items':[{'type':a60i(0x13b),'name':'MCT\x20Fly-Spy','description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60i(0x109),'targetRoom':a60i(0x15a)}]}];
@@ -1 +1 @@
1
- var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1d7))/0x1*(-parseInt(f(0x1d1))/0x2)+parseInt(f(0x1c5))/0x3*(-parseInt(f(0x1e5))/0x4)+parseInt(f(0x1de))/0x5*(-parseInt(f(0x1db))/0x6)+-parseInt(f(0x1e4))/0x7*(parseInt(f(0x1d9))/0x8)+-parseInt(f(0x1c6))/0x9+parseInt(f(0x1d5))/0xa*(-parseInt(f(0x1cb))/0xb)+parseInt(f(0x1c0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x9b3d6));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1bf;var f=c[d];return f;},a61d(a,b);}var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1d6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x1d4)]()[h(0x1d2)](h(0x1bf))[h(0x1d4)]()[h(0x1dd)](a61a)[h(0x1d2)](h(0x1bf));});a61a();function a61c(){var j=['28511700UYsTLN','_playerName','items','shape','isLocked','70593ZvqyBj','2488095vDenUr','unlockItemOrSolution','puzzle','_logger','isLockable','2515777diZWSr','_inventory','exits','weight','roomB','logger','4kvLUSz','search','inventory','toString','30HKlAjI','apply','616282IKrWvK','name','8PHWzJa','description','42GsiVsO','player','constructor','872095wINbTh','_maxCarryingWeight','_equipment','size','isStartRoom','category','2723987kPldtD','68qSMbqS','(((.+)+)+)+$'];a61c=function(){return j;};return a61c();}import{EventEmitter}from'events';export class AbstractScene{['rooms'];[a61i(0x1dc)];[a61i(0x1d0)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a61i(0x1da)];[a61i(0x1cd)];[a61i(0x1d3)];[a61i(0x1c8)];['roomType'];[a61i(0x1e2)];}export class AbstractDoor{['roomA'];[a61i(0x1cf)];[a61i(0x1c4)];[a61i(0x1c7)];['name'];[a61i(0x1d0)];[a61i(0x1ca)];}export class AbstractInventory{[a61i(0x1c2)];['logger'];}export class AbstractItem{['uuid'];[a61i(0x1d8)];[a61i(0x1da)];[a61i(0x1e1)];[a61i(0x1e3)];[a61i(0x1c3)];['color'];['texture'];['rating'];[a61i(0x1ce)];}export class AbstractPlayer{[a61i(0x1c1)];['_currentLocation'];[a61i(0x1cc)];[a61i(0x1e0)];[a61i(0x1df)];[a61i(0x1c9)];}export class AbstractPuzzle{[a61i(0x1d0)];['solved'];}
1
+ var a61i=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x70))/0x1*(parseInt(f(0x6e))/0x2)+parseInt(f(0x7a))/0x3+-parseInt(f(0x67))/0x4+-parseInt(f(0x75))/0x5+parseInt(f(0x7f))/0x6+-parseInt(f(0x82))/0x7+parseInt(f(0x88))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe79ea));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0x87)]()[h(0x89)](h(0x85))[h(0x87)]()[h(0x83)](a61a)[h(0x89)](h(0x85));});a61a();function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x67;var f=c[d];return f;},a61d(a,b);}function a61c(){var j=['4122028yxVODn','roomType','isLocked','puzzle','category','items','player','134xPCuVM','isLockable','3976ENAGyl','characterLocations','isStartRoom','_currentLocation','name','5485105FrcxHH','_equipment','unlockItemOrSolution','apply','exits','1680555AbHAHM','rating','color','roomA','logger','8831682GVTKZt','inventory','_logger','5616226HoQHdJ','constructor','_inventory','(((.+)+)+)+$','size','toString','16902560FyaPMn','search','solved','_maxCarryingWeight','rooms'];a61c=function(){return j;};return a61c();}import{EventEmitter}from'events';export class AbstractScene{[a61i(0x8c)];[a61i(0x6d)];[a61i(0x7e)];[a61i(0x71)];}export class AbstractRoom extends EventEmitter{[a61i(0x74)];['description'];[a61i(0x79)];[a61i(0x80)];[a61i(0x6a)];[a61i(0x68)];[a61i(0x72)];}export class AbstractDoor{[a61i(0x7d)];['roomB'];[a61i(0x69)];[a61i(0x77)];['name'];[a61i(0x7e)];[a61i(0x6f)];}export class AbstractInventory{[a61i(0x6c)];['logger'];}export class AbstractItem{['uuid'];[a61i(0x74)];['description'];[a61i(0x86)];[a61i(0x6b)];['shape'];[a61i(0x7c)];['texture'];[a61i(0x7b)];['weight'];}export class AbstractPlayer{['_playerName'];[a61i(0x73)];[a61i(0x84)];[a61i(0x76)];[a61i(0x8b)];[a61i(0x81)];}export class AbstractPuzzle{[a61i(0x7e)];[a61i(0x8a)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0xd1))/0x1+-parseInt(k(0xb8))/0x2+parseInt(k(0xdc))/0x3*(-parseInt(k(0x9e))/0x4)+-parseInt(k(0xa3))/0x5*(-parseInt(k(0xe9))/0x6)+parseInt(k(0xc0))/0x7+parseInt(k(0xc2))/0x8*(-parseInt(k(0xc5))/0x9)+parseInt(k(0xd3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xd2ab5));export var Size;function a62c(){var v=['small','down','4122216VUfNtq','BEACH','136moENqW','fuzzy','gold','324153pTHJxo','metallic','SEA','Large','Green','grainy','Key','EAST','south','sea','red','(((.+)+)+)+$','1398313SmiRSi','TOWER','24512970ACMrCN','purple','Shield','yellow','east','Rare','UNDERGROUND','Boots','cup','109506XRaWej','smooth','shield','toString','unknown','Gold','Hat','common','rough','Grainy','inside','bumpy','Unknown','6pXvNDg','Red','Medium','constructor','Rifle','rare','rectangle','book','very\x20large','tower','Legendary','Common','mountain','green','Tiny','apply','LegArmor','orange','OUTSIDE','search','forest','body\x20armor','SOUTH','hat','BodyArmor','beach','outside','28MhjoSG','helmet','Brown','west','ArmArmor','7136425NDiLfd','DOWN','VeryLarge','large','Blue','tiny','leg\x20armor','circle','INSIDE','blade','Book','Metallic','medium','Small','north','desert','Weapon','grey','square','Orange','underground','2676906xUgsjQ','Grey','boots','FOREST','Blade','Fuzzy'];a62c=function(){return v;};return a62c();}(function(a){var l=a62d;a[l(0xf7)]=l(0xa8),a[l(0xb0)]=l(0xbe),a[l(0xeb)]=l(0xaf),a[l(0xc8)]=l(0xa6),a[l(0xa5)]=l(0xf1);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xf4)]=m(0xe3),a[m(0xd8)]=m(0xee),a[m(0xf3)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0xb3)]='weapon',a[n(0xd5)]=n(0xde),a[n(0xcb)]='key',a['Gloves']='gloves',a['Helmet']=n(0x9f),a[n(0xe2)]=n(0x100),a[n(0xda)]=n(0xba),a[n(0xf9)]=n(0xa9),a[n(0xa2)]='arm\x20armor',a[n(0x101)]=n(0xfe),a[n(0xad)]=n(0xf0),a['Cup']=n(0xdb),a[n(0xe8)]=n(0xe0);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a['Circle']=o(0xaa),a['Square']=o(0xb5),a['Triangle']='triangle',a['Rectangle']=o(0xef),a[o(0xbc)]=o(0xac),a[o(0xed)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0xea)]=p(0xcf),a[p(0xa7)]='blue',a[p(0xc9)]=p(0xf6),a['Yellow']=p(0xd6),a[p(0xb6)]=p(0xfa),a['Purple']=p(0xd4),a[p(0xb9)]=p(0xb4),a[p(0xa0)]='brown',a[p(0xe1)]=p(0xc4);}(Color||(Color={})));export var Texture;(function(a){var q=a62d;a['Smooth']=q(0xdd),a['Rough']=q(0xe4),a['Bumpy']=q(0xe7),a[q(0xbd)]=q(0xc3),a[q(0xe5)]=q(0xca),a[q(0xae)]=q(0xc6);}(Texture||(Texture={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x9c;var f=c[d];return f;},a62d(a,b);}export var RoomType;(function(a){var r=a62d;a[r(0xab)]=r(0xe6),a[r(0xfb)]=r(0x9d),a[r(0xd9)]=r(0xb7),a['CAVE']='cave',a[r(0xd2)]=r(0xf2),a[r(0xbb)]=r(0xfd),a['DESERT']=r(0xb2),a['MOUNTAIN']=r(0xf5),a[r(0xc1)]=r(0x9c),a[r(0xc7)]=r(0xce);}(RoomType||(RoomType={})));export var Direction;(function(c){var u=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var s=a62d;if(h){var j=h[s(0xf8)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a62d;return e[t(0xdf)]()[t(0xfc)]('(((.+)+)+)+$')[t(0xdf)]()[t(0xec)](e)[t(0xfc)](t(0xd0));});e(),c['NORTH']=u(0xb1),c[u(0xcc)]=u(0xd7),c[u(0xff)]=u(0xcd),c['WEST']=u(0xa1),c['UP']='up',c[u(0xa4)]=u(0xbf);}(Direction||(Direction={})));
1
+ function a62c(){var v=['DOWN','Cup','BodyArmor','Legendary','toString','Red','green','Shield','rough','NORTH','bumpy','outside','helmet','UNDERGROUND','MOUNTAIN','orange','BEACH','Rectangle','OUTSIDE','893VzINnp','east','Purple','Bumpy','652140dQVkoZ','Gold','DESERT','large','Hat','Common','204290HfLXcJ','TOWER','smooth','Rifle','Rough','tower','Grainy','Fuzzy','tiny','EAST','LegArmor','gold','Book','sea','418IOdzkj','book','circle','south','inside','shield','SOUTH','down','Grey','Circle','INSIDE','Weapon','840UUkCKO','Blue','FOREST','underground','rectangle','Large','VeryLarge','Triangle','765800xrHGzg','hat','constructor','grainy','unknown','square','94232hDMgkM','3721377WARLNF','red','(((.+)+)+)+$','forest','Yellow','cave','common','grey','CAVE','Orange','rifle','search','apply','beach','99RPbcLW','112CmtuNO','body\x20armor','brown','Green','purple','metallic','blue','8124VuxKjE','very\x20large','Unknown','cup','medium'];a62c=function(){return v;};return a62c();}(function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x1a3))/0x1*(parseInt(k(0x1bb))/0x2)+parseInt(k(0x1a7))/0x3+-parseInt(k(0x1cf))/0x4+-parseInt(k(0x1c7))/0x5*(-parseInt(k(0x1ec))/0x6)+-parseInt(k(0x1e5))/0x7*(-parseInt(k(0x1d5))/0x8)+parseInt(k(0x1e4))/0x9*(parseInt(k(0x1ad))/0xa)+-parseInt(k(0x1d6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x22949));export var Size;(function(c){var n=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a62d;if(h){var j=h[l(0x1e2)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a62d;return e[m(0x1f5)]()['search']('(((.+)+)+)+$')[m(0x1f5)]()[m(0x1d1)](e)[m(0x1e1)](m(0x1d8));});e(),c['Tiny']=n(0x1b5),c['Small']='small',c['Medium']=n(0x1f0),c[n(0x1cc)]=n(0x1aa),c[n(0x1cd)]=n(0x1ed);}(Size||(Size={})));export var Rating;(function(a){var o=a62d;a[o(0x1ac)]=o(0x1dc),a['Rare']='rare',a[o(0x1f4)]='legendary';}(Rating||(Rating={})));export var Category;function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x19b;var f=c[d];return f;},a62d(a,b);}(function(a){var p=a62d;a[p(0x1c6)]='weapon',a[p(0x1f8)]=p(0x1c0),a['Key']='key',a['Gloves']='gloves',a['Helmet']=p(0x19c),a[p(0x1ab)]=p(0x1d0),a['Boots']='boots',a[p(0x1b7)]='leg\x20armor',a['ArmArmor']='arm\x20armor',a[p(0x1f3)]=p(0x1e6),a[p(0x1b9)]=p(0x1bc),a[p(0x1f2)]=p(0x1ef),a[p(0x1ee)]=p(0x1d3);}(Category||(Category={})));export var Shape;(function(a){var q=a62d;a[q(0x1c4)]=q(0x1bd),a['Square']=q(0x1d4),a[q(0x1ce)]='triangle',a[q(0x1a1)]=q(0x1cb),a['Blade']='blade',a[q(0x1b0)]=q(0x1e0);}(Shape||(Shape={})));export var Color;(function(a){var r=a62d;a[r(0x1f6)]=r(0x1d7),a[r(0x1c8)]=r(0x1eb),a[r(0x1e8)]=r(0x1f7),a[r(0x1da)]='yellow',a[r(0x1df)]=r(0x19f),a[r(0x1a5)]=r(0x1e9),a[r(0x1c3)]=r(0x1dd),a['Brown']=r(0x1e7),a[r(0x1a8)]=r(0x1b8);}(Color||(Color={})));export var Texture;(function(a){var s=a62d;a['Smooth']=s(0x1af),a[s(0x1b1)]=s(0x1f9),a[s(0x1a6)]=s(0x1fb),a[s(0x1b4)]='fuzzy',a[s(0x1b3)]=s(0x1d2),a['Metallic']=s(0x1ea);}(Texture||(Texture={})));export var RoomType;(function(a){var t=a62d;a[t(0x1c5)]=t(0x1bf),a[t(0x1a2)]=t(0x19b),a[t(0x19d)]=t(0x1ca),a[t(0x1de)]=t(0x1db),a[t(0x1ae)]=t(0x1b2),a[t(0x1c9)]=t(0x1d9),a[t(0x1a9)]='desert',a[t(0x19e)]='mountain',a[t(0x1a0)]=t(0x1e3),a['SEA']=t(0x1ba);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a62d;a[u(0x1fa)]='north',a[u(0x1b6)]=u(0x1a4),a[u(0x1c1)]=u(0x1be),a['WEST']='west',a['UP']='up',a[u(0x1f1)]=u(0x1c2);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- function a63c(){var i=['162873NPToeD','search','560RvJkxw','4133748uPbhhR','457575OaKrgG','583471HSIfSU','apply','722093CuNJZz','toString','8rlduUc','1047570aluIzH','4fKbRWy','682160iLpJos'];a63c=function(){return i;};return a63c();}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x185))/0x1+parseInt(f(0x189))/0x2*(parseInt(f(0x182))/0x3)+-parseInt(f(0x18a))/0x4+-parseInt(f(0x188))/0x5+parseInt(f(0x181))/0x6+-parseInt(f(0x183))/0x7*(-parseInt(f(0x187))/0x8)+-parseInt(f(0x18b))/0x9*(parseInt(f(0x180))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x631d0));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x186)]()[h(0x17f)]('(((.+)+)+)+$')['toString']()['constructor'](a63a)[h(0x17f)]('(((.+)+)+)+$');});function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x17f;var f=c[d];return f;},a63d(a,b);}a63a();export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x10a))/0x1*(parseInt(f(0x103))/0x2)+-parseInt(f(0xff))/0x3*(-parseInt(f(0xfd))/0x4)+parseInt(f(0xfe))/0x5*(-parseInt(f(0x105))/0x6)+-parseInt(f(0x106))/0x7+parseInt(f(0x107))/0x8+-parseInt(f(0x104))/0x9*(parseInt(f(0x108))/0xa)+parseInt(f(0x109))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xa16ff));function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xfd;var f=c[d];return f;},a63d(a,b);}var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a['toString']()[h(0x102)](h(0x101))[h(0x10b)]()['constructor'](a63a)[h(0x102)]('(((.+)+)+)+$');});a63a();function a63c(){var i=['2953560fgGUca','2560XEyKjs','30153277yOBrNB','5Urmhju','toString','4lgxvrZ','513630DRBLzt','73599BvRGGK','apply','(((.+)+)+)+$','search','158786GNUKtq','22824hOitOu','42WCkkMk','4958975aGroNa'];a63c=function(){return i;};return a63c();}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0xf6))/0x1*(-parseInt(f(0xf7))/0x2)+parseInt(f(0xef))/0x3+-parseInt(f(0xf1))/0x4+-parseInt(f(0xf3))/0x5+-parseInt(f(0xfa))/0x6*(parseInt(f(0xf5))/0x7)+-parseInt(f(0xf2))/0x8+parseInt(f(0xf9))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xddb2f));function a64c(){var i=['search','50606685FpRTpn','24vUvrOc','apply','(((.+)+)+)+$','1171950gPSiKv','constructor','4944832smNekf','13254096XjxNvH','4944455zelPSG','toString','3149272KrmPeV','1783WHzXOG','646MUWuQT'];a64c=function(){return i;};return a64c();}var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xfb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xf4)]()[h(0xf8)](h(0xfc))['toString']()[h(0xf0)](a64a)[h(0xf8)](h(0xfc));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xef;var f=c[d];return f;},a64d(a,b);}a64a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0x11a))/0x1*(parseInt(f(0x11e))/0x2)+-parseInt(f(0x11b))/0x3*(-parseInt(f(0x124))/0x4)+parseInt(f(0x125))/0x5*(-parseInt(f(0x119))/0x6)+-parseInt(f(0x120))/0x7+-parseInt(f(0x117))/0x8+parseInt(f(0x122))/0x9+-parseInt(f(0x11f))/0xa*(-parseInt(f(0x123))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x5093b));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()['search']('(((.+)+)+)+$')[h(0x118)]()['constructor'](a64a)[h(0x11c)](h(0x11d));});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x117;var f=c[d];return f;},a64d(a,b);}a64a();function a64c(){var i=['3124494IRvanx','1331xXMEGT','224xydbVn','52525HUXKTb','3004344ILuXGJ','toString','12SIjHzM','16925BWiwZn','12057xEWYtN','search','(((.+)+)+)+$','70eTblbA','9320PMpBrP','3855467FfZJkd','apply'];a64c=function(){return i;};return a64c();}export{};
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x1d0))/0x1+parseInt(y(0x1ce))/0x2*(parseInt(y(0x204))/0x3)+parseInt(y(0x1df))/0x4*(parseInt(y(0x1e9))/0x5)+-parseInt(y(0x1e2))/0x6+-parseInt(y(0x1e7))/0x7*(-parseInt(y(0x1fa))/0x8)+parseInt(y(0x1c5))/0x9*(parseInt(y(0x1cb))/0xa)+-parseInt(y(0x1ee))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x9305c));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a65d(a,b);}function a65c(){const I=['line','join','lock','287609CgimnK','\x20Inventory\x20','137525pTFKIG','name','Thanks\x20for\x20playing!','setContent','Feet:\x20','33386298aAuupp','getAllItems','textbox','None','argv','25%','\x20(Locked)','clearValue','equipment','getWelcomeMessage','torso','100%','80JxOuNQ','----->>>>>>\x20Initializing\x20Game','log','45%','leftHand','\x20Game\x20Log\x20','unlock','legs','equip','render','6BdWLiW','cyan','gloves','inventory','yellow','parse','search','\x20Equipment\x20','white','apply','Right\x20Hand:\x20','Left\x20Hand:\x20','logFilePath','constructor','Head:\x20','checkIfLockable','write','rightHand','enter','\x20Map\x20','take','roomType','getOtherSide','split','toString','\x20(Unlocked)','getInstance','checkIfLocked','pushLine','handleInput','(((.+)+)+)+$','20%','1986777plKSjm','size','key','getValue','clear','box','50TkTFJs','scroll','player','862766MKjjiN','Legs:\x20','1126506LhQYCD','focus','removeAllListeners','exit','slice','Side\x20Quest\x20Adventure\x20Game','75%','Arms:\x20','\x0aThere\x20are\x20no\x20exits\x20here.','unequip','append','map','mousemove','head','logBox','24BEAIFD','<<<<<<<<---------\x20Terminating\x20game','Gloves:\x20','189690uZPvcO','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...'];a65c=function(){return I;};return a65c();}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x20d)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1bd)]()[A(0x20a)](A(0x1c3))[A(0x1bd)]()[A(0x1b2)](g)[A(0x20a)]('(((.+)+)+)+$');});g();try{const h=a65e['screen']({'smartCSR':!![],'title':B(0x1d5)}),i=a65e['box']({'top':'0%','left':B(0x1d6),'width':B(0x1f3),'height':B(0x1fd),'border':{'type':B(0x1e4)},'label':B(0x1e8),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x208)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x1ef)]()[C(0x1db)](v=>v[C(0x1ea)]);i['setContent'](u[C(0x1e5)]('\x0a')),h['render']();};h[B(0x1da)](i);const k=a65e[B(0x1ca)]({'top':'45%','left':B(0x1d6),'width':B(0x1f3),'height':B(0x1f3),'border':{'type':'line'},'label':B(0x20b),'content':B(0x1e3),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x208)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0x1ec)](D(0x1b3)+(t[D(0x1dd)]?t[D(0x1dd)]['name']:D(0x1f1))+'\x0a'+('Torso:\x20'+(t[D(0x1f8)]?t[D(0x1f8)][D(0x1ea)]:D(0x1f1))+'\x0a')+(D(0x1cf)+(t[D(0x201)]?t[D(0x201)]['name']:D(0x1f1))+'\x0a')+(D(0x1ed)+(t['feet']?t['feet']['name']:D(0x1f1))+'\x0a')+(D(0x1d7)+(t['arms']?t['arms'][D(0x1ea)]:D(0x1f1))+'\x0a')+(D(0x1e1)+(t[D(0x206)]?t[D(0x206)][D(0x1ea)]:'None')+'\x0a')+(D(0x1b0)+(t[D(0x1fe)]?t[D(0x1fe)][D(0x1ea)]:D(0x1f1))+'\x0a')+(D(0x20e)+(t[D(0x1b6)]?t[D(0x1b6)][D(0x1ea)]:D(0x1f1))+'\x0a')),h['render']();},m=a65e[B(0x1ca)]({'top':'70%','left':'75%','width':B(0x1f3),'height':B(0x1c4),'border':{'type':B(0x1e4)},'label':B(0x1b8),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t['name']+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t['exits'][E(0x1c6)]>0x0?t['exits']['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1bb)](t);x[F(0x1ba)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[F(0x1ea)]:u+=capitalCase(w)+':\x20'+v[F(0x1ea)];if(v[F(0x1c0)]())u+=F(0x1f4);else v[F(0x1b4)]()&&(u+=F(0x1be));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1d8),m[E(0x1ec)](u),h[E(0x203)]();},o=a65e['box']({'id':B(0x1de),'top':'0%','left':'0%','width':B(0x1d6),'height':'90%','border':{'type':B(0x1e4)},'label':B(0x1ff),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x208)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1d2)](B(0x1dc)),h[B(0x1da)](o);const p=a65e[B(0x1f0)]({'bottom':0x0,'left':0x0,'width':B(0x1f9),'height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':B(0x20c),'border':{'fg':B(0x205)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x1da)](p),h[B(0x1c7)](['escape','C-c'],()=>process[B(0x1d3)](0x0)),p[B(0x1d1)](),h[B(0x203)]();const q=Logger[B(0x1bf)](e[B(0x1b1)],h),r=new Player({'playerName':c});q[B(0x1b5)](B(0x1fb));const s=a65f['getInstance'](r,d);o[B(0x1ec)](s[B(0x1f7)]()),l(s[B(0x1cd)][B(0x1f6)]),j(s[B(0x1cd)]['inventory']),n(s['player']['currentLocation']),p[B(0x1c7)]([B(0x1b7)],async()=>{const G=B,t=p[G(0x1c8)](),u=s[G(0x1c2)](t);(t[G(0x1bc)]('\x20')[0x0]===G(0x1b9)||G(0x202)||G(0x1d9))&&(j(s[G(0x1cd)][G(0x207)]),l(s[G(0x1cd)]['equipment'])),(t[G(0x1bc)]('\x20')[0x0]==='go'||G(0x1e6)||G(0x200))&&n(s['player']['currentLocation']),t[G(0x1bc)]('\x20')[0x0]===G(0x1c9)&&o[G(0x1ec)](''),u===null&&(console[G(0x1fc)](G(0x1eb)),h[G(0x203)](),q['write'](G(0x1e0)),process[G(0x1d3)](0x0)),o[G(0x1c1)](u),o[G(0x1cc)](0x1),p[G(0x1f5)](),p['focus'](),h['render']();});}catch(t){console[B(0x1fc)](t),process['exit'](0x1);}}const args=process[a65H(0x1f2)][a65H(0x1d4)](0x2);main(args[0x0],JSON[a65H(0x209)](args[0x1]),JSON[a65H(0x209)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0xdb))/0x1+parseInt(y(0xda))/0x2*(parseInt(y(0xd6))/0x3)+-parseInt(y(0xcd))/0x4*(parseInt(y(0xdc))/0x5)+-parseInt(y(0xbc))/0x6*(parseInt(y(0xec))/0x7)+parseInt(y(0xe1))/0x8+-parseInt(y(0x102))/0x9+parseInt(y(0xb8))/0xa*(-parseInt(y(0xc9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x9f799));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0xe2)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x101)]()['search'](A(0xc5))[A(0x101)]()[A(0xb1)](g)[A(0xb7)](A(0xc5));});g();try{const h=a65e[B(0xcc)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a65e[B(0xd4)]({'top':'0%','left':B(0xf0),'width':B(0xcb),'height':B(0xed),'border':{'type':B(0xc4)},'label':B(0xbe),'content':B(0xdd),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0xb5)]()['map'](v=>v[C(0x104)]);i[C(0xb9)](u[C(0xdf)]('\x0a')),h[C(0x100)]();};h[B(0xe9)](i);const k=a65e['box']({'top':B(0xed),'left':B(0xf0),'width':B(0xcb),'height':B(0xcb),'border':{'type':B(0xc4)},'label':'\x20Equipment\x20','content':B(0xfe),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x108)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xe9)](k);const l=t=>{const D=B;k[D(0xb9)](D(0xef)+(t[D(0xf4)]?t['head'][D(0x104)]:D(0xe3))+'\x0a'+(D(0xf8)+(t[D(0xf3)]?t[D(0xf3)][D(0x104)]:D(0xe3))+'\x0a')+('Legs:\x20'+(t['legs']?t['legs'][D(0x104)]:D(0xe3))+'\x0a')+(D(0xe4)+(t['feet']?t[D(0x106)]['name']:D(0xe3))+'\x0a')+('Arms:\x20'+(t[D(0x107)]?t['arms']['name']:D(0xe3))+'\x0a')+('Gloves:\x20'+(t[D(0x105)]?t[D(0x105)][D(0x104)]:D(0xe3))+'\x0a')+(D(0xb0)+(t[D(0xd7)]?t[D(0xd7)][D(0x104)]:D(0xe3))+'\x0a')+(D(0xff)+(t[D(0xd5)]?t['rightHand'][D(0x104)]:D(0xe3))+'\x0a')),h['render']();},m=a65e[B(0xd4)]({'top':B(0xf9),'left':'75%','width':B(0xcb),'height':B(0xc8),'border':{'type':B(0xc4)},'label':'\x20Map\x20','content':B(0xfd),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0xe9)](m);const n=t=>{const E=B;let u=E(0x10a)+t[E(0x104)]+'\x0a\x0a';u+=E(0xfc),t[E(0xd8)]['size']>0x0?t[E(0xd8)][E(0xf7)]((v,w)=>{const F=E;if(v instanceof Door){const x=v['getOtherSide'](t);x[F(0xd0)]===RoomType[F(0xc7)]?u+=capitalCase(w)+':\x20'+x[F(0x104)]:u+=capitalCase(w)+':\x20'+v[F(0x104)];if(v[F(0xd3)]())u+=F(0xc3);else v['checkIfLockable']()&&(u+=F(0xe8));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0xc2),m[E(0xb9)](u),h['render']();},o=a65e['box']({'id':'logBox','top':'0%','left':'0%','width':B(0xf0),'height':'90%','border':{'type':B(0xc4)},'label':B(0x103),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x108)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x109)]('mousemove'),h[B(0xe9)](o);const p=a65e[B(0xe0)]({'bottom':0x0,'left':0x0,'width':B(0xee),'height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':'white','border':{'fg':B(0xe6)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0xe9)](p),h[B(0xeb)]([B(0xbd),'C-c'],()=>process[B(0xba)](0x0)),p[B(0xc6)](),h[B(0x100)]();const q=Logger[B(0xbb)](e[B(0xb3)],h),r=new Player({'playerName':c});q[B(0xd9)](B(0xe5));const s=a65f['getInstance'](r,d);o['setContent'](s[B(0xc0)]()),l(s[B(0xfa)]['equipment']),j(s[B(0xfa)][B(0xe7)]),n(s['player'][B(0xf1)]),p['key']([B(0xea)],async()=>{const G=B,t=p[G(0xf5)](),u=s[G(0xf6)](t);(t[G(0xc1)]('\x20')[0x0]===G(0xca)||'equip'||G(0xf2))&&(j(s[G(0xfa)][G(0xe7)]),l(s['player'][G(0xbf)])),(t[G(0xc1)]('\x20')[0x0]==='go'||G(0xce)||'unlock')&&n(s['player'][G(0xf1)]),t[G(0xc1)]('\x20')[0x0]===G(0xfb)&&o[G(0xb9)](''),u===null&&(console['log'](G(0xde)),h['render'](),q[G(0xd9)](G(0xb4)),process['exit'](0x0)),o[G(0xb6)](u),o[G(0xb2)](0x1),p[G(0x10b)](),p[G(0xc6)](),h['render']();});}catch(t){console[B(0xd2)](t),process[B(0xba)](0x1);}}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0xb0;let f=c[d];return f;},a65d(a,b);}function a65c(){const I=['----->>>>>>\x20Initializing\x20Game','cyan','inventory','\x20(Unlocked)','append','enter','key','380597QhukqN','45%','100%','Head:\x20','75%','currentLocation','unequip','torso','head','getValue','handleInput','forEach','Torso:\x20','70%','player','clear','-----\x20Exits\x20------\x0a','Available\x20exits\x20will\x20be\x20shown\x20here...','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','Right\x20Hand:\x20','render','toString','3489894vGzjBJ','\x20Game\x20Log\x20','name','gloves','feet','arms','yellow','removeAllListeners','Currently\x20in:\x20','clearValue','Left\x20Hand:\x20','constructor','scroll','logFilePath','<<<<<<<<---------\x20Terminating\x20game','getAllItems','pushLine','search','10MmXkll','setContent','exit','getInstance','66NGcoVm','escape','\x20Inventory\x20','equipment','getWelcomeMessage','split','\x0aThere\x20are\x20no\x20exits\x20here.','\x20(Locked)','line','(((.+)+)+)+$','focus','OUTSIDE','20%','335555pjZsrm','take','25%','screen','4eaLQdL','lock','parse','roomType','slice','log','checkIfLocked','box','rightHand','2593176AIdTmC','leftHand','exits','write','2hkHwyw','470717dnWxeb','11705RFTwdq','Your\x20items\x20will\x20be\x20listed\x20here...','Thanks\x20for\x20playing!','join','textbox','10225816vLRPuo','apply','None','Feet:\x20'];a65c=function(){return I;};return a65c();}const args=process['argv'][a65H(0xd1)](0x2);main(args[0x0],JSON[a65H(0xcf)](args[0x1]),JSON[a65H(0xcf)](args[0x2]));
@@ -1 +1 @@
1
- const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x1ac))/0x1+-parseInt(h(0x1a3))/0x2*(-parseInt(h(0x1b8))/0x3)+parseInt(h(0x1a5))/0x4*(parseInt(h(0x1b4))/0x5)+-parseInt(h(0x1a9))/0x6+-parseInt(h(0x1b1))/0x7*(parseInt(h(0x1a1))/0x8)+parseInt(h(0x1ad))/0x9*(parseInt(h(0x191))/0xa)+parseInt(h(0x1ab))/0xb*(parseInt(h(0x1bb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xde281));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x1b7)](j(0x1a0))[j(0x1af)]()[j(0x192)](a66a)[j(0x1b7)](j(0x1a0));});a66a();function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x190;let f=c[d];return f;},a66d(a,b);}import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x19b)]();export class Logger{static [a66k(0x19e)];[a66k(0x1b5)];[a66k(0x199)];constructor(a,b){const l=a66k;this[l(0x1b5)]=a,this[l(0x199)]=b,this[l(0x19c)]();}static[a66k(0x1ae)](a=a66g[a66k(0x1ba)](homeDir,a66k(0x1be),a66k(0x196)),b){const m=a66k;if(!Logger[m(0x19e)]){if(!b)throw new Error(m(0x1a2));Logger['instance']=new Logger(a,b);}return Logger[m(0x19e)];}[a66k(0x19c)](){const n=a66k,a=a66g[n(0x1bf)](this[n(0x1b5)]);!a66e[n(0x190)](a)&&a66e[n(0x19d)](a,{'recursive':!![]}),!a66e[n(0x190)](this[n(0x1b5)])&&a66e[n(0x19f)](this[n(0x1b5)],'');}[a66k(0x195)](a){const o=a66k,b=new Date()[o(0x1bc)](),c=o(0x1bd)+b+']\x20'+a+'\x0a';a66e[o(0x1b0)](this[o(0x1b5)],c);}['error'](a){const p=a66k,b=new Date()[p(0x1bc)](),c=p(0x19a)+b+']\x20'+a+'\x0a';a66e[p(0x1b0)](this[p(0x1b5)],c);}[a66k(0x1b2)](a){const q=a66k,b=this['screen']?.[q(0x1b3)][q(0x1aa)](c=>c[q(0x1a6)]===q(0x1b9)&&c['options']['id']===q(0x197));b?(b['setContent'](b[q(0x1a4)]+'\x0a'+a),b[q(0x1c0)](b[q(0x1a7)]()),this['screen']?.[q(0x193)]()):this[q(0x194)](q(0x198)+b+q(0x1a8)+this[q(0x199)]),this[q(0x195)](a);}['hasScreen'](){const r=a66k;return!!this[r(0x199)];}}function a66c(){const s=['log','children','655JeuLEp','filePath','apply','search','6BbvhRu','box','join','12cHSjyc','toISOString','[INFO]\x20[','.maka','dirname','scrollTo','existsSync','51570WiOkpz','constructor','render','error','write','side-quest.log','logBox','The\x20logbox\x20','screen','[ERROR]\x20[','homedir','ensureLogFileExists','mkdirSync','instance','writeFileSync','(((.+)+)+)+$','66824lwqNGQ','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','30284HGuwUA','content','15404KERRlC','type','getScrollHeight','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','10692804xQvmlh','find','33807829CaIVXc','989309pgIulQ','3087HmcIIu','getInstance','toString','appendFileSync','1421nbRGJu'];a66c=function(){return s;};return a66c();}
1
+ const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=parseInt(h(0x95))/0x1*(-parseInt(h(0x81))/0x2)+parseInt(h(0x9a))/0x3*(-parseInt(h(0x92))/0x4)+parseInt(h(0x7f))/0x5+parseInt(h(0x9d))/0x6+-parseInt(h(0x9c))/0x7*(-parseInt(h(0x7a))/0x8)+parseInt(h(0x85))/0x9*(parseInt(h(0x80))/0xa)+parseInt(h(0x77))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x65ba6));function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x72;let f=c[d];return f;},a66d(a,b);}function a66c(){const s=['hasScreen','type','[ERROR]\x20[','getScrollHeight','instance','content','children','existsSync','screen','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','1183796wfbPhI','The\x20logbox\x20','filePath','1wpUkOr','writeFileSync','setContent','appendFileSync','scrollTo','6RPxWNn','error','3738826iJkgtZ','782760XYMarc','toISOString','[INFO]\x20[','dirname','homedir','mkdirSync','3844709iuVviK','ensureLogFileExists','apply','8EHjiAT','search','options','(((.+)+)+)+$','logBox','451625TGFFlg','30dcGpCW','1407238hfynBc','join','find','getInstance','1823319EpyPWK','render','.maka'];a66c=function(){return s;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x79)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x7b)](j(0x7d))['toString']()['constructor'](a66a)['search'](j(0x7d));});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x75)]();export class Logger{static [a66k(0x8c)];[a66k(0x94)];[a66k(0x90)];constructor(a,b){const l=a66k;this[l(0x94)]=a,this[l(0x90)]=b,this['ensureLogFileExists']();}static[a66k(0x84)](a=a66g[a66k(0x82)](homeDir,a66k(0x87),'side-quest.log'),b){const m=a66k;if(!Logger[m(0x8c)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger['instance']=new Logger(a,b);}return Logger['instance'];}[a66k(0x78)](){const n=a66k,a=a66g[n(0x74)](this['filePath']);!a66e[n(0x8f)](a)&&a66e[n(0x76)](a,{'recursive':!![]}),!a66e[n(0x8f)](this[n(0x94)])&&a66e[n(0x96)](this[n(0x94)],'');}['write'](a){const o=a66k,b=new Date()[o(0x72)](),c=o(0x73)+b+']\x20'+a+'\x0a';a66e[o(0x98)](this['filePath'],c);}[a66k(0x9b)](a){const p=a66k,b=new Date()[p(0x72)](),c=p(0x8a)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[p(0x94)],c);}['log'](a){const q=a66k,b=this[q(0x90)]?.[q(0x8e)][q(0x83)](c=>c[q(0x89)]==='box'&&c[q(0x7c)]['id']===q(0x7e));b?(b[q(0x97)](b[q(0x8d)]+'\x0a'+a),b[q(0x99)](b[q(0x8b)]()),this[q(0x90)]?.[q(0x86)]()):this[q(0x9b)](q(0x93)+b+q(0x91)+this['screen']),this['write'](a);}[a66k(0x88)](){const r=a66k;return!!this[r(0x90)];}}
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=-parseInt(k(0x81))/0x1+-parseInt(k(0x84))/0x2+parseInt(k(0x87))/0x3*(-parseInt(k(0x73))/0x4)+-parseInt(k(0x80))/0x5*(parseInt(k(0x72))/0x6)+parseInt(k(0x83))/0x7*(-parseInt(k(0x7a))/0x8)+-parseInt(k(0x7f))/0x9*(parseInt(k(0x70))/0xa)+-parseInt(k(0x6e))/0xb*(-parseInt(k(0x71))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xd114c));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x74)]()[m(0x6a)]('(((.+)+)+)+$')[m(0x74)]()[m(0x68)](a67a)[m(0x6a)]('(((.+)+)+)+$');});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x67;let f=c[d];return f;},a67d(a,b);}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a67c(){const q=['maka\x20play:side-quest','9hrQHEh','resolve','node','./sideQuest/ui.js','Thanks\x20for\x20playing!','inherit','side-quest.log','constructor','shadowrun','search','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','stringify','11rtqyqY','exit','130VSeCaF','50266572cwNEOu','1572408HYjyiq','434012kHCJxJ','toString','player','apply','What\x20is\x20your\x20name?','fsi','join','12269728utJqMs','Play\x20a\x20little\x20side-quest','dungeon','sideQuestAnswer','log','239967ygsaYa','10FYgJPp','250353mdeoyC','list','7mncrgk','704304PHXHzw','Commoner'];a67c=function(){return q;};return a67c();}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command['create']({'name':'side-quest','usage':a67n(0x86),'shortDesc':a67n(0x7b),'aliases':['sq'],'description':a67n(0x6b),'validOpts':[a67n(0x75)]},async function(a,b){const o=a67n;try{const c=this[o(0x78)]['getGlobalMakaDir'](),d=a67e[o(0x79)](c,o(0x67)),e=b[o(0x75)]?b[o(0x75)]:await Actions['ask'](o(0x77))||o(0x85),f={...b,'logFilePath':d},g={'type':o(0x82),'name':o(0x7d),'message':o(0x6c),'choices':[{'name':o(0x7c),'value':dungeonConfig},{'name':o(0x69),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x89),[a67e[o(0x88)](__dirname,o(0x8a)),e,JSON[o(0x6d)](h),JSON[o(0x6d)](f)],{'stdio':o(0x8c)});i['on'](o(0x6f),()=>{const p=o;console[p(0x7e)](p(0x8b));});}}catch(j){console[o(0x7e)](j);}},a67f);
1
+ function a67c(){const q=['sideQuestAnswer','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','side-quest','126CdQrJU','99SVqRnK','Commoner','3029215nnmDzR','apply','What\x20is\x20your\x20name?','search','shadowrun','list','maka\x20play:side-quest','3454300BhpdTe','exit','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','510979EOqIMN','stringify','node','3TupbNM','Thanks\x20for\x20playing!','88934BlKwXc','9gLAdxs','4501200eLndCB','2207376DeuGFA','inherit','dungeon','35kfiuuj','toString','side-quest.log','ask','join','(((.+)+)+)+$','player','log','options','./sideQuest/ui.js','create','3016584XXMGEk'];a67c=function(){return q;};return a67c();}const a67n=a67d;(function(a,b){const k=a67d,c=a();while(!![]){try{const d=parseInt(k(0xc5))/0x1*(parseInt(k(0xbf))/0x2)+parseInt(k(0xbd))/0x3*(parseInt(k(0xb7))/0x4)+-parseInt(k(0xb0))/0x5+-parseInt(k(0xad))/0x6*(-parseInt(k(0xba))/0x7)+-parseInt(k(0xa9))/0x8*(parseInt(k(0xc0))/0x9)+-parseInt(k(0xc1))/0xa+parseInt(k(0xae))/0xb*(-parseInt(k(0xc2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xd3021));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a67d;if(c){const e=c[l(0xb1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0xc6)]()[m(0xb3)](m(0xca))[m(0xc6)]()['constructor'](a67a)[m(0xb3)](m(0xca));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xa4;let f=c[d];return f;},a67d(a,b);}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a67n(0xa8)]({'name':a67n(0xac),'usage':a67n(0xb6),'shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':a67n(0xab),'validOpts':[a67n(0xa4)]},async function(a,b){const o=a67n;try{const c=this['fsi']['getGlobalMakaDir'](),d=a67e[o(0xc9)](c,o(0xc7)),e=b[o(0xa4)]?b[o(0xa4)]:await Actions[o(0xc8)](o(0xb2))||o(0xaf),f={...b,'logFilePath':d},g={'type':o(0xb5),'name':o(0xaa),'message':o(0xb9),'choices':[{'name':o(0xc4),'value':dungeonConfig},{'name':o(0xb4),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xa6)](g);if(e&&h){const i=spawn(o(0xbc),[a67e['resolve'](__dirname,o(0xa7)),e,JSON['stringify'](h),JSON[o(0xbb)](f)],{'stdio':o(0xc3)});i['on'](o(0xb8),()=>{const p=o;console[p(0xa5)](p(0xbe));});}}catch(j){console[o(0xa5)](j);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x1c9))/0x1*(-parseInt(f(0x1ca))/0x2)+-parseInt(f(0x1ce))/0x3*(-parseInt(f(0x1d8))/0x4)+parseInt(f(0x1cd))/0x5*(parseInt(f(0x1d1))/0x6)+-parseInt(f(0x1d9))/0x7*(parseInt(f(0x1cc))/0x8)+-parseInt(f(0x1d4))/0x9*(-parseInt(f(0x1d5))/0xa)+-parseInt(f(0x1da))/0xb*(parseInt(f(0x1d3))/0xc)+parseInt(f(0x1d2))/0xd*(parseInt(f(0x1d7))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x89839));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1c8;var f=c[d];return f;},a68d(a,b);}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1c8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1dc)]()['search'](h(0x1d6))['toString']()['constructor'](a68a)[h(0x1cb)]('(((.+)+)+)+$');});a68a();import a68e from'./play.command.js';function a68c(){var k=['(((.+)+)+)+$','14LaFago','4muXufN','1414364IZZaFU','11418OSFDni','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','toString','create','apply','1FYtqsP','718286FqOVLe','search','16UqqOmv','5kqpTwu','555591LSbisb','npx\x20command-line-snake','snake','3860070jWRHto','8264568qvGpgM','10284gHcJCN','27414AHQiMO','110grOAMP'];a68c=function(){return k;};return a68c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1dd)]({'name':a68i(0x1d0),'usage':'maka\x20game:snake','shortDesc':a68i(0x1db),'validOpts':[]},async function(){var j=a68i;execSync(j(0x1cf),{'stdio':'inherit'});},a68e);
1
+ var a68h=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x179))/0x1*(-parseInt(f(0x16f))/0x2)+parseInt(f(0x172))/0x3*(-parseInt(f(0x178))/0x4)+parseInt(f(0x171))/0x5+parseInt(f(0x176))/0x6+parseInt(f(0x16b))/0x7+parseInt(f(0x175))/0x8*(-parseInt(f(0x16c))/0x9)+-parseInt(f(0x17b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x8e30c));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x16a;var f=c[d];return f;},a68d(a,b);}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var g=a68d;return a68a[g(0x177)]()['search'](g(0x16e))[g(0x177)]()['constructor'](a68a)[g(0x173)](g(0x16e));});function a68c(){var j=['754jxmYhj','create','2331325PCmcRp','108762JrJPeJ','search','inherit','208808CSGiUb','268596zGTWbY','toString','28QKJNpA','622gtwMIr','maka\x20game:snake','5645580KCXTHb','snake','7144459jJGWbW','126fCuisr','npx\x20command-line-snake','(((.+)+)+)+$'];a68c=function(){return j;};return a68c();}a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68h(0x170)]({'name':a68h(0x16a),'usage':a68h(0x17a),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var i=a68h;execSync(i(0x16d),{'stdio':i(0x174)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x176))/0x1+parseInt(f(0x17e))/0x2*(parseInt(f(0x174))/0x3)+-parseInt(f(0x172))/0x4*(parseInt(f(0x173))/0x5)+-parseInt(f(0x175))/0x6*(parseInt(f(0x16e))/0x7)+parseInt(f(0x181))/0x8*(-parseInt(f(0x17c))/0x9)+parseInt(f(0x17f))/0xa+-parseInt(f(0x16d))/0xb*(-parseInt(f(0x16f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x4aef6));function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x16d;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x17b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x170)]()[h(0x180)](h(0x182))['toString']()[h(0x177)](a69a)[h(0x180)](h(0x182));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x179)]({'name':a69i(0x178),'usage':a69i(0x17d),'shortDesc':a69i(0x183),'validOpts':[]},async function(){var j=a69i;execSync(j(0x171),{'stdio':j(0x17a)});},a69e);function a69c(){var k=['376365pstkKz','constructor','tetris','create','inherit','apply','18ssgoHu','maka\x20game:tetris','2zAdHQp','4289710XYOOsj','search','875144TVeyzl','(((.+)+)+)+$','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','492437zaHJZC','308CCBqaq','192timmHd','toString','npx\x20simple-tetris','4DcyTwb','750605BEoJWW','1510281Fzhand','81336xhmRyp'];a69c=function(){return k;};return a69c();}
1
+ var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x96))/0x1+parseInt(f(0x97))/0x2+-parseInt(f(0x99))/0x3+-parseInt(f(0x9c))/0x4*(-parseInt(f(0x9f))/0x5)+parseInt(f(0x9a))/0x6+-parseInt(f(0x9d))/0x7*(parseInt(f(0x90))/0x8)+-parseInt(f(0x92))/0x9*(parseInt(f(0x93))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb6225));function a69c(){var j=['maka\x20game:tetris','869949mQxIoW','10DewdRk','toString','search','181062sGGjSJ','2746854CenoTO','tetris','487398UZHeAL','4551852mvNrJM','apply','76TtPusb','10766ypaEcy','create','4455DNsRNg','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','(((.+)+)+)+$','5008qPfrwR'];a69c=function(){return j;};return a69c();}function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x8e;var f=c[d];return f;},a69d(a,b);}var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0x94)]()[h(0x95)](h(0x8f))[h(0x94)]()['constructor'](a69a)[h(0x95)](h(0x8f));});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x9e)]({'name':a69i(0x98),'usage':a69i(0x91),'shortDesc':a69i(0x8e),'validOpts':[]},async function(){execSync('npx\x20simple-tetris',{'stdio':'inherit'});},a69e);
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1f3))/0x1+parseInt(f(0x1e9))/0x2+-parseInt(f(0x1e4))/0x3*(parseInt(f(0x1e3))/0x4)+-parseInt(f(0x1ec))/0x5*(-parseInt(f(0x1f2))/0x6)+-parseInt(f(0x1e2))/0x7*(parseInt(f(0x1dc))/0x8)+parseInt(f(0x1db))/0x9+-parseInt(f(0x1df))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x2611d));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1eb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1ef)]()['search'](h(0x1e0))[h(0x1ef)]()['constructor'](a70a)[h(0x1e8)](h(0x1e0));});a70a();import{Command}from'../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1db;let f=c[d];return f;},a70d(a,b);}function a70c(){const k=['maka\x20g:scaffold\x20todos','2278998SgSVSA','589448bMKlvJ','splice','processAndRunGenerator','611590zGHvhK','(((.+)+)+)+$','maka\x20g:route\x20todos/edit','28TeLwUD','108ZNnHNS','33870turbpR','maka\x20g:template\x20todos/todo_item','maka\x20{generate,\x20g}:<generator>\x20<name>','invoke','search','312604zSGHUJ','exit','apply','110650nJPKRG','maka\x20g:api\x20trucks','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','toString','generate','create','60gOQmKg','185822dABGqD'];a70c=function(){return k;};return a70c();}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0x1f1)]({'name':a70i(0x1f0),'aliases':['g'],'usage':a70i(0x1e6),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a70i(0x1ee),'examples':['maka\x20generate:scaffold\x20todos',a70i(0x1f4),a70i(0x1e5),'maka\x20g:package\x20package:name',a70i(0x1e1),a70i(0x1ed),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x1dd)](0x0,0x1),await a70e[j(0x1de)](c,a,b)):a70e[j(0x1e7)](a,b);}catch(d){Log['error'](d),process[j(0x1ea)](0x1);}});
1
+ const a70i=a70d;function a70c(){const k=['Scaffold\x20various\x20parts\x20of\x20your\x20application','33DYrKzk','invoke','498ORONGA','search','maka\x20g:scaffold\x20todos','30JCqZoT','maka\x20g:dbc\x20geoserver\x20--type=pgsql','exit','383553woZtWF','552772zYcYeG','1101243vvnElG','apply','24OAHsKc','266kudGoj','maka\x20g:template\x20todos/todo_item','toString','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','7rcJMuA','374228JfuzZM','(((.+)+)+)+$','6421YFxIEt','maka\x20g:route\x20todos/edit','106pmgZbZ','790168YgNiqk','splice','50515pxhhAX'];a70c=function(){return k;};return a70c();}(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x19a))/0x1*(parseInt(f(0x19c))/0x2)+-parseInt(f(0x1a1))/0x3*(parseInt(f(0x198))/0x4)+-parseInt(f(0x19f))/0x5*(-parseInt(f(0x1a3))/0x6)+-parseInt(f(0x197))/0x7*(parseInt(f(0x19d))/0x8)+parseInt(f(0x1a9))/0x9*(-parseInt(f(0x1a6))/0xa)+parseInt(f(0x1aa))/0xb*(parseInt(f(0x192))/0xc)+parseInt(f(0x190))/0xd*(parseInt(f(0x193))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe88b4));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x190;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x191)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x195)]()[h(0x1a4)](h(0x199))[h(0x195)]()['constructor'](a70a)[h(0x1a4)]('(((.+)+)+)+$');});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a70i(0x1a0),'description':a70i(0x196),'examples':['maka\x20generate:scaffold\x20todos',a70i(0x1a5),a70i(0x194),'maka\x20g:package\x20package:name',a70i(0x19b),'maka\x20g:api\x20trucks',a70i(0x1a7)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x19e)](0x0,0x1),await a70e['processAndRunGenerator'](c,a,b)):a70e[j(0x1a2)](a,b);}catch(d){Log['error'](d),process[j(0x1a8)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0x98))/0x1+parseInt(f(0x91))/0x2+parseInt(f(0x93))/0x3*(-parseInt(f(0x9a))/0x4)+parseInt(f(0x99))/0x5+parseInt(f(0x96))/0x6+parseInt(f(0x9c))/0x7+-parseInt(f(0x90))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xb07f6));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x94)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a[h(0x97)]()[h(0x9b)](h(0x95))['toString']()[h(0x92)](a71a)[h(0x9b)](h(0x95));});a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x90;var f=c[d];return f;},a71d(a,b);}import'./whoami.sub.cmd.js';function a71c(){var i=['372480SFxglu','apply','(((.+)+)+)+$','7249782EtlHHo','toString','740251PIamFV','2182495nWjgJg','16emesTS','search','2365342pzrxWt','6757856iYOGGS','1643710KSBhLX','constructor'];a71c=function(){return i;};return a71c();}
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=-parseInt(f(0xd6))/0x1*(parseInt(f(0xd2))/0x2)+parseInt(f(0xd8))/0x3+parseInt(f(0xd5))/0x4*(parseInt(f(0xdc))/0x5)+-parseInt(f(0xd3))/0x6+-parseInt(f(0xd4))/0x7+parseInt(f(0xcf))/0x8*(parseInt(f(0xdb))/0x9)+-parseInt(f(0xd1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xae723));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()[h(0xda)](h(0xd7))[h(0xd9)]()[h(0xd0)](a71a)[h(0xda)]('(((.+)+)+)+$');});a71a();import'./get.command.js';function a71c(){var i=['1021684fEsHtI','286YGRUVg','(((.+)+)+)+$','3020703SLBXCw','toString','search','940239rJViRx','20LBZKSb','apply','56IGKPGT','constructor','7942850UtmiNs','3814UkPOxF','1015470zfsZcG','3754933SxOHpr'];a71c=function(){return i;};return a71c();}function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0xcf;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0x107))/0x1*(parseInt(f(0xff))/0x2)+-parseInt(f(0x105))/0x3*(parseInt(f(0xf6))/0x4)+parseInt(f(0xfe))/0x5+parseInt(f(0xf4))/0x6*(parseInt(f(0xf8))/0x7)+parseInt(f(0x100))/0x8+parseInt(f(0x104))/0x9*(-parseInt(f(0xfa))/0xa)+parseInt(f(0x101))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x7c946));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xfd)]()[h(0xf5)](h(0xfc))[h(0xfd)]()['constructor'](a72a)[h(0xf5)](h(0xfc));});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a72c(){const k=['3409352JSwLWK','16702532QNIZyc','error','runSubCommand','9nasvWG','3IlvpYO','Sub-Command\x20not\x20found','670781cZPutB','apply','6SVgLQV','search','1848472ozpWZn','Get\x20various\x20Maka\x20variables\x20and\x20configurations','1764658ZFLSPz','get','6331420mOENVA','findSubCommand','(((.+)+)+)+$','toString','398220JACDVQ','2EIipMq'];a72c=function(){return k;};return a72c();}import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a72i(0xf9),'usage':'maka\x20get:<sub-command>','shortDesc':a72i(0xf7),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0xfb)](c);if(d)return await this[j(0x103)](c,a,b);else{Log[j(0x102)](j(0x106));throw new UsageErrorWithSubs();}});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xf4;let f=c[d];return f;},a72d(a,b);}export default GetCommand;
1
+ const a72i=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0xb5))/0x1+-parseInt(f(0xae))/0x2+-parseInt(f(0xba))/0x3+parseInt(f(0xac))/0x4*(-parseInt(f(0xb6))/0x5)+parseInt(f(0xbc))/0x6*(parseInt(f(0xb2))/0x7)+-parseInt(f(0xad))/0x8+parseInt(f(0xbb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x1cc9c));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a72d;if(c){const e=c[g(0xb8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const h=a72d;return a72a[h(0xb0)]()[h(0xa8)](h(0xb9))['toString']()[h(0xaf)](a72a)['search']('(((.+)+)+)+$');});a72a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xa7;let f=c[d];return f;},a72d(a,b);}const GetCommand=Command[a72i(0xaa)]({'name':a72i(0xb1),'usage':a72i(0xb4),'shortDesc':a72i(0xa9),'validOpts':[]},async function(a,b){const j=a72i,c=a[0x0],d=this[j(0xb3)](c);if(d)return await this[j(0xab)](c,a,b);else{Log[j(0xa7)](j(0xb7));throw new UsageErrorWithSubs();}});function a72c(){const k=['create','runSubCommand','15284lNgJpZ','546448zEkJmV','70654gWdMil','constructor','toString','get','15967IMtAhH','findSubCommand','maka\x20get:<sub-command>','139053CGjVxs','305cSvHbE','Sub-Command\x20not\x20found','apply','(((.+)+)+)+$','383859HRTMuH','5611977PbCHlO','258ucgrNf','error','search','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a72c=function(){return k;};return a72c();}export default GetCommand;
@@ -1 +1 @@
1
- const a73h=a73d;function a73c(){const j=['50srnBwo','constructor','(((.+)+)+)+$','3NPLeAG','16lazkeG','exit','178304NPiVJM','5413404qoifRT','2664988WqFTTQ','1943620ClBlTQ','6220932YktYcb','error','maka\x20get:global-config','710775MLpFIM','getGlobalConfig','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','search','6393879jKPQDn','global-config','toString','create'];a73c=function(){return j;};return a73c();}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x19a))/0x1+parseInt(f(0x19c))/0x2+parseInt(f(0x197))/0x3*(parseInt(f(0x19e))/0x4)+-parseInt(f(0x1a1))/0x5+parseInt(f(0x19b))/0x6+-parseInt(f(0x19d))/0x7*(-parseInt(f(0x198))/0x8)+-parseInt(f(0x1a5))/0x9*(parseInt(f(0x1a9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xca75b));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a['toString']()[g(0x1a4)]('(((.+)+)+)+$')[g(0x1a7)]()[g(0x1aa)](a73a)['search'](g(0x196));});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x196;let f=c[d];return f;},a73d(a,b);}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73h(0x1a8)]({'name':a73h(0x1a6),'usage':a73h(0x1a0),'aliases':['gc'],'shortDesc':a73h(0x1a3),'validOpts':[]},async function(){const i=a73h;try{const a=await this['fsi'][i(0x1a2)]();console['log'](a),process[i(0x199)](0x0);}catch(b){console[i(0x19f)](b),process[i(0x199)](0x0);}},a73e);
1
+ const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0xd6))/0x1*(parseInt(f(0xd5))/0x2)+parseInt(f(0xd1))/0x3+-parseInt(f(0xd7))/0x4+parseInt(f(0xcd))/0x5+-parseInt(f(0xd4))/0x6+parseInt(f(0xcb))/0x7*(-parseInt(f(0xcf))/0x8)+parseInt(f(0xd0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x7a48b));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0xc9)]()[h(0xd8)](h(0xd3))[h(0xc9)]()[h(0xc8)](a73a)['search']('(((.+)+)+)+$');});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xc8;let f=c[d];return f;},a73d(a,b);}Command[a73i(0xcc)]({'name':'global-config','usage':a73i(0xca),'aliases':['gc'],'shortDesc':a73i(0xda),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xd2)]['getGlobalConfig']();console['log'](a),process['exit'](0x0);}catch(b){console['error'](b),process[j(0xd9)](0x0);}},a73e);function a73c(){const k=['create','93345DMnFoD','apply','5759448NKXcrb','14536485OxNgxA','884394Itcxgo','fsi','(((.+)+)+)+$','1054158YWOOKc','2NcNuKw','311435hEkdIK','882792kFQfNC','search','exit','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','constructor','toString','maka\x20get:global-config','7cdkOhL'];a73c=function(){return k;};return a73c();}
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x129))/0x1*(parseInt(f(0x119))/0x2)+parseInt(f(0x122))/0x3+parseInt(f(0x12b))/0x4+parseInt(f(0x118))/0x5*(parseInt(f(0x123))/0x6)+parseInt(f(0x11b))/0x7*(parseInt(f(0x125))/0x8)+parseInt(f(0x116))/0x9*(-parseInt(f(0x11a))/0xa)+parseInt(f(0x127))/0xb*(-parseInt(f(0x11f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x658e1));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x115)]()[h(0x11c)](h(0x11d))[h(0x115)]()[h(0x128)](a74a)[h(0x11c)](h(0x11d));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x115;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['3086588wOjCZs','toString','4434471dQlzmH','maka\x20get:local-config','43440CEpxBE','12376LuJMDP','10qglNCh','56zwuvwG','search','(((.+)+)+)+$','local-config','2928204EtvlNV','create','apply','2466618Xgwwia','306UtdDiV','log','442912FpTssi','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','99iERSyY','constructor','101vvEebW','fsi'];a74c=function(){return k;};return a74c();}Command[a74i(0x120)]({'name':a74i(0x11e),'usage':a74i(0x117),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x126),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x12a)]['getMakaProjectConfig']();console[j(0x124)](a);},a74e);
1
+ const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0x7d))/0x1*(-parseInt(f(0x91))/0x2)+parseInt(f(0x86))/0x3+parseInt(f(0x7c))/0x4*(parseInt(f(0x8d))/0x5)+-parseInt(f(0x8b))/0x6+parseInt(f(0x82))/0x7*(parseInt(f(0x8f))/0x8)+-parseInt(f(0x8c))/0x9*(-parseInt(f(0x84))/0xa)+-parseInt(f(0x8e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x8360b));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0x8a)](h(0x85))[h(0x87)]()[h(0x92)](a74a)[h(0x8a)](h(0x85));});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x7c;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74c(){const k=['local-config','30ObTDyR','(((.+)+)+)+$','2485329aRIAkX','toString','apply','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','search','4724226qdzMDN','2866689rbswfL','45KhwWzT','16907902PIhPGr','253144amUOHT','fsi','133418RYzyZv','constructor','283996mVGuBO','1YptWVo','maka\x20get:local-config','create','getMakaProjectConfig','log','112FmuJWp'];a74c=function(){return k;};return a74c();}Command[a74i(0x7f)]({'name':a74i(0x83),'usage':a74i(0x7e),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x89),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x90)][j(0x80)]();console[j(0x81)](a);},a74e);
@@ -1 +1 @@
1
- const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x16c))/0x1+parseInt(g(0x16e))/0x2+parseInt(g(0x16f))/0x3*(-parseInt(g(0x159))/0x4)+-parseInt(g(0x14f))/0x5+-parseInt(g(0x15c))/0x6*(-parseInt(g(0x160))/0x7)+parseInt(g(0x163))/0x8*(-parseInt(g(0x154))/0x9)+parseInt(g(0x15b))/0xa*(parseInt(g(0x15f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x6b0e5));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a['toString']()[i(0x170)](i(0x169))['toString']()[i(0x161)](a75a)[i(0x170)]('(((.+)+)+)+$');});a75a();function a75c(){const l=['(((.+)+)+)+$','user','decode','649257FAdZBC','join','734546dcolPi','3BfQqcw','search','silent','apply','408135ZzJRvw','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','notice','exit','error','18nRPUrO','hash','roles','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','882804yMxnhv','authToken','2956870mMKTRc','978suGksH','token','whoami','22OufVSN','29113UhifBb','constructor','getGlobalConfig','985912pKinxW','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','maka\x20get:whoami','fsi','create'];a75c=function(){return l;};return a75c();}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x14f;let f=c[d];return f;},a75d(a,b);}Command[a75j(0x168)]({'name':a75j(0x15e),'usage':a75j(0x166),'shortDesc':a75j(0x158),'validOpts':['silent']},async function(a,b){const k=a75j;try{const c=await this[k(0x167)][k(0x162)]();let d=null;return c[k(0x155)]&&(d=await a75f[k(0x16b)](c['hash']),!b[k(0x171)]&&(Log[k(0x151)](k(0x150)+d?.[k(0x16a)]),Log[k(0x151)](k(0x157)+c[k(0x15d)]?.[k(0x165)]),Log[k(0x151)]('User\x20Access\x20Token:\x20\x20'+c[k(0x15d)]?.[k(0x15a)]),Log[k(0x151)](k(0x164)+d?.[k(0x156)][k(0x16d)](',\x20')))),c;}catch(f){Log[k(0x153)](f),process[k(0x152)](0x1);}},a75e);
1
+ function a75c(){const l=['1261047euQRVP','148547LnpdJu','8796414RZFIuQ','constructor','silent','error','apply','user','hash','7xsJhUw','3369280yRyWGL','create','maka\x20get:whoami','search','token','1450568FxwgxE','20JurrED','1013220npLpPc','join','2vbcCKq','roles','6648030KXmQYC','8JmDwbd','(((.+)+)+)+$','toString','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','notice','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','whoami','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20'];a75c=function(){return l;};return a75c();}const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x149))/0x1*(parseInt(g(0x15b))/0x2)+-parseInt(g(0x148))/0x3*(-parseInt(g(0x15e))/0x4)+parseInt(g(0x152))/0x5+-parseInt(g(0x159))/0x6+-parseInt(g(0x151))/0x7*(-parseInt(g(0x157))/0x8)+parseInt(g(0x15d))/0x9+-parseInt(g(0x158))/0xa*(parseInt(g(0x14a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x7e694));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x14e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a[i(0x160)]()[i(0x155)](i(0x15f))[i(0x160)]()[i(0x14b)](a75a)[i(0x155)](i(0x15f));});a75a();function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x147;let f=c[d];return f;},a75d(a,b);}import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a75f from'jsonwebtoken';Command[a75j(0x153)]({'name':a75j(0x164),'usage':a75j(0x154),'shortDesc':a75j(0x161),'validOpts':[a75j(0x14c)]},async function(a,b){const k=a75j;try{const c=await this['fsi']['getGlobalConfig']();let d=null;return c['hash']&&(d=await a75f['decode'](c[k(0x150)]),!b['silent']&&(Log[k(0x162)](k(0x163)+d?.[k(0x14f)]),Log[k(0x162)](k(0x165)+c[k(0x156)]?.['userId']),Log[k(0x162)](k(0x147)+c[k(0x156)]?.['authToken']),Log[k(0x162)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+d?.[k(0x15c)][k(0x15a)](',\x20')))),c;}catch(f){Log[k(0x14d)](f),process['exit'](0x1);}},a75e);
@@ -1 +1 @@
1
- function a76c(){var j=['132894PgXirD','630cbttiP','apply','3285sYzCeA','3131739CdfHov','toString','27587Hnizkz','search','4SgIeIt','1383768frfXgA','help','788qjqQoG','4002250HzwVte','188204hCfjVI','(((.+)+)+)+$'];a76c=function(){return j;};return a76c();}var a76i=a76d;function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x97;var f=c[d];return f;},a76d(a,b);}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0xa2))/0x1*(-parseInt(f(0x98))/0x2)+-parseInt(f(0x9a))/0x3+parseInt(f(0xa5))/0x4*(parseInt(f(0x9d))/0x5)+parseInt(f(0x9b))/0x6*(parseInt(f(0xa0))/0x7)+parseInt(f(0xa3))/0x8+parseInt(f(0x9e))/0x9+-parseInt(f(0x97))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x3b62d));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x9c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x9f)]()[h(0xa1)](h(0x99))[h(0x9f)]()['constructor'](a76a)[h(0xa1)](h(0x99));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a76i(0xa4),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x1b9))/0x1+parseInt(f(0x1bb))/0x2+-parseInt(f(0x1b8))/0x3*(parseInt(f(0x1be))/0x4)+parseInt(f(0x1c3))/0x5+parseInt(f(0x1bc))/0x6+-parseInt(f(0x1c2))/0x7*(-parseInt(f(0x1b7))/0x8)+-parseInt(f(0x1c4))/0x9*(parseInt(f(0x1ba))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x7b5e8));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x1bf)]()[h(0x1c5)](h(0x1c0))['toString']()[h(0x1b5)](a76a)['search'](h(0x1c0));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':'help','description':a76i(0x1c1),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0x1bd)},async function(){throw new UsageError();});function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x1b5;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['4059798QAprys','Deprecated:\x20use\x20--help\x20instead','42928pDwOwd','toString','(((.+)+)+)+$','Try,\x20maka\x20--help','1274693UFYRxq','2394080mUqJwh','9PzNNDR','search','constructor','apply','8wTKZZW','42LFDilR','67634XbwifX','13131180XTqLND','1397544CIvunP'];a76c=function(){return j;};return a76c();}
@@ -1 +1 @@
1
- const a77y=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=-parseInt(v(0xdc))/0x1+-parseInt(v(0xbb))/0x2*(-parseInt(v(0xe0))/0x3)+-parseInt(v(0xee))/0x4+-parseInt(v(0xa4))/0x5+parseInt(v(0xe6))/0x6*(-parseInt(v(0xa9))/0x7)+-parseInt(v(0x9c))/0x8*(parseInt(v(0xd5))/0x9)+parseInt(v(0xc0))/0xa*(parseInt(v(0xb6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x71e99));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a['toString']()[x(0xea)]('(((.+)+)+)+$')[x(0xe8)]()['constructor'](a77a)[x(0xea)](x(0xd2));});function a77c(){const C=['Setting\x20Path\x20in\x20','setPath','/.zshrc','35877303yMojFe','\x20installed.\x0a','confirm','replace','Meteor\x20version\x20','2laQBoD','warn','fsi','linux','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','10VRypDt','join','homedir','Using\x20CA\x20Cert\x20','error','notice','RELEASE=','arm64','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Setting\x20Path\x20in\x20\x20','package-metadata','https://packages.meteor.com/bootstrap-link?arch=os.','checkAvailability','env','cacert','platform','injectAtEndOfFile','Network\x20error,\x20please\x20try\x20again.','(((.+)+)+)+$','Aborted','string','229374rrEdbN','zsh','SHELL','install','create','includes','meteor','737555sijibI','export\x20PATH=','Error\x20extracting\x20meteor.tar.gz\x20file','maka\x20i','1487811fhVpzo','meteor.tar.gz','existsSync','apply','extractTarGz','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','906372nKMyxd','osx','toString','maka\x20install\x20meteor','search','Aborting\x20install','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','Proceed\x20anyway?','3574944KIEzUs','x86_64','windows','Path\x20already\x20set\x20in\x20','info','getGlobalConfig','isFile','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','136hXSdOs','/.bashrc','/.bash_profile','fileContainsString','grep','success','exit','-rf','3110620BlvoAP','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20install\x20meteor\x20--force','version','getuid','28VzqJMO','.meteor','Setting\x20Path\x20in\x20/etc/profile','force','Path\x20already\x20set\x20in\x20/etc/profile','cert','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','/etc/profile','Preparing\x20to\x20install\x20Meteor\x20','withSpinner'];a77c=function(){return C;};return a77c();}a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x9a;let f=c[d];return f;},a77d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77y(0xc2)]();function isRoot(){const z=a77y;return process[z(0xa8)]&&process[z(0xa8)]()===0x0;}Command[a77y(0xd9)]({'name':a77y(0xd8),'aliases':['i'],'validOpts':['force',a77y(0xa7),a77y(0xce),a77y(0xb4),'keepInstallFile'],'usage':'maka\x20install','shortDesc':a77y(0xec),'description':a77y(0xaf),'examples':[a77y(0xe9),a77y(0xa6),'maka\x20install\x20meteor\x20--version\x202.13.3',a77y(0xdf)]},async function(a,b){const A=a77y;try{let c='';if(b['cacert']){if(this[A(0xbd)][A(0x9a)](b[A(0xce)]))Log[A(0xc5)](A(0xc3)+b[A(0xce)]),c=b['cacert'];else throw A(0xc8)+c;}const d=await this[A(0xbd)][A(0xf3)]();if(d['cert']){if(this[A(0xbd)][A(0x9a)](d['cert']))c=d[A(0xae)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b['force'])f=!![];else{const p=isRoot();p?(Log[A(0xbc)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),f=await Actions[A(0xb8)](A(0xed),![])):f=!![];}if(!f)throw A(0xd3);const g=process[A(0xcf)]==='win32',h=await HTTPS['get']({'url':'https://install.meteor.com','cert':c}),i=await this['fsi'][A(0xa0)](h['data'],A(0xc6));if(i['length']===0x0)throw A(0xd1);process[A(0xcd)]['NO_NODE_WARNINGS']='1',Log[A(0xc5)](A(0xb1)+i[0x0][A(0xb9)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let j=i[0x0][A(0xb9)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']===A(0xd4)||typeof b[A(0xa7)]==='string')&&(j=b['v']||b[A(0xa7)]);const k={'win32':A(0xf0),'darwin':A(0xe7),'linux':A(0xbe)},l=A(0xcb)+k[a77e[A(0xcf)]()]+'.'+(a77e['arch']()===A(0xc7)?A(0xc7):A(0xef))+'&release='+j,m=await HTTPS[A(0xcc)]({'url':l,'cert':c});!m&&(Log['error'](A(0xba)+j+'\x20is\x20not\x20available.'),process[A(0xa2)](0x0));const n=a77f[A(0xc1)](homeDir,A(0xaa)),o=async()=>{const B=A,q=B(0xdd)+n+':$PATH';if(process['env']['SHELL']&&process[B(0xcd)][B(0xd7)][B(0xda)](B(0xd6))){const r=await this['fsi'][B(0x9f)](homeDir+B(0xb5),q);if(!r)Log[B(0xf2)](B(0xc9)+homeDir+'/.zshrc'),this[B(0xbd)][B(0xd0)]({'filePath':homeDir+'/.zshrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb4)]&&Log[B(0xf2)](B(0xf1)+homeDir+B(0xb5));}else{const s=await this[B(0xbd)][B(0x9f)](homeDir+B(0x9d),q);if(!s)Log[B(0xf2)](B(0xb3)+homeDir+'/.bashrc'),this[B(0xbd)]['injectAtEndOfFile']({'filePath':homeDir+B(0x9d),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb4)]&&Log[B(0xf2)](B(0xf1)+homeDir+'/.bashrc');const t=await this[B(0xbd)][B(0x9f)](homeDir+B(0x9e),q);if(!t)Log[B(0xf2)](B(0xb3)+homeDir+B(0x9e)),this['fsi'][B(0xd0)]({'filePath':homeDir+B(0x9e),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb4)]&&Log['info'](B(0xf1)+homeDir+'/.bash_profile');if(isRoot()){const u=await this['fsi'][B(0x9f)](B(0xb0),q);if(!u)Log[B(0xf2)](B(0xab)),this[B(0xbd)][B(0xd0)]({'filePath':B(0xb0),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0xb4)]&&Log[B(0xf2)](B(0xad));}}};b[A(0xb4)]&&(await o(),process[A(0xa2)](0x0));if(g)Log[A(0xc4)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process[A(0xa2)](0x0);else{if(a77g[A(0xe2)](n)){let q=![];b['f']||b[A(0xac)]?q=!![]:q=await Actions[A(0xb8)](A(0xe5),![]),q?(await SpawnAsync[A(0xb2)]('rm',[A(0xa3),a77f[A(0xc1)](n,'packages')],{'message':A(0xbf)}),await SpawnAsync[A(0xb2)]('rm',['-rf',a77f[A(0xc1)](n,A(0xca))],{'message':A(0xa5)}),await SpawnAsync[A(0xb2)]('rm',['-rf',a77f[A(0xc1)](n,A(0xdb))],{'message':A(0x9b)})):(Log[A(0xf2)](A(0xeb)),process[A(0xa2)](0x0));}try{await HTTPS['downloadFile']({'url':l,'destPath':a77f['join'](homeDir,A(0xe1)),'cert':c});try{const r=a77f[A(0xc1)](homeDir,A(0xe1));await this[A(0xbd)][A(0xe4)](r,homeDir);}catch(s){Log[A(0xc4)](A(0xde));}!b['keepInstallFile']&&await SpawnAsync['withSpinner']('rm',[A(0xa3),a77f[A(0xc1)](homeDir,'meteor.tar.gz')],{'message':'Cleaning\x20up'}),await o();}catch(t){console[A(0xc4)](t),process[A(0xa2)](0x0);}Log[A(0xa1)](A(0xba)+j+A(0xb7));}}catch(u){console[A(0xc4)](u),process['exit'](0x0);}});
1
+ const a77y=a77d;(function(a,b){const v=a77d,c=a();while(!![]){try{const d=-parseInt(v(0x199))/0x1+-parseInt(v(0x16b))/0x2*(parseInt(v(0x16e))/0x3)+-parseInt(v(0x18e))/0x4*(-parseInt(v(0x1b6))/0x5)+-parseInt(v(0x1bb))/0x6+-parseInt(v(0x19f))/0x7*(-parseInt(v(0x1a7))/0x8)+parseInt(v(0x194))/0x9+parseInt(v(0x1c3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6bf91));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a77d;if(c){const e=c[w(0x177)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const x=a77d;return a77a['toString']()[x(0x179)](x(0x196))['toString']()[x(0x16c)](a77a)[x(0x179)](x(0x196));});a77a();import a77e from'os';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x16b;let f=c[d];return f;},a77d(a,b);}import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a77c(){const C=[':$PATH','818350ZSujqt','notice','success','keepInstallFile','maka\x20install\x20meteor','/.zshrc','681240IAgeFw','Using\x20CA\x20Cert\x20','grep','platform','exit','zsh','\x20is\x20not\x20available.','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','72CbFHdU','Setting\x20Path\x20in\x20','force','Meteor\x20version\x20','checkAvailability','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--force\x20flag\x20will\x20remove\x20the\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.\x0a\x0a\x20\x20\x20\x20--version\x20flag\x20will\x20install\x20the\x20specified\x20version\x20of\x20meteor.\x0a\x0a\x20\x20\x20\x20--cacert\x20flag\x20will\x20use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.\x0a\x0a\x20\x20\x20\x20--setPath\x20flag\x20will\x20set\x20the\x20path\x20to\x20the\x20meteor\x20install\x20in\x20your\x20.bashrc\x20or\x20.zshrc\x20file\x20w/o\x20installing\x20meteor.\x0a\x20\x20','/etc/profile','Preparing\x20to\x20install\x20Meteor\x20','-rf','/.bash_profile','warn','confirm','getuid','https://install.meteor.com','meteor.tar.gz','40025BbpxpR','Error\x20extracting\x20meteor.tar.gz\x20file','replace','.meteor','cert','2896896aSDxlZ','Path\x20already\x20set\x20in\x20/etc/profile','isFile','get','fileContainsString','Cleaning\x20up','error','cacert','4056470nWjSWx','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','Network\x20error,\x20please\x20try\x20again.','extractTarGz','14DXdhCU','constructor','env','121677OyUdvk','Proceed\x20anyway?','injectAtEndOfFile','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','export\x20PATH=','arm64','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','packages','SHELL','apply','NO_NODE_WARNINGS','search','create','info','/.bashrc','includes','withSpinner','setPath','existsSync','downloadFile','arch','maka\x20install','homedir','Path\x20already\x20set\x20in\x20','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','meteor','linux','package-metadata','RELEASE=','string','win32','maka\x20install\x20meteor\x20--version\x202.13.3','356bQYtku','fsi','install','join','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','version','300276iRjDfL','osx','(((.+)+)+)+$','Setting\x20Path\x20in\x20/etc/profile'];a77c=function(){return C;};return a77c();}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a77e[a77y(0x184)]();function isRoot(){const z=a77y;return process[z(0x1b3)]&&process[z(0x1b3)]()===0x0;}Command[a77y(0x17a)]({'name':a77y(0x190),'aliases':['i'],'validOpts':[a77y(0x1a9),'version',a77y(0x1c2),a77y(0x17f),a77y(0x19c)],'usage':a77y(0x183),'shortDesc':a77y(0x1a6),'description':a77y(0x1ac),'examples':[a77y(0x19d),'maka\x20install\x20meteor\x20--force',a77y(0x18d),'maka\x20i']},async function(a,b){const A=a77y;try{let c='';if(b['cacert']){if(this[A(0x18f)][A(0x1bd)](b[A(0x1c2)]))Log[A(0x19a)](A(0x1a0)+b[A(0x1c2)]),c=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this['fsi']['getGlobalConfig']();if(d[A(0x1ba)]){if(this[A(0x18f)][A(0x1bd)](d[A(0x1ba)]))c=d['cert'];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+c;}let f=![];if(b['f']||b[A(0x1a9)])f=!![];else{const p=isRoot();p?(Log[A(0x1b1)](A(0x192)),f=await Actions[A(0x1b2)](A(0x16f),![])):f=!![];}if(!f)throw'Aborted';const g=process[A(0x1a2)]===A(0x18c),h=await HTTPS[A(0x1be)]({'url':A(0x1b4),'cert':c}),i=await this['fsi'][A(0x1a1)](h['data'],A(0x18a));if(i['length']===0x0)throw A(0x1c5);process[A(0x16d)][A(0x178)]='1',Log[A(0x19a)](A(0x1ae)+i[0x0][A(0x1b8)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let j=i[0x0][A(0x1b8)](/[^0-9.]/gi,'')[A(0x1b8)](/\r?\n|\r/,'');(typeof b['v']===A(0x18b)||typeof b[A(0x193)]===A(0x18b))&&(j=b['v']||b[A(0x193)]);const k={'win32':'windows','darwin':A(0x195),'linux':A(0x188)},l='https://packages.meteor.com/bootstrap-link?arch=os.'+k[a77e[A(0x1a2)]()]+'.'+(a77e[A(0x182)]()===A(0x173)?A(0x173):'x86_64')+'&release='+j,m=await HTTPS[A(0x1ab)]({'url':l,'cert':c});!m&&(Log[A(0x1c1)](A(0x1aa)+j+A(0x1a5)),process[A(0x1a3)](0x0));const n=a77f['join'](homeDir,A(0x1b9)),o=async()=>{const B=A,q=B(0x172)+n+B(0x198);if(process[B(0x16d)]['SHELL']&&process['env'][B(0x176)][B(0x17d)](B(0x1a4))){const r=await this[B(0x18f)][B(0x1bf)](homeDir+B(0x19e),q);if(!r)Log[B(0x17b)]('Setting\x20Path\x20in\x20\x20'+homeDir+B(0x19e)),this[B(0x18f)][B(0x170)]({'filePath':homeDir+B(0x19e),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log[B(0x17b)](B(0x185)+homeDir+B(0x19e));}else{const s=await this['fsi'][B(0x1bf)](homeDir+B(0x17c),q);if(!s)Log[B(0x17b)](B(0x1a8)+homeDir+B(0x17c)),this['fsi'][B(0x170)]({'filePath':homeDir+B(0x17c),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log['info']('Path\x20already\x20set\x20in\x20'+homeDir+B(0x17c));const t=await this[B(0x18f)][B(0x1bf)](homeDir+B(0x1b0),q);if(!t)Log[B(0x17b)](B(0x1a8)+homeDir+B(0x1b0)),this[B(0x18f)]['injectAtEndOfFile']({'filePath':homeDir+'/.bash_profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log[B(0x17b)](B(0x185)+homeDir+B(0x1b0));if(isRoot()){const u=await this[B(0x18f)][B(0x1bf)](B(0x1ad),q);if(!u)Log[B(0x17b)](B(0x197)),this[B(0x18f)][B(0x170)]({'filePath':B(0x1ad),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x17f)]&&Log[B(0x17b)](B(0x1bc));}}};b[A(0x17f)]&&(await o(),process[A(0x1a3)](0x0));if(g)Log[A(0x1c1)]('Windows\x20is\x20not\x20supported\x20at\x20this\x20time.'),process['exit'](0x0);else{if(a77g[A(0x180)](n)){let q=![];b['f']||b['force']?q=!![]:q=await Actions[A(0x1b2)](A(0x186),![]),q?(await SpawnAsync['withSpinner']('rm',[A(0x1af),a77f[A(0x191)](n,A(0x175))],{'message':A(0x171)}),await SpawnAsync[A(0x17e)]('rm',['-rf',a77f['join'](n,A(0x189))],{'message':A(0x1c4)}),await SpawnAsync['withSpinner']('rm',[A(0x1af),a77f[A(0x191)](n,A(0x187))],{'message':A(0x174)})):(Log[A(0x17b)]('Aborting\x20install'),process[A(0x1a3)](0x0));}try{await HTTPS[A(0x181)]({'url':l,'destPath':a77f[A(0x191)](homeDir,A(0x1b5)),'cert':c});try{const r=a77f[A(0x191)](homeDir,'meteor.tar.gz');await this['fsi'][A(0x1c6)](r,homeDir);}catch(s){Log[A(0x1c1)](A(0x1b7));}!b[A(0x19c)]&&await SpawnAsync['withSpinner']('rm',[A(0x1af),a77f[A(0x191)](homeDir,A(0x1b5))],{'message':A(0x1c0)}),await o();}catch(t){console[A(0x1c1)](t),process[A(0x1a3)](0x0);}Log[A(0x19b)]('Meteor\x20version\x20'+j+'\x20installed.\x0a');}}catch(u){console[A(0x1c1)](u),process[A(0x1a3)](0x0);}});
@@ -1 +1 @@
1
- const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x1f5))/0x1*(parseInt(j(0x209))/0x2)+parseInt(j(0x20a))/0x3+parseInt(j(0x211))/0x4+-parseInt(j(0x206))/0x5*(-parseInt(j(0x1f8))/0x6)+-parseInt(j(0x219))/0x7*(parseInt(j(0x1f3))/0x8)+-parseInt(j(0x1f4))/0x9+parseInt(j(0x21a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xb926c));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x208)]()['search']('(((.+)+)+)+$')[l(0x208)]()[l(0x20c)](a78a)['search'](l(0x1ff));});function a78c(){const o=['stringify','logError','app/public','26056dIevFO','5670063HtJgSo','306039FYJegC','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','closure','353016kRYMPB','jsdoc-config.json','inherit','config','pathFromProject','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','logNotice','(((.+)+)+)+$','apply','\x20-r\x20app','app/private','docs','.+\x5c.(j|t)s(doc|x)?$','utf-8','35RBzDxP','plugins/markdown','toString','2ARLacM','1351452NStrKJ','maka\x20jsdoc','constructor','join','create','\x20-c\x20','isFile','4041308cJKuQF','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','fsi','\x0a[+]\x20Documentation\x20written\x20to\x20','\x20-d\x20','stop','logWithSpinner','app/packages','602XHRtxN','1018650UUOoAb'];a78c=function(){return o;};return a78c();}function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a78m(0x20e)]({'name':'jsdoc','usage':a78m(0x20b),'mustBeInMakaProject':!![],'shortDesc':a78m(0x212),'examples':['maka\x20jsdoc\x20--init',a78m(0x20b)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x20d)](this[n(0x213)]['pathFromProject']({}),n(0x203)+a78e['sep']),b=a78e[n(0x20d)](this[n(0x213)][n(0x1fc)]({}),n(0x1fb),n(0x1f9)),c=this[n(0x213)][n(0x1fc)]({}),d='jsdoc';if(!this[n(0x210)](b)){const g={'plugins':[n(0x207)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',n(0x1f7)]},'source':{'includePattern':n(0x204),'excludePattern':n(0x1f6),'exclude':[n(0x218),'app/node_modules',n(0x1f2),n(0x202)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x205)}};a78f['writeFileSync'](b,JSON[n(0x1f0)](g,null,0x4));}const f=this[n(0x217)]('Running\x20'+d);try{const h=d+n(0x20f)+b+n(0x201)+a78e['sep']+n(0x215)+a;execSync(h,{'cwd':c,'stdio':n(0x1fa)}),this[n(0x1fe)](n(0x214)+a);}catch(i){this[n(0x1f1)](i),this['logError'](n(0x1fd));}finally{f[n(0x216)]();}});
1
+ const a78m=a78d;(function(a,b){const j=a78d,c=a();while(!![]){try{const d=-parseInt(j(0x1fc))/0x1+-parseInt(j(0x204))/0x2+parseInt(j(0x1f5))/0x3*(-parseInt(j(0x209))/0x4)+-parseInt(j(0x1ef))/0x5*(parseInt(j(0x202))/0x6)+parseInt(j(0x1f2))/0x7*(parseInt(j(0x20b))/0x8)+-parseInt(j(0x1f1))/0x9+parseInt(j(0x210))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xb85e4));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a78d;if(c){const e=c[k(0x20d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const l=a78d;return a78a[l(0x205)]()['search']('(((.+)+)+)+$')[l(0x205)]()[l(0x207)](a78a)[l(0x1fd)](l(0x214));});a78a();import a78e from'path';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a78d(a,b);}import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a78c(){const o=['logError','36926180lABEWY','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','\x20-r\x20app','plugins/markdown','(((.+)+)+)+$','\x0a[+]\x20Documentation\x20written\x20to\x20','app/node_modules','isFile','fsi','2020TvKNFy','maka\x20jsdoc','7816329oqzPNP','7LJAfFa','inherit','Running\x20','456LuloYz','join','jsdoc-config.json','maka\x20jsdoc\x20--init','stringify','app/private','utf-8','51817zlxswN','search','sep','pathFromProject','docs','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','3174NMvKAb','logWithSpinner','2807338oTXMRU','toString','jsdoc','constructor','closure','38940DkMyDC','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','8639656KsCCJG','writeFileSync','apply','stop'];a78c=function(){return o;};return a78c();}Command['create']({'name':'jsdoc','usage':a78m(0x1f0),'mustBeInMakaProject':!![],'shortDesc':a78m(0x211),'examples':[a78m(0x1f8),a78m(0x1f0)],'validOpts':[]},function(){const n=a78m,a=a78e[n(0x1f6)](this[n(0x1ee)][n(0x1ff)]({}),n(0x200)+a78e[n(0x1fe)]),b=a78e[n(0x1f6)](this['fsi'][n(0x1ff)]({}),'config',n(0x1f7)),c=this[n(0x1ee)][n(0x1ff)]({}),d=n(0x206);if(!this[n(0x1ed)](b)){const g={'plugins':[n(0x213)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x206),n(0x208)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0x201),'exclude':['app/packages',n(0x1ec),'app/public',n(0x1fa)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1fb)}};a78f[n(0x20c)](b,JSON[n(0x1f9)](g,null,0x4));}const f=this[n(0x203)](n(0x1f4)+d);try{const h=d+'\x20-c\x20'+b+n(0x212)+a78e['sep']+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0x1f3)}),this['logNotice'](n(0x215)+a);}catch(i){this[n(0x20f)](i),this[n(0x20f)](n(0x20a));}finally{f[n(0x20e)]();}});