@maka/maka-cli 5.1.7 → 5.1.9

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 (169) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/profile.js +1 -1
  87. package/bundle/obf/src/commands/proxy.js +1 -1
  88. package/bundle/obf/src/commands/reconfig.js +1 -1
  89. package/bundle/obf/src/commands/register.js +1 -1
  90. package/bundle/obf/src/commands/run/_index.js +1 -1
  91. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  92. package/bundle/obf/src/commands/run/run.command.js +1 -1
  93. package/bundle/obf/src/commands/set/_index.js +1 -1
  94. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  95. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/set.command.js +1 -1
  97. package/bundle/obf/src/commands/ssh.js +1 -1
  98. package/bundle/obf/src/commands/ssl.js +1 -1
  99. package/bundle/obf/src/commands/test/_index.js +1 -1
  100. package/bundle/obf/src/commands/test/jest.sub.cmd.js +1 -1
  101. package/bundle/obf/src/commands/test/mocha.sub.cmd.js +1 -1
  102. package/bundle/obf/src/commands/test/test.command.js +1 -1
  103. package/bundle/obf/src/commands/undo.js +1 -1
  104. package/bundle/obf/src/commands/version.js +1 -1
  105. package/bundle/obf/src/error.js +1 -1
  106. package/bundle/obf/src/exec.js +1 -1
  107. package/bundle/obf/src/generator.js +1 -1
  108. package/bundle/obf/src/generators/_index.js +1 -1
  109. package/bundle/obf/src/generators/api.js +1 -1
  110. package/bundle/obf/src/generators/aws/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/aws.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  113. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  114. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  115. package/bundle/obf/src/generators/collection.js +1 -1
  116. package/bundle/obf/src/generators/component.js +1 -1
  117. package/bundle/obf/src/generators/config.js +1 -1
  118. package/bundle/obf/src/generators/dbc.js +1 -1
  119. package/bundle/obf/src/generators/dockerfile.js +1 -1
  120. package/bundle/obf/src/generators/hook.js +1 -1
  121. package/bundle/obf/src/generators/kits/_index.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  124. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  125. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  127. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  128. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  129. package/bundle/obf/src/generators/kits/kit.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  132. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  133. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  134. package/bundle/obf/src/generators/layout.js +1 -1
  135. package/bundle/obf/src/generators/maka.gen.js +1 -1
  136. package/bundle/obf/src/generators/methods.js +1 -1
  137. package/bundle/obf/src/generators/package.js +1 -1
  138. package/bundle/obf/src/generators/page.js +1 -1
  139. package/bundle/obf/src/generators/publish.js +1 -1
  140. package/bundle/obf/src/generators/route.js +1 -1
  141. package/bundle/obf/src/generators/service.js +1 -1
  142. package/bundle/obf/src/generators/services/_index.js +1 -1
  143. package/bundle/obf/src/generators/services/openssl.js +1 -1
  144. package/bundle/obf/src/generators/services/translation.js +1 -1
  145. package/bundle/obf/src/maka.js +1 -1
  146. package/bundle/obf/src/tool.js +1 -1
  147. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  148. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  149. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/cfg/cfg.class.js +1 -1
  151. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  152. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  153. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  154. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  155. package/bundle/obf/src/tools/https/https.class.js +1 -1
  156. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  157. package/bundle/obf/src/tools/log/log.class.js +1 -1
  158. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  159. package/bundle/obf/src/tools/mpi/mpi.class.js +1 -1
  160. package/bundle/obf/src/tools/options/options.class.js +1 -1
  161. package/bundle/obf/src/tools/pkg/pkg.class.js +1 -1
  162. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  163. package/bundle/obf/src/tools/scaffold/scaffold.class.js +1 -1
  164. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  165. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  166. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  167. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  168. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  169. 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(0x164))/0x1*(-parseInt(f(0x13c))/0x2)+parseInt(f(0x14f))/0x3+parseInt(f(0x135))/0x4*(-parseInt(f(0x155))/0x5)+-parseInt(f(0x137))/0x6*(-parseInt(f(0x148))/0x7)+parseInt(f(0x153))/0x8+-parseInt(f(0x15e))/0x9*(parseInt(f(0x133))/0xa)+-parseInt(f(0x13d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x344a1));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x143)]()[h(0x14d)]('(((.+)+)+)+$')['toString']()[h(0x163)](a58a)[h(0x14d)](h(0x165));});a58a();import{Size,Category,Shape,Color,Texture,Rating}from'../types/enums.js';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x12f;var f=c[d];return f;},a58d(a,b);}import{Item}from'../models/item.js';export class BasicItem extends Item{constructor(a,b){var i=a58d;super({'name':a,'description':b,'size':Size['Medium'],'category':Category['Unknown'],'shape':Shape[i(0x14e)],'color':Color[i(0x152)],'texture':Texture[i(0x154)],'rating':Rating['Common'],'weight':0x1});}[a58j(0x15a)](){return this['description'];}}export class Sword extends Item{constructor(a,b){var k=a58j;super({'name':a,'description':b,'size':Size[k(0x166)],'category':Category['Weapon'],'shape':Shape['Blade'],'color':Color[k(0x159)],'texture':Texture['Metallic'],'rating':Rating[k(0x160)],'weight':0x3});}}export class Rifle extends Item{constructor(a,b){var l=a58j;super({'name':a,'description':b,'size':Size[l(0x12f)],'category':Category[l(0x15c)],'shape':Shape[l(0x151)],'color':Color[l(0x14c)],'texture':Texture['Metallic'],'rating':Rating[l(0x147)],'weight':0x7});}}export class Helmet extends Item{constructor(a,b){var m=a58j;super({'name':a,'description':b,'size':Size[m(0x166)],'category':Category[m(0x13a)],'shape':Shape[m(0x139)],'color':Color[m(0x159)],'texture':Texture[m(0x134)],'rating':Rating[m(0x160)],'weight':0x2});}}function a58c(){var D=['58338GgJtLZ','apply','Use\x20it\x20for\x20what?\x20Try\x20equipping\x20it\x20\x22equip\x20short\x20sword\x22','You\x20hold\x20the\x20','Brown','search','Rectangle','845988EgsKZY','author','Rifle','Yellow','1892096TDOqmL','Smooth','76710vwJVHZ','Sniper\x20Rifle','A\x20well-balanced\x20short\x20sword,\x20ideal\x20for\x20close\x20combat.','LegArmor','Grey','use','name','Weapon','pageCount','9MfeOuV','Short\x20Sword','Common','You\x20suck\x20at\x20using\x20it.\x20\x20Try\x20equipping\x20it\x20\x22equip\x20sniper\x20rifle\x22','There\x20is\x20a\x20bookmark,\x20you\x20open\x20the\x20book\x20to\x20the\x20page\x20and\x20you\x20see\x20a\x20note\x20saying\x20\x22secret123\x22','constructor','41333eSTZye','(((.+)+)+)+$','Medium','Large','Legendary','Blade','Key','531220XNXGqA','Metallic','8NotKkl','Gloves','24JJeHsT','ArmArmor','Circle','Helmet','\x20aloft,\x20feeling\x20its\x20immense\x20power.','10IjdnUP','5065786GBPVum','A\x20mysterious\x20book.','Cup','Holy\x20Grail','Tiny','Small','toString','BodyArmor','Boots','Book','Rare'];a58c=function(){return D;};return a58c();}export class BodyArmor extends Item{constructor(a,b){var n=a58j;super({'name':a,'description':b,'size':Size['Large'],'category':Category[n(0x144)],'shape':Shape[n(0x14e)],'color':Color[n(0x159)],'texture':Texture[n(0x134)],'rating':Rating[n(0x160)],'weight':0xa});}}export class LegArmor extends Item{constructor(a,b){var o=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[o(0x158)],'shape':Shape[o(0x14e)],'color':Color[o(0x159)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x6});}}export class Boots extends Item{constructor(a,b){var p=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[p(0x145)],'shape':Shape[p(0x139)],'color':Color[p(0x14c)],'texture':Texture[p(0x154)],'rating':Rating[p(0x160)],'weight':0x2});}}export class Gloves extends Item{constructor(a,b){var q=a58j;super({'name':a,'description':b,'size':Size['Small'],'category':Category[q(0x136)],'shape':Shape['Circle'],'color':Color[q(0x14c)],'texture':Texture[q(0x154)],'rating':Rating['Common'],'weight':0x1});}}export class Gauntlets extends Item{constructor(a,b){var r=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[r(0x138)],'shape':Shape['Rectangle'],'color':Color['Grey'],'texture':Texture[r(0x134)],'rating':Rating[r(0x160)],'weight':0x3});}}export class Key extends Item{constructor(a,b){var s=a58j;super({'name':a,'description':b,'size':Size[s(0x141)],'category':Category[s(0x132)],'shape':Shape['Rectangle'],'color':Color[s(0x152)],'texture':Texture[s(0x154)],'rating':Rating['Common'],'weight':0x0});}[a58j(0x15a)](){return'This\x20is\x20a\x20key,\x20and\x20you\x20cannot\x20just\x20\x22use\x22\x20it.\x20Try\x20\x22unlock\x22';}}export class Weapon extends Item{constructor(a,b){var t=a58j;super({'name':a,'description':b,'size':Size['Medium'],'category':Category[t(0x15c)],'shape':Shape[t(0x131)],'color':Color[t(0x159)],'texture':Texture['Metallic'],'rating':Rating['Common'],'weight':0x3});}[a58j(0x15a)](){var u=a58j;return u(0x14a);}}export class Book extends Item{['author'];['publishDate'];[a58j(0x15d)];constructor(a,b=a58j(0x13e),c='Unknown\x20Author'){var v=a58j;super({'name':a,'description':b,'size':Size[v(0x166)],'category':Category[v(0x146)],'shape':Shape[v(0x14e)],'color':Color[v(0x14c)],'texture':Texture[v(0x154)],'rating':Rating['Common'],'weight':0x1}),this[v(0x150)]=c,this['publishDate']=new Date(),this[v(0x15d)]=0x64;}[a58j(0x15a)](){var w=a58j;return w(0x162);}}export class ShortSword extends Item{constructor(){var x=a58j;super({'name':x(0x15f),'description':x(0x157),'size':Size['Medium'],'category':Category[x(0x15c)],'shape':Shape[x(0x131)],'color':Color['Grey'],'texture':Texture[x(0x134)],'rating':Rating[x(0x160)],'weight':0x3});}['use'](){var y=a58j;return y(0x14a);}}export class SniperRifle extends Item{constructor(){var z=a58j;super({'name':z(0x156),'description':'An\x20accurate,\x20long\x20range,\x205\x20round\x20rifle\x20with\x20a\x208x\x20scope.','size':Size[z(0x12f)],'category':Category['Weapon'],'shape':Shape[z(0x151)],'color':Color[z(0x14c)],'texture':Texture[z(0x154)],'rating':Rating['Common'],'weight':0x5});}[a58j(0x15a)](){var A=a58j;return A(0x161);}}export class HolyGrail extends Item{constructor(){var B=a58j;super({'name':B(0x140),'description':'A\x20legendary\x20cup\x20believed\x20to\x20have\x20miraculous\x20powers.\x20It\x20shimmers\x20with\x20an\x20ethereal\x20glow.','size':Size[B(0x142)],'category':Category[B(0x13f)],'shape':Shape[B(0x139)],'color':Color['Gold'],'texture':Texture['Metallic'],'rating':Rating[B(0x130)],'weight':0x1});}[a58j(0x15a)](){var C=a58j;return C(0x14b)+this[C(0x15b)]+C(0x13b);}}
@@ -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(0x1e4))/0x1*(-parseInt(f(0x23c))/0x2)+-parseInt(f(0x1e0))/0x3+-parseInt(f(0x218))/0x4*(-parseInt(f(0x1f6))/0x5)+-parseInt(f(0x1ef))/0x6*(parseInt(f(0x208))/0x7)+-parseInt(f(0x1e1))/0x8*(-parseInt(f(0x227))/0x9)+parseInt(f(0x215))/0xa+-parseInt(f(0x24e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x8364b));function a60c(){const j=['Central\x20Chamber','release','gem','A\x20creditstick\x20loaded\x20with\x20nuyen.','A\x20hidden\x20alley\x20in\x20the\x20Barrens\x20where\x20shadowrunners\x20meet\x20up\x20for\x20covert\x20jobs.','Matrix\x20Data\x20Haven','The\x20gate\x20slowly\x20opens\x20revealing\x20the\x20path\x20to\x20the\x20Central\x20Chamber.','shield','7XEEuoU','OUTSIDE','drone','Blood-stained\x20Key','Central\x20Chamber\x20Key','Armory','Amulet\x20of\x20Awakening','insert\x20gem','Gang\x20Insignia','A\x20vast\x20library\x20filled\x20with\x20ancient\x20books.\x20[START]','The\x20ward\x20shatters,\x20revealing\x20the\x20amulet.','secret123','toString','10528750hTaZUn','key','Watch\x20Tower','364bGXYzo','south','A\x20powerful\x20amulet\x20said\x20to\x20wake\x20spirits\x20from\x20slumber.','Barrens\x20Entrance','That\x20passcode\x20is\x20incorrect','A\x20popular\x20heavy\x20pistol\x20among\x20shadowrunners.','Study','The\x20chest\x20unlocks\x20revealing\x20the\x20chalice.','A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.','Downtown\x20Seattle','A\x20virtual\x20portal\x20in\x20the\x20Matrix.\x20Glowing\x20neon\x20lights\x20everywhere,\x20with\x20digital\x20sprites\x20zipping\x20by.','NORTH','Mage\x27s\x20Lair','A\x20gem\x20radiating\x20a\x20mysterious\x20aura.','The\x20data\x20stream\x20reveals\x20a\x20location:\x20Downtown\x20Seattle.','9AxyvIw','EAST','sword','The\x20chest\x20has\x20a\x20gem-shaped\x20socket.','holyGrail','A\x20large\x20circular\x20room\x20with\x20four\x20doors.','The\x20chains\x20rattle\x20ominously,\x20but\x20nothing\x20else\x20happens.','Corp\x20Enclave','Secret\x20Passage','Alchemy\x20Lab','open\x20sesame','The\x20chest\x20remains\x20firmly\x20shut.','Rigger\x27s\x20Workshop','Ares\x20Predator','Rows\x20of\x20ancient\x20weapons\x20and\x20armors.','Guard\x27s\x20Log\x20Book','Glittering\x20treasures\x20from\x20floor\x20to\x20ceiling.','The\x20high-security\x20corporate\x20zone,\x20complete\x20with\x20looming\x20skyscrapers\x20and\x20security\x20checkpoints.','CorpSec\x20Plans','Unlock\x20the\x20encrypted\x20data\x20to\x20receive\x20your\x20next\x20mission.','An\x20old\x20and\x20rusted\x20sword.','303140kOZGHU','A\x20room\x20glittering\x20with\x20gold\x20and\x20jewels.','MCT\x20Fly-Spy','east','show\x20loyalty','Entrance\x20Hall','A\x20quiet\x20room\x20filled\x20with\x20bookshelves,\x20a\x20large\x20desk,\x20and\x20scattered\x20papers.','decrypt','A\x20long-range\x20weapon.','A\x20key\x20made\x20of\x20pure\x20digital\x20energy.','book','rifle','cup','(((.+)+)+)+$','Emblem\x20Shield','Drones\x20and\x20vehicles\x20being\x20modified,\x20tools\x20everywhere,\x20and\x20a\x20rigger\x20jacked\x20in\x20to\x20a\x20command\x20console.','Jackpoint\x20Login','inside','14285733CobOSf','outside','To\x20enter\x20deeper\x20into\x20the\x20Barrens,\x20you\x20must\x20show\x20allegiance\x20to\x20one\x20of\x20the\x20gangs.','The\x20data\x20remains\x20encrypted.','A\x20room\x20filled\x20with\x20potions,\x20beakers,\x20and\x20an\x20enchantment\x20circle.','Riddle\x20Book','weapon','A\x20grand\x20entrance\x20with\x20huge\x20wooden\x20doors\x20behind\x20and\x20a\x20dimly\x20lit\x20corridor\x20ahead.','The\x20magic\x20in\x20the\x20room\x20grows\x20more\x20oppressive,\x20resisting\x20your\x20efforts.','SOUTH','A\x20towering\x20structure\x20giving\x20a\x20bird’s-eye\x20view\x20of\x20the\x20surroundings.','Golden\x20Key','1274910GokkkX','3649008SuPAXd','A\x20key\x20stained\x20with\x20old\x20blood.','Speak\x20the\x20ancient\x20phrase\x20to\x20unlock\x20the\x20Central\x20Chamber.','7JHnLiQ','constructor','A\x20locked\x20glass\x20gun\x20cabinet\x20stands\x20here,\x20with\x20a\x20keypad\x20awaiting\x20a\x20password.','Torture\x20Chamber','A\x20thin\x20log\x20book','Speak\x20the\x20word\x20to\x20free\x20the\x20ghost.','west','north','A\x20hideout\x20filled\x20with\x20magical\x20artifacts,\x20wards,\x20and\x20a\x20few\x20summoned\x20spirits\x20guarding\x20the\x20place.','A\x20digital\x20realm\x20with\x20information\x20streams\x20flowing\x20like\x20rivers.','Detailed\x20security\x20plans\x20for\x20a\x20corporate\x20building.','5315340sshqWt','search','Holy\x20Grail','A\x20dimly\x20lit\x20passage\x20with\x20walls\x20made\x20of\x20stone.','Corporate\x20Creditstick','A\x20chalice\x20made\x20of\x20pure\x20gold.','apply','31745RsHKoV','A\x20small\x20surveillance\x20drone.','The\x20legendary\x20Holy\x20Grail.','disenchant','Courtyard','Barrens\x20Hideout','Chad\x20the\x20stupid\x20guard','A\x20badge\x20proving\x20your\x20loyalty\x20to\x20one\x20of\x20the\x20Barrens\x27\x20gangs.','The\x20ghost\x20thanks\x20you\x20and\x20disappears,\x20leaving\x20behind\x20the\x20gem.','Treasure\x20Room'];a60c=function(){return j;};return a60c();}function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1d5;let f=c[d];return f;},a60d(a,b);}const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a60d;if(c){const e=c[g(0x1f5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const h=a60d;return a60a[h(0x214)]()[h(0x1f0)](h(0x249))[h(0x214)]()[h(0x1e5)](a60a)[h(0x1f0)](h(0x249));});a60a();export const rooms=[{'name':'Library','description':a60i(0x211),'isStartRoom':!![],'items':[{'type':a60i(0x216),'name':a60i(0x1df),'description':'A\x20shiny\x20golden\x20key\x20with\x20intricate\x20engravings.'},{'type':a60i(0x246),'name':a60i(0x236),'description':a60i(0x1e8),'content':a60i(0x1fc)}],'exits':[{'direction':a60i(0x228),'targetRoom':a60i(0x22f)}]},{'name':a60i(0x22f),'description':a60i(0x1f2),'exits':[{'direction':a60i(0x223),'targetRoom':a60i(0x1ff),'keyRequired':a60i(0x1df)},{'direction':a60i(0x1dd),'targetRoom':a60i(0x1fa)}]},{'name':a60i(0x1ff),'description':a60i(0x23d),'items':[{'type':a60i(0x22b),'name':a60i(0x1f1),'description':a60i(0x1f8)}]},{'name':a60i(0x1fa),'description':'A\x20serene\x20courtyard\x20with\x20a\x20gentle\x20fountain.\x20There\x20are\x20birds\x20bathing.','roomType':a60i(0x209),'exits':[{'direction':'UP','targetRoom':a60i(0x217)}]},{'name':a60i(0x217),'description':a60i(0x1de),'roomType':a60i(0x209),'puzzle':{'requiredPhrase':a60i(0x213),'riddle':a60i(0x1e6),'rewardItem':{'type':a60i(0x247),'name':'Sniper\x20Rifle','description':a60i(0x244)},'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':a60i(0x21c)}}];export const dungeonConfig=[{'name':a60i(0x241),'description':a60i(0x1db),'isStartRoom':!![],'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x231),'riddle':a60i(0x1e3),'rewardItem':{'type':a60i(0x216),'name':a60i(0x20c),'description':a60i(0x220)},'successMessage':a60i(0x206),'failureMessage':'Nothing\x20happens.'},'exits':[{'direction':a60i(0x1eb),'targetRoom':a60i(0x21e)},{'direction':a60i(0x23f),'targetRoom':a60i(0x200),'keyRequired':a60i(0x20c)}]},{'name':a60i(0x21e),'description':a60i(0x242),'roomType':a60i(0x24d),'items':[{'type':a60i(0x246),'name':a60i(0x1d9),'description':'A\x20book\x20containing\x20a\x20mysterious\x20riddle.','content':'When\x20is\x20a\x20door\x20not\x20a\x20door?\x20When\x20it\x27s\x20ajar!'},{'type':a60i(0x216),'name':a60i(0x20c),'description':'A\x20key\x20with\x20an\x20emblem\x20of\x20the\x20dungeon.'}],'exits':[{'direction':a60i(0x219),'targetRoom':a60i(0x241)},{'direction':a60i(0x23f),'targetRoom':a60i(0x230)}]},{'name':a60i(0x230),'description':a60i(0x1d8),'roomType':'inside','items':[{'type':'basic','name':'Empty\x20vial','description':'A\x20clear\x20glass\x20vial.'}],'exits':[{'direction':a60i(0x1ea),'targetRoom':a60i(0x21e)},{'direction':'north','targetRoom':a60i(0x20d)}]},{'name':'Armory','description':a60i(0x235),'roomType':a60i(0x24d),'items':[{'type':a60i(0x207),'name':a60i(0x24a),'description':'A\x20shield\x20with\x20the\x20emblem\x20of\x20the\x20dungeon.'},{'type':a60i(0x229),'name':'Rusted\x20Sword','description':a60i(0x23b)}],'exits':[{'direction':a60i(0x219),'targetRoom':a60i(0x230)},{'direction':'east','targetRoom':a60i(0x200)}]},{'name':a60i(0x200),'description':a60i(0x22c),'roomType':'inside','exits':[{'direction':'west','targetRoom':a60i(0x20d)},{'direction':a60i(0x219),'targetRoom':a60i(0x241)},{'direction':'north','targetRoom':a60i(0x1e7)},{'direction':a60i(0x23f),'targetRoom':a60i(0x1ff)}]},{'name':a60i(0x1e7),'description':'Dark,\x20grim\x20with\x20chains\x20on\x20walls\x20and\x20an\x20eerie\x20silence.','roomType':'inside','items':[{'type':a60i(0x216),'name':a60i(0x20b),'description':a60i(0x1e2)}],'puzzle':{'requiredPhrase':a60i(0x201),'riddle':a60i(0x1e9),'rewardItem':{'type':a60i(0x202),'name':'Ancient\x20Gem','description':a60i(0x225)},'successMessage':a60i(0x1fe),'failureMessage':a60i(0x22d)},'exits':[{'direction':a60i(0x219),'targetRoom':'Central\x20Chamber'}]},{'name':a60i(0x1ff),'description':a60i(0x237),'roomType':'inside','puzzle':{'requiredPhrase':a60i(0x20f),'riddle':a60i(0x22a),'rewardItem':{'type':a60i(0x248),'name':'Golden\x20Chalice','description':a60i(0x1f4)},'successMessage':a60i(0x21f),'failureMessage':a60i(0x232)},'exits':[{'direction':'west','targetRoom':a60i(0x200)}]}];export const shadowrunConfig=[{'name':a60i(0x24c),'description':a60i(0x222),'isStartRoom':!![],'roomType':a60i(0x24d),'exits':[{'direction':'north','targetRoom':'Downtown\x20Seattle'},{'direction':'up','targetRoom':a60i(0x205)}]},{'name':a60i(0x205),'description':a60i(0x1ed),'roomType':a60i(0x24d),'puzzle':{'requiredPhrase':a60i(0x243),'riddle':a60i(0x23a),'rewardItem':{'type':a60i(0x216),'name':'Encrypted\x20Data\x20Key','description':a60i(0x245)},'successMessage':a60i(0x226),'failureMessage':a60i(0x1d7)},'exits':[{'direction':'down','targetRoom':'Jackpoint\x20Login'}]},{'name':a60i(0x221),'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(0x1d5),'exits':[{'direction':a60i(0x219),'targetRoom':a60i(0x24c)},{'direction':a60i(0x23f),'targetRoom':a60i(0x21b)},{'direction':a60i(0x1ea),'targetRoom':a60i(0x22e)}]},{'name':a60i(0x21b),'description':'The\x20outskirts\x20of\x20the\x20lawless\x20Redmond\x20Barrens.\x20Gang\x20graffiti\x20is\x20everywhere.','roomType':a60i(0x1d5),'puzzle':{'requiredPhrase':a60i(0x240),'riddle':a60i(0x1d6),'rewardItem':{'type':a60i(0x216),'name':a60i(0x210),'description':a60i(0x1fd)},'successMessage':'The\x20gang\x20members\x20nod\x20and\x20let\x20you\x20pass\x20deeper\x20into\x20the\x20Barrens.','failureMessage':'The\x20gang\x20members\x20block\x20your\x20way,\x20suspicious\x20of\x20your\x20motives.'},'exits':[{'direction':a60i(0x1ea),'targetRoom':'Downtown\x20Seattle'},{'direction':'north','targetRoom':'Barrens\x20Hideout'}]},{'name':a60i(0x22e),'description':a60i(0x238),'roomType':'inside','items':[{'type':'creditstick','name':a60i(0x1f3),'description':a60i(0x203)},{'type':'document','name':a60i(0x239),'description':a60i(0x1ee)}],'exits':[{'direction':'east','targetRoom':a60i(0x221)}]},{'name':a60i(0x1fb),'description':a60i(0x204),'roomType':'outside','items':[{'type':a60i(0x1da),'name':a60i(0x234),'description':a60i(0x21d)}],'exits':[{'direction':'south','targetRoom':'Barrens\x20Entrance'},{'direction':'north','targetRoom':a60i(0x224)},{'direction':a60i(0x23f),'targetRoom':a60i(0x233)}]},{'name':'Mage\x27s\x20Lair','description':a60i(0x1ec),'roomType':a60i(0x24d),'puzzle':{'requiredPhrase':a60i(0x1f9),'riddle':'Break\x20the\x20ward\x20to\x20reveal\x20the\x20hidden\x20magical\x20artifact.','rewardItem':{'type':'amulet','name':a60i(0x20e),'description':a60i(0x21a)},'successMessage':a60i(0x212),'failureMessage':a60i(0x1dc)},'exits':[{'direction':a60i(0x219),'targetRoom':a60i(0x1fb)}]},{'name':a60i(0x233),'description':a60i(0x24b),'roomType':a60i(0x24d),'items':[{'type':a60i(0x20a),'name':a60i(0x23e),'description':a60i(0x1f7)}],'exits':[{'direction':'west','targetRoom':a60i(0x1fb)}]}];
@@ -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 a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x191;var f=c[d];return f;},a61d(a,b);}function a61c(){var i=['puzzle','721212TqLkVg','toString','roomB','category','(((.+)+)+)+$','rooms','roomA','search','_playerName','2693799roBJHN','roomType','description','251942gmUzAH','2735835sFygbe','logger','9479034gEZmuv','_inventory','_logger','uuid','isStartRoom','_maxCarryingWeight','constructor','_equipment','18532472msAIWw','unlockItemOrSolution','name','exits','rating','solved','4314476buuoXU','player','isLockable','color'];a61c=function(){return i;};return a61c();}(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1a9))/0x1+-parseInt(f(0x193))/0x2+parseInt(f(0x1b2))/0x3+parseInt(f(0x1a4))/0x4+-parseInt(f(0x194))/0x5+parseInt(f(0x196))/0x6+-parseInt(f(0x19e))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe9a29));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(0x1b0)](g(0x1ad))[g(0x1aa)]()[g(0x19c)](a61a)[g(0x1b0)](g(0x1ad));});a61a();import{EventEmitter}from'events';export class AbstractScene{[a61h(0x1ae)];[a61h(0x1a5)];[a61h(0x195)];['characterLocations'];}export class AbstractRoom extends EventEmitter{[a61h(0x1a0)];[a61h(0x192)];[a61h(0x1a1)];['inventory'];[a61h(0x1a8)];[a61h(0x191)];[a61h(0x19a)];}export class AbstractDoor{[a61h(0x1af)];[a61h(0x1ab)];['isLocked'];[a61h(0x19f)];['name'];['logger'];[a61h(0x1a6)];}export class AbstractInventory{['items'];[a61h(0x195)];}export class AbstractItem{[a61h(0x199)];['name'];['description'];['size'];[a61h(0x1ac)];['shape'];[a61h(0x1a7)];['texture'];[a61h(0x1a2)];['weight'];}export class AbstractPlayer{[a61h(0x1b1)];['_currentLocation'];[a61h(0x197)];[a61h(0x19d)];[a61h(0x19b)];[a61h(0x198)];}export class AbstractPuzzle{['logger'];[a61h(0x1a3)];}
@@ -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 a62c(){var u=['396TAppzc','search','UNDERGROUND','BEACH','Grainy','blade','rifle','Legendary','grainy','rough','rare','large','down','Square','12aWSrEk','Hat','Large','grey','CAVE','5315684TVNPgQ','Blade','16396910YmoffN','gold','Orange','rectangle','4577CUdkqa','triangle','Purple','helmet','EAST','26PaYJHl','green','cup','blue','SOUTH','arm\x20armor','Shield','tiny','Boots','(((.+)+)+)+$','underground','Rifle','11AgZmtC','Key','beach','Brown','8344238NFQbJl','toString','156232wbrWpv','Smooth','Grey','Green','LegArmor','NORTH','west','leg\x20armor','Triangle','north','weapon','desert','Metallic','fuzzy','VeryLarge','gloves','metallic','1126090jpUBih','legendary','circle','inside','boots','square','Bumpy','Weapon','yellow','forest','Rare','Medium','Rough','east','Blue','book','Yellow','body\x20armor','south','MOUNTAIN','unknown','Fuzzy','common','FOREST','Gloves','orange','mountain','bumpy','constructor','1246356DBTwKf','Cup','shield','DOWN','BodyArmor','Unknown','ArmArmor','Red'];a62c=function(){return u;};return a62c();}(function(a,b){var k=a62d,c=a();while(!![]){try{var d=parseInt(k(0x150))/0x1*(parseInt(k(0x155))/0x2)+parseInt(k(0x195))/0x3+-parseInt(k(0x1b0))/0x4+parseInt(k(0x178))/0x5*(-parseInt(k(0x1ab))/0x6)+parseInt(k(0x165))/0x7+-parseInt(k(0x167))/0x8*(parseInt(k(0x19d))/0x9)+parseInt(k(0x1b2))/0xa*(parseInt(k(0x161))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xa318d));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x14f;var f=c[d];return f;},a62d(a,b);}export var Size;(function(a){var l=a62d;a['Tiny']=l(0x15c),a['Small']='small',a[l(0x183)]='medium',a[l(0x1ad)]=l(0x1a8),a[l(0x175)]='very\x20large';}(Size||(Size={})));export var Rating;(function(a){var m=a62d;a['Common']=m(0x18e),a[m(0x182)]=m(0x1a7),a[m(0x1a4)]=m(0x179);}(Rating||(Rating={})));export var Category;(function(a){var n=a62d;a[n(0x17f)]=n(0x171),a[n(0x15b)]=n(0x197),a[n(0x162)]='key',a[n(0x190)]=n(0x176),a['Helmet']=n(0x153),a[n(0x1ac)]='hat',a[n(0x15d)]=n(0x17c),a[n(0x16b)]=n(0x16e),a[n(0x19b)]=n(0x15a),a[n(0x199)]=n(0x189),a['Book']=n(0x187),a[n(0x196)]=n(0x157),a[n(0x19a)]=n(0x18c);}(Category||(Category={})));export var Shape;(function(c){var p=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 o=a62d;return e['toString']()[o(0x19e)]('(((.+)+)+)+$')[o(0x166)]()[o(0x194)](e)['search'](o(0x15e));});e(),c['Circle']=p(0x17a),c[p(0x1aa)]=p(0x17d),c[p(0x16f)]=p(0x151),c['Rectangle']=p(0x14f),c[p(0x1b1)]=p(0x1a2),c[p(0x160)]=p(0x1a3);}(Shape||(Shape={})));export var Color;(function(a){var q=a62d;a[q(0x19c)]='red',a[q(0x186)]=q(0x158),a[q(0x16a)]=q(0x156),a[q(0x188)]=q(0x180),a[q(0x1b4)]=q(0x191),a[q(0x152)]='purple',a[q(0x169)]=q(0x1ae),a[q(0x164)]='brown',a['Gold']=q(0x1b3);}(Color||(Color={})));export var Texture;(function(a){var r=a62d;a[r(0x168)]='smooth',a[r(0x184)]=r(0x1a6),a[r(0x17e)]=r(0x193),a[r(0x18d)]=r(0x174),a[r(0x1a1)]=r(0x1a5),a[r(0x173)]=r(0x177);}(Texture||(Texture={})));export var RoomType;(function(a){var s=a62d;a['INSIDE']=s(0x17b),a['OUTSIDE']='outside',a[s(0x19f)]=s(0x15f),a[s(0x1af)]='cave',a['TOWER']='tower',a[s(0x18f)]=s(0x181),a['DESERT']=s(0x172),a[s(0x18b)]=s(0x192),a[s(0x1a0)]=s(0x163),a['SEA']='sea';}(RoomType||(RoomType={})));export var Direction;(function(a){var t=a62d;a[t(0x16c)]=t(0x170),a[t(0x154)]=t(0x185),a[t(0x159)]=t(0x18a),a['WEST']=t(0x16d),a['UP']='up',a[t(0x198)]=t(0x1a9);}(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 a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x177;var f=c[d];return f;},a63d(a,b);}(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x17a))/0x1+-parseInt(f(0x17f))/0x2+parseInt(f(0x17d))/0x3+-parseInt(f(0x180))/0x4*(-parseInt(f(0x17b))/0x5)+-parseInt(f(0x179))/0x6+parseInt(f(0x182))/0x7*(-parseInt(f(0x17c))/0x8)+parseInt(f(0x183))/0x9*(parseInt(f(0x178))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xc291b));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x181)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x177)]()[h(0x17e)](h(0x184))[h(0x177)]()['constructor'](a63a)[h(0x17e)](h(0x184));});a63a();export{};function a63c(){var i=['612870Fdrkul','1193082uTWZSa','3660SeQvjP','904DpBlcR','3114168sJWNQY','search','359418iyjtUQ','6796dvuLkJ','apply','90622CeYJyl','135nYVTfL','(((.+)+)+)+$','toString','968710MXXffM'];a63c=function(){return i;};return a63c();}
@@ -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(0xfb))/0x1+-parseInt(f(0xfc))/0x2+-parseInt(f(0x103))/0x3*(-parseInt(f(0xfe))/0x4)+-parseInt(f(0xf6))/0x5*(-parseInt(f(0x105))/0x6)+parseInt(f(0x104))/0x7*(-parseInt(f(0xfd))/0x8)+-parseInt(f(0xff))/0x9*(parseInt(f(0x102))/0xa)+parseInt(f(0xf8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x719f5));var a64b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a64d;if(c){var e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){var h=a64d;return a64a[h(0x100)]()[h(0x101)](h(0xf9))['toString']()[h(0xf7)](a64a)[h(0x101)](h(0xf9));});function a64c(){var i=['(((.+)+)+)+$','apply','395107tqsfdv','1355470AsBNzg','5607384hNpYyv','1698052RnStFf','732006dhMBbf','toString','search','10ATTmyO','3cSsbCY','7ikHEnw','24fJXvRY','1007740RIhcnZ','constructor','3295347mHvAZk'];a64c=function(){return i;};return a64c();}a64a();function a64d(a,b){var c=a64c();return a64d=function(d,e){d=d-0xf6;var f=c[d];return f;},a64d(a,b);}export{};
@@ -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
+ function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x13d;let f=c[d];return f;},a65d(a,b);}const a65H=a65d;(function(a,b){const y=a65d,c=a();while(!![]){try{const d=parseInt(y(0x157))/0x1+parseInt(y(0x180))/0x2+-parseInt(y(0x17a))/0x3*(-parseInt(y(0x153))/0x4)+-parseInt(y(0x172))/0x5*(parseInt(y(0x186))/0x6)+-parseInt(y(0x142))/0x7+parseInt(y(0x18f))/0x8+parseInt(y(0x191))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x25be6));function a65c(){const I=['getValue','25098jcMzGF','handleInput','arms','Gloves:\x20','enter','45%','lock','render','roomType','OUTSIDE','setContent','white','exits','log','25%','getOtherSide','checkIfLocked','yellow','focus','Right\x20Hand:\x20','----->>>>>>\x20Initializing\x20Game','unequip','logBox','Available\x20exits\x20will\x20be\x20shown\x20here...','apply','Torso:\x20','currentLocation','71090ZLvfqw','inventory','gloves','getWelcomeMessage','key','C-c','screen','clearValue','51XJwLFd','logFilePath','rightHand','checkIfLockable','75%','Legs:\x20','494486EOGDlN','leftHand','legs','equip','mousemove','\x20Inventory\x20','12vLqFNz','None','split','textbox','Feet:\x20','take','Currently\x20in:\x20','write','feet','379712YuMwqG','\x20Equipment\x20','506628KOmUZs','\x0aThere\x20are\x20no\x20exits\x20here.','map','name','20%','getInstance','1422008mIoYSa','Your\x20items\x20will\x20be\x20listed\x20here...','cyan','parse','search','line','equipment','exit','\x20(Locked)','player','head','toString','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','100%','append','box','70%','2372bBXlHd','escape','Side\x20Quest\x20Adventure\x20Game'];a65c=function(){return I;};return a65c();}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(0x16f)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a65d;return g[A(0x14d)]()[A(0x146)]('(((.+)+)+)+$')[A(0x14d)]()['constructor'](g)[A(0x146)]('(((.+)+)+)+$');});g();try{const h=a65e[B(0x178)]({'smartCSR':!![],'title':B(0x155)}),i=a65e[B(0x151)]({'top':'0%','left':B(0x17e),'width':'25%','height':B(0x15c),'border':{'type':B(0x147)},'label':B(0x185),'content':B(0x143),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x168)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x13e)](v=>v[C(0x13f)]);i['setContent'](u['join']('\x0a')),h[C(0x15e)]();};h[B(0x150)](i);const k=a65e[B(0x151)]({'top':B(0x15c),'left':'75%','width':B(0x165),'height':'25%','border':{'type':B(0x147)},'label':B(0x190),'content':B(0x14e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x168)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x150)](k);const l=t=>{const D=B;k[D(0x161)]('Head:\x20'+(t[D(0x14c)]?t[D(0x14c)][D(0x13f)]:D(0x187))+'\x0a'+(D(0x170)+(t['torso']?t['torso'][D(0x13f)]:'None')+'\x0a')+(D(0x17f)+(t[D(0x182)]?t[D(0x182)][D(0x13f)]:D(0x187))+'\x0a')+(D(0x18a)+(t[D(0x18e)]?t[D(0x18e)][D(0x13f)]:D(0x187))+'\x0a')+('Arms:\x20'+(t[D(0x159)]?t[D(0x159)][D(0x13f)]:D(0x187))+'\x0a')+(D(0x15a)+(t[D(0x174)]?t[D(0x174)]['name']:D(0x187))+'\x0a')+('Left\x20Hand:\x20'+(t[D(0x181)]?t[D(0x181)][D(0x13f)]:D(0x187))+'\x0a')+(D(0x16a)+(t[D(0x17c)]?t[D(0x17c)][D(0x13f)]:D(0x187))+'\x0a')),h['render']();},m=a65e[B(0x151)]({'top':B(0x152),'left':'75%','width':B(0x165),'height':B(0x140),'border':{'type':'line'},'label':'\x20Map\x20','content':B(0x16e),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x168)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h['append'](m);const n=t=>{const E=B;let u=E(0x18c)+t[E(0x13f)]+'\x0a\x0a';u+='-----\x20Exits\x20------\x0a',t['exits']['size']>0x0?t[E(0x163)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x166)](t);x[F(0x15f)]===RoomType[F(0x160)]?u+=capitalCase(w)+':\x20'+x[F(0x13f)]:u+=capitalCase(w)+':\x20'+v[F(0x13f)];if(v[F(0x167)]())u+=F(0x14a);else v[F(0x17d)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x13d),m[E(0x161)](u),h[E(0x15e)]();},o=a65e[B(0x151)]({'id':B(0x16d),'top':'0%','left':'0%','width':B(0x17e),'height':'90%','border':{'type':B(0x147)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x168)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x184)),h[B(0x150)](o);const p=a65e[B(0x189)]({'bottom':0x0,'left':0x0,'width':B(0x14f),'height':'10%','tags':!![],'border':{'type':B(0x147)},'style':{'fg':B(0x162),'border':{'fg':B(0x144)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h[B(0x150)](p),h['key']([B(0x154),B(0x177)],()=>process['exit'](0x0)),p['focus'](),h[B(0x15e)]();const q=Logger[B(0x141)](e[B(0x17b)],h),r=new Player({'playerName':c});q['write'](B(0x16b));const s=a65f[B(0x141)](r,d);o[B(0x161)](s[B(0x175)]()),l(s[B(0x14b)][B(0x148)]),j(s[B(0x14b)][B(0x173)]),n(s[B(0x14b)][B(0x171)]),p[B(0x176)]([B(0x15b)],async()=>{const G=B,t=p[G(0x156)](),u=s[G(0x158)](t);(t['split']('\x20')[0x0]===G(0x18b)||G(0x183)||G(0x16c))&&(j(s[G(0x14b)][G(0x173)]),l(s['player'][G(0x148)])),(t[G(0x188)]('\x20')[0x0]==='go'||G(0x15d)||'unlock')&&n(s[G(0x14b)]['currentLocation']),t['split']('\x20')[0x0]==='clear'&&o[G(0x161)](''),u===null&&(console[G(0x164)]('Thanks\x20for\x20playing!'),h[G(0x15e)](),q[G(0x18d)]('<<<<<<<<---------\x20Terminating\x20game'),process['exit'](0x0)),o['pushLine'](u),o['scroll'](0x1),p[G(0x179)](),p[G(0x169)](),h['render']();});}catch(t){console['log'](t),process[B(0x149)](0x1);}}const args=process['argv']['slice'](0x2);main(args[0x0],JSON[a65H(0x145)](args[0x1]),JSON['parse'](args[0x2]));
@@ -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
+ function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xc6;let f=c[d];return f;},a66d(a,b);}const a66k=a66d;(function(a,b){const h=a66d,c=a();while(!![]){try{const d=-parseInt(h(0xd2))/0x1*(-parseInt(h(0xdf))/0x2)+parseInt(h(0xea))/0x3*(parseInt(h(0xe1))/0x4)+-parseInt(h(0xd7))/0x5+-parseInt(h(0xd1))/0x6+parseInt(h(0xf1))/0x7*(parseInt(h(0xcb))/0x8)+parseInt(h(0xd6))/0x9*(parseInt(h(0xef))/0xa)+parseInt(h(0xda))/0xb*(parseInt(h(0xd3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x542b5));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a66d;if(c){const e=c[i(0xdc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const j=a66d;return a66a['toString']()[j(0xe9)](j(0xe7))[j(0xf0)]()[j(0xd0)](a66a)[j(0xe9)](j(0xe7));});a66a();import a66e from'fs';function a66c(){const s=['scrollTo','options','734456HGZvHJ','log','error','instance','content','constructor','1818744QrGhbN','347937YpVOkg','12DacBgp','existsSync','setContent','18NzgoIC','1019045bufWbs','toISOString','children','2673165CdSylQ','ensureLogFileExists','apply','logBox','appendFileSync','2ZVeAaS','type','216156SNdeqa','writeFileSync','write','getScrollHeight','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','join','(((.+)+)+)+$','screen','search','9OZUPTT','filePath','getInstance','box','dirname','34070xSGOre','toString','7jsqNNE','render','mkdirSync','homedir'];a66c=function(){return s;};return a66c();}import a66f from'os';import a66g from'path';const homeDir=a66f[a66k(0xc8)]();export class Logger{static [a66k(0xce)];[a66k(0xeb)];[a66k(0xe8)];constructor(a,b){const l=a66k;this[l(0xeb)]=a,this['screen']=b,this[l(0xdb)]();}static[a66k(0xec)](a=a66g[a66k(0xe6)](homeDir,'.maka','side-quest.log'),b){const m=a66k;if(!Logger['instance']){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0xce)]=new Logger(a,b);}return Logger[m(0xce)];}['ensureLogFileExists'](){const n=a66k,a=a66g[n(0xee)](this[n(0xeb)]);!a66e['existsSync'](a)&&a66e[n(0xc7)](a,{'recursive':!![]}),!a66e[n(0xd4)](this[n(0xeb)])&&a66e[n(0xe2)](this[n(0xeb)],'');}[a66k(0xe3)](a){const o=a66k,b=new Date()[o(0xd8)](),c='[INFO]\x20['+b+']\x20'+a+'\x0a';a66e['appendFileSync'](this[o(0xeb)],c);}[a66k(0xcd)](a){const p=a66k,b=new Date()['toISOString'](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a66e[p(0xde)](this['filePath'],c);}[a66k(0xcc)](a){const q=a66k,b=this['screen']?.[q(0xd9)]['find'](c=>c[q(0xe0)]===q(0xed)&&c[q(0xca)]['id']===q(0xdd));b?(b[q(0xd5)](b[q(0xcf)]+'\x0a'+a),b[q(0xc9)](b[q(0xe4)]()),this['screen']?.[q(0xc6)]()):this[q(0xcd)]('The\x20logbox\x20'+b+q(0xe5)+this['screen']),this[q(0xe3)](a);}['hasScreen'](){const r=a66k;return!!this[r(0xe8)];}}
@@ -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 a67m=a67d;(function(a,b){const j=a67d,c=a();while(!![]){try{const d=-parseInt(j(0x105))/0x1*(-parseInt(j(0x115))/0x2)+-parseInt(j(0xf9))/0x3+parseInt(j(0x116))/0x4+-parseInt(j(0x110))/0x5*(parseInt(j(0x11e))/0x6)+parseInt(j(0xfc))/0x7*(-parseInt(j(0x103))/0x8)+parseInt(j(0x11b))/0x9+parseInt(j(0x10f))/0xa*(parseInt(j(0xfa))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xc5be5));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a67d;if(c){const e=c[k(0x106)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const l=a67d;return a67a[l(0x11c)]()[l(0x112)]('(((.+)+)+)+$')[l(0x11c)]()[l(0x11d)](a67a)[l(0x112)](l(0x111));});a67a();import a67e from'path';import{spawn}from'child_process';import a67f from'./play.command.js';import{Command}from'../../command.js';import{Actions}from'../../tools/actions/actions.class.js';import{Log}from'../../tools/log/log.class.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0xf9;let f=c[d];return f;},a67d(a,b);}import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';function a67c(){const p=['inherit','fsi','4040EfnYgm','Thanks\x20for\x20playing!','60045EiKrML','apply','side-quest','./sideQuest/ui.js','create','resolve','What\x20is\x20your\x20name?','Play\x20a\x20little\x20side-quest','url','stringify','10lJTGkr','15hRSacM','(((.+)+)+)+$','search','ask','bright','44jqDdXL','2561368zwNiNE','player','shadowrun','sideQuestAnswer','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','7949232kbNKjs','toString','constructor','2812866JhbpkL','side-quest.log','809844ROCGhT','13785343LMFKbl','Commoner','22337pQGLqj','getGlobalMakaDir','log','join','Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?'];a67c=function(){return p;};return a67c();}import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a67m(0x10d)]),__dirname=dirname(__filename);Command[a67m(0x109)]({'name':a67m(0x107),'usage':'maka\x20play:side-quest','shortDesc':a67m(0x10c),'aliases':['sq'],'description':a67m(0x11a),'validOpts':[a67m(0x117)]},async function(a,b){const n=a67m;try{const c=this[n(0x102)][n(0xfd)](),d=a67e[n(0xff)](c,n(0x11f)),e=b[n(0x117)]?b['player']:await Actions[n(0x113)](n(0x10b))||n(0xfb),f={...b,'logFilePath':d},g=await Actions['select']({'message':n(0x100),'name':n(0x119),'choices':[{'name':'dungeon','value':dungeonConfig},{'name':n(0x118),'value':shadowrunConfig}]});if(e&&g){const h=spawn('node',[a67e[n(0x10a)](__dirname,n(0x108)),e,JSON[n(0x10e)](g),JSON[n(0x10e)](f)],{'stdio':n(0x101)});h['on']('exit',()=>{const o=n;Log[o(0x114)](o(0x104));});}}catch(i){console[n(0xfe)](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
+ function a68d(a,b){var c=a68c();return a68d=function(d,e){d=d-0x1c6;var f=c[d];return f;},a68d(a,b);}function a68c(){var k=['create','313016IUoyxu','6828496jblWVs','toString','maka\x20game:snake','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','1888262MugSgJ','159885UuRfug','516FjiTzG','10HLEkAH','snake','16DOobap','search','1XnVcPX','7NwUwGI','constructor','143eDtpaO','2440522uqtiNx','15130mAAOCI','inherit','(((.+)+)+)+$','3792807DWaLBP','apply','2154azrlLE'];a68c=function(){return k;};return a68c();}var a68i=a68d;(function(a,b){var f=a68d,c=a();while(!![]){try{var d=parseInt(f(0x1da))/0x1*(-parseInt(f(0x1d3))/0x2)+parseInt(f(0x1d4))/0x3*(parseInt(f(0x1d8))/0x4)+-parseInt(f(0x1c7))/0x5*(-parseInt(f(0x1cc))/0x6)+-parseInt(f(0x1db))/0x7*(parseInt(f(0x1cf))/0x8)+parseInt(f(0x1ca))/0x9*(parseInt(f(0x1d6))/0xa)+-parseInt(f(0x1ce))/0xb*(parseInt(f(0x1d5))/0xc)+parseInt(f(0x1dd))/0xd*(parseInt(f(0x1c6))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0x96ae5));var a68b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a68d;if(c){var e=c[g(0x1cb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){var h=a68d;return a68a[h(0x1d0)]()[h(0x1d9)]('(((.+)+)+)+$')['toString']()[h(0x1dc)](a68a)[h(0x1d9)](h(0x1c9));});a68a();import a68e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a68i(0x1cd)]({'name':a68i(0x1d7),'usage':a68i(0x1d1),'shortDesc':a68i(0x1d2),'validOpts':[]},async function(){var j=a68i;execSync('npx\x20command-line-snake',{'stdio':j(0x1c8)});},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 a69d(a,b){var c=a69c();return a69d=function(d,e){d=d-0x15a;var f=c[d];return f;},a69d(a,b);}var a69h=a69d;(function(a,b){var f=a69d,c=a();while(!![]){try{var d=-parseInt(f(0x161))/0x1+parseInt(f(0x162))/0x2*(-parseInt(f(0x169))/0x3)+parseInt(f(0x15b))/0x4+-parseInt(f(0x15c))/0x5+parseInt(f(0x163))/0x6*(parseInt(f(0x166))/0x7)+parseInt(f(0x168))/0x8+parseInt(f(0x15f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xef818));var a69b=(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;};}()),a69a=a69b(this,function(){var g=a69d;return a69a[g(0x15d)]()[g(0x16a)](g(0x15a))[g(0x15d)]()['constructor'](a69a)[g(0x16a)]('(((.+)+)+)+$');});a69a();import a69e from'./play.command.js';import{Command}from'../../command.js';function a69c(){var j=['887209yzTrFa','6PwqIVT','96WlnWti','create','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','234199PLMPxt','inherit','5272160cpsFZv','949659VFrAkd','search','(((.+)+)+)+$','5281272tYJyzk','3223005aHPVue','toString','tetris','8530515PYrRnP','npx\x20simple-tetris'];a69c=function(){return j;};return a69c();}import{execSync}from'child_process';Command[a69h(0x164)]({'name':a69h(0x15e),'usage':'maka\x20game:tetris','shortDesc':a69h(0x165),'validOpts':[]},async function(){var i=a69h;execSync(i(0x160),{'stdio':i(0x167)});},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(0xda))/0x1*(parseInt(f(0xd8))/0x2)+-parseInt(f(0xd2))/0x3+-parseInt(f(0xcb))/0x4+parseInt(f(0xe2))/0x5*(parseInt(f(0xc7))/0x6)+-parseInt(f(0xde))/0x7*(parseInt(f(0xcd))/0x8)+-parseInt(f(0xd0))/0x9*(parseInt(f(0xc8))/0xa)+parseInt(f(0xdb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x74c76));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a70d;if(c){const e=c[g(0xcf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const h=a70d;return a70a['toString']()[h(0xdd)](h(0xce))[h(0xc9)]()[h(0xca)](a70a)[h(0xdd)](h(0xce));});a70a();import{Command}from'../command.js';function a70c(){const k=['maka\x20g:template\x20todos/todo_item','1629129rQYSOG','maka\x20generate:scaffold\x20todos','generate','maka\x20g:api\x20trucks','Scaffold\x20various\x20parts\x20of\x20your\x20application','exit','52874eWtjIh','maka\x20{generate,\x20g}:<generator>\x20<name>','11vwqBma','18028098StmxqN','create','search','1070006AvOkso','invoke','processAndRunGenerator','splice','25nfPHwe','error','417762kEEUBK','300kdipex','toString','constructor','196708bjeKmA','maka\x20g:route\x20todos/edit','24tKvXIQ','(((.+)+)+)+$','apply','224622JrZasX'];a70c=function(){return k;};return a70c();}function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0xc6;let f=c[d];return f;},a70d(a,b);}import a70e from'../generators/maka.gen.js';import{Log}from'../tools/log/log.class.js';Command[a70i(0xdc)]({'name':a70i(0xd4),'aliases':['g'],'usage':a70i(0xd9),'validOpts':[],'mustBeInMakaProject':!![],'resourceNameRequired':![],'isRoot':!![],'shortDesc':a70i(0xd6),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a70i(0xd3),'maka\x20g:scaffold\x20todos',a70i(0xd1),'maka\x20g:package\x20package:name',a70i(0xcc),a70i(0xd5),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a70i;try{const c=a[0x0];c?(a[j(0xe1)](0x0,0x1),await a70e[j(0xe0)](c,a,b)):a70e[j(0xdf)](a,b);}catch(d){Log[j(0xc6)](d),process[j(0xd7)](0x1);}});
@@ -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(0x1fb))/0x1*(-parseInt(f(0x1f3))/0x2)+parseInt(f(0x1ef))/0x3*(parseInt(f(0x1f0))/0x4)+-parseInt(f(0x1f7))/0x5*(parseInt(f(0x1f8))/0x6)+parseInt(f(0x1ed))/0x7+parseInt(f(0x1f9))/0x8*(-parseInt(f(0x1ee))/0x9)+parseInt(f(0x1f5))/0xa*(parseInt(f(0x1f2))/0xb)+-parseInt(f(0x1fc))/0xc*(-parseInt(f(0x1f4))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xefa3e));var a71b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a71d;if(c){var e=c[g(0x1f1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){var h=a71d;return a71a['toString']()[h(0x1f6)](h(0x1fa))[h(0x1ec)]()[h(0x1fd)](a71a)[h(0x1f6)](h(0x1fa));});a71a();function a71c(){var i=['6tcWLgH','2497192wTeiwU','apply','909337eargPR','1829062ttFUGw','21580TBROwy','70yKnEzF','search','10QCizVd','2367936imUjfK','141656kJuMIX','(((.+)+)+)+$','2WRRSAD','19248OAoPcJ','constructor','toString','3562216EEItbR','711kXsAEQ'];a71c=function(){return i;};return a71c();}import'./get.command.js';import'./global.sub.cmd.js';function a71d(a,b){var c=a71c();return a71d=function(d,e){d=d-0x1ec;var f=c[d];return f;},a71d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -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(a,b){const f=a72d,c=a();while(!![]){try{const d=parseInt(f(0x149))/0x1+parseInt(f(0x151))/0x2*(-parseInt(f(0x14f))/0x3)+-parseInt(f(0x14a))/0x4+-parseInt(f(0x156))/0x5*(-parseInt(f(0x152))/0x6)+parseInt(f(0x159))/0x7+parseInt(f(0x155))/0x8+parseInt(f(0x14c))/0x9*(parseInt(f(0x14d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x7550e));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['toString']()[g(0x14b)]('(((.+)+)+)+$')[g(0x148)]()[g(0x154)](a72a)[g(0x14b)](g(0x150));});a72a();function a72c(){const j=['5860wLkiUV','get','Get\x20various\x20Maka\x20variables\x20and\x20configurations','6283592RQCQwS','toString','237434HXiUgr','3265292nHQPPS','search','9tBGuoD','1116260ruRcvl','create','991239LTBGRm','(((.+)+)+)+$','4akgoTX','1368EZiYdJ','processAndRunCommand','constructor','3549944LoTCgR'];a72c=function(){return j;};return a72c();}function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x148;let f=c[d];return f;},a72d(a,b);}import{Command}from'../../command.js';const GetCommand=Command[a72h(0x14e)]({'name':a72h(0x157),'usage':'maka\x20get:<sub-command>','shortDesc':a72h(0x158),'validOpts':[]},async function(a){const i=a72h,b=a[0x0];await this[i(0x153)](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
+ function a73c(){const k=['maka\x20get:global-config','log','3461656hERtPE','1591550JNgYfK','1807137RpJhll','toString','16NHArtV','508400auvIqE','cfg','(((.+)+)+)+$','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','136XMKvYT','984872jkGcTZ','error','apply','exit','getGlobalConfig','829467ePIowL','constructor','create','6WlbXwP','242AbYMFz','11037775TXKbsn'];a73c=function(){return k;};return a73c();}const a73i=a73d;(function(a,b){const f=a73d,c=a();while(!![]){try{const d=-parseInt(f(0xf2))/0x1+-parseInt(f(0xff))/0x2+parseInt(f(0x101))/0x3+parseInt(f(0xeb))/0x4*(-parseInt(f(0xec))/0x5)+parseInt(f(0xfa))/0x6*(parseInt(f(0xfc))/0x7)+parseInt(f(0xf1))/0x8*(-parseInt(f(0xf7))/0x9)+parseInt(f(0x100))/0xa*(parseInt(f(0xfb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xf20bf));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a73d;if(c){const e=c[g(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const h=a73d;return a73a[h(0x102)]()[h(0xef)](h(0xee))['toString']()[h(0xf8)](a73a)['search'](h(0xee));});a73a();import a73e from'./get.command.js';import{Command}from'../../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xeb;let f=c[d];return f;},a73d(a,b);}Command[a73i(0xf9)]({'name':'global-config','usage':a73i(0xfd),'aliases':['gc'],'shortDesc':a73i(0xf0),'validOpts':[]},async function(){const j=a73i;try{const a=await this[j(0xed)][j(0xf6)]();console[j(0xfe)](a),process[j(0xf5)](0x0);}catch(b){console[j(0xf3)](b),process[j(0xf5)](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
+ const a74i=a74d;function a74c(){const k=['1988705oCsLkD','local-config','search','21048cFEbSP','maka\x20get:local-config','1405749znxQQr','784680ZTwiag','1350WKfWJB','15764440vXunTp','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','cfg','toString','1838BKSfIF','14AqlRyG','193ZWcjWm','(((.+)+)+)+$','create','apply','constructor','1449208WAFCgZ'];a74c=function(){return k;};return a74c();}(function(a,b){const f=a74d,c=a();while(!![]){try{const d=-parseInt(f(0x106))/0x1*(parseInt(f(0x104))/0x2)+parseInt(f(0x111))/0x3+-parseInt(f(0x10b))/0x4+-parseInt(f(0x10c))/0x5+-parseInt(f(0x112))/0x6*(parseInt(f(0x105))/0x7)+parseInt(f(0x10f))/0x8*(-parseInt(f(0x113))/0x9)+parseInt(f(0x114))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x6e34f));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a74d;if(c){const e=c[g(0x109)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const h=a74d;return a74a[h(0x103)]()[h(0x10e)](h(0x107))[h(0x103)]()[h(0x10a)](a74a)[h(0x10e)](h(0x107));});a74a();import a74e from'./get.command.js';import{Command}from'../../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x103;let f=c[d];return f;},a74d(a,b);}Command[a74i(0x108)]({'name':a74i(0x10d),'usage':a74i(0x110),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a74i(0x115),'validOpts':[]},async function(){const j=a74i,a=await this[j(0x116)]['getMakaProjectConfig']();console['log'](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(0xaa))/0x1+-parseInt(f(0xac))/0x2*(parseInt(f(0xa8))/0x3)+parseInt(f(0xa9))/0x4*(-parseInt(f(0xa2))/0x5)+parseInt(f(0x97))/0x6+-parseInt(f(0xad))/0x7*(parseInt(f(0x9d))/0x8)+-parseInt(f(0xa5))/0x9+-parseInt(f(0xa7))/0xa*(-parseInt(f(0xa6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x886d8));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a75d;if(c){const e=c[g(0x99)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0xa1)]()[h(0x98)](h(0x9c))[h(0xa1)]()[h(0x9f)](a75a)['search'](h(0x9c));});function a75c(){const k=['exit','3439428tCwvgt','search','apply','silent','whoami','(((.+)+)+)+$','104CQXsQZ','error','constructor','maka\x20get:whoami','toString','1280ppRyyR','create','cfg','8930043btRufU','1049532yvhZYY','230IcxOsc','375IYwLgz','8164LwXCYi','153902OnCIeq','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','1804fHnayQ','230209OQQONR'];a75c=function(){return k;};return a75c();}a75a();import a75e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x97;let f=c[d];return f;},a75d(a,b);}Command[a75i(0xa3)]({'name':a75i(0x9b),'usage':a75i(0xa0),'shortDesc':a75i(0xab),'validOpts':[a75i(0x9a)]},async function(){const j=a75i;try{const a=await this[j(0xa4)]['getGlobalConfig']();return a;}catch(b){Log[j(0x9e)](b),process[j(0xae)](0x1);}},a75e);
@@ -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 a76c(){var j=['36cwogCS','search','apply','create','90TDJfcL','8720982USsAde','constructor','Try,\x20maka\x20--help','933865qMUpaT','5528496iEeWSf','help','138iPPRlb','8531eaUkEj','600669YqaRdu','2829393XfVQuB','5865728oDEkUr','Deprecated:\x20use\x20--help\x20instead'];a76c=function(){return j;};return a76c();}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0xcd))/0x1*(parseInt(f(0xcc))/0x2)+parseInt(f(0xca))/0x3+parseInt(f(0xd2))/0x4*(parseInt(f(0xc9))/0x5)+-parseInt(f(0xc6))/0x6+-parseInt(f(0xcf))/0x7+-parseInt(f(0xd0))/0x8+parseInt(f(0xce))/0x9*(parseInt(f(0xc5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe6b0b));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a['toString']()[h(0xd3)]('(((.+)+)+)+$')['toString']()[h(0xc7)](a76a)[h(0xd3)]('(((.+)+)+)+$');});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xc4;var f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a76i(0xc4)]({'name':a76i(0xcb),'description':a76i(0xc8),'aliases':['h'],'validOpts':[],'shortDesc':a76i(0xd1)},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
+ const a77I=a77d;function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xec;let f=c[d];return f;},a77d(a,b);}(function(a,b){const F=a77d,c=a();while(!![]){try{const d=-parseInt(F(0x123))/0x1+parseInt(F(0xf8))/0x2*(-parseInt(F(0x137))/0x3)+parseInt(F(0x11b))/0x4*(-parseInt(F(0x106))/0x5)+parseInt(F(0x10c))/0x6*(parseInt(F(0x12c))/0x7)+-parseInt(F(0xf1))/0x8+parseInt(F(0x11c))/0x9+-parseInt(F(0x10f))/0xa*(-parseInt(F(0xf5))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x2e7ee));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a77d;if(c){const e=c[G(0x114)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const H=a77d;return a77a[H(0x120)]()[H(0x140)](H(0x100))[H(0x120)]()['constructor'](a77a)[H(0x140)](H(0x100));});a77a();import a77e from'os';import a77f from'path';import a77g from'fs';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import{execSync}from'child_process';const homeDir=a77e[a77I(0x13d)]();function a77c(){const N=['1902855HnmpJr','isFile','release','\x20is\x20available.','warn','install','22662lsNpaJ','includes','https://install.meteor.com','780320DvEfAe','existsSync','arch','Please\x20open\x20a\x20new\x20terminal\x20window\x20for\x20the\x20PATH\x20to\x20take\x20effect.','Only\x20set\x20the\x20PATH\x20environment\x20variable\x20for\x20Meteor.','apply','get','join','.zshrc','x86_64','timeout','linux','4QiugHd','1342458kEjkrW','readFileSync','Cleaning\x20up','platform','toString','NO_NODE_WARNINGS','RELEASE=','58145oBZWJB','\x20installed.\x0a','osx','withSpinner','notice','create','split','checkAvailability','&release=','315otZbRg','extractTarGz','meteor','maka\x20install\x20meteor\x20--force','exit','windows','getMeteorInstallPath','downloadFile','getuid','Keep\x20the\x20meteor.tar.gz\x20file\x20after\x20installation.','Using\x20CA\x20Cert\x20','714117bWvQTj','Proceed\x20anyway?','Removing\x20previous\x20install\x20of\x20meteor\x20(packages)','Maka\x27s\x20Installer\x20for\x20Meteor.','You\x20are\x20running\x20as\x20root,\x20this\x20is\x20not\x20recommended.','env','homedir','meteor.tar.gz','PATH','search','Meteor\x20path\x20added\x20to\x20the\x20system\x20PATH\x20environment\x20variable.','.bashrc','error','setPath','keepInstallFile','Preparing\x20to\x20install\x20Meteor\x20','setMeteorReleaseVersion','getMeteorExePath','Network\x20error,\x20please\x20try\x20again.','confirm','-rf','max','arm64','maka\x20install\x20meteor\x20--set-path','Adjust\x20the\x20default\x20timeout\x20limit\x20for\x20downloading.\x20Time\x20is\x20in\x20seconds.','\x20is\x20not\x20available,\x20trying\x20','maka\x20install\x20meteor','https://packages.meteor.com/bootstrap-link?arch=os.','cacert','1233712mrnRFA','slice','Added\x20Meteor\x20path\x20to\x20','cert','99mSfTOk','Error\x20extracting\x20meteor.tar.gz\x20file','Downloading\x20Meteor\x20','2wsVWiK','Meteor\x20version\x20','win32','packages','Removing\x20previous\x20install\x20of\x20meteor\x20(main)','map','force','utf8','(((.+)+)+)+$','package-metadata','appendFileSync','Install\x20the\x20specified\x20version\x20of\x20meteor.','\x5c.meteor\x5cmeteor','length'];a77c=function(){return N;};return a77c();}function isRoot(){const J=a77I;return process[J(0x134)]&&process[J(0x134)]()===0x0;}function compareVersions(a,b){const K=a77I,c=a[K(0x129)]('.')[K(0xfd)](Number),d=b[K(0x129)]('.')[K(0xfd)](Number);for(let e=0x0;e<Math[K(0x14c)](c['length'],d[K(0x105)]);e++){const f=c[e]||0x0,g=d[e]||0x0;if(f>g)return 0x1;if(f<g)return-0x1;}return 0x0;}Command[a77I(0x128)]({'name':a77I(0x10b),'aliases':['i'],'validOpts':[{'name':a77I(0xfe),'boolFlag':!![],'description':'Remove\x20current\x20install\x20of\x20meteor\x20and\x20install\x20the\x20latest\x20version.'},{'name':a77I(0x108),'description':a77I(0x103)},{'name':a77I(0xf0),'description':'Use\x20the\x20specified\x20CA\x20Cert\x20file,\x20useful\x20for\x20corporate\x20networks.'},{'name':a77I(0x145),'boolFlag':!![],'description':a77I(0x135)},{'name':a77I(0x119),'description':a77I(0xec)},{'name':a77I(0x144),'boolFlag':!![],'description':a77I(0x113)}],'validArgs':['meteor'],'minArgLength':0x1,'usage':a77I(0xee),'shortDesc':a77I(0x13a),'examples':[a77I(0xee),a77I(0x12f),'maka\x20install\x20meteor\x20--release\x203.0.1',a77I(0x14e)]},async function(a,b){const L=a77I;try{const {mpi:c,cfg:d,fsi:f}=this;b['setPath']&&(updatePath(),Log['success']('Meteor\x20path\x20updated.'),process[L(0x130)](0x0));let g='';if(b[L(0xf0)]){if(f['isFile'](b[L(0xf0)]))Log[L(0x127)](L(0x136)+b[L(0xf0)]),g=b['cacert'];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+g;}const h=await d['getGlobalConfig']();if(h[L(0xf4)]){if(f[L(0x107)](h['cert']))g=h[L(0xf4)];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+g;}let i=![];if(b['f']||b['force'])i=!![];else{const u=isRoot();u?(Log['warn'](L(0x13b)),i=await Actions[L(0x14a)](L(0x138),![])):i=!![];}if(!i)throw'Aborted';const j=await HTTPS[L(0x115)]({'url':L(0x10e),'cert':g}),k=f['grep'](j['data'],L(0x122));if(k[L(0x105)]===0x0)throw L(0x149);process[L(0x13c)][L(0x121)]='1';const l=k[0x0]['replace'](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,''),m='3.1.1';let n;b[L(0x108)]?n=b['release']:compareVersions(l,m)<0x0?n=m:n=l;Log[L(0x127)](L(0x146)+n);const o={'win32':L(0x131),'darwin':L(0x125),'linux':L(0x11a)};let p=L(0xef)+o[a77e[L(0x11f)]()]+'.'+(a77e[L(0x111)]()===L(0x14d)?'arm64':L(0x118))+L(0x12b)+n,q=await HTTPS[L(0x12a)]({'url':p,'cert':g});if(!q&&n[L(0x10d)]('-')){const v=n[L(0x129)]('-'),w=v[0x0],x=v[L(0xf2)](0x1)['join']('-'),y=w['replace'](/\.0+$/,'');Log[L(0x10a)](L(0xf9)+n+L(0xed)+y+'-'+x);const z=L(0xef)+o[a77e[L(0x11f)]()]+'.'+(a77e[L(0x111)]()===L(0x14d)?L(0x14d):L(0x118))+L(0x12b)+y+'-'+x;q=await HTTPS[L(0x12a)]({'url':z,'cert':g}),q&&(n=y+'-'+x,p=z);}!q?(Log[L(0x143)](L(0xf9)+n+'\x20is\x20not\x20available.'),process['exit'](0x0)):Log['notice']('Meteor\x20version\x20'+n+L(0x109));const r=f[L(0x132)](),s=c[L(0x148)](),t=f['getUserDataDirectory']();if(a77g['existsSync'](s)){let A=![];b['f']||b[L(0xfe)]?A=!![]:A=await Actions['confirm']('Meteor\x20is\x20already\x20installed,\x20continue\x20and\x20remove\x20current\x20install?',![]),A?(await SpawnAsync[L(0x126)]('rm',['-rf',a77f['join'](r,L(0xfb))],{'message':L(0x139)}),await SpawnAsync['withSpinner']('rm',[L(0x14b),a77f['join'](r,L(0x101))],{'message':'Removing\x20previous\x20install\x20of\x20meteor\x20(package-meta)'}),await SpawnAsync[L(0x126)]('rm',['-rf',a77f[L(0x116)](r,L(0x12e))],{'message':L(0xfc)})):(Log['info']('Aborting\x20install'),process[L(0x130)](0x0));}try{Log[L(0x127)](L(0xf7)+n+'\x20from\x20'+p),await HTTPS[L(0x133)]({'url':p,'destPath':a77f[L(0x116)](homeDir,L(0x13e)),'cert':g,'timeout':b['timeout']?parseInt(b['timeout'])*0x3e8:0x493e0});try{const B=a77f[L(0x116)](homeDir,'meteor.tar.gz');await f[L(0x12d)](B,t);}catch(C){Log[L(0x143)](L(0xf6));}updatePath();}catch(D){console['error'](D),process['exit'](0x1);}finally{!b[L(0x145)]&&await SpawnAsync[L(0x126)]('rm',[L(0x14b),a77f[L(0x116)](homeDir,L(0x13e))],{'message':L(0x11e)});}c[L(0x147)](n),Log['success'](L(0xf9)+n+L(0x124)),process[L(0x130)](0x0);}catch(E){console[L(0x143)](E),process[L(0x130)](0x1);}});function updatePath(){const M=a77I;if(a77e[M(0x11f)]()===M(0xfa)){const a=process['env'][M(0x13f)]||'',b=homeDir+M(0x104);!a[M(0x10d)](b)&&(execSync('setx\x20PATH\x20\x22'+a+';'+b+'\x22'),Log[M(0x127)](M(0x141)),Log[M(0x127)](M(0x112)));}else{const c=a77f['join'](homeDir,M(0x117)),d=a77f['join'](homeDir,M(0x142)),e='export\x20PATH=\x22$HOME/.meteor/meteor:$PATH\x22',f=a77g['existsSync'](c)?a77g[M(0x11d)](c,'utf8'):'';!f[M(0x10d)](e)&&(a77g[M(0x102)](c,'\x0a'+e+'\x0a'),Log[M(0x127)]('Added\x20Meteor\x20path\x20to\x20'+c));const g=a77g[M(0x110)](d)?a77g[M(0x11d)](d,M(0xff)):'';!g[M(0x10d)](e)&&(a77g[M(0x102)](d,'\x0a'+e+'\x0a'),Log[M(0x127)](M(0xf3)+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(0xd7))/0x1+-parseInt(i(0xef))/0x2+-parseInt(i(0xde))/0x3+-parseInt(i(0xf8))/0x4*(parseInt(i(0xf2))/0x5)+-parseInt(i(0xf4))/0x6*(-parseInt(i(0xf3))/0x7)+-parseInt(i(0xf5))/0x8*(parseInt(i(0xe0))/0x9)+-parseInt(i(0xec))/0xa*(-parseInt(i(0xfb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x97803));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0xd9)]()['search']('(((.+)+)+)+$')[k(0xd9)]()[k(0xf9)](a78a)[k(0xed)](k(0xdc));});a78a();import a78e from'path';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xd7;let f=c[d];return f;},a78d(a,b);}import a78f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';Command[a78l(0xe8)]({'name':a78l(0xdf),'usage':a78l(0xf7),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a78l(0xe9),a78l(0xf7)],'validOpts':[]},function(){const m=a78l,a=a78e[m(0xf0)](this['fsi'][m(0xe3)](),'docs'+a78e[m(0xea)]),b=a78e[m(0xf0)](this[m(0xdb)][m(0xe3)](),'config','jsdoc-config.json'),c=m(0xdf);if(!this[m(0xdb)]['isFile'](b)){const f={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',m(0xfe)]},'source':{'includePattern':m(0xee),'excludePattern':m(0xe6),'exclude':[m(0xfc),m(0xdd),m(0xfa),m(0xfd)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0xe4)}};a78f[m(0xd8)](b,JSON[m(0xf6)](f,null,0x4));}const d=Log[m(0xda)](m(0xe7)+c);try{const g=c+'\x20-c\x20'+b+m(0xff)+a78e['sep']+m(0xf1)+a;execSync(g,{'stdio':m(0xe5)}),Log['notice'](m(0xe1)+a);}catch(h){Log[m(0xe2)](h),Log['error']('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{d[m(0xeb)]();}});function a78c(){const n=['app/packages','app/private','closure','\x20-r\x20app','apply','1231638YcQXcL','writeFileSync','toString','withSpinner','fsi','(((.+)+)+)+$','app/node_modules','3428592FAnGEX','jsdoc','603zMHgvK','\x0a[+]\x20Documentation\x20written\x20to\x20','error','findAppDirectory','utf-8','inherit','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','Running\x20','create','maka\x20jsdoc\x20--init','sep','stop','810kJmZeb','search','.+\x5c.(j|t)s(doc|x)?$','243136raRubI','join','\x20-d\x20','5WprjqW','7skrtbh','1187694NTxnPs','70256eunTBl','stringify','maka\x20jsdoc','2184004NyOxwF','constructor','app/public','215897WiNlpv'];a78c=function(){return n;};return a78c();}