@maka/maka-cli 4.7.22 → 4.7.23

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 (149) hide show
  1. package/README.md +2 -0
  2. package/bundle/obf/package.json +1 -1
  3. package/bundle/obf/src/README.md +2 -0
  4. package/bundle/obf/src/command.js +1 -1
  5. package/bundle/obf/src/commands/_index.js +1 -1
  6. package/bundle/obf/src/commands/ai.js +1 -1
  7. package/bundle/obf/src/commands/aws/_index.js +1 -1
  8. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  9. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/csg.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/rbi.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/build/_index.js +1 -1
  22. package/bundle/obf/src/commands/build/build.js +1 -1
  23. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/create.js +1 -1
  25. package/bundle/obf/src/commands/debug.js +1 -1
  26. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  27. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  28. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/game/_index.js +1 -1
  31. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  32. package/bundle/obf/src/commands/game/play.command.js +1 -1
  33. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/generate.js +1 -1
  71. package/bundle/obf/src/commands/get/_index.js +1 -1
  72. package/bundle/obf/src/commands/get/get.command.js +1 -1
  73. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  74. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/help.js +1 -1
  77. package/bundle/obf/src/commands/install.js +1 -1
  78. package/bundle/obf/src/commands/jsdoc.js +1 -1
  79. package/bundle/obf/src/commands/lint.js +1 -1
  80. package/bundle/obf/src/commands/login.js +1 -1
  81. package/bundle/obf/src/commands/logout.js +1 -1
  82. package/bundle/obf/src/commands/logs.js +1 -1
  83. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  84. package/bundle/obf/src/commands/murder.js +1 -1
  85. package/bundle/obf/src/commands/proxy.js +1 -1
  86. package/bundle/obf/src/commands/reconfig.js +1 -1
  87. package/bundle/obf/src/commands/run/_index.js +1 -1
  88. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  89. package/bundle/obf/src/commands/run/run.command.js +1 -1
  90. package/bundle/obf/src/commands/set/_index.js +1 -1
  91. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/set/set.command.js +1 -1
  94. package/bundle/obf/src/commands/ssh.js +1 -1
  95. package/bundle/obf/src/commands/ssl.js +1 -1
  96. package/bundle/obf/src/commands/test.js +1 -1
  97. package/bundle/obf/src/commands/version.js +1 -1
  98. package/bundle/obf/src/error.js +1 -1
  99. package/bundle/obf/src/exec.js +1 -1
  100. package/bundle/obf/src/generator.js +1 -1
  101. package/bundle/obf/src/generators/_index.js +1 -1
  102. package/bundle/obf/src/generators/api.js +1 -1
  103. package/bundle/obf/src/generators/collection.js +1 -1
  104. package/bundle/obf/src/generators/component.js +1 -1
  105. package/bundle/obf/src/generators/config.js +1 -1
  106. package/bundle/obf/src/generators/dbc.js +1 -1
  107. package/bundle/obf/src/generators/dockerfile.js +1 -1
  108. package/bundle/obf/src/generators/hook.js +1 -1
  109. package/bundle/obf/src/generators/kits/_index.js +1 -1
  110. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  111. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  112. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  113. package/bundle/obf/src/generators/kits/kit.js +1 -1
  114. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  115. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  116. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  117. package/bundle/obf/src/generators/layout.js +1 -1
  118. package/bundle/obf/src/generators/maka.gen.js +1 -1
  119. package/bundle/obf/src/generators/methods.js +1 -1
  120. package/bundle/obf/src/generators/package.js +1 -1
  121. package/bundle/obf/src/generators/page.js +1 -1
  122. package/bundle/obf/src/generators/publish.js +1 -1
  123. package/bundle/obf/src/generators/route.js +1 -1
  124. package/bundle/obf/src/generators/service.js +1 -1
  125. package/bundle/obf/src/generators/services/_index.js +1 -1
  126. package/bundle/obf/src/generators/services/openssl.js +1 -1
  127. package/bundle/obf/src/generators/services/translation.js +1 -1
  128. package/bundle/obf/src/maka.js +1 -1
  129. package/bundle/obf/src/templates/meteor/project/package.json +1 -1
  130. package/bundle/obf/src/tool.js +1 -1
  131. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  132. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  133. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  135. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  136. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  137. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  138. package/bundle/obf/src/tools/https/https.class.js +1 -1
  139. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  140. package/bundle/obf/src/tools/log/log.class.js +1 -1
  141. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  142. package/bundle/obf/src/tools/options/options.class.js +1 -1
  143. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  144. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  145. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  146. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  147. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  149. package/package.json +1 -1
@@ -1 +1 @@
1
- var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x11f))/0x1+-parseInt(f(0x10d))/0x2+-parseInt(f(0x104))/0x3*(parseInt(f(0xfe))/0x4)+-parseInt(f(0xf8))/0x5+parseInt(f(0xee))/0x6*(-parseInt(f(0x106))/0x7)+-parseInt(f(0xec))/0x8+parseInt(f(0x119))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x4b847));var a55b=(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;};}()),a55a=a55b(this,function(){var g=a55d;return a55a[g(0xf4)]()[g(0x11c)](g(0x10c))[g(0xf4)]()[g(0xea)](a55a)[g(0x11c)](g(0x10c));});a55a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a55d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Unknown'],'shape':Shape[h(0xfd)],'color':Color['Yellow'],'texture':Texture[h(0x112)],'rating':Rating[h(0x101)],'weight':0x1});}[a55i(0xed)](){var j=a55i;return this[j(0x114)];}}export class Sword extends Item{constructor(a,b){var k=a55i;super({'name':a,'description':b,'size':Size[k(0x117)],'category':Category[k(0x102)],'shape':Shape[k(0x10b)],'color':Color['Grey'],'texture':Texture[k(0x11b)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a55i;super({'name':a,'description':b,'size':Size[l(0x11d)],'category':Category[l(0x102)],'shape':Shape[l(0xef)],'color':Color['Brown'],'texture':Texture[l(0x11b)],'rating':Rating[l(0x109)],'weight':0x7});}}function a55c(){var C=['Book','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Rectangle','1236584uRUpzZ','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','A\x20mysterious\x20book.','Common','Weapon','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','3EYuKTt','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','534849opgOxR','Short\x20Sword','Circle','Rare','name','Blade','(((.+)+)+)+$','275766llAAyH','Key','BodyArmor','LegArmor','Gloves','Smooth','Unknown\x20Author','description','pageCount','Small','Medium','Holy\x20Grail','26714421LixhPs','author','Metallic','search','Large','Cup','569774DpBgBM','\x20aloft,\x20feeling\x20its\x20immense\x20power.','constructor','ArmArmor','4272800GKhUei','use','48aOnVXj','Rifle','Helmet','Grey','Yellow','You\x20hold\x20the\x20','toString','Legendary','publishDate','Boots','2483955okrupm','Brown','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.'];a55c=function(){return C;};return a55c();}export class Helmet extends Item{constructor(a,b){var m=a55i;super({'name':a,'description':b,'size':Size[m(0x117)],'category':Category[m(0xf0)],'shape':Shape[m(0x108)],'color':Color[m(0xf1)],'texture':Texture[m(0x11b)],'rating':Rating[m(0x101)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a55i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[n(0x10f)],'shape':Shape[n(0xfd)],'color':Color[n(0xf1)],'texture':Texture[n(0x11b)],'rating':Rating[n(0x101)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a55i;super({'name':a,'description':b,'size':Size[o(0x117)],'category':Category[o(0x110)],'shape':Shape[o(0xfd)],'color':Color[o(0xf1)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a55i;super({'name':a,'description':b,'size':Size[p(0x117)],'category':Category[p(0xf7)],'shape':Shape['Circle'],'color':Color[p(0xf9)],'texture':Texture[p(0x112)],'rating':Rating[p(0x101)],'weight':0x2});}}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0xe9;var f=c[d];return f;},a55d(a,b);}export class Gloves extends Item{constructor(a,b){var q=a55i;super({'name':a,'description':b,'size':Size[q(0x116)],'category':Category[q(0x111)],'shape':Shape[q(0x108)],'color':Color['Brown'],'texture':Texture[q(0x112)],'rating':Rating[q(0x101)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a55i;super({'name':a,'description':b,'size':Size[r(0x117)],'category':Category[r(0xeb)],'shape':Shape[r(0xfd)],'color':Color[r(0xf1)],'texture':Texture[r(0x11b)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a55i;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[s(0x10e)],'shape':Shape[s(0xfd)],'color':Color[s(0xf2)],'texture':Texture['Smooth'],'rating':Rating[s(0x101)],'weight':0x0});}[a55i(0xed)](){var t=a55i;return t(0xff);}}export class Weapon extends Item{constructor(a,b){var u=a55i;super({'name':a,'description':b,'size':Size[u(0x117)],'category':Category[u(0x102)],'shape':Shape[u(0x10b)],'color':Color['Grey'],'texture':Texture[u(0x11b)],'rating':Rating[u(0x101)],'weight':0x3});}[a55i(0xed)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a55i(0x11a)];[a55i(0xf6)];['pageCount'];constructor(a,b=a55i(0x100),c=a55i(0x113)){var v=a55i;super({'name':a,'description':b,'size':Size[v(0x117)],'category':Category[v(0xfb)],'shape':Shape[v(0xfd)],'color':Color[v(0xf9)],'texture':Texture[v(0x112)],'rating':Rating[v(0x101)],'weight':0x1}),this[v(0x11a)]=c,this[v(0xf6)]=new Date(),this[v(0x115)]=0x64;}[a55i(0xed)](){var w=a55i;return w(0xfc);}}export class ShortSword extends Item{constructor(){var x=a55i;super({'name':x(0x107),'description':x(0x105),'size':Size[x(0x117)],'category':Category[x(0x102)],'shape':Shape['Blade'],'color':Color[x(0xf1)],'texture':Texture[x(0x11b)],'rating':Rating[x(0x101)],'weight':0x3});}['use'](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var y=a55i;super({'name':'Sniper\x20Rifle','description':y(0xfa),'size':Size[y(0x11d)],'category':Category[y(0x102)],'shape':Shape[y(0xef)],'color':Color[y(0xf9)],'texture':Texture[y(0x112)],'rating':Rating[y(0x101)],'weight':0x5});}[a55i(0xed)](){var z=a55i;return z(0x103);}}export class HolyGrail extends Item{constructor(){var A=a55i;super({'name':A(0x118),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size['Small'],'category':Category[A(0x11e)],'shape':Shape['Circle'],'color':Color['Gold'],'texture':Texture[A(0x11b)],'rating':Rating[A(0xf5)],'weight':0x1});}[a55i(0xed)](){var B=a55i;return B(0xf3)+this[B(0x10a)]+B(0xe9);}}
1
+ var a55t=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x211))/0x1*(-parseInt(f(0x207))/0x2)+-parseInt(f(0x215))/0x3*(parseInt(f(0x1e8))/0x4)+parseInt(f(0x21a))/0x5+parseInt(f(0x1ee))/0x6*(-parseInt(f(0x1f8))/0x7)+-parseInt(f(0x209))/0x8*(-parseInt(f(0x1f9))/0x9)+-parseInt(f(0x202))/0xa+parseInt(f(0x218))/0xb*(parseInt(f(0x20d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x51576));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x20f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x1fa)]()[h(0x201)](h(0x1e4))['toString']()[h(0x20e)](a55a)[h(0x201)](h(0x1e4));});a55a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a55d;super({'name':a,'description':b,'size':Size[i(0x1e3)],'category':Category[i(0x1f4)],'shape':Shape[i(0x1e1)],'color':Color['Yellow'],'texture':Texture['Smooth'],'rating':Rating[i(0x203)],'weight':0x1});}['use'](){var j=a55d;return this[j(0x1fd)];}}function a55c(){var E=['A\x20mysterious\x20book.','Rifle','Circle','19164EQBvwb','constructor','apply','Legendary','79xBTeRQ','Blade','name','Holy\x20Grail','120351igyCco','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Large','2816fRFybE','Brown','2625260cOcKNX','Rectangle','Boots','Medium','(((.+)+)+)+$','Key','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Metallic','52YiYbEH','Short\x20Sword','Grey','ArmArmor','publishDate','Gloves','12hbrgvM','Sniper\x20Rifle','Book','Gold','Small','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Unknown','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','You\x20hold\x20the\x20','author','1567293JfvUIv','18KbRlkL','toString','Smooth','BodyArmor','description','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','use','pageCount','search','2689760fglEfS','Common','Unknown\x20Author','Tiny','Weapon','5242hZAGgd','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','1722104YsIXoZ'];a55c=function(){return E;};return a55c();}export class Sword extends Item{constructor(a,b){var k=a55d;super({'name':a,'description':b,'size':Size[k(0x1e3)],'category':Category[k(0x206)],'shape':Shape['Blade'],'color':Color[k(0x1ea)],'texture':Texture[k(0x1e7)],'rating':Rating[k(0x203)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a55d;super({'name':a,'description':b,'size':Size[l(0x217)],'category':Category[l(0x206)],'shape':Shape[l(0x20b)],'color':Color['Brown'],'texture':Texture[l(0x1e7)],'rating':Rating['Rare'],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a55d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Helmet'],'shape':Shape[m(0x20c)],'color':Color[m(0x1ea)],'texture':Texture[m(0x1e7)],'rating':Rating[m(0x203)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a55d;super({'name':a,'description':b,'size':Size[n(0x217)],'category':Category[n(0x1fc)],'shape':Shape[n(0x1e1)],'color':Color[n(0x1ea)],'texture':Texture[n(0x1e7)],'rating':Rating[n(0x203)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a55d;super({'name':a,'description':b,'size':Size[o(0x1e3)],'category':Category['LegArmor'],'shape':Shape[o(0x1e1)],'color':Color[o(0x1ea)],'texture':Texture[o(0x1e7)],'rating':Rating[o(0x203)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a55d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0x1e2)],'shape':Shape[p(0x20c)],'color':Color[p(0x219)],'texture':Texture[p(0x1fb)],'rating':Rating[p(0x203)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a55d;super({'name':a,'description':b,'size':Size[q(0x1f2)],'category':Category[q(0x1ed)],'shape':Shape[q(0x20c)],'color':Color['Brown'],'texture':Texture[q(0x1fb)],'rating':Rating[q(0x203)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a55d;super({'name':a,'description':b,'size':Size[r(0x1e3)],'category':Category[r(0x1eb)],'shape':Shape[r(0x1e1)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[r(0x203)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a55d;super({'name':a,'description':b,'size':Size[s(0x205)],'category':Category[s(0x1e5)],'shape':Shape[s(0x1e1)],'color':Color['Yellow'],'texture':Texture[s(0x1fb)],'rating':Rating['Common'],'weight':0x0});}[a55t(0x1ff)](){var u=a55t;return u(0x208);}}export class Weapon extends Item{constructor(a,b){var v=a55t;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[v(0x206)],'shape':Shape[v(0x212)],'color':Color[v(0x1ea)],'texture':Texture[v(0x1e7)],'rating':Rating[v(0x203)],'weight':0x3});}[a55t(0x1ff)](){var w=a55t;return w(0x1e6);}}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x1e1;var f=c[d];return f;},a55d(a,b);}export class Book extends Item{[a55t(0x1f7)];[a55t(0x1ec)];['pageCount'];constructor(a,b=a55t(0x20a),c=a55t(0x204)){var x=a55t;super({'name':a,'description':b,'size':Size[x(0x1e3)],'category':Category[x(0x1f0)],'shape':Shape['Rectangle'],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[x(0x203)],'weight':0x1}),this[x(0x1f7)]=c,this[x(0x1ec)]=new Date(),this[x(0x200)]=0x64;}[a55t(0x1ff)](){var y=a55t;return y(0x216);}}export class ShortSword extends Item{constructor(){var z=a55t;super({'name':z(0x1e9),'description':z(0x1f5),'size':Size[z(0x1e3)],'category':Category[z(0x206)],'shape':Shape[z(0x212)],'color':Color[z(0x1ea)],'texture':Texture[z(0x1e7)],'rating':Rating[z(0x203)],'weight':0x3});}[a55t(0x1ff)](){var A=a55t;return A(0x1e6);}}export class SniperRifle extends Item{constructor(){var B=a55t;super({'name':B(0x1ef),'description':B(0x1f3),'size':Size[B(0x217)],'category':Category[B(0x206)],'shape':Shape[B(0x20b)],'color':Color[B(0x219)],'texture':Texture[B(0x1fb)],'rating':Rating[B(0x203)],'weight':0x5});}['use'](){return'You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22';}}export class HolyGrail extends Item{constructor(){var C=a55t;super({'name':C(0x214),'description':C(0x1fe),'size':Size[C(0x1f2)],'category':Category['Cup'],'shape':Shape[C(0x20c)],'color':Color[C(0x1f1)],'texture':Texture['Metallic'],'rating':Rating[C(0x210)],'weight':0x1});}[a55t(0x1ff)](){var D=a55t;return D(0x1f6)+this[D(0x213)]+'\x20aloft,\x20feeling\x20its\x20immense\x20power.';}}
@@ -1 +1 @@
1
- const a57i=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=parseInt(f(0x112))/0x1*(-parseInt(f(0x155))/0x2)+parseInt(f(0x121))/0x3+-parseInt(f(0x168))/0x4*(parseInt(f(0x12b))/0x5)+-parseInt(f(0xf2))/0x6*(-parseInt(f(0x13c))/0x7)+-parseInt(f(0xfe))/0x8*(parseInt(f(0x14b))/0x9)+parseInt(f(0x159))/0xa+parseInt(f(0x14e))/0xb*(-parseInt(f(0x104))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x4ad1f));function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0xf1;let f=c[d];return f;},a57d(a,b);}const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0x147)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0x157)]()[h(0x10c)]('(((.+)+)+)+$')[h(0x157)]()[h(0x122)](a57a)[h(0x10c)](h(0x12c));});a57a();function a57c(){const j=['A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Empty\x20vial','Jackpoint\x20Login','Watch\x20Tower','Guard\x27s\x20Log\x20Book','Barrens\x20Entrance','1114976YKbVcR','EAST','Courtyard','Alchemy\x20Lab','sword','OUTSIDE','12fuGPAs','SOUTH','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Golden\x20Key','Chad\x20the\x20stupid\x20guard','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Sniper\x20Rifle','Barrens\x20Hideout','search','Emblem\x20Shield','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','document','book','291484OgVXom','The\x20legendary\x20Holy\x20Grail.','disenchant','gem','Central\x20Chamber\x20Key','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Ares\x20Predator','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','outside','amulet','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Entrance\x20Hall','A\x20small\x20surveillance\x20drone.','key','1669815IvIJfB','constructor','secret123','release','Central\x20Chamber','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','Library','A\x20thin\x20log\x20book','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Corp\x20Enclave','5CyuwPN','(((.+)+)+)+$','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','open\x20sesame','Torture\x20Chamber','Amulet\x20of\x20Awakening','Armory','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','rifle','Downtown\x20Seattle','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','Corporate\x20Creditstick','Rigger\x27s\x20Workshop','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','That\x20passcode\x20is\x20incorrect','119WetSab','holyGrail','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','CorpSec\x20Plans','drone','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','cup','Encrypted\x20Data\x20Key','inside','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Riddle\x20Book','apply','A\x20clear\x20glass\x20vial.','Golden\x20Chalice','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','9eaSaGm','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','7816765KJKuLM','shield','Gang\x20Insignia','A\x20creditstick\x20loaded\x20with\x20nuyen.','Secret\x20Passage','MCT\x20Fly-Spy','east','2UoJMQe','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','toString','north','4375330BmEySI','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','An\x20old\x20and\x20rusted\x20sword.','south','Mage\x27s\x20Lair','Matrix\x20Data\x20Haven','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','weapon','west','Holy\x20Grail','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Study','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','378836Heoedw','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','insert\x20gem','193590OvBQmZ','Ancient\x20Gem','down','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','The\x20chest\x20remains\x20firmly\x20shut.','Treasure\x20Room'];a57c=function(){return j;};return a57c();}export const rooms=[{'name':a57i(0x127),'description':a57i(0x12e),'isStartRoom':!![],'items':[{'type':'key','name':a57i(0x107),'description':a57i(0x15b)},{'type':a57i(0x111),'name':a57i(0xfc),'description':a57i(0x128),'content':a57i(0x108)}],'exits':[{'direction':a57i(0xff),'targetRoom':'Secret\x20Passage'}]},{'name':a57i(0x152),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':'NORTH','targetRoom':'Treasure\x20Room','keyRequired':a57i(0x107)},{'direction':a57i(0x105),'targetRoom':a57i(0x100)}]},{'name':a57i(0xf7),'description':'A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','items':[{'type':a57i(0x13d),'name':a57i(0x163),'description':a57i(0x113)}]},{'name':a57i(0x100),'description':a57i(0x145),'roomType':a57i(0x103),'exits':[{'direction':'UP','targetRoom':a57i(0xfb)}]},{'name':a57i(0xfb),'description':a57i(0x160),'roomType':a57i(0x103),'puzzle':{'requiredPhrase':a57i(0x123),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a57i(0x134),'name':a57i(0x10a),'description':'A\x20long-range\x20weapon.'},'successMessage':a57i(0x126),'failureMessage':a57i(0x13b)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a57i(0x144),'puzzle':{'requiredPhrase':a57i(0x12f),'riddle':a57i(0x14d),'rewardItem':{'type':'key','name':'Central\x20Chamber\x20Key','description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a57i(0x158),'targetRoom':a57i(0x165)},{'direction':'east','targetRoom':a57i(0x125),'keyRequired':a57i(0x116)}]},{'name':'Study','description':'A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','roomType':'inside','items':[{'type':'book','name':a57i(0x146),'description':a57i(0x164),'content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':'key','name':'Central\x20Chamber\x20Key','description':a57i(0x129)}],'exits':[{'direction':'south','targetRoom':a57i(0x11e)},{'direction':a57i(0x154),'targetRoom':a57i(0x101)}]},{'name':a57i(0x101),'description':a57i(0x11c),'roomType':'inside','items':[{'type':'basic','name':a57i(0xf9),'description':a57i(0x148)}],'exits':[{'direction':'west','targetRoom':a57i(0x165)},{'direction':a57i(0x158),'targetRoom':a57i(0x132)}]},{'name':a57i(0x132),'description':a57i(0x117),'roomType':a57i(0x144),'items':[{'type':a57i(0x14f),'name':a57i(0x10d),'description':a57i(0x156)},{'type':a57i(0x102),'name':'Rusted\x20Sword','description':a57i(0x15c)}],'exits':[{'direction':a57i(0x15d),'targetRoom':'Alchemy\x20Lab'},{'direction':a57i(0x154),'targetRoom':'Central\x20Chamber'}]},{'name':a57i(0x125),'description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':a57i(0x144),'exits':[{'direction':a57i(0x162),'targetRoom':a57i(0x132)},{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':'north','targetRoom':'Torture\x20Chamber'},{'direction':a57i(0x154),'targetRoom':'Treasure\x20Room'}]},{'name':a57i(0x130),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a57i(0x144),'items':[{'type':a57i(0x120),'name':'Blood-stained\x20Key','description':'A\x20key\x20stained\x20with\x20old\x20blood.'}],'puzzle':{'requiredPhrase':a57i(0x124),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a57i(0x115),'name':a57i(0xf3),'description':a57i(0x15a)},'successMessage':a57i(0x14c),'failureMessage':a57i(0x10f)},'exits':[{'direction':a57i(0x15d),'targetRoom':a57i(0x125)}]},{'name':a57i(0xf7),'description':a57i(0x14a),'roomType':'inside','puzzle':{'requiredPhrase':a57i(0xf1),'riddle':a57i(0x12d),'rewardItem':{'type':a57i(0x142),'name':a57i(0x149),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a57i(0x169),'failureMessage':a57i(0xf6)},'exits':[{'direction':a57i(0x162),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a57i(0xfa),'description':a57i(0x133),'isStartRoom':!![],'roomType':a57i(0x144),'exits':[{'direction':'north','targetRoom':a57i(0x135)},{'direction':'up','targetRoom':a57i(0x15f)}]},{'name':a57i(0x15f),'description':a57i(0x11d),'roomType':a57i(0x144),'puzzle':{'requiredPhrase':'decrypt','riddle':a57i(0x16a),'rewardItem':{'type':'key','name':a57i(0x143),'description':a57i(0xf5)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':'The\x20data\x20remains\x20encrypted.'},'exits':[{'direction':a57i(0xf4),'targetRoom':a57i(0xfa)}]},{'name':a57i(0x135),'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':a57i(0x11a),'exits':[{'direction':a57i(0x15d),'targetRoom':a57i(0xfa)},{'direction':'east','targetRoom':a57i(0xfd)},{'direction':'west','targetRoom':a57i(0x12a)}]},{'name':a57i(0xfd),'description':a57i(0x13e),'roomType':'outside','puzzle':{'requiredPhrase':'show\x20loyalty','riddle':a57i(0x13a),'rewardItem':{'type':a57i(0x120),'name':a57i(0x150),'description':a57i(0x10e)},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':a57i(0x136)},'exits':[{'direction':a57i(0x162),'targetRoom':a57i(0x135)},{'direction':'north','targetRoom':a57i(0x10b)}]},{'name':a57i(0x12a),'description':a57i(0x167),'roomType':'inside','items':[{'type':'creditstick','name':a57i(0x137),'description':a57i(0x151)},{'type':a57i(0x110),'name':a57i(0x13f),'description':a57i(0x141)}],'exits':[{'direction':'east','targetRoom':a57i(0x135)}]},{'name':a57i(0x10b),'description':a57i(0xf8),'roomType':a57i(0x11a),'items':[{'type':a57i(0x161),'name':a57i(0x118),'description':a57i(0x139)}],'exits':[{'direction':a57i(0x15d),'targetRoom':a57i(0xfd)},{'direction':a57i(0x158),'targetRoom':a57i(0x15e)},{'direction':'east','targetRoom':a57i(0x138)}]},{'name':a57i(0x15e),'description':a57i(0x16b),'roomType':'inside','puzzle':{'requiredPhrase':a57i(0x114),'riddle':a57i(0x109),'rewardItem':{'type':a57i(0x11b),'name':a57i(0x131),'description':a57i(0x119)},'successMessage':a57i(0x166),'failureMessage':a57i(0x106)},'exits':[{'direction':'south','targetRoom':a57i(0x10b)}]},{'name':a57i(0x138),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a57i(0x144),'items':[{'type':a57i(0x140),'name':a57i(0x153),'description':a57i(0x11f)}],'exits':[{'direction':a57i(0x162),'targetRoom':a57i(0x10b)}]}];
1
+ const a57i=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=parseInt(f(0x87))/0x1*(-parseInt(f(0x8e))/0x2)+parseInt(f(0xd3))/0x3*(parseInt(f(0xb5))/0x4)+parseInt(f(0x90))/0x5+parseInt(f(0xc8))/0x6+parseInt(f(0x95))/0x7+-parseInt(f(0xe4))/0x8+parseInt(f(0x81))/0x9*(-parseInt(f(0xad))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x58cfa));function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x7a;let f=c[d];return f;},a57d(a,b);}const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0x92)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0xd5)]()['search'](h(0xdc))[h(0xd5)]()[h(0xbc)](a57a)[h(0xe6)](h(0xdc));});a57a();function a57c(){const j=['Downtown\x20Seattle','4104152rDjLQv','cup','search','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','OUTSIDE','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','creditstick','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','An\x20old\x20and\x20rusted\x20sword.','book','The\x20data\x20remains\x20encrypted.','CorpSec\x20Plans','Ares\x20Predator','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Treasure\x20Room','rifle','A\x20long-range\x20weapon.','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','disenchant','north','702mQqmNP','Encrypted\x20Data\x20Key','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','inside','open\x20sesame','A\x20chalice\x20made\x20of\x20pure\x20gold.','2jSIKlA','Jackpoint\x20Login','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','secret123','Entrance\x20Hall','shield','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','244542NFRkKy','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','1719670aOovqL','document','apply','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','342034aiIwQp','Rigger\x27s\x20Workshop','Mage\x27s\x20Lair','A\x20clear\x20glass\x20vial.','Courtyard','A\x20small\x20surveillance\x20drone.','A\x20thin\x20log\x20book','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','EAST','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','Nothing\x20happens.','Matrix\x20Data\x20Haven','Barrens\x20Entrance','west','Riddle\x20Book','Empty\x20vial','holyGrail','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','Study','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','SOUTH','Armory','20030GPiXSb','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','A\x20key\x20stained\x20with\x20old\x20blood.','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','The\x20legendary\x20Holy\x20Grail.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Torture\x20Chamber','619876pizzTr','decrypt','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','Watch\x20Tower','Library','Amulet\x20of\x20Awakening','Guard\x27s\x20Log\x20Book','constructor','Chad\x20the\x20stupid\x20guard','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','south','basic','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','outside','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','Alchemy\x20Lab','Golden\x20Key','A\x20creditstick\x20loaded\x20with\x20nuyen.','3448986vteoYo','Corporate\x20Creditstick','east','That\x20passcode\x20is\x20incorrect','Central\x20Chamber','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','key','Secret\x20Passage','NORTH','Holy\x20Grail','down','6vwRzsb','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','toString','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Blood-stained\x20Key','Central\x20Chamber\x20Key','Barrens\x20Hideout','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','(((.+)+)+)+$','Corp\x20Enclave','show\x20loyalty','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'];a57c=function(){return j;};return a57c();}export const rooms=[{'name':a57i(0xb9),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a57i(0xce),'name':a57i(0xc6),'description':a57i(0xe2)},{'type':a57i(0xef),'name':a57i(0xbb),'description':a57i(0x9b),'content':a57i(0xbd)}],'exits':[{'direction':a57i(0x9d),'targetRoom':a57i(0xcf)}]},{'name':'Secret\x20Passage','description':a57i(0xb0),'exits':[{'direction':a57i(0xd0),'targetRoom':'Treasure\x20Room','keyRequired':'Golden\x20Key'},{'direction':a57i(0xab),'targetRoom':a57i(0x99)}]},{'name':'Treasure\x20Room','description':a57i(0xa8),'items':[{'type':a57i(0xa6),'name':a57i(0xd1),'description':a57i(0xb2)}]},{'name':a57i(0x99),'description':a57i(0xb7),'roomType':a57i(0xe8),'exits':[{'direction':'UP','targetRoom':'Watch\x20Tower'}]},{'name':a57i(0xb8),'description':'A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','roomType':a57i(0xe8),'puzzle':{'requiredPhrase':a57i(0x8a),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a57i(0x7c),'name':'Sniper\x20Rifle','description':a57i(0x7d)},'successMessage':a57i(0x9c),'failureMessage':a57i(0xcb)}}];export const dungeonConfig=[{'name':a57i(0x8b),'description':a57i(0x9e),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a57i(0x85),'riddle':a57i(0xda),'rewardItem':{'type':a57i(0xce),'name':a57i(0xd8),'description':a57i(0x94)},'successMessage':a57i(0x93),'failureMessage':a57i(0xa0)},'exits':[{'direction':'north','targetRoom':a57i(0xa9)},{'direction':a57i(0xca),'targetRoom':a57i(0xcc),'keyRequired':a57i(0xd8)}]},{'name':'Study','description':a57i(0xe9),'roomType':a57i(0x84),'items':[{'type':a57i(0xef),'name':a57i(0xa4),'description':a57i(0x9f),'content':a57i(0xcd)},{'type':a57i(0xce),'name':'Central\x20Chamber\x20Key','description':a57i(0x94)}],'exits':[{'direction':'south','targetRoom':a57i(0x8b)},{'direction':a57i(0xca),'targetRoom':a57i(0xc5)}]},{'name':a57i(0xc5),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a57i(0x84),'items':[{'type':a57i(0xc1),'name':a57i(0xa5),'description':a57i(0x98)}],'exits':[{'direction':a57i(0xa3),'targetRoom':a57i(0xa9)},{'direction':'north','targetRoom':a57i(0xac)}]},{'name':'Armory','description':a57i(0xd4),'roomType':'inside','items':[{'type':a57i(0x8c),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':'sword','name':'Rusted\x20Sword','description':a57i(0xee)}],'exits':[{'direction':a57i(0xc0),'targetRoom':a57i(0xc5)},{'direction':'east','targetRoom':'Central\x20Chamber'}]},{'name':'Central\x20Chamber','description':'A\x20large\x20circular\x20room\x20with\x20four\x20doors.','roomType':'inside','exits':[{'direction':'west','targetRoom':a57i(0xac)},{'direction':'south','targetRoom':a57i(0x8b)},{'direction':'north','targetRoom':a57i(0xb4)},{'direction':a57i(0xca),'targetRoom':a57i(0x7b)}]},{'name':'Torture\x20Chamber','description':a57i(0xa7),'roomType':a57i(0x84),'items':[{'type':a57i(0xce),'name':a57i(0xd7),'description':a57i(0xaf)}],'puzzle':{'requiredPhrase':'release','riddle':a57i(0xec),'rewardItem':{'type':'gem','name':'Ancient\x20Gem','description':a57i(0xe1)},'successMessage':a57i(0xc2),'failureMessage':a57i(0x8d)},'exits':[{'direction':a57i(0xc0),'targetRoom':a57i(0xcc)}]},{'name':a57i(0x7b),'description':a57i(0xae),'roomType':'inside','puzzle':{'requiredPhrase':'insert\x20gem','riddle':a57i(0xe7),'rewardItem':{'type':a57i(0xe5),'name':'Golden\x20Chalice','description':a57i(0x86)},'successMessage':a57i(0x8f),'failureMessage':'The\x20chest\x20remains\x20firmly\x20shut.'},'exits':[{'direction':a57i(0xa3),'targetRoom':a57i(0xcc)}]}];export const shadowrunConfig=[{'name':a57i(0x88),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':'inside','exits':[{'direction':a57i(0x80),'targetRoom':a57i(0xe3)},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a57i(0xa1),'description':a57i(0x7a),'roomType':'inside','puzzle':{'requiredPhrase':a57i(0xb6),'riddle':a57i(0xea),'rewardItem':{'type':'key','name':a57i(0x82),'description':a57i(0xbe)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a57i(0xf0)},'exits':[{'direction':a57i(0xd2),'targetRoom':a57i(0x88)}]},{'name':a57i(0xe3),'description':a57i(0xd6),'roomType':a57i(0xc3),'exits':[{'direction':a57i(0xc0),'targetRoom':a57i(0x88)},{'direction':a57i(0xca),'targetRoom':a57i(0xa2)},{'direction':a57i(0xa3),'targetRoom':'Corp\x20Enclave'}]},{'name':'Barrens\x20Entrance','description':a57i(0xed),'roomType':a57i(0xc3),'puzzle':{'requiredPhrase':a57i(0xde),'riddle':a57i(0xbf),'rewardItem':{'type':a57i(0xce),'name':'Gang\x20Insignia','description':a57i(0xaa)},'successMessage':a57i(0x83),'failureMessage':a57i(0x7e)},'exits':[{'direction':a57i(0xa3),'targetRoom':a57i(0xe3)},{'direction':a57i(0x80),'targetRoom':'Barrens\x20Hideout'}]},{'name':a57i(0xdd),'description':a57i(0xdf),'roomType':a57i(0x84),'items':[{'type':a57i(0xeb),'name':a57i(0xc9),'description':a57i(0xc7)},{'type':a57i(0x91),'name':a57i(0xf1),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':'east','targetRoom':a57i(0xe3)}]},{'name':'Barrens\x20Hideout','description':a57i(0x89),'roomType':a57i(0xc3),'items':[{'type':'weapon','name':a57i(0xf2),'description':a57i(0xe0)}],'exits':[{'direction':'south','targetRoom':a57i(0xa2)},{'direction':a57i(0x80),'targetRoom':a57i(0x97)},{'direction':a57i(0xca),'targetRoom':a57i(0x96)}]},{'name':a57i(0x97),'description':a57i(0xb1),'roomType':'inside','puzzle':{'requiredPhrase':a57i(0x7f),'riddle':a57i(0xc4),'rewardItem':{'type':'amulet','name':a57i(0xba),'description':'A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.'},'successMessage':a57i(0xdb),'failureMessage':a57i(0xb3)},'exits':[{'direction':a57i(0xc0),'targetRoom':a57i(0xd9)}]},{'name':a57i(0x96),'description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a57i(0x84),'items':[{'type':'drone','name':'MCT\x20Fly-Spy','description':a57i(0x9a)}],'exits':[{'direction':a57i(0xa3),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x85))/0x1+-parseInt(f(0x9a))/0x2*(parseInt(f(0x99))/0x3)+-parseInt(f(0x81))/0x4*(-parseInt(f(0x9e))/0x5)+-parseInt(f(0x94))/0x6*(-parseInt(f(0x8f))/0x7)+parseInt(f(0x86))/0x8+-parseInt(f(0x8b))/0x9+parseInt(f(0x89))/0xa*(parseInt(f(0x9b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x7e7a5));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x91)]()[h(0xa6)](h(0x93))[h(0x91)]()['constructor'](a58a)['search'](h(0x93));});a58a();import{EventEmitter}from'events';export class AbstractScene{[a58i(0x96)];[a58i(0x9c)];[a58i(0x9d)];[a58i(0x95)];}export class AbstractRoom extends EventEmitter{[a58i(0x90)];[a58i(0x87)];[a58i(0x84)];['inventory'];[a58i(0x80)];[a58i(0xa5)];[a58i(0x8e)];}function a58c(){var j=['exits','803186KorJuw','3474760hUVXRK','description','weight','301860ibZUOx','color','5063139CVxIjs','_maxCarryingWeight','_inventory','isStartRoom','4120718gVnsxD','name','toString','_playerName','(((.+)+)+)+$','6qNwnxZ','characterLocations','rooms','roomA','size','3mfcQRq','672676nbGHsA','198ekEpYT','player','logger','5nLpVNT','isLocked','rating','_logger','category','isLockable','_equipment','roomType','search','solved','_currentLocation','apply','puzzle','2615124TmOfBC','items','texture'];a58c=function(){return j;};return a58c();}export class AbstractDoor{[a58i(0x97)];['roomB'];[a58i(0x9f)];['unlockItemOrSolution'];[a58i(0x90)];[a58i(0x9d)];[a58i(0xa3)];}export class AbstractInventory{[a58i(0x82)];[a58i(0x9d)];}export class AbstractItem{['uuid'];[a58i(0x90)];[a58i(0x87)];[a58i(0x98)];[a58i(0xa2)];['shape'];[a58i(0x8a)];[a58i(0x83)];[a58i(0xa0)];[a58i(0x88)];}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x7f;var f=c[d];return f;},a58d(a,b);}export class AbstractPlayer{[a58i(0x92)];[a58i(0xa8)];[a58i(0x8d)];[a58i(0xa4)];[a58i(0x8c)];[a58i(0xa1)];}export class AbstractPuzzle{[a58i(0x9d)];[a58i(0xa7)];}
1
+ var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x1d4))/0x1*(parseInt(f(0x1d8))/0x2)+-parseInt(f(0x1ba))/0x3+-parseInt(f(0x1d6))/0x4+parseInt(f(0x1c6))/0x5*(-parseInt(f(0x1dd))/0x6)+-parseInt(f(0x1e2))/0x7*(parseInt(f(0x1ca))/0x8)+-parseInt(f(0x1c3))/0x9*(parseInt(f(0x1b9))/0xa)+-parseInt(f(0x1de))/0xb*(-parseInt(f(0x1bc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x7640f));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x1da)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x1c4)]()[h(0x1be)](h(0x1d9))['toString']()['constructor'](a58a)['search'](h(0x1d9));});a58a();import{EventEmitter}from'events';function a58c(){var j=['toString','rating','5PqdvEc','puzzle','description','category','32vMuCNS','_equipment','isLocked','weight','_logger','_maxCarryingWeight','roomType','exits','unlockItemOrSolution','size','2otzqoE','texture','2412156IGLXXY','color','269690GYrcly','(((.+)+)+)+$','apply','logger','rooms','2492886DhzNoP','990FPKZCb','uuid','solved','items','84098RbbhNM','20cZAXmf','2270295LGhttT','shape','299544ijMYtp','name','search','roomB','isLockable','inventory','player','938529CScCvx'];a58c=function(){return j;};return a58c();}export class AbstractScene{[a58i(0x1dc)];[a58i(0x1c2)];[a58i(0x1db)];['characterLocations'];}export class AbstractRoom extends EventEmitter{['name'];[a58i(0x1c8)];[a58i(0x1d1)];[a58i(0x1c1)];[a58i(0x1c7)];[a58i(0x1d0)];['isStartRoom'];}export class AbstractDoor{['roomA'];[a58i(0x1bf)];[a58i(0x1cc)];[a58i(0x1d2)];[a58i(0x1bd)];[a58i(0x1db)];[a58i(0x1c0)];}export class AbstractInventory{[a58i(0x1e1)];[a58i(0x1db)];}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x1b9;var f=c[d];return f;},a58d(a,b);}export class AbstractItem{[a58i(0x1df)];['name'];[a58i(0x1c8)];[a58i(0x1d3)];[a58i(0x1c9)];[a58i(0x1bb)];[a58i(0x1d7)];[a58i(0x1d5)];[a58i(0x1c5)];[a58i(0x1cd)];}export class AbstractPlayer{['_playerName'];['_currentLocation'];['_inventory'];[a58i(0x1cb)];[a58i(0x1cf)];[a58i(0x1ce)];}export class AbstractPuzzle{[a58i(0x1db)];[a58i(0x1e0)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a59d,c=a();while(!![]){try{var d=parseInt(k(0x18d))/0x1+parseInt(k(0x172))/0x2*(parseInt(k(0x192))/0x3)+parseInt(k(0x15d))/0x4+-parseInt(k(0x1b1))/0x5+parseInt(k(0x173))/0x6+-parseInt(k(0x1a2))/0x7+parseInt(k(0x1ab))/0x8*(parseInt(k(0x1a4))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x3cc5e));function a59c(){var v=['grey','very\x20large','Rare','Helmet','east','weapon','Triangle','637511QSfkmz','Boots','1073529LqrTto','rectangle','Unknown','arm\x20armor','square','Bumpy','Square','8WUFGmt','south','metallic','search','beach','DOWN','1565570itczCj','Cup','brown','boots','north','yellow','circle','Purple','Rectangle','cup','bumpy','OUTSIDE','Red','NORTH','outside','tiny','down','rifle','Circle','Green','Blade','TOWER','Gold','1125212vFPZwi','Weapon','Orange','gloves','rare','legendary','CAVE','book','helmet','Blue','forest','blade','Small','Metallic','mountain','constructor','WEST','small','large','unknown','Yellow','4yVKoHQ','91698lPiBLi','medium','Legendary','west','EAST','smooth','apply','ArmArmor','Gloves','common','BEACH','desert','key','purple','LegArmor','toString','leg\x20armor','orange','Grainy','Rifle','sea','gold','Grey','tower','(((.+)+)+)+$','DESERT','65290McWhMG','SOUTH','Tiny','FOREST','grainy','257934CfZsLp','Brown','Smooth','body\x20armor','MOUNTAIN','Shield','cave','inside','Key'];a59c=function(){return v;};return a59c();}export var Size;(function(a){var l=a59d;a[l(0x18f)]=l(0x155),a[l(0x169)]=l(0x16e),a['Medium']=l(0x174),a['Large']=l(0x16f),a['VeryLarge']=l(0x19c);}(Size||(Size={})));export var Rating;(function(a){var m=a59d;a['Common']=m(0x17c),a[m(0x19d)]=m(0x161),a[m(0x175)]=m(0x162);}(Rating||(Rating={})));export var Category;(function(a){var n=a59d;a[n(0x15e)]=n(0x1a0),a[n(0x197)]='shield',a[n(0x19a)]=n(0x17f),a[n(0x17b)]=n(0x160),a[n(0x19e)]=n(0x165),a['Hat']='hat',a[n(0x1a3)]=n(0x1b4),a[n(0x181)]=n(0x183),a[n(0x17a)]=n(0x1a7),a['BodyArmor']=n(0x195),a['Book']=n(0x164),a[n(0x1b2)]=n(0x14f),a[n(0x1a6)]=n(0x170);}(Category||(Category={})));export var Shape;(function(a){var o=a59d;a[o(0x158)]=o(0x14c),a[o(0x1aa)]=o(0x1a8),a[o(0x1a1)]='triangle',a[o(0x14e)]=o(0x1a5),a[o(0x15a)]=o(0x168),a[o(0x186)]=o(0x157);}(Shape||(Shape={})));export var Color;(function(a){var p=a59d;a[p(0x152)]='red',a[p(0x166)]='blue',a[p(0x159)]='green',a[p(0x171)]=p(0x14b),a[p(0x15f)]=p(0x184),a[p(0x14d)]=p(0x180),a[p(0x189)]=p(0x19b),a[p(0x193)]=p(0x1b3),a[p(0x15c)]=p(0x188);}(Color||(Color={})));export var Texture;function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x14a;var f=c[d];return f;},a59d(a,b);}(function(a){var q=a59d;a[q(0x194)]=q(0x178),a['Rough']='rough',a[q(0x1a9)]=q(0x150),a['Fuzzy']='fuzzy',a[q(0x185)]=q(0x191),a[q(0x16a)]=q(0x1ad);}(Texture||(Texture={})));export var RoomType;(function(a){var r=a59d;a['INSIDE']=r(0x199),a[r(0x151)]=r(0x154),a['UNDERGROUND']='underground',a[r(0x163)]=r(0x198),a[r(0x15b)]=r(0x18a),a[r(0x190)]=r(0x167),a[r(0x18c)]=r(0x17e),a[r(0x196)]=r(0x16b),a[r(0x17d)]=r(0x1af),a['SEA']=r(0x187);}(RoomType||(RoomType={})));export var Direction;(function(c){var u=a59d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var s=a59d;if(h){var j=h[s(0x179)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var t=a59d;return e[t(0x182)]()[t(0x1ae)](t(0x18b))[t(0x182)]()[t(0x16c)](e)[t(0x1ae)](t(0x18b));});e(),c[u(0x153)]=u(0x14a),c[u(0x177)]=u(0x19f),c[u(0x18e)]=u(0x1ac),c[u(0x16d)]=u(0x176),c['UP']='up',c[u(0x1b0)]=u(0x156);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a59d,c=a();while(!![]){try{var d=-parseInt(k(0x1c5))/0x1+-parseInt(k(0x183))/0x2+parseInt(k(0x1c3))/0x3+parseInt(k(0x1e0))/0x4+parseInt(k(0x1b8))/0x5+-parseInt(k(0x1b4))/0x6*(-parseInt(k(0x1da))/0x7)+-parseInt(k(0x189))/0x8*(parseInt(k(0x185))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x9f205));export var Size;function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x182;var f=c[d];return f;},a59d(a,b);}(function(a){var l=a59d;a[l(0x1b6)]=l(0x1d6),a[l(0x1ac)]=l(0x184),a[l(0x1b3)]='medium',a[l(0x1ae)]=l(0x1b5),a[l(0x19d)]=l(0x1a8);}(Size||(Size={})));export var Rating;(function(a){var m=a59d;a[m(0x1df)]=m(0x1a5),a[m(0x1cf)]=m(0x1ba),a[m(0x1bf)]=m(0x19f);}(Rating||(Rating={})));export var Category;(function(a){var n=a59d;a['Weapon']=n(0x1c8),a['Shield']=n(0x18a),a[n(0x186)]='key',a[n(0x199)]='gloves',a['Helmet']=n(0x1bc),a['Hat']='hat',a[n(0x1c7)]=n(0x191),a[n(0x1ce)]='leg\x20armor',a[n(0x1ca)]=n(0x188),a[n(0x194)]=n(0x19c),a[n(0x18d)]=n(0x19e),a[n(0x1c2)]=n(0x1d4),a['Unknown']='unknown';}(Category||(Category={})));export var Shape;(function(a){var o=a59d;a['Circle']='circle',a['Square']=o(0x1d5),a[o(0x1ab)]=o(0x19a),a[o(0x1a7)]=o(0x1a6),a['Blade']=o(0x182),a[o(0x190)]=o(0x1b1);}(Shape||(Shape={})));export var Color;(function(a){var p=a59d;a['Red']=p(0x197),a[p(0x1d2)]='blue',a[p(0x1a4)]=p(0x1cd),a[p(0x18c)]=p(0x1c0),a['Orange']=p(0x1e3),a[p(0x1e1)]='purple',a[p(0x1bb)]=p(0x1b0),a[p(0x1d7)]=p(0x1b2),a[p(0x1de)]=p(0x1cb);}(Color||(Color={})));export var Texture;(function(a){var q=a59d;a[q(0x1a2)]='smooth',a['Rough']='rough',a['Bumpy']=q(0x1ad),a[q(0x18e)]=q(0x187),a[q(0x1e2)]=q(0x1c6),a[q(0x1db)]=q(0x1c1);}(Texture||(Texture={})));export var RoomType;(function(c){var t=a59d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var r=a59d;if(h){var j=h[r(0x1aa)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var s=a59d;return e[s(0x1cc)]()[s(0x1b9)](s(0x195))[s(0x1cc)]()[s(0x1af)](e)[s(0x1b9)](s(0x195));});e(),c[t(0x1dd)]=t(0x198),c['OUTSIDE']=t(0x1d8),c[t(0x192)]=t(0x1c4),c['CAVE']=t(0x193),c['TOWER']=t(0x1bd),c[t(0x18f)]=t(0x1d3),c[t(0x1a3)]=t(0x1d0),c[t(0x1a1)]=t(0x1dc),c['BEACH']=t(0x1a0),c[t(0x1c9)]='sea';}(RoomType||(RoomType={})));function a59c(){var v=['MOUNTAIN','Smooth','DESERT','Green','common','rectangle','Rectangle','very\x20large','down','apply','Triangle','Small','bumpy','Large','constructor','grey','rifle','brown','Medium','693534KPXvTF','large','Tiny','DOWN','6081515dHMaYk','search','rare','Grey','helmet','tower','west','Legendary','yellow','metallic','Cup','2914176ywWuHf','underground','863968XcoMPX','grainy','Boots','weapon','SEA','ArmArmor','gold','toString','green','LegArmor','Rare','desert','WEST','Blue','forest','cup','square','tiny','Brown','outside','NORTH','77jUiMTx','Metallic','mountain','INSIDE','Gold','Common','1394368JUGVaJ','Purple','Grainy','orange','blade','72144zqdgaE','small','45DOYhRh','Key','fuzzy','arm\x20armor','3609512UnInEs','shield','east','Yellow','Book','Fuzzy','FOREST','Rifle','boots','UNDERGROUND','cave','BodyArmor','(((.+)+)+)+$','south','red','inside','Gloves','triangle','SOUTH','body\x20armor','VeryLarge','book','legendary','beach'];a59c=function(){return v;};return a59c();}export var Direction;(function(a){var u=a59d;a[u(0x1d9)]='north',a['EAST']=u(0x18b),a[u(0x19b)]=u(0x196),a[u(0x1d1)]=u(0x1be),a['UP']='up',a[u(0x1b7)]=u(0x1a9);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0x17a))/0x1+parseInt(f(0x17e))/0x2*(parseInt(f(0x179))/0x3)+-parseInt(f(0x177))/0x4+parseInt(f(0x17c))/0x5*(-parseInt(f(0x181))/0x6)+parseInt(f(0x175))/0x7+-parseInt(f(0x17b))/0x8*(parseInt(f(0x174))/0x9)+-parseInt(f(0x173))/0xa*(-parseInt(f(0x178))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xb23c1));function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0x173;var f=c[d];return f;},a60d(a,b);}function a60c(){var i=['81TzWmph','139048IwHEum','search','1498784PaTSNi','11nzkMiQ','9pVIhmH','422377crXrGg','442528GWdwdo','22490oeJnRK','(((.+)+)+)+$','14234nFfxlB','apply','toString','6pkOLAS','19882490pBWwDq'];a60c=function(){return i;};return a60c();}var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0x180)]()['search'](h(0x17d))[h(0x180)]()['constructor'](a60a)[h(0x176)](h(0x17d));});a60a();export{};
1
+ (function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0xcf))/0x1+-parseInt(f(0xd1))/0x2+-parseInt(f(0xd5))/0x3+-parseInt(f(0xd8))/0x4*(-parseInt(f(0xd4))/0x5)+-parseInt(f(0xd9))/0x6*(-parseInt(f(0xd0))/0x7)+-parseInt(f(0xce))/0x8+-parseInt(f(0xd2))/0x9*(-parseInt(f(0xd6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x2c58f));function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0xcc;var f=c[d];return f;},a60d(a,b);}var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0xd7)]()['search']('(((.+)+)+)+$')['toString']()[h(0xcc)](a60a)['search'](h(0xcd));});a60a();function a60c(){var i=['142587OCCuXK','7YqmSmp','330178dHSNCd','54Knddtn','apply','71105NkJqyN','369339vfRdMy','1024470RZEXts','toString','4zSpHBi','1169562DtybJB','constructor','(((.+)+)+)+$','1691152jzkjNO'];a60c=function(){return i;};return a60c();}export{};
@@ -1 +1 @@
1
- (function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x1f4))/0x1*(-parseInt(f(0x1f9))/0x2)+-parseInt(f(0x1fd))/0x3+-parseInt(f(0x1fe))/0x4+-parseInt(f(0x1fc))/0x5+-parseInt(f(0x1f7))/0x6+parseInt(f(0x1ff))/0x7+-parseInt(f(0x1fa))/0x8*(-parseInt(f(0x1f5))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x1b5a0));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a['toString']()['search'](h(0x1fb))[h(0x1f6)]()['constructor'](a61a)['search'](h(0x1fb));});function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1f4;var f=c[d];return f;},a61d(a,b);}function a61c(){var i=['(((.+)+)+)+$','265775QgJllx','586560JhfQtn','823328sKCUgl','433804CuCOeN','1nojNme','5175828jlrsLJ','toString','1095240ZyhEwL','apply','224030voyciw','8NlzQiJ'];a61c=function(){return i;};return a61c();}a61a();export{};
1
+ (function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0xb3))/0x1*(-parseInt(f(0xb6))/0x2)+-parseInt(f(0xb2))/0x3+parseInt(f(0xae))/0x4+-parseInt(f(0xb9))/0x5*(-parseInt(f(0xad))/0x6)+-parseInt(f(0xb1))/0x7*(parseInt(f(0xb5))/0x8)+parseInt(f(0xb7))/0x9*(-parseInt(f(0xb4))/0xa)+parseInt(f(0xbb))/0xb*(parseInt(f(0xab))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x797f1));function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xab;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(0xac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xb8)]()[h(0xb0)](h(0xaf))['toString']()[h(0xba)](a61a)[h(0xb0)]('(((.+)+)+)+$');});a61a();export{};function a61c(){var i=['2420504xycKiw','22kmaqvM','45CLnajY','toString','365FaiFXC','constructor','319dmaohk','905172OhYqZR','apply','50052kFOkft','69236GKUbbr','(((.+)+)+)+$','search','7XOarBC','2649567QemvSt','79223VdTvqQ','517840FuAyaK'];a61c=function(){return i;};return a61c();}
@@ -1 +1 @@
1
- const a62G=a62d;(function(a,b){const y=a62d,c=a();while(!![]){try{const d=-parseInt(y(0x140))/0x1+parseInt(y(0x147))/0x2+parseInt(y(0x14f))/0x3+-parseInt(y(0x14b))/0x4*(parseInt(y(0x143))/0x5)+parseInt(y(0x13b))/0x6+-parseInt(y(0x16d))/0x7+parseInt(y(0x153))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x22421));import a62e from'blessed';function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x11d;let f=c[d];return f;},a62d(a,b);}import{capitalCase}from'change-case';import a62f 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 A=a62d,f=(function(){let h=!![];return function(i,j){const k=h?function(){if(j){const l=j['apply'](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const z=a62d;return g[z(0x13f)]()['search'](z(0x172))[z(0x13f)]()['constructor'](g)['search']('(((.+)+)+)+$');});g();try{const h=a62e[A(0x170)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),i=a62e[A(0x15d)]({'top':'0%','left':A(0x122),'width':A(0x167),'height':A(0x139),'border':{'type':A(0x15b)},'label':A(0x130),'content':A(0x174),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x120)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const B=A,u=t[B(0x169)]()[B(0x12f)](v=>v[B(0x133)]);i[B(0x16b)](u['join']('\x0a')),h[B(0x136)]();};h[A(0x15a)](i);const k=a62e[A(0x15d)]({'top':A(0x139),'left':A(0x122),'width':'25%','height':A(0x167),'border':{'type':A(0x15b)},'label':A(0x150),'content':A(0x166),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x120)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x15a)](k);const l=t=>{const C=A;k['setContent']('Head:\x20'+(t[C(0x134)]?t['head'][C(0x133)]:C(0x142))+'\x0a'+(C(0x145)+(t['torso']?t[C(0x141)][C(0x133)]:C(0x142))+'\x0a')+(C(0x128)+(t[C(0x135)]?t[C(0x135)][C(0x133)]:'None')+'\x0a')+('Feet:\x20'+(t[C(0x16e)]?t[C(0x16e)][C(0x133)]:C(0x142))+'\x0a')+(C(0x165)+(t[C(0x121)]?t['arms']['name']:C(0x142))+'\x0a')+(C(0x13c)+(t['gloves']?t['gloves'][C(0x133)]:C(0x142))+'\x0a')+(C(0x125)+(t[C(0x12c)]?t['leftHand'][C(0x133)]:C(0x142))+'\x0a')+('Right\x20Hand:\x20'+(t[C(0x137)]?t[C(0x137)][C(0x133)]:C(0x142))+'\x0a')),h[C(0x136)]();},m=a62e[A(0x15d)]({'top':A(0x13a),'left':A(0x122),'width':A(0x167),'height':A(0x163),'border':{'type':A(0x15b)},'label':'\x20Map\x20','content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[A(0x15a)](m);const n=t=>{const D=A;let u=D(0x156)+t[D(0x133)]+'\x0a\x0a';u+=D(0x11f),t[D(0x173)]['size']>0x0?t[D(0x173)][D(0x124)]((v,w)=>{const E=D;if(v instanceof Door){const x=v[E(0x148)](t);x[E(0x161)]===RoomType['OUTSIDE']?u+=capitalCase(w)+':\x20'+x[E(0x133)]:u+=capitalCase(w)+':\x20'+v[E(0x133)];if(v[E(0x168)]())u+=E(0x12a);else v['checkIfLockable']()&&(u+=E(0x16c));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m[D(0x16b)](u),h[D(0x136)]();},o=a62e[A(0x15d)]({'id':A(0x12b),'top':'0%','left':'0%','width':'75%','height':A(0x157),'border':{'type':A(0x15b)},'label':A(0x129),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':A(0x120)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](A(0x11e)),h[A(0x15a)](o);const p=a62e[A(0x171)]({'bottom':0x0,'left':0x0,'width':A(0x162),'height':A(0x131),'tags':!![],'border':{'type':A(0x15b)},'style':{'fg':A(0x159),'border':{'fg':A(0x13e)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[A(0x15a)](p),h['key']([A(0x123),A(0x15c)],()=>process[A(0x15f)](0x0)),p[A(0x11d)](),h[A(0x136)]();const q=Logger[A(0x132)](e[A(0x12d)],h),r=new Player({'playerName':c});q[A(0x152)](A(0x146));const s=a62f['getInstance'](r,d);o['setContent'](s[A(0x13d)]()),l(s['player'][A(0x16a)]),j(s[A(0x164)][A(0x12e)]),n(s[A(0x164)]['currentLocation']),p['key'](['enter'],async()=>{const F=A,t=p[F(0x160)](),u=s[F(0x158)](t);(t[F(0x14c)]('\x20')[0x0]==='take'||F(0x151)||F(0x15e))&&(j(s[F(0x164)][F(0x12e)]),l(s[F(0x164)][F(0x16a)])),(t['split']('\x20')[0x0]==='go'||F(0x154)||F(0x14e))&&n(s[F(0x164)][F(0x126)]),t[F(0x14c)]('\x20')[0x0]===F(0x149)&&o[F(0x16b)](''),u===null&&(console[F(0x127)](F(0x144)),h[F(0x136)](),q['write']('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o['pushLine'](u),o[F(0x138)](0x1),p[F(0x14d)](),p[F(0x11d)](),h[F(0x136)]();});}catch(t){console[A(0x127)](t),process[A(0x15f)](0x1);}}function a62c(){const H=['torso','None','20ywBodG','Thanks\x20for\x20playing!','Torso:\x20','----->>>>>>\x20Initializing\x20Game','92708tWxLZu','getOtherSide','clear','parse','108172vTZnWe','split','clearValue','unlock','356622BHhhhc','\x20Equipment\x20','equip','write','1331472kegpmJ','lock','slice','Currently\x20in:\x20','90%','handleInput','white','append','line','C-c','box','unequip','exit','getValue','roomType','100%','20%','player','Arms:\x20','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','25%','checkIfLocked','getAllItems','equipment','setContent','\x20(Unlocked)','1640443xmhDHU','feet','argv','screen','textbox','(((.+)+)+)+$','exits','Your\x20items\x20will\x20be\x20listed\x20here...','focus','mousemove','-----\x20Exits\x20------\x0a','yellow','arms','75%','escape','forEach','Left\x20Hand:\x20','currentLocation','log','Legs:\x20','\x20Game\x20Log\x20','\x20(Locked)','logBox','leftHand','logFilePath','inventory','map','\x20Inventory\x20','10%','getInstance','name','head','legs','render','rightHand','scroll','45%','70%','1630314cvixLc','Gloves:\x20','getWelcomeMessage','cyan','toString','120539vPhKMu'];a62c=function(){return H;};return a62c();}const args=process[a62G(0x16f)][a62G(0x155)](0x2);main(args[0x0],JSON[a62G(0x14a)](args[0x1]),JSON[a62G(0x14a)](args[0x2]));
1
+ const a62H=a62d;(function(a,b){const y=a62d,c=a();while(!![]){try{const d=parseInt(y(0xfe))/0x1+parseInt(y(0x137))/0x2*(parseInt(y(0x105))/0x3)+-parseInt(y(0x133))/0x4*(parseInt(y(0xff))/0x5)+parseInt(y(0xe2))/0x6*(parseInt(y(0x104))/0x7)+-parseInt(y(0xf1))/0x8+parseInt(y(0x134))/0x9+parseInt(y(0x124))/0xa*(parseInt(y(0x120))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xb6798));import a62e from'blessed';import{capitalCase}from'change-case';import a62f from'./game.js';function a62c(){const I=['key','cyan','toString','removeAllListeners','75%','\x20(Locked)','argv','log','getAllItems','render','getOtherSide','\x20Equipment\x20','Torso:\x20','1009532cfnivs','7905330lmQwYt','OUTSIDE','10%','4RQFlJS','pushLine','25%','setContent','\x20(Unlocked)','45%','size','take','rightHand','6261186FOiELx','write','equipment','player','Thanks\x20for\x20playing!','----->>>>>>\x20Initializing\x20Game','Gloves:\x20','unequip','Head:\x20','70%','-----\x20Exits\x20------\x0a','roomType','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','feet','C-c','10447688lUcSLV','focus','legs','currentLocation','inventory','constructor','search','logBox','clearValue','100%','getValue','torso','getInstance','36036nfYRlL','15VCCohY','<<<<<<<<---------\x20Terminating\x20game','getWelcomeMessage','20%','exit','7mUyYbj','517653EtYvmC','exits','head','(((.+)+)+)+$','\x20Inventory\x20','Legs:\x20','Right\x20Hand:\x20','unlock','join','line','append','name','box','\x20Game\x20Log\x20','Currently\x20in:\x20','screen','Side\x20Quest\x20Adventure\x20Game','None','apply','mousemove','split','Left\x20Hand:\x20','arms','yellow','white','handleInput','checkIfLocked','5582357hKUDCX','escape','Feet:\x20','logFilePath','10zddTBj','equip'];a62c=function(){return I;};return a62c();}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0xe2;let f=c[d];return f;},a62d(a,b);}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a62d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a62d;if(j){const l=j[z(0x117)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a62d;return g['toString']()['search'](A(0x108))[A(0x128)]()[A(0xf6)](g)[A(0xf7)]('(((.+)+)+)+$');});g();try{const h=a62e[B(0x114)]({'smartCSR':!![],'title':B(0x115)}),i=a62e['box']({'top':'0%','left':B(0x12a),'width':B(0x139),'height':B(0x13c),'border':{'type':B(0x10e)},'label':B(0x109),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t[C(0x12e)]()['map'](v=>v['name']);i[C(0x13a)](u[C(0x10d)]('\x0a')),h[C(0x12f)]();};h['append'](i);const k=a62e[B(0x111)]({'top':B(0x13c),'left':B(0x12a),'width':B(0x139),'height':B(0x139),'border':{'type':'line'},'label':B(0x131),'content':B(0xee),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x11c)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x10f)](k);const l=t=>{const D=B;k['setContent'](D(0xea)+(t[D(0x107)]?t[D(0x107)]['name']:D(0x116))+'\x0a'+(D(0x132)+(t[D(0xfc)]?t['torso'][D(0x110)]:'None')+'\x0a')+(D(0x10a)+(t[D(0xf3)]?t[D(0xf3)]['name']:D(0x116))+'\x0a')+(D(0x122)+(t['feet']?t[D(0xef)][D(0x110)]:'None')+'\x0a')+('Arms:\x20'+(t['arms']?t[D(0x11b)][D(0x110)]:D(0x116))+'\x0a')+(D(0xe8)+(t['gloves']?t['gloves']['name']:D(0x116))+'\x0a')+(D(0x11a)+(t['leftHand']?t['leftHand'][D(0x110)]:'None')+'\x0a')+(D(0x10b)+(t[D(0x13f)]?t['rightHand'][D(0x110)]:D(0x116))+'\x0a')),h[D(0x12f)]();},m=a62e[B(0x111)]({'top':B(0xeb),'left':B(0x12a),'width':B(0x139),'height':B(0x102),'border':{'type':B(0x10e)},'label':'\x20Map\x20','content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x11c)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x10f)](m);const n=t=>{const E=B;let u=E(0x113)+t['name']+'\x0a\x0a';u+=E(0xec),t[E(0x106)][E(0x13d)]>0x0?t[E(0x106)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x130)](t);x[F(0xed)]===RoomType[F(0x135)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x110)];if(v[F(0x11f)]())u+=F(0x12b);else v['checkIfLockable']()&&(u+=F(0x13b));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h[E(0x12f)]();},o=a62e[B(0x111)]({'id':B(0xf8),'top':'0%','left':'0%','width':'75%','height':'90%','border':{'type':B(0x10e)},'label':B(0x112),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x11c)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x129)](B(0x118)),h[B(0x10f)](o);const p=a62e['textbox']({'bottom':0x0,'left':0x0,'width':B(0xfa),'height':B(0x136),'tags':!![],'border':{'type':B(0x10e)},'style':{'fg':B(0x11d),'border':{'fg':B(0x127)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x10f)](p),h[B(0x126)]([B(0x121),B(0xf0)],()=>process[B(0x103)](0x0)),p[B(0xf2)](),h[B(0x12f)]();const q=Logger[B(0xfd)](e[B(0x123)],h),r=new Player({'playerName':c});q[B(0xe3)](B(0xe7));const s=a62f[B(0xfd)](r,d);o[B(0x13a)](s[B(0x101)]()),l(s[B(0xe5)][B(0xe4)]),j(s[B(0xe5)]['inventory']),n(s[B(0xe5)][B(0xf4)]),p[B(0x126)](['enter'],async()=>{const G=B,t=p[G(0xfb)](),u=s[G(0x11e)](t);(t[G(0x119)]('\x20')[0x0]===G(0x13e)||G(0x125)||G(0xe9))&&(j(s[G(0xe5)][G(0xf5)]),l(s[G(0xe5)][G(0xe4)])),(t[G(0x119)]('\x20')[0x0]==='go'||'lock'||G(0x10c))&&n(s[G(0xe5)][G(0xf4)]),t[G(0x119)]('\x20')[0x0]==='clear'&&o[G(0x13a)](''),u===null&&(console[G(0x12d)](G(0xe6)),h[G(0x12f)](),q[G(0xe3)](G(0x100)),process[G(0x103)](0x0)),o[G(0x138)](u),o['scroll'](0x1),p[G(0xf9)](),p[G(0xf2)](),h[G(0x12f)]();});}catch(t){console[B(0x12d)](t),process[B(0x103)](0x1);}}const args=process[a62H(0x12c)]['slice'](0x2);main(args[0x0],JSON['parse'](args[0x1]),JSON['parse'](args[0x2]));
@@ -1 +1 @@
1
- const a63k=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=-parseInt(h(0x106))/0x1+-parseInt(h(0xf7))/0x2+-parseInt(h(0x103))/0x3+-parseInt(h(0x114))/0x4*(parseInt(h(0xff))/0x5)+parseInt(h(0x105))/0x6*(-parseInt(h(0x102))/0x7)+-parseInt(h(0xf9))/0x8*(-parseInt(h(0x100))/0x9)+parseInt(h(0xf3))/0xa*(parseInt(h(0xfc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xc7c31));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a63d;if(c){const e=c[i(0xf1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const j=a63d;return a63a[j(0x111)]()['search'](j(0xf5))[j(0x111)]()[j(0xf8)](a63a)[j(0xfb)]('(((.+)+)+)+$');});a63a();function a63c(){const s=['1332847RGfNwI','error','getScrollHeight','getInstance','render','type','options','screen','.maka','find','homedir','toString','filePath','The\x20logbox\x20','44932CWiRdd','write','[ERROR]\x20[','mkdirSync','content','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','appendFileSync','apply','setContent','39395210HxgDNh','ensureLogFileExists','(((.+)+)+)+$','existsSync','916720YTGHZk','constructor','796072wMAjIw','scrollTo','search','11hMbkYa','toISOString','side-quest.log','105NBHJFX','90iEQQcV','instance','315zmwbxi','2646348OwSXme','join','160956saxbsA'];a63c=function(){return s;};return a63c();}import a63e from'fs';import a63f from'os';import a63g from'path';function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0xef;let f=c[d];return f;},a63d(a,b);}const homeDir=a63f[a63k(0x110)]();export class Logger{static [a63k(0x101)];['filePath'];[a63k(0x10d)];constructor(a,b){const l=a63k;this[l(0x112)]=a,this['screen']=b,this[l(0xf4)]();}static[a63k(0x109)](a=a63g[a63k(0x104)](homeDir,a63k(0x10e),a63k(0xfe)),b){const m=a63k;if(!Logger[m(0x101)]){if(!b)throw new Error(m(0xef));Logger['instance']=new Logger(a,b);}return Logger[m(0x101)];}['ensureLogFileExists'](){const n=a63k,a=a63g['dirname'](this[n(0x112)]);!a63e['existsSync'](a)&&a63e[n(0x117)](a,{'recursive':!![]}),!a63e[n(0xf6)](this[n(0x112)])&&a63e['writeFileSync'](this[n(0x112)],'');}[a63k(0x115)](a){const o=a63k,b=new Date()['toISOString'](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a63e[o(0xf0)](this['filePath'],c);}[a63k(0x107)](a){const p=a63k,b=new Date()[p(0xfd)](),c=p(0x116)+b+']\x20'+a+'\x0a';a63e[p(0xf0)](this[p(0x112)],c);}['log'](a){const q=a63k,b=this[q(0x10d)]?.['children'][q(0x10f)](c=>c[q(0x10b)]==='box'&&c[q(0x10c)]['id']==='logBox');b?(b[q(0xf2)](b[q(0x118)]+'\x0a'+a),b[q(0xfa)](b[q(0x108)]()),this[q(0x10d)]?.[q(0x10a)]()):this[q(0x107)](q(0x113)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x10d)]),this[q(0x115)](a);}['hasScreen'](){const r=a63k;return!!this[r(0x10d)];}}
1
+ function a63c(){const s=['getInstance','write','The\x20logbox\x20','error','toISOString','29144643AHTXlR','getScrollHeight','30424rykugx','content','instance','1796734fQatLW','writeFileSync','ensureLogFileExists','render','find','scrollTo','.maka','logBox','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','search','(((.+)+)+)+$','3439950NcqQHp','children','80cpgasr','1DaxQcS','apply','side-quest.log','919827koMfYy','filePath','[ERROR]\x20[','join','2681wRrhNQ','5732644vCOCqh','5tUTdrM','type','5418bpLaGK','setContent','existsSync','screen','appendFileSync','mkdirSync','log','[INFO]\x20[','options'];a63c=function(){return s;};return a63c();}const a63k=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=-parseInt(h(0x1b9))/0x1*(-parseInt(h(0x1d7))/0x2)+-parseInt(h(0x1b6))/0x3+parseInt(h(0x1c1))/0x4+parseInt(h(0x1c2))/0x5*(-parseInt(h(0x1c4))/0x6)+-parseInt(h(0x1c0))/0x7*(-parseInt(h(0x1d4))/0x8)+-parseInt(h(0x1bc))/0x9*(-parseInt(h(0x1b8))/0xa)+-parseInt(h(0x1d2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xc56bb));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a63d;if(c){const e=c[i(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const j=a63d;return a63a['toString']()[j(0x1b4)](j(0x1b5))['toString']()['constructor'](a63a)[j(0x1b4)](j(0x1b5));});a63a();import a63e from'fs';import a63f from'os';import a63g from'path';function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a63d(a,b);}const homeDir=a63f['homedir']();export class Logger{static [a63k(0x1d6)];[a63k(0x1bd)];[a63k(0x1c7)];constructor(a,b){const l=a63k;this[l(0x1bd)]=a,this['screen']=b,this[l(0x1d9)]();}static[a63k(0x1cd)](a=a63g[a63k(0x1bf)](homeDir,a63k(0x1b1),a63k(0x1bb)),b){const m=a63k;if(!Logger['instance']){if(!b)throw new Error(m(0x1b3));Logger[m(0x1d6)]=new Logger(a,b);}return Logger[m(0x1d6)];}['ensureLogFileExists'](){const n=a63k,a=a63g['dirname'](this[n(0x1bd)]);!a63e[n(0x1c6)](a)&&a63e[n(0x1c9)](a,{'recursive':!![]}),!a63e[n(0x1c6)](this[n(0x1bd)])&&a63e[n(0x1d8)](this[n(0x1bd)],'');}[a63k(0x1ce)](a){const o=a63k,b=new Date()[o(0x1d1)](),c=o(0x1cb)+b+']\x20'+a+'\x0a';a63e[o(0x1c8)](this[o(0x1bd)],c);}[a63k(0x1d0)](a){const p=a63k,b=new Date()[p(0x1d1)](),c=p(0x1be)+b+']\x20'+a+'\x0a';a63e['appendFileSync'](this[p(0x1bd)],c);}[a63k(0x1ca)](a){const q=a63k,b=this[q(0x1c7)]?.[q(0x1b7)][q(0x1db)](c=>c[q(0x1c3)]==='box'&&c[q(0x1cc)]['id']===q(0x1b2));b?(b[q(0x1c5)](b[q(0x1d5)]+'\x0a'+a),b[q(0x1b0)](b[q(0x1d3)]()),this[q(0x1c7)]?.[q(0x1da)]()):this[q(0x1d0)](q(0x1cf)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this[q(0x1c7)]),this[q(0x1ce)](a);}['hasScreen'](){const r=a63k;return!!this[r(0x1c7)];}}
@@ -1 +1 @@
1
- const a64n=a64d;(function(a,b){const k=a64d,c=a();while(!![]){try{const d=-parseInt(k(0x136))/0x1+parseInt(k(0x13b))/0x2*(-parseInt(k(0x152))/0x3)+parseInt(k(0x151))/0x4*(-parseInt(k(0x153))/0x5)+-parseInt(k(0x132))/0x6+parseInt(k(0x131))/0x7+parseInt(k(0x139))/0x8+parseInt(k(0x141))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xe5630));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a64d;if(c){const e=c[l(0x133)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const m=a64d;return a64a[m(0x130)]()[m(0x14a)](m(0x14f))[m(0x130)]()['constructor'](a64a)[m(0x14a)](m(0x14f));});function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x130;let f=c[d];return f;},a64d(a,b);}a64a();import a64e from'path';import{spawn}from'child_process';import a64f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';function a64c(){const q=['inherit','url','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','side-quest.log','getGlobalMakaDir','24727869knXhgb','sideQuestAnswer','dungeon','Thanks\x20for\x20playing!','stringify','exit','maka\x20play:side-quest','Commoner','player','search','create','log','join','node','(((.+)+)+)+$','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...','4179692pBzcOk','25602MyqgbV','5aMtFhj','toString','1029448FQucRy','6795990AJUEGf','apply','resolve','Play\x20a\x20little\x20side-quest','127057JrjQqm','ask','side-quest','5118112EzKyMV','list','68LnpzfJ'];a64c=function(){return q;};return a64c();}import{dirname}from'path';const __filename=fileURLToPath(import.meta[a64n(0x13d)]),__dirname=dirname(__filename);Command[a64n(0x14b)]({'name':a64n(0x138),'usage':a64n(0x147),'shortDesc':a64n(0x135),'aliases':['sq'],'description':a64n(0x150),'validOpts':[a64n(0x149)]},async function(a,b){const o=a64n;try{const c=this['fsi'][o(0x140)](),d=a64e[o(0x14d)](c,o(0x13f)),e=b[o(0x149)]?b['player']:await Actions[o(0x137)]('What\x20is\x20your\x20name?')||o(0x148),f={...b,'logFilePath':d},g={'type':o(0x13a),'name':o(0x142),'message':o(0x13e),'choices':[{'name':o(0x143),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn(o(0x14e),[a64e[o(0x134)](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x145)](h),JSON[o(0x145)](f)],{'stdio':o(0x13c)});i['on'](o(0x146),()=>{const p=o;console['log'](p(0x144));});}}catch(j){console[o(0x14c)](j);}},a64f);
1
+ function a64c(){const p=['629999iaOSau','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','resolve','Play\x20a\x20little\x20side-quest','search','sideQuestAnswer','9tFEhTw','97515VPawGv','side-quest','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','5603240GWzNux','12TcjbVs','list','908742pejNYI','50bhazyZ','dungeon','2930438jBVtcv','(((.+)+)+)+$','side-quest.log','inherit','Commoner','log','shadowrun','node','options','constructor','exit','fsi','create','getGlobalMakaDir','2FCtTEX','ask','player','850804VGphQT','484630bOxcpo'];a64c=function(){return p;};return a64c();}const a64m=a64d;(function(a,b){const k=a64d,c=a();while(!![]){try{const d=-parseInt(k(0x9e))/0x1*(parseInt(k(0x99))/0x2)+-parseInt(k(0xab))/0x3+parseInt(k(0x9c))/0x4+-parseInt(k(0x9d))/0x5+parseInt(k(0xa9))/0x6*(parseInt(k(0xae))/0x7)+-parseInt(k(0xa8))/0x8*(-parseInt(k(0xa4))/0x9)+-parseInt(k(0xac))/0xa*(parseInt(k(0xa5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xa5172));const a64b=(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;};}()),a64a=a64b(this,function(){const l=a64d;return a64a['toString']()['search'](l(0xaf))['toString']()[l(0x94)](a64a)[l(0xa2)](l(0xaf));});a64a();import a64e from'path';import{spawn}from'child_process';import a64f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x8e;let f=c[d];return f;},a64d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a64m(0x97)]({'name':a64m(0xa6),'usage':'maka\x20play:side-quest','shortDesc':a64m(0xa1),'aliases':['sq'],'description':a64m(0xa7),'validOpts':[a64m(0x9b)]},async function(a,b){const n=a64m;try{const c=this[n(0x96)][n(0x98)](),d=a64e['join'](c,n(0xb0)),e=b['player']?b[n(0x9b)]:await Actions[n(0x9a)]('What\x20is\x20your\x20name?')||n(0x8f),f={...b,'logFilePath':d},g={'type':n(0xaa),'name':n(0xa3),'message':n(0x9f),'choices':[{'name':n(0xad),'value':dungeonConfig},{'name':n(0x91),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[n(0x93)](g);if(e&&h){const i=spawn(n(0x92),[a64e[n(0xa0)](__dirname,'./sideQuest/ui.js'),e,JSON['stringify'](h),JSON['stringify'](f)],{'stdio':n(0x8e)});i['on'](n(0x95),()=>{const o=n;console[o(0x90)]('Thanks\x20for\x20playing!');});}}catch(j){console['log'](j);}},a64f);
@@ -1 +1 @@
1
- function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x169;var f=c[d];return f;},a65d(a,b);}var a65i=a65d;(function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x16c))/0x1+-parseInt(f(0x177))/0x2+parseInt(f(0x17b))/0x3*(parseInt(f(0x176))/0x4)+parseInt(f(0x170))/0x5+-parseInt(f(0x16f))/0x6*(parseInt(f(0x16d))/0x7)+parseInt(f(0x171))/0x8*(parseInt(f(0x16a))/0x9)+parseInt(f(0x17a))/0xa*(-parseInt(f(0x179))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x6dff0));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x173)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a['toString']()['search']('(((.+)+)+)+$')[h(0x172)]()['constructor'](a65a)[h(0x178)](h(0x16e));});a65a();import a65e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a65i(0x175)]({'name':a65i(0x169),'usage':a65i(0x174),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a65i;execSync(j(0x16b),{'stdio':'inherit'});},a65e);function a65c(){var k=['363330SbWffu','3567221ZOmzvC','(((.+)+)+)+$','6pdyxgP','4207885KDysOR','24VStwqt','toString','apply','maka\x20game:snake','create','3318092lXebSL','349318XRwOTp','search','7279921ELueng','10MfOtmK','3iczKAs','snake','1466541ryhaVi','npx\x20command-line-snake'];a65c=function(){return k;};return a65c();}
1
+ var a65i=a65d;function a65c(){var k=['1504220MACogX','search','4CpOxjU','765592uwilnV','2675001zyRGOF','488eEDLWu','constructor','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','22HAxxLO','181783PdCflt','snake','18085rNoxle','npx\x20command-line-snake','(((.+)+)+)+$','create','apply','14962581OjjldG','2118KdMHPO','inherit','1202254rcowhi','maka\x20game:snake','toString'];a65c=function(){return k;};return a65c();}function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x64;var f=c[d];return f;},a65d(a,b);}(function(a,b){var f=a65d,c=a();while(!![]){try{var d=-parseInt(f(0x6b))/0x1+-parseInt(f(0x71))/0x2+-parseInt(f(0x72))/0x3*(-parseInt(f(0x70))/0x4)+parseInt(f(0x79))/0x5*(parseInt(f(0x69))/0x6)+parseInt(f(0x77))/0x7*(-parseInt(f(0x73))/0x8)+parseInt(f(0x68))/0x9+-parseInt(f(0x6e))/0xa*(-parseInt(f(0x76))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xeb066));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x67)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x6d)]()[h(0x6f)](h(0x65))['toString']()[h(0x74)](a65a)[h(0x6f)](h(0x65));});a65a();import a65e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a65i(0x66)]({'name':a65i(0x78),'usage':a65i(0x6c),'shortDesc':a65i(0x75),'validOpts':[]},async function(){var j=a65i;execSync(j(0x64),{'stdio':j(0x6a)});},a65e);
@@ -1 +1 @@
1
- function a66c(){var k=['create','4IHaRFi','maka\x20game:tetris','1249369EoypHG','(((.+)+)+)+$','toString','constructor','840309IoYTIk','7OZixOo','599294ITlKQn','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','36WpIOVO','search','173742XCEtdx','122067ZcLsDR','20faarZi','npx\x20simple-tetris','12NyOPhc','877440oAiXhl','inherit','apply','2508776vmRQcf'];a66c=function(){return k;};return a66c();}var a66i=a66d;function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0x1ad;var f=c[d];return f;},a66d(a,b);}(function(a,b){var f=a66d,c=a();while(!![]){try{var d=-parseInt(f(0x1af))/0x1+parseInt(f(0x1c1))/0x2+-parseInt(f(0x1bf))/0x3*(parseInt(f(0x1b9))/0x4)+parseInt(f(0x1b4))/0x5*(-parseInt(f(0x1b3))/0x6)+-parseInt(f(0x1c0))/0x7*(-parseInt(f(0x1b7))/0x8)+-parseInt(f(0x1b0))/0x9*(-parseInt(f(0x1b1))/0xa)+-parseInt(f(0x1bb))/0xb*(-parseInt(f(0x1ad))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x2b09e));var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a['toString']()[h(0x1ae)](h(0x1bc))[h(0x1bd)]()[h(0x1be)](a66a)[h(0x1ae)]('(((.+)+)+)+$');});a66a();import a66e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a66i(0x1b8)]({'name':'tetris','usage':a66i(0x1ba),'shortDesc':a66i(0x1c2),'validOpts':[]},async function(){var j=a66i;execSync(j(0x1b2),{'stdio':j(0x1b5)});},a66e);
1
+ function a66c(){var k=['32vPfaAM','maka\x20game:tetris','search','apply','constructor','20066673QhWzoL','toString','3045162lSlymF','inherit','(((.+)+)+)+$','create','55528dbPAnJ','241206kuroEr','592564cwmKoB','9KcRUNG','20elUINy','1325752wItcVT','npx\x20simple-tetris','6565190NmpfFE','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','28OqChYN'];a66c=function(){return k;};return a66c();}var a66i=a66d;(function(a,b){var f=a66d,c=a();while(!![]){try{var d=-parseInt(f(0xcf))/0x1*(-parseInt(f(0xdb))/0x2)+-parseInt(f(0xdc))/0x3+parseInt(f(0xe0))/0x4*(-parseInt(f(0xdf))/0x5)+parseInt(f(0xd7))/0x6+-parseInt(f(0xdd))/0x7*(parseInt(f(0xd0))/0x8)+parseInt(f(0xde))/0x9*(-parseInt(f(0xcd))/0xa)+parseInt(f(0xd5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xacd29));var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0xd3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a[h(0xd6)]()['search']('(((.+)+)+)+$')[h(0xd6)]()[h(0xd4)](a66a)[h(0xd2)](h(0xd9));});function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0xcc;var f=c[d];return f;},a66d(a,b);}a66a();import a66e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a66i(0xda)]({'name':'tetris','usage':a66i(0xd1),'shortDesc':a66i(0xce),'validOpts':[]},async function(){var j=a66i;execSync(j(0xcc),{'stdio':j(0xd8)});},a66e);
@@ -1 +1 @@
1
- const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x158))/0x1*(parseInt(f(0x14a))/0x2)+-parseInt(f(0x161))/0x3*(parseInt(f(0x159))/0x4)+parseInt(f(0x154))/0x5*(parseInt(f(0x162))/0x6)+-parseInt(f(0x15d))/0x7+parseInt(f(0x14c))/0x8+parseInt(f(0x15f))/0x9+-parseInt(f(0x153))/0xa*(-parseInt(f(0x151))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x75ca6));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0x15a)]()[h(0x14d)](h(0x152))['toString']()[h(0x14e)](a67a)[h(0x14d)](h(0x152));});a67a();function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x149;let f=c[d];return f;},a67d(a,b);}import{Command}from'../command.js';import a67e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a67i(0x15e)]({'name':a67i(0x157),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a67i(0x14f),'description':a67i(0x156),'examples':[a67i(0x150),a67i(0x160),a67i(0x155),'maka\x20g:package\x20package:name',a67i(0x14b),'maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a67i;try{const c=a[0x0];c?(a[j(0x15c)](0x0,0x1),await a67e[j(0x15b)](c,a,b)):a67e['invoke'](a,b);}catch(d){Log['error'](d),process['exit'](0x1);}});function a67c(){const k=['Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20generate:scaffold\x20todos','2387sGMESU','(((.+)+)+)+$','64020RxbeTw','5tuWgsY','maka\x20g:template\x20todos/todo_item','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','generate','72949ArJCMe','4ghVKQH','toString','processAndRunGenerator','splice','5264385DxSPLE','create','1685196utYeIE','maka\x20g:scaffold\x20todos','2183226YevGyz','2563434bgFnSx','apply','6USkQxi','maka\x20g:route\x20todos/edit','1419176pCsgTM','search','constructor'];a67c=function(){return k;};return a67c();}
1
+ function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x19a;let f=c[d];return f;},a67d(a,b);}const a67i=a67d;(function(a,b){const f=a67d,c=a();while(!![]){try{const d=-parseInt(f(0x1a1))/0x1*(parseInt(f(0x1a0))/0x2)+-parseInt(f(0x1b9))/0x3*(-parseInt(f(0x1ac))/0x4)+parseInt(f(0x1b1))/0x5+-parseInt(f(0x1ab))/0x6+-parseInt(f(0x1ba))/0x7*(parseInt(f(0x1b2))/0x8)+parseInt(f(0x19d))/0x9*(-parseInt(f(0x1b8))/0xa)+parseInt(f(0x1a7))/0xb*(parseInt(f(0x19c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x94660));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0x1a6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a['toString']()['search']('(((.+)+)+)+$')[h(0x1a2)]()[h(0x1b4)](a67a)[h(0x1a4)](h(0x1a9));});a67a();function a67c(){const k=['maka\x20g:dbc\x20geoserver\x20--type=pgsql','maka\x20g:route\x20todos/edit','26iYNwYo','75191iIAGrE','toString','exit','search','maka\x20{generate,\x20g}:<generator>\x20<name>','apply','11bWbQiC','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','(((.+)+)+)+$','error','2640102JeoDvG','69972LNymlO','splice','maka\x20g:template\x20todos/todo_item','maka\x20g:api\x20trucks','generate','5088515oTZKUH','24WZHRoT','maka\x20g:scaffold\x20todos','constructor','maka\x20generate:scaffold\x20todos','maka\x20g:package\x20package:name','create','10HSSJxO','39kmEjao','2381757lXtUSL','Scaffold\x20various\x20parts\x20of\x20your\x20application','invoke','22283700PeDJII','503946vfvYhj'];a67c=function(){return k;};return a67c();}import{Command}from'../command.js';import a67e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a67i(0x1b7)]({'name':a67i(0x1b0),'aliases':['g'],'usage':a67i(0x1a5),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a67i(0x19a),'description':a67i(0x1a8),'examples':[a67i(0x1b5),a67i(0x1b3),a67i(0x1ae),a67i(0x1b6),a67i(0x19f),a67i(0x1af),a67i(0x19e)]},async function(a,b){const j=a67i;try{const c=a[0x0];c?(a[j(0x1ad)](0x0,0x1),await a67e['processAndRunGenerator'](c,a,b)):a67e[j(0x19b)](a,b);}catch(d){Log[j(0x1aa)](d),process[j(0x1a3)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x157))/0x1*(parseInt(f(0x14d))/0x2)+parseInt(f(0x158))/0x3*(parseInt(f(0x154))/0x4)+parseInt(f(0x14e))/0x5*(parseInt(f(0x156))/0x6)+parseInt(f(0x15a))/0x7*(parseInt(f(0x14f))/0x8)+-parseInt(f(0x153))/0x9+-parseInt(f(0x155))/0xa*(-parseInt(f(0x14c))/0xb)+-parseInt(f(0x152))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xab60c));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()[h(0x14b)]('(((.+)+)+)+$')[h(0x159)]()[h(0x150)](a68a)[h(0x14b)]('(((.+)+)+)+$');});function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x14b;var f=c[d];return f;},a68d(a,b);}a68a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a68c(){var i=['19453500MpkYaT','3355695AeqmUM','4fTFyCc','205790vFEHVI','102IttIvX','1578pwCAVb','532374siNpVI','toString','705803thWIjD','search','693hWbfWE','1194hgLAVi','250970TxXhqf','104ZHWySP','constructor','apply'];a68c=function(){return i;};return a68c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x192))/0x1*(parseInt(f(0x1a1))/0x2)+-parseInt(f(0x19d))/0x3*(-parseInt(f(0x196))/0x4)+parseInt(f(0x19c))/0x5*(parseInt(f(0x191))/0x6)+parseInt(f(0x197))/0x7*(-parseInt(f(0x199))/0x8)+parseInt(f(0x19a))/0x9+-parseInt(f(0x19e))/0xa*(-parseInt(f(0x19f))/0xb)+-parseInt(f(0x195))/0xc*(parseInt(f(0x193))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x1ca9e));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x194)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x19b)]()[h(0x1a0)]('(((.+)+)+)+$')['toString']()[h(0x190)](a68a)[h(0x1a0)](h(0x198));});a68a();import'./get.command.js';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x190;var f=c[d];return f;},a68d(a,b);}import'./global.sub.cmd.js';function a68c(){var i=['13WjkJGG','apply','7333704zFFrsk','80OLKzic','144249leNatY','(((.+)+)+)+$','24hiHezF','1617777RHsvii','toString','44455FiKwtZ','34761vrrHii','50090tvCivC','11BTSUjU','search','2iYYhRp','constructor','96wspFLU','231611UyTXfm'];a68c=function(){return i;};return a68c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a69h=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=parseInt(f(0xce))/0x1*(-parseInt(f(0xd4))/0x2)+-parseInt(f(0xd7))/0x3*(-parseInt(f(0xcb))/0x4)+-parseInt(f(0xd5))/0x5+-parseInt(f(0xc7))/0x6*(-parseInt(f(0xdc))/0x7)+-parseInt(f(0xca))/0x8*(-parseInt(f(0xd1))/0x9)+-parseInt(f(0xd6))/0xa*(-parseInt(f(0xd3))/0xb)+parseInt(f(0xcc))/0xc*(-parseInt(f(0xdd))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x4fbf0));function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xc7;let f=c[d];return f;},a69d(a,b);}const a69b=(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;};}()),a69a=a69b(this,function(){const g=a69d;return a69a['toString']()['search'](g(0xc9))[g(0xcf)]()[g(0xd2)](a69a)[g(0xda)]('(((.+)+)+)+$');});a69a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a69h(0xcd)]({'name':'get','usage':a69h(0xd0),'shortDesc':a69h(0xc8),'validOpts':[]},async function(a,b){const i=a69h,c=a[0x0],d=this[i(0xd8)](c);if(d)this['runSubCommand'](c,a,b);else{Log[i(0xd9)](i(0xdb));throw new UsageErrorWithSubs();}});export default GetCommand;function a69c(){const j=['Sub-Command\x20not\x20found','49WBXFLy','910897NUsbqV','443934MUsLem','Get\x20various\x20Maka\x20variables\x20and\x20configurations','(((.+)+)+)+$','160VjuElv','1232312avzQdD','48LqRrug','create','12418HaDwic','toString','maka\x20get:<sub-command>','12213RnvAdz','constructor','48147kUxrtL','48GdrFUE','69240szoexC','150NkqiXy','3rbbauw','findSubCommand','error','search'];a69c=function(){return j;};return a69c();}
1
+ const a69i=a69d;(function(a,b){const f=a69d,c=a();while(!![]){try{const d=parseInt(f(0x113))/0x1*(parseInt(f(0x10b))/0x2)+parseInt(f(0x106))/0x3+-parseInt(f(0x110))/0x4+parseInt(f(0x10a))/0x5+parseInt(f(0xff))/0x6*(parseInt(f(0x10d))/0x7)+parseInt(f(0x105))/0x8+-parseInt(f(0x102))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x875df));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a69d;if(c){const e=c[g(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const h=a69d;return a69a['toString']()[h(0x101)](h(0x108))[h(0x107)]()[h(0x10c)](a69a)[h(0x101)]('(((.+)+)+)+$');});function a69c(){const k=['181014Zayyeb','error','search','22521438nXouuU','Get\x20various\x20Maka\x20variables\x20and\x20configurations','runSubCommand','3375368AHKcYn','2371620KcGpRr','toString','(((.+)+)+)+$','apply','5024755cweMcA','232546jVMtiw','constructor','56sMqQIm','maka\x20get:<sub-command>','findSubCommand','1793504dagKnE','Sub-Command\x20not\x20found','get','9yeYTGZ','create'];a69c=function(){return k;};return a69c();}a69a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xfe;let f=c[d];return f;},a69d(a,b);}const GetCommand=Command[a69i(0xfe)]({'name':a69i(0x112),'usage':a69i(0x10e),'shortDesc':a69i(0x103),'validOpts':[]},async function(a,b){const j=a69i,c=a[0x0],d=this[j(0x10f)](c);if(d)this[j(0x104)](c,a,b);else{Log[j(0x100)](j(0x111));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x9a))/0x1+parseInt(f(0x94))/0x2+-parseInt(f(0x92))/0x3+parseInt(f(0x95))/0x4+parseInt(f(0x97))/0x5+-parseInt(f(0x9b))/0x6*(parseInt(f(0x98))/0x7)+parseInt(f(0x9f))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x5e47b));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()['search'](h(0x9e))[h(0x9c)]()['constructor'](a70a)[h(0x99)]('(((.+)+)+)+$');});function a70c(){const k=['exit','global-config','fsi','1511235nllkvp','maka\x20get:global-config','991676iJWMOJ','162464YmOAzx','error','360795csFnuo','1932DzxoGa','search','517566huooGW','7614cONKnb','toString','apply','(((.+)+)+)+$','9192904dVMpwV','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file'];a70c=function(){return k;};return a70c();}a70a();import a70e from'./get.command.js';import{Command}from'../../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x8f;let f=c[d];return f;},a70d(a,b);}Command['create']({'name':a70i(0x90),'usage':a70i(0x93),'aliases':['gc'],'shortDesc':a70i(0xa0),'validOpts':[]},async function(){const j=a70i;try{const a=await this[j(0x91)]['getGlobalConfig']();console['log'](a),process[j(0x8f)](0x0);}catch(b){console[j(0x96)](b),process[j(0x8f)](0x0);}},a70e);
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0xa5))/0x1+parseInt(f(0xa1))/0x2+-parseInt(f(0x9c))/0x3*(-parseInt(f(0xa7))/0x4)+-parseInt(f(0x98))/0x5*(parseInt(f(0x9f))/0x6)+parseInt(f(0x9a))/0x7*(parseInt(f(0xa2))/0x8)+-parseInt(f(0xa4))/0x9*(-parseInt(f(0x9e))/0xa)+-parseInt(f(0x99))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x3bc3f));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0xa6)]()[h(0xa9)](h(0x97))['toString']()['constructor'](a70a)[h(0xa9)](h(0x97));});a70a();import a70e from'./get.command.js';import{Command}from'../../command.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x96;let f=c[d];return f;},a70d(a,b);}Command[a70i(0xa8)]({'name':'global-config','usage':a70i(0xaa),'aliases':['gc'],'shortDesc':a70i(0x96),'validOpts':[]},async function(){const j=a70i;try{const a=await this['fsi'][j(0xa3)]();console[j(0x9b)](a),process['exit'](0x0);}catch(b){console[j(0xa0)](b),process['exit'](0x0);}},a70e);function a70c(){const k=['create','search','maka\x20get:global-config','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','(((.+)+)+)+$','1964085snMkLA','3796914buHNUE','45052ifoNEc','log','12BpryNw','apply','870fxGWVH','6eXJXCJ','error','771384FLiugp','536gAhxsW','getGlobalConfig','10809dgXMdf','57615vzaQnt','toString','3784YEKWjc'];a70c=function(){return k;};return a70c();}
@@ -1 +1 @@
1
- const a71i=a71d;function a71c(){const k=['maka\x20get:local-config','search','249641dQAMUw','12qbSJfN','apply','2292TzBlly','create','9TZMbSG','local-config','1073148tfGoLr','constructor','toString','1741565zgdeBp','(((.+)+)+)+$','fsi','1302880asmcTS','5276vYvsMn','8UqccKU','1297494JuTNMW','144QRmgMh','getMakaProjectConfig','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','log','895TImuCN'];a71c=function(){return k;};return a71c();}(function(a,b){const f=a71d,c=a();while(!![]){try{const d=parseInt(f(0xc8))/0x1+parseInt(f(0xbe))/0x2*(-parseInt(f(0xc1))/0x3)+parseInt(f(0xcb))/0x4*(-parseInt(f(0xc5))/0x5)+parseInt(f(0xb7))/0x6+parseInt(f(0xba))/0x7*(parseInt(f(0xbf))/0x8)+-parseInt(f(0xb5))/0x9*(parseInt(f(0xbd))/0xa)+parseInt(f(0xc0))/0xb*(-parseInt(f(0xc9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x30cb5));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a71d;if(c){const e=c[g(0xca)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const h=a71d;return a71a[h(0xb9)]()[h(0xc7)](h(0xbb))[h(0xb9)]()[h(0xb8)](a71a)[h(0xc7)](h(0xbb));});a71a();function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xb5;let f=c[d];return f;},a71d(a,b);}import a71e from'./get.command.js';import{Command}from'../../command.js';Command[a71i(0xcc)]({'name':a71i(0xb6),'usage':a71i(0xc6),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a71i(0xc3),'validOpts':[]},async function(){const j=a71i,a=await this[j(0xbc)][j(0xc2)]();console[j(0xc4)](a);},a71e);
1
+ const a71i=a71d;(function(a,b){const f=a71d,c=a();while(!![]){try{const d=-parseInt(f(0x1b4))/0x1+-parseInt(f(0x1b3))/0x2+-parseInt(f(0x1b7))/0x3+-parseInt(f(0x1a9))/0x4*(-parseInt(f(0x1b9))/0x5)+parseInt(f(0x1ac))/0x6+-parseInt(f(0x1b6))/0x7+parseInt(f(0x1b1))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x1d80f));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a71d;if(c){const e=c[g(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const h=a71d;return a71a[h(0x1ad)]()[h(0x1ae)](h(0x1af))['toString']()[h(0x1ab)](a71a)[h(0x1ae)](h(0x1af));});a71a();import a71e from'./get.command.js';import{Command}from'../../command.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1a8;let f=c[d];return f;},a71d(a,b);}function a71c(){const k=['73195PqMONE','fsi','24JuDahE','apply','constructor','575700rLrYmH','toString','search','(((.+)+)+)+$','log','2336960PbirpE','getMakaProjectConfig','60074UXfFVS','109187zcAEZF','create','1160831fpXfAI','150000cItyIy','local-config'];a71c=function(){return k;};return a71c();}Command[a71i(0x1b5)]({'name':a71i(0x1b8),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[]},async function(){const j=a71i,a=await this[j(0x1a8)][j(0x1b2)]();console[j(0x1b0)](a);},a71e);
@@ -1 +1 @@
1
- const a72j=a72d;(function(a,b){const g=a72d,c=a();while(!![]){try{const d=-parseInt(g(0x188))/0x1*(parseInt(g(0x199))/0x2)+-parseInt(g(0x18c))/0x3+-parseInt(g(0x181))/0x4*(-parseInt(g(0x18e))/0x5)+-parseInt(g(0x180))/0x6*(parseInt(g(0x17c))/0x7)+-parseInt(g(0x190))/0x8*(parseInt(g(0x194))/0x9)+-parseInt(g(0x198))/0xa*(-parseInt(g(0x186))/0xb)+parseInt(g(0x189))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xb46c2));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x17a;let f=c[d];return f;},a72d(a,b);}const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a72d;if(c){const e=c[h(0x18d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const i=a72d;return a72a[i(0x191)]()[i(0x183)](i(0x17d))[i(0x191)]()[i(0x18a)](a72a)[i(0x183)](i(0x17d));});a72a();import a72e from'./get.command.js';function a72c(){const l=['(((.+)+)+)+$','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','join','974658HuEzaV','44aBvpmv','decode','search','notice','error','22ZpbvUm','userId','319199WIXEgL','35722212VbhXTh','constructor','user','1449720eQZpcq','apply','24445TwFzEy','hash','8djuQgi','toString','create','token','10737297XPEVlu','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','fsi','143690wPxaGL','2OPPabW','User\x20Access\x20Token:\x20\x20','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','authToken','14bMpWNN'];a72c=function(){return l;};return a72c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';Command[a72j(0x192)]({'name':'whoami','usage':'maka\x20get:whoami','shortDesc':a72j(0x195),'validOpts':[]},async function(){const k=a72j;try{const a=await this[k(0x197)]['getGlobalConfig']();if(a[k(0x18f)]){const b=a72f[k(0x182)](a[k(0x18f)]);Log[k(0x184)](k(0x17a)+b?.[k(0x18b)]),Log[k(0x184)](k(0x196)+a[k(0x193)]?.[k(0x187)]),Log[k(0x184)](k(0x19a)+a[k(0x193)]?.[k(0x17b)]),Log['notice'](k(0x17e)+b?.['roles'][k(0x17f)](',\x20'));}}catch(c){console[k(0x185)](c),process['exit'](0x0);}},a72e);
1
+ const a72j=a72d;(function(a,b){const g=a72d,c=a();while(!![]){try{const d=-parseInt(g(0x15b))/0x1*(-parseInt(g(0x172))/0x2)+-parseInt(g(0x16f))/0x3*(parseInt(g(0x164))/0x4)+-parseInt(g(0x174))/0x5*(-parseInt(g(0x170))/0x6)+parseInt(g(0x167))/0x7*(parseInt(g(0x16b))/0x8)+-parseInt(g(0x15d))/0x9+-parseInt(g(0x169))/0xa+parseInt(g(0x16e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x3e0b0));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a72d;if(c){const e=c[h(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const i=a72d;return a72a[i(0x171)]()[i(0x177)]('(((.+)+)+)+$')[i(0x171)]()[i(0x161)](a72a)[i(0x177)](i(0x15a));});a72a();import a72e from'./get.command.js';import{Command}from'../../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x15a;let f=c[d];return f;},a72d(a,b);}function a72c(){const l=['59085ohJNRh','roles','fsi','search','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','(((.+)+)+)+$','3574RXQwNt','error','796635ZNhhqU','token','notice','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','constructor','apply','hash','100HkCVnb','maka\x20get:whoami','join','35lHYYmT','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','2470700KQAhpH','create','232072SvVUDS','exit','decode','1706364YmrzUK','26121vmCQDn','18lPWhgm','toString','264dXKSkz','whoami'];a72c=function(){return l;};return a72c();}import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';Command[a72j(0x16a)]({'name':a72j(0x173),'usage':a72j(0x165),'shortDesc':a72j(0x178),'validOpts':[]},async function(){const k=a72j;try{const a=await this[k(0x176)]['getGlobalConfig']();if(a[k(0x163)]){const b=a72f[k(0x16d)](a['hash']);Log[k(0x15f)](k(0x160)+b?.['user']),Log['notice'](k(0x168)+a[k(0x15e)]?.['userId']),Log[k(0x15f)]('User\x20Access\x20Token:\x20\x20'+a[k(0x15e)]?.['authToken']),Log[k(0x15f)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x175)][k(0x166)](',\x20'));}}catch(c){console[k(0x15c)](c),process[k(0x16c)](0x0);}},a72e);
@@ -1 +1 @@
1
- function a73c(){var j=['170270hoesqS','Deprecated:\x20use\x20--help\x20instead','147pIHKZl','206122ZoJNVO','6380730xqYmhA','Try,\x20maka\x20--help','11472vrQDez','1544640qZYkIb','create','(((.+)+)+)+$','42Spxqnn','10GGIABC','help','56xNqxMi','toString','apply','search','constructor','144392IZzdGf','1478587EQNdyI'];a73c=function(){return j;};return a73c();}var a73i=a73d;(function(a,b){var f=a73d,c=a();while(!![]){try{var d=parseInt(f(0x15c))/0x1+-parseInt(f(0x150))/0x2*(parseInt(f(0x14c))/0x3)+-parseInt(f(0x157))/0x4*(parseInt(f(0x15e))/0x5)+parseInt(f(0x154))/0x6*(parseInt(f(0x14d))/0x7)+parseInt(f(0x151))/0x8+parseInt(f(0x14e))/0x9+parseInt(f(0x155))/0xa*(-parseInt(f(0x15d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x57f87));var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0x159)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a['toString']()[h(0x15a)](h(0x153))[h(0x158)]()[h(0x15b)](a73a)[h(0x15a)]('(((.+)+)+)+$');});a73a();function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x14b;var f=c[d];return f;},a73d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a73i(0x152)]({'name':a73i(0x156),'description':a73i(0x14f),'aliases':['h'],'validOpts':[],'shortDesc':a73i(0x14b)},async function(){throw new UsageError();});
1
+ var a73h=a73d;(function(a,b){var f=a73d,c=a();while(!![]){try{var d=-parseInt(f(0x151))/0x1+parseInt(f(0x149))/0x2+-parseInt(f(0x142))/0x3*(-parseInt(f(0x14a))/0x4)+-parseInt(f(0x146))/0x5*(-parseInt(f(0x14d))/0x6)+-parseInt(f(0x150))/0x7*(-parseInt(f(0x14b))/0x8)+parseInt(f(0x14c))/0x9+parseInt(f(0x148))/0xa*(parseInt(f(0x14f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x4695a));var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var g=a73d;return a73a[g(0x14e)]()[g(0x147)](g(0x145))[g(0x14e)]()['constructor'](a73a)['search'](g(0x145));});function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x142;var f=c[d];return f;},a73d(a,b);}a73a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a73h(0x143)]({'name':'help','description':a73h(0x144),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});function a73c(){var i=['2259323qEtZnk','644wEFCrM','476961iUNzWj','74013jASKpJ','create','Try,\x20maka\x20--help','(((.+)+)+)+$','5hWNVbF','search','10oMLMuQ','76418YXNvvH','8ZyUwbf','11328qRhHFS','1133883lOkODo','1301232wXLcrc','toString'];a73c=function(){return i;};return a73c();}
@@ -1 +1 @@
1
- const a74y=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=-parseInt(v(0x204))/0x1+parseInt(v(0x218))/0x2+-parseInt(v(0x217))/0x3+parseInt(v(0x1f7))/0x4+-parseInt(v(0x21e))/0x5*(-parseInt(v(0x201))/0x6)+parseInt(v(0x1da))/0x7*(-parseInt(v(0x214))/0x8)+-parseInt(v(0x1db))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x8dcf7));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a74d;if(c){const e=c[w(0x207)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a['toString']()[x(0x215)]('(((.+)+)+)+$')[x(0x1e1)]()[x(0x1d2)](a74a)[x(0x215)](x(0x1e0));});a74a();import a74e from'os';import a74f from'path';import a74g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a74e[a74y(0x1eb)]();function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a74d(a,b);}function a74c(){const C=['exit','packages','cacert','Aborting\x20install','maka\x20install\x20meteor\x20--force','\x20installed.\x0a','replace','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','24jwjetF','search','data','115761veteBz','530860NvptnY','meteor','Path\x20already\x20set\x20in\x20','Preparing\x20to\x20install\x20Meteor\x20','isFile','force','1815235SNeoXD','maka\x20install\x20meteor','export\x20PATH=','/.bash_profile','injectAtEndOfFile','RELEASE=','withSpinner','.meteor','cert','win32','windows','existsSync','constructor','confirm','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','success','maka\x20install','Path\x20already\x20set\x20in\x20/etc/profile','notice','maka\x20i','1236865fBFNDX','4247469mTXVjE','platform','SHELL','install','package-metadata','(((.+)+)+)+$','toString','keepInstallFile','Using\x20CA\x20Cert\x20','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','info','includes','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','error','getuid','https://install.meteor.com','homedir','checkAvailability','version','/.zshrc','maka\x20install\x20meteor\x20--version\x202.13.3','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','meteor.tar.gz','-rf','/.bashrc','Meteor\x20version\x20','fileContainsString','\x20is\x20not\x20available.','4184192DkJyZx','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','fsi','length','Error\x20extracting\x20meteor.tar.gz\x20file','getGlobalConfig','NO_NODE_WARNINGS','\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','string','arm64','6fwbeDR','arch','zsh','53057AcWteV','setPath','warn','apply','/etc/profile','Network\x20error,\x20please\x20try\x20again.','join','env'];a74c=function(){return C;};return a74c();}function isRoot(){const z=a74y;return process[z(0x1e9)]&&process[z(0x1e9)]()===0x0;}Command['create']({'name':a74y(0x1de),'aliases':['i'],'validOpts':[a74y(0x21d),a74y(0x1ed),a74y(0x20e),a74y(0x205),'keepInstallFile'],'usage':a74y(0x1d6),'shortDesc':a74y(0x1f8),'description':a74y(0x1fe),'examples':[a74y(0x21f),a74y(0x210),a74y(0x1ef),a74y(0x1d9)]},async function(a,b){const A=a74y;try{let c='';if(b[A(0x20e)]){if(this['fsi']['isFile'](b[A(0x20e)]))Log[A(0x1d8)](A(0x1e3)+b['cacert']),c=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+c;}const d=await this['fsi'][A(0x1fc)]();if(d[A(0x1ce)]){if(this['fsi'][A(0x21c)](d[A(0x1ce)]))c=d['cert'];else throw A(0x213)+c;}let f=![];if(b['f']||b[A(0x21d)])f=!![];else{const p=isRoot();p?(Log[A(0x206)](A(0x1d4)),f=await Actions[A(0x1d3)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw'Aborted';const g=process[A(0x1dc)]===A(0x1cf),h=await HTTPS['get']({'url':A(0x1ea),'cert':c}),i=await this[A(0x1f9)]['grep'](h[A(0x216)],A(0x223));if(i[A(0x1fa)]===0x0)throw A(0x209);process[A(0x20b)][A(0x1fd)]='1',Log['notice'](A(0x21b)+i[0x0]['replace'](/[^0-9.]/gi,'')[A(0x212)](/\r?\n|\r/,''));let j=i[0x0]['replace'](/[^0-9.]/gi,'')[A(0x212)](/\r?\n|\r/,'');(typeof b['v']===A(0x1ff)||typeof b[A(0x1ed)]===A(0x1ff))&&(j=b['v']||b[A(0x1ed)]);const k={'win32':A(0x1d0),'darwin':'osx','linux':'linux'},l='https://packages.meteor.com/bootstrap-link?arch=os.'+k[a74e[A(0x1dc)]()]+'.'+(a74e[A(0x202)]()===A(0x200)?A(0x200):'x86_64')+'&release='+j,m=await HTTPS[A(0x1ec)]({'url':l,'cert':c});!m&&(Log[A(0x1e8)](A(0x1f4)+j+A(0x1f6)),process['exit'](0x0));const n=a74f[A(0x20a)](homeDir,A(0x225)),o=async()=>{const B=A,q=B(0x220)+n+':$PATH';if(process['env'][B(0x1dd)]&&process['env']['SHELL'][B(0x1e6)](B(0x203))){const r=await this['fsi'][B(0x1f5)](homeDir+B(0x1ee),q);if(!r)Log[B(0x1e5)]('Setting\x20Path\x20in\x20\x20'+homeDir+B(0x1ee)),this[B(0x1f9)][B(0x222)]({'filePath':homeDir+B(0x1ee),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0x1e5)](B(0x21a)+homeDir+B(0x1ee));}else{const s=await this['fsi'][B(0x1f5)](homeDir+B(0x1f3),q);if(!s)Log[B(0x1e5)]('Setting\x20Path\x20in\x20'+homeDir+B(0x1f3)),this[B(0x1f9)]['injectAtEndOfFile']({'filePath':homeDir+B(0x1f3),'content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[B(0x1e5)](B(0x21a)+homeDir+B(0x1f3));const t=await this[B(0x1f9)][B(0x1f5)](homeDir+B(0x221),q);if(!t)Log[B(0x1e5)]('Setting\x20Path\x20in\x20'+homeDir+B(0x221)),this[B(0x1f9)][B(0x222)]({'filePath':homeDir+B(0x221),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x205)]&&Log['info']('Path\x20already\x20set\x20in\x20'+homeDir+B(0x221));if(isRoot()){const u=await this[B(0x1f9)][B(0x1f5)](B(0x208),q);if(!u)Log[B(0x1e5)]('Setting\x20Path\x20in\x20/etc/profile'),this['fsi'][B(0x222)]({'filePath':B(0x208),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x205)]&&Log[B(0x1e5)](B(0x1d7));}}};b[A(0x205)]&&(await o(),process[A(0x20c)](0x0));if(g)Log[A(0x1e8)](A(0x1e4)),process[A(0x20c)](0x0);else{if(a74g[A(0x1d1)](n)){let q=![];b['f']||b[A(0x21d)]?q=!![]:q=await Actions[A(0x1d3)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),q?(await SpawnAsync[A(0x224)]('rm',[A(0x1f2),a74f[A(0x20a)](n,A(0x20d))],{'message':A(0x1e7)}),await SpawnAsync[A(0x224)]('rm',['-rf',a74f[A(0x20a)](n,A(0x1df))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[A(0x224)]('rm',[A(0x1f2),a74f['join'](n,A(0x219))],{'message':A(0x1f0)})):(Log[A(0x1e5)](A(0x20f)),process[A(0x20c)](0x0));}try{await HTTPS['downloadFile']({'url':l,'destPath':a74f[A(0x20a)](homeDir,A(0x1f1)),'cert':c});try{const r=a74f[A(0x20a)](homeDir,A(0x1f1));await this[A(0x1f9)]['extractTarGz'](r,homeDir);}catch(s){Log[A(0x1e8)](A(0x1fb));}!b[A(0x1e2)]&&await SpawnAsync['withSpinner']('rm',['-rf',a74f[A(0x20a)](homeDir,'meteor.tar.gz')],{'message':'Cleaning\x20up'}),await o();}catch(t){console[A(0x1e8)](t),process[A(0x20c)](0x0);}Log[A(0x1d5)](A(0x1f4)+j+A(0x211));}}catch(u){console[A(0x1e8)](u),process[A(0x20c)](0x0);}});
1
+ const a74z=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=parseInt(v(0x1cb))/0x1*(parseInt(v(0x1b3))/0x2)+-parseInt(v(0x1a7))/0x3*(-parseInt(v(0x1b8))/0x4)+-parseInt(v(0x1c1))/0x5+-parseInt(v(0x1e8))/0x6+parseInt(v(0x1fb))/0x7+parseInt(v(0x1f7))/0x8+-parseInt(v(0x1b0))/0x9*(parseInt(v(0x1fd))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x94947));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a74d;if(c){const e=c[w(0x1d0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const x=a74d;return a74a[x(0x1cd)]()[x(0x1f3)](x(0x1c4))['toString']()['constructor'](a74a)[x(0x1f3)](x(0x1c4));});a74a();import a74e from'os';import a74f from'path';import a74g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a74d(a,b);}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const homeDir=a74e['homedir']();function a74c(){const C=['windows','zsh','string','https://packages.meteor.com/bootstrap-link?arch=os.','extractTarGz','Setting\x20Path\x20in\x20/etc/profile','Path\x20already\x20set\x20in\x20','2397610GJxWeF','keepInstallFile','Preparing\x20to\x20install\x20Meteor\x20','(((.+)+)+)+$','warn','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','exit','NO_NODE_WARNINGS','maka\x20install\x20meteor\x20--force','https://install.meteor.com','410671zcmaos','info','toString','\x20is\x20not\x20available.','replace','apply','Error\x20extracting\x20meteor.tar.gz\x20file','Setting\x20Path\x20in\x20','Aborting\x20install','Cleaning\x20up','packages','Meteor\x20version\x20','checkAvailability','confirm','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','length','Setting\x20Path\x20in\x20\x20','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','env','meteor','success','setPath','getuid',':$PATH','join','withSpinner','fileContainsString','install','725784OhawPV','&release=','meteor.tar.gz','downloadFile','/.zshrc','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','error','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','cert','cacert','/.bash_profile','search','x86_64','SHELL','get','5048128XqByRC','\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','/.bashrc','force','6548794xEsYvK','maka\x20install\x20meteor','2944310BkaTrQ','arm64','notice','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','maka\x20i','2111985aeqpeT','fsi','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','create','Path\x20already\x20set\x20in\x20/etc/profile','injectAtEndOfFile','data','platform','includes','45hfTbHK','-rf','grep','2QustHo','version','Aborted','win32','isFile','4hplMYP','Using\x20CA\x20Cert\x20'];a74c=function(){return C;};return a74c();}function isRoot(){const y=a74d;return process[y(0x1e2)]&&process[y(0x1e2)]()===0x0;}Command[a74z(0x1aa)]({'name':a74z(0x1e7),'aliases':['i'],'validOpts':['force',a74z(0x1b4),'cacert','setPath',a74z(0x1c2)],'usage':'maka\x20install','shortDesc':a74z(0x1ef),'description':a74z(0x1f8),'examples':[a74z(0x1fc),a74z(0x1c9),'maka\x20install\x20meteor\x20--version\x202.13.3',a74z(0x1a6)]},async function(a,b){const A=a74z;try{let c='';if(b[A(0x1f1)]){if(this[A(0x1a8)][A(0x1b7)](b['cacert']))Log['notice'](A(0x1b9)+b['cacert']),c=b[A(0x1f1)];else throw A(0x1ed)+c;}const d=await this[A(0x1a8)]['getGlobalConfig']();if(d[A(0x1f0)]){if(this[A(0x1a8)][A(0x1b7)](d[A(0x1f0)]))c=d[A(0x1f0)];else throw A(0x1c6)+c;}let f=![];if(b['f']||b[A(0x1fa)])f=!![];else{const p=isRoot();p?(Log[A(0x1c5)](A(0x1d9)),f=await Actions[A(0x1d8)]('Proceed\x20anyway?',![])):f=!![];}if(!f)throw A(0x1b5);const g=process[A(0x1ae)]===A(0x1b6),h=await HTTPS[A(0x1f6)]({'url':A(0x1ca),'cert':c}),i=await this[A(0x1a8)][A(0x1b2)](h[A(0x1ad)],'RELEASE=');if(i[A(0x1da)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process[A(0x1de)][A(0x1c8)]='1',Log[A(0x1a4)](A(0x1c3)+i[0x0][A(0x1cf)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let j=i[0x0][A(0x1cf)](/[^0-9.]/gi,'')[A(0x1cf)](/\r?\n|\r/,'');(typeof b['v']===A(0x1bc)||typeof b[A(0x1b4)]==='string')&&(j=b['v']||b[A(0x1b4)]);const k={'win32':A(0x1ba),'darwin':'osx','linux':'linux'},l=A(0x1bd)+k[a74e[A(0x1ae)]()]+'.'+(a74e['arch']()==='arm64'?A(0x1fe):A(0x1f4))+A(0x1e9)+j,m=await HTTPS[A(0x1d7)]({'url':l,'cert':c});!m&&(Log[A(0x1ee)]('Meteor\x20version\x20'+j+A(0x1ce)),process[A(0x1c7)](0x0));const n=a74f['join'](homeDir,'.meteor'),o=async()=>{const B=A,q='export\x20PATH='+n+B(0x1e3);if(process[B(0x1de)]['SHELL']&&process[B(0x1de)][B(0x1f5)][B(0x1af)](B(0x1bb))){const r=await this['fsi'][B(0x1e6)](homeDir+B(0x1ec),q);if(!r)Log[B(0x1cc)](B(0x1db)+homeDir+B(0x1ec)),this['fsi'][B(0x1ac)]({'filePath':homeDir+B(0x1ec),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e1)]&&Log['info'](B(0x1c0)+homeDir+B(0x1ec));}else{const s=await this[B(0x1a8)]['fileContainsString'](homeDir+B(0x1f9),q);if(!s)Log['info'](B(0x1d2)+homeDir+B(0x1f9)),this[B(0x1a8)][B(0x1ac)]({'filePath':homeDir+B(0x1f9),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e1)]&&Log[B(0x1cc)](B(0x1c0)+homeDir+B(0x1f9));const t=await this['fsi'][B(0x1e6)](homeDir+B(0x1f2),q);if(!t)Log[B(0x1cc)](B(0x1d2)+homeDir+B(0x1f2)),this[B(0x1a8)]['injectAtEndOfFile']({'filePath':homeDir+B(0x1f2),'content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e1)]&&Log[B(0x1cc)](B(0x1c0)+homeDir+B(0x1f2));if(isRoot()){const u=await this['fsi']['fileContainsString']('/etc/profile',q);if(!u)Log['info'](B(0x1bf)),this['fsi'][B(0x1ac)]({'filePath':'/etc/profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[B(0x1e1)]&&Log[B(0x1cc)](B(0x1ab));}}};b[A(0x1e1)]&&(await o(),process[A(0x1c7)](0x0));if(g)Log[A(0x1ee)](A(0x1dd)),process['exit'](0x0);else{if(a74g['existsSync'](n)){let q=![];b['f']||b[A(0x1fa)]?q=!![]:q=await Actions[A(0x1d8)]('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),q?(await SpawnAsync[A(0x1e5)]('rm',[A(0x1b1),a74f[A(0x1e4)](n,A(0x1d5))],{'message':A(0x1a9)}),await SpawnAsync[A(0x1e5)]('rm',[A(0x1b1),a74f[A(0x1e4)](n,'package-metadata')],{'message':A(0x1a5)}),await SpawnAsync['withSpinner']('rm',[A(0x1b1),a74f[A(0x1e4)](n,A(0x1df))],{'message':A(0x1dc)})):(Log['info'](A(0x1d3)),process[A(0x1c7)](0x0));}try{await HTTPS[A(0x1eb)]({'url':l,'destPath':a74f[A(0x1e4)](homeDir,A(0x1ea)),'cert':c});try{const r=a74f[A(0x1e4)](homeDir,A(0x1ea));await this[A(0x1a8)][A(0x1be)](r,homeDir);}catch(s){Log[A(0x1ee)](A(0x1d1));}!b['keepInstallFile']&&await SpawnAsync[A(0x1e5)]('rm',[A(0x1b1),a74f['join'](homeDir,'meteor.tar.gz')],{'message':A(0x1d4)}),await o();}catch(t){console[A(0x1ee)](t),process[A(0x1c7)](0x0);}Log[A(0x1e0)](A(0x1d6)+j+'\x20installed.\x0a');}}catch(u){console[A(0x1ee)](u),process[A(0x1c7)](0x0);}});
@@ -1 +1 @@
1
- const a75m=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=parseInt(j(0x93))/0x1*(-parseInt(j(0x89))/0x2)+-parseInt(j(0x8f))/0x3+parseInt(j(0xa0))/0x4+-parseInt(j(0x83))/0x5*(-parseInt(j(0x84))/0x6)+parseInt(j(0x81))/0x7*(-parseInt(j(0x9f))/0x8)+-parseInt(j(0x99))/0x9*(parseInt(j(0xa4))/0xa)+parseInt(j(0x9a))/0xb*(parseInt(j(0x9d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x899c6));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x75;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a75d;if(c){const e=c[k(0x8d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const l=a75d;return a75a[l(0x80)]()[l(0x91)](l(0x7d))[l(0x80)]()[l(0x75)](a75a)[l(0x91)](l(0x7d));});function a75c(){const o=['.+\x5c.(j|t)s(doc|x)?$','app/private','jsdoc','Running\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','stop','(((.+)+)+)+$','\x0a[+]\x20Documentation\x20written\x20to\x20','join','toString','1246QytiXi','stringify','35955aFHxqh','336mnakDT','app/packages','maka\x20jsdoc\x20--init','isFile','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','658118BOZFWf','closure','config','plugins/markdown','apply','app/node_modules','3203688CSVWeG','writeFileSync','search','utf-8','3sFoJYs','pathFromProject','jsdoc-config.json','sep','logError','docs','2049777vUqDMG','384219kTMruW','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','maka\x20jsdoc','816ROWMMX','fsi','31576IBIGIe','3995724XuNmvN','app/public','\x20-d\x20','create','20rrWyVt','constructor','\x20-r\x20app'];a75c=function(){return o;};return a75c();}a75a();import a75e from'path';import a75f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a75m(0xa3)]({'name':a75m(0x79),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a75m(0x7b),'examples':[a75m(0x86),a75m(0x9c)],'validOpts':[]},function(){const n=a75m,a=a75e[n(0x7f)](this[n(0x9e)][n(0x94)]({}),n(0x98)+a75e[n(0x96)]),b=a75e['join'](this[n(0x9e)][n(0x94)]({}),n(0x8b),n(0x95)),c=this['fsi'][n(0x94)]({}),d=n(0x79);if(!this[n(0x87)](b)){const g={'plugins':[n(0x8c)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x79),n(0x8a)]},'source':{'includePattern':n(0x77),'excludePattern':n(0x9b),'exclude':[n(0x85),n(0x8e),n(0xa1),n(0x78)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x92)}};a75f[n(0x90)](b,JSON[n(0x82)](g,null,0x4));}const f=this['logWithSpinner'](n(0x7a)+d);try{const h=d+'\x20-c\x20'+b+n(0x76)+a75e[n(0x96)]+n(0xa2)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice'](n(0x7e)+a);}catch(i){this[n(0x97)](i),this['logError'](n(0x88));}finally{f[n(0x7c)]();}});
1
+ const a75m=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=parseInt(j(0x1a1))/0x1*(-parseInt(j(0x199))/0x2)+-parseInt(j(0x19b))/0x3*(-parseInt(j(0x1b1))/0x4)+parseInt(j(0x1ae))/0x5+-parseInt(j(0x18f))/0x6+-parseInt(j(0x1b2))/0x7*(parseInt(j(0x1a9))/0x8)+-parseInt(j(0x191))/0x9+parseInt(j(0x1b0))/0xa*(parseInt(j(0x1a7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xe0d92));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a75d;if(c){const e=c[k(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const l=a75d;return a75a[l(0x1a2)]()['search'](l(0x1a5))[l(0x1a2)]()[l(0x192)](a75a)[l(0x1a3)]('(((.+)+)+)+$');});function a75c(){const o=['search','isFile','(((.+)+)+)+$','utf-8','11RAYuYI','logNotice','88gPeZVl','closure','stop','jsdoc','app/packages','5999300xGWFdo','logError','18987110HuwxHY','3582996ZeIygC','858473hzYsGd','config','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','maka\x20jsdoc\x20--init','\x20-c\x20','join','app/node_modules','.+\x5c.(j|t)s(doc|x)?$','344958qwUzMb','sep','15350850gSnErr','constructor','\x20-r\x20app','\x0a[+]\x20Documentation\x20written\x20to\x20','writeFileSync','docs','inherit','maka\x20jsdoc','14IybcUi','app/private','6rWSAxv','stringify','logWithSpinner','fsi','apply','pathFromProject','122417QvLmyO','toString'];a75c=function(){return o;};return a75c();}a75a();import a75e from'path';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x18e;let f=c[d];return f;},a75d(a,b);}import a75f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a75m(0x1ac),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a75m(0x1b4),'examples':[a75m(0x1b6),a75m(0x198)],'validOpts':[]},function(){const n=a75m,a=a75e[n(0x1b8)](this[n(0x19e)]['pathFromProject']({}),n(0x196)+a75e[n(0x190)]),b=a75e[n(0x1b8)](this[n(0x19e)][n(0x1a0)]({}),n(0x1b3),'jsdoc-config.json'),c=this[n(0x19e)]['pathFromProject']({}),d=n(0x1ac);if(!this[n(0x1a4)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x1ac),n(0x1aa)]},'source':{'includePattern':n(0x18e),'excludePattern':n(0x1b5),'exclude':[n(0x1ad),n(0x1b9),'app/public',n(0x19a)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x1a6)}};a75f[n(0x195)](b,JSON[n(0x19c)](g,null,0x4));}const f=this[n(0x19d)]('Running\x20'+d);try{const h=d+n(0x1b7)+b+n(0x193)+a75e[n(0x190)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0x197)}),this[n(0x1a8)](n(0x194)+a);}catch(i){this[n(0x1af)](i),this[n(0x1af)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[n(0x1ab)]();}});