@maka/maka-cli 4.7.22 → 4.7.24

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 (150) 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/.maka/history.json +1 -0
  130. package/bundle/obf/src/templates/meteor/project/package.json +1 -1
  131. package/bundle/obf/src/tool.js +1 -1
  132. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  133. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  134. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  136. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  137. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  138. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  139. package/bundle/obf/src/tools/https/https.class.js +1 -1
  140. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  141. package/bundle/obf/src/tools/log/log.class.js +1 -1
  142. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  143. package/bundle/obf/src/tools/options/options.class.js +1 -1
  144. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  145. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  146. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  147. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  148. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  149. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  150. 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
+ function a55c(){var D=['Sniper\x20Rifle','Rare','Unknown\x20Author','44cZQPZV','constructor','Metallic','pageCount','A\x20mysterious\x20book.','publishDate','Holy\x20Grail','399XrZrHM','BodyArmor','Unknown','use','Book','Large','name','search','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Smooth','author','Key','647058mSOhFb','You\x20hold\x20the\x20','description','Gold','221500qWXENq','Rifle','Boots','20rZFGLe','Circle','Small','Helmet','Grey','Brown','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','Rectangle','1428685TsUmHS','2963898TpDwpj','(((.+)+)+)+$','24056XUyzgW','apply','Gloves','Weapon','37058MdZlIn','Blade','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','391569OguKHx','LegArmor','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','toString','Medium','Cup','Common'];a55c=function(){return D;};return a55c();}var a55j=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x12f))/0x1+-parseInt(f(0x136))/0x2+parseInt(f(0x139))/0x3*(-parseInt(f(0x10d))/0x4)+parseInt(f(0x127))/0x5*(parseInt(f(0x120))/0x6)+parseInt(f(0x114))/0x7*(parseInt(f(0x132))/0x8)+parseInt(f(0x130))/0x9+-parseInt(f(0x124))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xd7e7a));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x133)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x13c)]()['search'](h(0x131))[h(0x13c)]()[h(0x10e)](a55a)[h(0x11b)](h(0x131));});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(0x13d)],'category':Category[i(0x116)],'shape':Shape[i(0x12e)],'color':Color['Yellow'],'texture':Texture[i(0x11d)],'rating':Rating[i(0x13f)],'weight':0x1});}[a55j(0x117)](){var k=a55j;return this[k(0x122)];}}export class Sword extends Item{constructor(a,b){var l=a55j;super({'name':a,'description':b,'size':Size[l(0x13d)],'category':Category['Weapon'],'shape':Shape[l(0x137)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[l(0x13f)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a55j;super({'name':a,'description':b,'size':Size[m(0x119)],'category':Category[m(0x135)],'shape':Shape[m(0x125)],'color':Color[m(0x12c)],'texture':Texture[m(0x10f)],'rating':Rating[m(0x141)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var n=a55j;super({'name':a,'description':b,'size':Size[n(0x13d)],'category':Category[n(0x12a)],'shape':Shape[n(0x128)],'color':Color[n(0x12b)],'texture':Texture[n(0x10f)],'rating':Rating['Common'],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a55j;super({'name':a,'description':b,'size':Size['Large'],'category':Category[o(0x115)],'shape':Shape[o(0x12e)],'color':Color[o(0x12b)],'texture':Texture[o(0x10f)],'rating':Rating[o(0x13f)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a55j;super({'name':a,'description':b,'size':Size[p(0x13d)],'category':Category[p(0x13a)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[p(0x10f)],'rating':Rating[p(0x13f)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a55j;super({'name':a,'description':b,'size':Size[q(0x13d)],'category':Category[q(0x126)],'shape':Shape[q(0x128)],'color':Color[q(0x12c)],'texture':Texture['Smooth'],'rating':Rating[q(0x13f)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a55j;super({'name':a,'description':b,'size':Size[r(0x129)],'category':Category[r(0x134)],'shape':Shape[r(0x128)],'color':Color[r(0x12c)],'texture':Texture['Smooth'],'rating':Rating[r(0x13f)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a55j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['ArmArmor'],'shape':Shape[s(0x12e)],'color':Color[s(0x12b)],'texture':Texture[s(0x10f)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a55j;super({'name':a,'description':b,'size':Size['Tiny'],'category':Category[t(0x11f)],'shape':Shape[t(0x12e)],'color':Color['Yellow'],'texture':Texture[t(0x11d)],'rating':Rating[t(0x13f)],'weight':0x0});}[a55j(0x117)](){var u=a55j;return u(0x12d);}}function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x10c;var f=c[d];return f;},a55d(a,b);}export class Weapon extends Item{constructor(a,b){var v=a55j;super({'name':a,'description':b,'size':Size[v(0x13d)],'category':Category['Weapon'],'shape':Shape[v(0x137)],'color':Color['Grey'],'texture':Texture[v(0x10f)],'rating':Rating[v(0x13f)],'weight':0x3});}[a55j(0x117)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a55j(0x11e)];[a55j(0x112)];[a55j(0x110)];constructor(a,b=a55j(0x111),c=a55j(0x10c)){var w=a55j;super({'name':a,'description':b,'size':Size[w(0x13d)],'category':Category[w(0x118)],'shape':Shape[w(0x12e)],'color':Color[w(0x12c)],'texture':Texture[w(0x11d)],'rating':Rating[w(0x13f)],'weight':0x1}),this[w(0x11e)]=c,this[w(0x112)]=new Date(),this[w(0x110)]=0x64;}[a55j(0x117)](){var x=a55j;return x(0x138);}}export class ShortSword extends Item{constructor(){var y=a55j;super({'name':'Short\x20Sword','description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[y(0x13d)],'category':Category[y(0x135)],'shape':Shape['Blade'],'color':Color[y(0x12b)],'texture':Texture['Metallic'],'rating':Rating[y(0x13f)],'weight':0x3});}['use'](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var z=a55j;super({'name':z(0x140),'description':z(0x11c),'size':Size['Large'],'category':Category[z(0x135)],'shape':Shape[z(0x125)],'color':Color['Brown'],'texture':Texture[z(0x11d)],'rating':Rating[z(0x13f)],'weight':0x5});}[a55j(0x117)](){var A=a55j;return A(0x13b);}}export class HolyGrail extends Item{constructor(){var B=a55j;super({'name':B(0x113),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size['Small'],'category':Category[B(0x13e)],'shape':Shape[B(0x128)],'color':Color[B(0x123)],'texture':Texture[B(0x10f)],'rating':Rating['Legendary'],'weight':0x1});}[a55j(0x117)](){var C=a55j;return C(0x121)+this[C(0x11a)]+'\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(0x1bb))/0x1*(parseInt(f(0x167))/0x2)+-parseInt(f(0x1ab))/0x3+-parseInt(f(0x16d))/0x4+-parseInt(f(0x168))/0x5*(-parseInt(f(0x195))/0x6)+parseInt(f(0x19c))/0x7*(parseInt(f(0x18a))/0x8)+-parseInt(f(0x1c3))/0x9*(parseInt(f(0x161))/0xa)+parseInt(f(0x1b0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x8b1d9));function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x148;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(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a['toString']()[h(0x1b8)]('(((.+)+)+)+$')[h(0x177)]()[h(0x17a)](a57a)[h(0x1b8)](h(0x17c));});a57a();function a57c(){const j=['gem','Armory','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','Chad\x20the\x20stupid\x20guard','drone','Downtown\x20Seattle','Sniper\x20Rifle','1374430MESsEv','sword','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Nothing\x20happens.','Corporate\x20Creditstick','99632YcKNzL','15sBIUtv','Ares\x20Predator','Rigger\x27s\x20Workshop','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','rifle','1428356SKfvvY','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','west','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','key','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','inside','Courtyard','The\x20data\x20remains\x20encrypted.','toString','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20long-range\x20weapon.','constructor','Jackpoint\x20Login','(((.+)+)+)+$','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Watch\x20Tower','apply','MCT\x20Fly-Spy','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','Empty\x20vial','release','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Corp\x20Enclave','Treasure\x20Room','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','The\x20chest\x20remains\x20firmly\x20shut.','Entrance\x20Hall','4959080SlkSYO','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Blood-stained\x20Key','holyGrail','A\x20creditstick\x20loaded\x20with\x20nuyen.','Alchemy\x20Lab','The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.','show\x20loyalty','Matrix\x20Data\x20Haven','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','SOUTH','2083878IrwqMr','A\x20small\x20surveillance\x20drone.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','Golden\x20Key','EAST','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Guard\x27s\x20Log\x20Book','7JeycUY','shield','Central\x20Chamber','creditstick','A\x20thin\x20log\x20book','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','north','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','CorpSec\x20Plans','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20key\x20stained\x20with\x20old\x20blood.','Library','Gang\x20Insignia','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','1515666bJBoTa','decrypt','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','basic','secret123','11324555mbJMVl','Barrens\x20Entrance','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','disenchant','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Holy\x20Grail','Central\x20Chamber\x20Key','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','search','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','17SsMYIT','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','OUTSIDE','Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','NORTH','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Ancient\x20Gem','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','27qzTUWC','weapon','cup','south','Torture\x20Chamber','The\x20legendary\x20Holy\x20Grail.','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','Barrens\x20Hideout','An\x20old\x20and\x20rusted\x20sword.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Amulet\x20of\x20Awakening','Encrypted\x20Data\x20Key','down','amulet','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','open\x20sesame','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','east','book','Mage\x27s\x20Lair','outside'];a57c=function(){return j;};return a57c();}export const rooms=[{'name':a57i(0x1a8),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':a57i(0x171),'name':a57i(0x198),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a57i(0x157),'name':a57i(0x19b),'description':a57i(0x1a0),'content':a57i(0x15d)}],'exits':[{'direction':a57i(0x199),'targetRoom':'Secret\x20Passage'}]},{'name':'Secret\x20Passage','description':a57i(0x1bc),'exits':[{'direction':a57i(0x1bf),'targetRoom':'Treasure\x20Room','keyRequired':a57i(0x198)},{'direction':a57i(0x194),'targetRoom':a57i(0x175)}]},{'name':'Treasure\x20Room','description':a57i(0x1a1),'items':[{'type':a57i(0x18d),'name':a57i(0x1b5),'description':a57i(0x149)}]},{'name':a57i(0x175),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a57i(0x1bd),'exits':[{'direction':'UP','targetRoom':a57i(0x17e)}]},{'name':'Watch\x20Tower','description':a57i(0x173),'roomType':'OUTSIDE','puzzle':{'requiredPhrase':a57i(0x1af),'riddle':a57i(0x153),'rewardItem':{'type':a57i(0x16c),'name':a57i(0x160),'description':a57i(0x179)},'successMessage':a57i(0x1ad),'failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a57i(0x1aa),'isStartRoom':!![],'roomType':a57i(0x174),'puzzle':{'requiredPhrase':a57i(0x154),'riddle':a57i(0x164),'rewardItem':{'type':a57i(0x171),'name':a57i(0x1b6),'description':a57i(0x184)},'successMessage':a57i(0x155),'failureMessage':a57i(0x165)},'exits':[{'direction':a57i(0x1a2),'targetRoom':'Study'},{'direction':a57i(0x156),'targetRoom':a57i(0x19e),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':'Study','description':a57i(0x17d),'roomType':a57i(0x174),'items':[{'type':a57i(0x157),'name':'Riddle\x20Book','description':a57i(0x1b9),'content':a57i(0x181)},{'type':'key','name':'Central\x20Chamber\x20Key','description':a57i(0x184)}],'exits':[{'direction':a57i(0x1c6),'targetRoom':'Entrance\x20Hall'},{'direction':a57i(0x156),'targetRoom':a57i(0x18f)}]},{'name':'Alchemy\x20Lab','description':a57i(0x19a),'roomType':a57i(0x174),'items':[{'type':a57i(0x1ae),'name':a57i(0x182),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a57i(0x16f),'targetRoom':'Study'},{'direction':a57i(0x1a2),'targetRoom':a57i(0x15b)}]},{'name':a57i(0x15b),'description':a57i(0x16b),'roomType':a57i(0x174),'items':[{'type':a57i(0x19d),'name':'Emblem\x20Shield','description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a57i(0x162),'name':'Rusted\x20Sword','description':a57i(0x14c)}],'exits':[{'direction':a57i(0x1c6),'targetRoom':a57i(0x18f)},{'direction':a57i(0x156),'targetRoom':a57i(0x19e)}]},{'name':'Central\x20Chamber','description':a57i(0x1b7),'roomType':a57i(0x174),'exits':[{'direction':a57i(0x16f),'targetRoom':a57i(0x15b)},{'direction':a57i(0x1c6),'targetRoom':a57i(0x189)},{'direction':a57i(0x1a2),'targetRoom':'Torture\x20Chamber'},{'direction':a57i(0x156),'targetRoom':'Treasure\x20Room'}]},{'name':a57i(0x148),'description':a57i(0x1b2),'roomType':a57i(0x174),'items':[{'type':a57i(0x171),'name':a57i(0x18c),'description':a57i(0x1a7)}],'puzzle':{'requiredPhrase':a57i(0x183),'riddle':'Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','rewardItem':{'type':a57i(0x15a),'name':a57i(0x1c1),'description':a57i(0x15c)},'successMessage':a57i(0x1a5),'failureMessage':a57i(0x18b)},'exits':[{'direction':a57i(0x1c6),'targetRoom':a57i(0x19e)}]},{'name':a57i(0x186),'description':a57i(0x1c0),'roomType':a57i(0x174),'puzzle':{'requiredPhrase':'insert\x20gem','riddle':a57i(0x178),'rewardItem':{'type':a57i(0x1c5),'name':'Golden\x20Chalice','description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':'The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','failureMessage':a57i(0x188)},'exits':[{'direction':a57i(0x16f),'targetRoom':'Central\x20Chamber'}]}];export const shadowrunConfig=[{'name':a57i(0x17b),'description':a57i(0x14a),'isStartRoom':!![],'roomType':a57i(0x174),'exits':[{'direction':a57i(0x1a2),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':'Matrix\x20Data\x20Haven'}]},{'name':a57i(0x192),'description':a57i(0x193),'roomType':a57i(0x174),'puzzle':{'requiredPhrase':a57i(0x1ac),'riddle':a57i(0x14e),'rewardItem':{'type':a57i(0x171),'name':a57i(0x150),'description':a57i(0x197)},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a57i(0x176)},'exits':[{'direction':a57i(0x151),'targetRoom':a57i(0x17b)}]},{'name':a57i(0x15f),'description':a57i(0x1a3),'roomType':a57i(0x159),'exits':[{'direction':a57i(0x1c6),'targetRoom':a57i(0x17b)},{'direction':a57i(0x156),'targetRoom':a57i(0x1b1)},{'direction':a57i(0x16f),'targetRoom':a57i(0x185)}]},{'name':a57i(0x1b1),'description':a57i(0x16e),'roomType':a57i(0x159),'puzzle':{'requiredPhrase':a57i(0x191),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':'key','name':a57i(0x1a9),'description':a57i(0x14d)},'successMessage':a57i(0x170),'failureMessage':a57i(0x190)},'exits':[{'direction':a57i(0x16f),'targetRoom':'Downtown\x20Seattle'},{'direction':a57i(0x1a2),'targetRoom':a57i(0x14b)}]},{'name':a57i(0x185),'description':'The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','roomType':a57i(0x174),'items':[{'type':a57i(0x19f),'name':a57i(0x166),'description':a57i(0x18e)},{'type':'document','name':a57i(0x1a4),'description':'Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.'}],'exits':[{'direction':a57i(0x156),'targetRoom':'Downtown\x20Seattle'}]},{'name':a57i(0x14b),'description':a57i(0x1b4),'roomType':a57i(0x159),'items':[{'type':a57i(0x1c4),'name':a57i(0x169),'description':a57i(0x172)}],'exits':[{'direction':a57i(0x1c6),'targetRoom':a57i(0x1b1)},{'direction':'north','targetRoom':a57i(0x158)},{'direction':a57i(0x156),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a57i(0x158),'description':a57i(0x1ba),'roomType':a57i(0x174),'puzzle':{'requiredPhrase':a57i(0x1b3),'riddle':a57i(0x1be),'rewardItem':{'type':a57i(0x152),'name':a57i(0x14f),'description':a57i(0x1a6)},'successMessage':a57i(0x163),'failureMessage':a57i(0x187)},'exits':[{'direction':'south','targetRoom':a57i(0x14b)}]},{'name':a57i(0x16a),'description':a57i(0x1c2),'roomType':a57i(0x174),'items':[{'type':a57i(0x15e),'name':a57i(0x180),'description':a57i(0x196)}],'exits':[{'direction':a57i(0x16f),'targetRoom':a57i(0x14b)}]}];
@@ -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(0xe6))/0x1*(parseInt(f(0xee))/0x2)+-parseInt(f(0xdf))/0x3*(-parseInt(f(0xef))/0x4)+parseInt(f(0xd2))/0x5+parseInt(f(0xf7))/0x6+parseInt(f(0xf2))/0x7+-parseInt(f(0xe7))/0x8*(parseInt(f(0xe4))/0x9)+-parseInt(f(0xe2))/0xa*(parseInt(f(0xf4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x25c41));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xd7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0xe3)]()[h(0xf1)](h(0xd8))['toString']()['constructor'](a58a)['search']('(((.+)+)+)+$');});a58a();import{EventEmitter}from'events';export class AbstractScene{[a58i(0xe9)];[a58i(0xe0)];[a58i(0xeb)];[a58i(0xde)];}export class AbstractRoom extends EventEmitter{[a58i(0xd5)];[a58i(0xec)];['exits'];['inventory'];[a58i(0xda)];['roomType'];[a58i(0xf6)];}function a58c(){var j=['toString','99izxwhN','rating','608AkKeRJ','40072peeCSH','isLockable','rooms','solved','logger','description','weight','114zWKEKW','4flfone','_logger','search','1930901xmySzR','_inventory','1853038InVwce','items','isStartRoom','1441614XYdbPL','_equipment','uuid','1131365uzoEQM','_currentLocation','roomB','name','_maxCarryingWeight','apply','(((.+)+)+)+$','size','puzzle','_playerName','unlockItemOrSolution','isLocked','characterLocations','22299OhNkyK','player','shape','30PQqFNX'];a58c=function(){return j;};return a58c();}export class AbstractDoor{['roomA'];[a58i(0xd4)];[a58i(0xdd)];[a58i(0xdc)];[a58i(0xd5)];[a58i(0xeb)];[a58i(0xe8)];}export class AbstractInventory{[a58i(0xf5)];['logger'];}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xd1;var f=c[d];return f;},a58d(a,b);}export class AbstractItem{[a58i(0xd1)];[a58i(0xd5)];[a58i(0xec)];[a58i(0xd9)];['category'];[a58i(0xe1)];['color'];['texture'];[a58i(0xe5)];[a58i(0xed)];}export class AbstractPlayer{[a58i(0xdb)];[a58i(0xd3)];[a58i(0xf3)];[a58i(0xf8)];[a58i(0xd6)];[a58i(0xf0)];}export class AbstractPuzzle{[a58i(0xeb)];[a58i(0xea)];}
@@ -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(0x183))/0x1+-parseInt(k(0x167))/0x2*(-parseInt(k(0x16f))/0x3)+parseInt(k(0x182))/0x4*(parseInt(k(0x15e))/0x5)+parseInt(k(0x145))/0x6*(parseInt(k(0x13e))/0x7)+parseInt(k(0x189))/0x8*(parseInt(k(0x147))/0x9)+-parseInt(k(0x16e))/0xa+-parseInt(k(0x174))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x526c3));export var Size;(function(c){var n=a59d,d=(function(){var f=!![];return function(g,h){var i=f?function(){var l=a59d;if(h){var j=h[l(0x134)](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var m=a59d;return e['toString']()[m(0x164)](m(0x14e))[m(0x15f)]()[m(0x169)](e)[m(0x164)]('(((.+)+)+)+$');});e(),c[n(0x17d)]='tiny',c[n(0x17f)]='small',c[n(0x158)]=n(0x15d),c[n(0x142)]=n(0x168),c[n(0x155)]=n(0x171);}(Size||(Size={})));export var Rating;(function(a){var o=a59d;a['Common']=o(0x14c),a[o(0x132)]=o(0x14f),a[o(0x187)]=o(0x139);}(Rating||(Rating={})));export var Category;(function(a){var p=a59d;a['Weapon']=p(0x136),a[p(0x149)]=p(0x170),a[p(0x151)]=p(0x165),a['Gloves']=p(0x144),a[p(0x166)]=p(0x176),a[p(0x150)]=p(0x131),a[p(0x178)]=p(0x16b),a['LegArmor']=p(0x14a),a[p(0x126)]='arm\x20armor',a[p(0x161)]=p(0x162),a[p(0x14b)]=p(0x12c),a[p(0x138)]=p(0x127),a[p(0x133)]=p(0x15c);}(Category||(Category={})));export var Shape;(function(a){var q=a59d;a[q(0x146)]='circle',a[q(0x188)]=q(0x17b),a[q(0x173)]=q(0x13f),a[q(0x184)]=q(0x17a),a[q(0x128)]=q(0x15b),a['Rifle']='rifle';}(Shape||(Shape={})));function a59c(){var v=['Red','Legendary','Square','79528PxDOXH','red','TOWER','ArmArmor','cup','Blade','sea','DOWN','brown','book','Grey','Blue','desert','Orange','hat','Rare','Unknown','apply','west','weapon','outside','Cup','legendary','north','UNDERGROUND','CAVE','MOUNTAIN','427MqdwDS','triangle','Gold','down','Large','blue','gloves','49074GKbnvo','Circle','459YtKbsZ','Rough','Shield','leg\x20armor','Book','common','south','(((.+)+)+)+$','rare','Hat','Key','DESERT','tower','metallic','VeryLarge','fuzzy','Metallic','Medium','FOREST','Green','blade','unknown','medium','630985todEYQ','toString','forest','BodyArmor','body\x20armor','green','search','key','Helmet','12360bZUcJT','large','constructor','east','boots','Brown','bumpy','5985010UuUEoS','249VuCtki','shield','very\x20large','orange','Triangle','14460325AXQCNT','inside','helmet','smooth','Boots','Smooth','rectangle','square','grey','Tiny','WEST','Small','gold','EAST','16hBlPUd','227041rifvKY','Rectangle','Bumpy'];a59c=function(){return v;};return a59c();}export var Color;(function(a){var r=a59d;a[r(0x186)]=r(0x124),a[r(0x12e)]=r(0x143),a[r(0x15a)]=r(0x163),a['Yellow']='yellow',a[r(0x130)]=r(0x172),a['Purple']='purple',a[r(0x12d)]=r(0x17c),a[r(0x16c)]=r(0x12b),a[r(0x140)]=r(0x180);}(Color||(Color={})));export var Texture;(function(a){var s=a59d;a[s(0x179)]=s(0x177),a[s(0x148)]='rough',a[s(0x185)]=s(0x16d),a['Fuzzy']=s(0x156),a['Grainy']='grainy',a[s(0x157)]=s(0x154);}(Texture||(Texture={})));export var RoomType;function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x124;var f=c[d];return f;},a59d(a,b);}(function(a){var t=a59d;a['INSIDE']=t(0x175),a['OUTSIDE']=t(0x137),a[t(0x13b)]='underground',a[t(0x13c)]='cave',a[t(0x125)]=t(0x153),a[t(0x159)]=t(0x160),a[t(0x152)]=t(0x12f),a[t(0x13d)]='mountain',a['BEACH']='beach',a['SEA']=t(0x129);}(RoomType||(RoomType={})));export var Direction;(function(a){var u=a59d;a['NORTH']=u(0x13a),a[u(0x181)]=u(0x16a),a['SOUTH']=u(0x14d),a[u(0x17e)]=u(0x135),a['UP']='up',a[u(0x12a)]=u(0x141);}(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 a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0x1a2;var f=c[d];return f;},a60d(a,b);}function a60c(){var i=['toString','3289980EFJbuq','constructor','56JjKKDn','25924510vFknJK','35259AARuUG','884032NeKPGR','apply','147tCBhhu','13112UoOlFt','9vGlxAu','(((.+)+)+)+$','6898368qPuJWc','search','2493690PvBQoI'];a60c=function(){return i;};return a60c();}(function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0x1ab))/0x1+-parseInt(f(0x1ae))/0x2*(-parseInt(f(0x1ad))/0x3)+-parseInt(f(0x1a6))/0x4+parseInt(f(0x1a4))/0x5+-parseInt(f(0x1a2))/0x6+parseInt(f(0x1aa))/0x7*(parseInt(f(0x1a8))/0x8)+-parseInt(f(0x1af))/0x9*(-parseInt(f(0x1a9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x9064d));var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0x1ac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0x1a5)]()['search'](h(0x1b0))['toString']()[h(0x1a7)](a60a)[h(0x1a3)](h(0x1b0));});a60a();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(0xb9))/0x1+parseInt(f(0xb8))/0x2+-parseInt(f(0xba))/0x3+parseInt(f(0xb5))/0x4+parseInt(f(0xae))/0x5*(parseInt(f(0xaf))/0x6)+-parseInt(f(0xb7))/0x7+parseInt(f(0xb1))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xc1749));var a61b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a61d;if(c){var e=c[g(0xb4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){var h=a61d;return a61a[h(0xb2)]()[h(0xb0)](h(0xb3))[h(0xb2)]()[h(0xb6)](a61a)[h(0xb0)](h(0xb3));});a61a();function a61c(){var i=['7042112ahVKDp','1550486IdOdti','1196090CzJHMu','3341790alJENb','5OqRlhm','125172vXvkdz','search','22904912RrwepB','toString','(((.+)+)+)+$','apply','1796840rSxYLI','constructor'];a61c=function(){return i;};return a61c();}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0xae;var f=c[d];return f;},a61d(a,b);}export{};
@@ -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
+ function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x15e;let f=c[d];return f;},a62d(a,b);}const a62H=a62d;(function(a,b){const y=a62d,c=a();while(!![]){try{const d=-parseInt(y(0x160))/0x1+parseInt(y(0x16d))/0x2+-parseInt(y(0x172))/0x3*(parseInt(y(0x18e))/0x4)+parseInt(y(0x186))/0x5+parseInt(y(0x187))/0x6*(-parseInt(y(0x1a6))/0x7)+parseInt(y(0x1ac))/0x8*(-parseInt(y(0x17c))/0x9)+parseInt(y(0x1af))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x21557));import a62e from'blessed';import{capitalCase}from'change-case';function a62c(){const I=['Legs:\x20','logFilePath','white','line','100%','unequip','Arms:\x20','Torso:\x20','70%','apply','search','equip','focus','leftHand','map','checkIfLockable','checkIfLocked','argv','-----\x20Exits\x20------\x0a','448iPjaAJ','inventory','Currently\x20in:\x20','\x0aThere\x20are\x20no\x20exits\x20here.','setContent','feet','48800tnOYSm','name','currentLocation','4305450LvMxEY','exit','\x20Map\x20','exits','Gloves:\x20','getOtherSide','264697GwXrIi','getInstance','handleInput','getValue','OUTSIDE','textbox','size','20%','parse','scroll','----->>>>>>\x20Initializing\x20Game','split','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','177124YbTKli','yellow','None','log','\x20Inventory\x20','339qcxkQT','box','take','Side\x20Quest\x20Adventure\x20Game','legs','removeAllListeners','player','render','append','torso','27LukOKy','getAllItems','75%','\x20Game\x20Log\x20','pushLine','<<<<<<<<---------\x20Terminating\x20game','90%','forEach','clearValue','25%','864220QWfVSZ','7032AoONxM','arms','rightHand','gloves','\x20Equipment\x20','(((.+)+)+)+$','key','6988hseEwG','Available\x20exits\x20will\x20be\x20shown\x20here...','equipment','45%','Left\x20Hand:\x20'];a62c=function(){return I;};return a62c();}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 B=a62d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a62d;if(j){const l=j[z(0x19c)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a62d;return g['toString']()[A(0x19d)](A(0x18c))['toString']()['constructor'](g)[A(0x19d)]('(((.+)+)+)+$');});g();try{const h=a62e['screen']({'smartCSR':!![],'title':B(0x175)}),i=a62e[B(0x173)]({'top':'0%','left':'75%','width':B(0x185),'height':B(0x191),'border':{'type':B(0x196)},'label':B(0x171),'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(0x17d)]()[C(0x1a1)](v=>v['name']);i[C(0x1aa)](u['join']('\x0a')),h[C(0x179)]();};h['append'](i);const k=a62e[B(0x173)]({'top':B(0x191),'left':B(0x17e),'width':B(0x185),'height':B(0x185),'border':{'type':B(0x196)},'label':B(0x18b),'content':B(0x16c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](k);const l=t=>{const D=B;k[D(0x1aa)]('Head:\x20'+(t['head']?t['head']['name']:D(0x16f))+'\x0a'+(D(0x19a)+(t[D(0x17b)]?t[D(0x17b)][D(0x1ad)]:D(0x16f))+'\x0a')+(D(0x193)+(t[D(0x176)]?t['legs'][D(0x1ad)]:D(0x16f))+'\x0a')+('Feet:\x20'+(t[D(0x1ab)]?t[D(0x1ab)]['name']:'None')+'\x0a')+(D(0x199)+(t['arms']?t[D(0x188)][D(0x1ad)]:'None')+'\x0a')+(D(0x15e)+(t[D(0x18a)]?t[D(0x18a)]['name']:D(0x16f))+'\x0a')+(D(0x192)+(t[D(0x1a0)]?t[D(0x1a0)][D(0x1ad)]:D(0x16f))+'\x0a')+('Right\x20Hand:\x20'+(t['rightHand']?t[D(0x189)][D(0x1ad)]:D(0x16f))+'\x0a')),h[D(0x179)]();},m=a62e['box']({'top':B(0x19b),'left':B(0x17e),'width':'25%','height':B(0x167),'border':{'type':B(0x196)},'label':B(0x1b1),'content':B(0x18f),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x17a)](m);const n=t=>{const E=B;let u=E(0x1a8)+t['name']+'\x0a\x0a';u+=E(0x1a5),t[E(0x1b2)][E(0x166)]>0x0?t[E(0x1b2)][E(0x183)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x15f)](t);x['roomType']===RoomType[F(0x164)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x1ad)];if(v[F(0x1a3)]())u+='\x20(Locked)';else v[F(0x1a2)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1a9),m['setContent'](u),h['render']();},o=a62e[B(0x173)]({'id':'logBox','top':'0%','left':'0%','width':B(0x17e),'height':B(0x182),'border':{'type':B(0x196)},'label':B(0x17f),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x16e)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x177)]('mousemove'),h[B(0x17a)](o);const p=a62e[B(0x165)]({'bottom':0x0,'left':0x0,'width':B(0x197),'height':'10%','tags':!![],'border':{'type':B(0x196)},'style':{'fg':B(0x195),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x17a)](p),h[B(0x18d)](['escape','C-c'],()=>process[B(0x1b0)](0x0)),p[B(0x19f)](),h[B(0x179)]();const q=Logger[B(0x161)](e[B(0x194)],h),r=new Player({'playerName':c});q['write'](B(0x16a));const s=a62f[B(0x161)](r,d);o[B(0x1aa)](s['getWelcomeMessage']()),l(s[B(0x178)][B(0x190)]),j(s[B(0x178)]['inventory']),n(s['player']['currentLocation']),p[B(0x18d)](['enter'],async()=>{const G=B,t=p[G(0x163)](),u=s[G(0x162)](t);(t[G(0x16b)]('\x20')[0x0]===G(0x174)||G(0x19e)||G(0x198))&&(j(s['player'][G(0x1a7)]),l(s[G(0x178)][G(0x190)])),(t[G(0x16b)]('\x20')[0x0]==='go'||'lock'||'unlock')&&n(s[G(0x178)][G(0x1ae)]),t[G(0x16b)]('\x20')[0x0]==='clear'&&o[G(0x1aa)](''),u===null&&(console[G(0x170)]('Thanks\x20for\x20playing!'),h[G(0x179)](),q['write'](G(0x181)),process[G(0x1b0)](0x0)),o[G(0x180)](u),o[G(0x169)](0x1),p[G(0x184)](),p[G(0x19f)](),h[G(0x179)]();});}catch(t){console['log'](t),process[B(0x1b0)](0x1);}}const args=process[a62H(0x1a4)]['slice'](0x2);main(args[0x0],JSON[a62H(0x168)](args[0x1]),JSON[a62H(0x168)](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
+ const a63j=a63d;(function(a,b){const h=a63d,c=a();while(!![]){try{const d=parseInt(h(0xd3))/0x1+-parseInt(h(0xd0))/0x2*(-parseInt(h(0xe7))/0x3)+parseInt(h(0xce))/0x4*(-parseInt(h(0xcf))/0x5)+parseInt(h(0xde))/0x6+parseInt(h(0xdb))/0x7+parseInt(h(0xd8))/0x8+-parseInt(h(0xd1))/0x9*(parseInt(h(0xdd))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x2d7f9));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const i=a63d;return a63a[i(0xd7)]()[i(0xd6)](i(0xc1))[i(0xd7)]()[i(0xcd)](a63a)[i(0xd6)](i(0xc1));});a63a();import a63e from'fs';function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0xc0;let f=c[d];return f;},a63d(a,b);}import a63f from'os';import a63g from'path';const homeDir=a63f[a63j(0xc5)]();function a63c(){const r=['filePath','340855FbSIFH','The\x20logbox\x20','hasScreen','search','toString','2209144fzZQPj','error','screen','2350607ajJBft','getScrollHeight','249770pmEGEE','524046ZEvlNI','instance','side-quest.log','mkdirSync','find','existsSync','scrollTo','type','appendFileSync','14085ahAniU','getInstance','ensureLogFileExists','(((.+)+)+)+$','dirname','children','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','homedir','write','.maka','logBox','setContent','options','toISOString','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','constructor','60856NwMXre','115RIqXwb','62OjkVhA','234EWePpI'];a63c=function(){return r;};return a63c();}export class Logger{static [a63j(0xdf)];[a63j(0xd2)];[a63j(0xda)];constructor(a,b){const k=a63j;this[k(0xd2)]=a,this[k(0xda)]=b,this[k(0xc0)]();}static[a63j(0xe8)](a=a63g['join'](homeDir,a63j(0xc7),a63j(0xe0)),b){const l=a63j;if(!Logger[l(0xdf)]){if(!b)throw new Error(l(0xc4));Logger['instance']=new Logger(a,b);}return Logger[l(0xdf)];}[a63j(0xc0)](){const m=a63j,a=a63g[m(0xc2)](this[m(0xd2)]);!a63e[m(0xe3)](a)&&a63e[m(0xe1)](a,{'recursive':!![]}),!a63e[m(0xe3)](this[m(0xd2)])&&a63e['writeFileSync'](this[m(0xd2)],'');}[a63j(0xc6)](a){const n=a63j,b=new Date()[n(0xcb)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a63e[n(0xe6)](this['filePath'],c);}['error'](a){const o=a63j,b=new Date()['toISOString'](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a63e[o(0xe6)](this['filePath'],c);}['log'](a){const p=a63j,b=this[p(0xda)]?.[p(0xc3)][p(0xe2)](c=>c[p(0xe5)]==='box'&&c[p(0xca)]['id']===p(0xc8));b?(b[p(0xc9)](b['content']+'\x0a'+a),b[p(0xe4)](b[p(0xdc)]()),this[p(0xda)]?.['render']()):this[p(0xd9)](p(0xd4)+b+p(0xcc)+this[p(0xda)]),this['write'](a);}[a63j(0xd5)](){const q=a63j;return!!this[q(0xda)];}}
@@ -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
+ const a64n=a64d;function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x158;let f=c[d];return f;},a64d(a,b);}(function(a,b){const k=a64d,c=a();while(!![]){try{const d=-parseInt(k(0x161))/0x1*(-parseInt(k(0x16c))/0x2)+-parseInt(k(0x16f))/0x3+-parseInt(k(0x15b))/0x4+parseInt(k(0x175))/0x5+-parseInt(k(0x165))/0x6*(-parseInt(k(0x16d))/0x7)+-parseInt(k(0x172))/0x8*(parseInt(k(0x16a))/0x9)+parseInt(k(0x15e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x49dcc));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a64d;if(c){const e=c[l(0x158)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const m=a64d;return a64a[m(0x15d)]()[m(0x15c)]('(((.+)+)+)+$')[m(0x15d)]()[m(0x16e)](a64a)[m(0x15c)](m(0x173));});a64a();import a64e from'path';import{spawn}from'child_process';import a64f from'./play.command.js';import{Command}from'../../command.js';function a64c(){const q=['list','log','apply','Commoner','join','495384dbobLT','search','toString','8670350gcisFI','stringify','create','356RFzaCw','dungeon','side-quest','ask','20598mNoRhT','What\x20is\x20your\x20name?','inherit','exit','fsi','156969OksDwe','Play\x20a\x20little\x20side-quest','738RwdBcX','7kfVeSo','constructor','778053XPaKUb','maka\x20play:side-quest','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','168yqEoEv','(((.+)+)+)+$','player','250830uQPgRO'];a64c=function(){return q;};return a64c();}import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta['url']),__dirname=dirname(__filename);Command[a64n(0x160)]({'name':a64n(0x163),'usage':a64n(0x170),'shortDesc':a64n(0x16b),'aliases':['sq'],'description':'Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','validOpts':[a64n(0x174)]},async function(a,b){const o=a64n;try{const c=this[o(0x169)]['getGlobalMakaDir'](),d=a64e[o(0x15a)](c,'side-quest.log'),e=b['player']?b[o(0x174)]:await Actions[o(0x164)](o(0x166))||o(0x159),f={...b,'logFilePath':d},g={'type':o(0x176),'name':'sideQuestAnswer','message':o(0x171),'choices':[{'name':o(0x162),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions['options'](g);if(e&&h){const i=spawn('node',[a64e['resolve'](__dirname,'./sideQuest/ui.js'),e,JSON[o(0x15f)](h),JSON[o(0x15f)](f)],{'stdio':o(0x167)});i['on'](o(0x168),()=>{const p=o;console[p(0x177)]('Thanks\x20for\x20playing!');});}}catch(j){console[o(0x177)](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(a,b){var f=a65d,c=a();while(!![]){try{var d=parseInt(f(0x11c))/0x1+-parseInt(f(0x120))/0x2+-parseInt(f(0x116))/0x3+-parseInt(f(0x118))/0x4*(-parseInt(f(0x124))/0x5)+-parseInt(f(0x122))/0x6+-parseInt(f(0x11e))/0x7+parseInt(f(0x11a))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x385e2));var a65b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a65d;if(c){var e=c[g(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){var h=a65d;return a65a[h(0x117)]()[h(0x11d)](h(0x126))[h(0x117)]()[h(0x11b)](a65a)[h(0x11d)](h(0x126));});a65a();function a65d(a,b){var c=a65c();return a65d=function(d,e){d=d-0x116;var f=c[d];return f;},a65d(a,b);}import a65e from'./play.command.js';function a65c(){var k=['Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','20zMDMOC','inherit','(((.+)+)+)+$','907584rkdvLo','toString','450672GhABet','apply','1293584snSoeQ','constructor','329962ZIGfWp','search','395577ZyoDRN','npx\x20command-line-snake','94086ptLdPL','create','1832208kAxKDE'];a65c=function(){return k;};return a65c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a65i(0x121)]({'name':'snake','usage':'maka\x20game:snake','shortDesc':a65i(0x123),'validOpts':[]},async function(){var j=a65i;execSync(j(0x11f),{'stdio':j(0x125)});},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
+ var a66i=a66d;function a66d(a,b){var c=a66c();return a66d=function(d,e){d=d-0x1b4;var f=c[d];return f;},a66d(a,b);}(function(a,b){var f=a66d,c=a();while(!![]){try{var d=parseInt(f(0x1bb))/0x1+-parseInt(f(0x1b7))/0x2*(-parseInt(f(0x1c2))/0x3)+parseInt(f(0x1bf))/0x4+parseInt(f(0x1c5))/0x5*(-parseInt(f(0x1c0))/0x6)+parseInt(f(0x1bd))/0x7+parseInt(f(0x1ba))/0x8+-parseInt(f(0x1b8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xa1cba));var a66b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a66d;if(c){var e=c[g(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){var h=a66d;return a66a['toString']()[h(0x1b6)]('(((.+)+)+)+$')['toString']()[h(0x1c3)](a66a)[h(0x1b6)](h(0x1bc));});a66a();import a66e from'./play.command.js';import{Command}from'../../command.js';function a66c(){var k=['580VbiBPg','tetris','create','maka\x20game:tetris','search','112iYmGgP','11018421FVsdfm','apply','2053240BMqosA','1120998aXSGNM','(((.+)+)+)+$','433930zsonwK','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','298560nZWHRN','5850zriRwi','inherit','26025cuqnEN','constructor','npx\x20simple-tetris'];a66c=function(){return k;};return a66c();}import{execSync}from'child_process';Command[a66i(0x1b4)]({'name':a66i(0x1c6),'usage':a66i(0x1b5),'shortDesc':a66i(0x1be),'validOpts':[]},async function(){var j=a66i;execSync(j(0x1c4),{'stdio':j(0x1c1)});},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 a67c(){const k=['1008288OOgdge','8TzfJRc','6677mlgxhB','7vveQAa','apply','10KRdlcL','3376552Eazisw','maka\x20g:api\x20trucks','217460cbHSPW','processAndRunGenerator','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','375453LxGtVo','toString','maka\x20g:route\x20todos/edit','5GVCMzl','23112PWPuWw','search','5521722huLqXy','error','invoke','maka\x20g:template\x20todos/todo_item','maka\x20generate:scaffold\x20todos','6620148XCrcXJ','maka\x20{generate,\x20g}:<generator>\x20<name>','constructor','exit','maka\x20g:package\x20package:name','splice','Scaffold\x20various\x20parts\x20of\x20your\x20application'];a67c=function(){return k;};return a67c();}function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xc6;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(0xdf))/0x1+parseInt(f(0xd7))/0x2+-parseInt(f(0xe2))/0x3*(-parseInt(f(0xd8))/0x4)+parseInt(f(0xc8))/0x5*(-parseInt(f(0xcb))/0x6)+-parseInt(f(0xda))/0x7*(-parseInt(f(0xdd))/0x8)+-parseInt(f(0xd0))/0x9*(parseInt(f(0xdc))/0xa)+parseInt(f(0xd9))/0xb*(parseInt(f(0xc9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x734d6));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a67d;if(c){const e=c[g(0xdb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const h=a67d;return a67a[h(0xc6)]()[h(0xca)]('(((.+)+)+)+$')[h(0xc6)]()[h(0xd2)](a67a)[h(0xca)]('(((.+)+)+)+$');});a67a();import{Command}from'../command.js';import a67e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':'generate','aliases':['g'],'usage':a67i(0xd1),'validOpts':[],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a67i(0xd6),'description':a67i(0xe1),'examples':[a67i(0xcf),'maka\x20g:scaffold\x20todos',a67i(0xce),a67i(0xd4),a67i(0xc7),a67i(0xde),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a67i;try{const c=a[0x0];c?(a[j(0xd5)](0x0,0x1),await a67e[j(0xe0)](c,a,b)):a67e[j(0xcd)](a,b);}catch(d){Log[j(0xcc)](d),process[j(0xd3)](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(0xfd))/0x1*(parseInt(f(0x100))/0x2)+-parseInt(f(0xfc))/0x3+parseInt(f(0x102))/0x4+-parseInt(f(0x105))/0x5*(parseInt(f(0x104))/0x6)+-parseInt(f(0xfb))/0x7+parseInt(f(0x108))/0x8*(parseInt(f(0x107))/0x9)+-parseInt(f(0x101))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x7c54f));function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xfa;var f=c[d];return f;},a68d(a,b);}var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x106)]()[h(0xfe)](h(0x103))[h(0x106)]()[h(0xff)](a68a)[h(0xfe)](h(0x103));});a68a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a68c(){var i=['2098920bfcMqJ','(((.+)+)+)+$','6HOKJXw','3575195idkyze','toString','1969173TjAkdE','32SDZkSs','apply','584311yZjAId','59700vxhMZK','265827CukbHf','search','constructor','6yZUpnf','8697240YAhdhR'];a68c=function(){return i;};return a68c();}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 a69h=a69d;function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xb9;let f=c[d];return f;},a69d(a,b);}(function(a,b){const f=a69d,c=a();while(!![]){try{const d=parseInt(f(0xbc))/0x1+parseInt(f(0xc6))/0x2+-parseInt(f(0xba))/0x3+-parseInt(f(0xc8))/0x4*(-parseInt(f(0xbb))/0x5)+-parseInt(f(0xbd))/0x6+-parseInt(f(0xc1))/0x7+-parseInt(f(0xc2))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x40af4));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[g(0xc3)]()['search'](g(0xc5))['toString']()[g(0xc7)](a69a)[g(0xc0)](g(0xc5));});a69a();import{Command}from'../../command.js';function a69c(){const j=['runSubCommand','114558BTlUrX','1154185bHgsna','527124iZhTdZ','1069692ledfnb','create','maka\x20get:<sub-command>','search','1744050KUSGtz','2428592bQNPQn','toString','error','(((.+)+)+)+$','552358vNCZZB','constructor','4NRLnfD','get'];a69c=function(){return j;};return a69c();}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a69h(0xbe)]({'name':a69h(0xc9),'usage':a69h(0xbf),'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const i=a69h,c=a[0x0],d=this['findSubCommand'](c);if(d)this[i(0xb9)](c,a,b);else{Log[i(0xc4)]('Sub-Command\x20not\x20found');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(0x1d4))/0x1+parseInt(f(0x1e2))/0x2+parseInt(f(0x1d8))/0x3*(-parseInt(f(0x1d0))/0x4)+parseInt(f(0x1df))/0x5+-parseInt(f(0x1d6))/0x6*(-parseInt(f(0x1e3))/0x7)+parseInt(f(0x1db))/0x8*(parseInt(f(0x1e1))/0x9)+parseInt(f(0x1d7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xbbd7b));function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1d0;let f=c[d];return f;},a70d(a,b);}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x1d1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x1d9)]()[h(0x1dc)]('(((.+)+)+)+$')[h(0x1d9)]()[h(0x1e5)](a70a)[h(0x1dc)](h(0x1e0));});a70a();function a70c(){const k=['882712iDHBLe','search','log','getGlobalConfig','1069760lGpCAV','(((.+)+)+)+$','18VFSeJn','962164NqCeKf','7UrMmcO','exit','constructor','79244TeSpQY','apply','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','fsi','1296738EgUhgg','global-config','2937096TASUSM','20080610dfTzAs','204KLQfdg','toString','create'];a70c=function(){return k;};return a70c();}import a70e from'./get.command.js';import{Command}from'../../command.js';Command[a70i(0x1da)]({'name':a70i(0x1d5),'usage':'maka\x20get:global-config','aliases':['gc'],'shortDesc':a70i(0x1d2),'validOpts':[]},async function(){const j=a70i;try{const a=await this[j(0x1d3)][j(0x1de)]();console[j(0x1dd)](a),process[j(0x1e4)](0x0);}catch(b){console['error'](b),process[j(0x1e4)](0x0);}},a70e);
@@ -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
+ function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0xe8;let f=c[d];return f;},a71d(a,b);}function a71c(){const k=['1066276DVacJs','local-config','5FWoYsF','maka\x20get:local-config','fsi','constructor','103439CwzBjZ','3947772nzwaMj','12734640sBkWhU','toString','log','apply','search','176FCoIjw','193560mochBs','(((.+)+)+)+$','5556735GClTtR','create','getMakaProjectConfig','4adkchv','433719okRcBP'];a71c=function(){return k;};return a71c();}const a71i=a71d;(function(a,b){const f=a71d,c=a();while(!![]){try{const d=-parseInt(f(0xf8))/0x1*(parseInt(f(0xe8))/0x2)+parseInt(f(0xe9))/0x3+-parseInt(f(0xea))/0x4+-parseInt(f(0xec))/0x5*(-parseInt(f(0xf1))/0x6)+parseInt(f(0xf0))/0x7*(-parseInt(f(0xf7))/0x8)+-parseInt(f(0xfa))/0x9+parseInt(f(0xf2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x75239));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a71d;if(c){const e=c[g(0xf5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const h=a71d;return a71a[h(0xf3)]()[h(0xf6)](h(0xf9))['toString']()[h(0xef)](a71a)[h(0xf6)](h(0xf9));});a71a();import a71e from'./get.command.js';import{Command}from'../../command.js';Command[a71i(0xfb)]({'name':a71i(0xeb),'usage':a71i(0xed),'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(0xee)][j(0xfc)]();console[j(0xf4)](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 a72i=a72d;(function(a,b){const g=a72d,c=a();while(!![]){try{const d=parseInt(g(0xd0))/0x1+-parseInt(g(0xd1))/0x2*(parseInt(g(0xb9))/0x3)+parseInt(g(0xd2))/0x4+-parseInt(g(0xbf))/0x5*(parseInt(g(0xcf))/0x6)+-parseInt(g(0xc9))/0x7*(-parseInt(g(0xc8))/0x8)+-parseInt(g(0xce))/0x9+-parseInt(g(0xbd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xa8e21));const a72b=(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;};}()),a72a=a72b(this,function(){const h=a72d;return a72a['toString']()[h(0xc3)]('(((.+)+)+)+$')['toString']()['constructor'](a72a)[h(0xc3)](h(0xbc));});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xb7;let f=c[d];return f;},a72d(a,b);}function a72c(){const k=['4608052DZuPhV','error','exit','join','9IDZhyg','fsi','decode','(((.+)+)+)+$','5750940ImMGZZ','getGlobalConfig','5gfhydt','userId','user','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','search','authToken','token','roles','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','1237024PCdtls','35FSEOEu','hash','create','whoami','notice','10649700FDzXkN','456492GItCaU','824334WRQnEY','148844OWWfVc'];a72c=function(){return k;};return a72c();}a72a();import a72e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a72f from'jsonwebtoken';Command[a72i(0xcb)]({'name':a72i(0xcc),'usage':'maka\x20get:whoami','shortDesc':a72i(0xc2),'validOpts':[]},async function(){const j=a72i;try{const a=await this[j(0xba)][j(0xbe)]();if(a[j(0xca)]){const b=a72f[j(0xbb)](a[j(0xca)]);Log['notice']('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0xc1)]),Log[j(0xcd)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[j(0xc5)]?.[j(0xc0)]),Log[j(0xcd)]('User\x20Access\x20Token:\x20\x20'+a[j(0xc5)]?.[j(0xc4)]),Log[j(0xcd)](j(0xc7)+b?.[j(0xc6)][j(0xb8)](',\x20'));}}catch(c){console[j(0xd3)](c),process[j(0xb7)](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 a73i=a73d;function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0xdd;var f=c[d];return f;},a73d(a,b);}(function(a,b){var f=a73d,c=a();while(!![]){try{var d=parseInt(f(0xe0))/0x1+-parseInt(f(0xe9))/0x2*(-parseInt(f(0xea))/0x3)+-parseInt(f(0xed))/0x4*(-parseInt(f(0xdf))/0x5)+parseInt(f(0xe3))/0x6+parseInt(f(0xdd))/0x7+parseInt(f(0xe7))/0x8*(parseInt(f(0xee))/0x9)+-parseInt(f(0xec))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x63eca));var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0xe5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a[h(0xe1)]()[h(0xde)](h(0xe6))[h(0xe1)]()[h(0xe4)](a73a)['search'](h(0xe6));});a73a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a73i(0xe2),'description':a73i(0xeb),'aliases':['h'],'validOpts':[],'shortDesc':a73i(0xe8)},async function(){throw new UsageError();});function a73c(){var j=['1614568vGIgsL','Deprecated:\x20use\x20--help\x20instead','242tXPaaz','8739YwlMWO','Try,\x20maka\x20--help','14409640UfMZOj','80jMAPcC','27TLzuJf','1260133APMBFF','search','117950dUhwEL','90508XBBsWZ','toString','help','899946qWLIRF','constructor','apply','(((.+)+)+)+$'];a73c=function(){return j;};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 a74y=a74d;(function(a,b){const v=a74d,c=a();while(!![]){try{const d=-parseInt(v(0x1e9))/0x1*(-parseInt(v(0x21b))/0x2)+parseInt(v(0x215))/0x3+parseInt(v(0x203))/0x4*(-parseInt(v(0x1fe))/0x5)+parseInt(v(0x23f))/0x6*(parseInt(v(0x20d))/0x7)+-parseInt(v(0x1ee))/0x8+-parseInt(v(0x1f3))/0x9+parseInt(v(0x23b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x76f98));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const w=a74d;return a74a[w(0x1f2)]()['search'](w(0x214))[w(0x1f2)]()[w(0x1fb)](a74a)[w(0x23d)](w(0x214));});a74a();import a74e from'os';import a74f from'path';import a74g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';function a74c(){const B=['Using\x20CA\x20Cert\x20','get','5hZSWiY','downloadFile','maka\x20install\x20meteor','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','success','1996568Sblssx','maka\x20install\x20meteor\x20--force','package-metadata','Meteor\x20version\x20','string','export\x20PATH=','Network\x20error,\x20please\x20try\x20again.','Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','join','133noGpxF','fsi','-rf',':$PATH','force','confirm','Error\x20extracting\x20meteor.tar.gz\x20file','(((.+)+)+)+$','2081658FITHmY','maka\x20i','install','setPath','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','Setting\x20Path\x20in\x20','104pKNDkV','linux','Setting\x20Path\x20in\x20\x20','/.zshrc','version','injectAtEndOfFile','error','osx','exit','isFile','/.bash_profile','arm64','getuid','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','replace','\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','&release=','existsSync','cacert','Proceed\x20anyway?','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Path\x20already\x20set\x20in\x20','win32','env','keepInstallFile','extractTarGz','withSpinner','fileContainsString','Aborting\x20install','getGlobalConfig','create','2223270XAQMuv','Path\x20already\x20set\x20in\x20/etc/profile','search','meteor.tar.gz','256380Sdeyjs','maka\x20install','/.bashrc','Cleaning\x20up','cert','3769JVWsuO','zsh','grep','SHELL','Windows\x20is\x20not\x20supported\x20at\x20this\x20time.','6980208lQSTfg','\x20is\x20not\x20available.','platform','info','toString','585747rCxnED','data','https://packages.meteor.com/bootstrap-link?arch=os.','.meteor','NO_NODE_WARNINGS','packages','maka\x20install\x20meteor\x20--version\x202.13.3','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','constructor'];a74c=function(){return B;};return a74c();}function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1e7;let f=c[d];return f;},a74d(a,b);}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['homedir']();function isRoot(){const x=a74d;return process[x(0x227)]&&process['getuid']()===0x0;}Command[a74y(0x23a)]({'name':a74y(0x217),'aliases':['i'],'validOpts':[a74y(0x211),a74y(0x21f),'cacert','setPath',a74y(0x234)],'usage':a74y(0x240),'shortDesc':a74y(0x20a),'description':a74y(0x22b),'examples':[a74y(0x200),a74y(0x204),a74y(0x1f9),a74y(0x216)]},async function(a,b){const z=a74y;try{let c='';if(b[z(0x22e)]){if(this[z(0x20e)]['isFile'](b[z(0x22e)]))Log['notice'](z(0x1fc)+b[z(0x22e)]),c=b[z(0x22e)];else throw z(0x20b)+c;}const d=await this[z(0x20e)][z(0x239)]();if(d[z(0x1e8)]){if(this[z(0x20e)][z(0x224)](d[z(0x1e8)]))c=d[z(0x1e8)];else throw z(0x1fa)+c;}let f=![];if(b['f']||b[z(0x211)])f=!![];else{const p=isRoot();p?(Log['warn'](z(0x229)),f=await Actions[z(0x212)](z(0x22f),![])):f=!![];}if(!f)throw'Aborted';const g=process[z(0x1f0)]===z(0x232),h=await HTTPS[z(0x1fd)]({'url':'https://install.meteor.com','cert':c}),i=await this[z(0x20e)][z(0x1eb)](h[z(0x1f4)],'RELEASE=');if(i['length']===0x0)throw z(0x209);process['env'][z(0x1f7)]='1',Log['notice']('Preparing\x20to\x20install\x20Meteor\x20'+i[0x0]['replace'](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''));let j=i[0x0][z(0x22a)](/[^0-9.]/gi,'')[z(0x22a)](/\r?\n|\r/,'');(typeof b['v']===z(0x207)||typeof b[z(0x21f)]===z(0x207))&&(j=b['v']||b['version']);const k={'win32':'windows','darwin':z(0x222),'linux':z(0x21c)},l=z(0x1f5)+k[a74e[z(0x1f0)]()]+'.'+(a74e['arch']()===z(0x226)?z(0x226):'x86_64')+z(0x22c)+j,m=await HTTPS['checkAvailability']({'url':l,'cert':c});!m&&(Log[z(0x221)](z(0x206)+j+z(0x1ef)),process[z(0x223)](0x0));const n=a74f[z(0x20c)](homeDir,z(0x1f6)),o=async()=>{const A=z,q=A(0x208)+n+A(0x210);if(process[A(0x233)][A(0x1ec)]&&process[A(0x233)][A(0x1ec)]['includes'](A(0x1ea))){const r=await this[A(0x20e)][A(0x237)](homeDir+A(0x21e),q);if(!r)Log[A(0x1f1)](A(0x21d)+homeDir+'/.zshrc'),this[A(0x20e)][A(0x220)]({'filePath':homeDir+A(0x21e),'content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0x218)]&&Log[A(0x1f1)](A(0x231)+homeDir+A(0x21e));}else{const s=await this[A(0x20e)][A(0x237)](homeDir+'/.bashrc',q);if(!s)Log[A(0x1f1)](A(0x21a)+homeDir+A(0x241)),this[A(0x20e)][A(0x220)]({'filePath':homeDir+'/.bashrc','content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0x218)]&&Log[A(0x1f1)]('Path\x20already\x20set\x20in\x20'+homeDir+A(0x241));const t=await this[A(0x20e)]['fileContainsString'](homeDir+A(0x225),q);if(!t)Log['info'](A(0x21a)+homeDir+A(0x225)),this['fsi'][A(0x220)]({'filePath':homeDir+'/.bash_profile','content':q+'\x0a','opts':{'verbose':!![]}});else b['setPath']&&Log[A(0x1f1)](A(0x231)+homeDir+A(0x225));if(isRoot()){const u=await this['fsi'][A(0x237)]('/etc/profile',q);if(!u)Log[A(0x1f1)]('Setting\x20Path\x20in\x20/etc/profile'),this[A(0x20e)]['injectAtEndOfFile']({'filePath':'/etc/profile','content':q+'\x0a','opts':{'verbose':!![]}});else b[A(0x218)]&&Log['info'](A(0x23c));}}};b[z(0x218)]&&(await o(),process[z(0x223)](0x0));if(g)Log[z(0x221)](z(0x1ed)),process[z(0x223)](0x0);else{if(a74g[z(0x22d)](n)){let q=![];b['f']||b[z(0x211)]?q=!![]:q=await Actions['confirm'](z(0x228),![]),q?(await SpawnAsync['withSpinner']('rm',[z(0x20f),a74f[z(0x20c)](n,z(0x1f8))],{'message':z(0x230)}),await SpawnAsync[z(0x236)]('rm',[z(0x20f),a74f[z(0x20c)](n,z(0x205))],{'message':z(0x219)}),await SpawnAsync[z(0x236)]('rm',[z(0x20f),a74f[z(0x20c)](n,'meteor')],{'message':z(0x201)})):(Log[z(0x1f1)](z(0x238)),process[z(0x223)](0x0));}try{await HTTPS[z(0x1ff)]({'url':l,'destPath':a74f[z(0x20c)](homeDir,z(0x23e)),'cert':c});try{const r=a74f['join'](homeDir,z(0x23e));await this[z(0x20e)][z(0x235)](r,homeDir);}catch(s){Log[z(0x221)](z(0x213));}!b[z(0x234)]&&await SpawnAsync[z(0x236)]('rm',[z(0x20f),a74f['join'](homeDir,'meteor.tar.gz')],{'message':z(0x1e7)}),await o();}catch(t){console[z(0x221)](t),process[z(0x223)](0x0);}Log[z(0x202)](z(0x206)+j+'\x20installed.\x0a');}}catch(u){console[z(0x221)](u),process[z(0x223)](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 a75l=a75d;(function(a,b){const j=a75d,c=a();while(!![]){try{const d=-parseInt(j(0x1b6))/0x1+parseInt(j(0x1b8))/0x2*(parseInt(j(0x1c1))/0x3)+parseInt(j(0x1c4))/0x4+-parseInt(j(0x1c6))/0x5+-parseInt(j(0x1af))/0x6*(parseInt(j(0x1ad))/0x7)+-parseInt(j(0x1d1))/0x8+parseInt(j(0x1a9))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xccaad));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const k=a75d;return a75a[k(0x1be)]()['search'](k(0x1d2))['toString']()[k(0x1c2)](a75a)[k(0x1cc)]('(((.+)+)+)+$');});a75a();function a75c(){const n=['(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','sep','join','\x20-r\x20app','751052GHoLHk','utf-8','28ImvnGg','logError','maka\x20jsdoc','\x20-c\x20','\x0a[+]\x20Documentation\x20written\x20to\x20','fsi','toString','app/public','logWithSpinner','2742pIBFKN','constructor','jsdoc','2315108vtlgNy','pathFromProject','1688990nGyZHk','closure','app/node_modules','maka\x20jsdoc\x20--init','\x20-d\x20','plugins/markdown','search','.+\x5c.(j|t)s(doc|x)?$','app/packages','create','inherit','1062736upbhrA','(((.+)+)+)+$','Running\x20','14177889sSphiK','jsdoc-config.json','config','isFile','7fMVEUx','stop','641310ViTPus','writeFileSync'];a75c=function(){return n;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1a8;let f=c[d];return f;},a75d(a,b);}import a75e from'path';import a75f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a75l(0x1cf)]({'name':a75l(0x1c3),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a75l(0x1b2),'examples':[a75l(0x1c9),a75l(0x1ba)],'validOpts':[]},function(){const m=a75l,a=a75e['join'](this[m(0x1bd)][m(0x1c5)]({}),'docs'+a75e['sep']),b=a75e[m(0x1b4)](this[m(0x1bd)][m(0x1c5)]({}),m(0x1ab),m(0x1aa)),c=this[m(0x1bd)][m(0x1c5)]({}),d=m(0x1c3);if(!this[m(0x1ac)](b)){const g={'plugins':[m(0x1cb)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x1c3),m(0x1c7)]},'source':{'includePattern':m(0x1cd),'excludePattern':m(0x1b1),'exclude':[m(0x1ce),m(0x1c8),m(0x1bf),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x1b7)}};a75f[m(0x1b0)](b,JSON['stringify'](g,null,0x4));}const f=this[m(0x1c0)](m(0x1a8)+d);try{const h=d+m(0x1bb)+b+m(0x1b5)+a75e[m(0x1b3)]+m(0x1ca)+a;execSync(h,{'cwd':c,'stdio':m(0x1d0)}),this['logNotice'](m(0x1bc)+a);}catch(i){this[m(0x1b9)](i),this[m(0x1b9)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{f[m(0x1ae)]();}});