@maka/maka-cli 5.1.7 → 5.1.8

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 (168) hide show
  1. package/bundle/obf/src/command.js +1 -1
  2. package/bundle/obf/src/commands/_index.js +1 -1
  3. package/bundle/obf/src/commands/ai.js +1 -1
  4. package/bundle/obf/src/commands/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/lecr.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/profile.js +1 -1
  86. package/bundle/obf/src/commands/proxy.js +1 -1
  87. package/bundle/obf/src/commands/reconfig.js +1 -1
  88. package/bundle/obf/src/commands/register.js +1 -1
  89. package/bundle/obf/src/commands/run/_index.js +1 -1
  90. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  91. package/bundle/obf/src/commands/run/run.command.js +1 -1
  92. package/bundle/obf/src/commands/set/_index.js +1 -1
  93. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  94. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/set.command.js +1 -1
  96. package/bundle/obf/src/commands/ssh.js +1 -1
  97. package/bundle/obf/src/commands/ssl.js +1 -1
  98. package/bundle/obf/src/commands/test/_index.js +1 -1
  99. package/bundle/obf/src/commands/test/jest.sub.cmd.js +1 -1
  100. package/bundle/obf/src/commands/test/mocha.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/test/test.command.js +1 -1
  102. package/bundle/obf/src/commands/undo.js +1 -1
  103. package/bundle/obf/src/commands/version.js +1 -1
  104. package/bundle/obf/src/error.js +1 -1
  105. package/bundle/obf/src/exec.js +1 -1
  106. package/bundle/obf/src/generator.js +1 -1
  107. package/bundle/obf/src/generators/_index.js +1 -1
  108. package/bundle/obf/src/generators/api.js +1 -1
  109. package/bundle/obf/src/generators/aws/_index.js +1 -1
  110. package/bundle/obf/src/generators/aws/aws.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  113. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  114. package/bundle/obf/src/generators/collection.js +1 -1
  115. package/bundle/obf/src/generators/component.js +1 -1
  116. package/bundle/obf/src/generators/config.js +1 -1
  117. package/bundle/obf/src/generators/dbc.js +1 -1
  118. package/bundle/obf/src/generators/dockerfile.js +1 -1
  119. package/bundle/obf/src/generators/hook.js +1 -1
  120. package/bundle/obf/src/generators/kits/_index.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  124. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  127. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  128. package/bundle/obf/src/generators/kits/kit.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  132. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  133. package/bundle/obf/src/generators/layout.js +1 -1
  134. package/bundle/obf/src/generators/maka.gen.js +1 -1
  135. package/bundle/obf/src/generators/methods.js +1 -1
  136. package/bundle/obf/src/generators/package.js +1 -1
  137. package/bundle/obf/src/generators/page.js +1 -1
  138. package/bundle/obf/src/generators/publish.js +1 -1
  139. package/bundle/obf/src/generators/route.js +1 -1
  140. package/bundle/obf/src/generators/service.js +1 -1
  141. package/bundle/obf/src/generators/services/_index.js +1 -1
  142. package/bundle/obf/src/generators/services/openssl.js +1 -1
  143. package/bundle/obf/src/generators/services/translation.js +1 -1
  144. package/bundle/obf/src/maka.js +1 -1
  145. package/bundle/obf/src/tool.js +1 -1
  146. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  148. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  149. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  150. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  151. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  153. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  154. package/bundle/obf/src/tools/https/https.class.js +1 -1
  155. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  156. package/bundle/obf/src/tools/log/log.class.js +1 -1
  157. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  158. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  159. package/bundle/obf/src/tools/options/options.class.js +1 -1
  160. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  161. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  162. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  163. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  164. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  165. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  166. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  167. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  168. package/package.json +1 -1
@@ -1 +1 @@
1
- var a58i=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x87))/0x1*(parseInt(f(0x88))/0x2)+parseInt(f(0x68))/0x3+parseInt(f(0x74))/0x4*(parseInt(f(0x7c))/0x5)+-parseInt(f(0x92))/0x6*(-parseInt(f(0x81))/0x7)+-parseInt(f(0x8f))/0x8*(parseInt(f(0x89))/0x9)+-parseInt(f(0x9a))/0xa+parseInt(f(0x79))/0xb*(-parseInt(f(0x8a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x2c151));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var g=a58d;return a58a['toString']()[g(0x83)](g(0x6c))[g(0x7a)]()['constructor'](a58a)[g(0x83)]('(((.+)+)+)+$');});function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x67;var f=c[d];return f;},a58d(a,b);}a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var h=a58d;super({'name':a,'description':b,'size':Size[h(0x8b)],'category':Category[h(0x8c)],'shape':Shape[h(0x99)],'color':Color['Yellow'],'texture':Texture[h(0x93)],'rating':Rating[h(0x71)],'weight':0x1});}[a58i(0x98)](){var j=a58i;return this[j(0x67)];}}export class Sword extends Item{constructor(a,b){var k=a58i;super({'name':a,'description':b,'size':Size[k(0x8b)],'category':Category[k(0x78)],'shape':Shape[k(0x6e)],'color':Color['Grey'],'texture':Texture['Metallic'],'rating':Rating[k(0x71)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58i;super({'name':a,'description':b,'size':Size['Large'],'category':Category[l(0x78)],'shape':Shape[l(0x77)],'color':Color[l(0x73)],'texture':Texture[l(0x6a)],'rating':Rating[l(0x76)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58i;super({'name':a,'description':b,'size':Size[m(0x8b)],'category':Category[m(0x85)],'shape':Shape['Circle'],'color':Color[m(0x86)],'texture':Texture['Metallic'],'rating':Rating[m(0x71)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var n=a58i;super({'name':a,'description':b,'size':Size[n(0x75)],'category':Category[n(0x91)],'shape':Shape['Rectangle'],'color':Color[n(0x86)],'texture':Texture['Metallic'],'rating':Rating[n(0x71)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['LegArmor'],'shape':Shape[o(0x99)],'color':Color[o(0x86)],'texture':Texture[o(0x6a)],'rating':Rating[o(0x71)],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58i;super({'name':a,'description':b,'size':Size[p(0x8b)],'category':Category[p(0x7d)],'shape':Shape[p(0x6b)],'color':Color[p(0x73)],'texture':Texture[p(0x93)],'rating':Rating[p(0x71)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58i;super({'name':a,'description':b,'size':Size['Small'],'category':Category[q(0x6f)],'shape':Shape[q(0x6b)],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating[q(0x71)],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58i;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[r(0x97)],'shape':Shape[r(0x99)],'color':Color[r(0x86)],'texture':Texture[r(0x6a)],'rating':Rating['Common'],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58i;super({'name':a,'description':b,'size':Size[s(0x9d)],'category':Category[s(0x6d)],'shape':Shape[s(0x99)],'color':Color[s(0x94)],'texture':Texture[s(0x93)],'rating':Rating['Common'],'weight':0x0});}[a58i(0x98)](){var t=a58i;return t(0x80);}}export class Weapon extends Item{constructor(a,b){var u=a58i;super({'name':a,'description':b,'size':Size[u(0x8b)],'category':Category[u(0x78)],'shape':Shape[u(0x6e)],'color':Color[u(0x86)],'texture':Texture['Metallic'],'rating':Rating[u(0x71)],'weight':0x3});}[a58i(0x98)](){var v=a58i;return v(0x70);}}export class Book extends Item{[a58i(0x8e)];[a58i(0x69)];[a58i(0x96)];constructor(a,b=a58i(0x8d),c='Unknown\x20Author'){var w=a58i;super({'name':a,'description':b,'size':Size[w(0x8b)],'category':Category[w(0x72)],'shape':Shape['Rectangle'],'color':Color[w(0x73)],'texture':Texture[w(0x93)],'rating':Rating['Common'],'weight':0x1}),this[w(0x8e)]=c,this[w(0x69)]=new Date(),this['pageCount']=0x64;}[a58i(0x98)](){var x=a58i;return x(0x9c);}}export class ShortSword extends Item{constructor(){var y=a58i;super({'name':y(0x7f),'description':'A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','size':Size[y(0x8b)],'category':Category[y(0x78)],'shape':Shape[y(0x6e)],'color':Color[y(0x86)],'texture':Texture[y(0x6a)],'rating':Rating[y(0x71)],'weight':0x3});}[a58i(0x98)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var z=a58i;super({'name':z(0x7b),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[z(0x75)],'category':Category[z(0x78)],'shape':Shape[z(0x77)],'color':Color[z(0x73)],'texture':Texture['Smooth'],'rating':Rating[z(0x71)],'weight':0x5});}[a58i(0x98)](){var A=a58i;return A(0x90);}}export class HolyGrail extends Item{constructor(){var B=a58i;super({'name':'Holy\x20Grail','description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0x82)],'category':Category[B(0x84)],'shape':Shape[B(0x6b)],'color':Color[B(0x9b)],'texture':Texture[B(0x6a)],'rating':Rating[B(0x7e)],'weight':0x1});}[a58i(0x98)](){var C=a58i;return'You\x20hold\x20the\x20'+this['name']+C(0x95);}}function a58c(){var D=['2198655jsUjvh','24IpjpXS','Medium','Unknown','A\x20mysterious\x20book.','author','8nFOcrE','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','BodyArmor','351384sdLldf','Smooth','Yellow','\x20aloft,\x20feeling\x20its\x20immense\x20power.','pageCount','ArmArmor','use','Rectangle','2844820JmYfEn','Gold','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Tiny','description','639486cXRZJF','publishDate','Metallic','Circle','(((.+)+)+)+$','Key','Blade','Gloves','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','Common','Book','Brown','154532KRiChV','Large','Rare','Rifle','Weapon','34738dbLgUm','toString','Sniper\x20Rifle','15xPVOOF','Boots','Legendary','Short\x20Sword','This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22','7rPokCc','Small','search','Cup','Helmet','Grey','647MMAipk','1014OOeuyw'];a58c=function(){return D;};return a58c();}
1
+ var a58j=a58d;(function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0xd3))/0x1*(parseInt(f(0xff))/0x2)+parseInt(f(0xe5))/0x3*(parseInt(f(0x101))/0x4)+-parseInt(f(0xe3))/0x5+-parseInt(f(0xdc))/0x6*(-parseInt(f(0xf4))/0x7)+-parseInt(f(0xeb))/0x8*(-parseInt(f(0xe6))/0x9)+parseInt(f(0xf9))/0xa*(-parseInt(f(0xda))/0xb)+-parseInt(f(0xd5))/0xc*(parseInt(f(0x103))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xa57f5));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0xf3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x102)]()[h(0xdf)](h(0xcc))[h(0x102)]()['constructor'](a58a)[h(0xdf)]('(((.+)+)+)+$');});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size[i(0xde)],'category':Category['Unknown'],'shape':Shape['Rectangle'],'color':Color[i(0xf6)],'texture':Texture[i(0xf2)],'rating':Rating[i(0xd9)],'weight':0x1});}[a58j(0xdd)](){var k=a58j;return this[k(0xf5)];}}function a58c(){var C=['12913540GxYpzW','Legendary','Gold','A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','Cup','Small','136894RKjCDQ','Weapon','1791652NOuDQb','toString','13LtUVUq','(((.+)+)+)+$','Circle','Blade','author','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','LegArmor','publishDate','2TaYMIc','Rifle','5019636mxuYbC','Sniper\x20Rifle','A\x20mysterious\x20book.','Holy\x20Grail','Common','11ixUHMP','Boots','27120pPHWkB','use','Medium','search','Helmet','Gloves','name','2792645uCwDIA','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','9KXQhbF','6459282ffbshS','Rare','Metallic','You\x20hold\x20the\x20','Tiny','8TVCvjd','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','Large','\x20aloft,\x20feeling\x20its\x20immense\x20power.','An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','Grey','Brown','Smooth','apply','1582AkPcYD','description','Yellow','Rectangle','pageCount'];a58c=function(){return C;};return a58c();}export class Sword extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0xde)],'category':Category[l(0x100)],'shape':Shape['Blade'],'color':Color['Grey'],'texture':Texture[l(0xe8)],'rating':Rating['Common'],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0xed)],'category':Category[m(0x100)],'shape':Shape[m(0xd4)],'color':Color['Brown'],'texture':Texture[m(0xe8)],'rating':Rating[m(0xe7)],'weight':0x7});}}function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0xcc;var f=c[d];return f;},a58d(a,b);}export class Helmet extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size[n(0xde)],'category':Category[n(0xe0)],'shape':Shape['Circle'],'color':Color[n(0xf0)],'texture':Texture[n(0xe8)],'rating':Rating[n(0xd9)],'weight':0x2});}}export class BodyArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size['Large'],'category':Category['BodyArmor'],'shape':Shape[o(0xf7)],'color':Color[o(0xf0)],'texture':Texture[o(0xe8)],'rating':Rating['Common'],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0xd1)],'shape':Shape[p(0xf7)],'color':Color['Grey'],'texture':Texture[p(0xe8)],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size[q(0xde)],'category':Category[q(0xdb)],'shape':Shape[q(0xcd)],'color':Color[q(0xf1)],'texture':Texture['Smooth'],'rating':Rating[q(0xd9)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size[r(0xfe)],'category':Category[r(0xe1)],'shape':Shape['Circle'],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0xde)],'category':Category['ArmArmor'],'shape':Shape[s(0xf7)],'color':Color[s(0xf0)],'texture':Texture[s(0xe8)],'rating':Rating[s(0xd9)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size[t(0xea)],'category':Category['Key'],'shape':Shape[t(0xf7)],'color':Color['Yellow'],'texture':Texture[t(0xf2)],'rating':Rating[t(0xd9)],'weight':0x0});}['use'](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var u=a58j;super({'name':a,'description':b,'size':Size[u(0xde)],'category':Category[u(0x100)],'shape':Shape[u(0xce)],'color':Color[u(0xf0)],'texture':Texture['Metallic'],'rating':Rating[u(0xd9)],'weight':0x3});}[a58j(0xdd)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class Book extends Item{[a58j(0xcf)];[a58j(0xd2)];['pageCount'];constructor(a,b=a58j(0xd7),c='Unknown\x20Author'){var v=a58j;super({'name':a,'description':b,'size':Size[v(0xde)],'category':Category['Book'],'shape':Shape['Rectangle'],'color':Color[v(0xf1)],'texture':Texture['Smooth'],'rating':Rating[v(0xd9)],'weight':0x1}),this[v(0xcf)]=c,this[v(0xd2)]=new Date(),this[v(0xf8)]=0x64;}[a58j(0xdd)](){var w=a58j;return w(0xec);}}export class ShortSword extends Item{constructor(){var x=a58j;super({'name':'Short\x20Sword','description':x(0xe4),'size':Size[x(0xde)],'category':Category[x(0x100)],'shape':Shape[x(0xce)],'color':Color['Grey'],'texture':Texture[x(0xe8)],'rating':Rating[x(0xd9)],'weight':0x3});}[a58j(0xdd)](){return'Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22';}}export class SniperRifle extends Item{constructor(){var y=a58j;super({'name':y(0xd6),'description':y(0xef),'size':Size[y(0xed)],'category':Category['Weapon'],'shape':Shape['Rifle'],'color':Color['Brown'],'texture':Texture['Smooth'],'rating':Rating['Common'],'weight':0x5});}['use'](){var z=a58j;return z(0xd0);}}export class HolyGrail extends Item{constructor(){var A=a58j;super({'name':A(0xd8),'description':A(0xfc),'size':Size[A(0xfe)],'category':Category[A(0xfd)],'shape':Shape[A(0xcd)],'color':Color[A(0xfb)],'texture':Texture['Metallic'],'rating':Rating[A(0xfa)],'weight':0x1});}[a58j(0xdd)](){var B=a58j;return B(0xe9)+this[B(0xe2)]+B(0xee);}}
@@ -1 +1 @@
1
- const a60h=a60d;function a60c(){const i=['insert\x20gem','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','A\x20key\x20stained\x20with\x20old\x20blood.','48vqdSHS','Secret\x20Passage','Golden\x20Chalice','2104SZkqaU','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.','Alchemy\x20Lab','Central\x20Chamber','key','show\x20loyalty','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Ares\x20Predator','A\x20thin\x20log\x20book','Torture\x20Chamber','Treasure\x20Room','release','toString','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Nothing\x20happens.','A\x20creditstick\x20loaded\x20with\x20nuyen.','Empty\x20vial','Riddle\x20Book','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Amulet\x20of\x20Awakening','amulet','Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','sword','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','Downtown\x20Seattle','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Corporate\x20Creditstick','762dqWZcS','shield','Mage\x27s\x20Lair','117693PRXjbh','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','A\x20long-range\x20weapon.','SOUTH','Blood-stained\x20Key','1049629sRTdvQ','The\x20chest\x20remains\x20firmly\x20shut.','A\x20clear\x20glass\x20vial.','5IkAeGW','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','Barrens\x20Hideout','outside','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','Encrypted\x20Data\x20Key','inside','creditstick','Corp\x20Enclave','basic','1356SnlDCh','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','MCT\x20Fly-Spy','Rigger\x27s\x20Workshop','open\x20sesame','4031010hxkfOb','secret123','Armory','Watch\x20Tower','The\x20data\x20remains\x20encrypted.','drone','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','Matrix\x20Data\x20Haven','Ancient\x20Gem','Chad\x20the\x20stupid\x20guard','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Barrens\x20Entrance','648KCbzQk','Study','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','An\x20old\x20and\x20rusted\x20sword.','search','west','Sniper\x20Rifle','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','gem','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','Central\x20Chamber\x20Key','OUTSIDE','Courtyard','holyGrail','NORTH','book','(((.+)+)+)+$','CorpSec\x20Plans','east','462803iYWiPL','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','decrypt','south','A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','cup','north','weapon','1871fdwRxn','Emblem\x20Shield','constructor','757250ehSXJl','Jackpoint\x20Login','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.'];a60c=function(){return i;};return a60c();}(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x155))/0x1*(parseInt(f(0x18a))/0x2)+-parseInt(f(0x1a0))/0x3*(parseInt(f(0x162))/0x4)+-parseInt(f(0x195))/0x5*(parseInt(f(0x1a5))/0x6)+parseInt(f(0x192))/0x7+-parseInt(f(0x13a))/0x8*(-parseInt(f(0x18d))/0x9)+-parseInt(f(0x158))/0xa+parseInt(f(0x14d))/0xb*(-parseInt(f(0x15f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xbb9af));const a60b=(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;};}()),a60a=a60b(this,function(){const g=a60d;return a60a[g(0x16f)]()[g(0x13e)]('(((.+)+)+)+$')['toString']()[g(0x157)](a60a)[g(0x13e)](g(0x14a));});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x132;let f=c[d];return f;},a60d(a,b);}export const rooms=[{'name':'Library','description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':'key','name':'Golden\x20Key','description':a60h(0x164)},{'type':a60h(0x149),'name':'Guard\x27s\x20Log\x20Book','description':a60h(0x16b),'content':a60h(0x137)}],'exits':[{'direction':'EAST','targetRoom':'Secret\x20Passage'}]},{'name':a60h(0x160),'description':a60h(0x176),'exits':[{'direction':a60h(0x148),'targetRoom':a60h(0x16d),'keyRequired':'Golden\x20Key'},{'direction':a60h(0x190),'targetRoom':a60h(0x146)}]},{'name':'Treasure\x20Room','description':a60h(0x184),'items':[{'type':a60h(0x147),'name':'Holy\x20Grail','description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60h(0x146),'description':a60h(0x151),'roomType':'OUTSIDE','exits':[{'direction':'UP','targetRoom':a60h(0x1a8)}]},{'name':a60h(0x1a8),'description':a60h(0x169),'roomType':a60h(0x145),'puzzle':{'requiredPhrase':a60h(0x1a6),'riddle':a60h(0x141),'rewardItem':{'type':'rifle','name':a60h(0x140),'description':a60h(0x18f)},'successMessage':'You\x20pull\x20the\x20sniper\x20rifle\x20from\x20the\x20gun\x20cabinet.\x20\x20Just\x20as\x20you\x20do,\x20you\x20hear\x20a\x20guy\x20from\x20the\x20Courtyard\x20yell\x20\x22HEY!\x20WHAT\x27S\x20YA\x20NAME?!\x22','failureMessage':'That\x20passcode\x20is\x20incorrect'}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':a60h(0x15d),'isStartRoom':!![],'roomType':a60h(0x19c),'puzzle':{'requiredPhrase':a60h(0x1a4),'riddle':'Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','rewardItem':{'type':a60h(0x167),'name':'Central\x20Chamber\x20Key','description':a60h(0x13c)},'successMessage':'The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','failureMessage':a60h(0x172)},'exits':[{'direction':a60h(0x153),'targetRoom':a60h(0x13b)},{'direction':a60h(0x14c),'targetRoom':a60h(0x166),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60h(0x13b),'description':a60h(0x134),'roomType':a60h(0x19c),'items':[{'type':a60h(0x149),'name':a60h(0x175),'description':a60h(0x1a1),'content':a60h(0x181)},{'type':'key','name':a60h(0x144),'description':a60h(0x13c)}],'exits':[{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a60h(0x14c),'targetRoom':a60h(0x165)}]},{'name':a60h(0x165),'description':a60h(0x188),'roomType':'inside','items':[{'type':a60h(0x19f),'name':a60h(0x174),'description':a60h(0x194)}],'exits':[{'direction':'west','targetRoom':a60h(0x13b)},{'direction':a60h(0x153),'targetRoom':'Armory'}]},{'name':'Armory','description':a60h(0x14e),'roomType':a60h(0x19c),'items':[{'type':a60h(0x18b),'name':a60h(0x156),'description':a60h(0x163)},{'type':a60h(0x17d),'name':'Rusted\x20Sword','description':a60h(0x13d)}],'exits':[{'direction':a60h(0x150),'targetRoom':a60h(0x165)},{'direction':a60h(0x14c),'targetRoom':a60h(0x166)}]},{'name':a60h(0x166),'description':a60h(0x186),'roomType':a60h(0x19c),'exits':[{'direction':a60h(0x13f),'targetRoom':a60h(0x1a7)},{'direction':'south','targetRoom':'Entrance\x20Hall'},{'direction':a60h(0x153),'targetRoom':a60h(0x16c)},{'direction':a60h(0x14c),'targetRoom':'Treasure\x20Room'}]},{'name':a60h(0x16c),'description':a60h(0x17b),'roomType':a60h(0x19c),'items':[{'type':a60h(0x167),'name':a60h(0x191),'description':a60h(0x15e)}],'puzzle':{'requiredPhrase':a60h(0x16e),'riddle':a60h(0x143),'rewardItem':{'type':a60h(0x142),'name':a60h(0x136),'description':'A\x20gem\x20radiating\x20a\x20mysterious\x20aura.'},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a60h(0x18e)},'exits':[{'direction':a60h(0x150),'targetRoom':a60h(0x166)}]},{'name':a60h(0x16d),'description':a60h(0x19a),'roomType':'inside','puzzle':{'requiredPhrase':a60h(0x15c),'riddle':a60h(0x183),'rewardItem':{'type':a60h(0x152),'name':a60h(0x161),'description':'A\x20chalice\x20made\x20of\x20pure\x20gold.'},'successMessage':a60h(0x182),'failureMessage':a60h(0x193)},'exits':[{'direction':a60h(0x13f),'targetRoom':a60h(0x166)}]}];export const shadowrunConfig=[{'name':a60h(0x159),'description':'A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60h(0x153),'targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60h(0x135)}]},{'name':a60h(0x135),'description':a60h(0x170),'roomType':'inside','puzzle':{'requiredPhrase':a60h(0x14f),'riddle':a60h(0x196),'rewardItem':{'type':'key','name':a60h(0x19b),'description':'A\x20key\x20made\x20of\x20pure\x20digital\x20energy.'},'successMessage':'The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','failureMessage':a60h(0x132)},'exits':[{'direction':'down','targetRoom':a60h(0x159)}]},{'name':a60h(0x180),'description':a60h(0x17f),'roomType':a60h(0x198),'exits':[{'direction':a60h(0x150),'targetRoom':a60h(0x159)},{'direction':a60h(0x14c),'targetRoom':'Barrens\x20Entrance'},{'direction':a60h(0x13f),'targetRoom':a60h(0x19e)}]},{'name':a60h(0x139),'description':a60h(0x138),'roomType':a60h(0x198),'puzzle':{'requiredPhrase':a60h(0x168),'riddle':'To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','rewardItem':{'type':a60h(0x167),'name':'Gang\x20Insignia','description':a60h(0x185)},'successMessage':a60h(0x17e),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60h(0x13f),'targetRoom':a60h(0x180)},{'direction':'north','targetRoom':a60h(0x197)}]},{'name':a60h(0x19e),'description':a60h(0x187),'roomType':a60h(0x19c),'items':[{'type':a60h(0x19d),'name':a60h(0x189),'description':a60h(0x173)},{'type':'document','name':a60h(0x14b),'description':a60h(0x17c)}],'exits':[{'direction':'east','targetRoom':'Downtown\x20Seattle'}]},{'name':a60h(0x197),'description':a60h(0x171),'roomType':a60h(0x198),'items':[{'type':a60h(0x154),'name':a60h(0x16a),'description':a60h(0x178)}],'exits':[{'direction':a60h(0x150),'targetRoom':a60h(0x139)},{'direction':'north','targetRoom':'Mage\x27s\x20Lair'},{'direction':'east','targetRoom':a60h(0x1a3)}]},{'name':a60h(0x18c),'description':a60h(0x15b),'roomType':'inside','puzzle':{'requiredPhrase':'disenchant','riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':a60h(0x17a),'name':a60h(0x179),'description':a60h(0x15a)},'successMessage':a60h(0x177),'failureMessage':a60h(0x199)},'exits':[{'direction':'south','targetRoom':a60h(0x197)}]},{'name':'Rigger\x27s\x20Workshop','description':'Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','roomType':a60h(0x19c),'items':[{'type':a60h(0x133),'name':a60h(0x1a2),'description':'A\x20small\x20surveillance\x20drone.'}],'exits':[{'direction':a60h(0x13f),'targetRoom':'Barrens\x20Hideout'}]}];
1
+ const a60i=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0x256))/0x1+parseInt(f(0x206))/0x2*(parseInt(f(0x22e))/0x3)+parseInt(f(0x22d))/0x4+-parseInt(f(0x20f))/0x5*(-parseInt(f(0x215))/0x6)+parseInt(f(0x21d))/0x7*(parseInt(f(0x20d))/0x8)+parseInt(f(0x230))/0x9*(-parseInt(f(0x1f3))/0xa)+-parseInt(f(0x231))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x3c198));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1e2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x249)]()[h(0x23b)](h(0x255))['toString']()[h(0x205)](a60a)[h(0x23b)](h(0x255));});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1e2;let f=c[d];return f;},a60d(a,b);}export const rooms=[{'name':a60i(0x247),'description':'A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','isStartRoom':!![],'items':[{'type':'key','name':a60i(0x1f8),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a60i(0x245),'name':'Guard\x27s\x20Log\x20Book','description':a60i(0x21b),'content':'Chad\x20the\x20stupid\x20guard'}],'exits':[{'direction':'EAST','targetRoom':a60i(0x24e)}]},{'name':a60i(0x24e),'description':'A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','exits':[{'direction':a60i(0x243),'targetRoom':a60i(0x208),'keyRequired':'Golden\x20Key'},{'direction':a60i(0x225),'targetRoom':a60i(0x23e)}]},{'name':a60i(0x208),'description':a60i(0x1f5),'items':[{'type':'holyGrail','name':a60i(0x219),'description':'The\x20legendary\x20Holy\x20Grail.'}]},{'name':a60i(0x23e),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x213),'exits':[{'direction':'UP','targetRoom':a60i(0x1f0)}]},{'name':'Watch\x20Tower','description':a60i(0x214),'roomType':a60i(0x213),'puzzle':{'requiredPhrase':a60i(0x22a),'riddle':'A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','rewardItem':{'type':a60i(0x1ea),'name':'Sniper\x20Rifle','description':a60i(0x1ef)},'successMessage':a60i(0x232),'failureMessage':a60i(0x1ec)}}];export const dungeonConfig=[{'name':'Entrance\x20Hall','description':'A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','isStartRoom':!![],'roomType':a60i(0x240),'puzzle':{'requiredPhrase':a60i(0x204),'riddle':a60i(0x1f9),'rewardItem':{'type':a60i(0x1fd),'name':a60i(0x221),'description':a60i(0x236)},'successMessage':a60i(0x24d),'failureMessage':a60i(0x257)},'exits':[{'direction':a60i(0x235),'targetRoom':a60i(0x250)},{'direction':'east','targetRoom':a60i(0x238),'keyRequired':'Central\x20Chamber\x20Key'}]},{'name':a60i(0x250),'description':a60i(0x210),'roomType':a60i(0x240),'items':[{'type':a60i(0x245),'name':'Riddle\x20Book','description':a60i(0x1fc),'content':a60i(0x223)},{'type':'key','name':a60i(0x221),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x217),'targetRoom':'Entrance\x20Hall'},{'direction':'east','targetRoom':'Alchemy\x20Lab'}]},{'name':a60i(0x200),'description':'A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','roomType':a60i(0x240),'items':[{'type':'basic','name':a60i(0x23f),'description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a60i(0x209),'targetRoom':a60i(0x250)},{'direction':a60i(0x235),'targetRoom':a60i(0x21a)}]},{'name':a60i(0x21a),'description':a60i(0x233),'roomType':'inside','items':[{'type':a60i(0x202),'name':a60i(0x254),'description':a60i(0x24b)},{'type':a60i(0x229),'name':a60i(0x212),'description':a60i(0x252)}],'exits':[{'direction':a60i(0x217),'targetRoom':'Alchemy\x20Lab'},{'direction':a60i(0x226),'targetRoom':a60i(0x238)}]},{'name':a60i(0x238),'description':a60i(0x218),'roomType':'inside','exits':[{'direction':'west','targetRoom':'Armory'},{'direction':a60i(0x217),'targetRoom':a60i(0x1e9)},{'direction':a60i(0x235),'targetRoom':a60i(0x22b)},{'direction':a60i(0x226),'targetRoom':a60i(0x208)}]},{'name':a60i(0x22b),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':a60i(0x240),'items':[{'type':a60i(0x1fd),'name':a60i(0x1fb),'description':a60i(0x1ff)}],'puzzle':{'requiredPhrase':a60i(0x24f),'riddle':a60i(0x24a),'rewardItem':{'type':a60i(0x1eb),'name':a60i(0x20e),'description':a60i(0x224)},'successMessage':'The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','failureMessage':a60i(0x20b)},'exits':[{'direction':'south','targetRoom':'Central\x20Chamber'}]},{'name':'Treasure\x20Room','description':a60i(0x259),'roomType':a60i(0x240),'puzzle':{'requiredPhrase':a60i(0x241),'riddle':a60i(0x24c),'rewardItem':{'type':a60i(0x20c),'name':a60i(0x1f4),'description':a60i(0x228)},'successMessage':a60i(0x21e),'failureMessage':a60i(0x244)},'exits':[{'direction':a60i(0x209),'targetRoom':a60i(0x238)}]}];function a60c(){const j=['Corp\x20Enclave','14oHzKjy','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Ares\x20Predator','Central\x20Chamber\x20Key','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','SOUTH','east','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','A\x20chalice\x20made\x20of\x20pure\x20gold.','sword','secret123','Torture\x20Chamber','Downtown\x20Seattle','723300DlvaXV','167481NuhytO','Amulet\x20of\x20Awakening','18hWuSCq','3283973bBucWh','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','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Corporate\x20Creditstick','north','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','show\x20loyalty','Central\x20Chamber','The\x20data\x20remains\x20encrypted.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','search','MCT\x20Fly-Spy','Matrix\x20Data\x20Haven','Courtyard','Empty\x20vial','inside','insert\x20gem','Barrens\x20Entrance','NORTH','The\x20chest\x20remains\x20firmly\x20shut.','book','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','Library','Barrens\x20Hideout','toString','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','Secret\x20Passage','release','Study','Rigger\x27s\x20Workshop','An\x20old\x20and\x20rusted\x20sword.','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Emblem\x20Shield','(((.+)+)+)+$','415607ICJqOj','Nothing\x20happens.','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','apply','The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','down','drone','Jackpoint\x20Login','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','Mage\x27s\x20Lair','Entrance\x20Hall','rifle','gem','That\x20passcode\x20is\x20incorrect','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','disenchant','A\x20long-range\x20weapon.','Watch\x20Tower','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','outside','960170ECKXBd','Golden\x20Chalice','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','CorpSec\x20Plans','decrypt','Golden\x20Key','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','Gang\x20Insignia','Blood-stained\x20Key','A\x20book\x20containing\x20a\x20mysterious\x20riddle.','key','A\x20small\x20surveillance\x20drone.','A\x20key\x20stained\x20with\x20old\x20blood.','Alchemy\x20Lab','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','shield','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','open\x20sesame','constructor','10QlVqrt','The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','Treasure\x20Room','west','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','cup','1198488PYpFdR','Ancient\x20Gem','310csJlXo','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','weapon','Rusted\x20Sword','OUTSIDE','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','38010BHVBZu','A\x20creditstick\x20loaded\x20with\x20nuyen.','south','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','Holy\x20Grail','Armory','A\x20thin\x20log\x20book'];a60c=function(){return j;};return a60c();}export const shadowrunConfig=[{'name':a60i(0x1e6),'description':a60i(0x222),'isStartRoom':!![],'roomType':'inside','exits':[{'direction':a60i(0x235),'targetRoom':a60i(0x22c)},{'direction':'up','targetRoom':a60i(0x23d)}]},{'name':'Matrix\x20Data\x20Haven','description':a60i(0x201),'roomType':a60i(0x240),'puzzle':{'requiredPhrase':a60i(0x1f7),'riddle':'Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','rewardItem':{'type':a60i(0x1fd),'name':'Encrypted\x20Data\x20Key','description':a60i(0x1ed)},'successMessage':a60i(0x23a),'failureMessage':a60i(0x239)},'exits':[{'direction':a60i(0x1e4),'targetRoom':a60i(0x1e6)}]},{'name':a60i(0x22c),'description':'The\x20rain-soaked\x20streets\x20of\x20Seattle\x20with\x20neon\x20lights\x20reflecting\x20off\x20wet\x20pavement.\x20The\x20distant\x20sound\x20of\x20corporate\x20security\x20drones\x20can\x20be\x20heard.','roomType':a60i(0x1f2),'exits':[{'direction':a60i(0x217),'targetRoom':a60i(0x1e6)},{'direction':a60i(0x226),'targetRoom':'Barrens\x20Entrance'},{'direction':a60i(0x209),'targetRoom':a60i(0x21c)}]},{'name':'Barrens\x20Entrance','description':a60i(0x207),'roomType':a60i(0x1f2),'puzzle':{'requiredPhrase':a60i(0x237),'riddle':a60i(0x1f1),'rewardItem':{'type':a60i(0x1fd),'name':a60i(0x1fa),'description':a60i(0x258)},'successMessage':a60i(0x1e3),'failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x209),'targetRoom':a60i(0x22c)},{'direction':a60i(0x235),'targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x21c),'description':a60i(0x1e7),'roomType':'inside','items':[{'type':'creditstick','name':a60i(0x234),'description':a60i(0x216)},{'type':'document','name':a60i(0x1f6),'description':a60i(0x203)}],'exits':[{'direction':a60i(0x226),'targetRoom':'Downtown\x20Seattle'}]},{'name':'Barrens\x20Hideout','description':'A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','roomType':'outside','items':[{'type':a60i(0x211),'name':a60i(0x220),'description':a60i(0x227)}],'exits':[{'direction':a60i(0x217),'targetRoom':a60i(0x242)},{'direction':'north','targetRoom':a60i(0x1e8)},{'direction':a60i(0x226),'targetRoom':'Rigger\x27s\x20Workshop'}]},{'name':a60i(0x1e8),'description':'A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','roomType':a60i(0x240),'puzzle':{'requiredPhrase':a60i(0x1ee),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':'amulet','name':a60i(0x22f),'description':a60i(0x21f)},'successMessage':a60i(0x20a),'failureMessage':a60i(0x246)},'exits':[{'direction':'south','targetRoom':a60i(0x248)}]},{'name':a60i(0x251),'description':a60i(0x253),'roomType':a60i(0x240),'items':[{'type':a60i(0x1e5),'name':a60i(0x23c),'description':a60i(0x1fe)}],'exits':[{'direction':a60i(0x209),'targetRoom':'Barrens\x20Hideout'}]}];
@@ -1 +1 @@
1
- function a61c(){var i=['uuid','texture','roomType','size','shape','101384VxXMek','99730IqWsZP','player','138MOqHQg','color','solved','20035OUjOZz','_maxCarryingWeight','147cQBcLq','puzzle','_equipment','1976711ylxJZA','constructor','9rrXaGJ','36eWXQsW','exits','name','characterLocations','items','description','roomA','_inventory','2150600nBTVCe','_logger','_currentLocation','rating','unlockItemOrSolution','384558trzVDG','search','isLocked','18dpzCZn','category','458636XAYGUj','rooms','roomB','logger','_playerName','toString','weight','inventory','isLockable'];a61c=function(){return i;};return a61c();}var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1ca))/0x1+parseInt(f(0x1de))/0x2+parseInt(f(0x1ea))/0x3*(-parseInt(f(0x1cf))/0x4)+parseInt(f(0x1e3))/0x5*(parseInt(f(0x1e0))/0x6)+-parseInt(f(0x1e5))/0x7*(-parseInt(f(0x1dd))/0x8)+parseInt(f(0x1cd))/0x9*(parseInt(f(0x1f3))/0xa)+parseInt(f(0x1e8))/0xb*(-parseInt(f(0x1eb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x52f2d));var a61b=(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;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x1d4)]()[g(0x1cb)]('(((.+)+)+)+$')['toString']()[g(0x1e9)](a61a)[g(0x1cb)]('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x1d0)];[a61h(0x1df)];[a61h(0x1d2)];[a61h(0x1ee)];}export class AbstractRoom extends EventEmitter{[a61h(0x1ed)];[a61h(0x1f0)];[a61h(0x1ec)];[a61h(0x1d6)];[a61h(0x1e6)];[a61h(0x1da)];['isStartRoom'];}export class AbstractDoor{[a61h(0x1f1)];[a61h(0x1d1)];[a61h(0x1cc)];[a61h(0x1f7)];[a61h(0x1ed)];[a61h(0x1d2)];[a61h(0x1d7)];}export class AbstractInventory{[a61h(0x1ef)];[a61h(0x1d2)];}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1ca;var f=c[d];return f;},a61d(a,b);}export class AbstractItem{[a61h(0x1d8)];[a61h(0x1ed)];['description'];[a61h(0x1db)];[a61h(0x1ce)];[a61h(0x1dc)];[a61h(0x1e1)];[a61h(0x1d9)];[a61h(0x1f6)];[a61h(0x1d5)];}export class AbstractPlayer{[a61h(0x1d3)];[a61h(0x1f5)];[a61h(0x1f2)];[a61h(0x1e7)];[a61h(0x1e4)];[a61h(0x1f4)];}export class AbstractPuzzle{['logger'];[a61h(0x1e2)];}
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=-parseInt(f(0x15d))/0x1*(-parseInt(f(0x144))/0x2)+parseInt(f(0x13b))/0x3*(-parseInt(f(0x13e))/0x4)+-parseInt(f(0x157))/0x5*(parseInt(f(0x141))/0x6)+-parseInt(f(0x147))/0x7+parseInt(f(0x156))/0x8+-parseInt(f(0x14a))/0x9*(-parseInt(f(0x154))/0xa)+parseInt(f(0x162))/0xb*(parseInt(f(0x15f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x94d70));var a61b=(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;};}()),a61a=a61b(this,function(){var g=a61d;return a61a['toString']()[g(0x14c)](g(0x160))[g(0x146)]()[g(0x15c)](a61a)[g(0x14c)]('(((.+)+)+)+$');});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x152)];[a61h(0x14d)];[a61h(0x163)];[a61h(0x149)];}export class AbstractRoom extends EventEmitter{[a61h(0x153)];[a61h(0x15e)];['exits'];[a61h(0x143)];['puzzle'];[a61h(0x150)];['isStartRoom'];}export class AbstractDoor{[a61h(0x13f)];[a61h(0x14f)];[a61h(0x13d)];['unlockItemOrSolution'];[a61h(0x153)];[a61h(0x163)];[a61h(0x14e)];}export class AbstractInventory{[a61h(0x158)];[a61h(0x163)];}export class AbstractItem{[a61h(0x151)];[a61h(0x153)];[a61h(0x15e)];['size'];['category'];[a61h(0x142)];['color'];[a61h(0x155)];[a61h(0x13c)];[a61h(0x15a)];}function a61c(){var i=['player','isLockable','roomB','roomType','uuid','rooms','name','60PUeiZp','texture','348680lpmLpP','4745670KDsLeI','items','_maxCarryingWeight','weight','solved','constructor','1wbtMrK','description','383364POGqdT','(((.+)+)+)+$','_currentLocation','341mAYcdR','logger','3kTKCnC','rating','isLocked','3867348zqKuAM','roomA','_equipment','6ZHWxzm','shape','inventory','1832842SyqyLi','_logger','toString','2355822iNHiUa','_playerName','characterLocations','1367703YpcyWY','_inventory','search'];a61c=function(){return i;};return a61c();}function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x13b;var f=c[d];return f;},a61d(a,b);}export class AbstractPlayer{[a61h(0x148)];[a61h(0x161)];[a61h(0x14b)];[a61h(0x140)];[a61h(0x159)];[a61h(0x145)];}export class AbstractPuzzle{[a61h(0x163)];[a61h(0x15b)];}
@@ -1 +1 @@
1
- (function(a,b){var k=a62d,c=a();while(!![]){try{var d=-parseInt(k(0x93))/0x1*(-parseInt(k(0x6e))/0x2)+parseInt(k(0xaa))/0x3*(parseInt(k(0x97))/0x4)+parseInt(k(0x91))/0x5+parseInt(k(0xb1))/0x6+-parseInt(k(0x9b))/0x7+parseInt(k(0xac))/0x8+parseInt(k(0x84))/0x9*(-parseInt(k(0xc0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe8e25));export var Size;(function(a){var l=a62d;a['Tiny']=l(0x9d),a[l(0x7a)]=l(0x73),a['Medium']=l(0x9e),a[l(0xb2)]=l(0x87),a[l(0xc4)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a[m(0xa2)]=m(0xb6),a[m(0x81)]=m(0x9c),a[m(0x86)]='legendary';}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a['Weapon']=n(0x9f),a[n(0xb0)]=n(0xcb),a[n(0x89)]=n(0xa9),a[n(0x95)]='gloves',a[n(0xaf)]=n(0xbd),a[n(0x70)]=n(0xc9),a['Boots']=n(0xa6),a[n(0xad)]=n(0xa1),a[n(0x8d)]='arm\x20armor',a[n(0xb8)]='body\x20armor',a[n(0xb7)]=n(0x85),a[n(0xb3)]=n(0xc7),a['Unknown']=n(0xbf);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x8c)]=o(0xa5),a[o(0xb4)]='square',a[o(0x75)]=o(0x90),a[o(0x7d)]=o(0xa0),a[o(0xab)]=o(0x99),a[o(0x8b)]='rifle';}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a[p(0xd0)]='red',a[p(0x8e)]=p(0x76),a[p(0xc8)]=p(0xc5),a[p(0x9a)]='yellow',a[p(0x7b)]=p(0x71),a['Purple']=p(0x94),a['Grey']=p(0xbe),a['Brown']='brown',a[p(0xca)]=p(0xa4);}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x6e;var f=c[d];return f;},a62d(a,b);}export var Texture;(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e[q(0xbc)]()[q(0xae)](q(0xce))[q(0xbc)]()[q(0xa3)](e)['search'](q(0xce));});e(),c[r(0x7f)]=r(0xb9),c[r(0x82)]=r(0x78),c[r(0x6f)]='bumpy',c['Fuzzy']=r(0x92),c[r(0xb5)]=r(0x7e),c['Metallic']='metallic';}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a['INSIDE']='inside',a[s(0xc3)]=s(0x98),a[s(0x72)]=s(0x96),a['CAVE']=s(0xc6),a[s(0xcd)]=s(0x79),a[s(0xbb)]=s(0x77),a[s(0xcf)]=s(0x8a),a[s(0xa8)]=s(0xc1),a['BEACH']='beach',a[s(0x8f)]=s(0x83);}(RoomType||(RoomType={})));export var Direction;function a62c(){var u=['5690HGgHSR','mountain','down','OUTSIDE','VeryLarge','green','cave','cup','Green','hat','Gold','shield','EAST','TOWER','(((.+)+)+)+$','DESERT','Red','12LqnPwM','Bumpy','Hat','orange','UNDERGROUND','small','south','Triangle','blue','forest','rough','tower','Small','Orange','DOWN','Rectangle','grainy','Smooth','WEST','Rare','Rough','sea','64773sNeBSZ','book','Legendary','large','NORTH','Key','desert','Rifle','Circle','ArmArmor','Blue','SEA','triangle','3073250lLTqHX','fuzzy','149672nzSVxx','purple','Gloves','underground','185048keAfPV','outside','blade','Yellow','764225pCknTo','rare','tiny','medium','weapon','rectangle','leg\x20armor','Common','constructor','gold','circle','boots','west','MOUNTAIN','key','27ZajIqn','Blade','10720576TugYBd','LegArmor','search','Helmet','Shield','11334294VAQRNZ','Large','Cup','Square','Grainy','common','Book','BodyArmor','smooth','east','FOREST','toString','helmet','grey','unknown'];a62c=function(){return u;};return a62c();}(function(a){var t=a62d;a[t(0x88)]='north',a[t(0xcc)]=t(0xba),a['SOUTH']=t(0x74),a[t(0x80)]=t(0xa7),a['UP']='up',a[t(0x7c)]=t(0xc2);}(Direction||(Direction={})));
1
+ (function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x201))/0x1+parseInt(k(0x211))/0x2*(parseInt(k(0x1de))/0x3)+parseInt(k(0x213))/0x4+-parseInt(k(0x1df))/0x5+parseInt(k(0x1e0))/0x6*(parseInt(k(0x1d7))/0x7)+parseInt(k(0x208))/0x8+-parseInt(k(0x220))/0x9*(parseInt(k(0x20e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x49884));export var Size;(function(a){var l=a62d;a[l(0x1d8)]='tiny',a['Small']=l(0x1ce),a[l(0x1dd)]=l(0x21e),a['Large']=l(0x21f),a[l(0x20f)]=l(0x1da);}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a['Common']=m(0x1e4),a[m(0x1d6)]=m(0x1ee),a[m(0x1f6)]=m(0x1c5);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a['Weapon']=n(0x1fc),a[n(0x20b)]=n(0x1f8),a[n(0x1f5)]=n(0x1f4),a['Gloves']='gloves',a[n(0x1c3)]=n(0x218),a[n(0x21d)]=n(0x1eb),a['Boots']=n(0x1d9),a[n(0x1cd)]='leg\x20armor',a['ArmArmor']=n(0x214),a[n(0x1c7)]=n(0x20d),a['Book']='book',a[n(0x1fa)]=n(0x1d1),a[n(0x206)]=n(0x1ea);}(Category||(Category={})));export var Shape;(function(a){var o=a62d;a[o(0x1fb)]='circle',a[o(0x1f9)]='square',a[o(0x207)]=o(0x1c4),a['Rectangle']=o(0x219),a[o(0x21b)]=o(0x1f0),a[o(0x1f2)]=o(0x205);}(Shape||(Shape={})));export var Color;(function(a){var p=a62d;a['Red']='red',a['Blue']=p(0x1fe),a[p(0x216)]=p(0x202),a['Yellow']=p(0x1e9),a['Orange']='orange',a[p(0x200)]=p(0x1c0),a[p(0x1e5)]=p(0x1ca),a[p(0x204)]=p(0x1f7),a['Gold']='gold';}(Color||(Color={})));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1c0;var f=c[d];return f;},a62d(a,b);}export var Texture;function a62c(){var u=['VeryLarge','west','69382oboKrE','OUTSIDE','1224096qwPerk','arm\x20armor','SEA','Green','Grainy','helmet','rectangle','UNDERGROUND','Blade','forest','Hat','medium','large','27dqlVnh','purple','WEST','north','Helmet','triangle','legendary','inside','BodyArmor','(((.+)+)+)+$','INSIDE','grey','underground','smooth','LegArmor','small','NORTH','cave','cup','DOWN','east','Smooth','search','Rare','4123826JjbqPU','Tiny','boots','very\x20large','desert','metallic','Medium','39swJNui','1677955wrPesD','6TDFkWP','FOREST','mountain','south','common','Grey','Metallic','EAST','Fuzzy','yellow','unknown','hat','tower','MOUNTAIN','rare','down','blade','constructor','Rifle','fuzzy','key','Key','Legendary','brown','shield','Square','Cup','Circle','weapon','grainy','blue','SOUTH','Purple','367836vsnWZL','green','rough','Brown','rifle','Unknown','Triangle','1131368BgjuGm','beach','CAVE','Shield','Bumpy','body\x20armor','4062010mXtnhP'];a62c=function(){return u;};return a62c();}(function(c){var r=a62d,d=(function(){var f=!![];return function(g,h){var i=f?function(){if(h){var j=h['apply'](g,arguments);return h=null,j;}}:function(){};return f=![],i;};}()),e=d(this,function(){var q=a62d;return e['toString']()[q(0x1d5)](q(0x1c8))['toString']()[q(0x1f1)](e)[q(0x1d5)](q(0x1c8));});e(),c[r(0x1d4)]=r(0x1cc),c['Rough']=r(0x203),c[r(0x20c)]='bumpy',c[r(0x1e8)]=r(0x1f3),c[r(0x217)]=r(0x1fd),c[r(0x1e6)]=r(0x1dc);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a[s(0x1c9)]=s(0x1c6),a[s(0x212)]='outside',a[s(0x21a)]=s(0x1cb),a[s(0x20a)]=s(0x1d0),a['TOWER']=s(0x1ec),a[s(0x1e1)]=s(0x21c),a['DESERT']=s(0x1db),a[s(0x1ed)]=s(0x1e2),a['BEACH']=s(0x209),a[s(0x215)]='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x1cf)]=t(0x1c2),a[t(0x1e7)]=t(0x1d3),a[t(0x1ff)]=t(0x1e3),a[t(0x1c1)]=t(0x210),a['UP']='up',a[t(0x1d2)]=t(0x1ef);}(Direction||(Direction={})));
@@ -1 +1 @@
1
- (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0xeb))/0x1+parseInt(f(0xf1))/0x2+parseInt(f(0xea))/0x3*(-parseInt(f(0xed))/0x4)+-parseInt(f(0xec))/0x5+-parseInt(f(0xf2))/0x6+parseInt(f(0xf0))/0x7*(-parseInt(f(0xf4))/0x8)+parseInt(f(0xf3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x3cf24));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0xe7)]()[h(0xef)](h(0xee))[h(0xe7)]()[h(0xe9)](a63a)[h(0xef)](h(0xee));});a63a();function a63c(){var i=['12SZfIsN','(((.+)+)+)+$','search','14889SlKYTP','547946ULivIi','1535430YMuYHv','1557450LvqTJM','200MEOvzk','toString','apply','constructor','115707BsqUEJ','453572RvksVV','1130860FRRsNM'];a63c=function(){return i;};return a63c();}function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0xe7;var f=c[d];return f;},a63d(a,b);}export{};
1
+ (function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x160))/0x1*(-parseInt(f(0x165))/0x2)+parseInt(f(0x15d))/0x3+parseInt(f(0x164))/0x4+parseInt(f(0x162))/0x5+parseInt(f(0x167))/0x6+-parseInt(f(0x166))/0x7*(parseInt(f(0x15b))/0x8)+-parseInt(f(0x163))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xef96f));function a63c(){var h=['4190864VcTbLL','search','4451415znYzvA','(((.+)+)+)+$','constructor','236807NlyStY','toString','3344690BdVofo','19126026MPIvmG','2182548WwKYyZ','2KyHXXN','7aygSQD','7012548qSxWzz'];a63c=function(){return h;};return a63c();}var a63b=(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;};}()),a63a=a63b(this,function(){var g=a63d;return a63a[g(0x161)]()[g(0x15c)](g(0x15e))[g(0x161)]()[g(0x15f)](a63a)[g(0x15c)](g(0x15e));});a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x15b;var f=c[d];return f;},a63d(a,b);}export{};
@@ -1 +1 @@
1
- function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xcc;var f=c[d];return f;},a64d(a,b);}(function(a,b){var f=a64d,c=a();while(!![]){try{var d=parseInt(f(0xd6))/0x1+parseInt(f(0xd0))/0x2+-parseInt(f(0xcf))/0x3*(-parseInt(f(0xd5))/0x4)+parseInt(f(0xd4))/0x5+parseInt(f(0xd8))/0x6*(-parseInt(f(0xce))/0x7)+parseInt(f(0xd1))/0x8*(-parseInt(f(0xd9))/0x9)+-parseInt(f(0xd7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xcc049));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0xd3)]()[h(0xd2)](h(0xcc))[h(0xd3)]()['constructor'](a64a)[h(0xd2)]('(((.+)+)+)+$');});function a64c(){var i=['114198IHIcCh','166197jNBtEt','3047874LCjcsF','56344rfiRtJ','search','toString','2279265YdkPgP','92vlvddG','1369267nnvlEl','28784490jlwAAx','324bivjYI','36eKVunJ','(((.+)+)+)+$','apply'];a64c=function(){return i;};return a64c();}a64a();export{};
1
+ (function(a,b){var f=a64d,c=a();while(!![]){try{var d=-parseInt(f(0x1a1))/0x1+-parseInt(f(0x1a2))/0x2*(-parseInt(f(0x1a0))/0x3)+parseInt(f(0x1a6))/0x4+-parseInt(f(0x1aa))/0x5*(-parseInt(f(0x1a5))/0x6)+parseInt(f(0x1ab))/0x7+parseInt(f(0x1a4))/0x8+-parseInt(f(0x19f))/0x9*(parseInt(f(0x1a9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xd2406));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a['toString']()[h(0x1ac)]('(((.+)+)+)+$')[h(0x1a8)]()[h(0x1a3)](a64a)[h(0x1ac)]('(((.+)+)+)+$');});function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0x19f;var f=c[d];return f;},a64d(a,b);}a64a();export{};function a64c(){var i=['1424XfTLVP','constructor','7864152VNuIJC','262722vPnNnv','6430764DGkfjN','apply','toString','3210scBnmq','10XJOBmG','5509791IxxMnM','search','87219aBYrSy','3855NTqDMD','408316eTfDIJ'];a64c=function(){return i;};return a64c();}
@@ -1 +1 @@
1
- const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=-parseInt(y(0x148))/0x1+parseInt(y(0x15e))/0x2*(-parseInt(y(0x156))/0x3)+-parseInt(y(0x16a))/0x4+-parseInt(y(0x17e))/0x5+-parseInt(y(0x16b))/0x6*(parseInt(y(0x188))/0x7)+parseInt(y(0x143))/0x8*(parseInt(y(0x16f))/0x9)+parseInt(y(0x153))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xa9cea));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x133;let f=c[d];return f;},a65d(a,b);}import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x155)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x14c)]()[A(0x144)](A(0x15f))[A(0x14c)]()[A(0x18a)](g)[A(0x144)]('(((.+)+)+)+$');});g();try{const h=a65e[B(0x17b)]({'smartCSR':!![],'title':B(0x15a)}),i=a65e['box']({'top':'0%','left':B(0x17a),'width':B(0x168),'height':B(0x138),'border':{'type':B(0x13c)},'label':B(0x136),'content':B(0x189),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x13d)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x175)](v=>v[C(0x149)]);i['setContent'](u['join']('\x0a')),h['render']();};h[B(0x182)](i);const k=a65e[B(0x170)]({'top':B(0x138),'left':'75%','width':B(0x168),'height':'25%','border':{'type':B(0x13c)},'label':B(0x140),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x182)](k);const l=t=>{const D=B;k[D(0x162)]('Head:\x20'+(t['head']?t[D(0x173)][D(0x149)]:D(0x169))+'\x0a'+(D(0x158)+(t[D(0x167)]?t[D(0x167)][D(0x149)]:D(0x169))+'\x0a')+(D(0x17d)+(t['legs']?t[D(0x159)][D(0x149)]:D(0x169))+'\x0a')+(D(0x14b)+(t[D(0x17c)]?t[D(0x17c)]['name']:D(0x169))+'\x0a')+(D(0x177)+(t[D(0x184)]?t[D(0x184)]['name']:'None')+'\x0a')+(D(0x151)+(t[D(0x139)]?t[D(0x139)][D(0x149)]:D(0x169))+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x185)]?t[D(0x185)][D(0x149)]:D(0x169))+'\x0a')+(D(0x18c)+(t['rightHand']?t['rightHand'][D(0x149)]:D(0x169))+'\x0a')),h[D(0x14a)]();},m=a65e[B(0x170)]({'top':'70%','left':B(0x17a),'width':B(0x168),'height':B(0x160),'border':{'type':'line'},'label':B(0x18b),'content':B(0x15c),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x182)](m);const n=t=>{const E=B;let u='Currently\x20in:\x20'+t[E(0x149)]+'\x0a\x0a';u+=E(0x164),t['exits']['size']>0x0?t[E(0x183)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x14f)](t);x[F(0x16d)]===RoomType[F(0x142)]?u+=capitalCase(w)+':\x20'+x[F(0x149)]:u+=capitalCase(w)+':\x20'+v[F(0x149)];if(v['checkIfLocked']())u+=F(0x16c);else v[F(0x180)]()&&(u+=F(0x146));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+='\x0aThere\x20are\x20no\x20exits\x20here.',m['setContent'](u),h[E(0x14a)]();},o=a65e[B(0x170)]({'id':'logBox','top':'0%','left':'0%','width':B(0x17a),'height':B(0x172),'border':{'type':B(0x13c)},'label':B(0x137),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x13a)](B(0x15d)),h[B(0x182)](o);const p=a65e['textbox']({'bottom':0x0,'left':0x0,'width':B(0x178),'height':B(0x154),'tags':!![],'border':{'type':B(0x13c)},'style':{'fg':'white','border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x182)](p),h[B(0x145)]([B(0x157),B(0x165)],()=>process[B(0x152)](0x0)),p[B(0x13f)](),h[B(0x14a)]();const q=Logger[B(0x134)](e[B(0x187)],h),r=new Player({'playerName':c});q['write'](B(0x161));const s=a65f[B(0x134)](r,d);o[B(0x162)](s['getWelcomeMessage']()),l(s[B(0x174)][B(0x179)]),j(s['player'][B(0x163)]),n(s[B(0x174)]['currentLocation']),p[B(0x145)]([B(0x13b)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x176)](t);(t['split']('\x20')[0x0]===G(0x171)||G(0x181)||G(0x135))&&(j(s[G(0x174)][G(0x163)]),l(s['player'][G(0x179)])),(t['split']('\x20')[0x0]==='go'||G(0x150)||G(0x14e))&&n(s[G(0x174)][G(0x166)]),t[G(0x147)]('\x20')[0x0]==='clear'&&o['setContent'](''),u===null&&(console[G(0x141)](G(0x13e)),h[G(0x14a)](),q[G(0x15b)](G(0x14d)),process['exit'](0x0)),o['pushLine'](u),o[G(0x133)](0x1),p['clearValue'](),p[G(0x13f)](),h[G(0x14a)]();});}catch(t){console[B(0x141)](t),process[B(0x152)](0x1);}}const args=process[a65H(0x16e)][a65H(0x17f)](0x2);function a65c(){const I=['mousemove','948OBgFqv','(((.+)+)+)+$','20%','----->>>>>>\x20Initializing\x20Game','setContent','inventory','-----\x20Exits\x20------\x0a','C-c','currentLocation','torso','25%','None','1004008cKzQnc','422358TNWvIi','\x20(Locked)','roomType','argv','414DdRtrJ','box','take','90%','head','player','map','handleInput','Arms:\x20','100%','equipment','75%','screen','feet','Legs:\x20','2962780QGCjjD','slice','checkIfLockable','equip','append','exits','arms','leftHand','parse','logFilePath','70UUnGDM','Your\x20items\x20will\x20be\x20listed\x20here...','constructor','\x20Map\x20','Right\x20Hand:\x20','scroll','getInstance','unequip','\x20Inventory\x20','\x20Game\x20Log\x20','45%','gloves','removeAllListeners','enter','line','yellow','Thanks\x20for\x20playing!','focus','\x20Equipment\x20','log','OUTSIDE','91992tuEVgR','search','key','\x20(Unlocked)','split','523651GqKFnR','name','render','Feet:\x20','toString','<<<<<<<<---------\x20Terminating\x20game','unlock','getOtherSide','lock','Gloves:\x20','exit','22936470sPbNZj','10%','apply','354EeUVZc','escape','Torso:\x20','legs','Side\x20Quest\x20Adventure\x20Game','write','Available\x20exits\x20will\x20be\x20shown\x20here...'];a65c=function(){return I;};return a65c();}main(args[0x0],JSON[a65H(0x186)](args[0x1]),JSON[a65H(0x186)](args[0x2]));
1
+ const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x1da))/0x1*(parseInt(y(0x1bd))/0x2)+parseInt(y(0x1dd))/0x3+parseInt(y(0x1c6))/0x4*(-parseInt(y(0x1a2))/0x5)+-parseInt(y(0x1c9))/0x6+parseInt(y(0x1b1))/0x7*(parseInt(y(0x1a5))/0x8)+parseInt(y(0x1c4))/0x9*(-parseInt(y(0x200))/0xa)+parseInt(y(0x1e5))/0xb*(-parseInt(y(0x1b5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x92495));import a65e from'blessed';import{capitalCase}from'change-case';import a65f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a65d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a65d;if(j){const l=j[z(0x203)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x1f0)]()['search']('(((.+)+)+)+$')['toString']()[A(0x1ff)](g)[A(0x1e9)](A(0x1ed));});g();try{const h=a65e[B(0x1c1)]({'smartCSR':!![],'title':B(0x1bc)}),i=a65e[B(0x1a6)]({'top':'0%','left':B(0x201),'width':B(0x1d0),'height':B(0x1ee),'border':{'type':B(0x1d8)},'label':'\x20Inventory\x20','content':B(0x1fc),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b6)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x1df)](v=>v[C(0x1af)]);i['setContent'](u[C(0x1ba)]('\x0a')),h[C(0x1ae)]();};h[B(0x1dc)](i);const k=a65e[B(0x1a6)]({'top':B(0x1ee),'left':B(0x201),'width':'25%','height':B(0x1d0),'border':{'type':B(0x1d8)},'label':B(0x1cc),'content':B(0x1b4),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b6)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x1dc)](k);const l=t=>{const D=B;k['setContent'](D(0x1cf)+(t['head']?t[D(0x1e3)][D(0x1af)]:D(0x1f5))+'\x0a'+(D(0x1b7)+(t['torso']?t[D(0x1a4)]['name']:'None')+'\x0a')+(D(0x1bb)+(t['legs']?t[D(0x1e2)][D(0x1af)]:D(0x1f5))+'\x0a')+(D(0x1b0)+(t[D(0x1c2)]?t[D(0x1c2)]['name']:'None')+'\x0a')+(D(0x1d5)+(t[D(0x1a1)]?t[D(0x1a1)]['name']:D(0x1f5))+'\x0a')+('Gloves:\x20'+(t[D(0x1a8)]?t[D(0x1a8)][D(0x1af)]:'None')+'\x0a')+(D(0x1f8)+(t[D(0x1fd)]?t[D(0x1fd)][D(0x1af)]:D(0x1f5))+'\x0a')+(D(0x19e)+(t[D(0x1ab)]?t['rightHand'][D(0x1af)]:D(0x1f5))+'\x0a')),h[D(0x1ae)]();},m=a65e[B(0x1a6)]({'top':B(0x1d1),'left':B(0x201),'width':B(0x1d0),'height':B(0x1f1),'border':{'type':B(0x1d8)},'label':B(0x1ec),'content':B(0x1f9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b6)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x1fa)+t[E(0x1af)]+'\x0a\x0a';u+=E(0x202),t[E(0x1c3)][E(0x1e1)]>0x0?t['exits'][E(0x1ef)]((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x1e4)](t);x[F(0x1c8)]===RoomType[F(0x1ea)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v[F(0x1af)];if(v[F(0x1ad)]())u+=F(0x1fb);else v[F(0x1de)]()&&(u+=F(0x1a9));u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x1d2),m[E(0x1c7)](u),h[E(0x1ae)]();},o=a65e['box']({'id':B(0x1a3),'top':'0%','left':'0%','width':B(0x201),'height':'90%','border':{'type':'line'},'label':B(0x1bf),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x1b6)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o[B(0x1f3)](B(0x1cd)),h['append'](o);const p=a65e[B(0x1ca)]({'bottom':0x0,'left':0x0,'width':'100%','height':B(0x1eb),'tags':!![],'border':{'type':B(0x1d8)},'style':{'fg':B(0x1b8),'border':{'fg':B(0x1f6)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x1d4)](['escape','C-c'],()=>process['exit'](0x0)),p[B(0x1f7)](),h[B(0x1ae)]();const q=Logger[B(0x1cb)](e[B(0x1a7)],h),r=new Player({'playerName':c});q[B(0x1f2)](B(0x1d6));const s=a65f['getInstance'](r,d);o['setContent'](s[B(0x1c5)]()),l(s[B(0x1ac)][B(0x1b3)]),j(s[B(0x1ac)][B(0x1ce)]),n(s[B(0x1ac)][B(0x1d7)]),p[B(0x1d4)]([B(0x1d3)],async()=>{const G=B,t=p['getValue'](),u=s[G(0x1e7)](t);(t[G(0x19f)]('\x20')[0x0]===G(0x1f4)||G(0x1e8)||G(0x1aa))&&(j(s[G(0x1ac)][G(0x1ce)]),l(s[G(0x1ac)][G(0x1b3)])),(t[G(0x19f)]('\x20')[0x0]==='go'||G(0x1e0)||G(0x1a0))&&n(s[G(0x1ac)][G(0x1d7)]),t[G(0x19f)]('\x20')[0x0]===G(0x1c0)&&o[G(0x1c7)](''),u===null&&(console['log'](G(0x1e6)),h['render'](),q[G(0x1f2)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x1d9)](0x0)),o[G(0x1b2)](u),o[G(0x1fe)](0x1),p[G(0x1b9)](),p[G(0x1f7)](),h[G(0x1ae)]();});}catch(t){console[B(0x204)](t),process['exit'](0x1);}}function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x19e;let f=c[d];return f;},a65d(a,b);}const args=process['argv'][a65H(0x1be)](0x2);main(args[0x0],JSON[a65H(0x1db)](args[0x1]),JSON[a65H(0x1db)](args[0x2]));function a65c(){const I=['checkIfLocked','render','name','Feet:\x20','1687IuhUhS','pushLine','equipment','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','22668hgkSXL','yellow','Torso:\x20','white','clearValue','join','Legs:\x20','Side\x20Quest\x20Adventure\x20Game','1088798TgJqav','slice','\x20Game\x20Log\x20','clear','screen','feet','exits','14517DasBhR','getWelcomeMessage','3112HuNuAM','setContent','roomType','799254ywiAwh','textbox','getInstance','\x20Equipment\x20','mousemove','inventory','Head:\x20','25%','70%','\x0aThere\x20are\x20no\x20exits\x20here.','enter','key','Arms:\x20','----->>>>>>\x20Initializing\x20Game','currentLocation','line','exit','2dePXjt','parse','append','1498905vEBVox','checkIfLockable','map','lock','size','legs','head','getOtherSide','1221JMkuEt','Thanks\x20for\x20playing!','handleInput','equip','search','OUTSIDE','10%','\x20Map\x20','(((.+)+)+)+$','45%','forEach','toString','20%','write','removeAllListeners','take','None','cyan','focus','Left\x20Hand:\x20','Available\x20exits\x20will\x20be\x20shown\x20here...','Currently\x20in:\x20','\x20(Locked)','Your\x20items\x20will\x20be\x20listed\x20here...','leftHand','scroll','constructor','1390YJvomo','75%','-----\x20Exits\x20------\x0a','apply','log','Right\x20Hand:\x20','split','unlock','arms','5645EeokQP','logBox','torso','15144uSSGnT','box','logFilePath','gloves','\x20(Unlocked)','unequip','rightHand','player'];a65c=function(){return I;};return a65c();}
@@ -1 +1 @@
1
- function a66c(){const s=['ensureLogFileExists','mkdirSync','box','getInstance','67824FiXfVb','filePath','type','6854127pFezBD','8298910cmCIMJ','write','existsSync','appendFileSync','2958564ANkpJw','5FwpXMV','[ERROR]\x20[','setContent','[INFO]\x20[','constructor','find','400dGEZGD','log','getScrollHeight','instance','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','homedir','join','side-quest.log','children','dirname','options','830481UdPCta','582966cOAiPs','.maka','toISOString','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','screen','scrollTo','2mOTexQ','184846OjNpdK','error','content','search','apply'];a66c=function(){return s;};return a66c();}const a66k=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xf7;let f=c[d];return f;},a66d(a,b);}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x103))/0x1+parseInt(h(0x102))/0x2*(parseInt(h(0xfb))/0x3)+-parseInt(h(0x114))/0x4*(-parseInt(h(0x115))/0x5)+-parseInt(h(0xfc))/0x6+parseInt(h(0x10f))/0x7+-parseInt(h(0x11b))/0x8*(parseInt(h(0x10c))/0x9)+-parseInt(h(0x110))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x7bc33));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x107)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0x106)]('(((.+)+)+)+$')['toString']()[j(0x119)](a66a)[j(0x106)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x120)]();export class Logger{static [a66k(0x11e)];[a66k(0x10d)];['screen'];constructor(a,b){const l=a66k;this[l(0x10d)]=a,this[l(0x100)]=b,this[l(0x108)]();}static[a66k(0x10b)](a=a66g[a66k(0x121)](homeDir,a66k(0xfd),a66k(0xf7)),b){const m=a66k;if(!Logger[m(0x11e)]){if(!b)throw new Error(m(0x11f));Logger['instance']=new Logger(a,b);}return Logger[m(0x11e)];}[a66k(0x108)](){const n=a66k,a=a66g[n(0xf9)](this['filePath']);!a66e[n(0x112)](a)&&a66e[n(0x109)](a,{'recursive':!![]}),!a66e[n(0x112)](this[n(0x10d)])&&a66e['writeFileSync'](this['filePath'],'');}[a66k(0x111)](a){const o=a66k,b=new Date()[o(0xfe)](),c=o(0x118)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[o(0x10d)],c);}[a66k(0x104)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x116)+b+']\x20'+a+'\x0a';a66e[p(0x113)](this[p(0x10d)],c);}[a66k(0x11c)](a){const q=a66k,b=this['screen']?.[q(0xf8)][q(0x11a)](c=>c[q(0x10e)]===q(0x10a)&&c[q(0xfa)]['id']==='logBox');b?(b[q(0x117)](b[q(0x105)]+'\x0a'+a),b[q(0x101)](b[q(0x11d)]()),this[q(0x100)]?.['render']()):this[q(0x104)]('The\x20logbox\x20'+b+q(0xff)+this['screen']),this[q(0x111)](a);}['hasScreen'](){const r=a66k;return!!this[r(0x100)];}}
1
+ const a66k=a66d;function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x12f;let f=c[d];return f;},a66d(a,b);}function a66c(){const s=['scrollTo','28EsgYDO','box','292944FljLCs','5YWmOVI','hasScreen','instance','The\x20logbox\x20','496774FdghTP','appendFileSync','filePath','content','[ERROR]\x20[','11UdlOvJ','log','options','2261796gQyBYH','getScrollHeight','search','side-quest.log','getInstance','5509544bfmgbN','7843563CNRbHB','apply','error','homedir','screen','1876640XXTIdc','toISOString','mkdirSync','2cOOizr','writeFileSync','find','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','render','setContent','existsSync','ensureLogFileExists','type','children','dirname','write','toString','2157531CwzlfA'];a66c=function(){return s;};return a66c();}(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0x143))/0x1*(-parseInt(h(0x159))/0x2)+parseInt(h(0x150))/0x3+-parseInt(h(0x135))/0x4*(parseInt(h(0x155))/0x5)+parseInt(h(0x154))/0x6*(-parseInt(h(0x152))/0x7)+parseInt(h(0x13a))/0x8+-parseInt(h(0x13b))/0x9+parseInt(h(0x140))/0xa*(parseInt(h(0x132))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x70518));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0x13c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a[j(0x14f)]()['search']('(((.+)+)+)+$')[j(0x14f)]()['constructor'](a66a)[j(0x137)]('(((.+)+)+)+$');});a66a();import a66e from'fs';import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0x13e)]();export class Logger{static [a66k(0x157)];['filePath'];['screen'];constructor(a,b){const l=a66k;this[l(0x12f)]=a,this[l(0x13f)]=b,this[l(0x14a)]();}static[a66k(0x139)](a=a66g['join'](homeDir,'.maka',a66k(0x138)),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error(m(0x146));Logger[m(0x157)]=new Logger(a,b);}return Logger[m(0x157)];}[a66k(0x14a)](){const n=a66k,a=a66g[n(0x14d)](this['filePath']);!a66e[n(0x149)](a)&&a66e[n(0x142)](a,{'recursive':!![]}),!a66e[n(0x149)](this[n(0x12f)])&&a66e[n(0x144)](this[n(0x12f)],'');}[a66k(0x14e)](a){const o=a66k,b=new Date()[o(0x141)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e[o(0x15a)](this[o(0x12f)],c);}[a66k(0x13d)](a){const p=a66k,b=new Date()['toISOString'](),c=p(0x131)+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this['filePath'],c);}[a66k(0x133)](a){const q=a66k,b=this[q(0x13f)]?.[q(0x14c)][q(0x145)](c=>c[q(0x14b)]===q(0x153)&&c[q(0x134)]['id']==='logBox');b?(b[q(0x148)](b[q(0x130)]+'\x0a'+a),b[q(0x151)](b[q(0x136)]()),this[q(0x13f)]?.[q(0x147)]()):this[q(0x13d)](q(0x158)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this['screen']),this[q(0x14e)](a);}[a66k(0x156)](){const r=a66k;return!!this[r(0x13f)];}}
@@ -1 +1 @@
1
- const a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0xb0))/0x1*(parseInt(j(0xad))/0x2)+parseInt(j(0xa3))/0x3*(-parseInt(j(0xa7))/0x4)+parseInt(j(0xbf))/0x5*(-parseInt(j(0xa6))/0x6)+-parseInt(j(0xae))/0x7+parseInt(j(0xb3))/0x8*(-parseInt(j(0xa2))/0x9)+parseInt(j(0xa1))/0xa+parseInt(j(0xaa))/0xb*(parseInt(j(0xb5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x1af21));const a67b=(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;};}()),a67a=a67b(this,function(){const k=a67d;return a67a[k(0xbc)]()[k(0xbb)](k(0xb1))[k(0xbc)]()[k(0xc2)](a67a)['search'](k(0xb1));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';function a67c(){const o=['628670XqbeCa','Play\x20a\x20little\x20side-quest','81nVjFFj','(((.+)+)+)+$','stringify','40ZjctLf','player','110280mqwytx','shadowrun','log','./sideQuest/ui.js','node','What\x20is\x20your\x20name?','search','toString','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','sideQuestAnswer','15Gbotcs','maka\x20play:side-quest','getGlobalMakaDir','constructor','dungeon','url','1722630jvqDnt','132903NWPfbs','3KeREev','bright','fsi','301674gFxDkH','580484EfNPVP','ask','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','385VTIuvz','resolve','side-quest.log','1878ffrwIb'];a67c=function(){return o;};return a67c();}import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67l(0xa0)]),__dirname=dirname(__filename);function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xa0;let f=c[d];return f;},a67d(a,b);}Command['create']({'name':'side-quest','usage':a67l(0xc0),'shortDesc':a67l(0xaf),'aliases':['sq'],'description':a67l(0xbd),'validOpts':[a67l(0xb4)]},async function(a,b){const m=a67l;try{const c=this[m(0xa5)][m(0xc1)](),d=a67e['join'](c,m(0xac)),e=b[m(0xb4)]?b[m(0xb4)]:await Actions[m(0xa8)](m(0xba))||'Commoner',f={...b,'logFilePath':d},g=await Actions['select']({'message':m(0xa9),'name':m(0xbe),'choices':[{'name':m(0xc3),'value':dungeonConfig},{'name':m(0xb6),'value':shadowrunConfig}]});if(e&&g){const h=spawn(m(0xb9),[a67e[m(0xab)](__dirname,m(0xb8)),e,JSON[m(0xb2)](g),JSON['stringify'](f)],{'stdio':'inherit'});h['on']('exit',()=>{const n=m;Log[n(0xa4)]('Thanks\x20for\x20playing!');});}}catch(i){console[m(0xb7)](i);}},a67f);
1
+ const a67l=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=parseInt(j(0x123))/0x1*(-parseInt(j(0x122))/0x2)+-parseInt(j(0x12d))/0x3*(parseInt(j(0x121))/0x4)+-parseInt(j(0x12b))/0x5*(-parseInt(j(0x133))/0x6)+-parseInt(j(0x12f))/0x7*(parseInt(j(0x11f))/0x8)+parseInt(j(0x13d))/0x9+-parseInt(j(0x132))/0xa*(-parseInt(j(0x129))/0xb)+parseInt(j(0x13e))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x9c4a3));const a67b=(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;};}()),a67a=a67b(this,function(){const k=a67d;return a67a['toString']()[k(0x137)]('(((.+)+)+)+$')[k(0x12c)]()['constructor'](a67a)['search'](k(0x139));});a67a();import a67e from'path';import{spawn}from'child_process';function a67c(){const o=['join','stringify','Thanks\x20for\x20playing!','node','2101VTPXIV','resolve','785RmqhgA','toString','9pOvQim','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','103152lzjmmp','Commoner','fsi','32260TdXMsS','48294Gopnwg','player','sideQuestAnswer','select','search','side-quest.log','(((.+)+)+)+$','url','dungeon','maka\x20play:side-quest','4920750PSEpdp','9714624WfEONe','ask','Play\x20a\x20little\x20side-quest','368CtSLWH','side-quest','920884BXykaU','16258kzSuUG','151lrCKzK','bright'];a67c=function(){return o;};return a67c();}import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x11e;let f=c[d];return f;},a67d(a,b);}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67l(0x13a)]),__dirname=dirname(__filename);Command['create']({'name':a67l(0x120),'usage':a67l(0x13c),'shortDesc':a67l(0x11e),'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':[a67l(0x134)]},async function(a,b){const m=a67l;try{const c=this[m(0x131)]['getGlobalMakaDir'](),d=a67e[m(0x125)](c,m(0x138)),e=b['player']?b[m(0x134)]:await Actions[m(0x13f)]('What\x20is\x20your\x20name?')||m(0x130),f={...b,'logFilePath':d},g=await Actions[m(0x136)]({'message':m(0x12e),'name':m(0x135),'choices':[{'name':m(0x13b),'value':dungeonConfig},{'name':'shadowrun','value':shadowrunConfig}]});if(e&&g){const h=spawn(m(0x128),[a67e[m(0x12a)](__dirname,'./sideQuest/ui.js'),e,JSON[m(0x126)](g),JSON['stringify'](f)],{'stdio':'inherit'});h['on']('exit',()=>{const n=m;Log[n(0x124)](n(0x127));});}}catch(i){console['log'](i);}},a67f);
@@ -1 +1 @@
1
- var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0x166))/0x1*(parseInt(f(0x169))/0x2)+-parseInt(f(0x177))/0x3*(-parseInt(f(0x165))/0x4)+parseInt(f(0x172))/0x5*(-parseInt(f(0x16c))/0x6)+-parseInt(f(0x176))/0x7+-parseInt(f(0x167))/0x8+-parseInt(f(0x16f))/0x9+-parseInt(f(0x173))/0xa*(-parseInt(f(0x16e))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x720f9));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x16b)]()['search'](h(0x16d))[h(0x16b)]()['constructor'](a68a)[h(0x168)](h(0x16d));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';function a68c(){var k=['7850PtzrQT','872680qmScVm','search','130hczJaO','apply','toString','678wtFGhu','(((.+)+)+)+$','11FNwpyW','3284550eWvciy','create','npx\x20command-line-snake','38865xoWmMw','23293740rUHeQP','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','snake','1282036RYGmdZ','50073gArEee','44ZzjwNc'];a68c=function(){return k;};return a68c();}import{execSync}from'child_process';function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x165;var f=c[d];return f;},a68d(a,b);}Command[a68i(0x170)]({'name':a68i(0x175),'usage':'maka\x20game:snake','shortDesc':a68i(0x174),'validOpts':[]},async function(){var j=a68i;execSync(j(0x171),{'stdio':'inherit'});},a68e);
1
+ var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=-parseInt(f(0xdb))/0x1*(parseInt(f(0xe0))/0x2)+parseInt(f(0xe2))/0x3+-parseInt(f(0xd7))/0x4*(-parseInt(f(0xe7))/0x5)+parseInt(f(0xdf))/0x6+-parseInt(f(0xe1))/0x7+parseInt(f(0xe8))/0x8+-parseInt(f(0xdc))/0x9*(parseInt(f(0xe5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xb11e5));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a['toString']()[h(0xe3)]('(((.+)+)+)+$')[h(0xe6)]()[h(0xe4)](a68a)[h(0xe3)]('(((.+)+)+)+$');});function a68c(){var k=['1dEAkhU','882ZjEuDB','apply','inherit','4977810bvORpg','2231422xBmpSA','5363127cuBtqu','3444102fqLFwZ','search','constructor','128930mxPlAO','toString','2765870LBDcCE','6294768dnHPHw','8OnVBIO','npx\x20command-line-snake','maka\x20game:snake','snake'];a68c=function(){return k;};return a68c();}a68a();function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0xd7;var f=c[d];return f;},a68d(a,b);}import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a68i(0xda),'usage':a68i(0xd9),'shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a68i;execSync(j(0xd8),{'stdio':j(0xde)});},a68e);
@@ -1 +1 @@
1
- var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0xaa))/0x1*(-parseInt(f(0xae))/0x2)+parseInt(f(0xaf))/0x3*(parseInt(f(0xb5))/0x4)+-parseInt(f(0xb4))/0x5+-parseInt(f(0xb7))/0x6*(parseInt(f(0xac))/0x7)+-parseInt(f(0xb0))/0x8+parseInt(f(0xb8))/0x9+-parseInt(f(0xb6))/0xa*(-parseInt(f(0xb2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xe5f52));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a[h(0xa7)]()[h(0xab)]('(((.+)+)+)+$')[h(0xa7)]()[h(0xa9)](a69a)[h(0xab)](h(0xb9));});function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0xa7;var f=c[d];return f;},a69d(a,b);}a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a69c(){var k=['(((.+)+)+)+$','maka\x20game:tetris','toString','apply','constructor','93101HgvNQA','search','7lOLsMx','create','2FQFNoD','1124934VcYjjv','11036072nGxxyv','inherit','11hXOoHe','npx\x20simple-tetris','8843265fsaEEE','8zzMzjS','42198670bJJpdN','10645170fEDcMp','8887869vzUtpp'];a69c=function(){return k;};return a69c();}Command[a69i(0xad)]({'name':'tetris','usage':a69i(0xba),'shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0xb3),{'stdio':j(0xb1)});},a69e);
1
+ function a69c(){var k=['6736376jDHxVa','60OMZcpP','search','tetris','20qhcvuM','81126PHkrEx','29gkEwbH','constructor','inherit','9646850mBgOLK','22390269YDtQXl','9FcRzCf','create','apply','npx\x20simple-tetris','342905LEuKBW','219960jDoWhP','89894GWPbZw','12IyqjYO','(((.+)+)+)+$'];a69c=function(){return k;};return a69c();}var a69i=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=parseInt(f(0x13a))/0x1*(-parseInt(f(0x14d))/0x2)+-parseInt(f(0x144))/0x3+parseInt(f(0x14c))/0x4*(-parseInt(f(0x143))/0x5)+-parseInt(f(0x149))/0x6*(-parseInt(f(0x145))/0x7)+parseInt(f(0x148))/0x8*(-parseInt(f(0x13f))/0x9)+parseInt(f(0x13d))/0xa+-parseInt(f(0x13e))/0xb*(-parseInt(f(0x146))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xa96e1));var a69b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a69d;if(c){var e=c[g(0x141)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){var h=a69d;return a69a['toString']()[h(0x14a)](h(0x147))['toString']()[h(0x13b)](a69a)[h(0x14a)](h(0x147));});a69a();function a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x13a;var f=c[d];return f;},a69d(a,b);}import a69e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a69i(0x140)]({'name':a69i(0x14b),'usage':'maka\x20game:tetris','shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var j=a69i;execSync(j(0x142),{'stdio':j(0x13c)});},a69e);
@@ -1 +1 @@
1
- const a70h=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=parseInt(f(0x1c2))/0x1+parseInt(f(0x1c4))/0x2+parseInt(f(0x1c0))/0x3+parseInt(f(0x1ca))/0x4+parseInt(f(0x1cf))/0x5*(-parseInt(f(0x1c3))/0x6)+parseInt(f(0x1c1))/0x7*(-parseInt(f(0x1ce))/0x8)+-parseInt(f(0x1d8))/0x9*(parseInt(f(0x1d0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x5baba));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const g=a70d;return a70a[g(0x1d4)]()['search']('(((.+)+)+)+$')[g(0x1d4)]()[g(0x1d7)](a70a)['search'](g(0x1bf));});function a70c(){const j=['maka\x20generate:scaffold\x20todos','invoke','2310968BdPFVa','generate','maka\x20g:dbc\x20geoserver\x20--type=pgsql','Scaffold\x20various\x20parts\x20of\x20your\x20application','24TwGHmv','10XvaEOd','7780QSHSeS','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:scaffold\x20todos','processAndRunGenerator','toString','maka\x20g:route\x20todos/edit','maka\x20g:package\x20package:name','constructor','2169hlWjQD','maka\x20g:template\x20todos/todo_item','splice','(((.+)+)+)+$','288882vyBtEE','1343811Ynqenr','420810rPYIqW','1175214jBlsYF','871582mCrveZ','error','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','exit'];a70c=function(){return j;};return a70c();}a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x1be;let f=c[d];return f;},a70d(a,b);}Command['create']({'name':a70h(0x1cb),'aliases':['g'],'usage':a70h(0x1d1),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70h(0x1cd),'description':a70h(0x1c6),'examples':[a70h(0x1c8),a70h(0x1d2),a70h(0x1d9),a70h(0x1d6),a70h(0x1d5),'maka\x20g:api\x20trucks',a70h(0x1cc)]},async function(a,b){const i=a70h;try{const c=a[0x0];c?(a[i(0x1be)](0x0,0x1),await a70e[i(0x1d3)](c,a,b)):a70e[i(0x1c9)](a,b);}catch(d){Log[i(0x1c5)](d),process[i(0x1c7)](0x1);}});
1
+ const a70i=a70d;(function(a,b){const f=a70d,c=a();while(!![]){try{const d=-parseInt(f(0x16c))/0x1*(parseInt(f(0x161))/0x2)+parseInt(f(0x16f))/0x3*(parseInt(f(0x160))/0x4)+-parseInt(f(0x158))/0x5+-parseInt(f(0x163))/0x6*(parseInt(f(0x16e))/0x7)+parseInt(f(0x16d))/0x8*(parseInt(f(0x15a))/0x9)+-parseInt(f(0x162))/0xa*(-parseInt(f(0x15b))/0xb)+parseInt(f(0x155))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x57b08));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a[h(0x16a)]()['search']('(((.+)+)+)+$')['toString']()[h(0x170)](a70a)[h(0x168)](h(0x164));});a70a();import{Command}from'../command.js';import a70e from'../generators/maka.gen.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x153;let f=c[d];return f;},a70d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a70i(0x171)]({'name':a70i(0x165),'aliases':['g'],'usage':a70i(0x166),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0x154),'description':a70i(0x167),'examples':[a70i(0x15d),a70i(0x159),a70i(0x16b),a70i(0x156),'maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks',a70i(0x169)]},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0x15e)](0x0,0x1),await a70e[j(0x15f)](c,a,b)):a70e[j(0x172)](a,b);}catch(d){Log[j(0x153)](d),process[j(0x157)](0x1);}});function a70c(){const k=['invoke','error','Scaffold\x20various\x20parts\x20of\x20your\x20application','902592RDNHPn','maka\x20g:package\x20package:name','exit','2335275NijEMZ','maka\x20g:scaffold\x20todos','9BIPSIu','11KrDxPd','apply','maka\x20generate:scaffold\x20todos','splice','processAndRunGenerator','1416824uDfnau','262FMKHsx','4359580BlaEyo','66lnyEMc','(((.+)+)+)+$','generate','maka\x20{generate,\x20g}:<generator>\x20<name>','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','search','maka\x20g:dbc\x20geoserver\x20--type=pgsql','toString','maka\x20g:template\x20todos/todo_item','1334zXWhPw','145744oiqnih','150703TBCJiI','6WwjAWW','constructor','create'];a70c=function(){return k;};return a70c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x142))/0x1*(-parseInt(f(0x14c))/0x2)+parseInt(f(0x146))/0x3*(-parseInt(f(0x141))/0x4)+parseInt(f(0x140))/0x5+-parseInt(f(0x148))/0x6*(-parseInt(f(0x149))/0x7)+parseInt(f(0x143))/0x8*(parseInt(f(0x144))/0x9)+parseInt(f(0x145))/0xa+parseInt(f(0x147))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdc6b5));var a71b=(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;};}()),a71a=a71b(this,function(){var g=a71d;return a71a[g(0x14a)]()[g(0x14b)]('(((.+)+)+)+$')['toString']()[g(0x13f)](a71a)[g(0x14b)]('(((.+)+)+)+$');});a71a();import'./get.command.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x13f;var f=c[d];return f;},a71d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a71c(){var h=['constructor','2539320CvqGeO','1321300KQbvsR','74057yRGrJi','40xCphcm','620658QEIpwl','9189810yRzfXA','6TvSeDr','7579583xlIddS','54GKMbIt','569359fTydlp','toString','search','44hdTuAq'];a71c=function(){return h;};return a71c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a71d,c=a();while(!![]){try{var d=parseInt(f(0x197))/0x1*(parseInt(f(0x193))/0x2)+parseInt(f(0x190))/0x3*(parseInt(f(0x18f))/0x4)+-parseInt(f(0x195))/0x5*(parseInt(f(0x18e))/0x6)+parseInt(f(0x18d))/0x7+-parseInt(f(0x192))/0x8+parseInt(f(0x18a))/0x9+-parseInt(f(0x18c))/0xa*(parseInt(f(0x196))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x4a185));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x189)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()[h(0x191)](h(0x18b))['toString']()[h(0x194)](a71a)['search']('(((.+)+)+)+$');});function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x189;var f=c[d];return f;},a71d(a,b);}a71a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';function a71c(){var i=['834980UyKDac','2871841BXKcyZ','15672rDJhDn','436312CQysLn','15wCutEq','search','967872sLGUyd','2JxwNPh','constructor','1145unzPBB','33OrUbEF','71287aPTTjB','apply','2215611lIgqPp','(((.+)+)+)+$'];a71c=function(){return i;};return a71c();}
@@ -1 +1 @@
1
- const a72h=a72d;(function(a,b){const f=a72d,c=a();while(!![]){try{const d=-parseInt(f(0xf4))/0x1+-parseInt(f(0xef))/0x2*(parseInt(f(0xf2))/0x3)+-parseInt(f(0xe6))/0x4+-parseInt(f(0xe9))/0x5+parseInt(f(0xe7))/0x6*(-parseInt(f(0xf6))/0x7)+parseInt(f(0xf5))/0x8+-parseInt(f(0xeb))/0x9*(-parseInt(f(0xea))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xc1e08));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 g=a72d;return a72a[g(0xec)]()[g(0xed)](g(0xe8))[g(0xec)]()[g(0xee)](a72a)[g(0xed)](g(0xe8));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72h(0xf3)]({'name':'get','usage':a72h(0xf0),'shortDesc':a72h(0xe5),'validOpts':[]},async function(a){const i=a72h,b=a[0x0];await this[i(0xf1)](b);});function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xe5;let f=c[d];return f;},a72d(a,b);}function a72c(){const j=['processAndRunCommand','3NpeyXu','create','1545128pAxcmN','10281464DdDZpM','4509729ZIiHAB','Get\x20various\x20Maka\x20variables\x20and\x20configurations','697580zKnXrH','12NkGYeP','(((.+)+)+)+$','6107070jPzaaB','30bCcOPu','12375657rOHpum','toString','search','constructor','773702krUdkR','maka\x20get:<sub-command>'];a72c=function(){return j;};return a72c();}export default GetCommand;
1
+ const a72h=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x19e;let f=c[d];return f;},a72d(a,b);}(function(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x1a0))/0x1*(parseInt(f(0x1ae))/0x2)+-parseInt(f(0x1ad))/0x3*(-parseInt(f(0x1a5))/0x4)+parseInt(f(0x1a2))/0x5*(parseInt(f(0x1a9))/0x6)+-parseInt(f(0x1a3))/0x7+parseInt(f(0x19f))/0x8*(-parseInt(f(0x19e))/0x9)+-parseInt(f(0x1aa))/0xa+parseInt(f(0x1ac))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x2a5d5));function a72c(){const j=['57364ZmkQpS','processAndRunCommand','constructor','search','6486CgpoDf','3054860jfVfGD','create','6194177dWYoWl','39jissdK','54DUbRGi','(((.+)+)+)+$','Get\x20various\x20Maka\x20variables\x20and\x20configurations','4806dstpzd','3616diOipH','5232qYISlV','toString','5ViArJo','1200542mQIqlX','maka\x20get:<sub-command>'];a72c=function(){return j;};return a72c();}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 g=a72d;return a72a[g(0x1a1)]()[g(0x1a8)](g(0x1af))['toString']()[g(0x1a7)](a72a)[g(0x1a8)](g(0x1af));});a72a();import{Command}from'../../command.js';const GetCommand=Command[a72h(0x1ab)]({'name':'get','usage':a72h(0x1a4),'shortDesc':a72h(0x1b0),'validOpts':[]},async function(a){const i=a72h,b=a[0x0];await this[i(0x1a6)](b);});export default GetCommand;
@@ -1 +1 @@
1
- const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0x206))/0x1+-parseInt(f(0x1f8))/0x2*(parseInt(f(0x1fb))/0x3)+-parseInt(f(0x1f7))/0x4+-parseInt(f(0x1fd))/0x5+-parseInt(f(0x1f9))/0x6+-parseInt(f(0x204))/0x7+-parseInt(f(0x202))/0x8*(-parseInt(f(0x203))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xda158));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0x205)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a['toString']()[h(0x201)]('(((.+)+)+)+$')[h(0x1f6)]()[h(0x200)](a73a)['search'](h(0x1f5));});a73a();function a73c(){const k=['apply','969185DGhUPU','cfg','error','global-config','(((.+)+)+)+$','toString','4419564bFJJzm','304DNZLsm','10006356kBTQpm','getGlobalConfig','12693kPxUco','maka\x20get:global-config','4507895ousFOD','create','exit','constructor','search','62632736ImVDab','9RdVVSl','11545289OyXoLW'];a73c=function(){return k;};return a73c();}function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1f2;let f=c[d];return f;},a73d(a,b);}import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73i(0x1fe)]({'name':a73i(0x1f4),'usage':a73i(0x1fc),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0x1f2)][j(0x1fa)]();console['log'](a),process[j(0x1ff)](0x0);}catch(b){console[j(0x1f3)](b),process['exit'](0x0);}},a73e);
1
+ const a73h=a73d;function a73c(){const j=['create','116182LjkeBk','29876iquSmT','1788966FsAEjO','error','cfg','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','toString','392598slJXYd','1743861QUlSvR','100inTtaR','exit','maka\x20get:global-config','getGlobalConfig','6HURnXF','727458NsxYof','search','(((.+)+)+)+$','1239152cBGDXv','log'];a73c=function(){return j;};return a73c();}(function(a,b){const f=a73d,c=a();while(!![]){try{const d=parseInt(f(0x18f))/0x1+parseInt(f(0x182))/0x2+-parseInt(f(0x189))/0x3+-parseInt(f(0x190))/0x4*(parseInt(f(0x184))/0x5)+parseInt(f(0x188))/0x6*(parseInt(f(0x183))/0x7)+parseInt(f(0x18c))/0x8+-parseInt(f(0x17d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x1eba2));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const g=a73d;return a73a[g(0x181)]()['search'](g(0x18b))['toString']()['constructor'](a73a)[g(0x18a)](g(0x18b));});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x17d;let f=c[d];return f;},a73d(a,b);}a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';Command[a73h(0x18e)]({'name':'global-config','usage':a73h(0x186),'aliases':['gc'],'shortDesc':a73h(0x180),'validOpts':[]},async function(){const i=a73h;try{const a=await this[i(0x17f)][i(0x187)]();console[i(0x18d)](a),process[i(0x185)](0x0);}catch(b){console[i(0x17e)](b),process[i(0x185)](0x0);}},a73e);
@@ -1 +1 @@
1
- const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x1ba))/0x1*(-parseInt(f(0x1c0))/0x2)+parseInt(f(0x1c3))/0x3*(-parseInt(f(0x1b9))/0x4)+parseInt(f(0x1b0))/0x5*(parseInt(f(0x1bd))/0x6)+parseInt(f(0x1bc))/0x7+parseInt(f(0x1b1))/0x8+parseInt(f(0x1bb))/0x9+-parseInt(f(0x1b2))/0xa*(parseInt(f(0x1b3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x3f67a));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x1b8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a['toString']()[h(0x1b7)](h(0x1be))['toString']()['constructor'](a74a)[h(0x1b7)](h(0x1be));});a74a();import a74e from'./get.command.js';function a74c(){const k=['cfg','search','apply','310468pEKrSQ','4cEeeFd','1782027nYbtWt','2609187LGIieb','98538HcXnbK','(((.+)+)+)+$','local-config','177884EMQXhd','create','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','12nIxZcO','5DkEbyI','3752224oysuKj','647530snKpRO','143UuOLYL','maka\x20get:local-config','getMakaProjectConfig'];a74c=function(){return k;};return a74c();}import{Command}from'../../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a74d(a,b);}Command[a74i(0x1c1)]({'name':a74i(0x1bf),'usage':a74i(0x1b4),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x1c2),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x1b6)][j(0x1b5)]();console['log'](a);},a74e);
1
+ function a74c(){const k=['2351630toeFsF','399067TyjrIY','100qvPxWI','544684nkKXFF','local-config','toString','maka\x20get:local-config','apply','63171cwzBks','203877dGGQKu','695146MQUADu','112cKIuhX','search','constructor','log','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','cfg','(((.+)+)+)+$','388296wymVwp','create'];a74c=function(){return k;};return a74c();}const a74i=a74d;(function(a,b){const f=a74d,c=a();while(!![]){try{const d=parseInt(f(0xf3))/0x1+-parseInt(f(0xe8))/0x2+parseInt(f(0xe6))/0x3*(parseInt(f(0xf4))/0x4)+-parseInt(f(0xf2))/0x5+-parseInt(f(0xf0))/0x6+-parseInt(f(0xf5))/0x7+-parseInt(f(0xe9))/0x8*(-parseInt(f(0xe7))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x44e5f));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0xf7)]()[h(0xea)](h(0xef))[h(0xf7)]()[h(0xeb)](a74a)['search'](h(0xef));});a74a();import a74e from'./get.command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xe6;let f=c[d];return f;},a74d(a,b);}import{Command}from'../../command.js';Command[a74i(0xf1)]({'name':a74i(0xf6),'usage':a74i(0xf8),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0xed),'validOpts':[]},async function(){const j=a74i,a=await this[j(0xee)]['getMakaProjectConfig']();console[j(0xec)](a);},a74e);
@@ -1 +1 @@
1
- const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0x1b2))/0x1*(parseInt(f(0x1ad))/0x2)+-parseInt(f(0x1b6))/0x3*(-parseInt(f(0x1a8))/0x4)+-parseInt(f(0x1a6))/0x5*(parseInt(f(0x1b1))/0x6)+parseInt(f(0x1ac))/0x7*(-parseInt(f(0x1b0))/0x8)+parseInt(f(0x1a2))/0x9+parseInt(f(0x1a5))/0xa+parseInt(f(0x1a0))/0xb*(parseInt(f(0x19f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd4335));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1ab)]()[h(0x1a9)](h(0x1ae))['toString']()[h(0x1af)](a75a)[h(0x1a9)](h(0x1ae));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';function a75c(){const k=['apply','846136nHRhfu','search','getGlobalConfig','toString','1589NZRxLo','7234ZnaZEI','(((.+)+)+)+$','constructor','53888YRjAps','78uEwfLh','148PXbuiW','whoami','cfg','maka\x20get:whoami','3MSnSfN','1208028DIWthA','121jSfFmb','create','8590653XGbtdl','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','exit','8493100THmpDY','484535IxjIcA'];a75c=function(){return k;};return a75c();}import{Log}from'../../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x19f;let f=c[d];return f;},a75d(a,b);}Command[a75i(0x1a1)]({'name':a75i(0x1b3),'usage':a75i(0x1b5),'shortDesc':a75i(0x1a3),'validOpts':['silent']},async function(){const j=a75i;try{const a=await this[j(0x1b4)][j(0x1aa)]();return a;}catch(b){Log['error'](b),process[j(0x1a4)](0x1);}},a75e);
1
+ const a75i=a75d;(function(a,b){const f=a75d,c=a();while(!![]){try{const d=parseInt(f(0xa9))/0x1*(parseInt(f(0xb6))/0x2)+parseInt(f(0xbd))/0x3*(parseInt(f(0xb2))/0x4)+parseInt(f(0xab))/0x5*(-parseInt(f(0xbb))/0x6)+parseInt(f(0xaf))/0x7*(-parseInt(f(0xb7))/0x8)+-parseInt(f(0xa6))/0x9*(-parseInt(f(0xb0))/0xa)+-parseInt(f(0xb4))/0xb+parseInt(f(0xad))/0xc*(parseInt(f(0xb9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xb63fe));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0xb1)]()[h(0xae)](h(0xac))[h(0xb1)]()[h(0xb8)](a75a)[h(0xae)](h(0xac));});a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a75i(0xb3)]({'name':a75i(0xa7),'usage':'maka\x20get:whoami','shortDesc':a75i(0xbc),'validOpts':[a75i(0xa5)]},async function(){const j=a75i;try{const a=await this[j(0xaa)][j(0xba)]();return a;}catch(b){Log[j(0xb5)](b),process['exit'](0x1);}},a75e);function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xa5;let f=c[d];return f;},a75d(a,b);}function a75c(){const k=['1gyNqDc','cfg','15lEkSNO','(((.+)+)+)+$','4680ygCafs','search','697669pBTirn','3950mtTGuY','toString','825628KDJnrM','create','13051203XmxFpp','error','2606350JJjGLa','16qADTrx','constructor','15886HJOvFg','getGlobalConfig','2217786Iaqrqt','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','21UJeMeb','silent','378ZXcZmd','whoami','apply'];a75c=function(){return k;};return a75c();}
@@ -1 +1 @@
1
- var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x10f))/0x1*(parseInt(f(0x109))/0x2)+parseInt(f(0x112))/0x3*(-parseInt(f(0x10b))/0x4)+-parseInt(f(0x10a))/0x5+parseInt(f(0x103))/0x6*(-parseInt(f(0x107))/0x7)+parseInt(f(0x110))/0x8+-parseInt(f(0x114))/0x9+parseInt(f(0x106))/0xa*(parseInt(f(0x10c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x46fe7));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x113)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x111)]()[h(0x108)](h(0x104))['toString']()[h(0x105)](a76a)['search'](h(0x104));});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x102;var f=c[d];return f;},a76d(a,b);}function a76c(){var j=['31300vxsDAp','11CWrALW','create','help','325366ghGVTw','2868312rGktjx','toString','210hLcjzZ','apply','4172868GSdxRu','Try,\x20maka\x20--help','6QOFgNf','(((.+)+)+)+$','constructor','12070490DRAKEn','2046485bbdXOj','search','2VHkynS','1482030dAoNIZ'];a76c=function(){return j;};return a76c();}Command[a76i(0x10d)]({'name':a76i(0x10e),'description':a76i(0x102),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x10f;var f=c[d];return f;},a76d(a,b);}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0x11b))/0x1+-parseInt(f(0x113))/0x2+parseInt(f(0x118))/0x3*(-parseInt(f(0x11c))/0x4)+parseInt(f(0x115))/0x5+-parseInt(f(0x11d))/0x6*(-parseInt(f(0x114))/0x7)+-parseInt(f(0x110))/0x8*(-parseInt(f(0x116))/0x9)+-parseInt(f(0x111))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe1cd1));function a76c(){var j=['apply','create','1064060fAuTtH','140RCNNXD','60FgLWVX','toString','8KIAcbI','38199110qvSkRj','(((.+)+)+)+$','406460CKQzNr','1030372vUytfI','8780990LnQRvf','7446681jRFMJa','search','14709VGQIXj'];a76c=function(){return j;};return a76c();}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x10f)]()[h(0x117)](h(0x112))['toString']()['constructor'](a76a)['search']('(((.+)+)+)+$');});a76a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0x11a)]({'name':'help','description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a77I=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=parseInt(F(0xc9))/0x1*(parseInt(F(0xcb))/0x2)+parseInt(F(0xfc))/0x3+-parseInt(F(0xf5))/0x4+parseInt(F(0xfd))/0x5+-parseInt(F(0xc6))/0x6+parseInt(F(0xd9))/0x7+-parseInt(F(0xce))/0x8*(-parseInt(F(0xde))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x4981a));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0xdf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a['toString']()[H(0xd1)](H(0x108))[H(0x118)]()[H(0xd6)](a77a)['search'](H(0x108));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';function a77c(){const N=['arch','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','constructor','setx\x20PATH\x20\x22','Maka\x27s\x20Installer\x20for\x20Meteor,\x20NPM,\x20and\x20Atmosphere\x20packages.','77203bkqqiN','create','getGlobalConfig','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','windows','16011gtskvH','apply','cacert','setPath','release','meteor','join','data','getuid','.zshrc','checkAvailability','packages','\x20installed.\x0a','3.1.1','isFile','Downloading\x20Meteor\x20','withSpinner','\x20is\x20not\x20available.','success','Error\x20extracting\x20meteor.tar.gz\x20file','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','1792824CirsYH','Cleaning\x20up','error','info','.bashrc','existsSync','setMeteorReleaseVersion','165864omMQTQ','363615wCjFkA','homedir','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','arm64','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','Preparing\x20to\x20install\x20Meteor\x20','force','\x20from\x20','Added\x20Meteor\x20path\x20to\x20','cert','Aborted','(((.+)+)+)+$','get','\x5c.meteor\x5cmeteor','appendFileSync','replace','utf8','maka\x20install\x20meteor','install','\x20is\x20not\x20available,\x20trying\x20','split','env','exit','package-metadata','readFileSync','Install\x20the\x20specified\x20version\x20of\x20meteor.','maka\x20install\x20meteor\x20--release\x203.0.1','toString','Network\x20error,\x20please\x20try\x20again.','notice','map','Meteor\x20version\x20','maka\x20install\x20meteor\x20--set-path','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','linux','confirm','platform','getUserDataDirectory','max','includes','-rf','&release=','timeout','\x20is\x20available.','length','https://packages.meteor.com/bootstrap-link?arch=os.','keepInstallFile','warn','291966UpsKvR','x86_64','extractTarGz','878QDbsob','win32','346xBdpkI','Aborting\x20install','meteor.tar.gz','2280MoBUbO','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','search','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','RELEASE='];a77c=function(){return N;};return a77c();}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';import{execSync}from'child_process';const homeDir=a77e[a77I(0xfe)]();function isRoot(){const J=a77I;return process[J(0xe6)]&&process['getuid']()===0x0;}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xba;let f=c[d];return f;},a77d(a,b);}function compareVersions(a,b){const K=a77I,c=a[K(0x111)]('.')[K(0x11b)](Number),d=b[K(0x111)]('.')['map'](Number);for(let e=0x0;e<Math[K(0xbc)](c['length'],d['length']);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77I(0xda)]({'name':a77I(0x10f),'aliases':['i'],'validOpts':[{'name':a77I(0x103),'boolFlag':!![],'description':'Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.'},{'name':'release','description':a77I(0x116)},{'name':'cacert','description':a77I(0xff)},{'name':'keepInstallFile','boolFlag':!![],'description':a77I(0xf4)},{'name':a77I(0xc0),'description':'Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.'},{'name':a77I(0xe1),'boolFlag':!![],'description':a77I(0xcf)}],'validArgs':[a77I(0xe3)],'usage':a77I(0x10e),'shortDesc':a77I(0xd8),'description':a77I(0xf3),'examples':[a77I(0x10e),'maka\x20install\x20meteor\x20--force',a77I(0x117),a77I(0x11d)]},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b['setPath']&&(updatePath(),Log[L(0xf0)]('Meteor\x20path\x20updated.'),process[L(0x113)](0x0));let g='';if(b[L(0xe0)]){if(f[L(0xec)](b[L(0xe0)]))Log[L(0x11a)]('Using\x20CA\x20Cert\x20'+b[L(0xe0)]),g=b[L(0xe0)];else throw L(0x11e)+g;}const h=await d[L(0xdb)]();if(h[L(0x106)]){if(f[L(0xec)](h[L(0x106)]))g=h[L(0x106)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+g;}let i=![];if(b['f']||b[L(0x103)])i=!![];else{const u=isRoot();u?(Log[L(0xc5)]('You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.'),i=await Actions[L(0x120)]('Proceed\x20anyway?',![])):i=!![];}if(!i)throw L(0x107);const j=await HTTPS[L(0x109)]({'url':'https://install.meteor.com','cert':g}),k=f['grep'](j[L(0xe5)],L(0xd3));if(k[L(0xc2)]===0x0)throw L(0x119);process[L(0x112)]['NO_NODE_WARNINGS']='1';const l=k[0x0]['replace'](/[^0-9.]/gi,'')[L(0x10c)](/\r?\n|\r/,''),m=L(0xeb);let n;b[L(0xe2)]?n=b[L(0xe2)]:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0x11a)](L(0x102)+n);const o={'win32':L(0xdd),'darwin':'osx','linux':L(0x11f)};let p='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e[L(0xba)]()]+'.'+(a77e[L(0xd4)]()===L(0x100)?L(0x100):L(0xc7))+'&release='+n,q=await HTTPS[L(0xe8)]({'url':p,'cert':g});if(!q&&n['includes']('-')){const v=n[L(0x111)]('-'),w=v[0x0],x=v['slice'](0x1)[L(0xe4)]('-'),y=w['replace'](/\.0+$/,'');Log[L(0xc5)](L(0x11c)+n+L(0x110)+y+'-'+x);const z=L(0xc3)+o[a77e[L(0xba)]()]+'.'+(a77e[L(0xd4)]()===L(0x100)?L(0x100):'x86_64')+L(0xbf)+y+'-'+x;q=await HTTPS[L(0xe8)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0xf7)](L(0x11c)+n+L(0xef)),process['exit'](0x0)):Log['notice'](L(0x11c)+n+L(0xc1));const r=f['getMeteorInstallPath'](),s=c['getMeteorExePath'](),t=f[L(0xbb)]();if(a77g[L(0xfa)](s)){let A=![];b['f']||b[L(0x103)]?A=!![]:A=await Actions[L(0x120)](L(0xd2),![]),A?(await SpawnAsync['withSpinner']('rm',[L(0xbe),a77f[L(0xe4)](r,L(0xe9))],{'message':L(0xf2)}),await SpawnAsync[L(0xee)]('rm',[L(0xbe),a77f['join'](r,L(0x114))],{'message':L(0xdc)}),await SpawnAsync[L(0xee)]('rm',[L(0xbe),a77f[L(0xe4)](r,L(0xe3))],{'message':L(0xd0)})):(Log[L(0xf8)](L(0xcc)),process[L(0x113)](0x0));}try{Log[L(0x11a)](L(0xed)+n+L(0x104)+p),await HTTPS['downloadFile']({'url':p,'destPath':a77f[L(0xe4)](homeDir,L(0xcd)),'cert':g,'timeout':b[L(0xc0)]?parseInt(b[L(0xc0)])*0x3e8:0x493e0});try{const B=a77f[L(0xe4)](homeDir,L(0xcd));await f[L(0xc8)](B,t);}catch(C){Log[L(0xf7)](L(0xf1));}updatePath();}catch(D){console[L(0xf7)](D),process[L(0x113)](0x1);}finally{!b[L(0xc4)]&&await SpawnAsync[L(0xee)]('rm',[L(0xbe),a77f[L(0xe4)](homeDir,L(0xcd))],{'message':L(0xf6)});}c[L(0xfb)](n),Log['success'](L(0x11c)+n+L(0xea)),process['exit'](0x0);}catch(E){console[L(0xf7)](E),process[L(0x113)](0x1);}});function updatePath(){const M=a77I;if(a77e['platform']()===M(0xca)){const a=process[M(0x112)]['PATH']||'',b=homeDir+M(0x10a);!a[M(0xbd)](b)&&(execSync(M(0xd7)+a+';'+b+'\x22'),Log[M(0x11a)]('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[M(0x11a)](M(0x101)));}else{const c=a77f[M(0xe4)](homeDir,M(0xe7)),d=a77f['join'](homeDir,M(0xf9)),e=M(0xd5),f=a77g[M(0xfa)](c)?a77g[M(0x115)](c,M(0x10d)):'';!f['includes'](e)&&(a77g['appendFileSync'](c,'\x0a'+e+'\x0a'),Log[M(0x11a)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g['existsSync'](d)?a77g['readFileSync'](d,M(0x10d)):'';!g['includes'](e)&&(a77g[M(0x10b)](d,'\x0a'+e+'\x0a'),Log[M(0x11a)](M(0x105)+d));}}
1
+ function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x198;let f=c[d];return f;},a77d(a,b);}const a77I=a77d;(function(a,b){const F=a77d,c=a();while(!![]){try{const d=-parseInt(F(0x1a7))/0x1+-parseInt(F(0x1de))/0x2*(parseInt(F(0x1d7))/0x3)+-parseInt(F(0x19f))/0x4+-parseInt(F(0x1c1))/0x5+parseInt(F(0x19b))/0x6*(parseInt(F(0x1e8))/0x7)+parseInt(F(0x1ab))/0x8+parseInt(F(0x1f9))/0x9*(parseInt(F(0x1b8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xc04a6));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0x1c3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0x1af)]()[H(0x1e5)]('(((.+)+)+)+$')['toString']()[H(0x1b4)](a77a)[H(0x1e5)](H(0x1e3));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a77c(){const N=['1938LUJjQa','Cleaning\x20up','linux','split','\x20from\x20','(((.+)+)+)+$','max','search','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','8104040QNfhGZ','-rf','downloadFile','maka\x20install\x20meteor\x20--set-path','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','install','appendFileSync','platform','3.1.1','map','setPath','x86_64','info','PATH','Added\x20Meteor\x20path\x20to\x20','Install\x20the\x20specified\x20version\x20of\x20meteor.','\x20is\x20not\x20available,\x20trying\x20','5436ziUxRR','.bashrc','join','isFile','force','6TsEMzm','cert','length','create','2127912nPGKHx','meteor','existsSync','utf8','exit','Meteor\x20path\x20updated.','cacert','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','261290tSxWEY','packages','homedir','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','7510256qaosmh','Downloading\x20Meteor\x20','.zshrc','withSpinner','toString','Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?','Preparing\x20to\x20install\x20Meteor\x20','Meteor\x20version\x20','timeout','constructor','Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.','Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.','\x20is\x20available.','8870SHdmBf','getGlobalConfig','\x20is\x20not\x20available.','extractTarGz','includes','keepInstallFile','notice','Using\x20CA\x20Cert\x20','Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)','2616275PfVncm','setx\x20PATH\x20\x22','apply','meteor.tar.gz','arm64','Maka\x27s\x20Installer\x20for\x20Meteor,\x20NPM,\x20and\x20Atmosphere\x20packages.','https://install.meteor.com','error','arch','checkAvailability','Error\x20extracting\x20meteor.tar.gz\x20file','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22','maka\x20install\x20meteor','&release=','\x0a\x20\x20Install\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22\x20and\x20will\x20install\x0a\x20\x20the\x20latest\x20version.','readFileSync','confirm','success','replace','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','getuid','1635pIpvEa','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','slice','osx','Aborted','release','data'];a77c=function(){return N;};return a77c();}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77I(0x1a9)]();function isRoot(){const J=a77I;return process[J(0x1d6)]&&process[J(0x1d6)]()===0x0;}function compareVersions(a,b){const K=a77I,c=a['split']('.')['map'](Number),d=b[K(0x1e1)]('.')[K(0x1f1)](Number);for(let e=0x0;e<Math[K(0x1e4)](c[K(0x19d)],d[K(0x19d)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77I(0x19e)]({'name':a77I(0x1ed),'aliases':['i'],'validOpts':[{'name':'force','boolFlag':!![],'description':a77I(0x1b5)},{'name':a77I(0x1dc),'description':a77I(0x1f7)},{'name':a77I(0x1a5),'description':a77I(0x1b6)},{'name':a77I(0x1bd),'boolFlag':!![],'description':a77I(0x1aa)},{'name':'timeout','description':a77I(0x1ec)},{'name':a77I(0x1f2),'boolFlag':!![],'description':a77I(0x1e7)}],'validArgs':[a77I(0x1a0)],'minArgLength':0x1,'usage':a77I(0x1ce),'shortDesc':a77I(0x1c6),'description':a77I(0x1d0),'examples':[a77I(0x1ce),'maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor\x20--release\x203.0.1',a77I(0x1eb)]},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b['setPath']&&(updatePath(),Log[L(0x1d3)](L(0x1a4)),process[L(0x1a3)](0x0));let g='';if(b[L(0x1a5)]){if(f['isFile'](b[L(0x1a5)]))Log['notice'](L(0x1bf)+b[L(0x1a5)]),g=b[L(0x1a5)];else throw L(0x1d5)+g;}const h=await d[L(0x1b9)]();if(h[L(0x19c)]){if(f[L(0x199)](h[L(0x19c)]))g=h[L(0x19c)];else throw L(0x1e6)+g;}let i=![];if(b['f']||b[L(0x19a)])i=!![];else{const u=isRoot();u?(Log['warn'](L(0x1a6)),i=await Actions[L(0x1d2)]('Proceed\x20anyway?',![])):i=!![];}if(!i)throw L(0x1db);const j=await HTTPS['get']({'url':L(0x1c7),'cert':g}),k=f['grep'](j[L(0x1dd)],'RELEASE=');if(k['length']===0x0)throw'Network\x20error,\x20please\x20try\x20again.';process['env']['NO_NODE_WARNINGS']='1';const l=k[0x0][L(0x1d4)](/[^0-9.]/gi,'')[L(0x1d4)](/\r?\n|\r/,''),m=L(0x1f0);let n;b[L(0x1dc)]?n=b[L(0x1dc)]:compareVersions(l,m)<0x0?n=m:n=l;Log['notice'](L(0x1b1)+n);const o={'win32':'windows','darwin':L(0x1da),'linux':L(0x1e0)};let p='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e[L(0x1ef)]()]+'.'+(a77e[L(0x1c9)]()===L(0x1c5)?'arm64':L(0x1f3))+L(0x1cf)+n,q=await HTTPS[L(0x1ca)]({'url':p,'cert':g});if(!q&&n['includes']('-')){const v=n[L(0x1e1)]('-'),w=v[0x0],x=v[L(0x1d9)](0x1)[L(0x198)]('-'),y=w[L(0x1d4)](/\.0+$/,'');Log['warn'](L(0x1b2)+n+L(0x1f8)+y+'-'+x);const z='https://packages.meteor.com/bootstrap-link?arch=os.'+o[a77e[L(0x1ef)]()]+'.'+(a77e[L(0x1c9)]()===L(0x1c5)?L(0x1c5):'x86_64')+L(0x1cf)+y+'-'+x;q=await HTTPS[L(0x1ca)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0x1c8)](L(0x1b2)+n+L(0x1ba)),process[L(0x1a3)](0x0)):Log[L(0x1be)](L(0x1b2)+n+L(0x1b7));const r=f['getMeteorInstallPath'](),s=c['getMeteorExePath'](),t=f['getUserDataDirectory']();if(a77g[L(0x1a1)](s)){let A=![];b['f']||b[L(0x19a)]?A=!![]:A=await Actions['confirm'](L(0x1b0),![]),A?(await SpawnAsync['withSpinner']('rm',[L(0x1e9),a77f[L(0x198)](r,L(0x1a8))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(packages)'}),await SpawnAsync[L(0x1ae)]('rm',['-rf',a77f['join'](r,'package-metadata')],{'message':L(0x1c0)}),await SpawnAsync['withSpinner']('rm',[L(0x1e9),a77f[L(0x198)](r,'meteor')],{'message':L(0x1cc)})):(Log[L(0x1f4)]('Aborting\x20install'),process[L(0x1a3)](0x0));}try{Log['notice'](L(0x1ac)+n+L(0x1e2)+p),await HTTPS[L(0x1ea)]({'url':p,'destPath':a77f[L(0x198)](homeDir,'meteor.tar.gz'),'cert':g,'timeout':b[L(0x1b3)]?parseInt(b[L(0x1b3)])*0x3e8:0x493e0});try{const B=a77f[L(0x198)](homeDir,'meteor.tar.gz');await f[L(0x1bb)](B,t);}catch(C){Log[L(0x1c8)](L(0x1cb));}updatePath();}catch(D){console[L(0x1c8)](D),process['exit'](0x1);}finally{!b['keepInstallFile']&&await SpawnAsync['withSpinner']('rm',[L(0x1e9),a77f[L(0x198)](homeDir,L(0x1c4))],{'message':L(0x1df)});}c['setMeteorReleaseVersion'](n),Log[L(0x1d3)](L(0x1b2)+n+'\x20installed.\x0a'),process[L(0x1a3)](0x0);}catch(E){console[L(0x1c8)](E),process['exit'](0x1);}});function updatePath(){const M=a77I;if(a77e[M(0x1ef)]()==='win32'){const a=process['env'][M(0x1f5)]||'',b=homeDir+'\x5c.meteor\x5cmeteor';!a[M(0x1bc)](b)&&(execSync(M(0x1c2)+a+';'+b+'\x22'),Log['notice']('Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.'),Log[M(0x1be)](M(0x1d8)));}else{const c=a77f['join'](homeDir,M(0x1ad)),d=a77f[M(0x198)](homeDir,M(0x1fa)),e=M(0x1cd),f=a77g[M(0x1a1)](c)?a77g['readFileSync'](c,M(0x1a2)):'';!f['includes'](e)&&(a77g[M(0x1ee)](c,'\x0a'+e+'\x0a'),Log['notice']('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g[M(0x1a1)](d)?a77g[M(0x1d1)](d,M(0x1a2)):'';!g[M(0x1bc)](e)&&(a77g[M(0x1ee)](d,'\x0a'+e+'\x0a'),Log['notice'](M(0x1f6)+d));}}
@@ -1 +1 @@
1
- const a78l=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1a3;let f=c[d];return f;},a78d(a,b);}(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x1a4))/0x1+-parseInt(i(0x1b7))/0x2+-parseInt(i(0x1b3))/0x3*(parseInt(i(0x1aa))/0x4)+-parseInt(i(0x1b1))/0x5*(parseInt(i(0x1a7))/0x6)+parseInt(i(0x1c1))/0x7*(-parseInt(i(0x1bb))/0x8)+-parseInt(i(0x1ac))/0x9*(-parseInt(i(0x1c4))/0xa)+parseInt(i(0x1a8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x5becf));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x1a9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a['toString']()[k(0x1bc)](k(0x1bf))[k(0x1c9)]()['constructor'](a78a)[k(0x1bc)]('(((.+)+)+)+$');});a78a();function a78c(){const n=['fsi','850466Ezjklp','app/public','join','docs','112CyAtUk','search','isFile','\x20-r\x20app','(((.+)+)+)+$','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','300608CttFug','sep','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','1188890hCUzSU','.+\x5c.(j|t)s(doc|x)?$','app/packages','jsdoc-config.json','utf-8','toString','maka\x20jsdoc','647614AvjKts','findAppDirectory','jsdoc','42nUNtPs','24771120vdrMoq','apply','14308DfawLt','writeFileSync','36TMvtuK','create','withSpinner','\x20-d\x20','plugins/markdown','289310hsPTRq','notice','228YCEmCM','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','error'];a78c=function(){return n;};return a78c();}import a78e from'path';import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x1ad)]({'name':a78l(0x1a6),'usage':a78l(0x1a3),'mustBeInMakaProject':!![],'shortDesc':a78l(0x1c3),'examples':['maka\x20jsdoc\x20--init',a78l(0x1a3)],'validOpts':[]},function(){const m=a78l,a=a78e['join'](this['fsi']['findAppDirectory'](),m(0x1ba)+a78e[m(0x1c2)]),b=a78e[m(0x1b9)](this[m(0x1b6)][m(0x1a5)](),'config',m(0x1c7)),c=m(0x1a6);if(!this[m(0x1b6)][m(0x1bd)](b)){const f={'plugins':[m(0x1b0)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc','closure']},'source':{'includePattern':m(0x1c5),'excludePattern':m(0x1b4),'exclude':[m(0x1c6),'app/node_modules',m(0x1b8),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x1c8)}};a78f[m(0x1ab)](b,JSON['stringify'](f,null,0x4));}const d=Log[m(0x1ae)]('Running\x20'+c);try{const g=c+'\x20-c\x20'+b+m(0x1be)+a78e['sep']+m(0x1af)+a;execSync(g,{'stdio':'inherit'}),Log[m(0x1b2)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(h){Log[m(0x1b5)](h),Log[m(0x1b5)](m(0x1c0));}finally{d['stop']();}});
1
+ const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=-parseInt(i(0x1e0))/0x1+-parseInt(i(0x1cf))/0x2*(-parseInt(i(0x1d8))/0x3)+-parseInt(i(0x1cd))/0x4+-parseInt(i(0x1c4))/0x5+parseInt(i(0x1d6))/0x6+-parseInt(i(0x1d9))/0x7*(-parseInt(i(0x1bc))/0x8)+parseInt(i(0x1bd))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xd0c9a));function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1b9;let f=c[d];return f;},a78d(a,b);}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x1d1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x1c0)]()[k(0x1ce)](k(0x1dc))['toString']()[k(0x1c5)](a78a)['search'](k(0x1dc));});a78a();import a78e from'path';function a78c(){const n=['maka\x20jsdoc','7236168IWbnTs','config','9XGamYH','110999RIMUQP','maka\x20jsdoc\x20--init','\x0a[+]\x20Documentation\x20written\x20to\x20','(((.+)+)+)+$','\x20-r\x20app','fsi','isFile','982702wjAmwl','docs','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','jsdoc-config.json','152fVjuEX','6834069OmMzps','notice','stop','toString','error','.+\x5c.(j|t)s(doc|x)?$','utf-8','5934915bVIyNT','constructor','app/public','app/private','join','withSpinner','sep','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','create','2414888OfofLQ','search','907966yPwKAY','plugins/markdown','apply','Running\x20','app/packages','stringify'];a78c=function(){return n;};return a78c();}import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0x1cc)]({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78l(0x1da),a78l(0x1d5)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0x1c8)](this['fsi']['findAppDirectory'](),m(0x1b9)+a78e[m(0x1ca)]),b=a78e[m(0x1c8)](this[m(0x1de)]['findAppDirectory'](),m(0x1d7),m(0x1bb)),c='jsdoc';if(!this[m(0x1de)][m(0x1df)](b)){const f={'plugins':[m(0x1d0)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc','closure']},'source':{'includePattern':m(0x1c2),'excludePattern':m(0x1cb),'exclude':[m(0x1d3),'app/node_modules',m(0x1c6),m(0x1c7)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x1c3)}};a78f['writeFileSync'](b,JSON[m(0x1d4)](f,null,0x4));}const d=Log[m(0x1c9)](m(0x1d2)+c);try{const g=c+'\x20-c\x20'+b+m(0x1dd)+a78e[m(0x1ca)]+'\x20-d\x20'+a;execSync(g,{'stdio':'inherit'}),Log[m(0x1be)](m(0x1db)+a);}catch(h){Log[m(0x1c1)](h),Log[m(0x1c1)](m(0x1ba));}finally{d[m(0x1bf)]();}});